@qlik/api 2.3.1 → 2.4.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 (167) hide show
  1. package/analytics/change-stores.d.ts +40 -76
  2. package/analytics/change-stores.js +9 -10
  3. package/analytics.d.ts +1 -2
  4. package/analytics.js +5 -6
  5. package/api-keys.d.ts +46 -100
  6. package/api-keys.js +3 -4
  7. package/apps.d.ts +334 -461
  8. package/apps.js +74 -6
  9. package/assistants.d.ts +172 -337
  10. package/assistants.js +3 -4
  11. package/audits.d.ts +41 -85
  12. package/audits.js +3 -4
  13. package/auth-types.d.ts +110 -1
  14. package/auth-types.js +22 -1
  15. package/auth.d.ts +1 -2
  16. package/auth.js +1 -1
  17. package/automation-connections.d.ts +44 -95
  18. package/automation-connections.js +3 -4
  19. package/automation-connectors.d.ts +10 -20
  20. package/automation-connectors.js +3 -4
  21. package/automations.d.ts +54 -112
  22. package/automations.js +3 -4
  23. package/automl-deployments.d.ts +17 -36
  24. package/automl-deployments.js +3 -4
  25. package/automl-predictions.d.ts +12 -24
  26. package/automl-predictions.js +3 -4
  27. package/banners.d.ts +8 -14
  28. package/banners.js +3 -4
  29. package/brands.d.ts +19 -39
  30. package/brands.js +3 -4
  31. package/chunks/auth-B8lJw7rm.js +31 -0
  32. package/chunks/{interceptors-2VSXImC9.js → boot-interceptors-DqRxTczb.js} +50 -150
  33. package/chunks/{chunk-D3vHIbds.js → chunk-BdHzlgOL.js} +3 -3
  34. package/chunks/{invoke-fetch-CckTK7bh.js → invoke-fetch-DMAi6Fg3.js} +3 -3
  35. package/chunks/{invoke-fetch-D9lpiAb-.js → invoke-fetch-pMN6iqup.js} +2 -3
  36. package/chunks/platform-types-CECrZkOF.d.ts +29 -0
  37. package/chunks/{public-runtime-modules-BqxAMJ9M.js → public-runtime-modules-2KfyI2qM.js} +5 -5
  38. package/chunks/{qix-DpvHvpx7.js → qix-BdNrIA4s.js} +19 -20
  39. package/chunks/{qix-chunk-entrypoint-BXZPnE6J.js → qix-chunk-entrypoint-L9RpWwLK.js} +52 -58
  40. package/chunks/{qix-CrqXv44x.d.ts → qix-types-y_di0roE.d.ts} +33 -115
  41. package/collections.d.ts +67 -144
  42. package/collections.js +3 -4
  43. package/conditions.d.ts +87 -190
  44. package/conditions.js +3 -4
  45. package/consumption.d.ts +35 -72
  46. package/consumption.js +3 -4
  47. package/core/ip-policies.d.ts +43 -93
  48. package/core/ip-policies.js +5 -6
  49. package/core.d.ts +1 -2
  50. package/core.js +5 -6
  51. package/csp-origins.d.ts +42 -85
  52. package/csp-origins.js +3 -4
  53. package/csrf-token.d.ts +6 -11
  54. package/csrf-token.js +3 -4
  55. package/data-alerts.d.ts +152 -325
  56. package/data-alerts.js +3 -4
  57. package/data-assets.d.ts +16 -31
  58. package/data-assets.js +3 -4
  59. package/data-connections.d.ts +123 -257
  60. package/data-connections.js +3 -4
  61. package/data-credentials.d.ts +36 -76
  62. package/data-credentials.js +3 -4
  63. package/data-files.d.ts +60 -121
  64. package/data-files.js +3 -4
  65. package/data-governance/data-products.d.ts +429 -0
  66. package/data-governance/data-products.js +212 -0
  67. package/data-governance.d.ts +13 -0
  68. package/data-governance.js +12 -0
  69. package/data-qualities.d.ts +11 -25
  70. package/data-qualities.js +3 -4
  71. package/data-sets.d.ts +28 -57
  72. package/data-sets.js +3 -4
  73. package/data-sources.d.ts +45 -97
  74. package/data-sources.js +3 -4
  75. package/data-stores.d.ts +53 -107
  76. package/data-stores.js +3 -4
  77. package/dcaas.d.ts +32 -67
  78. package/dcaas.js +3 -4
  79. package/di-projects.d.ts +111 -136
  80. package/di-projects.js +25 -4
  81. package/direct-access-agents.d.ts +29 -63
  82. package/direct-access-agents.js +3 -4
  83. package/encryption.d.ts +28 -59
  84. package/encryption.js +3 -4
  85. package/extensions.d.ts +35 -73
  86. package/extensions.js +3 -4
  87. package/global-types.d.ts +139 -1
  88. package/glossaries.d.ts +75 -158
  89. package/glossaries.js +3 -4
  90. package/groups.d.ts +58 -125
  91. package/groups.js +3 -4
  92. package/identity-providers.d.ts +148 -324
  93. package/identity-providers.js +3 -4
  94. package/index.d.ts +18 -4
  95. package/index.js +64 -19
  96. package/interceptors.d.ts +2 -3
  97. package/interceptors.js +104 -2
  98. package/invoke-fetch-types.d.ts +97 -1
  99. package/items.d.ts +85 -181
  100. package/items.js +3 -4
  101. package/knowledgebases.d.ts +137 -270
  102. package/knowledgebases.js +3 -4
  103. package/licenses.d.ts +71 -153
  104. package/licenses.js +3 -4
  105. package/lineage-graphs.d.ts +39 -85
  106. package/lineage-graphs.js +3 -4
  107. package/ml.d.ts +290 -621
  108. package/ml.js +3 -4
  109. package/notes.d.ts +9 -18
  110. package/notes.js +3 -4
  111. package/notifications.d.ts +14 -30
  112. package/notifications.js +3 -4
  113. package/oauth-clients.d.ts +98 -159
  114. package/oauth-clients.js +4 -5
  115. package/oauth-tokens.d.ts +16 -33
  116. package/oauth-tokens.js +3 -4
  117. package/package.json +6 -3
  118. package/qix.d.ts +46 -2
  119. package/qix.js +2 -3
  120. package/questions.d.ts +53 -110
  121. package/questions.js +3 -4
  122. package/quotas.d.ts +13 -26
  123. package/quotas.js +3 -4
  124. package/reload-tasks.d.ts +23 -46
  125. package/reload-tasks.js +3 -4
  126. package/reloads.d.ts +26 -52
  127. package/reloads.js +3 -4
  128. package/report-templates.d.ts +30 -63
  129. package/report-templates.js +3 -4
  130. package/reports.d.ts +111 -238
  131. package/reports.js +3 -4
  132. package/roles.d.ts +36 -77
  133. package/roles.js +3 -4
  134. package/sharing-tasks.d.ts +201 -427
  135. package/sharing-tasks.js +3 -4
  136. package/spaces.d.ts +71 -157
  137. package/spaces.js +3 -4
  138. package/tasks.d.ts +76 -164
  139. package/tasks.js +3 -4
  140. package/temp-contents.d.ts +17 -35
  141. package/temp-contents.js +3 -4
  142. package/tenant-settings.d.ts +298 -0
  143. package/tenant-settings.js +107 -0
  144. package/tenants.d.ts +31 -67
  145. package/tenants.js +3 -4
  146. package/themes.d.ts +27 -55
  147. package/themes.js +3 -4
  148. package/transports.d.ts +46 -106
  149. package/transports.js +3 -4
  150. package/ui-config.d.ts +8 -17
  151. package/ui-config.js +3 -4
  152. package/users.d.ts +80 -170
  153. package/users.js +3 -4
  154. package/web-integrations.d.ts +38 -83
  155. package/web-integrations.js +3 -4
  156. package/web-notifications.d.ts +14 -29
  157. package/web-notifications.js +3 -4
  158. package/webhooks.d.ts +77 -162
  159. package/webhooks.js +3 -4
  160. package/chunks/auth-XusKk8IA.js +0 -32
  161. package/chunks/auth-types-YrlH_R9f.d.ts +0 -416
  162. package/chunks/auth-types-h43TVDpB.js +0 -24
  163. package/chunks/global-types-CEVAJebk.js +0 -1
  164. /package/chunks/{dist-n3iOVn1W.js → dist-DR758NU5.js} +0 -0
  165. /package/chunks/{invoke-fetch-C1Z0RJYU.d.ts → invoke-fetch-DFc3yzaj.d.ts} +0 -0
  166. /package/chunks/{utils-vv-xFm06.js → utils-jkpLuYZR.js} +0 -0
  167. /package/chunks/{websocket-errors-CRTDTtBL.js → websocket-errors-C5U1tba-.js} +0 -0
package/knowledgebases.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./chunks/public-runtime-modules-BqxAMJ9M.js";
2
- import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-CckTK7bh.js";
1
+ import "./chunks/public-runtime-modules-2KfyI2qM.js";
2
+ import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-DMAi6Fg3.js";
3
3
 
4
4
  //#region src/public/rest/knowledgebases.ts
5
5
  /**
@@ -353,7 +353,6 @@ const knowledgebasesExport = {
353
353
  getKnowledgebaseHistories,
354
354
  clearCache
355
355
  };
356
- var knowledgebases_default = knowledgebasesExport;
357
356
 
358
357
  //#endregion
359
- export { cancelKnowledgebaseDatasource, clearCache, createKnowledgebase, createKnowledgebaseDatasource, createKnowledgebaseDatasourceSchedule, knowledgebases_default as default, deleteKnowledgebase, deleteKnowledgebaseDatasource, deleteKnowledgebaseDatasourceSchedule, downloadKnowledgebaseDatasource, getKnowledgebase, getKnowledgebaseDatasourceHistories, getKnowledgebaseDatasourceHistory, getKnowledgebaseDatasourceSchedule, getKnowledgebaseHistories, getKnowledgebases, patchKnowledgebase, searchKnowledgebase, syncKnowledgebaseDatasource, updateKnowledgebaseDatasource };
358
+ export { cancelKnowledgebaseDatasource, clearCache, createKnowledgebase, createKnowledgebaseDatasource, createKnowledgebaseDatasourceSchedule, knowledgebasesExport as default, deleteKnowledgebase, deleteKnowledgebaseDatasource, deleteKnowledgebaseDatasourceSchedule, downloadKnowledgebaseDatasource, getKnowledgebase, getKnowledgebaseDatasourceHistories, getKnowledgebaseDatasourceHistory, getKnowledgebaseDatasourceSchedule, getKnowledgebaseHistories, getKnowledgebases, patchKnowledgebase, searchKnowledgebase, syncKnowledgebaseDatasource, updateKnowledgebaseDatasource };
package/licenses.d.ts CHANGED
@@ -1,8 +1,7 @@
1
- import { y as ApiCallOptions } from "./chunks/auth-types-YrlH_R9f.js";
2
- import "./chunks/invoke-fetch-C1Z0RJYU.js";
1
+ import { ApiCallOptions } from "./invoke-fetch-types.js";
2
+ import "./chunks/invoke-fetch-DFc3yzaj.js";
3
3
 
4
4
  //#region src/public/rest/licenses.d.ts
5
-
6
5
  /**
7
6
  * @example
8
7
  * {
@@ -22,10 +21,8 @@ type AssignmentsActionsAddRequest = {
22
21
  add: {
23
22
  /** @deprecated
24
23
  * User name */
25
- name?: string;
26
- /** User subject */
27
- subject: string;
28
- /** Allotment type */
24
+ name?: string; /** User subject */
25
+ subject: string; /** Allotment type */
29
26
  type: string;
30
27
  /** @deprecated
31
28
  * User ID */
@@ -53,15 +50,10 @@ type AssignmentsActionsAddRequest = {
53
50
  */
54
51
  type AssignmentsActionsAddResponse = {
55
52
  data: {
56
- /** Error code */
57
- code?: string;
58
- /** Response status */
59
- status: number;
60
- /** Subject */
61
- subject: string;
62
- /** Error title */
63
- title?: string;
64
- /** Allotment type */
53
+ /** Error code */code?: string; /** Response status */
54
+ status: number; /** Subject */
55
+ subject: string; /** Error title */
56
+ title?: string; /** Allotment type */
65
57
  type?: string;
66
58
  }[];
67
59
  };
@@ -78,9 +70,7 @@ type AssignmentsActionsAddResponse = {
78
70
  */
79
71
  type AssignmentsActionsDeleteRequest = {
80
72
  delete: {
81
- /** User subject */
82
- subject: string;
83
- /** Allotment type */
73
+ /** User subject */subject: string; /** Allotment type */
84
74
  type: string;
85
75
  }[];
86
76
  };
@@ -105,15 +95,10 @@ type AssignmentsActionsDeleteRequest = {
105
95
  */
106
96
  type AssignmentsActionsDeleteResponse = {
107
97
  data: {
108
- /** Error code */
109
- code?: string;
110
- /** Response status */
111
- status: number;
112
- /** Subject */
113
- subject?: string;
114
- /** Error title */
115
- title?: string;
116
- /** Allotment type */
98
+ /** Error code */code?: string; /** Response status */
99
+ status: number; /** Subject */
100
+ subject?: string; /** Error title */
101
+ title?: string; /** Allotment type */
117
102
  type?: string;
118
103
  }[];
119
104
  };
@@ -131,13 +116,9 @@ type AssignmentsActionsDeleteResponse = {
131
116
  */
132
117
  type AssignmentsActionsUpdateRequest = {
133
118
  update: {
134
- /** The current user subject, in case that should be patched. */
135
- sourceSubject?: string;
136
- /** Current assignment type. */
137
- sourceType?: string;
138
- /** User subject, the current or the desired after the patch. */
139
- subject: string;
140
- /** Target assignment type. */
119
+ /** The current user subject, in case that should be patched. */sourceSubject?: string; /** Current assignment type. */
120
+ sourceType?: string; /** User subject, the current or the desired after the patch. */
121
+ subject: string; /** Target assignment type. */
141
122
  type?: string;
142
123
  }[];
143
124
  };
@@ -163,19 +144,12 @@ type AssignmentsActionsUpdateRequest = {
163
144
  */
164
145
  type AssignmentsActionsUpdateResponse = {
165
146
  data: {
166
- /** Error code */
167
- code?: string;
168
- /** Current subject. */
169
- sourceSubject?: string;
170
- /** Current allotment type. */
171
- sourceType?: string;
172
- /** HTTP status code indicating the result of the individual assignment operation. A value of 200 represents a successful update, while 201 indicates a new resource was created due to a subject update. Any 400-level status codes indicate an error. */
173
- status: number;
174
- /** Target subject. */
175
- subject?: string;
176
- /** Error title */
177
- title?: string;
178
- /** Target allotment type. */
147
+ /** Error code */code?: string; /** Current subject. */
148
+ sourceSubject?: string; /** Current allotment type. */
149
+ sourceType?: string; /** HTTP status code indicating the result of the individual assignment operation. A value of 200 represents a successful update, while 201 indicates a new resource was created due to a subject update. Any 400-level status codes indicate an error. */
150
+ status: number; /** Target subject. */
151
+ subject?: string; /** Error title */
152
+ title?: string; /** Target allotment type. */
179
153
  type?: string;
180
154
  }[];
181
155
  };
@@ -206,13 +180,9 @@ type AssignmentsActionsUpdateResponse = {
206
180
  */
207
181
  type AssignmentsResponse = {
208
182
  data: {
209
- /** Assignment created date. */
210
- created: string;
211
- /** Assignment excess status. */
212
- excess: boolean;
213
- /** Subject */
214
- subject: string;
215
- /** Allotment type */
183
+ /** Assignment created date. */created: string; /** Assignment excess status. */
184
+ excess: boolean; /** Subject */
185
+ subject: string; /** Allotment type */
216
186
  type: string;
217
187
  }[];
218
188
  links: {
@@ -222,25 +192,15 @@ type AssignmentsResponse = {
222
192
  };
223
193
  type ConsumptionEventsResponse = {
224
194
  data: {
225
- /** Allotment ID */
226
- allotmentId?: string;
227
- /** App ID */
228
- appId?: string;
229
- /** Analyzer capacity chunks consumed. */
230
- capacityUsed?: number;
231
- /** Engine session duration. */
232
- duration?: string;
233
- /** Engine session end time. */
234
- endTime?: string;
235
- /** ID */
236
- id?: string;
237
- /** License usage */
238
- licenseUsage?: string;
239
- /** Analyzer capacity minutes consumed. */
240
- minutesUsed?: number;
241
- /** Engine session ID. */
242
- sessionId?: string;
243
- /** User ID */
195
+ /** Allotment ID */allotmentId?: string; /** App ID */
196
+ appId?: string; /** Analyzer capacity chunks consumed. */
197
+ capacityUsed?: number; /** Engine session duration. */
198
+ duration?: string; /** Engine session end time. */
199
+ endTime?: string; /** ID */
200
+ id?: string; /** License usage */
201
+ licenseUsage?: string; /** Analyzer capacity minutes consumed. */
202
+ minutesUsed?: number; /** Engine session ID. */
203
+ sessionId?: string; /** User ID */
244
204
  userId?: string;
245
205
  }[];
246
206
  links: {
@@ -266,11 +226,8 @@ type ErrorResponse = {
266
226
  * Error type */
267
227
  error: string;
268
228
  errors: {
269
- /** Error code */
270
- code: string;
271
- /** Additional error detail. */
272
- detail?: string;
273
- /** Error title */
229
+ /** Error code */code: string; /** Additional error detail. */
230
+ detail?: string; /** Error title */
274
231
  title: string;
275
232
  }[];
276
233
  /** @deprecated
@@ -278,8 +235,7 @@ type ErrorResponse = {
278
235
  message: string;
279
236
  };
280
237
  type Href = {
281
- /** link */
282
- href?: string;
238
+ /** link */href?: string;
283
239
  };
284
240
  /**
285
241
  * @example
@@ -320,53 +276,34 @@ type Href = {
320
276
  */
321
277
  type LicenseOverview = {
322
278
  allotments: {
323
- name: "professional" | "analyzer" | "analyzer_time";
324
- /** Overage value; -1 means unbounded overage. */
279
+ name: "professional" | "analyzer" | "analyzer_time"; /** Overage value; -1 means unbounded overage. */
325
280
  overage?: number;
326
281
  units: number;
327
282
  unitsUsed: number;
328
283
  usageClass: string;
329
- }[];
330
- /** the capability bank id */
331
- capabilityBankId?: string;
332
- /** An ISO 8601 timestamp for when the license was last changed. */
333
- changeTime?: string;
334
- /** Customer ID */
335
- customerId?: string;
336
- /** An ISO 8601 timestamp for when the latest time the license has been known to be valid, a missing value indicates the indefinite future. */
284
+ }[]; /** the capability bank id */
285
+ capabilityBankId?: string; /** An ISO 8601 timestamp for when the license was last changed. */
286
+ changeTime?: string; /** Customer ID */
287
+ customerId?: string; /** An ISO 8601 timestamp for when the latest time the license has been known to be valid, a missing value indicates the indefinite future. */
337
288
  latestValidTime?: string;
338
289
  licenseKey: string;
339
290
  licenseNumber: string;
340
- licenseType?: string;
341
- /** Origin of license key. */
342
- origin: "Internal" | "External";
343
- /** The license parameters. */
291
+ licenseType?: string; /** Origin of license key. */
292
+ origin: "Internal" | "External"; /** The license parameters. */
344
293
  parameters: {
345
- /** Parameters for licenses to control access to the parameters. */
346
- access?: {
347
- /** Name of an allotment that the user must have access to. to */
348
- allotment?: string;
349
- };
350
- /** Parameter set (provision) name. */
351
- name: string;
352
- /** Time interval for parameter validity. */
353
- valid: string;
354
- /** Parameter values */
294
+ /** Parameters for licenses to control access to the parameters. */access?: {
295
+ /** Name of an allotment that the user must have access to. to */allotment?: string;
296
+ }; /** Parameter set (provision) name. */
297
+ name: string; /** Time interval for parameter validity. */
298
+ valid: string; /** Parameter values */
355
299
  values?: unknown;
356
- }[];
357
- /** the parent number of the license. can be shared by multiple license numbers */
358
- parentLicenseNumber?: string;
359
- /** The product the license is valid for. */
360
- product: string;
361
- /** The secondary number of a definition. */
362
- secondaryNumber: string;
363
- /** Enum with status of license. Only status Ok grants license. access. */
364
- status: "Ok" | "Blacklisted" | "Expired";
365
- /** Boolean indicating if it is a trial license. */
366
- trial: boolean;
367
- /** An ISO 8601 timestamp for when the license was last updated. */
368
- updated: string;
369
- /** Period that the license is currently set to be active. Represented as an ISO 8601 time interval with start and end. */
300
+ }[]; /** the parent number of the license. can be shared by multiple license numbers */
301
+ parentLicenseNumber?: string; /** The product the license is valid for. */
302
+ product: string; /** The secondary number of a definition. */
303
+ secondaryNumber: string; /** Enum with status of license. Only status Ok grants license. access. */
304
+ status: "Ok" | "Blacklisted" | "Expired"; /** Boolean indicating if it is a trial license. */
305
+ trial: boolean; /** An ISO 8601 timestamp for when the license was last updated. */
306
+ updated: string; /** Period that the license is currently set to be active. Represented as an ISO 8601 time interval with start and end. */
370
307
  valid: string;
371
308
  };
372
309
  /**
@@ -382,21 +319,13 @@ type LicenseOverview = {
382
319
  * }
383
320
  */
384
321
  type LicenseStatus = {
385
- /** Boolean indicating if the license is deactivated. */
386
- deactivated: boolean;
387
- /** Enum with extension status of license. access. */
388
- extensionStatus: "Unavailable" | "Pending" | "Available";
389
- /** Origin of license key. */
390
- origin: "Internal" | "External";
391
- /** The product the license is valid for. */
392
- product: string;
393
- /** Enum with status of license. Only status Ok grants license. access. */
394
- status: "Ok" | "Blacklisted" | "Expired" | "Missing";
395
- /** Boolean indicating if it is a trial license. */
396
- trial: boolean;
397
- /** Type of license key. */
398
- type: "Signed" | "Plain" | "2.0";
399
- /** Period that the license is currently set to be active. Represented as an ISO 8601 time interval with start and end. */
322
+ /** Boolean indicating if the license is deactivated. */deactivated: boolean; /** Enum with extension status of license. access. */
323
+ extensionStatus: "Unavailable" | "Pending" | "Available"; /** Origin of license key. */
324
+ origin: "Internal" | "External"; /** The product the license is valid for. */
325
+ product: string; /** Enum with status of license. Only status Ok grants license. access. */
326
+ status: "Ok" | "Blacklisted" | "Expired" | "Missing"; /** Boolean indicating if it is a trial license. */
327
+ trial: boolean; /** Type of license key. */
328
+ type: "Signed" | "Plain" | "2.0"; /** Period that the license is currently set to be active. Represented as an ISO 8601 time interval with start and end. */
400
329
  valid: string;
401
330
  };
402
331
  /**
@@ -407,9 +336,7 @@ type LicenseStatus = {
407
336
  * }
408
337
  */
409
338
  type SettingsBody = {
410
- /** If analyzer users are available, they will be automatically assigned. Otherwise, analyzer capacity will be assigned, if available. */
411
- autoAssignAnalyzer?: boolean;
412
- /** If professional users are available, they will be automatically assigned. Otherwise, analyzer capacity will be assigned, if available. */
339
+ /** If analyzer users are available, they will be automatically assigned. Otherwise, analyzer capacity will be assigned, if available. */autoAssignAnalyzer?: boolean; /** If professional users are available, they will be automatically assigned. Otherwise, analyzer capacity will be assigned, if available. */
413
340
  autoAssignProfessional?: boolean;
414
341
  };
415
342
  /**
@@ -419,15 +346,10 @@ type SettingsBody = {
419
346
  * @throws GetLicenseAssignmentsHttpError
420
347
  */
421
348
  declare function getLicenseAssignments(query: {
422
- /** The filter for finding entries. */
423
- filter?: string;
424
- /** The preferred number of entries to return. */
425
- limit?: number;
426
- /** Only return assignments which are 'orphans' in the current tenant. */
427
- orphans?: boolean;
428
- /** The requested page. */
429
- page?: string;
430
- /** The field to sort on; can be prefixed with +/- for ascending/descending sort order. */
349
+ /** The filter for finding entries. */filter?: string; /** The preferred number of entries to return. */
350
+ limit?: number; /** Only return assignments which are 'orphans' in the current tenant. */
351
+ orphans?: boolean; /** The requested page. */
352
+ page?: string; /** The field to sort on; can be prefixed with +/- for ascending/descending sort order. */
431
353
  sort?: string;
432
354
  }, options?: ApiCallOptions): Promise<GetLicenseAssignmentsHttpResponse>;
433
355
  type GetLicenseAssignmentsHttpResponse = {
@@ -500,13 +422,9 @@ type UpdateLicenseAssignmentsHttpError = {
500
422
  * @throws GetLicenseConsumptionHttpError
501
423
  */
502
424
  declare function getLicenseConsumption(query: {
503
- /** The SCIM filter for the query. Filterable property is "endTime". */
504
- filter?: string;
505
- /** The preferred number of entries to return. */
506
- limit?: number;
507
- /** The requested page. */
508
- page?: string;
509
- /** The field to sort on; can be prefixed with +/- for ascending/descending sort order. */
425
+ /** The SCIM filter for the query. Filterable property is "endTime". */filter?: string; /** The preferred number of entries to return. */
426
+ limit?: number; /** The requested page. */
427
+ page?: string; /** The field to sort on; can be prefixed with +/- for ascending/descending sort order. */
510
428
  sort?: string;
511
429
  }, options?: ApiCallOptions): Promise<GetLicenseConsumptionHttpResponse>;
512
430
  type GetLicenseConsumptionHttpResponse = {
package/licenses.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./chunks/public-runtime-modules-BqxAMJ9M.js";
2
- import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-CckTK7bh.js";
1
+ import "./chunks/public-runtime-modules-2KfyI2qM.js";
2
+ import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-DMAi6Fg3.js";
3
3
 
4
4
  //#region src/public/rest/licenses.ts
5
5
  /**
@@ -147,7 +147,6 @@ const licensesExport = {
147
147
  getLicenseStatus,
148
148
  clearCache
149
149
  };
150
- var licenses_default = licensesExport;
151
150
 
152
151
  //#endregion
153
- export { addLicenseAssignments, clearCache, licenses_default as default, deleteLicenseAssignments, getLicenseAssignments, getLicenseConsumption, getLicenseOverview, getLicenseSettings, getLicenseStatus, updateLicenseAssignments, updateLicenseSettings };
152
+ export { addLicenseAssignments, clearCache, licensesExport as default, deleteLicenseAssignments, getLicenseAssignments, getLicenseConsumption, getLicenseOverview, getLicenseSettings, getLicenseStatus, updateLicenseAssignments, updateLicenseSettings };
@@ -1,30 +1,23 @@
1
- import { y as ApiCallOptions } from "./chunks/auth-types-YrlH_R9f.js";
2
- import "./chunks/invoke-fetch-C1Z0RJYU.js";
1
+ import { ApiCallOptions } from "./invoke-fetch-types.js";
2
+ import "./chunks/invoke-fetch-DFc3yzaj.js";
3
3
 
4
4
  //#region src/public/rest/lineage-graphs.d.ts
5
5
  /**
6
6
  * The data integration data asset where the node belongs to
7
7
  */
8
8
  type DataAsset = {
9
- /** The id (QRI) of the data asset */
10
- id?: string;
11
- /** The lable of the data asset */
12
- label?: string;
13
- /** The subtype of the data asset */
14
- subtype?: string;
15
- /** The type of the data asset */
9
+ /** The id (QRI) of the data asset */id?: string; /** The lable of the data asset */
10
+ label?: string; /** The subtype of the data asset */
11
+ subtype?: string; /** The type of the data asset */
16
12
  type?: string;
17
13
  };
18
14
  type Edge = {
19
- /** The index of edges. This is only used in the POST request. */
20
- id?: string;
15
+ /** The index of edges. This is only used in the POST request. */id?: string;
21
16
  metadata?: {
22
17
  type?: string;
23
18
  };
24
- relation?: string;
25
- /** The id (QRI) of the source node on this edge. */
26
- source?: string;
27
- /** The id (QRI) of the target node on this edge. */
19
+ relation?: string; /** The id (QRI) of the source node on this edge. */
20
+ source?: string; /** The id (QRI) of the target node on this edge. */
28
21
  target?: string;
29
22
  };
30
23
  type EmptyReturn = unknown;
@@ -64,8 +57,7 @@ type ErrorResponse429 = {
64
57
  type ErrorResponse500 = {
65
58
  errors?: {
66
59
  code?: string;
67
- detail?: string;
68
- /** The meta contains additional information when requests fail due to internal errors. */
60
+ detail?: string; /** The meta contains additional information when requests fail due to internal errors. */
69
61
  meta?: unknown;
70
62
  title?: string;
71
63
  }[];
@@ -83,23 +75,16 @@ type ErrorResponse503 = {
83
75
  * The lineage graph containing the node.
84
76
  */
85
77
  type Graph = {
86
- /** Returns true if the graph is directed. */
87
- directed?: boolean;
88
- edges?: Edge[];
89
- /** Label string for this graph. */
78
+ /** Returns true if the graph is directed. */directed?: boolean;
79
+ edges?: Edge[]; /** Label string for this graph. */
90
80
  label?: string;
91
81
  metadata?: {
92
- /** The date and time when the graph is created. */
93
- createdAt?: string;
94
- /** The id (QRI) of the graph producer. */
95
- producerId?: string;
96
- /** The type of the graph producer. */
82
+ /** The date and time when the graph is created. */createdAt?: string; /** The id (QRI) of the graph producer. */
83
+ producerId?: string; /** The type of the graph producer. */
97
84
  producerType?: string;
98
- specVersion?: string;
99
- /** The total number of nodes retrieved in this graph. */
85
+ specVersion?: string; /** The total number of nodes retrieved in this graph. */
100
86
  total?: number;
101
- };
102
- /** All the nodes contained in a graph. */
87
+ }; /** All the nodes contained in a graph. */
103
88
  nodes?: Nodes;
104
89
  type?: string;
105
90
  };
@@ -107,14 +92,11 @@ type Graph = {
107
92
  * Populating graph property on single level request and graphs property on multi level requests.
108
93
  */
109
94
  type GraphLevelsResponse = {
110
- /** The lineage graph containing the node. */
111
- graph?: Graph;
112
- /** The list of lineage graphs. */
95
+ /** The lineage graph containing the node. */graph?: Graph; /** The list of lineage graphs. */
113
96
  graphs?: Graphs;
114
97
  };
115
98
  type GraphResponse = {
116
- /** The lineage graph containing the node. */
117
- graph?: Graph;
99
+ /** The lineage graph containing the node. */graph?: Graph;
118
100
  };
119
101
  /**
120
102
  * The list of lineage graphs.
@@ -123,17 +105,12 @@ type Graphs = {
123
105
  graphs?: Graph[];
124
106
  };
125
107
  type GraphsResponse = {
126
- /** The list of lineage graphs. */
127
- graphs?: Graphs;
108
+ /** The list of lineage graphs. */graphs?: Graphs;
128
109
  };
129
110
  type LineageOverviewInfo = {
130
- /** Resource level label */
131
- resourceLabel?: string;
132
- /** Resource level QRI */
133
- resourceQRI?: string;
134
- /** Table level label */
135
- tableLabel?: string;
136
- /** Table level QRI that the field belongs to. */
111
+ /** Resource level label */resourceLabel?: string; /** Resource level QRI */
112
+ resourceQRI?: string; /** Table level label */
113
+ tableLabel?: string; /** Table level QRI that the field belongs to. */
137
114
  tableQRI?: string;
138
115
  };
139
116
  type MultiStatusResponse = {
@@ -146,25 +123,18 @@ type MultiStatusResponseItem = {
146
123
  title?: string;
147
124
  };
148
125
  type Node = {
149
- /** Name label of the node. */
150
- label?: string;
151
- /** This contains additional node information such as node types, subtypes, queryExpressions, etc. */
126
+ /** Name label of the node. */label?: string; /** This contains additional node information such as node types, subtypes, queryExpressions, etc. */
152
127
  metadata?: {
153
- /** The data integration data asset where the node belongs to */
154
- dataAsset?: DataAsset;
128
+ /** The data integration data asset where the node belongs to */dataAsset?: DataAsset;
155
129
  /** The number of fields that are impacted.
156
130
  * This will be returned as part of the response from /impact/{id}/overview and /impact/{id}/actions/expand on the table level. */
157
- fields?: number;
158
- /** The file path of a node */
159
- filePath?: string;
160
- /** The id (QRI) of the node */
161
- id: string;
162
- /** The subtype of the node. */
131
+ fields?: number; /** The file path of a node */
132
+ filePath?: string; /** The id (QRI) of the node */
133
+ id: string; /** The subtype of the node. */
163
134
  subtype?: string;
164
135
  /** The number of tables that are impacted.
165
136
  * This will be returned as part of the response from /impact/{id}/overview. */
166
- tables?: number;
167
- /** The type of the node. */
137
+ tables?: number; /** The type of the node. */
168
138
  type: string;
169
139
  };
170
140
  };
@@ -173,8 +143,7 @@ type Node = {
173
143
  */
174
144
  type Nodes = Record<string, Node>;
175
145
  type OverviewItem = {
176
- lineage?: LineageOverviewInfo[];
177
- /** Input QRI that we are getting the overview for. */
146
+ lineage?: LineageOverviewInfo[]; /** Input QRI that we are getting the overview for. */
178
147
  qri?: string;
179
148
  };
180
149
  type OverviewItems = {
@@ -189,9 +158,7 @@ type Qris = string[];
189
158
  * @throws ExpandLineageGraphImpactHttpError
190
159
  */
191
160
  declare function expandLineageGraphImpact(id: string, query: {
192
- /** The number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage) */
193
- down?: number;
194
- /** The level to get the nodes on. */
161
+ /** The number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage) */down?: number; /** The level to get the nodes on. */
195
162
  level: "field" | "table";
196
163
  /** The node in the downstream graph to get next-level nodes for. For instance, to get the TABLE level nodes inside a RESOURCE level node,
197
164
  * use the RESOURCE level QRI for the node. Similarly, use the TABLE level QRI to get the FIELD level nodes.
@@ -250,8 +217,7 @@ type ExpandLineageGraphImpact503HttpError = {
250
217
  * @throws SearchLineageGraphImpactHttpError
251
218
  */
252
219
  declare function searchLineageGraphImpact(id: string, query: {
253
- /** The number of downstream resource levels nodes to search. (5 if not provided, -1 means unlimited) and 1 means direct lineage. */
254
- down?: number;
220
+ /** The number of downstream resource levels nodes to search. (5 if not provided, -1 means unlimited) and 1 means direct lineage. */down?: number;
255
221
  /** The expression that matches the SCIM filter format. The filter has to be encoded.
256
222
  * The currently supported attribute is "label", attribute operator "co" (contains), and grouping operator "or". Example: 'label co "label1" or label co "label2"'. The search queries are case insensetive. */
257
223
  filter: string;
@@ -300,8 +266,7 @@ type SearchLineageGraphImpact503HttpError = {
300
266
  * @throws GetLineageGraphImpactOverviewHttpError
301
267
  */
302
268
  declare function getLineageGraphImpactOverview(id: string, query: {
303
- /** The number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage) */
304
- down?: number;
269
+ /** The number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage) */down?: number;
305
270
  }, options?: ApiCallOptions): Promise<GetLineageGraphImpactOverviewHttpResponse>;
306
271
  type GetLineageGraphImpactOverviewHttpResponse = {
307
272
  data: GraphResponse;
@@ -394,11 +359,8 @@ type GetLineageGraphImpactSource503HttpError = {
394
359
  * @throws GetLineageGraphNodeHttpError
395
360
  */
396
361
  declare function getLineageGraphNode(id: string, query: {
397
- /** To collapse internal nodes, set to true, false otherwise. */
398
- collapse?: boolean;
399
- /** The graph level to retrieve. */
400
- level?: "field" | "table" | "resource" | "all";
401
- /** The number of upstream levels of nodes to retrieve. (5 if not provided, -1 means unlimited) */
362
+ /** To collapse internal nodes, set to true, false otherwise. */collapse?: boolean; /** The graph level to retrieve. */
363
+ level?: "field" | "table" | "resource" | "all"; /** The number of upstream levels of nodes to retrieve. (5 if not provided, -1 means unlimited) */
402
364
  up?: number;
403
365
  }, options?: ApiCallOptions): Promise<GetLineageGraphNodeHttpResponse>;
404
366
  type GetLineageGraphNodeHttpResponse = {
@@ -445,13 +407,9 @@ type GetLineageGraphNode503HttpError = {
445
407
  * @throws ExpandLineageGraphNodeHttpError
446
408
  */
447
409
  declare function expandLineageGraphNode(id: string, query: {
448
- /** To collapse internal nodes, set to true, false otherwise. */
449
- collapse?: boolean;
450
- /** The level to expand to. */
451
- level: "field" | "table";
452
- /** The QRI of the node in the upstream graph for expansion. */
453
- node: string;
454
- /** The number of upstream levels of nodes retrieved to expand. (5 if not provided, -1 means unlimited) */
410
+ /** To collapse internal nodes, set to true, false otherwise. */collapse?: boolean; /** The level to expand to. */
411
+ level: "field" | "table"; /** The QRI of the node in the upstream graph for expansion. */
412
+ node: string; /** The number of upstream levels of nodes retrieved to expand. (5 if not provided, -1 means unlimited) */
455
413
  up?: number;
456
414
  }, options?: ApiCallOptions): Promise<ExpandLineageGraphNodeHttpResponse>;
457
415
  type ExpandLineageGraphNodeHttpResponse = {
@@ -505,12 +463,10 @@ type ExpandLineageGraphNode503HttpError = {
505
463
  * @throws SearchLineageGraphNodeHttpError
506
464
  */
507
465
  declare function searchLineageGraphNode(id: string, query: {
508
- /** To collapse internal nodes, set to true, false otherwise. */
509
- collapse?: boolean;
466
+ /** To collapse internal nodes, set to true, false otherwise. */collapse?: boolean;
510
467
  /** The expression that matches the SCIM filter format. The filter has to be encoded.
511
468
  * The currently supported attribute is "label", attribute operator "co" (contains), and grouping operator "or". Example: 'label co "label1" or label co "label2"'. The search queries are case insensitive. */
512
- filter: string;
513
- /** The number of upstream levels of nodes retrieved to search. (5 if not provided, -1 means unlimited) */
469
+ filter: string; /** The number of upstream levels of nodes retrieved to search. (5 if not provided, -1 means unlimited) */
514
470
  up?: number;
515
471
  }, options?: ApiCallOptions): Promise<SearchLineageGraphNodeHttpResponse>;
516
472
  type SearchLineageGraphNodeHttpResponse = {
@@ -558,9 +514,7 @@ type SearchLineageGraphNode503HttpError = {
558
514
  * @throws CreateLineageGraphNodeOverviewHttpError
559
515
  */
560
516
  declare function createLineageGraphNodeOverview(id: string, query: {
561
- /** To collapse internal nodes, set to true, false otherwise. */
562
- collapse?: boolean;
563
- /** The number of upstream levels of nodes retrieved to get overview from. (5 if not provided, -1 means unlimited) */
517
+ /** To collapse internal nodes, set to true, false otherwise. */collapse?: boolean; /** The number of upstream levels of nodes retrieved to get overview from. (5 if not provided, -1 means unlimited) */
564
518
  up?: number;
565
519
  }, body: Qris, options?: ApiCallOptions): Promise<CreateLineageGraphNodeOverviewHttpResponse>;
566
520
  type CreateLineageGraphNodeOverviewHttpResponse = CreateLineageGraphNodeOverview200HttpResponse | CreateLineageGraphNodeOverview201HttpResponse | CreateLineageGraphNodeOverview207HttpResponse;
package/lineage-graphs.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./chunks/public-runtime-modules-BqxAMJ9M.js";
2
- import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-CckTK7bh.js";
1
+ import "./chunks/public-runtime-modules-2KfyI2qM.js";
2
+ import { n as invokeFetch, t as clearApiCache } from "./chunks/invoke-fetch-DMAi6Fg3.js";
3
3
 
4
4
  //#region src/public/rest/lineage-graphs.ts
5
5
  /**
@@ -169,7 +169,6 @@ const lineageGraphsExport = {
169
169
  createLineageGraphNodeOverview,
170
170
  clearCache
171
171
  };
172
- var lineage_graphs_default = lineageGraphsExport;
173
172
 
174
173
  //#endregion
175
- export { clearCache, createLineageGraphNodeOverview, lineage_graphs_default as default, expandLineageGraphImpact, expandLineageGraphNode, getLineageGraphImpactOverview, getLineageGraphImpactSource, getLineageGraphNode, searchLineageGraphImpact, searchLineageGraphNode };
174
+ export { clearCache, createLineageGraphNodeOverview, lineageGraphsExport as default, expandLineageGraphImpact, expandLineageGraphNode, getLineageGraphImpactOverview, getLineageGraphImpactSource, getLineageGraphNode, searchLineageGraphImpact, searchLineageGraphNode };