randmar-api-client 1.347.0 → 1.348.0
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.
|
@@ -663,7 +663,7 @@ export type PostV4PartnerByApplicationIdAccountResellerTermsApiResponse = unknow
|
|
|
663
663
|
export type PostV4PartnerByApplicationIdAccountResellerTermsApiArg = {
|
|
664
664
|
/** The application ID of the reseller to update. */
|
|
665
665
|
applicationId: string;
|
|
666
|
-
/** The new tier value between "
|
|
666
|
+
/** The new tier value between "Commercial", "E-Commerce" and "Exclusive". */
|
|
667
667
|
newValue?: string;
|
|
668
668
|
};
|
|
669
669
|
export type PutV4PartnerByApplicationIdAccountSocialAndSocialNetworkApiResponse = unknown;
|