@qlik/api 1.30.0 → 1.32.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.
Files changed (138) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +4 -2
  4. package/apps.js +2 -2
  5. package/assistants.d.ts +1301 -0
  6. package/assistants.js +273 -0
  7. package/audits.d.ts +2 -2
  8. package/audits.js +2 -2
  9. package/{auth-types-PkN9CAF_.d.ts → auth-types-DqfMuSRX.d.ts} +1 -0
  10. package/auth.d.ts +27 -3
  11. package/auth.js +8 -4
  12. package/automation-connections.d.ts +366 -0
  13. package/automation-connections.js +91 -0
  14. package/automations.d.ts +2 -2
  15. package/automations.js +2 -2
  16. package/automl-deployments.d.ts +97 -0
  17. package/automl-deployments.js +27 -0
  18. package/automl-predictions.d.ts +214 -0
  19. package/automl-predictions.js +72 -0
  20. package/brands.d.ts +2 -2
  21. package/brands.js +2 -2
  22. package/chunks/{JIX6RMFP.js → 6ZONDHRN.js} +1 -1
  23. package/chunks/ETNHFALU.js +61 -0
  24. package/chunks/{G6QUM5WQ.js → FKDGGR2O.js} +137 -45
  25. package/chunks/{TXC5XORK.js → LTNGXTXG.js} +3 -3
  26. package/chunks/{OTTC4QSX.js → LY7RP2HA.js} +7 -3
  27. package/chunks/{FKCZFVJL.js → M64RLKVG.js} +2074 -12
  28. package/chunks/{F5UDCCRD.js → PLVPW5IR.js} +1 -1
  29. package/chunks/{QK4TMJ64.js → RCLKKVYB.js} +11 -1
  30. package/chunks/{QWQLGDMI.js → UZTIZ4H5.js} +392 -372
  31. package/chunks/{PTDXR7AY.js → VVD2DPKQ.js} +2 -2
  32. package/chunks/{IQBP2PKS.js → YTT2FEVE.js} +1 -1
  33. package/collections.d.ts +3 -3
  34. package/collections.js +2 -2
  35. package/conditions.d.ts +662 -0
  36. package/conditions.js +113 -0
  37. package/consumption.d.ts +182 -0
  38. package/consumption.js +24 -0
  39. package/csp-origins.d.ts +2 -2
  40. package/csp-origins.js +2 -2
  41. package/csrf-token.d.ts +62 -0
  42. package/csrf-token.js +23 -0
  43. package/data-alerts.d.ts +1004 -0
  44. package/data-alerts.js +155 -0
  45. package/data-assets.d.ts +2 -2
  46. package/data-assets.js +2 -2
  47. package/data-connections.d.ts +7 -7
  48. package/data-connections.js +2 -2
  49. package/data-credentials.d.ts +2 -2
  50. package/data-credentials.js +2 -2
  51. package/data-files.d.ts +2 -2
  52. package/data-files.js +2 -2
  53. package/data-qualities.d.ts +175 -0
  54. package/data-qualities.js +44 -0
  55. package/data-sets.d.ts +424 -0
  56. package/data-sets.js +75 -0
  57. package/data-sources.d.ts +268 -0
  58. package/data-sources.js +39 -0
  59. package/data-stores.d.ts +537 -0
  60. package/data-stores.js +108 -0
  61. package/dcaas.d.ts +192 -0
  62. package/dcaas.js +39 -0
  63. package/di-projects.d.ts +673 -0
  64. package/di-projects.js +164 -0
  65. package/docs/authentication.md +47 -0
  66. package/encryption.d.ts +370 -0
  67. package/encryption.js +98 -0
  68. package/extensions.d.ts +2 -2
  69. package/extensions.js +2 -2
  70. package/glossaries.d.ts +2 -2
  71. package/glossaries.js +2 -2
  72. package/groups.d.ts +5 -4
  73. package/groups.js +2 -2
  74. package/identity-providers.d.ts +2 -2
  75. package/identity-providers.js +2 -2
  76. package/index.d.ts +110 -4
  77. package/index.js +556 -4
  78. package/interceptors.d.ts +2 -2
  79. package/{invoke-fetch-types-BXn-uSF5.d.ts → invoke-fetch-types-Cq7bjkqn.d.ts} +10 -2
  80. package/items.d.ts +3 -3
  81. package/items.js +2 -2
  82. package/knowledgebases.d.ts +890 -0
  83. package/knowledgebases.js +169 -0
  84. package/licenses.d.ts +6 -3
  85. package/licenses.js +2 -2
  86. package/lineage-graphs.d.ts +712 -0
  87. package/lineage-graphs.js +92 -0
  88. package/ml.d.ts +2628 -0
  89. package/ml.js +384 -0
  90. package/notes.d.ts +110 -0
  91. package/notes.js +31 -0
  92. package/notifications.d.ts +98 -0
  93. package/notifications.js +24 -0
  94. package/oauth-clients.d.ts +7 -2
  95. package/oauth-clients.js +2 -2
  96. package/oauth-tokens.d.ts +126 -0
  97. package/oauth-tokens.js +31 -0
  98. package/package.json +29 -2
  99. package/qix.d.ts +421 -26
  100. package/qix.js +2 -2
  101. package/questions.d.ts +364 -0
  102. package/questions.js +34 -0
  103. package/quotas.d.ts +2 -2
  104. package/quotas.js +2 -2
  105. package/reload-tasks.d.ts +4 -2
  106. package/reload-tasks.js +2 -2
  107. package/reloads.d.ts +4 -2
  108. package/reloads.js +2 -2
  109. package/report-templates.d.ts +287 -0
  110. package/report-templates.js +80 -0
  111. package/reports.d.ts +2 -2
  112. package/reports.js +2 -2
  113. package/roles.d.ts +2 -2
  114. package/roles.js +2 -2
  115. package/sharing-tasks.d.ts +952 -0
  116. package/sharing-tasks.js +105 -0
  117. package/spaces.d.ts +3 -7
  118. package/spaces.js +2 -2
  119. package/tasks.d.ts +564 -0
  120. package/tasks.js +106 -0
  121. package/temp-contents.d.ts +2 -2
  122. package/temp-contents.js +2 -2
  123. package/tenants.d.ts +2 -2
  124. package/tenants.js +2 -2
  125. package/themes.d.ts +2 -2
  126. package/themes.js +2 -2
  127. package/transports.d.ts +2 -2
  128. package/transports.js +2 -2
  129. package/ui-config.d.ts +274 -0
  130. package/ui-config.js +77 -0
  131. package/users.d.ts +2 -2
  132. package/users.js +2 -2
  133. package/web-integrations.d.ts +2 -2
  134. package/web-integrations.js +2 -2
  135. package/web-notifications.d.ts +2 -2
  136. package/web-notifications.js +2 -2
  137. package/webhooks.d.ts +2 -2
  138. package/webhooks.js +2 -2
package/extensions.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/extensions.ts
package/glossaries.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  /**
5
5
  * A JSON Patch document as defined in https://tools.ietf.org/html/rfc6902.
package/glossaries.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  /**
5
5
  * An array of role references. Visibility dependant on access level. Must have access to roles to view other users' assigned roles.
@@ -189,8 +189,9 @@ type GroupSettings = {
189
189
  href: string;
190
190
  };
191
191
  };
192
- /** Determines if groups should be created on login. */
193
- syncIdpGroups: boolean;
192
+ /** @deprecated
193
+ * Determines if groups should be created on login. */
194
+ syncIdpGroups?: boolean;
194
195
  systemGroups?: {
195
196
  "000000000000000000000001"?: {
196
197
  /** An array of role references. Visibility dependant on access level. Must have access to roles to view other users' assigned roles. */
package/groups.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/groups.ts
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  type BaseIDP = {
5
5
  /** Indicates whether the IdP is available for use. */
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
package/index.d.ts CHANGED
@@ -1,57 +1,100 @@
1
1
  import { InterceptorsAPI, createInterceptors } from './interceptors.js';
2
- import { AuthAPI, registerAuthModule, setDefaultHostConfig, getAccessToken } from './auth.js';
2
+ import { AuthAPI, registerAuthModule, setDefaultHostConfig, registerHostConfig, unregisterHostConfig, getAccessToken } from './auth.js';
3
3
  import { QixAPI } from './qix.js';
4
4
  import { ApiKeysAPI } from './api-keys.js';
5
5
  import { AppsAPI } from './apps.js';
6
+ import { AssistantsAPI } from './assistants.js';
6
7
  import { AuditsAPI } from './audits.js';
8
+ import { AutomationConnectionsAPI } from './automation-connections.js';
7
9
  import { AutomationsAPI } from './automations.js';
10
+ import { AutomlDeploymentsAPI } from './automl-deployments.js';
11
+ import { AutomlPredictionsAPI } from './automl-predictions.js';
8
12
  import { BrandsAPI } from './brands.js';
9
13
  import { CollectionsAPI } from './collections.js';
14
+ import { ConditionsAPI } from './conditions.js';
15
+ import { ConsumptionAPI } from './consumption.js';
10
16
  import { CspOriginsAPI } from './csp-origins.js';
17
+ import { CsrfTokenAPI } from './csrf-token.js';
18
+ import { DataAlertsAPI } from './data-alerts.js';
11
19
  import { DataAssetsAPI } from './data-assets.js';
12
20
  import { DataConnectionsAPI } from './data-connections.js';
13
21
  import { DataCredentialsAPI } from './data-credentials.js';
14
22
  import { DataFilesAPI } from './data-files.js';
23
+ import { DataQualitiesAPI } from './data-qualities.js';
24
+ import { DataSetsAPI } from './data-sets.js';
25
+ import { DataSourcesAPI } from './data-sources.js';
26
+ import { DataStoresAPI } from './data-stores.js';
27
+ import { DcaasAPI } from './dcaas.js';
28
+ import { DiProjectsAPI } from './di-projects.js';
29
+ import { EncryptionAPI } from './encryption.js';
15
30
  import { ExtensionsAPI } from './extensions.js';
16
31
  import { GlossariesAPI } from './glossaries.js';
17
32
  import { GroupsAPI } from './groups.js';
18
33
  import { IdentityProvidersAPI } from './identity-providers.js';
19
34
  import { ItemsAPI } from './items.js';
35
+ import { KnowledgebasesAPI } from './knowledgebases.js';
20
36
  import { LicensesAPI } from './licenses.js';
37
+ import { LineageGraphsAPI } from './lineage-graphs.js';
38
+ import { MlAPI } from './ml.js';
39
+ import { NotesAPI } from './notes.js';
40
+ import { NotificationsAPI } from './notifications.js';
21
41
  import { OauthClientsAPI } from './oauth-clients.js';
42
+ import { OauthTokensAPI } from './oauth-tokens.js';
43
+ import { QuestionsAPI } from './questions.js';
22
44
  import { QuotasAPI } from './quotas.js';
23
45
  import { ReloadTasksAPI } from './reload-tasks.js';
24
46
  import { ReloadsAPI } from './reloads.js';
47
+ import { ReportTemplatesAPI } from './report-templates.js';
25
48
  import { ReportsAPI } from './reports.js';
26
49
  import { RolesAPI } from './roles.js';
50
+ import { SharingTasksAPI } from './sharing-tasks.js';
27
51
  import { SpacesAPI } from './spaces.js';
52
+ import { TasksAPI } from './tasks.js';
28
53
  import { TempContentsAPI } from './temp-contents.js';
29
54
  import { TenantsAPI } from './tenants.js';
30
55
  import { ThemesAPI } from './themes.js';
31
56
  import { TransportsAPI } from './transports.js';
57
+ import { UiConfigAPI } from './ui-config.js';
32
58
  import { UsersAPI } from './users.js';
33
59
  import { WebIntegrationsAPI } from './web-integrations.js';
34
60
  import { WebNotificationsAPI } from './web-notifications.js';
35
61
  import { WebhooksAPI } from './webhooks.js';
36
- import { H as HostConfig } from './auth-types-PkN9CAF_.js';
37
- import './invoke-fetch-types-BXn-uSF5.js';
62
+ import { H as HostConfig } from './auth-types-DqfMuSRX.js';
63
+ import './invoke-fetch-types-Cq7bjkqn.js';
38
64
 
39
65
  declare const apiKeys: ApiKeysAPI;
40
66
  declare const apps: AppsAPI;
67
+ declare const assistants: AssistantsAPI;
41
68
  declare const audits: AuditsAPI;
42
69
  declare const auth: {
43
70
  registerAuthModule: typeof registerAuthModule;
44
71
  setDefaultHostConfig: typeof setDefaultHostConfig;
72
+ registerHostConfig: typeof registerHostConfig;
73
+ unregisterHostConfig: typeof unregisterHostConfig;
45
74
  getAccessToken: typeof getAccessToken;
46
75
  };
76
+ declare const automationConnections: AutomationConnectionsAPI;
47
77
  declare const automations: AutomationsAPI;
78
+ declare const automlDeployments: AutomlDeploymentsAPI;
79
+ declare const automlPredictions: AutomlPredictionsAPI;
48
80
  declare const brands: BrandsAPI;
49
81
  declare const collections: CollectionsAPI;
82
+ declare const conditions: ConditionsAPI;
83
+ declare const consumption: ConsumptionAPI;
50
84
  declare const cspOrigins: CspOriginsAPI;
85
+ declare const csrfToken: CsrfTokenAPI;
86
+ declare const dataAlerts: DataAlertsAPI;
51
87
  declare const dataAssets: DataAssetsAPI;
52
88
  declare const dataConnections: DataConnectionsAPI;
53
89
  declare const dataCredentials: DataCredentialsAPI;
54
90
  declare const dataFiles: DataFilesAPI;
91
+ declare const dataQualities: DataQualitiesAPI;
92
+ declare const dataSets: DataSetsAPI;
93
+ declare const dataSources: DataSourcesAPI;
94
+ declare const dataStores: DataStoresAPI;
95
+ declare const dcaas: DcaasAPI;
96
+ declare const diProjects: DiProjectsAPI;
97
+ declare const encryption: EncryptionAPI;
55
98
  declare const extensions: ExtensionsAPI;
56
99
  declare const glossaries: GlossariesAPI;
57
100
  declare const groups: GroupsAPI;
@@ -60,21 +103,32 @@ declare const interceptors: InterceptorsAPI & {
60
103
  createInterceptors: typeof createInterceptors;
61
104
  };
62
105
  declare const items: ItemsAPI;
106
+ declare const knowledgebases: KnowledgebasesAPI;
63
107
  declare const licenses: LicensesAPI;
108
+ declare const lineageGraphs: LineageGraphsAPI;
109
+ declare const ml: MlAPI;
110
+ declare const notes: NotesAPI;
111
+ declare const notifications: NotificationsAPI;
64
112
  declare const oauthClients: OauthClientsAPI;
113
+ declare const oauthTokens: OauthTokensAPI;
65
114
  declare const qix: QixAPI & {
66
115
  withHostConfig: (hostConfig: HostConfig | undefined) => QixAPI;
67
116
  };
117
+ declare const questions: QuestionsAPI;
68
118
  declare const quotas: QuotasAPI;
69
119
  declare const reloadTasks: ReloadTasksAPI;
70
120
  declare const reloads: ReloadsAPI;
121
+ declare const reportTemplates: ReportTemplatesAPI;
71
122
  declare const reports: ReportsAPI;
72
123
  declare const roles: RolesAPI;
124
+ declare const sharingTasks: SharingTasksAPI;
73
125
  declare const spaces: SpacesAPI;
126
+ declare const tasks: TasksAPI;
74
127
  declare const tempContents: TempContentsAPI;
75
128
  declare const tenants: TenantsAPI;
76
129
  declare const themes: ThemesAPI;
77
130
  declare const transports: TransportsAPI;
131
+ declare const uiConfig: UiConfigAPI;
78
132
  declare const users: UsersAPI;
79
133
  declare const webIntegrations: WebIntegrationsAPI;
80
134
  declare const webNotifications: WebNotificationsAPI;
@@ -84,18 +138,34 @@ interface QlikAPI {
84
138
  apiKeys: ApiKeysAPI;
85
139
  /** Functions for the apps api */
86
140
  apps: AppsAPI;
141
+ /** Functions for the assistants api */
142
+ assistants: AssistantsAPI;
87
143
  /** Functions for the audits api */
88
144
  audits: AuditsAPI;
89
145
  /** Functions for the auth api */
90
146
  auth: AuthAPI;
147
+ /** Functions for the automationConnections api */
148
+ automationConnections: AutomationConnectionsAPI;
91
149
  /** Functions for the automations api */
92
150
  automations: AutomationsAPI;
151
+ /** Functions for the automlDeployments api */
152
+ automlDeployments: AutomlDeploymentsAPI;
153
+ /** Functions for the automlPredictions api */
154
+ automlPredictions: AutomlPredictionsAPI;
93
155
  /** Functions for the brands api */
94
156
  brands: BrandsAPI;
95
157
  /** Functions for the collections api */
96
158
  collections: CollectionsAPI;
159
+ /** Functions for the conditions api */
160
+ conditions: ConditionsAPI;
161
+ /** Functions for the consumption api */
162
+ consumption: ConsumptionAPI;
97
163
  /** Functions for the cspOrigins api */
98
164
  cspOrigins: CspOriginsAPI;
165
+ /** Functions for the csrfToken api */
166
+ csrfToken: CsrfTokenAPI;
167
+ /** Functions for the dataAlerts api */
168
+ dataAlerts: DataAlertsAPI;
99
169
  /** Functions for the dataAssets api */
100
170
  dataAssets: DataAssetsAPI;
101
171
  /** Functions for the dataConnections api */
@@ -104,6 +174,20 @@ interface QlikAPI {
104
174
  dataCredentials: DataCredentialsAPI;
105
175
  /** Functions for the dataFiles api */
106
176
  dataFiles: DataFilesAPI;
177
+ /** Functions for the dataQualities api */
178
+ dataQualities: DataQualitiesAPI;
179
+ /** Functions for the dataSets api */
180
+ dataSets: DataSetsAPI;
181
+ /** Functions for the dataSources api */
182
+ dataSources: DataSourcesAPI;
183
+ /** Functions for the dataStores api */
184
+ dataStores: DataStoresAPI;
185
+ /** Functions for the dcaas api */
186
+ dcaas: DcaasAPI;
187
+ /** Functions for the diProjects api */
188
+ diProjects: DiProjectsAPI;
189
+ /** Functions for the encryption api */
190
+ encryption: EncryptionAPI;
107
191
  /** Functions for the extensions api */
108
192
  extensions: ExtensionsAPI;
109
193
  /** Functions for the glossaries api */
@@ -116,24 +200,44 @@ interface QlikAPI {
116
200
  interceptors: InterceptorsAPI;
117
201
  /** Functions for the items api */
118
202
  items: ItemsAPI;
203
+ /** Functions for the knowledgebases api */
204
+ knowledgebases: KnowledgebasesAPI;
119
205
  /** Functions for the licenses api */
120
206
  licenses: LicensesAPI;
207
+ /** Functions for the lineageGraphs api */
208
+ lineageGraphs: LineageGraphsAPI;
209
+ /** Functions for the ml api */
210
+ ml: MlAPI;
211
+ /** Functions for the notes api */
212
+ notes: NotesAPI;
213
+ /** Functions for the notifications api */
214
+ notifications: NotificationsAPI;
121
215
  /** Functions for the oauthClients api */
122
216
  oauthClients: OauthClientsAPI;
217
+ /** Functions for the oauthTokens api */
218
+ oauthTokens: OauthTokensAPI;
123
219
  /** Functions for the qix api */
124
220
  qix: QixAPI;
221
+ /** Functions for the questions api */
222
+ questions: QuestionsAPI;
125
223
  /** Functions for the quotas api */
126
224
  quotas: QuotasAPI;
127
225
  /** Functions for the reloadTasks api */
128
226
  reloadTasks: ReloadTasksAPI;
129
227
  /** Functions for the reloads api */
130
228
  reloads: ReloadsAPI;
229
+ /** Functions for the reportTemplates api */
230
+ reportTemplates: ReportTemplatesAPI;
131
231
  /** Functions for the reports api */
132
232
  reports: ReportsAPI;
133
233
  /** Functions for the roles api */
134
234
  roles: RolesAPI;
235
+ /** Functions for the sharingTasks api */
236
+ sharingTasks: SharingTasksAPI;
135
237
  /** Functions for the spaces api */
136
238
  spaces: SpacesAPI;
239
+ /** Functions for the tasks api */
240
+ tasks: TasksAPI;
137
241
  /** Functions for the tempContents api */
138
242
  tempContents: TempContentsAPI;
139
243
  /** Functions for the tenants api */
@@ -142,6 +246,8 @@ interface QlikAPI {
142
246
  themes: ThemesAPI;
143
247
  /** Functions for the transports api */
144
248
  transports: TransportsAPI;
249
+ /** Functions for the uiConfig api */
250
+ uiConfig: UiConfigAPI;
145
251
  /** Functions for the users api */
146
252
  users: UsersAPI;
147
253
  /** Functions for the webIntegrations api */
@@ -162,4 +268,4 @@ declare const api: QlikAPI & {
162
268
  }) => QlikAPI;
163
269
  };
164
270
 
165
- export { type CreateQlikApiProps, type QlikAPI, apiKeys, apps, audits, auth, automations, brands, collections, createQlikApi, cspOrigins, dataAssets, dataConnections, dataCredentials, dataFiles, api as default, extensions, glossaries, groups, identityProviders, interceptors, items, licenses, oauthClients, qix, quotas, reloadTasks, reloads, reports, roles, spaces, tempContents, tenants, themes, transports, users, webIntegrations, webNotifications, webhooks };
271
+ export { type CreateQlikApiProps, type QlikAPI, apiKeys, apps, assistants, audits, auth, automationConnections, automations, automlDeployments, automlPredictions, brands, collections, conditions, consumption, createQlikApi, cspOrigins, csrfToken, dataAlerts, dataAssets, dataConnections, dataCredentials, dataFiles, dataQualities, dataSets, dataSources, dataStores, dcaas, api as default, diProjects, encryption, extensions, glossaries, groups, identityProviders, interceptors, items, knowledgebases, licenses, lineageGraphs, ml, notes, notifications, oauthClients, oauthTokens, qix, questions, quotas, reloadTasks, reloads, reportTemplates, reports, roles, sharingTasks, spaces, tasks, tempContents, tenants, themes, transports, uiConfig, users, webIntegrations, webNotifications, webhooks };