Skip to content

Commit 744f5e0

Browse files
yoshi-automationsofisl
authored andcommitted
fix(localservices): update the API
#### localservices:v1 The following keys were changed: - schemas.GoogleTypeTimeZone.properties.id.description - schemas.GoogleTypeTimeZone.properties.version.description
1 parent ab1d906 commit 744f5e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/localservices-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
}
251251
}
252252
},
253-
"revision": "20240221",
253+
"revision": "20241202",
254254
"rootUrl": "https://localservices.googleapis.com/",
255255
"schemas": {
256256
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
@@ -568,11 +568,11 @@
568568
"id": "GoogleTypeTimeZone",
569569
"properties": {
570570
"id": {
571-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
571+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
572572
"type": "string"
573573
},
574574
"version": {
575-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
575+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
576576
"type": "string"
577577
}
578578
},

‎src/apis/localservices/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,11 @@ export namespace localservices_v1 {
375375
*/
376376
export interface Schema$GoogleTypeTimeZone {
377377
/**
378-
* IANA Time Zone Database time zone, e.g. "America/New_York".
378+
* IANA Time Zone Database time zone. For example "America/New_York".
379379
*/
380380
id?: string | null;
381381
/**
382-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
382+
* Optional. IANA Time Zone Database version number. For example "2019a".
383383
*/
384384
version?: string | null;
385385
}

0 commit comments

Comments
 (0)