@qlik/api 1.29.0 → 1.31.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.d.ts +2 -2
- package/api-keys.js +2 -2
- package/apps.d.ts +5 -13
- package/apps.js +2 -2
- package/audits.d.ts +2 -2
- package/audits.js +2 -2
- package/{auth-types-PkN9CAF_.d.ts → auth-types-DqfMuSRX.d.ts} +1 -0
- package/auth.d.ts +27 -3
- package/auth.js +8 -4
- package/automations.d.ts +38 -38
- package/automations.js +2 -2
- package/brands.d.ts +2 -2
- package/brands.js +2 -2
- package/chunks/{2BRBIRM2.js → 6ZONDHRN.js} +1 -1
- package/chunks/{2B7YWDQC.js → DLKLPD7T.js} +3 -3
- package/chunks/ETNHFALU.js +61 -0
- package/chunks/{NBW6PHZU.js → FKDGGR2O.js} +158 -45
- package/chunks/{KYCIMQ4L.js → GUU3KZGK.js} +11 -1
- package/chunks/{5XNSGPGZ.js → KBSD75QL.js} +1 -1
- package/chunks/{4D5NADHK.js → LY7RP2HA.js} +7 -3
- package/chunks/{QOOCP2TS.js → M64RLKVG.js} +2074 -12
- package/chunks/{5MRIMVKS.js → PLVPW5IR.js} +17 -20
- package/chunks/{MGXEGSJC.js → UZTIZ4H5.js} +392 -372
- package/chunks/{WQYEWU54.js → YKZ2QYHN.js} +2 -2
- package/collections.d.ts +3 -3
- package/collections.js +2 -2
- package/csp-origins.d.ts +2 -2
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +2 -2
- package/data-assets.js +2 -2
- package/data-connections.d.ts +8 -8
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +2 -2
- package/data-credentials.js +2 -2
- package/data-files.d.ts +2 -2
- package/data-files.js +2 -2
- package/docs/authentication.md +47 -0
- package/extensions.d.ts +2 -2
- package/extensions.js +2 -2
- package/glossaries.d.ts +22 -15
- package/glossaries.js +2 -2
- package/groups.d.ts +5 -4
- package/groups.js +2 -2
- package/identity-providers.d.ts +2 -2
- package/identity-providers.js +2 -2
- package/index.d.ts +10 -4
- package/index.js +29 -4
- package/interceptors.d.ts +2 -2
- package/{invoke-fetch-types-BXn-uSF5.d.ts → invoke-fetch-types-Cq7bjkqn.d.ts} +10 -2
- package/items.d.ts +3 -3
- package/items.js +2 -2
- package/licenses.d.ts +5 -2
- package/licenses.js +2 -2
- package/oauth-clients.d.ts +521 -0
- package/oauth-clients.js +112 -0
- package/package.json +4 -2
- package/qix.d.ts +422 -27
- package/qix.js +2 -2
- package/quotas.d.ts +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +4 -2
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +6 -2
- package/reloads.js +2 -2
- package/reports.d.ts +4 -2
- package/reports.js +2 -2
- package/roles.d.ts +14 -4
- package/roles.js +2 -2
- package/spaces.d.ts +3 -7
- package/spaces.js +2 -2
- package/temp-contents.d.ts +2 -2
- package/temp-contents.js +2 -2
- package/tenants.d.ts +2 -2
- package/tenants.js +2 -2
- package/themes.d.ts +2 -2
- package/themes.js +2 -2
- package/transports.d.ts +2 -2
- package/transports.js +2 -2
- package/users.d.ts +2 -2
- package/users.js +2 -2
- package/web-integrations.d.ts +2 -2
- package/web-integrations.js +2 -2
- package/web-notifications.d.ts +2 -2
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +2 -2
- package/webhooks.js +2 -2
package/qix.js
CHANGED
package/quotas.d.ts
CHANGED
package/quotas.js
CHANGED
package/reload-tasks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
type Error = {
|
|
5
5
|
code: string;
|
|
@@ -118,6 +118,8 @@ type GetReloadTasksHttpResponse = {
|
|
|
118
118
|
data: Tasks;
|
|
119
119
|
headers: Headers;
|
|
120
120
|
status: 200;
|
|
121
|
+
prev?: (options?: ApiCallOptions) => Promise<GetReloadTasksHttpResponse>;
|
|
122
|
+
next?: (options?: ApiCallOptions) => Promise<GetReloadTasksHttpResponse>;
|
|
121
123
|
};
|
|
122
124
|
type GetReloadTasksHttpError = {
|
|
123
125
|
data: Errors;
|
package/reload-tasks.js
CHANGED
package/reloads.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
type Error = {
|
|
5
5
|
/** The error code is in form of 'RELOADS-xxx'. ranges from 'RELOADS-001' to 'RELOADS-013'. */
|
|
@@ -75,6 +75,8 @@ type ReloadRequest = {
|
|
|
75
75
|
appId: string;
|
|
76
76
|
/** The boolean value used to present the reload is partial or not */
|
|
77
77
|
partial?: boolean;
|
|
78
|
+
/** The variables to be used in the load script. */
|
|
79
|
+
variables?: Record<string, string>;
|
|
78
80
|
};
|
|
79
81
|
type Reloads = {
|
|
80
82
|
data: Reload[];
|
|
@@ -138,6 +140,8 @@ type GetReloadsHttpResponse = {
|
|
|
138
140
|
data: Reloads;
|
|
139
141
|
headers: Headers;
|
|
140
142
|
status: 200;
|
|
143
|
+
prev?: (options?: ApiCallOptions) => Promise<GetReloadsHttpResponse>;
|
|
144
|
+
next?: (options?: ApiCallOptions) => Promise<GetReloadsHttpResponse>;
|
|
141
145
|
};
|
|
142
146
|
type GetReloadsHttpError = {
|
|
143
147
|
data: Errors;
|
package/reloads.js
CHANGED
package/reports.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Error in resource handling
|
|
@@ -471,6 +471,7 @@ type ReportRequest = {
|
|
|
471
471
|
* - sense-sheet-1.0 requires senseSheetTemplate to be set
|
|
472
472
|
* - sense-data-1.0 requires senseDataTemplate to be set
|
|
473
473
|
* - sense-pixel-perfect-template-1.0 requires sensePixelPerfectTemplate to be set
|
|
474
|
+
* - sense-html-template-1.0 requires senseHtmlTemplate to be set
|
|
474
475
|
*
|
|
475
476
|
* Each template type supports specific output types:
|
|
476
477
|
* - composition-1.0 supports pdfcomposition and pptxcomposition output type
|
|
@@ -479,6 +480,7 @@ type ReportRequest = {
|
|
|
479
480
|
* - sense-sheet-1.0 supports pdf, pptx output type
|
|
480
481
|
* - sense-data-1.0 supports xlsx output type
|
|
481
482
|
* - sense-pixel-perfect-template-1.0 supports pdf output types
|
|
483
|
+
* - sense-html-template-1.0 supports html output types
|
|
482
484
|
*
|
|
483
485
|
* Each output type requires a specific output to be provided:
|
|
484
486
|
* - pdfcomposition requires pdfCompositionOutput to be set
|
package/reports.js
CHANGED
package/roles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
type CreateRole = {
|
|
5
5
|
/** Selection of scopes to assign to role */
|
|
@@ -77,8 +77,8 @@ type ListRolesResult = {
|
|
|
77
77
|
* A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902.
|
|
78
78
|
*/
|
|
79
79
|
type PatchRole = {
|
|
80
|
-
op: "replace";
|
|
81
|
-
path: "/name" | "/description" | "/assignedScopes";
|
|
80
|
+
op: "replace" | "add" | "remove-value";
|
|
81
|
+
path: "/name" | "/description" | "/assignedScopes" | "/assignedScopes/-";
|
|
82
82
|
value: string | string[];
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -98,6 +98,16 @@ type PatchRole = {
|
|
|
98
98
|
* ]
|
|
99
99
|
* },
|
|
100
100
|
* {
|
|
101
|
+
* op: "add",
|
|
102
|
+
* path: "/assignedScopes/-",
|
|
103
|
+
* value: "knowledgebase"
|
|
104
|
+
* },
|
|
105
|
+
* {
|
|
106
|
+
* op: "remove-value",
|
|
107
|
+
* path: "/assignedScopes",
|
|
108
|
+
* value: "knowledgebase"
|
|
109
|
+
* },
|
|
110
|
+
* {
|
|
101
111
|
* op: "replace",
|
|
102
112
|
* path: "/description",
|
|
103
113
|
* value: "My custom role description"
|
package/roles.js
CHANGED
package/spaces.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The supported actions for user-created spaces.
|
|
@@ -170,10 +170,6 @@ type SharePatch = {
|
|
|
170
170
|
*/
|
|
171
171
|
type ShareRoleType = unknown;
|
|
172
172
|
type ShareType = "user" | "group" | "link";
|
|
173
|
-
/**
|
|
174
|
-
* The supported roles for Shared spaces.
|
|
175
|
-
*/
|
|
176
|
-
type SharedSpaceRoleType = "facilitator" | "consumer" | "producer" | "dataconsumer" | "codeveloper";
|
|
177
173
|
type Shares = {
|
|
178
174
|
data?: Share[];
|
|
179
175
|
readonly links?: {
|
|
@@ -782,4 +778,4 @@ interface SpacesAPI {
|
|
|
782
778
|
*/
|
|
783
779
|
declare const spacesExport: SpacesAPI;
|
|
784
780
|
|
|
785
|
-
export { type ActionName, type Assignment, type AssignmentCreate, type AssignmentType, type AssignmentUpdate, type Assignments, type CreateSpaceAssignmentHttpError, type CreateSpaceAssignmentHttpResponse, type CreateSpaceHttpError, type CreateSpaceHttpResponse, type CreateSpaceShareHttpError, type CreateSpaceShareHttpResponse, type DeleteSpaceAssignmentHttpError, type DeleteSpaceAssignmentHttpResponse, type DeleteSpaceHttpError, type DeleteSpaceHttpResponse, type DeleteSpaceShareHttpError, type DeleteSpaceShareHttpResponse, type Error, type Errors, type GetSpaceAssignmentHttpError, type GetSpaceAssignmentHttpResponse, type GetSpaceAssignmentsHttpError, type GetSpaceAssignmentsHttpResponse, type GetSpaceHttpError, type GetSpaceHttpResponse, type GetSpaceShareHttpError, type GetSpaceShareHttpResponse, type GetSpaceSharesHttpError, type GetSpaceSharesHttpResponse, type GetSpaceTypesHttpError, type GetSpaceTypesHttpResponse, type GetSpacesHttpError, type GetSpacesHttpResponse, type Link, type PatchShareHttpError, type PatchShareHttpResponse, type PatchSpaceHttpError, type PatchSpaceHttpResponse, type RoleType, type Share, type ShareCreate, type SharePatch, type ShareRoleType, type ShareType, type
|
|
781
|
+
export { type ActionName, type Assignment, type AssignmentCreate, type AssignmentType, type AssignmentUpdate, type Assignments, type CreateSpaceAssignmentHttpError, type CreateSpaceAssignmentHttpResponse, type CreateSpaceHttpError, type CreateSpaceHttpResponse, type CreateSpaceShareHttpError, type CreateSpaceShareHttpResponse, type DeleteSpaceAssignmentHttpError, type DeleteSpaceAssignmentHttpResponse, type DeleteSpaceHttpError, type DeleteSpaceHttpResponse, type DeleteSpaceShareHttpError, type DeleteSpaceShareHttpResponse, type Error, type Errors, type GetSpaceAssignmentHttpError, type GetSpaceAssignmentHttpResponse, type GetSpaceAssignmentsHttpError, type GetSpaceAssignmentsHttpResponse, type GetSpaceHttpError, type GetSpaceHttpResponse, type GetSpaceShareHttpError, type GetSpaceShareHttpResponse, type GetSpaceSharesHttpError, type GetSpaceSharesHttpResponse, type GetSpaceTypesHttpError, type GetSpaceTypesHttpResponse, type GetSpacesHttpError, type GetSpacesHttpResponse, type Link, type PatchShareHttpError, type PatchShareHttpResponse, type PatchSpaceHttpError, type PatchSpaceHttpResponse, type RoleType, type Share, type ShareCreate, type SharePatch, type ShareRoleType, type ShareType, type Shares, type Space, type SpaceCreate, type SpacePatch, type SpaceType, type SpaceTypes, type SpaceUpdate, type Spaces, type SpacesAPI, type UpdateSpaceAssignmentHttpError, type UpdateSpaceAssignmentHttpResponse, type UpdateSpaceHttpError, type UpdateSpaceHttpResponse, clearCache, createSpace, createSpaceAssignment, createSpaceShare, spacesExport as default, deleteSpace, deleteSpaceAssignment, deleteSpaceShare, getSpace, getSpaceAssignment, getSpaceAssignments, getSpaceShare, getSpaceShares, getSpaceTypes, getSpaces, patchShare, patchSpace, updateSpace, updateSpaceAssignment };
|
package/spaces.js
CHANGED
package/temp-contents.d.ts
CHANGED
package/temp-contents.js
CHANGED
package/tenants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An error object describing the error.
|
package/tenants.js
CHANGED
package/themes.d.ts
CHANGED
package/themes.js
CHANGED
package/transports.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
type DeleteConfigNotFoundError = {
|
|
5
5
|
errors?: {
|
package/transports.js
CHANGED
package/users.d.ts
CHANGED
package/users.js
CHANGED
package/web-integrations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An error object describing the error.
|
package/web-integrations.js
CHANGED
package/web-notifications.d.ts
CHANGED
package/web-notifications.js
CHANGED
package/webhooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
|
|
2
|
+
import './auth-types-DqfMuSRX.js';
|
|
3
3
|
|
|
4
4
|
type Delivery = {
|
|
5
5
|
/** The name of the triggering event-type */
|
package/webhooks.js
CHANGED