@maxim_mazurok/gapi.client.cloudchannel-v1 0.0.20230313 → 0.0.20230314
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
- package/tests.ts +3 -3
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudchannel.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230314
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1496,7 +1496,7 @@ declare namespace gapi.client {
|
|
|
1496
1496
|
* Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and
|
|
1497
1497
|
* the account being queried are different. * NOT_FOUND: The ChannelPartnerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any
|
|
1498
1498
|
* non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the ChannelPartnerRepricingConfig resources. The
|
|
1499
|
-
* data for each resource is displayed in the ascending order of: *
|
|
1499
|
+
* data for each resource is displayed in the ascending order of: * Channel Partner ID * RepricingConfig.effective_invoice_month * ChannelPartnerRepricingConfig.update_time If
|
|
1500
1500
|
* unsuccessful, returns an error.
|
|
1501
1501
|
*/
|
|
1502
1502
|
list(request?: {
|
|
@@ -2247,7 +2247,7 @@ declare namespace gapi.client {
|
|
|
2247
2247
|
* Lists information about how a Reseller modifies their bill before sending it to a Customer. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the
|
|
2248
2248
|
* account being queried are different. * NOT_FOUND: The CustomerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error
|
|
2249
2249
|
* related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the CustomerRepricingConfig resources. The data for each
|
|
2250
|
-
* resource is displayed in the ascending order of: *
|
|
2250
|
+
* resource is displayed in the ascending order of: * Customer ID * RepricingConfig.EntitlementGranularity.entitlement * RepricingConfig.effective_invoice_month *
|
|
2251
2251
|
* CustomerRepricingConfig.update_time If unsuccessful, returns an error.
|
|
2252
2252
|
*/
|
|
2253
2253
|
list(request?: {
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230314
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -273,7 +273,7 @@ gapi.load('client', async () => {
|
|
|
273
273
|
* Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the
|
|
274
274
|
* account being queried are different. * NOT_FOUND: The ChannelPartnerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error
|
|
275
275
|
* related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the ChannelPartnerRepricingConfig resources. The data for each
|
|
276
|
-
* resource is displayed in the ascending order of: *
|
|
276
|
+
* resource is displayed in the ascending order of: * Channel Partner ID * RepricingConfig.effective_invoice_month * ChannelPartnerRepricingConfig.update_time If unsuccessful, returns an
|
|
277
277
|
* error.
|
|
278
278
|
*/
|
|
279
279
|
await gapi.client.cloudchannel.accounts.channelPartnerLinks.channelPartnerRepricingConfigs.list({
|
|
@@ -917,7 +917,7 @@ gapi.load('client', async () => {
|
|
|
917
917
|
* Lists information about how a Reseller modifies their bill before sending it to a Customer. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account
|
|
918
918
|
* being queried are different. * NOT_FOUND: The CustomerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to
|
|
919
919
|
* technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the CustomerRepricingConfig resources. The data for each resource is displayed
|
|
920
|
-
* in the ascending order of: *
|
|
920
|
+
* in the ascending order of: * Customer ID * RepricingConfig.EntitlementGranularity.entitlement * RepricingConfig.effective_invoice_month * CustomerRepricingConfig.update_time If
|
|
921
921
|
* unsuccessful, returns an error.
|
|
922
922
|
*/
|
|
923
923
|
await gapi.client.cloudchannel.accounts.customers.customerRepricingConfigs.list({
|