Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 866d23b

Browse files
committedApr 22, 2025
fix(paymentsresellersubscription): update the api
#### paymentsresellersubscription:v1 The following keys were changed: - resources.partners.resources.products.methods.list.scopes (Total Keys: 1) - resources.partners.resources.promotions.methods.findEligible.scopes (Total Keys: 1) - resources.partners.resources.promotions.methods.list.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.cancel.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.create.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.extend.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.get.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.provision.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.resume.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.suspend.scopes (Total Keys: 1) - resources.partners.resources.subscriptions.methods.undoCancel.scopes (Total Keys: 1) - resources.partners.resources.userSessions.methods.generate.scopes (Total Keys: 1)
1 parent dc42732 commit 866d23b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"auth": {
33
"oauth2": {
44
"scopes": {
5-
"openid": {
6-
"description": "Associate you with your personal info on Google"
5+
"https://www.googleapis.com/auth/sdm.service": {
6+
"description": "See and/or control the devices that you selected"
77
}
88
}
99
}
@@ -147,7 +147,7 @@
147147
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse"
148148
},
149149
"scopes": [
150-
"openid"
150+
"https://www.googleapis.com/auth/sdm.service"
151151
]
152152
}
153153
}
@@ -179,7 +179,7 @@
179179
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse"
180180
},
181181
"scopes": [
182-
"openid"
182+
"https://www.googleapis.com/auth/sdm.service"
183183
]
184184
},
185185
"list": {
@@ -220,7 +220,7 @@
220220
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse"
221221
},
222222
"scopes": [
223-
"openid"
223+
"https://www.googleapis.com/auth/sdm.service"
224224
]
225225
}
226226
}
@@ -252,7 +252,7 @@
252252
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse"
253253
},
254254
"scopes": [
255-
"openid"
255+
"https://www.googleapis.com/auth/sdm.service"
256256
]
257257
},
258258
"create": {
@@ -285,7 +285,7 @@
285285
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1Subscription"
286286
},
287287
"scopes": [
288-
"openid"
288+
"https://www.googleapis.com/auth/sdm.service"
289289
]
290290
},
291291
"entitle": {
@@ -313,7 +313,7 @@
313313
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse"
314314
},
315315
"scopes": [
316-
"openid"
316+
"https://www.googleapis.com/auth/sdm.service"
317317
]
318318
},
319319
"extend": {
@@ -341,7 +341,7 @@
341341
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse"
342342
},
343343
"scopes": [
344-
"openid"
344+
"https://www.googleapis.com/auth/sdm.service"
345345
]
346346
},
347347
"get": {
@@ -366,7 +366,7 @@
366366
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1Subscription"
367367
},
368368
"scopes": [
369-
"openid"
369+
"https://www.googleapis.com/auth/sdm.service"
370370
]
371371
},
372372
"provision": {
@@ -399,7 +399,7 @@
399399
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1Subscription"
400400
},
401401
"scopes": [
402-
"openid"
402+
"https://www.googleapis.com/auth/sdm.service"
403403
]
404404
},
405405
"resume": {
@@ -427,7 +427,7 @@
427427
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1ResumeSubscriptionResponse"
428428
},
429429
"scopes": [
430-
"openid"
430+
"https://www.googleapis.com/auth/sdm.service"
431431
]
432432
},
433433
"suspend": {
@@ -455,7 +455,7 @@
455455
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1SuspendSubscriptionResponse"
456456
},
457457
"scopes": [
458-
"openid"
458+
"https://www.googleapis.com/auth/sdm.service"
459459
]
460460
},
461461
"undoCancel": {
@@ -483,7 +483,7 @@
483483
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse"
484484
},
485485
"scopes": [
486-
"openid"
486+
"https://www.googleapis.com/auth/sdm.service"
487487
]
488488
}
489489
}
@@ -515,15 +515,15 @@
515515
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse"
516516
},
517517
"scopes": [
518-
"openid"
518+
"https://www.googleapis.com/auth/sdm.service"
519519
]
520520
}
521521
}
522522
}
523523
}
524524
}
525525
},
526-
"revision": "20250327",
526+
"revision": "20250415",
527527
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
528528
"schemas": {
529529
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {

0 commit comments

Comments
 (0)
Please sign in to comment.