Skip to content

Commit 6796910

Browse files
yoshi-automationsofisl
authored andcommitted
fix(paymentsresellersubscription): update the API
#### paymentsresellersubscription:v1 The following keys were changed: - schemas.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent.properties.name.description - schemas.GoogleCloudPaymentsResellerSubscriptionV1UserSession.description
1 parent 02de556 commit 6796910

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/paymentsresellersubscription-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
}
524524
}
525525
},
526-
"revision": "20250529",
526+
"revision": "20250709",
527527
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
528528
"schemas": {
529529
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
@@ -646,7 +646,7 @@
646646
"id": "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent",
647647
"properties": {
648648
"name": {
649-
"description": "Required. The name of the subscription resource that is entitled to the current end user.",
649+
"description": "Required. The name of the subscription resource that is entitled to the current end user. It is in the format of \"partners/{partner_id}/subscriptions/{subscriptionId}\".",
650650
"type": "string"
651651
}
652652
},
@@ -1635,7 +1635,7 @@
16351635
"type": "object"
16361636
},
16371637
"GoogleCloudPaymentsResellerSubscriptionV1UserSession": {
1638-
"description": "A user session contains a short-lived token that includes information required to interact with Google Payments Reseller Platform using the following web endpoints. - A user session token should be generated dynamically for an authenticated user. You should refrain from sharing a token directly with a user in an unauthenticated context, such as SMS, or email. - You can re-generate new session tokens repeatedly for same `generate` request if necessary, regardless of the previous tokens being expired or not. You don't need to worry about multiple sessions resulting in duplicate fulfillments as guaranteed by the same subscription id. Please refer to the [Google Managed Signup](/payments/reseller/subscription/reference/index/User.Signup.Integration/Google.Managed.Signup.\\(In.Preview\\)) documentation for additional integration details.",
1638+
"description": "A user session contains a short-lived token that includes information required to interact with Google Payments Reseller Platform using the following web endpoints. - A user session token should be generated dynamically for an authenticated user. You should refrain from sharing a token directly with a user in an unauthenticated context, such as SMS, or email. - You can re-generate new session tokens repeatedly for same `generate` request if necessary, regardless of the previous tokens being expired or not. You don't need to worry about multiple sessions resulting in duplicate fulfillments as guaranteed by the same subscription id. Please refer to the [Google Managed Signup](/payments/reseller/subscription/reference/index/User.Signup.Integration/Google.Managed.Signup) documentation for additional integration details.",
16391639
"id": "GoogleCloudPaymentsResellerSubscriptionV1UserSession",
16401640
"properties": {
16411641
"expireTime": {

src/apis/paymentsresellersubscription/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export namespace paymentsresellersubscription_v1 {
194194
*/
195195
export interface Schema$GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent {
196196
/**
197-
* Required. The name of the subscription resource that is entitled to the current end user.
197+
* Required. The name of the subscription resource that is entitled to the current end user. It is in the format of "partners/{partner_id\}/subscriptions/{subscriptionId\}".
198198
*/
199199
name?: string | null;
200200
}
@@ -827,7 +827,7 @@ export namespace paymentsresellersubscription_v1 {
827827
subscription?: Schema$GoogleCloudPaymentsResellerSubscriptionV1Subscription;
828828
}
829829
/**
830-
* A user session contains a short-lived token that includes information required to interact with Google Payments Reseller Platform using the following web endpoints. - A user session token should be generated dynamically for an authenticated user. You should refrain from sharing a token directly with a user in an unauthenticated context, such as SMS, or email. - You can re-generate new session tokens repeatedly for same `generate` request if necessary, regardless of the previous tokens being expired or not. You don't need to worry about multiple sessions resulting in duplicate fulfillments as guaranteed by the same subscription id. Please refer to the [Google Managed Signup](/payments/reseller/subscription/reference/index/User.Signup.Integration/Google.Managed.Signup.\(In.Preview\)) documentation for additional integration details.
830+
* A user session contains a short-lived token that includes information required to interact with Google Payments Reseller Platform using the following web endpoints. - A user session token should be generated dynamically for an authenticated user. You should refrain from sharing a token directly with a user in an unauthenticated context, such as SMS, or email. - You can re-generate new session tokens repeatedly for same `generate` request if necessary, regardless of the previous tokens being expired or not. You don't need to worry about multiple sessions resulting in duplicate fulfillments as guaranteed by the same subscription id. Please refer to the [Google Managed Signup](/payments/reseller/subscription/reference/index/User.Signup.Integration/Google.Managed.Signup) documentation for additional integration details.
831831
*/
832832
export interface Schema$GoogleCloudPaymentsResellerSubscriptionV1UserSession {
833833
/**

0 commit comments

Comments
 (0)