Skip to content

Commit fb7c2ce

Browse files
yoshi-automationsofisl
authored andcommitted
fix(walletobjects): update the API
#### walletobjects:v1 The following keys were changed: - schemas.CallbackOptions.properties.updateRequestUrl.description - schemas.CallbackOptions.properties.url.description
1 parent 0ea6252 commit fb7c2ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/walletobjects-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@
26812681
}
26822682
}
26832683
},
2684-
"revision": "20240222",
2684+
"revision": "20240313",
26852685
"rootUrl": "https://walletobjects.googleapis.com/",
26862686
"schemas": {
26872687
"ActivationOptions": {
@@ -3153,11 +3153,11 @@
31533153
"properties": {
31543154
"updateRequestUrl": {
31553155
"deprecated": true,
3156-
"description": "URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.",
3156+
"description": "URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.",
31573157
"type": "string"
31583158
},
31593159
"url": {
3160-
"description": "The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.",
3160+
"description": "The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.",
31613161
"type": "string"
31623162
}
31633163
},

src/apis/walletobjects/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ export namespace walletobjects_v1 {
370370
}
371371
export interface Schema$CallbackOptions {
372372
/**
373-
* URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
373+
* URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
374374
*/
375375
updateRequestUrl?: string | null;
376376
/**
377-
* The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
377+
* The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
378378
*/
379379
url?: string | null;
380380
}

0 commit comments

Comments
 (0)