@qlik/api 1.13.0 → 1.15.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 +2 -2
- package/apps.js +2 -2
- package/audits.d.ts +2 -2
- package/audits.js +2 -2
- package/{auth-types-Bqw3vbLs.d.ts → auth-types-BU5EGt_9.d.ts} +1 -0
- package/auth.d.ts +2 -2
- package/auth.js +2 -2
- package/automations.d.ts +2 -2
- package/automations.js +2 -2
- package/brands.d.ts +2 -2
- package/brands.js +2 -2
- package/chunks/{5T2SBCJG.js → BOSBVTSJ.js} +9 -3
- package/chunks/{HACHQCYI.js → DVK2JJ2J.js} +2 -2
- package/chunks/{IOUD76RB.js → J76NVE2J.js} +1 -1
- package/chunks/{JIAZ5W7Y.js → LEILCZC6.js} +1 -1
- package/chunks/{RN5AUIPP.js → N6IB3ZM5.js} +415 -257
- package/chunks/{LIPAU4N5.js → OQWVV26L.js} +1 -3
- package/chunks/{ADP23C4M.js → TBHMVTOT.js} +1 -1
- package/chunks/{5V4BMSM2.js → V2I3BC7K.js} +2 -2
- package/chunks/{NWOESCMR.js → W5IUOFYL.js} +1 -1
- package/chunks/{CNQQPV5L.js → ZWPUDPMY.js} +1 -1
- package/collections.d.ts +2 -2
- package/collections.js +2 -2
- package/csp-origins.d.ts +2 -2
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +4 -2
- package/data-assets.js +2 -2
- package/data-connections.d.ts +9 -9
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +7 -7
- package/data-credentials.js +2 -2
- package/data-files.d.ts +2 -2
- package/data-files.js +2 -2
- package/extensions.d.ts +2 -2
- package/extensions.js +2 -2
- package/{global.types-Xt6XzwlN.d.ts → global.types-z1p6A9D-.d.ts} +12 -1
- package/glossaries.d.ts +4 -2
- package/glossaries.js +2 -2
- package/groups.d.ts +2 -2
- package/groups.js +2 -2
- package/identity-providers.d.ts +2 -2
- package/identity-providers.js +2 -2
- package/index.d.ts +2 -2
- package/index.js +4 -4
- package/items.d.ts +2 -2
- package/items.js +2 -2
- package/licenses.d.ts +2 -2
- package/licenses.js +2 -2
- package/package.json +2 -2
- package/qix.d.ts +94 -65
- package/qix.js +2 -2
- package/quotas.d.ts +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +2 -2
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +2 -2
- package/reloads.js +2 -2
- package/reports.d.ts +32 -8
- package/reports.js +2 -2
- package/roles.d.ts +2 -2
- package/roles.js +2 -2
- package/spaces.d.ts +2 -2
- 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 +4 -2
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +6 -4
- package/webhooks.js +2 -2
package/temp-contents.js
CHANGED
package/tenants.d.ts
CHANGED
package/tenants.js
CHANGED
package/themes.d.ts
CHANGED
package/themes.js
CHANGED
package/transports.d.ts
CHANGED
package/transports.js
CHANGED
package/users.d.ts
CHANGED
package/users.js
CHANGED
package/web-integrations.d.ts
CHANGED
package/web-integrations.js
CHANGED
package/web-notifications.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
|
|
2
|
+
import './auth-types-BU5EGt_9.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An error object.
|
|
@@ -92,6 +92,8 @@ declare const getNotifications: (query: {
|
|
|
92
92
|
page?: number;
|
|
93
93
|
/** Read status of the notification */
|
|
94
94
|
read?: boolean;
|
|
95
|
+
/** Filter by resource types. If passing more than 1 resource type, use comma seperated string. */
|
|
96
|
+
resourceType?: string;
|
|
95
97
|
/** The field to sort by, with +/- prefix indicating sort order */
|
|
96
98
|
sort?: "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt";
|
|
97
99
|
}, options?: ApiCallOptions) => Promise<GetNotificationsHttpResponse>;
|
package/web-notifications.js
CHANGED
package/webhooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
|
|
2
|
+
import './auth-types-BU5EGt_9.js';
|
|
3
3
|
|
|
4
4
|
type Delivery = {
|
|
5
5
|
/** The name of the triggering event-type */
|
|
@@ -150,8 +150,8 @@ declare const getWebhooks: (query: {
|
|
|
150
150
|
createdByUserId?: string;
|
|
151
151
|
/** Filter resources by enabled true/false */
|
|
152
152
|
enabled?: boolean;
|
|
153
|
-
/** Filter resources by event-type */
|
|
154
|
-
|
|
153
|
+
/** Filter resources by event-type/types, a single webhook item can have multiple event-types */
|
|
154
|
+
eventTypes?: string;
|
|
155
155
|
/** Filter resources by level that user has access to (either user or level) */
|
|
156
156
|
level?: string;
|
|
157
157
|
/** Maximum number of webhooks to retrieve */
|
|
@@ -160,6 +160,8 @@ declare const getWebhooks: (query: {
|
|
|
160
160
|
name?: string;
|
|
161
161
|
/** Cursor to the next page */
|
|
162
162
|
next?: string;
|
|
163
|
+
/** Filter resources by origins, supports multiorigin */
|
|
164
|
+
origins?: "api" | "automations" | "management-console";
|
|
163
165
|
/** Filter resources by user that owns it, only applicable for user level webhooks */
|
|
164
166
|
ownerId?: string;
|
|
165
167
|
/** Cursor to previous next page */
|
package/webhooks.js
CHANGED