Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -250,7 +250,7 @@
}
}
},
"revision": "20210330",
"revision": "20220305",
"rootUrl": "https://localservices.googleapis.com/",
"schemas": {
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
@@ -353,6 +353,34 @@
},
"type": "object"
},
"GoogleAdsHomeservicesLocalservicesV1BookingLead": {
"description": "Container for booking lead specific information.",
"id": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
"properties": {
"bookingAppointmentTimestamp": {
"description": "Timestamp of when service is provided by advertiser.",
"format": "google-datetime",
"type": "string"
},
"consumerEmail": {
"description": "Consumer email associated with the booking lead.",
"type": "string"
},
"consumerPhoneNumber": {
"description": "Consumer phone number associated with the booking lead.",
"type": "string"
},
"customerName": {
"description": "Name of the customer who created the lead.",
"type": "string"
},
"jobType": {
"description": "The job type of the specified lead.",
"type": "string"
}
},
"type": "object"
},
"GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport": {
"description": "A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.",
"id": "GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport",
@@ -366,6 +394,10 @@
"$ref": "GoogleAdsHomeservicesLocalservicesV1AggregatorInfo",
"description": "Aggregator specific information related to the lead."
},
"bookingLead": {
"$ref": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
"description": "More information associated to only booking leads."
},
"businessName": {
"description": "Business name associated to the account.",
"type": "string"
@@ -420,12 +452,14 @@
"enum": [
"LEAD_TYPE_UNSPECIFIED",
"MESSAGE",
"PHONE_CALL"
"PHONE_CALL",
"BOOKING"
],
"enumDescriptions": [
"Not specified.",
"Message lead.",
"Phone call lead."
"Phone call lead.",
"Booking lead."
],
"type": "string"
},