@connectedxm/admin 2.3.17 → 2.3.18

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
@@ -47,6 +47,7 @@ interface BaseOrganizationModule {
47
47
  interface OrganizationModule extends BaseOrganizationModule {
48
48
  enabledTiers: BaseTier[];
49
49
  editableTiers: BaseTier[];
50
+ options: object | null;
50
51
  createdAt: string;
51
52
  updatedAt: string;
52
53
  }
@@ -4834,6 +4835,7 @@ interface OrganizationModuleUpdateInputs {
4834
4835
  requireAuth?: boolean;
4835
4836
  enabled?: boolean;
4836
4837
  editable?: boolean;
4838
+ options?: object | null;
4837
4839
  }
4838
4840
  interface PassTypePriceScheduleCreateInputs {
4839
4841
  ticketId?: string | null;
package/dist/index.d.ts CHANGED
@@ -47,6 +47,7 @@ interface BaseOrganizationModule {
47
47
  interface OrganizationModule extends BaseOrganizationModule {
48
48
  enabledTiers: BaseTier[];
49
49
  editableTiers: BaseTier[];
50
+ options: object | null;
50
51
  createdAt: string;
51
52
  updatedAt: string;
52
53
  }
@@ -4834,6 +4835,7 @@ interface OrganizationModuleUpdateInputs {
4834
4835
  requireAuth?: boolean;
4835
4836
  enabled?: boolean;
4836
4837
  editable?: boolean;
4838
+ options?: object | null;
4837
4839
  }
4838
4840
  interface PassTypePriceScheduleCreateInputs {
4839
4841
  ticketId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.3.17",
3
+ "version": "2.3.18",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",