@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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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>>;
|