@qlik/api 1.31.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 (95) hide show
  1. package/api-keys.js +2 -2
  2. package/apps.js +2 -2
  3. package/assistants.d.ts +1301 -0
  4. package/assistants.js +273 -0
  5. package/audits.js +2 -2
  6. package/auth.js +2 -2
  7. package/automation-connections.d.ts +366 -0
  8. package/automation-connections.js +91 -0
  9. package/automations.js +2 -2
  10. package/automl-deployments.d.ts +97 -0
  11. package/automl-deployments.js +27 -0
  12. package/automl-predictions.d.ts +214 -0
  13. package/automl-predictions.js +72 -0
  14. package/brands.js +2 -2
  15. package/chunks/{GUU3KZGK.js → RCLKKVYB.js} +1 -1
  16. package/chunks/{YKZ2QYHN.js → VVD2DPKQ.js} +2 -2
  17. package/chunks/{KBSD75QL.js → YTT2FEVE.js} +1 -1
  18. package/collections.js +2 -2
  19. package/conditions.d.ts +662 -0
  20. package/conditions.js +113 -0
  21. package/consumption.d.ts +182 -0
  22. package/consumption.js +24 -0
  23. package/csp-origins.js +2 -2
  24. package/csrf-token.d.ts +62 -0
  25. package/csrf-token.js +23 -0
  26. package/data-alerts.d.ts +1004 -0
  27. package/data-alerts.js +155 -0
  28. package/data-assets.js +2 -2
  29. package/data-connections.js +2 -2
  30. package/data-credentials.js +2 -2
  31. package/data-files.js +2 -2
  32. package/data-qualities.d.ts +175 -0
  33. package/data-qualities.js +44 -0
  34. package/data-sets.d.ts +424 -0
  35. package/data-sets.js +75 -0
  36. package/data-sources.d.ts +268 -0
  37. package/data-sources.js +39 -0
  38. package/data-stores.d.ts +537 -0
  39. package/data-stores.js +108 -0
  40. package/dcaas.d.ts +192 -0
  41. package/dcaas.js +39 -0
  42. package/di-projects.d.ts +673 -0
  43. package/di-projects.js +164 -0
  44. package/encryption.d.ts +370 -0
  45. package/encryption.js +98 -0
  46. package/extensions.js +2 -2
  47. package/glossaries.js +2 -2
  48. package/groups.js +2 -2
  49. package/identity-providers.js +2 -2
  50. package/index.d.ts +105 -1
  51. package/index.js +556 -4
  52. package/items.js +2 -2
  53. package/knowledgebases.d.ts +890 -0
  54. package/knowledgebases.js +169 -0
  55. package/licenses.d.ts +1 -1
  56. package/licenses.js +2 -2
  57. package/lineage-graphs.d.ts +712 -0
  58. package/lineage-graphs.js +92 -0
  59. package/ml.d.ts +2628 -0
  60. package/ml.js +384 -0
  61. package/notes.d.ts +110 -0
  62. package/notes.js +31 -0
  63. package/notifications.d.ts +98 -0
  64. package/notifications.js +24 -0
  65. package/oauth-clients.js +2 -2
  66. package/oauth-tokens.d.ts +126 -0
  67. package/oauth-tokens.js +31 -0
  68. package/package.json +28 -2
  69. package/qix.d.ts +1 -1
  70. package/qix.js +2 -2
  71. package/questions.d.ts +364 -0
  72. package/questions.js +34 -0
  73. package/quotas.js +2 -2
  74. package/reload-tasks.js +2 -2
  75. package/reloads.js +2 -2
  76. package/report-templates.d.ts +287 -0
  77. package/report-templates.js +80 -0
  78. package/reports.js +2 -2
  79. package/roles.js +2 -2
  80. package/sharing-tasks.d.ts +952 -0
  81. package/sharing-tasks.js +105 -0
  82. package/spaces.js +2 -2
  83. package/tasks.d.ts +564 -0
  84. package/tasks.js +106 -0
  85. package/temp-contents.js +2 -2
  86. package/tenants.js +2 -2
  87. package/themes.js +2 -2
  88. package/transports.js +2 -2
  89. package/ui-config.d.ts +274 -0
  90. package/ui-config.js +77 -0
  91. package/users.js +2 -2
  92. package/web-integrations.js +2 -2
  93. package/web-notifications.js +2 -2
  94. package/webhooks.js +2 -2
  95. /package/chunks/{DLKLPD7T.js → LTNGXTXG.js} +0 -0
@@ -0,0 +1,92 @@
1
+ import {
2
+ clearApiCache,
3
+ invokeFetch
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
+ import "./chunks/2ZQ3ZX7F.js";
7
+
8
+ // src/public/rest/lineage-graphs.ts
9
+ var expandLineageGraphImpact = async (id, query, options) => invokeFetch("lineage-graphs", {
10
+ method: "get",
11
+ pathTemplate: "/api/v1/lineage-graphs/impact/{id}/actions/expand",
12
+ pathVariables: { id },
13
+ query,
14
+ options
15
+ });
16
+ var searchLineageGraphImpact = async (id, query, options) => invokeFetch("lineage-graphs", {
17
+ method: "get",
18
+ pathTemplate: "/api/v1/lineage-graphs/impact/{id}/actions/search",
19
+ pathVariables: { id },
20
+ query,
21
+ options
22
+ });
23
+ var getLineageGraphImpactOverview = async (id, query, options) => invokeFetch("lineage-graphs", {
24
+ method: "get",
25
+ pathTemplate: "/api/v1/lineage-graphs/impact/{id}/overview",
26
+ pathVariables: { id },
27
+ query,
28
+ options
29
+ });
30
+ var getLineageGraphImpactSource = async (id, options) => invokeFetch("lineage-graphs", {
31
+ method: "get",
32
+ pathTemplate: "/api/v1/lineage-graphs/impact/{id}/source",
33
+ pathVariables: { id },
34
+ options
35
+ });
36
+ var getLineageGraphNode = async (id, query, options) => invokeFetch("lineage-graphs", {
37
+ method: "get",
38
+ pathTemplate: "/api/v1/lineage-graphs/nodes/{id}",
39
+ pathVariables: { id },
40
+ query,
41
+ options
42
+ });
43
+ var expandLineageGraphNode = async (id, query, options) => invokeFetch("lineage-graphs", {
44
+ method: "get",
45
+ pathTemplate: "/api/v1/lineage-graphs/nodes/{id}/actions/expand",
46
+ pathVariables: { id },
47
+ query,
48
+ options
49
+ });
50
+ var searchLineageGraphNode = async (id, query, options) => invokeFetch("lineage-graphs", {
51
+ method: "get",
52
+ pathTemplate: "/api/v1/lineage-graphs/nodes/{id}/actions/search",
53
+ pathVariables: { id },
54
+ query,
55
+ options
56
+ });
57
+ var createLineageGraphNodeOverview = async (id, query, body, options) => invokeFetch("lineage-graphs", {
58
+ method: "post",
59
+ pathTemplate: "/api/v1/lineage-graphs/nodes/{id}/overview",
60
+ pathVariables: { id },
61
+ query,
62
+ body,
63
+ contentType: "application/json",
64
+ options
65
+ });
66
+ function clearCache() {
67
+ return clearApiCache("lineage-graphs");
68
+ }
69
+ var lineageGraphsExport = {
70
+ expandLineageGraphImpact,
71
+ searchLineageGraphImpact,
72
+ getLineageGraphImpactOverview,
73
+ getLineageGraphImpactSource,
74
+ getLineageGraphNode,
75
+ expandLineageGraphNode,
76
+ searchLineageGraphNode,
77
+ createLineageGraphNodeOverview,
78
+ clearCache
79
+ };
80
+ var lineage_graphs_default = lineageGraphsExport;
81
+ export {
82
+ clearCache,
83
+ createLineageGraphNodeOverview,
84
+ lineage_graphs_default as default,
85
+ expandLineageGraphImpact,
86
+ expandLineageGraphNode,
87
+ getLineageGraphImpactOverview,
88
+ getLineageGraphImpactSource,
89
+ getLineageGraphNode,
90
+ searchLineageGraphImpact,
91
+ searchLineageGraphNode
92
+ };