@globalscoutme/api-client 1.1.0 → 1.1.1

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.
@@ -1513,6 +1513,7 @@ export type SubscriptionPlanDto = {
1513
1513
  [key: string]: unknown;
1514
1514
  };
1515
1515
  displayOrder?: number | null;
1516
+ providerProductId?: string | null;
1516
1517
  };
1517
1518
  export type PlansListDto = {
1518
1519
  plans: Array<SubscriptionPlanDto>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalscoutme/api-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "GlobalScoutMe API client (generated)",
5
5
  "author": "GlobalScoutMe",
6
6
  "license": "UNLICENSED",
package/types.gen.ts CHANGED
@@ -1616,6 +1616,7 @@ export type SubscriptionPlanDto = {
1616
1616
  [key: string]: unknown;
1617
1617
  };
1618
1618
  displayOrder?: number | null;
1619
+ providerProductId?: string | null;
1619
1620
  };
1620
1621
 
1621
1622
  export type PlansListDto = {