@connectedxm/admin 1.3.0 → 1.3.2
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.mts +154 -27
- package/dist/index.d.ts +154 -27
- package/dist/index.js +212 -36
- package/dist/index.mjs +197 -36
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -243,6 +243,7 @@ __export(src_exports, {
|
|
|
243
243
|
CreateSubscriptionProductPrice: () => CreateSubscriptionProductPrice,
|
|
244
244
|
CreateSupportTicket: () => CreateSupportTicket,
|
|
245
245
|
CreateSupportTicketNote: () => CreateSupportTicketNote,
|
|
246
|
+
CreateTaxIntegration: () => CreateTaxIntegration,
|
|
246
247
|
CreateThread: () => CreateThread,
|
|
247
248
|
CreateTier: () => CreateTier,
|
|
248
249
|
Currency: () => Currency,
|
|
@@ -334,6 +335,7 @@ __export(src_exports, {
|
|
|
334
335
|
DeleteSubscriptionProductPrice: () => DeleteSubscriptionProductPrice,
|
|
335
336
|
DeleteSupportTicket: () => DeleteSupportTicket,
|
|
336
337
|
DeleteSupportTicketNote: () => DeleteSupportTicketNote,
|
|
338
|
+
DeleteTaxIntegration: () => DeleteTaxIntegration,
|
|
337
339
|
DeleteThread: () => DeleteThread,
|
|
338
340
|
DeleteTier: () => DeleteTier,
|
|
339
341
|
DeleteUserImage: () => DeleteUserImage,
|
|
@@ -796,6 +798,8 @@ __export(src_exports, {
|
|
|
796
798
|
GetSubscriptions: () => GetSubscriptions,
|
|
797
799
|
GetSupportTicket: () => GetSupportTicket,
|
|
798
800
|
GetSupportTickets: () => GetSupportTickets,
|
|
801
|
+
GetTaxIntegration: () => GetTaxIntegration,
|
|
802
|
+
GetTaxIntegrations: () => GetTaxIntegrations,
|
|
799
803
|
GetThread: () => GetThread,
|
|
800
804
|
GetThreadMember: () => GetThreadMember,
|
|
801
805
|
GetThreadMembers: () => GetThreadMembers,
|
|
@@ -1241,6 +1245,8 @@ __export(src_exports, {
|
|
|
1241
1245
|
SET_SUBSCRIPTION_QUERY_DATA: () => SET_SUBSCRIPTION_QUERY_DATA,
|
|
1242
1246
|
SET_SUPPORT_TICKETS_QUERY_DATA: () => SET_SUPPORT_TICKETS_QUERY_DATA,
|
|
1243
1247
|
SET_SUPPORT_TICKET_QUERY_DATA: () => SET_SUPPORT_TICKET_QUERY_DATA,
|
|
1248
|
+
SET_TAX_INTEGRATIONS_QUERY_DATA: () => SET_TAX_INTEGRATIONS_QUERY_DATA,
|
|
1249
|
+
SET_TAX_INTEGRATION_QUERY_DATA: () => SET_TAX_INTEGRATION_QUERY_DATA,
|
|
1244
1250
|
SET_THREADS_QUERY_DATA: () => SET_THREADS_QUERY_DATA,
|
|
1245
1251
|
SET_THREAD_MESSAGES_QUERY_DATA: () => SET_THREAD_MESSAGES_QUERY_DATA,
|
|
1246
1252
|
SET_THREAD_MESSAGE_QUERY_DATA: () => SET_THREAD_MESSAGE_QUERY_DATA,
|
|
@@ -1279,6 +1285,8 @@ __export(src_exports, {
|
|
|
1279
1285
|
SupportTicketState: () => SupportTicketState,
|
|
1280
1286
|
SupportTicketType: () => SupportTicketType,
|
|
1281
1287
|
SwitchImage: () => SwitchImage,
|
|
1288
|
+
TAX_INTEGRATIONS_QUERY_KEY: () => TAX_INTEGRATIONS_QUERY_KEY,
|
|
1289
|
+
TAX_INTEGRATION_QUERY_KEY: () => TAX_INTEGRATION_QUERY_KEY,
|
|
1282
1290
|
THREADS_QUERY_KEY: () => THREADS_QUERY_KEY,
|
|
1283
1291
|
THREAD_MEMBERS_QUERY_KEY: () => THREAD_MEMBERS_QUERY_KEY,
|
|
1284
1292
|
THREAD_MEMBER_QUERY_KEY: () => THREAD_MEMBER_QUERY_KEY,
|
|
@@ -1294,11 +1302,13 @@ __export(src_exports, {
|
|
|
1294
1302
|
TIER_IMPORT_QUERY_KEY: () => TIER_IMPORT_QUERY_KEY,
|
|
1295
1303
|
TIER_QUERY_KEY: () => TIER_QUERY_KEY,
|
|
1296
1304
|
TIER_SUBSCRIBERS_QUERY_KEY: () => TIER_SUBSCRIBERS_QUERY_KEY,
|
|
1305
|
+
TaxIntegrationType: () => TaxIntegrationType,
|
|
1297
1306
|
ThreadAccessLevel: () => ThreadAccessLevel,
|
|
1298
1307
|
ThreadInvitationStatus: () => ThreadInvitationStatus,
|
|
1299
1308
|
ThreadMemberRole: () => ThreadMemberRole,
|
|
1300
1309
|
ThreadMessageType: () => ThreadMessageType,
|
|
1301
1310
|
ToggleOrganizationPaymentIntegration: () => ToggleOrganizationPaymentIntegration,
|
|
1311
|
+
ToggleTaxIntegration: () => ToggleTaxIntegration,
|
|
1302
1312
|
TransferEventPass: () => TransferEventPass,
|
|
1303
1313
|
TransformPrice: () => TransformPrice,
|
|
1304
1314
|
UNAPPROVED_EVENTS_QUERY_KEY: () => UNAPPROVED_EVENTS_QUERY_KEY,
|
|
@@ -1552,6 +1562,7 @@ __export(src_exports, {
|
|
|
1552
1562
|
useCreateSubscriptionProductPrice: () => useCreateSubscriptionProductPrice,
|
|
1553
1563
|
useCreateSupportTicket: () => useCreateSupportTicket,
|
|
1554
1564
|
useCreateSupportTicketNote: () => useCreateSupportTicketNote,
|
|
1565
|
+
useCreateTaxIntegration: () => useCreateTaxIntegration,
|
|
1555
1566
|
useCreateThread: () => useCreateThread,
|
|
1556
1567
|
useCreateTier: () => useCreateTier,
|
|
1557
1568
|
useDeleteAccount: () => useDeleteAccount,
|
|
@@ -1640,6 +1651,7 @@ __export(src_exports, {
|
|
|
1640
1651
|
useDeleteSubscriptionProductPrice: () => useDeleteSubscriptionProductPrice,
|
|
1641
1652
|
useDeleteSupportTicket: () => useDeleteSupportTicket,
|
|
1642
1653
|
useDeleteSupportTicketNote: () => useDeleteSupportTicketNote,
|
|
1654
|
+
useDeleteTaxIntegration: () => useDeleteTaxIntegration,
|
|
1643
1655
|
useDeleteThread: () => useDeleteThread,
|
|
1644
1656
|
useDeleteTier: () => useDeleteTier,
|
|
1645
1657
|
useDeleteUserImage: () => useDeleteUserImage,
|
|
@@ -1938,6 +1950,8 @@ __export(src_exports, {
|
|
|
1938
1950
|
useGetSubscriptions: () => useGetSubscriptions,
|
|
1939
1951
|
useGetSupportTicket: () => useGetSupportTicket,
|
|
1940
1952
|
useGetSupportTickets: () => useGetSupportTickets,
|
|
1953
|
+
useGetTaxIntegration: () => useGetTaxIntegration,
|
|
1954
|
+
useGetTaxIntegrations: () => useGetTaxIntegrations,
|
|
1941
1955
|
useGetThread: () => useGetThread,
|
|
1942
1956
|
useGetThreadMember: () => useGetThreadMember,
|
|
1943
1957
|
useGetThreadMembers: () => useGetThreadMembers,
|
|
@@ -2020,6 +2034,7 @@ __export(src_exports, {
|
|
|
2020
2034
|
useSelfLeaveOrganization: () => useSelfLeaveOrganization,
|
|
2021
2035
|
useSwitchImage: () => useSwitchImage,
|
|
2022
2036
|
useToggleOrganizationPaymentIntegration: () => useToggleOrganizationPaymentIntegration,
|
|
2037
|
+
useToggleTaxIntegration: () => useToggleTaxIntegration,
|
|
2023
2038
|
useTransferEventPass: () => useTransferEventPass,
|
|
2024
2039
|
useUpdateAccount: () => useUpdateAccount,
|
|
2025
2040
|
useUpdateAccountAddress: () => useUpdateAccountAddress,
|
|
@@ -6034,6 +6049,42 @@ var useGetEventPassAddOns = (eventId = "", passId = "", params = {}, options = {
|
|
|
6034
6049
|
);
|
|
6035
6050
|
};
|
|
6036
6051
|
|
|
6052
|
+
// src/queries/events/passes/useGetEventPassQuestionSections.ts
|
|
6053
|
+
var EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "SECTIONS"];
|
|
6054
|
+
var SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
6055
|
+
client.setQueryData(
|
|
6056
|
+
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY(...keyParams),
|
|
6057
|
+
response
|
|
6058
|
+
);
|
|
6059
|
+
};
|
|
6060
|
+
var GetEventPassQuestionSections = async ({
|
|
6061
|
+
eventId,
|
|
6062
|
+
accountId,
|
|
6063
|
+
passId,
|
|
6064
|
+
adminApiParams
|
|
6065
|
+
}) => {
|
|
6066
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
6067
|
+
const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/questions`);
|
|
6068
|
+
return data;
|
|
6069
|
+
};
|
|
6070
|
+
var useGetEventPassQuestionSections = (eventId = "", accountId = "", passId = "", params = {}, options = {}) => {
|
|
6071
|
+
return useConnectedInfiniteQuery(
|
|
6072
|
+
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY(eventId, passId),
|
|
6073
|
+
(params2) => GetEventPassQuestionSections({
|
|
6074
|
+
...params2,
|
|
6075
|
+
eventId,
|
|
6076
|
+
accountId,
|
|
6077
|
+
passId
|
|
6078
|
+
}),
|
|
6079
|
+
params,
|
|
6080
|
+
{
|
|
6081
|
+
...options,
|
|
6082
|
+
enabled: !!eventId && !!accountId && !!passId
|
|
6083
|
+
},
|
|
6084
|
+
"events"
|
|
6085
|
+
);
|
|
6086
|
+
};
|
|
6087
|
+
|
|
6037
6088
|
// src/queries/events/passes/useGetEventPassResponses.ts
|
|
6038
6089
|
var EVENT_PASS_RESPONSES_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "RESPONSES"];
|
|
6039
6090
|
var SET_EVENT_PASS_RESPONSES_QUERY_DATA = (client, keyParams, response) => {
|
|
@@ -6163,42 +6214,6 @@ var useGetEventPassResponseChanges = (eventId = "", passId = "", questionId = ""
|
|
|
6163
6214
|
);
|
|
6164
6215
|
};
|
|
6165
6216
|
|
|
6166
|
-
// src/queries/events/passes/useGetEventPassQuestionSections.ts
|
|
6167
|
-
var EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "SECTIONS"];
|
|
6168
|
-
var SET_EVENT_PASS_QUESTION_SECTIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
6169
|
-
client.setQueryData(
|
|
6170
|
-
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY(...keyParams),
|
|
6171
|
-
response
|
|
6172
|
-
);
|
|
6173
|
-
};
|
|
6174
|
-
var GetEventPassQuestionSections = async ({
|
|
6175
|
-
eventId,
|
|
6176
|
-
accountId,
|
|
6177
|
-
passId,
|
|
6178
|
-
adminApiParams
|
|
6179
|
-
}) => {
|
|
6180
|
-
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
6181
|
-
const { data } = await connectedXM.get(`/events/${eventId}/attendees/${accountId}/passes/${passId}/questions`);
|
|
6182
|
-
return data;
|
|
6183
|
-
};
|
|
6184
|
-
var useGetEventPassQuestionSections = (eventId = "", accountId = "", passId = "", params = {}, options = {}) => {
|
|
6185
|
-
return useConnectedInfiniteQuery(
|
|
6186
|
-
EVENT_PASS_QUESTION_SECTIONS_QUERY_KEY(eventId, passId),
|
|
6187
|
-
(params2) => GetEventPassQuestionSections({
|
|
6188
|
-
...params2,
|
|
6189
|
-
eventId,
|
|
6190
|
-
accountId,
|
|
6191
|
-
passId
|
|
6192
|
-
}),
|
|
6193
|
-
params,
|
|
6194
|
-
{
|
|
6195
|
-
...options,
|
|
6196
|
-
enabled: !!eventId && !!accountId && !!passId
|
|
6197
|
-
},
|
|
6198
|
-
"events"
|
|
6199
|
-
);
|
|
6200
|
-
};
|
|
6201
|
-
|
|
6202
6217
|
// src/queries/events/passes/useGetEventPassTransferLogs.ts
|
|
6203
6218
|
var EVENT_PASS_TRANSFER_LOGS_QUERY_KEY = (eventId, passId) => [...EVENT_PASS_QUERY_KEY(eventId, passId), "TRANSFER_LOGS"];
|
|
6204
6219
|
var SET_EVENT_PASS_TRANSFER_LOGS_QUERY_DATA = (client, keyParams, response) => {
|
|
@@ -11435,6 +11450,13 @@ var PaymentType = /* @__PURE__ */ ((PaymentType2) => {
|
|
|
11435
11450
|
PaymentType2["refund"] = "refund";
|
|
11436
11451
|
return PaymentType2;
|
|
11437
11452
|
})(PaymentType || {});
|
|
11453
|
+
var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
11454
|
+
TaxIntegrationType2["stripe"] = "stripe";
|
|
11455
|
+
TaxIntegrationType2["taxjar"] = "taxjar";
|
|
11456
|
+
TaxIntegrationType2["vertex"] = "vertex";
|
|
11457
|
+
TaxIntegrationType2["avalara"] = "avalara";
|
|
11458
|
+
return TaxIntegrationType2;
|
|
11459
|
+
})(TaxIntegrationType || {});
|
|
11438
11460
|
var SubscriptionProductPriceType = /* @__PURE__ */ ((SubscriptionProductPriceType2) => {
|
|
11439
11461
|
SubscriptionProductPriceType2["flat"] = "flat";
|
|
11440
11462
|
SubscriptionProductPriceType2["payWhatYouWant"] = "payWhatYouWant";
|
|
@@ -13008,6 +13030,72 @@ var useGetPayment = (paymentId = "", options = {}) => {
|
|
|
13008
13030
|
);
|
|
13009
13031
|
};
|
|
13010
13032
|
|
|
13033
|
+
// src/queries/organization/tax/useGetTaxIntegrations.ts
|
|
13034
|
+
var TAX_INTEGRATIONS_QUERY_KEY = () => ["TAX_INTEGRATIONS"];
|
|
13035
|
+
var SET_TAX_INTEGRATIONS_QUERY_DATA = (client, keyParams, response) => {
|
|
13036
|
+
client.setQueryData(TAX_INTEGRATIONS_QUERY_KEY(...keyParams), response);
|
|
13037
|
+
};
|
|
13038
|
+
var GetTaxIntegrations = async ({
|
|
13039
|
+
pageParam,
|
|
13040
|
+
pageSize,
|
|
13041
|
+
orderBy,
|
|
13042
|
+
search,
|
|
13043
|
+
adminApiParams
|
|
13044
|
+
}) => {
|
|
13045
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
13046
|
+
const { data } = await adminApi.get(`/organization/tax`, {
|
|
13047
|
+
params: {
|
|
13048
|
+
page: pageParam || void 0,
|
|
13049
|
+
pageSize: pageSize || void 0,
|
|
13050
|
+
orderBy: orderBy || void 0,
|
|
13051
|
+
search: search || void 0
|
|
13052
|
+
}
|
|
13053
|
+
});
|
|
13054
|
+
return data;
|
|
13055
|
+
};
|
|
13056
|
+
var useGetTaxIntegrations = (params = {}, options = {}) => {
|
|
13057
|
+
return useConnectedInfiniteQuery(
|
|
13058
|
+
TAX_INTEGRATIONS_QUERY_KEY(),
|
|
13059
|
+
(params2) => GetTaxIntegrations(params2),
|
|
13060
|
+
params,
|
|
13061
|
+
options,
|
|
13062
|
+
"org"
|
|
13063
|
+
);
|
|
13064
|
+
};
|
|
13065
|
+
|
|
13066
|
+
// src/queries/organization/tax/useGetTaxIntegration.ts
|
|
13067
|
+
var TAX_INTEGRATION_QUERY_KEY = (type) => [
|
|
13068
|
+
...TAX_INTEGRATIONS_QUERY_KEY(),
|
|
13069
|
+
type
|
|
13070
|
+
];
|
|
13071
|
+
var SET_TAX_INTEGRATION_QUERY_DATA = (client, keyParams, response) => {
|
|
13072
|
+
client.setQueryData(TAX_INTEGRATION_QUERY_KEY(...keyParams), response);
|
|
13073
|
+
};
|
|
13074
|
+
var GetTaxIntegration = async ({
|
|
13075
|
+
type,
|
|
13076
|
+
adminApiParams
|
|
13077
|
+
}) => {
|
|
13078
|
+
const adminApi = await GetAdminAPI(adminApiParams);
|
|
13079
|
+
const { data } = await adminApi.get(
|
|
13080
|
+
`/organization/tax/${type}`
|
|
13081
|
+
);
|
|
13082
|
+
return data;
|
|
13083
|
+
};
|
|
13084
|
+
var useGetTaxIntegration = (type = "", options = {}) => {
|
|
13085
|
+
return useConnectedSingleQuery(
|
|
13086
|
+
TAX_INTEGRATION_QUERY_KEY(type),
|
|
13087
|
+
(params) => GetTaxIntegration({
|
|
13088
|
+
type,
|
|
13089
|
+
...params
|
|
13090
|
+
}),
|
|
13091
|
+
{
|
|
13092
|
+
...options,
|
|
13093
|
+
enabled: !!type && (options.enabled ?? true)
|
|
13094
|
+
},
|
|
13095
|
+
"org"
|
|
13096
|
+
);
|
|
13097
|
+
};
|
|
13098
|
+
|
|
13011
13099
|
// src/queries/organization/triggers/useGetOrganizationTrigger.ts
|
|
13012
13100
|
var ORGANIZATION_TRIGGER_QUERY_KEY = (type) => ["TRIGGER", type];
|
|
13013
13101
|
var SET_ORGANIZATION_TRIGGER_QUERY_DATA = (client, keyParams, response) => {
|
|
@@ -24979,6 +25067,79 @@ var useToggleOrganizationPaymentIntegration = (options = {}) => {
|
|
|
24979
25067
|
});
|
|
24980
25068
|
};
|
|
24981
25069
|
|
|
25070
|
+
// src/mutations/organization/tax/useCreateTaxIntegration.ts
|
|
25071
|
+
var CreateTaxIntegration = async ({
|
|
25072
|
+
type,
|
|
25073
|
+
integration,
|
|
25074
|
+
adminApiParams,
|
|
25075
|
+
queryClient
|
|
25076
|
+
}) => {
|
|
25077
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
25078
|
+
const { data } = await connectedXM.post(
|
|
25079
|
+
`/organization/tax/${type}`,
|
|
25080
|
+
integration
|
|
25081
|
+
);
|
|
25082
|
+
if (queryClient && data.status === "ok") {
|
|
25083
|
+
queryClient.invalidateQueries({ queryKey: TAX_INTEGRATIONS_QUERY_KEY() });
|
|
25084
|
+
SET_TAX_INTEGRATION_QUERY_DATA(queryClient, [data.data?.id], data);
|
|
25085
|
+
}
|
|
25086
|
+
return data;
|
|
25087
|
+
};
|
|
25088
|
+
var useCreateTaxIntegration = (options = {}) => {
|
|
25089
|
+
return useConnectedMutation(CreateTaxIntegration, options, {
|
|
25090
|
+
domain: "org",
|
|
25091
|
+
type: "create"
|
|
25092
|
+
});
|
|
25093
|
+
};
|
|
25094
|
+
|
|
25095
|
+
// src/mutations/organization/tax/useDeleteTaxIntegration.ts
|
|
25096
|
+
var DeleteTaxIntegration = async ({
|
|
25097
|
+
type,
|
|
25098
|
+
adminApiParams,
|
|
25099
|
+
queryClient
|
|
25100
|
+
}) => {
|
|
25101
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
25102
|
+
const { data } = await connectedXM.delete(
|
|
25103
|
+
`/organization/tax/${type}`
|
|
25104
|
+
);
|
|
25105
|
+
if (queryClient && data.status === "ok") {
|
|
25106
|
+
queryClient.invalidateQueries({ queryKey: TAX_INTEGRATIONS_QUERY_KEY() });
|
|
25107
|
+
queryClient.removeQueries({
|
|
25108
|
+
queryKey: TAX_INTEGRATION_QUERY_KEY(type)
|
|
25109
|
+
});
|
|
25110
|
+
}
|
|
25111
|
+
return data;
|
|
25112
|
+
};
|
|
25113
|
+
var useDeleteTaxIntegration = (options = {}) => {
|
|
25114
|
+
return useConnectedMutation(DeleteTaxIntegration, options, {
|
|
25115
|
+
domain: "org",
|
|
25116
|
+
type: "del"
|
|
25117
|
+
});
|
|
25118
|
+
};
|
|
25119
|
+
|
|
25120
|
+
// src/mutations/organization/tax/useToggleTaxIntegration.ts
|
|
25121
|
+
var ToggleTaxIntegration = async ({
|
|
25122
|
+
type,
|
|
25123
|
+
adminApiParams,
|
|
25124
|
+
queryClient
|
|
25125
|
+
}) => {
|
|
25126
|
+
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
25127
|
+
const { data } = await connectedXM.put(
|
|
25128
|
+
`/organization/tax/${type}`
|
|
25129
|
+
);
|
|
25130
|
+
if (queryClient && data.status === "ok") {
|
|
25131
|
+
queryClient.invalidateQueries({ queryKey: TAX_INTEGRATIONS_QUERY_KEY() });
|
|
25132
|
+
SET_TAX_INTEGRATION_QUERY_DATA(queryClient, [type], data);
|
|
25133
|
+
}
|
|
25134
|
+
return data;
|
|
25135
|
+
};
|
|
25136
|
+
var useToggleTaxIntegration = (options = {}) => {
|
|
25137
|
+
return useConnectedMutation(ToggleTaxIntegration, options, {
|
|
25138
|
+
domain: "org",
|
|
25139
|
+
type: "update"
|
|
25140
|
+
});
|
|
25141
|
+
};
|
|
25142
|
+
|
|
24982
25143
|
// src/mutations/organization/triggers/useUpdateOrganizationTrigger.ts
|
|
24983
25144
|
var UpdateOrganizationTrigger = async ({
|
|
24984
25145
|
type,
|
|
@@ -26951,6 +27112,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
26951
27112
|
CreateSubscriptionProductPrice,
|
|
26952
27113
|
CreateSupportTicket,
|
|
26953
27114
|
CreateSupportTicketNote,
|
|
27115
|
+
CreateTaxIntegration,
|
|
26954
27116
|
CreateThread,
|
|
26955
27117
|
CreateTier,
|
|
26956
27118
|
Currency,
|
|
@@ -27042,6 +27204,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
27042
27204
|
DeleteSubscriptionProductPrice,
|
|
27043
27205
|
DeleteSupportTicket,
|
|
27044
27206
|
DeleteSupportTicketNote,
|
|
27207
|
+
DeleteTaxIntegration,
|
|
27045
27208
|
DeleteThread,
|
|
27046
27209
|
DeleteTier,
|
|
27047
27210
|
DeleteUserImage,
|
|
@@ -27504,6 +27667,8 @@ var useUpdateVideo = (options = {}) => {
|
|
|
27504
27667
|
GetSubscriptions,
|
|
27505
27668
|
GetSupportTicket,
|
|
27506
27669
|
GetSupportTickets,
|
|
27670
|
+
GetTaxIntegration,
|
|
27671
|
+
GetTaxIntegrations,
|
|
27507
27672
|
GetThread,
|
|
27508
27673
|
GetThreadMember,
|
|
27509
27674
|
GetThreadMembers,
|
|
@@ -27949,6 +28114,8 @@ var useUpdateVideo = (options = {}) => {
|
|
|
27949
28114
|
SET_SUBSCRIPTION_QUERY_DATA,
|
|
27950
28115
|
SET_SUPPORT_TICKETS_QUERY_DATA,
|
|
27951
28116
|
SET_SUPPORT_TICKET_QUERY_DATA,
|
|
28117
|
+
SET_TAX_INTEGRATIONS_QUERY_DATA,
|
|
28118
|
+
SET_TAX_INTEGRATION_QUERY_DATA,
|
|
27952
28119
|
SET_THREADS_QUERY_DATA,
|
|
27953
28120
|
SET_THREAD_MESSAGES_QUERY_DATA,
|
|
27954
28121
|
SET_THREAD_MESSAGE_QUERY_DATA,
|
|
@@ -27987,6 +28154,8 @@ var useUpdateVideo = (options = {}) => {
|
|
|
27987
28154
|
SupportTicketState,
|
|
27988
28155
|
SupportTicketType,
|
|
27989
28156
|
SwitchImage,
|
|
28157
|
+
TAX_INTEGRATIONS_QUERY_KEY,
|
|
28158
|
+
TAX_INTEGRATION_QUERY_KEY,
|
|
27990
28159
|
THREADS_QUERY_KEY,
|
|
27991
28160
|
THREAD_MEMBERS_QUERY_KEY,
|
|
27992
28161
|
THREAD_MEMBER_QUERY_KEY,
|
|
@@ -28002,11 +28171,13 @@ var useUpdateVideo = (options = {}) => {
|
|
|
28002
28171
|
TIER_IMPORT_QUERY_KEY,
|
|
28003
28172
|
TIER_QUERY_KEY,
|
|
28004
28173
|
TIER_SUBSCRIBERS_QUERY_KEY,
|
|
28174
|
+
TaxIntegrationType,
|
|
28005
28175
|
ThreadAccessLevel,
|
|
28006
28176
|
ThreadInvitationStatus,
|
|
28007
28177
|
ThreadMemberRole,
|
|
28008
28178
|
ThreadMessageType,
|
|
28009
28179
|
ToggleOrganizationPaymentIntegration,
|
|
28180
|
+
ToggleTaxIntegration,
|
|
28010
28181
|
TransferEventPass,
|
|
28011
28182
|
TransformPrice,
|
|
28012
28183
|
UNAPPROVED_EVENTS_QUERY_KEY,
|
|
@@ -28260,6 +28431,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
28260
28431
|
useCreateSubscriptionProductPrice,
|
|
28261
28432
|
useCreateSupportTicket,
|
|
28262
28433
|
useCreateSupportTicketNote,
|
|
28434
|
+
useCreateTaxIntegration,
|
|
28263
28435
|
useCreateThread,
|
|
28264
28436
|
useCreateTier,
|
|
28265
28437
|
useDeleteAccount,
|
|
@@ -28348,6 +28520,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
28348
28520
|
useDeleteSubscriptionProductPrice,
|
|
28349
28521
|
useDeleteSupportTicket,
|
|
28350
28522
|
useDeleteSupportTicketNote,
|
|
28523
|
+
useDeleteTaxIntegration,
|
|
28351
28524
|
useDeleteThread,
|
|
28352
28525
|
useDeleteTier,
|
|
28353
28526
|
useDeleteUserImage,
|
|
@@ -28646,6 +28819,8 @@ var useUpdateVideo = (options = {}) => {
|
|
|
28646
28819
|
useGetSubscriptions,
|
|
28647
28820
|
useGetSupportTicket,
|
|
28648
28821
|
useGetSupportTickets,
|
|
28822
|
+
useGetTaxIntegration,
|
|
28823
|
+
useGetTaxIntegrations,
|
|
28649
28824
|
useGetThread,
|
|
28650
28825
|
useGetThreadMember,
|
|
28651
28826
|
useGetThreadMembers,
|
|
@@ -28728,6 +28903,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
28728
28903
|
useSelfLeaveOrganization,
|
|
28729
28904
|
useSwitchImage,
|
|
28730
28905
|
useToggleOrganizationPaymentIntegration,
|
|
28906
|
+
useToggleTaxIntegration,
|
|
28731
28907
|
useTransferEventPass,
|
|
28732
28908
|
useUpdateAccount,
|
|
28733
28909
|
useUpdateAccountAddress,
|