@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 CHANGED
@@ -1355,7 +1355,6 @@ __export(index_exports, {
1355
1355
  INVOICE_QUERY_KEY: () => INVOICE_QUERY_KEY,
1356
1356
  ImageModerationLevel: () => ImageModerationLevel,
1357
1357
  ImageType: () => ImageType,
1358
- ImpersonateAccount: () => ImpersonateAccount,
1359
1358
  ImportItemStatus: () => ImportItemStatus,
1360
1359
  ImportRooms: () => ImportRooms,
1361
1360
  ImportType: () => ImportType,
@@ -3301,7 +3300,6 @@ __export(index_exports, {
3301
3300
  useGetVideoCaptions: () => useGetVideoCaptions,
3302
3301
  useGetVideoDownloadStatus: () => useGetVideoDownloadStatus,
3303
3302
  useGetVideos: () => useGetVideos,
3304
- useImpersonateAccount: () => useImpersonateAccount,
3305
3303
  useImportRooms: () => useImportRooms,
3306
3304
  useIndexEventPasses: () => useIndexEventPasses,
3307
3305
  useInitiateVideoDownload: () => useInitiateVideoDownload,
@@ -26176,22 +26174,6 @@ var useExportAccount = (options = {}) => {
26176
26174
  return useConnectedMutation(ExportAccount, options);
26177
26175
  };
26178
26176
 
26179
- // src/mutations/accounts/useImpersonateAccount.ts
26180
- var ImpersonateAccount = async ({
26181
- accountId,
26182
- username,
26183
- adminApiParams
26184
- }) => {
26185
- const connectedXM = await GetAdminAPI(adminApiParams);
26186
- const { data } = await connectedXM.post(
26187
- `/accounts/${accountId}/impersonate/${username}`
26188
- );
26189
- return data;
26190
- };
26191
- var useImpersonateAccount = (options = {}) => {
26192
- return useConnectedMutation(ImpersonateAccount, options);
26193
- };
26194
-
26195
26177
  // src/mutations/accounts/useSyncAccount.ts
26196
26178
  var SyncAccount = async ({
26197
26179
  accountId,
@@ -45092,7 +45074,6 @@ var useUpdateTier = (options = {}) => {
45092
45074
  INVOICE_QUERY_KEY,
45093
45075
  ImageModerationLevel,
45094
45076
  ImageType,
45095
- ImpersonateAccount,
45096
45077
  ImportItemStatus,
45097
45078
  ImportRooms,
45098
45079
  ImportType,
@@ -47038,7 +47019,6 @@ var useUpdateTier = (options = {}) => {
47038
47019
  useGetVideoCaptions,
47039
47020
  useGetVideoDownloadStatus,
47040
47021
  useGetVideos,
47041
- useImpersonateAccount,
47042
47022
  useImportRooms,
47043
47023
  useIndexEventPasses,
47044
47024
  useInitiateVideoDownload,