@connectedxm/admin 0.0.40 → 0.0.42
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/connectedxm-admin-v0.0.42-beta.2.tgz +0 -0
- package/dist/index.d.mts +149 -23
- package/dist/index.d.ts +149 -23
- package/dist/index.js +230 -4
- package/dist/index.mjs +212 -4
- package/package.json +1 -1
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,
|
|
@@ -729,6 +731,9 @@ __export(src_exports, {
|
|
|
729
731
|
GetThreads: () => GetThreads,
|
|
730
732
|
GetTier: () => GetTier,
|
|
731
733
|
GetTierAccounts: () => GetTierAccounts,
|
|
734
|
+
GetTierImport: () => GetTierImport,
|
|
735
|
+
GetTierImportItems: () => GetTierImportItems,
|
|
736
|
+
GetTierImports: () => GetTierImports,
|
|
732
737
|
GetTierSubscribers: () => GetTierSubscribers,
|
|
733
738
|
GetTiers: () => GetTiers,
|
|
734
739
|
GetUnapprovedEvents: () => GetUnapprovedEvents,
|
|
@@ -743,6 +748,7 @@ __export(src_exports, {
|
|
|
743
748
|
IMAGE_USAGE_QUERY_KEY: () => IMAGE_USAGE_QUERY_KEY,
|
|
744
749
|
IMPORTS_QUERY_KEY: () => IMPORTS_QUERY_KEY,
|
|
745
750
|
IMPORT_ITEMS_QUERY_KEY: () => IMPORT_ITEMS_QUERY_KEY,
|
|
751
|
+
IMPORT_QUERY_KEY: () => IMPORT_QUERY_KEY,
|
|
746
752
|
INTERESTS_QUERY_KEY: () => INTERESTS_QUERY_KEY,
|
|
747
753
|
INTEREST_ACCOUNTS_QUERY_KEY: () => INTEREST_ACCOUNTS_QUERY_KEY,
|
|
748
754
|
INTEREST_ACTIVITIES_QUERY_KEY: () => INTEREST_ACTIVITIES_QUERY_KEY,
|
|
@@ -847,6 +853,7 @@ __export(src_exports, {
|
|
|
847
853
|
RemoveThreadMember: () => RemoveThreadMember,
|
|
848
854
|
RemoveThreadModerator: () => RemoveThreadModerator,
|
|
849
855
|
RemoveTierAccount: () => RemoveTierAccount,
|
|
856
|
+
RemoveTierAccounts: () => RemoveTierAccounts,
|
|
850
857
|
ReorderEventFaqSectionQuestions: () => ReorderEventFaqSectionQuestions,
|
|
851
858
|
ReorderEventQuestionChoices: () => ReorderEventQuestionChoices,
|
|
852
859
|
ReorderEventSectionQuestions: () => ReorderEventSectionQuestions,
|
|
@@ -1057,6 +1064,7 @@ __export(src_exports, {
|
|
|
1057
1064
|
SET_IMAGES_QUERY_DATA: () => SET_IMAGES_QUERY_DATA,
|
|
1058
1065
|
SET_IMAGE_QUERY_DATA: () => SET_IMAGE_QUERY_DATA,
|
|
1059
1066
|
SET_IMAGE_USAGE_QUERY_DATA: () => SET_IMAGE_USAGE_QUERY_DATA,
|
|
1067
|
+
SET_IMPORT_QUERY_DATA: () => SET_IMPORT_QUERY_DATA,
|
|
1060
1068
|
SET_INTERESTS_QUERY_DATA: () => SET_INTERESTS_QUERY_DATA,
|
|
1061
1069
|
SET_INTEREST_ACCOUNTS_QUERY_DATA: () => SET_INTEREST_ACCOUNTS_QUERY_DATA,
|
|
1062
1070
|
SET_INTEREST_ACTIVITIES_QUERY_DATA: () => SET_INTEREST_ACTIVITIES_QUERY_DATA,
|
|
@@ -1128,6 +1136,7 @@ __export(src_exports, {
|
|
|
1128
1136
|
SET_THREAD_QUERY_DATA: () => SET_THREAD_QUERY_DATA,
|
|
1129
1137
|
SET_TIERS_QUERY_DATA: () => SET_TIERS_QUERY_DATA,
|
|
1130
1138
|
SET_TIER_ACCOUNTS_QUERY_DATA: () => SET_TIER_ACCOUNTS_QUERY_DATA,
|
|
1139
|
+
SET_TIER_IMPORT_QUERY_DATA: () => SET_TIER_IMPORT_QUERY_DATA,
|
|
1131
1140
|
SET_TIER_QUERY_DATA: () => SET_TIER_QUERY_DATA,
|
|
1132
1141
|
SET_TIER_SUBSCRIBERS_QUERY_DATA: () => SET_TIER_SUBSCRIBERS_QUERY_DATA,
|
|
1133
1142
|
SET_UNAPPROVED_EVENTS_QUERY_DATA: () => SET_UNAPPROVED_EVENTS_QUERY_DATA,
|
|
@@ -1167,6 +1176,9 @@ __export(src_exports, {
|
|
|
1167
1176
|
THREAD_QUERY_KEY: () => THREAD_QUERY_KEY,
|
|
1168
1177
|
TIERS_QUERY_KEY: () => TIERS_QUERY_KEY,
|
|
1169
1178
|
TIER_ACCOUNTS_QUERY_KEY: () => TIER_ACCOUNTS_QUERY_KEY,
|
|
1179
|
+
TIER_IMPORTS_QUERY_KEY: () => TIER_IMPORTS_QUERY_KEY,
|
|
1180
|
+
TIER_IMPORT_ITEMS_QUERY_KEY: () => TIER_IMPORT_ITEMS_QUERY_KEY,
|
|
1181
|
+
TIER_IMPORT_QUERY_KEY: () => TIER_IMPORT_QUERY_KEY,
|
|
1170
1182
|
TIER_QUERY_KEY: () => TIER_QUERY_KEY,
|
|
1171
1183
|
TIER_SUBSCRIBERS_QUERY_KEY: () => TIER_SUBSCRIBERS_QUERY_KEY,
|
|
1172
1184
|
ThreadAccessLevel: () => ThreadAccessLevel,
|
|
@@ -1476,6 +1488,7 @@ __export(src_exports, {
|
|
|
1476
1488
|
useDeleteStreamInput: () => useDeleteStreamInput,
|
|
1477
1489
|
useDeleteStreamInputOutput: () => useDeleteStreamInputOutput,
|
|
1478
1490
|
useDeleteSubscriptionProduct: () => useDeleteSubscriptionProduct,
|
|
1491
|
+
useDeleteSubscriptionProductPrice: () => useDeleteSubscriptionProductPrice,
|
|
1479
1492
|
useDeleteSupportTicket: () => useDeleteSupportTicket,
|
|
1480
1493
|
useDeleteSupportTicketNote: () => useDeleteSupportTicketNote,
|
|
1481
1494
|
useDeleteThread: () => useDeleteThread,
|
|
@@ -1675,6 +1688,7 @@ __export(src_exports, {
|
|
|
1675
1688
|
useGetImage: () => useGetImage,
|
|
1676
1689
|
useGetImageUsage: () => useGetImageUsage,
|
|
1677
1690
|
useGetImages: () => useGetImages,
|
|
1691
|
+
useGetImport: () => useGetImport,
|
|
1678
1692
|
useGetImportItems: () => useGetImportItems,
|
|
1679
1693
|
useGetImports: () => useGetImports,
|
|
1680
1694
|
useGetInterest: () => useGetInterest,
|
|
@@ -1759,6 +1773,9 @@ __export(src_exports, {
|
|
|
1759
1773
|
useGetThreads: () => useGetThreads,
|
|
1760
1774
|
useGetTier: () => useGetTier,
|
|
1761
1775
|
useGetTierAccounts: () => useGetTierAccounts,
|
|
1776
|
+
useGetTierImport: () => useGetTierImport,
|
|
1777
|
+
useGetTierImportItems: () => useGetTierImportItems,
|
|
1778
|
+
useGetTierImports: () => useGetTierImports,
|
|
1762
1779
|
useGetTierSubscribers: () => useGetTierSubscribers,
|
|
1763
1780
|
useGetTiers: () => useGetTiers,
|
|
1764
1781
|
useGetUnapprovedEvents: () => useGetUnapprovedEvents,
|
|
@@ -1812,6 +1829,7 @@ __export(src_exports, {
|
|
|
1812
1829
|
useRemoveThreadMember: () => useRemoveThreadMember,
|
|
1813
1830
|
useRemoveThreadModerator: () => useRemoveThreadModerator,
|
|
1814
1831
|
useRemoveTierAccount: () => useRemoveTierAccount,
|
|
1832
|
+
useRemoveTierAccounts: () => useRemoveTierAccounts,
|
|
1815
1833
|
useReorderEventFaqSectionQuestions: () => useReorderEventFaqSectionQuestions,
|
|
1816
1834
|
useReorderEventQuestionChoices: () => useReorderEventQuestionChoices,
|
|
1817
1835
|
useReorderEventSectionQuestions: () => useReorderEventSectionQuestions,
|
|
@@ -10768,8 +10786,13 @@ var useGetImageUsage = (imageId = "", options = {}) => {
|
|
|
10768
10786
|
};
|
|
10769
10787
|
|
|
10770
10788
|
// src/queries/imports/useGetImports.ts
|
|
10771
|
-
var IMPORTS_QUERY_KEY = () =>
|
|
10789
|
+
var IMPORTS_QUERY_KEY = (tierId) => {
|
|
10790
|
+
const keys = ["IMPORTS"];
|
|
10791
|
+
if (tierId) keys.push(tierId);
|
|
10792
|
+
return keys;
|
|
10793
|
+
};
|
|
10772
10794
|
var GetImports = async ({
|
|
10795
|
+
tierId,
|
|
10773
10796
|
pageParam,
|
|
10774
10797
|
pageSize,
|
|
10775
10798
|
orderBy,
|
|
@@ -10779,6 +10802,7 @@ var GetImports = async ({
|
|
|
10779
10802
|
const adminApi = await GetAdminAPI(adminApiParams);
|
|
10780
10803
|
const { data } = await adminApi.get(`/imports`, {
|
|
10781
10804
|
params: {
|
|
10805
|
+
tierId: tierId || void 0,
|
|
10782
10806
|
page: pageParam || void 0,
|
|
10783
10807
|
pageSize: pageSize || void 0,
|
|
10784
10808
|
orderBy: orderBy || void 0,
|
|
@@ -10787,16 +10811,44 @@ var GetImports = async ({
|
|
|
10787
10811
|
});
|
|
10788
10812
|
return data;
|
|
10789
10813
|
};
|
|
10790
|
-
var useGetImports = (params = {}, options = {}) => {
|
|
10814
|
+
var useGetImports = (tierId = "", params = {}, options = {}) => {
|
|
10791
10815
|
return useConnectedInfiniteQuery(
|
|
10792
|
-
IMPORTS_QUERY_KEY(),
|
|
10793
|
-
(params2) => GetImports({ ...params2 }),
|
|
10816
|
+
IMPORTS_QUERY_KEY(tierId),
|
|
10817
|
+
(params2) => GetImports({ tierId, ...params2 }),
|
|
10794
10818
|
params,
|
|
10795
10819
|
options,
|
|
10796
10820
|
"org"
|
|
10797
10821
|
);
|
|
10798
10822
|
};
|
|
10799
10823
|
|
|
10824
|
+
// src/queries/imports/useGetImport.ts
|
|
10825
|
+
var IMPORT_QUERY_KEY = (importId) => [
|
|
10826
|
+
...IMPORTS_QUERY_KEY(),
|
|
10827
|
+
importId
|
|
10828
|
+
];
|
|
10829
|
+
var SET_IMPORT_QUERY_DATA = (client, keyParams, response) => {
|
|
10830
|
+
client.setQueryData(IMPORT_QUERY_KEY(...keyParams), response);
|
|
10831
|
+
};
|
|
10832
|
+
var GetImport = async ({
|
|
10833
|
+
importId,
|
|
10834
|
+
adminApiParams
|
|
10835
|
+
}) => {
|
|
10836
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
10837
|
+
const { data } = await adminApi.get(`/imports/${importId}`);
|
|
10838
|
+
return data;
|
|
10839
|
+
};
|
|
10840
|
+
var useGetImport = (importId = "", options = {}) => {
|
|
10841
|
+
return useConnectedSingleQuery(
|
|
10842
|
+
IMPORT_QUERY_KEY(importId),
|
|
10843
|
+
(params) => GetImport({ importId, ...params }),
|
|
10844
|
+
{
|
|
10845
|
+
...options,
|
|
10846
|
+
enabled: !!importId
|
|
10847
|
+
},
|
|
10848
|
+
"org"
|
|
10849
|
+
);
|
|
10850
|
+
};
|
|
10851
|
+
|
|
10800
10852
|
// src/queries/imports/useGetImportItems.ts
|
|
10801
10853
|
var IMPORT_ITEMS_QUERY_KEY = (importId) => [
|
|
10802
10854
|
...IMPORTS_QUERY_KEY(),
|
|
@@ -13607,6 +13659,110 @@ var useGetTierAccounts = (tierId = "", params = {}, options = {}) => {
|
|
|
13607
13659
|
);
|
|
13608
13660
|
};
|
|
13609
13661
|
|
|
13662
|
+
// src/queries/tiers/useGetTierImports.ts
|
|
13663
|
+
var TIER_IMPORTS_QUERY_KEY = (tierId) => {
|
|
13664
|
+
const keys = [...TIER_QUERY_KEY(tierId), "IMPORTS"];
|
|
13665
|
+
return keys;
|
|
13666
|
+
};
|
|
13667
|
+
var GetTierImports = async ({
|
|
13668
|
+
tierId,
|
|
13669
|
+
pageParam,
|
|
13670
|
+
pageSize,
|
|
13671
|
+
orderBy,
|
|
13672
|
+
search,
|
|
13673
|
+
adminApiParams
|
|
13674
|
+
}) => {
|
|
13675
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
13676
|
+
const { data } = await adminApi.get(`/tiers/${tierId}/imports`, {
|
|
13677
|
+
params: {
|
|
13678
|
+
page: pageParam || void 0,
|
|
13679
|
+
pageSize: pageSize || void 0,
|
|
13680
|
+
orderBy: orderBy || void 0,
|
|
13681
|
+
search: search || void 0
|
|
13682
|
+
}
|
|
13683
|
+
});
|
|
13684
|
+
return data;
|
|
13685
|
+
};
|
|
13686
|
+
var useGetTierImports = (tierId = "", params = {}, options = {}) => {
|
|
13687
|
+
return useConnectedInfiniteQuery(
|
|
13688
|
+
TIER_IMPORTS_QUERY_KEY(tierId),
|
|
13689
|
+
(params2) => GetTierImports({ tierId, ...params2 }),
|
|
13690
|
+
params,
|
|
13691
|
+
{
|
|
13692
|
+
...options,
|
|
13693
|
+
enabled: !!tierId && (options.enabled ?? true)
|
|
13694
|
+
},
|
|
13695
|
+
"accounts"
|
|
13696
|
+
);
|
|
13697
|
+
};
|
|
13698
|
+
|
|
13699
|
+
// src/queries/tiers/useGetTierImport.ts
|
|
13700
|
+
var TIER_IMPORT_QUERY_KEY = (tierId, importId) => [
|
|
13701
|
+
...TIER_IMPORTS_QUERY_KEY(tierId),
|
|
13702
|
+
importId
|
|
13703
|
+
];
|
|
13704
|
+
var SET_TIER_IMPORT_QUERY_DATA = (client, keyParams, response) => {
|
|
13705
|
+
client.setQueryData(TIER_IMPORT_QUERY_KEY(...keyParams), response);
|
|
13706
|
+
};
|
|
13707
|
+
var GetTierImport = async ({
|
|
13708
|
+
tierId,
|
|
13709
|
+
importId,
|
|
13710
|
+
adminApiParams
|
|
13711
|
+
}) => {
|
|
13712
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
13713
|
+
const { data } = await adminApi.get(`/tiers/${tierId}/imports/${importId}`);
|
|
13714
|
+
return data;
|
|
13715
|
+
};
|
|
13716
|
+
var useGetTierImport = (tierId = "", importId = "", options = {}) => {
|
|
13717
|
+
return useConnectedSingleQuery(
|
|
13718
|
+
TIER_IMPORT_QUERY_KEY(tierId, importId),
|
|
13719
|
+
(params) => GetTierImport({ tierId, importId, ...params }),
|
|
13720
|
+
{
|
|
13721
|
+
...options,
|
|
13722
|
+
enabled: !!tierId && !!importId && (options.enabled ?? true)
|
|
13723
|
+
},
|
|
13724
|
+
"org"
|
|
13725
|
+
);
|
|
13726
|
+
};
|
|
13727
|
+
|
|
13728
|
+
// src/queries/tiers/useGetTierImportItems.ts
|
|
13729
|
+
var TIER_IMPORT_ITEMS_QUERY_KEY = (tierId, importId) => [...TIER_IMPORT_QUERY_KEY(tierId, importId), "ITEMS"];
|
|
13730
|
+
var GetTierImportItems = async ({
|
|
13731
|
+
tierId,
|
|
13732
|
+
importId,
|
|
13733
|
+
pageParam,
|
|
13734
|
+
pageSize,
|
|
13735
|
+
orderBy,
|
|
13736
|
+
search,
|
|
13737
|
+
adminApiParams
|
|
13738
|
+
}) => {
|
|
13739
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
13740
|
+
const { data } = await adminApi.get(
|
|
13741
|
+
`/tiers/${tierId}/imports/${importId}/items`,
|
|
13742
|
+
{
|
|
13743
|
+
params: {
|
|
13744
|
+
page: pageParam || void 0,
|
|
13745
|
+
pageSize: pageSize || void 0,
|
|
13746
|
+
orderBy: orderBy || void 0,
|
|
13747
|
+
search: search || void 0
|
|
13748
|
+
}
|
|
13749
|
+
}
|
|
13750
|
+
);
|
|
13751
|
+
return data;
|
|
13752
|
+
};
|
|
13753
|
+
var useGetTierImportItems = (tierId = "", importId = "", params = {}, options = {}) => {
|
|
13754
|
+
return useConnectedInfiniteQuery(
|
|
13755
|
+
TIER_IMPORT_ITEMS_QUERY_KEY(tierId, importId),
|
|
13756
|
+
(params2) => GetTierImportItems({ ...params2, tierId, importId }),
|
|
13757
|
+
params,
|
|
13758
|
+
{
|
|
13759
|
+
...options,
|
|
13760
|
+
enabled: !!importId && !!tierId && (options.enabled ?? true)
|
|
13761
|
+
},
|
|
13762
|
+
"accounts"
|
|
13763
|
+
);
|
|
13764
|
+
};
|
|
13765
|
+
|
|
13610
13766
|
// src/queries/tiers/useGetTierSubscribers.ts
|
|
13611
13767
|
var TIER_SUBSCRIBERS_QUERY_KEY = (tierId) => [
|
|
13612
13768
|
...TIER_QUERY_KEY(tierId),
|
|
@@ -23396,6 +23552,33 @@ var useDeleteSubscriptionProduct = (options = {}) => {
|
|
|
23396
23552
|
});
|
|
23397
23553
|
};
|
|
23398
23554
|
|
|
23555
|
+
// src/mutations/subscription/useDeleteSubscriptionProductPrice.ts
|
|
23556
|
+
var DeleteSubscriptionProductPrice = async ({
|
|
23557
|
+
subscriptionProductId,
|
|
23558
|
+
adminApiParams,
|
|
23559
|
+
queryClient
|
|
23560
|
+
}) => {
|
|
23561
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
23562
|
+
const { data } = await connectedXM.delete(
|
|
23563
|
+
`/subscription-products/${subscriptionProductId}`
|
|
23564
|
+
);
|
|
23565
|
+
if (queryClient && data.status === "ok") {
|
|
23566
|
+
queryClient.invalidateQueries({
|
|
23567
|
+
queryKey: SUBSCRIPTION_PRODUCTS_QUERY_KEY()
|
|
23568
|
+
});
|
|
23569
|
+
queryClient.removeQueries({
|
|
23570
|
+
queryKey: SUBSCRIPTION_PRODUCT_QUERY_KEY(subscriptionProductId)
|
|
23571
|
+
});
|
|
23572
|
+
}
|
|
23573
|
+
return data;
|
|
23574
|
+
};
|
|
23575
|
+
var useDeleteSubscriptionProductPrice = (options = {}) => {
|
|
23576
|
+
return useConnectedMutation(DeleteSubscriptionProductPrice, options, {
|
|
23577
|
+
domain: "subscriptions",
|
|
23578
|
+
type: "del"
|
|
23579
|
+
});
|
|
23580
|
+
};
|
|
23581
|
+
|
|
23399
23582
|
// src/mutations/subscription/useRemoveSubscriptionProductTier.ts
|
|
23400
23583
|
var RemoveSubscriptionProductTier = async ({
|
|
23401
23584
|
subscriptionProductId,
|
|
@@ -23906,6 +24089,31 @@ var useRemoveTierAccount = (options = {}) => {
|
|
|
23906
24089
|
});
|
|
23907
24090
|
};
|
|
23908
24091
|
|
|
24092
|
+
// src/mutations/tier/useRemoveTierAccounts.ts
|
|
24093
|
+
var RemoveTierAccounts = async ({
|
|
24094
|
+
tierId,
|
|
24095
|
+
adminApiParams,
|
|
24096
|
+
queryClient
|
|
24097
|
+
}) => {
|
|
24098
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
24099
|
+
const { data } = await connectedXM.delete(
|
|
24100
|
+
`/tiers/${tierId}/accounts`
|
|
24101
|
+
);
|
|
24102
|
+
if (queryClient && data.status === "ok") {
|
|
24103
|
+
SET_TIER_QUERY_DATA(queryClient, [tierId], data);
|
|
24104
|
+
queryClient.invalidateQueries({
|
|
24105
|
+
queryKey: TIER_ACCOUNTS_QUERY_KEY(tierId)
|
|
24106
|
+
});
|
|
24107
|
+
}
|
|
24108
|
+
return data;
|
|
24109
|
+
};
|
|
24110
|
+
var useRemoveTierAccounts = (options = {}) => {
|
|
24111
|
+
return useConnectedMutation(RemoveTierAccounts, options, {
|
|
24112
|
+
domain: "accounts",
|
|
24113
|
+
type: "update"
|
|
24114
|
+
});
|
|
24115
|
+
};
|
|
24116
|
+
|
|
23909
24117
|
// src/mutations/tier/useUpdateTier.ts
|
|
23910
24118
|
var UpdateTier = async ({
|
|
23911
24119
|
tierId,
|
|
@@ -24282,6 +24490,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
24282
24490
|
DeleteStreamInput,
|
|
24283
24491
|
DeleteStreamInputOutput,
|
|
24284
24492
|
DeleteSubscriptionProduct,
|
|
24493
|
+
DeleteSubscriptionProductPrice,
|
|
24285
24494
|
DeleteSupportTicket,
|
|
24286
24495
|
DeleteSupportTicketNote,
|
|
24287
24496
|
DeleteThread,
|
|
@@ -24628,6 +24837,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
24628
24837
|
GetImageUsage,
|
|
24629
24838
|
GetImageVariant,
|
|
24630
24839
|
GetImages,
|
|
24840
|
+
GetImport,
|
|
24631
24841
|
GetImportItems,
|
|
24632
24842
|
GetImports,
|
|
24633
24843
|
GetInterest,
|
|
@@ -24712,6 +24922,9 @@ var useUpdateVideo = (options = {}) => {
|
|
|
24712
24922
|
GetThreads,
|
|
24713
24923
|
GetTier,
|
|
24714
24924
|
GetTierAccounts,
|
|
24925
|
+
GetTierImport,
|
|
24926
|
+
GetTierImportItems,
|
|
24927
|
+
GetTierImports,
|
|
24715
24928
|
GetTierSubscribers,
|
|
24716
24929
|
GetTiers,
|
|
24717
24930
|
GetUnapprovedEvents,
|
|
@@ -24726,6 +24939,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
24726
24939
|
IMAGE_USAGE_QUERY_KEY,
|
|
24727
24940
|
IMPORTS_QUERY_KEY,
|
|
24728
24941
|
IMPORT_ITEMS_QUERY_KEY,
|
|
24942
|
+
IMPORT_QUERY_KEY,
|
|
24729
24943
|
INTERESTS_QUERY_KEY,
|
|
24730
24944
|
INTEREST_ACCOUNTS_QUERY_KEY,
|
|
24731
24945
|
INTEREST_ACTIVITIES_QUERY_KEY,
|
|
@@ -24830,6 +25044,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
24830
25044
|
RemoveThreadMember,
|
|
24831
25045
|
RemoveThreadModerator,
|
|
24832
25046
|
RemoveTierAccount,
|
|
25047
|
+
RemoveTierAccounts,
|
|
24833
25048
|
ReorderEventFaqSectionQuestions,
|
|
24834
25049
|
ReorderEventQuestionChoices,
|
|
24835
25050
|
ReorderEventSectionQuestions,
|
|
@@ -25040,6 +25255,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25040
25255
|
SET_IMAGES_QUERY_DATA,
|
|
25041
25256
|
SET_IMAGE_QUERY_DATA,
|
|
25042
25257
|
SET_IMAGE_USAGE_QUERY_DATA,
|
|
25258
|
+
SET_IMPORT_QUERY_DATA,
|
|
25043
25259
|
SET_INTERESTS_QUERY_DATA,
|
|
25044
25260
|
SET_INTEREST_ACCOUNTS_QUERY_DATA,
|
|
25045
25261
|
SET_INTEREST_ACTIVITIES_QUERY_DATA,
|
|
@@ -25111,6 +25327,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25111
25327
|
SET_THREAD_QUERY_DATA,
|
|
25112
25328
|
SET_TIERS_QUERY_DATA,
|
|
25113
25329
|
SET_TIER_ACCOUNTS_QUERY_DATA,
|
|
25330
|
+
SET_TIER_IMPORT_QUERY_DATA,
|
|
25114
25331
|
SET_TIER_QUERY_DATA,
|
|
25115
25332
|
SET_TIER_SUBSCRIBERS_QUERY_DATA,
|
|
25116
25333
|
SET_UNAPPROVED_EVENTS_QUERY_DATA,
|
|
@@ -25150,6 +25367,9 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25150
25367
|
THREAD_QUERY_KEY,
|
|
25151
25368
|
TIERS_QUERY_KEY,
|
|
25152
25369
|
TIER_ACCOUNTS_QUERY_KEY,
|
|
25370
|
+
TIER_IMPORTS_QUERY_KEY,
|
|
25371
|
+
TIER_IMPORT_ITEMS_QUERY_KEY,
|
|
25372
|
+
TIER_IMPORT_QUERY_KEY,
|
|
25153
25373
|
TIER_QUERY_KEY,
|
|
25154
25374
|
TIER_SUBSCRIBERS_QUERY_KEY,
|
|
25155
25375
|
ThreadAccessLevel,
|
|
@@ -25459,6 +25679,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25459
25679
|
useDeleteStreamInput,
|
|
25460
25680
|
useDeleteStreamInputOutput,
|
|
25461
25681
|
useDeleteSubscriptionProduct,
|
|
25682
|
+
useDeleteSubscriptionProductPrice,
|
|
25462
25683
|
useDeleteSupportTicket,
|
|
25463
25684
|
useDeleteSupportTicketNote,
|
|
25464
25685
|
useDeleteThread,
|
|
@@ -25658,6 +25879,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25658
25879
|
useGetImage,
|
|
25659
25880
|
useGetImageUsage,
|
|
25660
25881
|
useGetImages,
|
|
25882
|
+
useGetImport,
|
|
25661
25883
|
useGetImportItems,
|
|
25662
25884
|
useGetImports,
|
|
25663
25885
|
useGetInterest,
|
|
@@ -25742,6 +25964,9 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25742
25964
|
useGetThreads,
|
|
25743
25965
|
useGetTier,
|
|
25744
25966
|
useGetTierAccounts,
|
|
25967
|
+
useGetTierImport,
|
|
25968
|
+
useGetTierImportItems,
|
|
25969
|
+
useGetTierImports,
|
|
25745
25970
|
useGetTierSubscribers,
|
|
25746
25971
|
useGetTiers,
|
|
25747
25972
|
useGetUnapprovedEvents,
|
|
@@ -25795,6 +26020,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
25795
26020
|
useRemoveThreadMember,
|
|
25796
26021
|
useRemoveThreadModerator,
|
|
25797
26022
|
useRemoveTierAccount,
|
|
26023
|
+
useRemoveTierAccounts,
|
|
25798
26024
|
useReorderEventFaqSectionQuestions,
|
|
25799
26025
|
useReorderEventQuestionChoices,
|
|
25800
26026
|
useReorderEventSectionQuestions,
|