@brigadasos/nadeshiko-sdk 2.0.4-internal → 2.0.4-internal.6fb8829

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
@@ -79,7 +79,6 @@ __export(exports_internal, {
79
79
  listAdminQueueFailed: () => listAdminQueueFailed,
80
80
  listAdminMediaAudits: () => listAdminMediaAudits,
81
81
  listAdminMediaAuditRuns: () => listAdminMediaAuditRuns,
82
- impersonateAdminUser: () => impersonateAdminUser,
83
82
  getUserQuota: () => getUserQuota,
84
83
  getUserPreferences: () => getUserPreferences,
85
84
  getUserActivityStats: () => getUserActivityStats,
@@ -126,7 +125,6 @@ __export(exports_internal, {
126
125
  createCollection: () => createCollection,
127
126
  collections: () => exports_collections_gen,
128
127
  client: () => client,
129
- clearAdminImpersonation: () => clearAdminImpersonation,
130
128
  batchUpdateAdminReports: () => batchUpdateAdminReports,
131
129
  autocompleteMedia: () => autocompleteMedia,
132
130
  admin: () => exports_admin_gen,
@@ -1552,15 +1550,6 @@ var purgeAdminQueueFailed = (options) => (options.client ?? client).delete({
1552
1550
  url: "/v1/admin/queues/{queueName}/purge",
1553
1551
  ...options
1554
1552
  });
1555
- var clearAdminImpersonation = (options) => (options?.client ?? client).delete({ url: "/v1/admin/impersonation", ...options });
1556
- var impersonateAdminUser = (options) => (options.client ?? client).post({
1557
- url: "/v1/admin/impersonation",
1558
- ...options,
1559
- headers: {
1560
- "Content-Type": "application/json",
1561
- ...options.headers
1562
- }
1563
- });
1564
1553
  var listAdminReports = (options) => (options?.client ?? client).get({
1565
1554
  security: [{
1566
1555
  in: "cookie",
@@ -1865,8 +1854,6 @@ function createNadeshikoClient(config) {
1865
1854
  listAdminQueueFailed: (options) => listAdminQueueFailed({ throwOnError: true, ...options, client: clientInstance }),
1866
1855
  retryAdminQueueFailed: (options) => retryAdminQueueFailed({ throwOnError: true, ...options, client: clientInstance }),
1867
1856
  purgeAdminQueueFailed: (options) => purgeAdminQueueFailed({ throwOnError: true, ...options, client: clientInstance }),
1868
- impersonateAdminUser: (options) => impersonateAdminUser({ throwOnError: true, ...options, client: clientInstance }),
1869
- clearAdminImpersonation: (options) => clearAdminImpersonation({ throwOnError: true, ...options, client: clientInstance }),
1870
1857
  listAdminReports: (options) => listAdminReports({ throwOnError: true, ...options, client: clientInstance }),
1871
1858
  batchUpdateAdminReports: (options) => batchUpdateAdminReports({ throwOnError: true, ...options, client: clientInstance }),
1872
1859
  updateAdminReport: (options) => updateAdminReport({ throwOnError: true, ...options, client: clientInstance }),
@@ -1953,7 +1940,6 @@ __export(exports_admin_gen, {
1953
1940
  listAdminQueueFailed: () => listAdminQueueFailed,
1954
1941
  listAdminMediaAudits: () => listAdminMediaAudits,
1955
1942
  listAdminMediaAuditRuns: () => listAdminMediaAuditRuns,
1956
- impersonateAdminUser: () => impersonateAdminUser,
1957
1943
  getAnnouncement: () => getAnnouncement,
1958
1944
  getAdminQueue: () => getAdminQueue,
1959
1945
  getAdminMediaAuditRun: () => getAdminMediaAuditRun,
@@ -1965,7 +1951,6 @@ __export(exports_admin_gen, {
1965
1951
  getAdminDashboardApiKeys: () => getAdminDashboardApiKeys,
1966
1952
  getAdminDashboardActivity: () => getAdminDashboardActivity,
1967
1953
  getAdminDashboard: () => getAdminDashboard,
1968
- clearAdminImpersonation: () => clearAdminImpersonation,
1969
1954
  batchUpdateAdminReports: () => batchUpdateAdminReports
1970
1955
  });
1971
1956
  // generated/internal/paginate.ts
@@ -1998,5 +1983,5 @@ function patchCursor(options, cursor) {
1998
1983
  return { ...options, body: { cursor } };
1999
1984
  }
2000
1985
 
2001
- //# debugId=76AF62714D2C888664756E2164756E21
1986
+ //# debugId=F940433131E3D04864756E2164756E21
2002
1987
  //# sourceMappingURL=index.js.map