mirror of
https://github.com/mxrch/GHunt.git
synced 2025-12-22 13:47:07 +00:00
fix: just_gaia_id and just_name templates
This commit is contained in:
@@ -40,14 +40,22 @@ class PeoplePaHttp(GAPI):
|
||||
"just_gaia_id": {
|
||||
"id": email,
|
||||
"type": "EMAIL",
|
||||
"matchType": "EXACT",
|
||||
"requestMask.includeField.paths": "person.metadata"
|
||||
"match_type": "EXACT",
|
||||
"request_mask.include_field.paths": "person.metadata",
|
||||
"request_mask.include_container": [
|
||||
"PROFILE",
|
||||
"DOMAIN_PROFILE",
|
||||
],
|
||||
},
|
||||
"just_name": {
|
||||
"id": email,
|
||||
"type": "EMAIL",
|
||||
"matchType": "EXACT",
|
||||
"requestMask.includeField.paths": "person.name",
|
||||
"match_type": "EXACT",
|
||||
"request_mask.include_field.paths": "person.name",
|
||||
"request_mask.include_container": [
|
||||
"PROFILE",
|
||||
"DOMAIN_PROFILE",
|
||||
],
|
||||
"core_id_params.enable_private_names": True
|
||||
},
|
||||
"max_details": {
|
||||
@@ -114,7 +122,11 @@ class PeoplePaHttp(GAPI):
|
||||
params_templates = {
|
||||
"just_name": {
|
||||
"person_id": gaia_id,
|
||||
"requestMask.includeField.paths": "person.name",
|
||||
"request_mask.include_field.paths": "person.name",
|
||||
"request_mask.include_container": [
|
||||
"PROFILE",
|
||||
"DOMAIN_PROFILE",
|
||||
],
|
||||
"core_id_params.enable_private_names": True
|
||||
},
|
||||
"max_details": {
|
||||
|
||||
Reference in New Issue
Block a user