@connectedxm/admin 7.5.0 → 7.5.1
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.cjs +0 -20
- package/dist/index.d.cts +2479 -20
- package/dist/index.d.ts +2479 -20
- package/dist/index.js +0 -18
- package/openapi.json +2424 -2424
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22572,22 +22572,6 @@ var useExportAccount = (options = {}) => {
|
|
|
22572
22572
|
return useConnectedMutation(ExportAccount, options);
|
|
22573
22573
|
};
|
|
22574
22574
|
|
|
22575
|
-
// src/mutations/accounts/useImpersonateAccount.ts
|
|
22576
|
-
var ImpersonateAccount = async ({
|
|
22577
|
-
accountId,
|
|
22578
|
-
username,
|
|
22579
|
-
adminApiParams
|
|
22580
|
-
}) => {
|
|
22581
|
-
const connectedXM = await GetAdminAPI(adminApiParams);
|
|
22582
|
-
const { data } = await connectedXM.post(
|
|
22583
|
-
`/accounts/${accountId}/impersonate/${username}`
|
|
22584
|
-
);
|
|
22585
|
-
return data;
|
|
22586
|
-
};
|
|
22587
|
-
var useImpersonateAccount = (options = {}) => {
|
|
22588
|
-
return useConnectedMutation(ImpersonateAccount, options);
|
|
22589
|
-
};
|
|
22590
|
-
|
|
22591
22575
|
// src/mutations/accounts/useSyncAccount.ts
|
|
22592
22576
|
var SyncAccount = async ({
|
|
22593
22577
|
accountId,
|
|
@@ -41487,7 +41471,6 @@ export {
|
|
|
41487
41471
|
INVOICE_QUERY_KEY,
|
|
41488
41472
|
ImageModerationLevel,
|
|
41489
41473
|
ImageType,
|
|
41490
|
-
ImpersonateAccount,
|
|
41491
41474
|
ImportItemStatus,
|
|
41492
41475
|
ImportRooms,
|
|
41493
41476
|
ImportType,
|
|
@@ -43433,7 +43416,6 @@ export {
|
|
|
43433
43416
|
useGetVideoCaptions,
|
|
43434
43417
|
useGetVideoDownloadStatus,
|
|
43435
43418
|
useGetVideos,
|
|
43436
|
-
useImpersonateAccount,
|
|
43437
43419
|
useImportRooms,
|
|
43438
43420
|
useIndexEventPasses,
|
|
43439
43421
|
useInitiateVideoDownload,
|