@connectedxm/client 2.3.12 → 2.3.13

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/dist/index.d.cts CHANGED
@@ -4697,7 +4697,6 @@ interface CreateSubscriptionParams extends MutationParams {
4697
4697
  priceId: string;
4698
4698
  }
4699
4699
  interface CreateSubscriptionResponse {
4700
- type: string;
4701
4700
  clientSecret: string;
4702
4701
  }
4703
4702
  declare const CreateSubscription: ({ productId, priceId, clientApiParams, }: CreateSubscriptionParams) => Promise<ConnectedXMResponse<CreateSubscriptionResponse>>;
package/dist/index.d.ts CHANGED
@@ -4697,7 +4697,6 @@ interface CreateSubscriptionParams extends MutationParams {
4697
4697
  priceId: string;
4698
4698
  }
4699
4699
  interface CreateSubscriptionResponse {
4700
- type: string;
4701
4700
  clientSecret: string;
4702
4701
  }
4703
4702
  declare const CreateSubscription: ({ productId, priceId, clientApiParams, }: CreateSubscriptionParams) => Promise<ConnectedXMResponse<CreateSubscriptionResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "2.3.12",
3
+ "version": "2.3.13",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",