@connectedxm/admin 0.0.39 → 0.0.41

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
@@ -299,6 +299,7 @@ __export(src_exports, {
299
299
  DeleteStreamInput: () => DeleteStreamInput,
300
300
  DeleteStreamInputOutput: () => DeleteStreamInputOutput,
301
301
  DeleteSubscriptionProduct: () => DeleteSubscriptionProduct,
302
+ DeleteSubscriptionProductPrice: () => DeleteSubscriptionProductPrice,
302
303
  DeleteSupportTicket: () => DeleteSupportTicket,
303
304
  DeleteSupportTicketNote: () => DeleteSupportTicketNote,
304
305
  DeleteThread: () => DeleteThread,
@@ -645,6 +646,7 @@ __export(src_exports, {
645
646
  GetImageUsage: () => GetImageUsage,
646
647
  GetImageVariant: () => GetImageVariant,
647
648
  GetImages: () => GetImages,
649
+ GetImport: () => GetImport,
648
650
  GetImportItems: () => GetImportItems,
649
651
  GetImports: () => GetImports,
650
652
  GetInterest: () => GetInterest,
@@ -743,6 +745,7 @@ __export(src_exports, {
743
745
  IMAGE_USAGE_QUERY_KEY: () => IMAGE_USAGE_QUERY_KEY,
744
746
  IMPORTS_QUERY_KEY: () => IMPORTS_QUERY_KEY,
745
747
  IMPORT_ITEMS_QUERY_KEY: () => IMPORT_ITEMS_QUERY_KEY,
748
+ IMPORT_QUERY_KEY: () => IMPORT_QUERY_KEY,
746
749
  INTERESTS_QUERY_KEY: () => INTERESTS_QUERY_KEY,
747
750
  INTEREST_ACCOUNTS_QUERY_KEY: () => INTEREST_ACCOUNTS_QUERY_KEY,
748
751
  INTEREST_ACTIVITIES_QUERY_KEY: () => INTEREST_ACTIVITIES_QUERY_KEY,
@@ -760,6 +763,7 @@ __export(src_exports, {
760
763
  ImageType: () => ImageType,
761
764
  ImpersonateAccount: () => ImpersonateAccount,
762
765
  ImportItemStatus: () => ImportItemStatus,
766
+ ImportType: () => ImportType,
763
767
  InvoiceStatus: () => InvoiceStatus,
764
768
  LEVELS_QUERY_KEY: () => LEVELS_QUERY_KEY,
765
769
  LEVEL_ACCOUNTS_QUERY_KEY: () => LEVEL_ACCOUNTS_QUERY_KEY,
@@ -846,6 +850,7 @@ __export(src_exports, {
846
850
  RemoveThreadMember: () => RemoveThreadMember,
847
851
  RemoveThreadModerator: () => RemoveThreadModerator,
848
852
  RemoveTierAccount: () => RemoveTierAccount,
853
+ RemoveTierAccounts: () => RemoveTierAccounts,
849
854
  ReorderEventFaqSectionQuestions: () => ReorderEventFaqSectionQuestions,
850
855
  ReorderEventQuestionChoices: () => ReorderEventQuestionChoices,
851
856
  ReorderEventSectionQuestions: () => ReorderEventSectionQuestions,
@@ -1056,6 +1061,7 @@ __export(src_exports, {
1056
1061
  SET_IMAGES_QUERY_DATA: () => SET_IMAGES_QUERY_DATA,
1057
1062
  SET_IMAGE_QUERY_DATA: () => SET_IMAGE_QUERY_DATA,
1058
1063
  SET_IMAGE_USAGE_QUERY_DATA: () => SET_IMAGE_USAGE_QUERY_DATA,
1064
+ SET_IMPORT_QUERY_DATA: () => SET_IMPORT_QUERY_DATA,
1059
1065
  SET_INTERESTS_QUERY_DATA: () => SET_INTERESTS_QUERY_DATA,
1060
1066
  SET_INTEREST_ACCOUNTS_QUERY_DATA: () => SET_INTEREST_ACCOUNTS_QUERY_DATA,
1061
1067
  SET_INTEREST_ACTIVITIES_QUERY_DATA: () => SET_INTEREST_ACTIVITIES_QUERY_DATA,
@@ -1475,6 +1481,7 @@ __export(src_exports, {
1475
1481
  useDeleteStreamInput: () => useDeleteStreamInput,
1476
1482
  useDeleteStreamInputOutput: () => useDeleteStreamInputOutput,
1477
1483
  useDeleteSubscriptionProduct: () => useDeleteSubscriptionProduct,
1484
+ useDeleteSubscriptionProductPrice: () => useDeleteSubscriptionProductPrice,
1478
1485
  useDeleteSupportTicket: () => useDeleteSupportTicket,
1479
1486
  useDeleteSupportTicketNote: () => useDeleteSupportTicketNote,
1480
1487
  useDeleteThread: () => useDeleteThread,
@@ -1674,6 +1681,7 @@ __export(src_exports, {
1674
1681
  useGetImage: () => useGetImage,
1675
1682
  useGetImageUsage: () => useGetImageUsage,
1676
1683
  useGetImages: () => useGetImages,
1684
+ useGetImport: () => useGetImport,
1677
1685
  useGetImportItems: () => useGetImportItems,
1678
1686
  useGetImports: () => useGetImports,
1679
1687
  useGetInterest: () => useGetInterest,
@@ -1811,6 +1819,7 @@ __export(src_exports, {
1811
1819
  useRemoveThreadMember: () => useRemoveThreadMember,
1812
1820
  useRemoveThreadModerator: () => useRemoveThreadModerator,
1813
1821
  useRemoveTierAccount: () => useRemoveTierAccount,
1822
+ useRemoveTierAccounts: () => useRemoveTierAccounts,
1814
1823
  useReorderEventFaqSectionQuestions: () => useReorderEventFaqSectionQuestions,
1815
1824
  useReorderEventQuestionChoices: () => useReorderEventQuestionChoices,
1816
1825
  useReorderEventSectionQuestions: () => useReorderEventSectionQuestions,
@@ -10085,6 +10094,10 @@ var OrganizationActionType = /* @__PURE__ */ ((OrganizationActionType2) => {
10085
10094
  OrganizationActionType2["delete"] = "delete";
10086
10095
  return OrganizationActionType2;
10087
10096
  })(OrganizationActionType || {});
10097
+ var ImportType = /* @__PURE__ */ ((ImportType2) => {
10098
+ ImportType2["accountTiers"] = "account-tiers";
10099
+ return ImportType2;
10100
+ })(ImportType || {});
10088
10101
  var OrganizationModuleType = /* @__PURE__ */ ((OrganizationModuleType2) => {
10089
10102
  OrganizationModuleType2["accounts"] = "accounts";
10090
10103
  OrganizationModuleType2["events"] = "events";
@@ -10763,8 +10776,13 @@ var useGetImageUsage = (imageId = "", options = {}) => {
10763
10776
  };
10764
10777
 
10765
10778
  // src/queries/imports/useGetImports.ts
10766
- var IMPORTS_QUERY_KEY = () => ["IMPORTS"];
10779
+ var IMPORTS_QUERY_KEY = (tierId) => {
10780
+ const keys = ["IMPORTS"];
10781
+ if (tierId) keys.push(tierId);
10782
+ return keys;
10783
+ };
10767
10784
  var GetImports = async ({
10785
+ tierId,
10768
10786
  pageParam,
10769
10787
  pageSize,
10770
10788
  orderBy,
@@ -10774,6 +10792,7 @@ var GetImports = async ({
10774
10792
  const adminApi = await GetAdminAPI(adminApiParams);
10775
10793
  const { data } = await adminApi.get(`/imports`, {
10776
10794
  params: {
10795
+ tierId: tierId || void 0,
10777
10796
  page: pageParam || void 0,
10778
10797
  pageSize: pageSize || void 0,
10779
10798
  orderBy: orderBy || void 0,
@@ -10782,16 +10801,44 @@ var GetImports = async ({
10782
10801
  });
10783
10802
  return data;
10784
10803
  };
10785
- var useGetImports = (params = {}, options = {}) => {
10804
+ var useGetImports = (tierId = "", params = {}, options = {}) => {
10786
10805
  return useConnectedInfiniteQuery(
10787
- IMPORTS_QUERY_KEY(),
10788
- (params2) => GetImports({ ...params2 }),
10806
+ IMPORTS_QUERY_KEY(tierId),
10807
+ (params2) => GetImports({ tierId, ...params2 }),
10789
10808
  params,
10790
10809
  options,
10791
10810
  "org"
10792
10811
  );
10793
10812
  };
10794
10813
 
10814
+ // src/queries/imports/useGetImport.ts
10815
+ var IMPORT_QUERY_KEY = (importId) => [
10816
+ ...IMPORTS_QUERY_KEY(),
10817
+ importId
10818
+ ];
10819
+ var SET_IMPORT_QUERY_DATA = (client, keyParams, response) => {
10820
+ client.setQueryData(IMPORT_QUERY_KEY(...keyParams), response);
10821
+ };
10822
+ var GetImport = async ({
10823
+ importId,
10824
+ adminApiParams
10825
+ }) => {
10826
+ const adminApi = await GetAdminAPI(adminApiParams);
10827
+ const { data } = await adminApi.get(`/imports/${importId}`);
10828
+ return data;
10829
+ };
10830
+ var useGetImport = (importId = "", options = {}) => {
10831
+ return useConnectedSingleQuery(
10832
+ IMPORT_QUERY_KEY(importId),
10833
+ (params) => GetImport({ importId, ...params }),
10834
+ {
10835
+ ...options,
10836
+ enabled: !!importId
10837
+ },
10838
+ "org"
10839
+ );
10840
+ };
10841
+
10795
10842
  // src/queries/imports/useGetImportItems.ts
10796
10843
  var IMPORT_ITEMS_QUERY_KEY = (importId) => [
10797
10844
  ...IMPORTS_QUERY_KEY(),
@@ -21643,9 +21690,8 @@ var useUpdateImage = (options = {}) => {
21643
21690
 
21644
21691
  // src/mutations/imports/useCreateImport.ts
21645
21692
  var CreateImport = async ({
21646
- values,
21693
+ import: { values, type },
21647
21694
  messageData,
21648
- type,
21649
21695
  adminApiParams,
21650
21696
  queryClient
21651
21697
  }) => {
@@ -23392,6 +23438,33 @@ var useDeleteSubscriptionProduct = (options = {}) => {
23392
23438
  });
23393
23439
  };
23394
23440
 
23441
+ // src/mutations/subscription/useDeleteSubscriptionProductPrice.ts
23442
+ var DeleteSubscriptionProductPrice = async ({
23443
+ subscriptionProductId,
23444
+ adminApiParams,
23445
+ queryClient
23446
+ }) => {
23447
+ const connectedXM = await GetAdminAPI(adminApiParams);
23448
+ const { data } = await connectedXM.delete(
23449
+ `/subscription-products/${subscriptionProductId}`
23450
+ );
23451
+ if (queryClient && data.status === "ok") {
23452
+ queryClient.invalidateQueries({
23453
+ queryKey: SUBSCRIPTION_PRODUCTS_QUERY_KEY()
23454
+ });
23455
+ queryClient.removeQueries({
23456
+ queryKey: SUBSCRIPTION_PRODUCT_QUERY_KEY(subscriptionProductId)
23457
+ });
23458
+ }
23459
+ return data;
23460
+ };
23461
+ var useDeleteSubscriptionProductPrice = (options = {}) => {
23462
+ return useConnectedMutation(DeleteSubscriptionProductPrice, options, {
23463
+ domain: "subscriptions",
23464
+ type: "del"
23465
+ });
23466
+ };
23467
+
23395
23468
  // src/mutations/subscription/useRemoveSubscriptionProductTier.ts
23396
23469
  var RemoveSubscriptionProductTier = async ({
23397
23470
  subscriptionProductId,
@@ -23902,6 +23975,31 @@ var useRemoveTierAccount = (options = {}) => {
23902
23975
  });
23903
23976
  };
23904
23977
 
23978
+ // src/mutations/tier/useRemoveTierAccounts.ts
23979
+ var RemoveTierAccounts = async ({
23980
+ tierId,
23981
+ adminApiParams,
23982
+ queryClient
23983
+ }) => {
23984
+ const connectedXM = await GetAdminAPI(adminApiParams);
23985
+ const { data } = await connectedXM.delete(
23986
+ `/tiers/${tierId}/accounts`
23987
+ );
23988
+ if (queryClient && data.status === "ok") {
23989
+ SET_TIER_QUERY_DATA(queryClient, [tierId], data);
23990
+ queryClient.invalidateQueries({
23991
+ queryKey: TIER_ACCOUNTS_QUERY_KEY(tierId)
23992
+ });
23993
+ }
23994
+ return data;
23995
+ };
23996
+ var useRemoveTierAccounts = (options = {}) => {
23997
+ return useConnectedMutation(RemoveTierAccounts, options, {
23998
+ domain: "accounts",
23999
+ type: "update"
24000
+ });
24001
+ };
24002
+
23905
24003
  // src/mutations/tier/useUpdateTier.ts
23906
24004
  var UpdateTier = async ({
23907
24005
  tierId,
@@ -24278,6 +24376,7 @@ var useUpdateVideo = (options = {}) => {
24278
24376
  DeleteStreamInput,
24279
24377
  DeleteStreamInputOutput,
24280
24378
  DeleteSubscriptionProduct,
24379
+ DeleteSubscriptionProductPrice,
24281
24380
  DeleteSupportTicket,
24282
24381
  DeleteSupportTicketNote,
24283
24382
  DeleteThread,
@@ -24624,6 +24723,7 @@ var useUpdateVideo = (options = {}) => {
24624
24723
  GetImageUsage,
24625
24724
  GetImageVariant,
24626
24725
  GetImages,
24726
+ GetImport,
24627
24727
  GetImportItems,
24628
24728
  GetImports,
24629
24729
  GetInterest,
@@ -24722,6 +24822,7 @@ var useUpdateVideo = (options = {}) => {
24722
24822
  IMAGE_USAGE_QUERY_KEY,
24723
24823
  IMPORTS_QUERY_KEY,
24724
24824
  IMPORT_ITEMS_QUERY_KEY,
24825
+ IMPORT_QUERY_KEY,
24725
24826
  INTERESTS_QUERY_KEY,
24726
24827
  INTEREST_ACCOUNTS_QUERY_KEY,
24727
24828
  INTEREST_ACTIVITIES_QUERY_KEY,
@@ -24739,6 +24840,7 @@ var useUpdateVideo = (options = {}) => {
24739
24840
  ImageType,
24740
24841
  ImpersonateAccount,
24741
24842
  ImportItemStatus,
24843
+ ImportType,
24742
24844
  InvoiceStatus,
24743
24845
  LEVELS_QUERY_KEY,
24744
24846
  LEVEL_ACCOUNTS_QUERY_KEY,
@@ -24825,6 +24927,7 @@ var useUpdateVideo = (options = {}) => {
24825
24927
  RemoveThreadMember,
24826
24928
  RemoveThreadModerator,
24827
24929
  RemoveTierAccount,
24930
+ RemoveTierAccounts,
24828
24931
  ReorderEventFaqSectionQuestions,
24829
24932
  ReorderEventQuestionChoices,
24830
24933
  ReorderEventSectionQuestions,
@@ -25035,6 +25138,7 @@ var useUpdateVideo = (options = {}) => {
25035
25138
  SET_IMAGES_QUERY_DATA,
25036
25139
  SET_IMAGE_QUERY_DATA,
25037
25140
  SET_IMAGE_USAGE_QUERY_DATA,
25141
+ SET_IMPORT_QUERY_DATA,
25038
25142
  SET_INTERESTS_QUERY_DATA,
25039
25143
  SET_INTEREST_ACCOUNTS_QUERY_DATA,
25040
25144
  SET_INTEREST_ACTIVITIES_QUERY_DATA,
@@ -25454,6 +25558,7 @@ var useUpdateVideo = (options = {}) => {
25454
25558
  useDeleteStreamInput,
25455
25559
  useDeleteStreamInputOutput,
25456
25560
  useDeleteSubscriptionProduct,
25561
+ useDeleteSubscriptionProductPrice,
25457
25562
  useDeleteSupportTicket,
25458
25563
  useDeleteSupportTicketNote,
25459
25564
  useDeleteThread,
@@ -25653,6 +25758,7 @@ var useUpdateVideo = (options = {}) => {
25653
25758
  useGetImage,
25654
25759
  useGetImageUsage,
25655
25760
  useGetImages,
25761
+ useGetImport,
25656
25762
  useGetImportItems,
25657
25763
  useGetImports,
25658
25764
  useGetInterest,
@@ -25790,6 +25896,7 @@ var useUpdateVideo = (options = {}) => {
25790
25896
  useRemoveThreadMember,
25791
25897
  useRemoveThreadModerator,
25792
25898
  useRemoveTierAccount,
25899
+ useRemoveTierAccounts,
25793
25900
  useReorderEventFaqSectionQuestions,
25794
25901
  useReorderEventQuestionChoices,
25795
25902
  useReorderEventSectionQuestions,
package/dist/index.mjs CHANGED
@@ -8170,6 +8170,10 @@ var OrganizationActionType = /* @__PURE__ */ ((OrganizationActionType2) => {
8170
8170
  OrganizationActionType2["delete"] = "delete";
8171
8171
  return OrganizationActionType2;
8172
8172
  })(OrganizationActionType || {});
8173
+ var ImportType = /* @__PURE__ */ ((ImportType2) => {
8174
+ ImportType2["accountTiers"] = "account-tiers";
8175
+ return ImportType2;
8176
+ })(ImportType || {});
8173
8177
  var OrganizationModuleType = /* @__PURE__ */ ((OrganizationModuleType2) => {
8174
8178
  OrganizationModuleType2["accounts"] = "accounts";
8175
8179
  OrganizationModuleType2["events"] = "events";
@@ -8848,8 +8852,13 @@ var useGetImageUsage = (imageId = "", options = {}) => {
8848
8852
  };
8849
8853
 
8850
8854
  // src/queries/imports/useGetImports.ts
8851
- var IMPORTS_QUERY_KEY = () => ["IMPORTS"];
8855
+ var IMPORTS_QUERY_KEY = (tierId) => {
8856
+ const keys = ["IMPORTS"];
8857
+ if (tierId) keys.push(tierId);
8858
+ return keys;
8859
+ };
8852
8860
  var GetImports = async ({
8861
+ tierId,
8853
8862
  pageParam,
8854
8863
  pageSize,
8855
8864
  orderBy,
@@ -8859,6 +8868,7 @@ var GetImports = async ({
8859
8868
  const adminApi = await GetAdminAPI(adminApiParams);
8860
8869
  const { data } = await adminApi.get(`/imports`, {
8861
8870
  params: {
8871
+ tierId: tierId || void 0,
8862
8872
  page: pageParam || void 0,
8863
8873
  pageSize: pageSize || void 0,
8864
8874
  orderBy: orderBy || void 0,
@@ -8867,16 +8877,44 @@ var GetImports = async ({
8867
8877
  });
8868
8878
  return data;
8869
8879
  };
8870
- var useGetImports = (params = {}, options = {}) => {
8880
+ var useGetImports = (tierId = "", params = {}, options = {}) => {
8871
8881
  return useConnectedInfiniteQuery(
8872
- IMPORTS_QUERY_KEY(),
8873
- (params2) => GetImports({ ...params2 }),
8882
+ IMPORTS_QUERY_KEY(tierId),
8883
+ (params2) => GetImports({ tierId, ...params2 }),
8874
8884
  params,
8875
8885
  options,
8876
8886
  "org"
8877
8887
  );
8878
8888
  };
8879
8889
 
8890
+ // src/queries/imports/useGetImport.ts
8891
+ var IMPORT_QUERY_KEY = (importId) => [
8892
+ ...IMPORTS_QUERY_KEY(),
8893
+ importId
8894
+ ];
8895
+ var SET_IMPORT_QUERY_DATA = (client, keyParams, response) => {
8896
+ client.setQueryData(IMPORT_QUERY_KEY(...keyParams), response);
8897
+ };
8898
+ var GetImport = async ({
8899
+ importId,
8900
+ adminApiParams
8901
+ }) => {
8902
+ const adminApi = await GetAdminAPI(adminApiParams);
8903
+ const { data } = await adminApi.get(`/imports/${importId}`);
8904
+ return data;
8905
+ };
8906
+ var useGetImport = (importId = "", options = {}) => {
8907
+ return useConnectedSingleQuery(
8908
+ IMPORT_QUERY_KEY(importId),
8909
+ (params) => GetImport({ importId, ...params }),
8910
+ {
8911
+ ...options,
8912
+ enabled: !!importId
8913
+ },
8914
+ "org"
8915
+ );
8916
+ };
8917
+
8880
8918
  // src/queries/imports/useGetImportItems.ts
8881
8919
  var IMPORT_ITEMS_QUERY_KEY = (importId) => [
8882
8920
  ...IMPORTS_QUERY_KEY(),
@@ -19731,9 +19769,8 @@ var useUpdateImage = (options = {}) => {
19731
19769
 
19732
19770
  // src/mutations/imports/useCreateImport.ts
19733
19771
  var CreateImport = async ({
19734
- values,
19772
+ import: { values, type },
19735
19773
  messageData,
19736
- type,
19737
19774
  adminApiParams,
19738
19775
  queryClient
19739
19776
  }) => {
@@ -21480,6 +21517,33 @@ var useDeleteSubscriptionProduct = (options = {}) => {
21480
21517
  });
21481
21518
  };
21482
21519
 
21520
+ // src/mutations/subscription/useDeleteSubscriptionProductPrice.ts
21521
+ var DeleteSubscriptionProductPrice = async ({
21522
+ subscriptionProductId,
21523
+ adminApiParams,
21524
+ queryClient
21525
+ }) => {
21526
+ const connectedXM = await GetAdminAPI(adminApiParams);
21527
+ const { data } = await connectedXM.delete(
21528
+ `/subscription-products/${subscriptionProductId}`
21529
+ );
21530
+ if (queryClient && data.status === "ok") {
21531
+ queryClient.invalidateQueries({
21532
+ queryKey: SUBSCRIPTION_PRODUCTS_QUERY_KEY()
21533
+ });
21534
+ queryClient.removeQueries({
21535
+ queryKey: SUBSCRIPTION_PRODUCT_QUERY_KEY(subscriptionProductId)
21536
+ });
21537
+ }
21538
+ return data;
21539
+ };
21540
+ var useDeleteSubscriptionProductPrice = (options = {}) => {
21541
+ return useConnectedMutation(DeleteSubscriptionProductPrice, options, {
21542
+ domain: "subscriptions",
21543
+ type: "del"
21544
+ });
21545
+ };
21546
+
21483
21547
  // src/mutations/subscription/useRemoveSubscriptionProductTier.ts
21484
21548
  var RemoveSubscriptionProductTier = async ({
21485
21549
  subscriptionProductId,
@@ -21990,6 +22054,31 @@ var useRemoveTierAccount = (options = {}) => {
21990
22054
  });
21991
22055
  };
21992
22056
 
22057
+ // src/mutations/tier/useRemoveTierAccounts.ts
22058
+ var RemoveTierAccounts = async ({
22059
+ tierId,
22060
+ adminApiParams,
22061
+ queryClient
22062
+ }) => {
22063
+ const connectedXM = await GetAdminAPI(adminApiParams);
22064
+ const { data } = await connectedXM.delete(
22065
+ `/tiers/${tierId}/accounts`
22066
+ );
22067
+ if (queryClient && data.status === "ok") {
22068
+ SET_TIER_QUERY_DATA(queryClient, [tierId], data);
22069
+ queryClient.invalidateQueries({
22070
+ queryKey: TIER_ACCOUNTS_QUERY_KEY(tierId)
22071
+ });
22072
+ }
22073
+ return data;
22074
+ };
22075
+ var useRemoveTierAccounts = (options = {}) => {
22076
+ return useConnectedMutation(RemoveTierAccounts, options, {
22077
+ domain: "accounts",
22078
+ type: "update"
22079
+ });
22080
+ };
22081
+
21993
22082
  // src/mutations/tier/useUpdateTier.ts
21994
22083
  var UpdateTier = async ({
21995
22084
  tierId,
@@ -22365,6 +22454,7 @@ export {
22365
22454
  DeleteStreamInput,
22366
22455
  DeleteStreamInputOutput,
22367
22456
  DeleteSubscriptionProduct,
22457
+ DeleteSubscriptionProductPrice,
22368
22458
  DeleteSupportTicket,
22369
22459
  DeleteSupportTicketNote,
22370
22460
  DeleteThread,
@@ -22711,6 +22801,7 @@ export {
22711
22801
  GetImageUsage,
22712
22802
  GetImageVariant,
22713
22803
  GetImages,
22804
+ GetImport,
22714
22805
  GetImportItems,
22715
22806
  GetImports,
22716
22807
  GetInterest,
@@ -22809,6 +22900,7 @@ export {
22809
22900
  IMAGE_USAGE_QUERY_KEY,
22810
22901
  IMPORTS_QUERY_KEY,
22811
22902
  IMPORT_ITEMS_QUERY_KEY,
22903
+ IMPORT_QUERY_KEY,
22812
22904
  INTERESTS_QUERY_KEY,
22813
22905
  INTEREST_ACCOUNTS_QUERY_KEY,
22814
22906
  INTEREST_ACTIVITIES_QUERY_KEY,
@@ -22826,6 +22918,7 @@ export {
22826
22918
  ImageType,
22827
22919
  ImpersonateAccount,
22828
22920
  ImportItemStatus,
22921
+ ImportType,
22829
22922
  InvoiceStatus,
22830
22923
  LEVELS_QUERY_KEY,
22831
22924
  LEVEL_ACCOUNTS_QUERY_KEY,
@@ -22912,6 +23005,7 @@ export {
22912
23005
  RemoveThreadMember,
22913
23006
  RemoveThreadModerator,
22914
23007
  RemoveTierAccount,
23008
+ RemoveTierAccounts,
22915
23009
  ReorderEventFaqSectionQuestions,
22916
23010
  ReorderEventQuestionChoices,
22917
23011
  ReorderEventSectionQuestions,
@@ -23122,6 +23216,7 @@ export {
23122
23216
  SET_IMAGES_QUERY_DATA,
23123
23217
  SET_IMAGE_QUERY_DATA,
23124
23218
  SET_IMAGE_USAGE_QUERY_DATA,
23219
+ SET_IMPORT_QUERY_DATA,
23125
23220
  SET_INTERESTS_QUERY_DATA,
23126
23221
  SET_INTEREST_ACCOUNTS_QUERY_DATA,
23127
23222
  SET_INTEREST_ACTIVITIES_QUERY_DATA,
@@ -23541,6 +23636,7 @@ export {
23541
23636
  useDeleteStreamInput,
23542
23637
  useDeleteStreamInputOutput,
23543
23638
  useDeleteSubscriptionProduct,
23639
+ useDeleteSubscriptionProductPrice,
23544
23640
  useDeleteSupportTicket,
23545
23641
  useDeleteSupportTicketNote,
23546
23642
  useDeleteThread,
@@ -23740,6 +23836,7 @@ export {
23740
23836
  useGetImage,
23741
23837
  useGetImageUsage,
23742
23838
  useGetImages,
23839
+ useGetImport,
23743
23840
  useGetImportItems,
23744
23841
  useGetImports,
23745
23842
  useGetInterest,
@@ -23877,6 +23974,7 @@ export {
23877
23974
  useRemoveThreadMember,
23878
23975
  useRemoveThreadModerator,
23879
23976
  useRemoveTierAccount,
23977
+ useRemoveTierAccounts,
23880
23978
  useReorderEventFaqSectionQuestions,
23881
23979
  useReorderEventQuestionChoices,
23882
23980
  useReorderEventSectionQuestions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {