Skip to content

Commit 739f4c0

Browse files
yoshi-automationsofisl
authored andcommittedSep 22, 2023
fix(authorizedbuyersmarketplace): update the API
#### authorizedbuyersmarketplace:v1 The following keys were changed: - schemas.FinalizedDeal.properties.name.description
1 parent c4f607f commit 739f4c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎discovery/authorizedbuyersmarketplace-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
}
13081308
}
13091309
},
1310-
"revision": "20230808",
1310+
"revision": "20230921",
13111311
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13121312
"schemas": {
13131313
"AcceptProposalRequest": {
@@ -2042,7 +2042,7 @@
20422042
"type": "string"
20432043
},
20442044
"name": {
2045-
"description": "The resource name of the finalized deal. Format: `buyers/{accountId}/finalizeddeals/{finalizedDealId}`",
2045+
"description": "The resource name of the finalized deal. Format: `buyers/{accountId}/finalizedDeals/{finalizedDealId}`",
20462046
"type": "string"
20472047
},
20482048
"readyToServe": {

‎src/apis/authorizedbuyersmarketplace/v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ export namespace authorizedbuyersmarketplace_v1 {
524524
*/
525525
dealServingStatus?: string | null;
526526
/**
527-
* The resource name of the finalized deal. Format: `buyers/{accountId\}/finalizeddeals/{finalizedDealId\}`
527+
* The resource name of the finalized deal. Format: `buyers/{accountId\}/finalizedDeals/{finalizedDealId\}`
528528
*/
529529
name?: string | null;
530530
/**

0 commit comments

Comments
 (0)
Please sign in to comment.