@connectedxm/client 2.3.6 → 2.3.8

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
@@ -791,9 +791,9 @@ interface BaseEventSessionAccess {
791
791
  sessionId: string;
792
792
  passId: string;
793
793
  session: BaseSession;
794
+ responses: EventSessionQuestionResponse[];
794
795
  }
795
796
  interface EventSessionAccess extends BaseEventSessionAccess {
796
- responses: EventSessionQuestionResponse[];
797
797
  pass: BasePass;
798
798
  createdAt: string;
799
799
  updatedAt: string;
@@ -1209,6 +1209,7 @@ interface Payment extends BasePayment {
1209
1209
  addOns: BaseEventAddOn[];
1210
1210
  purchases: BasePass[];
1211
1211
  coupons: BaseCoupon[];
1212
+ accesses: BaseEventSessionAccess[];
1212
1213
  }
1213
1214
  declare enum LeadStatus {
1214
1215
  new = "new",
@@ -1888,7 +1889,6 @@ interface OrganizationConfig {
1888
1889
  CURRENCY: string;
1889
1890
  };
1890
1891
  INTEGRATIONS: Integration[];
1891
- GOOGLE_SERVICES: string;
1892
1892
  }
1893
1893
  interface OrganizationModule {
1894
1894
  requireAuth: boolean;
package/dist/index.d.ts CHANGED
@@ -791,9 +791,9 @@ interface BaseEventSessionAccess {
791
791
  sessionId: string;
792
792
  passId: string;
793
793
  session: BaseSession;
794
+ responses: EventSessionQuestionResponse[];
794
795
  }
795
796
  interface EventSessionAccess extends BaseEventSessionAccess {
796
- responses: EventSessionQuestionResponse[];
797
797
  pass: BasePass;
798
798
  createdAt: string;
799
799
  updatedAt: string;
@@ -1209,6 +1209,7 @@ interface Payment extends BasePayment {
1209
1209
  addOns: BaseEventAddOn[];
1210
1210
  purchases: BasePass[];
1211
1211
  coupons: BaseCoupon[];
1212
+ accesses: BaseEventSessionAccess[];
1212
1213
  }
1213
1214
  declare enum LeadStatus {
1214
1215
  new = "new",
@@ -1888,7 +1889,6 @@ interface OrganizationConfig {
1888
1889
  CURRENCY: string;
1889
1890
  };
1890
1891
  INTEGRATIONS: Integration[];
1891
- GOOGLE_SERVICES: string;
1892
1892
  }
1893
1893
  interface OrganizationModule {
1894
1894
  requireAuth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",