Skip to content

Commit

Permalink
feat: qlik api updates (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: qlikossbuild <[email protected]>
  • Loading branch information
qlikossbuild and qlikossbuild authored Apr 25, 2024
1 parent 2c8d991 commit 323beac
Show file tree
Hide file tree
Showing 42 changed files with 83 additions and 78 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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/api-keys.ts
var getApiKeys = async (query, options) => invokeFetch("api-keys", {
Expand Down
6 changes: 3 additions & 3 deletions apps.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ type Filter = {
description?: string;
filterType?: FilterType;
filterV1_0?: FilterV10;
filterVersion?: "filter-1.0";
filterVersion?: "filter-1.0" | "filter-2.0";
/** The filter ID (bookmarkId). */
readonly id?: string;
/** The filter name. */
Expand Down Expand Up @@ -499,7 +499,7 @@ type FilterListItem = {
readonly description?: string;
filterType?: FilterType;
filterV1_0?: FilterV10;
readonly filterVersion?: "filter-1.0";
readonly filterVersion?: "filter-1.0" | "filter-2.0";
/** The filter ID (bookmarkId) */
readonly id?: string;
/** The filter name. */
Expand All @@ -515,7 +515,7 @@ type FilterRequest = {
description?: string;
filterType: FilterType;
filterV1_0?: FilterV10;
filterVersion: "filter-1.0";
filterVersion: "filter-1.0" | "filter-2.0";
/** The filter name. */
name: string;
/** The user that owns the filter, if missing the same as the request user. */
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/apps.ts
var createApp = async (body, options) => invokeFetch("apps", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/audits.ts
var getAudits = async (query, options) => invokeFetch("audits", {
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/K7OE4EVW.js";
import "./chunks/OM55UI47.js";
} from "./chunks/JK564JXC.js";
import "./chunks/54UDXFVD.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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/automations.ts
var getAutomations = async (query, options) => invokeFetch("automations", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/brands.ts
var getBrands = async (query, options) => invokeFetch("brands", {
Expand Down
2 changes: 1 addition & 1 deletion chunks/6ZU5SVSZ.js → chunks/3IA4SDJA.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getQixRuntimeModule
} from "./OM55UI47.js";
} from "./54UDXFVD.js";

// src/public/qix.ts
function openAppSession(appSessionProps) {
Expand Down
2 changes: 1 addition & 1 deletion chunks/OM55UI47.js → chunks/54UDXFVD.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function getAuthRuntimeModule(hostConfig) {
async function getQixRuntimeModule(hostConfig) {
await getAuthRuntimeModule(hostConfig);
const isNode = !!globalThis.process?.argv;
return isNode ? import("./NIJVIOVX.js") : import("./GEU5U7Z5.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig));
return isNode ? import("./DD5UK3PZ.js") : import("./GEU5U7Z5.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig));
}
async function getInvokeFetchRuntimeModule(hostConfig) {
await getAuthRuntimeModule(hostConfig);
Expand Down
2 changes: 1 addition & 1 deletion chunks/NIJVIOVX.js → chunks/DD5UK3PZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function listenForWindowsAuthenticationInformation(session) {
return authSuggestedInWebsocket;
}
async function createAndSetupEnigmaSession(props, canRetry) {
const { createEnigmaSession } = await import("./3QGTKIWR.js");
const { createEnigmaSession } = await import("./QGXPKKG2.js");
const session = await createEnigmaSession(props);
setupSessionListeners(session, props);
let global;
Expand Down
2 changes: 1 addition & 1 deletion chunks/K7OE4EVW.js → chunks/JK564JXC.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getAuthRuntimeModule
} from "./OM55UI47.js";
} from "./54UDXFVD.js";

// src/public/auth.ts
function registerAuthModule(name, authModule) {
Expand Down
3 changes: 2 additions & 1 deletion chunks/3QGTKIWR.js → chunks/QGXPKKG2.js
Original file line number Diff line number Diff line change
Expand Up @@ -10115,7 +10115,8 @@ var sheetListProps2 = {
cells: "/cells",
rank: "/rank",
columns: "/columns",
rows: "/rows"
rows: "/rows",
groupId: "/groupId"
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion chunks/3M4WLVKJ.js → chunks/W3BAQSQ7.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
getInvokeFetchRuntimeModule
} from "./OM55UI47.js";
} from "./54UDXFVD.js";

// src/public/invoke-fetch.ts
async function invokeFetch(api, props) {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/collections.ts
var getCollections = async (query, options) => invokeFetch("collections", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/csp-origins.ts
var getCSPEntries = async (query, options) => invokeFetch("csp-origins", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/data-assets.ts
var deleteDataAssets = async (body, options) => invokeFetch("data-assets", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/data-connections.ts
var getDataConnections = async (query, options) => invokeFetch("data-connections", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/data-credentials.ts
var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/data-files.ts
var getDataFiles = async (query, options) => invokeFetch("data-files", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/extensions.ts
var getExtensions = async (options) => invokeFetch("extensions", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/glossaries.ts
var getGlossaries = async (query, options) => invokeFetch("glossaries", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/groups.ts
var getGroups = async (query, options) => invokeFetch("groups", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/identity-providers.ts
var getIdps = async (query, options) => invokeFetch("identity-providers", {
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 {
auth_default
} from "./chunks/K7OE4EVW.js";
} from "./chunks/JK564JXC.js";
import {
qix_default
} from "./chunks/6ZU5SVSZ.js";
} from "./chunks/3IA4SDJA.js";
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
var methodAbbreviations = {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/items.ts
var getItems = async (query, options) => invokeFetch("items", {
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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/licenses.ts
var getLicenseAssignments = async (query, options) => invokeFetch("licenses", {
Expand Down
2 changes: 1 addition & 1 deletion qix.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './global.types-CMQsAHYd.js';
import { H as HostConfig } from './auth-types-Bqw3vbLs.js';

declare const QIX_SCHEMA_VERSION = "12.2042.0";
declare const QIX_SCHEMA_VERSION = "12.2057.0";
type AlfaNumString = {
/**
* Calculated value.
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/6ZU5SVSZ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/3IA4SDJA.js";
import "./chunks/54UDXFVD.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/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/quotas.ts
var getQuotas = async (query, options) => invokeFetch("quotas", {
Expand Down
4 changes: 2 additions & 2 deletions reload-tasks.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/reload-tasks.ts
var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", {
Expand Down
4 changes: 4 additions & 0 deletions reloads.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ type Reload = {
endTime?: string;
/** The timestamp returned from the Sense engine upon successful reload. */
engineTime?: string;
/** The error code when the status is FAILED. */
errorCode?: string;
/** The error message when the status is FAILED. */
errorMessage?: string;
/** The ID of the reload. */
id: string;
links?: ReloadLinks;
Expand Down
4 changes: 2 additions & 2 deletions reloads.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/reloads.ts
var getReloads = async (query, options) => invokeFetch("reloads", {
Expand Down
4 changes: 2 additions & 2 deletions roles.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/roles.ts
var getRoles = async (query, options) => invokeFetch("roles", {
Expand Down
4 changes: 2 additions & 2 deletions spaces.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/spaces.ts
var getSpaces = async (query, options) => invokeFetch("spaces", {
Expand Down
4 changes: 2 additions & 2 deletions temp-contents.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
clearApiCache,
invokeFetch
} from "./chunks/3M4WLVKJ.js";
import "./chunks/OM55UI47.js";
} from "./chunks/W3BAQSQ7.js";
import "./chunks/54UDXFVD.js";

// src/public/rest/temp-contents.ts
var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", {
Expand Down
Loading

0 comments on commit 323beac

Please sign in to comment.