@connectedxm/client 2.3.11 → 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.cjs CHANGED
@@ -7652,7 +7652,7 @@ var SELF_EVENT_ATTENDEE_PASS_SESSIONS_QUERY_KEY = (eventId, passId) => [
7652
7652
  ...SELF_EVENT_ATTENDEE_QUERY_KEY(eventId),
7653
7653
  "PASSES",
7654
7654
  passId,
7655
- "AVAILABLE_ADD_ONS"
7655
+ "AVAILABLE_SESSIONS"
7656
7656
  ];
7657
7657
  var SET_SELF_EVENT_ATTENDEE_PASS_SESSIONS_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"]) => {
7658
7658
  client.setQueryData(
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/dist/index.js CHANGED
@@ -6491,7 +6491,7 @@ var SELF_EVENT_ATTENDEE_PASS_SESSIONS_QUERY_KEY = (eventId, passId) => [
6491
6491
  ...SELF_EVENT_ATTENDEE_QUERY_KEY(eventId),
6492
6492
  "PASSES",
6493
6493
  passId,
6494
- "AVAILABLE_ADD_ONS"
6494
+ "AVAILABLE_SESSIONS"
6495
6495
  ];
6496
6496
  var SET_SELF_EVENT_ATTENDEE_PASS_SESSIONS_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"]) => {
6497
6497
  client.setQueryData(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",