randmar-api-client 1.346.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 "Exclusive", "E-Commerce" and "Commercial". */
666
+ /** The new tier value between "Commercial", "E-Commerce" and "Exclusive". */
667
667
  newValue?: string;
668
668
  };
669
669
  export type PutV4PartnerByApplicationIdAccountSocialAndSocialNetworkApiResponse = unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.346.0",
3
+ "version": "1.348.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",