Skip to content

Commit b7b0b49

Browse files
yoshi-automationbcoe
authored andcommitted
fix(paymentsresellersubscription): update the API
#### paymentsresellersubscription:v1 The following keys were changed: - schemas.GoogleCloudPaymentsResellerSubscriptionV1Subscription.properties.products.description - schemas.GoogleCloudPaymentsResellerSubscriptionV1Subscription.properties.promotions.description
1 parent 7b2d8a7 commit b7b0b49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/paymentsresellersubscription-v1.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
}
367367
}
368368
},
369-
"revision": "20211116",
369+
"revision": "20220311",
370370
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
371371
"schemas": {
372372
"GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest": {
@@ -744,14 +744,14 @@
744744
"type": "string"
745745
},
746746
"products": {
747-
"description": "Required. Resource name that identifies one or more subscription products. The format will be 'partners/{partner_id}/products/{product_id}'.",
747+
"description": "Required. Required. Resource name that identifies the purchased products. The format will be 'partners/{partner_id}/products/{product_id}'.",
748748
"items": {
749749
"type": "string"
750750
},
751751
"type": "array"
752752
},
753753
"promotions": {
754-
"description": "Optional. Resource name that identifies one or more promotions that can be applied on the product. A typical promotion for a subscription is Free trial. The format will be 'partners/{partner_id}/promotions/{promotion_id}'.",
754+
"description": "Optional. Optional. Resource name that identifies one or more promotions that can be applied on the product. A typical promotion for a subscription is Free trial. The format will be 'partners/{partner_id}/promotions/{promotion_id}'.",
755755
"items": {
756756
"type": "string"
757757
},

src/apis/paymentsresellersubscription/v1.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,11 @@ export namespace paymentsresellersubscription_v1 {
354354
*/
355355
processingState?: string | null;
356356
/**
357-
* Required. Resource name that identifies one or more subscription products. The format will be 'partners/{partner_id\}/products/{product_id\}'.
357+
* Required. Required. Resource name that identifies the purchased products. The format will be 'partners/{partner_id\}/products/{product_id\}'.
358358
*/
359359
products?: string[] | null;
360360
/**
361-
* Optional. Resource name that identifies one or more promotions that can be applied on the product. A typical promotion for a subscription is Free trial. The format will be 'partners/{partner_id\}/promotions/{promotion_id\}'.
361+
* Optional. Optional. Resource name that identifies one or more promotions that can be applied on the product. A typical promotion for a subscription is Free trial. The format will be 'partners/{partner_id\}/promotions/{promotion_id\}'.
362362
*/
363363
promotions?: string[] | null;
364364
/**

0 commit comments

Comments
 (0)