@connectedxm/admin 1.1.11 → 1.1.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.js CHANGED
@@ -316,6 +316,7 @@ __export(src_exports, {
316
316
  DeleteLevelTranslation: () => DeleteLevelTranslation,
317
317
  DeleteManyImages: () => DeleteManyImages,
318
318
  DeleteManyVideos: () => DeleteManyVideos,
319
+ DeleteOrganizationDomain: () => DeleteOrganizationDomain,
319
320
  DeleteOrganizationPageTranslation: () => DeleteOrganizationPageTranslation,
320
321
  DeleteOrganizationPaymentIntegration: () => DeleteOrganizationPaymentIntegration,
321
322
  DeleteOrganizationTeamMember: () => DeleteOrganizationTeamMember,
@@ -731,6 +732,7 @@ __export(src_exports, {
731
732
  GetLevelTranslations: () => GetLevelTranslations,
732
733
  GetLevels: () => GetLevels,
733
734
  GetOrganization: () => GetOrganization,
735
+ GetOrganizationDomain: () => GetOrganizationDomain,
734
736
  GetOrganizationMembership: () => GetOrganizationMembership,
735
737
  GetOrganizationModule: () => GetOrganizationModule,
736
738
  GetOrganizationModuleEditableTiers: () => GetOrganizationModuleEditableTiers,
@@ -843,6 +845,7 @@ __export(src_exports, {
843
845
  LEVEL_TRANSLATION_QUERY_KEY: () => LEVEL_TRANSLATION_QUERY_KEY,
844
846
  MergeInfinitePages: () => MergeInfinitePages,
845
847
  NotificationType: () => NotificationType,
848
+ ORGANIZATION_DOMAIN_QUERY_KEY: () => ORGANIZATION_DOMAIN_QUERY_KEY,
846
849
  ORGANIZATION_MEMBERSHIP_QUERY_KEY: () => ORGANIZATION_MEMBERSHIP_QUERY_KEY,
847
850
  ORGANIZATION_MODULES_QUERY_KEY: () => ORGANIZATION_MODULES_QUERY_KEY,
848
851
  ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_KEY: () => ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_KEY,
@@ -894,6 +897,7 @@ __export(src_exports, {
894
897
  RemoveEventCoHost: () => RemoveEventCoHost,
895
898
  RemoveEventPageImage: () => RemoveEventPageImage,
896
899
  RemoveEventPassAddOn: () => RemoveEventPassAddOn,
900
+ RemoveEventPassReservation: () => RemoveEventPassReservation,
897
901
  RemoveEventPassTypeAddOn: () => RemoveEventPassTypeAddOn,
898
902
  RemoveEventPassTypeTier: () => RemoveEventPassTypeTier,
899
903
  RemoveEventQuestionChoiceSubQuestion: () => RemoveEventQuestionChoiceSubQuestion,
@@ -1178,6 +1182,7 @@ __export(src_exports, {
1178
1182
  SET_LEVEL_QUERY_DATA: () => SET_LEVEL_QUERY_DATA,
1179
1183
  SET_LEVEL_TRANSLATIONS_QUERY_DATA: () => SET_LEVEL_TRANSLATIONS_QUERY_DATA,
1180
1184
  SET_LEVEL_TRANSLATION_QUERY_DATA: () => SET_LEVEL_TRANSLATION_QUERY_DATA,
1185
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA: () => SET_ORGANIZATION_DOMAIN_QUERY_DATA,
1181
1186
  SET_ORGANIZATION_MEMBERSHIP_QUERY_DATA: () => SET_ORGANIZATION_MEMBERSHIP_QUERY_DATA,
1182
1187
  SET_ORGANIZATION_MODULES_QUERY_DATA: () => SET_ORGANIZATION_MODULES_QUERY_DATA,
1183
1188
  SET_ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_DATA: () => SET_ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_DATA,
@@ -1366,6 +1371,7 @@ __export(src_exports, {
1366
1371
  UpdateLevel: () => UpdateLevel,
1367
1372
  UpdateLevelTranslation: () => UpdateLevelTranslation,
1368
1373
  UpdateOrganization: () => UpdateOrganization,
1374
+ UpdateOrganizationDomain: () => UpdateOrganizationDomain,
1369
1375
  UpdateOrganizationIntegrations: () => UpdateOrganizationIntegrations,
1370
1376
  UpdateOrganizationMembership: () => UpdateOrganizationMembership,
1371
1377
  UpdateOrganizationModule: () => UpdateOrganizationModule,
@@ -1607,6 +1613,7 @@ __export(src_exports, {
1607
1613
  useDeleteLevelTranslation: () => useDeleteLevelTranslation,
1608
1614
  useDeleteManyImages: () => useDeleteManyImages,
1609
1615
  useDeleteManyVideos: () => useDeleteManyVideos,
1616
+ useDeleteOrganizationDomain: () => useDeleteOrganizationDomain,
1610
1617
  useDeleteOrganizationPageTranslation: () => useDeleteOrganizationPageTranslation,
1611
1618
  useDeleteOrganizationPaymentIntegration: () => useDeleteOrganizationPaymentIntegration,
1612
1619
  useDeleteOrganizationTeamMember: () => useDeleteOrganizationTeamMember,
@@ -1859,6 +1866,7 @@ __export(src_exports, {
1859
1866
  useGetLevelTranslations: () => useGetLevelTranslations,
1860
1867
  useGetLevels: () => useGetLevels,
1861
1868
  useGetOrganization: () => useGetOrganization,
1869
+ useGetOrganizationDomain: () => useGetOrganizationDomain,
1862
1870
  useGetOrganizationMembership: () => useGetOrganizationMembership,
1863
1871
  useGetOrganizationModule: () => useGetOrganizationModule,
1864
1872
  useGetOrganizationModuleEditableTiers: () => useGetOrganizationModuleEditableTiers,
@@ -1951,6 +1959,7 @@ __export(src_exports, {
1951
1959
  useRemoveEventCoHost: () => useRemoveEventCoHost,
1952
1960
  useRemoveEventPageImage: () => useRemoveEventPageImage,
1953
1961
  useRemoveEventPassAddOn: () => useRemoveEventPassAddOn,
1962
+ useRemoveEventPassReservation: () => useRemoveEventPassReservation,
1954
1963
  useRemoveEventPassTypeAddOn: () => useRemoveEventPassTypeAddOn,
1955
1964
  useRemoveEventPassTypeTier: () => useRemoveEventPassTypeTier,
1956
1965
  useRemoveEventQuestionChoiceSubQuestion: () => useRemoveEventQuestionChoiceSubQuestion,
@@ -2075,6 +2084,7 @@ __export(src_exports, {
2075
2084
  useUpdateLevel: () => useUpdateLevel,
2076
2085
  useUpdateLevelTranslation: () => useUpdateLevelTranslation,
2077
2086
  useUpdateOrganization: () => useUpdateOrganization,
2087
+ useUpdateOrganizationDomain: () => useUpdateOrganizationDomain,
2078
2088
  useUpdateOrganizationIntegrations: () => useUpdateOrganizationIntegrations,
2079
2089
  useUpdateOrganizationMembership: () => useUpdateOrganizationMembership,
2080
2090
  useUpdateOrganizationModule: () => useUpdateOrganizationModule,
@@ -12853,6 +12863,27 @@ var useGetOrganizationTrigger = (type, options = {}) => {
12853
12863
  );
12854
12864
  };
12855
12865
 
12866
+ // src/queries/organization/useGetOrganizationDomain.ts
12867
+ var ORGANIZATION_DOMAIN_QUERY_KEY = () => ["ORGANIZATION_DOMAIN"];
12868
+ var SET_ORGANIZATION_DOMAIN_QUERY_DATA = (client, keyParams, response) => {
12869
+ client.setQueryData(ORGANIZATION_DOMAIN_QUERY_KEY(...keyParams), response);
12870
+ };
12871
+ var GetOrganizationDomain = async ({
12872
+ adminApiParams
12873
+ }) => {
12874
+ const adminApi = await GetAdminAPI(adminApiParams);
12875
+ const { data } = await adminApi.get(`/organization/domain`);
12876
+ return data;
12877
+ };
12878
+ var useGetOrganizationDomain = (options = {}) => {
12879
+ return useConnectedSingleQuery(
12880
+ ORGANIZATION_DOMAIN_QUERY_KEY(),
12881
+ (params) => GetOrganizationDomain(params),
12882
+ options,
12883
+ "org"
12884
+ );
12885
+ };
12886
+
12856
12887
  // src/queries/organization/useGetOrganizationMembership.ts
12857
12888
  var ORGANIZATION_MEMBERSHIP_QUERY_KEY = (userId) => [
12858
12889
  ...ORGANIZATION_QUERY_KEY(),
@@ -19348,6 +19379,34 @@ var useRemoveEventPassAddOn = (options = {}) => {
19348
19379
  });
19349
19380
  };
19350
19381
 
19382
+ // src/mutations/event/passes/useRemoveEventPassReservation.ts
19383
+ var RemoveEventPassReservation = async ({
19384
+ eventId,
19385
+ passId,
19386
+ adminApiParams,
19387
+ queryClient
19388
+ }) => {
19389
+ const connectedXM = await GetAdminAPI(adminApiParams);
19390
+ const { data } = await connectedXM.delete(
19391
+ `/events/${eventId}/passes/${passId}/reservations`
19392
+ );
19393
+ if (queryClient && data.status === "ok") {
19394
+ queryClient.invalidateQueries({
19395
+ queryKey: EVENT_RESERVATION_SECTIONS_QUERY_KEY(eventId)
19396
+ });
19397
+ queryClient.invalidateQueries({
19398
+ queryKey: EVENT_PASS_QUERY_KEY(eventId, passId)
19399
+ });
19400
+ }
19401
+ return data;
19402
+ };
19403
+ var useRemoveEventPassReservation = (options = {}) => {
19404
+ return useConnectedMutation(RemoveEventPassReservation, options, {
19405
+ domain: "events",
19406
+ type: "update"
19407
+ });
19408
+ };
19409
+
19351
19410
  // src/mutations/event/passes/useSelectEventPassReservation.ts
19352
19411
  var SelectEventPassReservation = async ({
19353
19412
  eventId,
@@ -24694,6 +24753,27 @@ var useCreateOrganizationTeamMember = (options = {}) => {
24694
24753
  });
24695
24754
  };
24696
24755
 
24756
+ // src/mutations/organization/useDeleteOrganizationDomain.ts
24757
+ var DeleteOrganizationDomain = async ({
24758
+ adminApiParams,
24759
+ queryClient
24760
+ }) => {
24761
+ const connectedXM = await GetAdminAPI(adminApiParams);
24762
+ const { data } = await connectedXM.delete(
24763
+ `/organization/domain`
24764
+ );
24765
+ if (queryClient && data.status === "ok") {
24766
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA(queryClient, [], data);
24767
+ }
24768
+ return data;
24769
+ };
24770
+ var useDeleteOrganizationDomain = (options = {}) => {
24771
+ return useConnectedMutation(DeleteOrganizationDomain, options, {
24772
+ domain: "org",
24773
+ type: "update"
24774
+ });
24775
+ };
24776
+
24697
24777
  // src/mutations/organization/useDeleteOrganizationTeamMember.ts
24698
24778
  var DeleteOrganizationTeamMember = async ({
24699
24779
  teamMemberId,
@@ -24806,6 +24886,29 @@ var useUpdateOrganization = (options = {}) => {
24806
24886
  });
24807
24887
  };
24808
24888
 
24889
+ // src/mutations/organization/useUpdateOrganizationDomain.ts
24890
+ var UpdateOrganizationDomain = async ({
24891
+ domain,
24892
+ adminApiParams,
24893
+ queryClient
24894
+ }) => {
24895
+ const connectedXM = await GetAdminAPI(adminApiParams);
24896
+ const { data } = await connectedXM.put(
24897
+ `/organization/domain`,
24898
+ { domain }
24899
+ );
24900
+ if (queryClient && data.status === "ok") {
24901
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA(queryClient, [], data);
24902
+ }
24903
+ return data;
24904
+ };
24905
+ var useUpdateOrganizationDomain = (options = {}) => {
24906
+ return useConnectedMutation(UpdateOrganizationDomain, options, {
24907
+ domain: "org",
24908
+ type: "update"
24909
+ });
24910
+ };
24911
+
24809
24912
  // src/mutations/organization/useUpdateOrganizationIntegrations.ts
24810
24913
  var UpdateOrganizationIntegrations = async ({
24811
24914
  ghost,
@@ -26626,6 +26729,7 @@ var useUpdateVideo = (options = {}) => {
26626
26729
  DeleteLevelTranslation,
26627
26730
  DeleteManyImages,
26628
26731
  DeleteManyVideos,
26732
+ DeleteOrganizationDomain,
26629
26733
  DeleteOrganizationPageTranslation,
26630
26734
  DeleteOrganizationPaymentIntegration,
26631
26735
  DeleteOrganizationTeamMember,
@@ -27041,6 +27145,7 @@ var useUpdateVideo = (options = {}) => {
27041
27145
  GetLevelTranslations,
27042
27146
  GetLevels,
27043
27147
  GetOrganization,
27148
+ GetOrganizationDomain,
27044
27149
  GetOrganizationMembership,
27045
27150
  GetOrganizationModule,
27046
27151
  GetOrganizationModuleEditableTiers,
@@ -27153,6 +27258,7 @@ var useUpdateVideo = (options = {}) => {
27153
27258
  LEVEL_TRANSLATION_QUERY_KEY,
27154
27259
  MergeInfinitePages,
27155
27260
  NotificationType,
27261
+ ORGANIZATION_DOMAIN_QUERY_KEY,
27156
27262
  ORGANIZATION_MEMBERSHIP_QUERY_KEY,
27157
27263
  ORGANIZATION_MODULES_QUERY_KEY,
27158
27264
  ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_KEY,
@@ -27204,6 +27310,7 @@ var useUpdateVideo = (options = {}) => {
27204
27310
  RemoveEventCoHost,
27205
27311
  RemoveEventPageImage,
27206
27312
  RemoveEventPassAddOn,
27313
+ RemoveEventPassReservation,
27207
27314
  RemoveEventPassTypeAddOn,
27208
27315
  RemoveEventPassTypeTier,
27209
27316
  RemoveEventQuestionChoiceSubQuestion,
@@ -27488,6 +27595,7 @@ var useUpdateVideo = (options = {}) => {
27488
27595
  SET_LEVEL_QUERY_DATA,
27489
27596
  SET_LEVEL_TRANSLATIONS_QUERY_DATA,
27490
27597
  SET_LEVEL_TRANSLATION_QUERY_DATA,
27598
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA,
27491
27599
  SET_ORGANIZATION_MEMBERSHIP_QUERY_DATA,
27492
27600
  SET_ORGANIZATION_MODULES_QUERY_DATA,
27493
27601
  SET_ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_DATA,
@@ -27676,6 +27784,7 @@ var useUpdateVideo = (options = {}) => {
27676
27784
  UpdateLevel,
27677
27785
  UpdateLevelTranslation,
27678
27786
  UpdateOrganization,
27787
+ UpdateOrganizationDomain,
27679
27788
  UpdateOrganizationIntegrations,
27680
27789
  UpdateOrganizationMembership,
27681
27790
  UpdateOrganizationModule,
@@ -27917,6 +28026,7 @@ var useUpdateVideo = (options = {}) => {
27917
28026
  useDeleteLevelTranslation,
27918
28027
  useDeleteManyImages,
27919
28028
  useDeleteManyVideos,
28029
+ useDeleteOrganizationDomain,
27920
28030
  useDeleteOrganizationPageTranslation,
27921
28031
  useDeleteOrganizationPaymentIntegration,
27922
28032
  useDeleteOrganizationTeamMember,
@@ -28169,6 +28279,7 @@ var useUpdateVideo = (options = {}) => {
28169
28279
  useGetLevelTranslations,
28170
28280
  useGetLevels,
28171
28281
  useGetOrganization,
28282
+ useGetOrganizationDomain,
28172
28283
  useGetOrganizationMembership,
28173
28284
  useGetOrganizationModule,
28174
28285
  useGetOrganizationModuleEditableTiers,
@@ -28261,6 +28372,7 @@ var useUpdateVideo = (options = {}) => {
28261
28372
  useRemoveEventCoHost,
28262
28373
  useRemoveEventPageImage,
28263
28374
  useRemoveEventPassAddOn,
28375
+ useRemoveEventPassReservation,
28264
28376
  useRemoveEventPassTypeAddOn,
28265
28377
  useRemoveEventPassTypeTier,
28266
28378
  useRemoveEventQuestionChoiceSubQuestion,
@@ -28385,6 +28497,7 @@ var useUpdateVideo = (options = {}) => {
28385
28497
  useUpdateLevel,
28386
28498
  useUpdateLevelTranslation,
28387
28499
  useUpdateOrganization,
28500
+ useUpdateOrganizationDomain,
28388
28501
  useUpdateOrganizationIntegrations,
28389
28502
  useUpdateOrganizationMembership,
28390
28503
  useUpdateOrganizationModule,
package/dist/index.mjs CHANGED
@@ -10755,6 +10755,27 @@ var useGetOrganizationTrigger = (type, options = {}) => {
10755
10755
  );
10756
10756
  };
10757
10757
 
10758
+ // src/queries/organization/useGetOrganizationDomain.ts
10759
+ var ORGANIZATION_DOMAIN_QUERY_KEY = () => ["ORGANIZATION_DOMAIN"];
10760
+ var SET_ORGANIZATION_DOMAIN_QUERY_DATA = (client, keyParams, response) => {
10761
+ client.setQueryData(ORGANIZATION_DOMAIN_QUERY_KEY(...keyParams), response);
10762
+ };
10763
+ var GetOrganizationDomain = async ({
10764
+ adminApiParams
10765
+ }) => {
10766
+ const adminApi = await GetAdminAPI(adminApiParams);
10767
+ const { data } = await adminApi.get(`/organization/domain`);
10768
+ return data;
10769
+ };
10770
+ var useGetOrganizationDomain = (options = {}) => {
10771
+ return useConnectedSingleQuery(
10772
+ ORGANIZATION_DOMAIN_QUERY_KEY(),
10773
+ (params) => GetOrganizationDomain(params),
10774
+ options,
10775
+ "org"
10776
+ );
10777
+ };
10778
+
10758
10779
  // src/queries/organization/useGetOrganizationMembership.ts
10759
10780
  var ORGANIZATION_MEMBERSHIP_QUERY_KEY = (userId) => [
10760
10781
  ...ORGANIZATION_QUERY_KEY(),
@@ -17253,6 +17274,34 @@ var useRemoveEventPassAddOn = (options = {}) => {
17253
17274
  });
17254
17275
  };
17255
17276
 
17277
+ // src/mutations/event/passes/useRemoveEventPassReservation.ts
17278
+ var RemoveEventPassReservation = async ({
17279
+ eventId,
17280
+ passId,
17281
+ adminApiParams,
17282
+ queryClient
17283
+ }) => {
17284
+ const connectedXM = await GetAdminAPI(adminApiParams);
17285
+ const { data } = await connectedXM.delete(
17286
+ `/events/${eventId}/passes/${passId}/reservations`
17287
+ );
17288
+ if (queryClient && data.status === "ok") {
17289
+ queryClient.invalidateQueries({
17290
+ queryKey: EVENT_RESERVATION_SECTIONS_QUERY_KEY(eventId)
17291
+ });
17292
+ queryClient.invalidateQueries({
17293
+ queryKey: EVENT_PASS_QUERY_KEY(eventId, passId)
17294
+ });
17295
+ }
17296
+ return data;
17297
+ };
17298
+ var useRemoveEventPassReservation = (options = {}) => {
17299
+ return useConnectedMutation(RemoveEventPassReservation, options, {
17300
+ domain: "events",
17301
+ type: "update"
17302
+ });
17303
+ };
17304
+
17256
17305
  // src/mutations/event/passes/useSelectEventPassReservation.ts
17257
17306
  var SelectEventPassReservation = async ({
17258
17307
  eventId,
@@ -22599,6 +22648,27 @@ var useCreateOrganizationTeamMember = (options = {}) => {
22599
22648
  });
22600
22649
  };
22601
22650
 
22651
+ // src/mutations/organization/useDeleteOrganizationDomain.ts
22652
+ var DeleteOrganizationDomain = async ({
22653
+ adminApiParams,
22654
+ queryClient
22655
+ }) => {
22656
+ const connectedXM = await GetAdminAPI(adminApiParams);
22657
+ const { data } = await connectedXM.delete(
22658
+ `/organization/domain`
22659
+ );
22660
+ if (queryClient && data.status === "ok") {
22661
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA(queryClient, [], data);
22662
+ }
22663
+ return data;
22664
+ };
22665
+ var useDeleteOrganizationDomain = (options = {}) => {
22666
+ return useConnectedMutation(DeleteOrganizationDomain, options, {
22667
+ domain: "org",
22668
+ type: "update"
22669
+ });
22670
+ };
22671
+
22602
22672
  // src/mutations/organization/useDeleteOrganizationTeamMember.ts
22603
22673
  var DeleteOrganizationTeamMember = async ({
22604
22674
  teamMemberId,
@@ -22711,6 +22781,29 @@ var useUpdateOrganization = (options = {}) => {
22711
22781
  });
22712
22782
  };
22713
22783
 
22784
+ // src/mutations/organization/useUpdateOrganizationDomain.ts
22785
+ var UpdateOrganizationDomain = async ({
22786
+ domain,
22787
+ adminApiParams,
22788
+ queryClient
22789
+ }) => {
22790
+ const connectedXM = await GetAdminAPI(adminApiParams);
22791
+ const { data } = await connectedXM.put(
22792
+ `/organization/domain`,
22793
+ { domain }
22794
+ );
22795
+ if (queryClient && data.status === "ok") {
22796
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA(queryClient, [], data);
22797
+ }
22798
+ return data;
22799
+ };
22800
+ var useUpdateOrganizationDomain = (options = {}) => {
22801
+ return useConnectedMutation(UpdateOrganizationDomain, options, {
22802
+ domain: "org",
22803
+ type: "update"
22804
+ });
22805
+ };
22806
+
22714
22807
  // src/mutations/organization/useUpdateOrganizationIntegrations.ts
22715
22808
  var UpdateOrganizationIntegrations = async ({
22716
22809
  ghost,
@@ -24530,6 +24623,7 @@ export {
24530
24623
  DeleteLevelTranslation,
24531
24624
  DeleteManyImages,
24532
24625
  DeleteManyVideos,
24626
+ DeleteOrganizationDomain,
24533
24627
  DeleteOrganizationPageTranslation,
24534
24628
  DeleteOrganizationPaymentIntegration,
24535
24629
  DeleteOrganizationTeamMember,
@@ -24945,6 +25039,7 @@ export {
24945
25039
  GetLevelTranslations,
24946
25040
  GetLevels,
24947
25041
  GetOrganization,
25042
+ GetOrganizationDomain,
24948
25043
  GetOrganizationMembership,
24949
25044
  GetOrganizationModule,
24950
25045
  GetOrganizationModuleEditableTiers,
@@ -25057,6 +25152,7 @@ export {
25057
25152
  LEVEL_TRANSLATION_QUERY_KEY,
25058
25153
  MergeInfinitePages,
25059
25154
  NotificationType,
25155
+ ORGANIZATION_DOMAIN_QUERY_KEY,
25060
25156
  ORGANIZATION_MEMBERSHIP_QUERY_KEY,
25061
25157
  ORGANIZATION_MODULES_QUERY_KEY,
25062
25158
  ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_KEY,
@@ -25108,6 +25204,7 @@ export {
25108
25204
  RemoveEventCoHost,
25109
25205
  RemoveEventPageImage,
25110
25206
  RemoveEventPassAddOn,
25207
+ RemoveEventPassReservation,
25111
25208
  RemoveEventPassTypeAddOn,
25112
25209
  RemoveEventPassTypeTier,
25113
25210
  RemoveEventQuestionChoiceSubQuestion,
@@ -25392,6 +25489,7 @@ export {
25392
25489
  SET_LEVEL_QUERY_DATA,
25393
25490
  SET_LEVEL_TRANSLATIONS_QUERY_DATA,
25394
25491
  SET_LEVEL_TRANSLATION_QUERY_DATA,
25492
+ SET_ORGANIZATION_DOMAIN_QUERY_DATA,
25395
25493
  SET_ORGANIZATION_MEMBERSHIP_QUERY_DATA,
25396
25494
  SET_ORGANIZATION_MODULES_QUERY_DATA,
25397
25495
  SET_ORGANIZATION_MODULE_EDITABLE_TIERS_QUERY_DATA,
@@ -25580,6 +25678,7 @@ export {
25580
25678
  UpdateLevel,
25581
25679
  UpdateLevelTranslation,
25582
25680
  UpdateOrganization,
25681
+ UpdateOrganizationDomain,
25583
25682
  UpdateOrganizationIntegrations,
25584
25683
  UpdateOrganizationMembership,
25585
25684
  UpdateOrganizationModule,
@@ -25821,6 +25920,7 @@ export {
25821
25920
  useDeleteLevelTranslation,
25822
25921
  useDeleteManyImages,
25823
25922
  useDeleteManyVideos,
25923
+ useDeleteOrganizationDomain,
25824
25924
  useDeleteOrganizationPageTranslation,
25825
25925
  useDeleteOrganizationPaymentIntegration,
25826
25926
  useDeleteOrganizationTeamMember,
@@ -26073,6 +26173,7 @@ export {
26073
26173
  useGetLevelTranslations,
26074
26174
  useGetLevels,
26075
26175
  useGetOrganization,
26176
+ useGetOrganizationDomain,
26076
26177
  useGetOrganizationMembership,
26077
26178
  useGetOrganizationModule,
26078
26179
  useGetOrganizationModuleEditableTiers,
@@ -26165,6 +26266,7 @@ export {
26165
26266
  useRemoveEventCoHost,
26166
26267
  useRemoveEventPageImage,
26167
26268
  useRemoveEventPassAddOn,
26269
+ useRemoveEventPassReservation,
26168
26270
  useRemoveEventPassTypeAddOn,
26169
26271
  useRemoveEventPassTypeTier,
26170
26272
  useRemoveEventQuestionChoiceSubQuestion,
@@ -26289,6 +26391,7 @@ export {
26289
26391
  useUpdateLevel,
26290
26392
  useUpdateLevelTranslation,
26291
26393
  useUpdateOrganization,
26394
+ useUpdateOrganizationDomain,
26292
26395
  useUpdateOrganizationIntegrations,
26293
26396
  useUpdateOrganizationMembership,
26294
26397
  useUpdateOrganizationModule,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {