Skip to content

Commit

Permalink
feat: qlik api updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild authored Aug 16, 2024
1 parent 1e32758 commit 8043ef2
Show file tree
Hide file tree
Showing 46 changed files with 95 additions and 83 deletions.
4 changes: 2 additions & 2 deletions api-keys.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/api-keys.ts
Expand Down
4 changes: 2 additions & 2 deletions apps.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/apps.ts
Expand Down
4 changes: 2 additions & 2 deletions audits.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/audits.ts
Expand Down
4 changes: 2 additions & 2 deletions auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
logout,
registerAuthModule,
setDefaultHostConfig
} from "./chunks/J76NVE2J.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/6O3XBOLZ.js";
import "./chunks/7IMOYFWE.js";
export {
auth_default as default,
getAccessToken,
Expand Down
4 changes: 2 additions & 2 deletions automations.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/automations.ts
Expand Down
4 changes: 2 additions & 2 deletions brands.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/brands.ts
Expand Down
1 change: 1 addition & 0 deletions chunks/N6IB3ZM5.js → chunks/3XRP5N4L.js
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,7 @@ async function parseFetchResponse(fetchResponse, url) {
case "application/offset+octet-stream":
case "application/octet-stream":
case "application/zip":
case "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":
resultData = toDownloadableBlob(await fetchResponse.blob());
break;
case "text/event-stream":
Expand Down
2 changes: 1 addition & 1 deletion chunks/J76NVE2J.js → chunks/6O3XBOLZ.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getAuthRuntimeModule
} from "./BOSBVTSJ.js";
} from "./7IMOYFWE.js";

// src/public/auth.ts
function registerAuthModule(name, authModule) {
Expand Down
6 changes: 3 additions & 3 deletions chunks/BOSBVTSJ.js → chunks/7IMOYFWE.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
// src/public/public-runtime-modules.ts
function getAuthRuntimeModule(hostConfig) {
const isNode = !!globalThis.process?.argv;
return isNode ? import("./LEILCZC6.js") : import("./TBHMVTOT.js").then(
return isNode ? import("./PESPSFQN.js") : import("./TBHMVTOT.js").then(
(mod) => mod.importRuntimeModule("auth@v1", hostConfig)
);
}
async function getQixRuntimeModule(hostConfig) {
await getAuthRuntimeModule(hostConfig);
const isNode = !!globalThis.process?.argv;
return isNode ? import("./DVK2JJ2J.js") : import("./TBHMVTOT.js").then(
return isNode ? import("./YHKRUQRS.js") : import("./TBHMVTOT.js").then(
(mod) => mod.importRuntimeModule("qix@v1", hostConfig)
);
}
async function getInvokeFetchRuntimeModule(hostConfig) {
await getAuthRuntimeModule(hostConfig);
const isNode = !!globalThis.process?.argv;
return isNode ? import("./ZWPUDPMY.js") : import("./TBHMVTOT.js").then(
return isNode ? import("./ECWQX4IH.js") : import("./TBHMVTOT.js").then(
(mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)
);
}
Expand Down
2 changes: 1 addition & 1 deletion chunks/ZWPUDPMY.js → chunks/ECWQX4IH.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
invokeFetch,
invoke_fetch_default,
parseFetchResponse
} from "./N6IB3ZM5.js";
} from "./3XRP5N4L.js";
import "./2ZQ3ZX7F.js";
export {
EncodingError,
Expand Down
2 changes: 1 addition & 1 deletion chunks/W5IUOFYL.js → chunks/GXMVBX45.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getQixRuntimeModule
} from "./BOSBVTSJ.js";
} from "./7IMOYFWE.js";

// src/public/qix.ts
function openAppSession(appSessionProps) {
Expand Down
2 changes: 1 addition & 1 deletion chunks/V2I3BC7K.js → chunks/MFNOHOWH.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getInvokeFetchRuntimeModule
} from "./BOSBVTSJ.js";
} from "./7IMOYFWE.js";
import {
isBrowser
} from "./2ZQ3ZX7F.js";
Expand Down
2 changes: 1 addition & 1 deletion chunks/OQWVV26L.js → chunks/O3XVX7VQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getRestCallAuthParams,
getWebSocketAuthParams,
toValidWebsocketLocationUrl
} from "./N6IB3ZM5.js";
} from "./3XRP5N4L.js";
import {
isBrowser,
isNode
Expand Down
2 changes: 1 addition & 1 deletion chunks/LEILCZC6.js → chunks/PESPSFQN.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
toValidEnigmaLocationUrl,
toValidLocationUrl,
toValidWebsocketLocationUrl
} from "./N6IB3ZM5.js";
} from "./3XRP5N4L.js";
import "./2ZQ3ZX7F.js";
export {
AuthorizationError,
Expand Down
4 changes: 2 additions & 2 deletions chunks/DVK2JJ2J.js → chunks/YHKRUQRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
invokeFetch,
isWindows,
toValidWebsocketLocationUrl
} from "./N6IB3ZM5.js";
} from "./3XRP5N4L.js";
import {
isBrowser
} from "./2ZQ3ZX7F.js";
Expand Down Expand Up @@ -101,7 +101,7 @@ function listenForWindowsAuthenticationInformation(session) {
return authSuggestedInWebsocket;
}
async function createAndSetupEnigmaSession(props, canRetry) {
const { createEnigmaSession } = await import("./OQWVV26L.js");
const { createEnigmaSession } = await import("./O3XVX7VQ.js");
const session = await createEnigmaSession(props);
setupSessionListeners(session, props);
let global;
Expand Down
4 changes: 2 additions & 2 deletions collections.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/collections.ts
Expand Down
4 changes: 2 additions & 2 deletions csp-origins.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/csp-origins.ts
Expand Down
4 changes: 2 additions & 2 deletions data-assets.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/data-assets.ts
Expand Down
4 changes: 2 additions & 2 deletions data-connections.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/data-connections.ts
Expand Down
4 changes: 2 additions & 2 deletions data-credentials.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/data-credentials.ts
Expand Down
4 changes: 2 additions & 2 deletions data-files.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/data-files.ts
Expand Down
4 changes: 2 additions & 2 deletions extensions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/extensions.ts
Expand Down
4 changes: 2 additions & 2 deletions glossaries.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/glossaries.ts
Expand Down
4 changes: 2 additions & 2 deletions groups.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/groups.ts
Expand Down
4 changes: 3 additions & 1 deletion identity-providers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ type CreateOIDCPayload = {
discoveryUrl?: string;
/** Only ADFS and AzureAD IdPs can set this property. For ADFS and AzureAD, it defaults to false. For other IdPs, it defaults to undefined. */
emailVerifiedAlwaysTrue?: boolean;
/** The algorithm used to sign the ID token. The default algorithm is RS256. */
idTokenSignatureAlg?: "RS256" | "RS512";
/** OpenID configuration */
openid_configuration?: OpenIDConfiguration;
/** The realm identifier for the IdP. */
Expand Down Expand Up @@ -377,7 +379,7 @@ type PatchOIDCPayload = {
/** 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. */
op: "replace" | "promote-options";
/** The "path" to the part of the IdP document. */
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";
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";
/** The "value" data type is dependent on the path value being used. */
value?: unknown;
};
Expand Down
4 changes: 2 additions & 2 deletions identity-providers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/identity-providers.ts
Expand Down
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import {
qix_default
} from "./chunks/W5IUOFYL.js";
} from "./chunks/GXMVBX45.js";
import {
auth_default
} from "./chunks/J76NVE2J.js";
} from "./chunks/6O3XBOLZ.js";
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
Expand Down
4 changes: 2 additions & 2 deletions items.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/items.ts
Expand Down
4 changes: 2 additions & 2 deletions licenses.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/licenses.ts
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"nanoid": "^5.0.7",
"ws": "^8.18.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
Expand Down
10 changes: 9 additions & 1 deletion qix.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './global.types-z1p6A9D-.js';
import { H as HostConfig } from './auth-types-BU5EGt_9.js';

declare const QIX_SCHEMA_VERSION = "12.2143.0";
declare const QIX_SCHEMA_VERSION = "12.2154.0";
type AlfaNumString = {
/**
* Calculated value.
Expand Down Expand Up @@ -9907,6 +9907,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
* <div class=note>This method works for a hypercube in DATA_MODE_STRAIGHT.</div>
* A data set is returned.
*
* ### Default limitations on the number of cells
* The default maximum for the combined total of cells across all pages is:
* * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
*
* Parameters:
*
* - `path` - Path to the definition of the object to be selected.
Expand Down Expand Up @@ -10038,6 +10042,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
* Retrieves the values of a list object.
* A data set is returned.
*
* ### Default limitations on the number of cells
* The default maximum for the combined total of cells across all pages is:
* * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
*
* Parameters:
*
* - `path` - Path to the definition of the object to be selected.
Expand Down
4 changes: 2 additions & 2 deletions qix.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
openAppSession,
qix_default
} from "./chunks/W5IUOFYL.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/GXMVBX45.js";
import "./chunks/7IMOYFWE.js";
export {
qix_default as default,
openAppSession
Expand Down
4 changes: 2 additions & 2 deletions quotas.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/V2I3BC7K.js";
import "./chunks/BOSBVTSJ.js";
} from "./chunks/MFNOHOWH.js";
import "./chunks/7IMOYFWE.js";
import "./chunks/2ZQ3ZX7F.js";

// src/public/rest/quotas.ts
Expand Down
Loading

0 comments on commit 8043ef2

Please sign in to comment.