@qlik/api 1.15.0 → 1.16.0

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/api-keys.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/api-keys.ts
package/apps.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/apps.ts
package/audits.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/audits.ts
package/auth.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  logout,
5
5
  registerAuthModule,
6
6
  setDefaultHostConfig
7
- } from "./chunks/J76NVE2J.js";
8
- import "./chunks/BOSBVTSJ.js";
7
+ } from "./chunks/6O3XBOLZ.js";
8
+ import "./chunks/7IMOYFWE.js";
9
9
  export {
10
10
  auth_default as default,
11
11
  getAccessToken,
package/automations.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/automations.ts
package/brands.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/brands.ts
@@ -1886,6 +1886,7 @@ async function parseFetchResponse(fetchResponse, url) {
1886
1886
  case "application/offset+octet-stream":
1887
1887
  case "application/octet-stream":
1888
1888
  case "application/zip":
1889
+ case "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":
1889
1890
  resultData = toDownloadableBlob(await fetchResponse.blob());
1890
1891
  break;
1891
1892
  case "text/event-stream":
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getAuthRuntimeModule
3
- } from "./BOSBVTSJ.js";
3
+ } from "./7IMOYFWE.js";
4
4
 
5
5
  // src/public/auth.ts
6
6
  function registerAuthModule(name, authModule) {
@@ -1,21 +1,21 @@
1
1
  // src/public/public-runtime-modules.ts
2
2
  function getAuthRuntimeModule(hostConfig) {
3
3
  const isNode = !!globalThis.process?.argv;
4
- return isNode ? import("./LEILCZC6.js") : import("./TBHMVTOT.js").then(
4
+ return isNode ? import("./PESPSFQN.js") : import("./TBHMVTOT.js").then(
5
5
  (mod) => mod.importRuntimeModule("auth@v1", hostConfig)
6
6
  );
7
7
  }
8
8
  async function getQixRuntimeModule(hostConfig) {
9
9
  await getAuthRuntimeModule(hostConfig);
10
10
  const isNode = !!globalThis.process?.argv;
11
- return isNode ? import("./DVK2JJ2J.js") : import("./TBHMVTOT.js").then(
11
+ return isNode ? import("./YHKRUQRS.js") : import("./TBHMVTOT.js").then(
12
12
  (mod) => mod.importRuntimeModule("qix@v1", hostConfig)
13
13
  );
14
14
  }
15
15
  async function getInvokeFetchRuntimeModule(hostConfig) {
16
16
  await getAuthRuntimeModule(hostConfig);
17
17
  const isNode = !!globalThis.process?.argv;
18
- return isNode ? import("./ZWPUDPMY.js") : import("./TBHMVTOT.js").then(
18
+ return isNode ? import("./ECWQX4IH.js") : import("./TBHMVTOT.js").then(
19
19
  (mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)
20
20
  );
21
21
  }
@@ -5,7 +5,7 @@ import {
5
5
  invokeFetch,
6
6
  invoke_fetch_default,
7
7
  parseFetchResponse
8
- } from "./N6IB3ZM5.js";
8
+ } from "./3XRP5N4L.js";
9
9
  import "./2ZQ3ZX7F.js";
10
10
  export {
11
11
  EncodingError,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getQixRuntimeModule
3
- } from "./BOSBVTSJ.js";
3
+ } from "./7IMOYFWE.js";
4
4
 
5
5
  // src/public/qix.ts
6
6
  function openAppSession(appSessionProps) {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  getInvokeFetchRuntimeModule
3
- } from "./BOSBVTSJ.js";
3
+ } from "./7IMOYFWE.js";
4
4
  import {
5
5
  isBrowser
6
6
  } from "./2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/invoke-fetch.ts
9
- var defaultUserAgent = "qlik-api/1.15.0";
9
+ var defaultUserAgent = "qlik-api/1.16.0";
10
10
  async function invokeFetch(api, props) {
11
11
  const hostConfig = props.options?.hostConfig;
12
12
  let userAgent;
@@ -4,7 +4,7 @@ import {
4
4
  getRestCallAuthParams,
5
5
  getWebSocketAuthParams,
6
6
  toValidWebsocketLocationUrl
7
- } from "./N6IB3ZM5.js";
7
+ } from "./3XRP5N4L.js";
8
8
  import {
9
9
  isBrowser,
10
10
  isNode
@@ -18,7 +18,7 @@ import {
18
18
  toValidEnigmaLocationUrl,
19
19
  toValidLocationUrl,
20
20
  toValidWebsocketLocationUrl
21
- } from "./N6IB3ZM5.js";
21
+ } from "./3XRP5N4L.js";
22
22
  import "./2ZQ3ZX7F.js";
23
23
  export {
24
24
  AuthorizationError,
@@ -4,7 +4,7 @@ import {
4
4
  invokeFetch,
5
5
  isWindows,
6
6
  toValidWebsocketLocationUrl
7
- } from "./N6IB3ZM5.js";
7
+ } from "./3XRP5N4L.js";
8
8
  import {
9
9
  isBrowser
10
10
  } from "./2ZQ3ZX7F.js";
@@ -101,7 +101,7 @@ function listenForWindowsAuthenticationInformation(session) {
101
101
  return authSuggestedInWebsocket;
102
102
  }
103
103
  async function createAndSetupEnigmaSession(props, canRetry) {
104
- const { createEnigmaSession } = await import("./OQWVV26L.js");
104
+ const { createEnigmaSession } = await import("./O3XVX7VQ.js");
105
105
  const session = await createEnigmaSession(props);
106
106
  setupSessionListeners(session, props);
107
107
  let global;
package/collections.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/collections.ts
package/csp-origins.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/csp-origins.ts
package/data-assets.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-assets.ts
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-connections.ts
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-credentials.ts
package/data-files.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-files.ts
package/extensions.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/extensions.ts
package/glossaries.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/groups.ts
@@ -102,6 +102,8 @@ type CreateOIDCPayload = {
102
102
  discoveryUrl?: string;
103
103
  /** Only ADFS and AzureAD IdPs can set this property. For ADFS and AzureAD, it defaults to false. For other IdPs, it defaults to undefined. */
104
104
  emailVerifiedAlwaysTrue?: boolean;
105
+ /** The algorithm used to sign the ID token. The default algorithm is RS256. */
106
+ idTokenSignatureAlg?: "RS256" | "RS512";
105
107
  /** OpenID configuration */
106
108
  openid_configuration?: OpenIDConfiguration;
107
109
  /** The realm identifier for the IdP. */
@@ -377,7 +379,7 @@ type PatchOIDCPayload = {
377
379
  /** The "operation" to be performed on a given IdP. Currently supports a custom operation value called "promote-options" that allows the test configuration to be promoted to the current configuration used for login. */
378
380
  op: "replace" | "promote-options";
379
381
  /** The "path" to the part of the IdP document. */
380
- path?: "/active" | "/description" | "/meta" | "/options" | "/options/realm" | "/options/discoveryUrl" | "/options/claimsMapping" | "/pendingOptions" | "/pendingOptions/realm" | "/pendingOptions/discoveryUrl" | "/pendingOptions/clientId" | "/pendingOptions/clientSecret" | "/pendingOptions/emailVerifiedAlwaysTrue" | "/pendingOptions/claimsMapping" | "/postLogoutRedirectUri" | "/clockToleranceSec";
382
+ path?: "/active" | "/description" | "/meta" | "/options" | "/options/realm" | "/options/discoveryUrl" | "/options/claimsMapping" | "/pendingOptions" | "/pendingOptions/realm" | "/pendingOptions/discoveryUrl" | "/pendingOptions/clientId" | "/pendingOptions/clientSecret" | "/pendingOptions/emailVerifiedAlwaysTrue" | "/pendingOptions/claimsMapping" | "/postLogoutRedirectUri" | "/clockToleranceSec" | "/pendingOptions/idTokenSignatureAlg";
381
383
  /** The "value" data type is dependent on the path value being used. */
382
384
  value?: unknown;
383
385
  };
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  qix_default
3
- } from "./chunks/W5IUOFYL.js";
3
+ } from "./chunks/GXMVBX45.js";
4
4
  import {
5
5
  auth_default
6
- } from "./chunks/J76NVE2J.js";
6
+ } from "./chunks/6O3XBOLZ.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/V2I3BC7K.js";
11
- import "./chunks/BOSBVTSJ.js";
10
+ } from "./chunks/MFNOHOWH.js";
11
+ import "./chunks/7IMOYFWE.js";
12
12
  import "./chunks/2ZQ3ZX7F.js";
13
13
 
14
14
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
package/items.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/items.ts
package/licenses.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/licenses.ts
package/package.json CHANGED
@@ -16,6 +16,7 @@
16
16
  "nanoid": "^5.0.7",
17
17
  "ws": "^8.18.0"
18
18
  },
19
+ "packageManager": "pnpm@9.7.1",
19
20
  "engines": {
20
21
  "node": ">=18"
21
22
  },
@@ -55,5 +56,5 @@
55
56
  "./qix": "./qix.js",
56
57
  "./auth": "./auth.js"
57
58
  },
58
- "version": "1.15.0"
59
+ "version": "1.16.0"
59
60
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import './global.types-z1p6A9D-.js';
2
2
  import { H as HostConfig } from './auth-types-BU5EGt_9.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2143.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2154.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -9907,6 +9907,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
9907
9907
  * <div class=note>This method works for a hypercube in DATA_MODE_STRAIGHT.</div>
9908
9908
  * A data set is returned.
9909
9909
  *
9910
+ * ### Default limitations on the number of cells
9911
+ * The default maximum for the combined total of cells across all pages is:
9912
+ * * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
9913
+ *
9910
9914
  * Parameters:
9911
9915
  *
9912
9916
  * - `path` - Path to the definition of the object to be selected.
@@ -10038,6 +10042,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
10038
10042
  * Retrieves the values of a list object.
10039
10043
  * A data set is returned.
10040
10044
  *
10045
+ * ### Default limitations on the number of cells
10046
+ * The default maximum for the combined total of cells across all pages is:
10047
+ * * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
10048
+ *
10041
10049
  * Parameters:
10042
10050
  *
10043
10051
  * - `path` - Path to the definition of the object to be selected.
package/qix.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/W5IUOFYL.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/GXMVBX45.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  export {
7
7
  qix_default as default,
8
8
  openAppSession
package/quotas.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/quotas.ts
package/reload-tasks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reload-tasks.ts
package/reloads.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reloads.ts
package/reports.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reports.ts
package/roles.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/roles.ts
package/spaces.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/spaces.ts
package/temp-contents.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/temp-contents.ts
package/tenants.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/tenants.ts
package/themes.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/themes.ts
package/transports.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/transports.ts
package/users.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/users.ts
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-integrations.ts
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-notifications.ts
package/webhooks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/V2I3BC7K.js";
5
- import "./chunks/BOSBVTSJ.js";
4
+ } from "./chunks/MFNOHOWH.js";
5
+ import "./chunks/7IMOYFWE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/webhooks.ts