@maxim_mazurok/gapi.client.reseller-v1 0.0.20250430 → 0.0.20250513
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 +5 -5
- package/package.json +1 -1
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://reseller.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250513
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -746,7 +746,7 @@ declare namespace gapi.client {
|
|
|
746
746
|
'$.xgafv'?: string;
|
|
747
747
|
/** OAuth access token. */
|
|
748
748
|
access_token?: string;
|
|
749
|
-
/** The intented insert action.
|
|
749
|
+
/** The intented insert action. Advised to set this when the customer already has a subscription for a different SKU in the same product. */
|
|
750
750
|
action?: string;
|
|
751
751
|
/** Data format for response. */
|
|
752
752
|
alt?: string;
|
|
@@ -766,7 +766,7 @@ declare namespace gapi.client {
|
|
|
766
766
|
prettyPrint?: boolean;
|
|
767
767
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
768
768
|
quotaUser?: string;
|
|
769
|
-
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action is SWITCH.
|
|
769
|
+
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action is SWITCH. */
|
|
770
770
|
sourceSkuId?: string;
|
|
771
771
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
772
772
|
upload_protocol?: string;
|
|
@@ -781,7 +781,7 @@ declare namespace gapi.client {
|
|
|
781
781
|
'$.xgafv'?: string;
|
|
782
782
|
/** OAuth access token. */
|
|
783
783
|
access_token?: string;
|
|
784
|
-
/** The intented insert action.
|
|
784
|
+
/** The intented insert action. Advised to set this when the customer already has a subscription for a different SKU in the same product. */
|
|
785
785
|
action?: string;
|
|
786
786
|
/** Data format for response. */
|
|
787
787
|
alt?: string;
|
|
@@ -801,7 +801,7 @@ declare namespace gapi.client {
|
|
|
801
801
|
prettyPrint?: boolean;
|
|
802
802
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
803
803
|
quotaUser?: string;
|
|
804
|
-
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action is SWITCH.
|
|
804
|
+
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action is SWITCH. */
|
|
805
805
|
sourceSkuId?: string;
|
|
806
806
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
807
807
|
upload_protocol?: string;
|