@qlik/api 0.0.12 → 0.0.14

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 (87) hide show
  1. package/api-keys.js +10 -10
  2. package/api-keys.mjs +2 -2
  3. package/apps.js +46 -46
  4. package/apps.mjs +2 -2
  5. package/audits.js +9 -9
  6. package/audits.mjs +2 -2
  7. package/auth.js +3 -3
  8. package/auth.mjs +2 -2
  9. package/automations.js +21 -21
  10. package/automations.mjs +2 -2
  11. package/brands.js +15 -15
  12. package/brands.mjs +2 -2
  13. package/chunks/{JQMXDZQY.mjs → 3INB42LZ.mjs} +1 -1
  14. package/chunks/{45QSVHHO.mjs → 3SBSHHRV.mjs} +2 -2
  15. package/chunks/{WQOWTWQO.js → 6KX2ETIK.js} +24 -45
  16. package/chunks/{5Q6T4ICX.mjs → CX7TY2FM.mjs} +1 -1
  17. package/chunks/GMCMKY65.js +41 -0
  18. package/chunks/{55OD3EOU.js → HHMKNG2O.js} +6 -6
  19. package/chunks/{HWOIITGY.js → ICTODCOL.js} +2 -2
  20. package/chunks/{JMVQWFDT.mjs → IJNQAGVX.mjs} +3 -3
  21. package/chunks/{2PUNHMD4.mjs → J3ZWASEK.mjs} +1 -1
  22. package/chunks/{EGL4ERKM.js → JYRPLJUL.js} +8 -8
  23. package/chunks/{QX32SETN.mjs → JZOX7DKF.mjs} +24 -45
  24. package/chunks/{5IH4NGHZ.mjs → M7UTYYGM.mjs} +1 -1
  25. package/chunks/ME4LNBI3.js +17 -0
  26. package/chunks/{ECGUIOPI.js → SEXEAWEC.js} +3 -3
  27. package/chunks/{A6R47NQV.js → SMKHFJJF.js} +4 -4
  28. package/chunks/{PTU5VIWS.js → TH75GYUY.js} +3 -3
  29. package/chunks/{PLTWBEYY.mjs → VCYQUP4Y.mjs} +1 -1
  30. package/chunks/{HJGTOAVG.mjs → X474LM7J.mjs} +3 -3
  31. package/collections.js +14 -14
  32. package/collections.mjs +2 -2
  33. package/csp-origins.js +9 -9
  34. package/csp-origins.mjs +2 -2
  35. package/data-assets.js +8 -8
  36. package/data-assets.mjs +2 -2
  37. package/data-connections.js +12 -12
  38. package/data-connections.mjs +2 -2
  39. package/data-credentials.js +7 -7
  40. package/data-credentials.mjs +2 -2
  41. package/data-files.js +15 -15
  42. package/data-files.mjs +2 -2
  43. package/extensions.js +10 -10
  44. package/extensions.mjs +2 -2
  45. package/glossaries.js +27 -27
  46. package/glossaries.mjs +2 -2
  47. package/groups.js +11 -11
  48. package/groups.mjs +2 -2
  49. package/identity-providers.js +11 -11
  50. package/identity-providers.mjs +2 -2
  51. package/index.js +8 -8
  52. package/index.mjs +4 -4
  53. package/items.js +11 -11
  54. package/items.mjs +2 -2
  55. package/licenses.js +12 -12
  56. package/licenses.mjs +2 -2
  57. package/package.json +2 -1
  58. package/qix.js +3 -3
  59. package/qix.mjs +2 -2
  60. package/quotas.js +5 -5
  61. package/quotas.mjs +2 -2
  62. package/reload-tasks.js +8 -8
  63. package/reload-tasks.mjs +2 -2
  64. package/reloads.js +7 -7
  65. package/reloads.mjs +2 -2
  66. package/roles.js +5 -5
  67. package/roles.mjs +2 -2
  68. package/spaces.js +15 -15
  69. package/spaces.mjs +2 -2
  70. package/temp-contents.js +6 -6
  71. package/temp-contents.mjs +2 -2
  72. package/tenants.js +9 -9
  73. package/tenants.mjs +2 -2
  74. package/themes.js +10 -10
  75. package/themes.mjs +2 -2
  76. package/transports.js +9 -9
  77. package/transports.mjs +2 -2
  78. package/users.js +13 -13
  79. package/users.mjs +2 -2
  80. package/web-integrations.js +8 -8
  81. package/web-integrations.mjs +2 -2
  82. package/web-notifications.js +9 -9
  83. package/web-notifications.mjs +2 -2
  84. package/webhooks.js +13 -13
  85. package/webhooks.mjs +2 -2
  86. package/chunks/NX7ZEIBH.js +0 -41
  87. package/chunks/PTRQR7GJ.js +0 -17
package/data-files.js CHANGED
@@ -1,68 +1,68 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
5
- require('./chunks/ECGUIOPI.js');
4
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
+ require('./chunks/SEXEAWEC.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/data-files.ts
9
- var getDataFiles = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
9
+ var getDataFiles = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/data-files",
12
12
  query,
13
13
  options
14
14
  });
15
- var uploadDataFile = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
15
+ var uploadDataFile = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
16
16
  method: "post",
17
17
  pathTemplate: "/api/v1/data-files",
18
18
  body,
19
19
  contentType: "multipart/form-data",
20
20
  options
21
21
  });
22
- var moveDataFiles = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
22
+ var moveDataFiles = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
23
23
  method: "post",
24
24
  pathTemplate: "/api/v1/data-files/actions/change-space",
25
25
  body,
26
26
  contentType: "application/json",
27
27
  options
28
28
  });
29
- var deleteDataFiles = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
29
+ var deleteDataFiles = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
30
30
  method: "post",
31
31
  pathTemplate: "/api/v1/data-files/actions/delete",
32
32
  body,
33
33
  contentType: "application/json",
34
34
  options
35
35
  });
36
- var getDataFilesConnections = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
36
+ var getDataFilesConnections = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
37
37
  method: "get",
38
38
  pathTemplate: "/api/v1/data-files/connections",
39
39
  query,
40
40
  options
41
41
  });
42
- var getDataFileConnection = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
42
+ var getDataFileConnection = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
43
43
  method: "get",
44
44
  pathTemplate: "/api/v1/data-files/connections/{id}",
45
45
  pathVariables: { id },
46
46
  options
47
47
  });
48
- var getDataFilesQuotas = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
48
+ var getDataFilesQuotas = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
49
49
  method: "get",
50
50
  pathTemplate: "/api/v1/data-files/quotas",
51
51
  options
52
52
  });
53
- var deleteDataFile = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
53
+ var deleteDataFile = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
54
54
  method: "delete",
55
55
  pathTemplate: "/api/v1/data-files/{id}",
56
56
  pathVariables: { id },
57
57
  options
58
58
  });
59
- var getDataFile = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
59
+ var getDataFile = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
60
60
  method: "get",
61
61
  pathTemplate: "/api/v1/data-files/{id}",
62
62
  pathVariables: { id },
63
63
  options
64
64
  });
65
- var reuploadDataFile = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
65
+ var reuploadDataFile = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
66
66
  method: "put",
67
67
  pathTemplate: "/api/v1/data-files/{id}",
68
68
  pathVariables: { id },
@@ -70,7 +70,7 @@ var reuploadDataFile = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call
70
70
  contentType: "multipart/form-data",
71
71
  options
72
72
  });
73
- var changeDataFileOwner = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
73
+ var changeDataFileOwner = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
74
74
  method: "post",
75
75
  pathTemplate: "/api/v1/data-files/{id}/actions/change-owner",
76
76
  pathVariables: { id },
@@ -78,7 +78,7 @@ var changeDataFileOwner = async (id, body, options) => _PTU5VIWSjs.invokeFetch.c
78
78
  contentType: "application/json",
79
79
  options
80
80
  });
81
- var moveDataFile = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "data-files", {
81
+ var moveDataFile = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "data-files", {
82
82
  method: "post",
83
83
  pathTemplate: "/api/v1/data-files/{id}/actions/change-space",
84
84
  pathVariables: { id },
@@ -87,7 +87,7 @@ var moveDataFile = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(voi
87
87
  options
88
88
  });
89
89
  function clearCache() {
90
- return _PTU5VIWSjs.clearApiCache.call(void 0, "data-files");
90
+ return _TH75GYUYjs.clearApiCache.call(void 0, "data-files");
91
91
  }
92
92
  var dataFilesExport = {
93
93
  getDataFiles,
package/data-files.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PLTWBEYY.mjs";
5
- import "./chunks/HJGTOAVG.mjs";
4
+ } from "./chunks/VCYQUP4Y.mjs";
5
+ import "./chunks/X474LM7J.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/data-files.ts
package/extensions.js CHANGED
@@ -1,36 +1,36 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
5
- require('./chunks/ECGUIOPI.js');
4
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
+ require('./chunks/SEXEAWEC.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/extensions.ts
9
- var getExtensions = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
9
+ var getExtensions = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/extensions",
12
12
  options
13
13
  });
14
- var uploadExtension = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
14
+ var uploadExtension = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
15
15
  method: "post",
16
16
  pathTemplate: "/api/v1/extensions",
17
17
  body,
18
18
  contentType: "multipart/form-data",
19
19
  options
20
20
  });
21
- var deleteExtension = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
21
+ var deleteExtension = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
22
22
  method: "delete",
23
23
  pathTemplate: "/api/v1/extensions/{id}",
24
24
  pathVariables: { id },
25
25
  options
26
26
  });
27
- var getExtension = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
27
+ var getExtension = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
28
28
  method: "get",
29
29
  pathTemplate: "/api/v1/extensions/{id}",
30
30
  pathVariables: { id },
31
31
  options
32
32
  });
33
- var patchExtension = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
33
+ var patchExtension = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
34
34
  method: "patch",
35
35
  pathTemplate: "/api/v1/extensions/{id}",
36
36
  pathVariables: { id },
@@ -38,20 +38,20 @@ var patchExtension = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(v
38
38
  contentType: "multipart/form-data",
39
39
  options
40
40
  });
41
- var downloadExtension = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
41
+ var downloadExtension = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
42
42
  method: "get",
43
43
  pathTemplate: "/api/v1/extensions/{id}/file",
44
44
  pathVariables: { id },
45
45
  options
46
46
  });
47
- var downloadFileFromExtension = async (id, filepath, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "extensions", {
47
+ var downloadFileFromExtension = async (id, filepath, options) => _TH75GYUYjs.invokeFetch.call(void 0, "extensions", {
48
48
  method: "get",
49
49
  pathTemplate: "/api/v1/extensions/{id}/file/{filepath}",
50
50
  pathVariables: { id, filepath },
51
51
  options
52
52
  });
53
53
  function clearCache() {
54
- return _PTU5VIWSjs.clearApiCache.call(void 0, "extensions");
54
+ return _TH75GYUYjs.clearApiCache.call(void 0, "extensions");
55
55
  }
56
56
  var extensionsExport = {
57
57
  getExtensions,
package/extensions.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PLTWBEYY.mjs";
5
- import "./chunks/HJGTOAVG.mjs";
4
+ } from "./chunks/VCYQUP4Y.mjs";
5
+ import "./chunks/X474LM7J.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/extensions.ts
package/glossaries.js CHANGED
@@ -1,25 +1,25 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
5
- require('./chunks/ECGUIOPI.js');
4
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
+ require('./chunks/SEXEAWEC.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/glossaries.ts
9
- var getGlossaries = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
9
+ var getGlossaries = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/glossaries",
12
12
  query,
13
13
  options
14
14
  });
15
- var createGlossary = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
15
+ var createGlossary = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
16
16
  method: "post",
17
17
  pathTemplate: "/api/v1/glossaries",
18
18
  body,
19
19
  contentType: "application/json",
20
20
  options
21
21
  });
22
- var importGlossary = async (query, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
22
+ var importGlossary = async (query, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
23
23
  method: "post",
24
24
  pathTemplate: "/api/v1/glossaries/actions/import",
25
25
  query,
@@ -27,19 +27,19 @@ var importGlossary = async (query, body, options) => _PTU5VIWSjs.invokeFetch.cal
27
27
  contentType: "application/json",
28
28
  options
29
29
  });
30
- var deleteGlossary = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
30
+ var deleteGlossary = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
31
31
  method: "delete",
32
32
  pathTemplate: "/api/v1/glossaries/{id}",
33
33
  pathVariables: { id },
34
34
  options
35
35
  });
36
- var getGlossary = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
36
+ var getGlossary = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
37
37
  method: "get",
38
38
  pathTemplate: "/api/v1/glossaries/{id}",
39
39
  pathVariables: { id },
40
40
  options
41
41
  });
42
- var patchGlossary = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
42
+ var patchGlossary = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
43
43
  method: "patch",
44
44
  pathTemplate: "/api/v1/glossaries/{id}",
45
45
  pathVariables: { id },
@@ -47,7 +47,7 @@ var patchGlossary = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(vo
47
47
  contentType: "application/json",
48
48
  options
49
49
  });
50
- var updateGlossary = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
50
+ var updateGlossary = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
51
51
  method: "put",
52
52
  pathTemplate: "/api/v1/glossaries/{id}",
53
53
  pathVariables: { id },
@@ -55,20 +55,20 @@ var updateGlossary = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(v
55
55
  contentType: "application/json",
56
56
  options
57
57
  });
58
- var exportGlossary = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
58
+ var exportGlossary = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
59
59
  method: "get",
60
60
  pathTemplate: "/api/v1/glossaries/{id}/actions/export",
61
61
  pathVariables: { id },
62
62
  options
63
63
  });
64
- var getGlossaryCategories = async (id, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
64
+ var getGlossaryCategories = async (id, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
65
65
  method: "get",
66
66
  pathTemplate: "/api/v1/glossaries/{id}/categories",
67
67
  pathVariables: { id },
68
68
  query,
69
69
  options
70
70
  });
71
- var createGlossaryCategory = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
71
+ var createGlossaryCategory = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
72
72
  method: "post",
73
73
  pathTemplate: "/api/v1/glossaries/{id}/categories",
74
74
  pathVariables: { id },
@@ -76,19 +76,19 @@ var createGlossaryCategory = async (id, body, options) => _PTU5VIWSjs.invokeFetc
76
76
  contentType: "application/json",
77
77
  options
78
78
  });
79
- var deleteGlossaryCategory = async (id, categoryId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
79
+ var deleteGlossaryCategory = async (id, categoryId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
80
80
  method: "delete",
81
81
  pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
82
82
  pathVariables: { id, categoryId },
83
83
  options
84
84
  });
85
- var getGlossaryCategory = async (id, categoryId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
85
+ var getGlossaryCategory = async (id, categoryId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
86
86
  method: "get",
87
87
  pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
88
88
  pathVariables: { id, categoryId },
89
89
  options
90
90
  });
91
- var patchGlossaryCategory = async (id, categoryId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
91
+ var patchGlossaryCategory = async (id, categoryId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
92
92
  method: "patch",
93
93
  pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
94
94
  pathVariables: { id, categoryId },
@@ -96,7 +96,7 @@ var patchGlossaryCategory = async (id, categoryId, body, options) => _PTU5VIWSjs
96
96
  contentType: "application/json",
97
97
  options
98
98
  });
99
- var updateGlossaryCategory = async (id, categoryId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
99
+ var updateGlossaryCategory = async (id, categoryId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
100
100
  method: "put",
101
101
  pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
102
102
  pathVariables: { id, categoryId },
@@ -104,14 +104,14 @@ var updateGlossaryCategory = async (id, categoryId, body, options) => _PTU5VIWSj
104
104
  contentType: "application/json",
105
105
  options
106
106
  });
107
- var getGlossaryTerms = async (id, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
107
+ var getGlossaryTerms = async (id, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
108
108
  method: "get",
109
109
  pathTemplate: "/api/v1/glossaries/{id}/terms",
110
110
  pathVariables: { id },
111
111
  query,
112
112
  options
113
113
  });
114
- var createGlossaryTerm = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
114
+ var createGlossaryTerm = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
115
115
  method: "post",
116
116
  pathTemplate: "/api/v1/glossaries/{id}/terms",
117
117
  pathVariables: { id },
@@ -119,19 +119,19 @@ var createGlossaryTerm = async (id, body, options) => _PTU5VIWSjs.invokeFetch.ca
119
119
  contentType: "application/json",
120
120
  options
121
121
  });
122
- var deleteGlossaryTerm = async (id, termId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
122
+ var deleteGlossaryTerm = async (id, termId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
123
123
  method: "delete",
124
124
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
125
125
  pathVariables: { id, termId },
126
126
  options
127
127
  });
128
- var getGlossaryTerm = async (id, termId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
128
+ var getGlossaryTerm = async (id, termId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
129
129
  method: "get",
130
130
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
131
131
  pathVariables: { id, termId },
132
132
  options
133
133
  });
134
- var patchGlossaryTerm = async (id, termId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
134
+ var patchGlossaryTerm = async (id, termId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
135
135
  method: "patch",
136
136
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
137
137
  pathVariables: { id, termId },
@@ -139,7 +139,7 @@ var patchGlossaryTerm = async (id, termId, body, options) => _PTU5VIWSjs.invokeF
139
139
  contentType: "application/json",
140
140
  options
141
141
  });
142
- var updateGlossaryTerm = async (id, termId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
142
+ var updateGlossaryTerm = async (id, termId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
143
143
  method: "put",
144
144
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
145
145
  pathVariables: { id, termId },
@@ -147,21 +147,21 @@ var updateGlossaryTerm = async (id, termId, body, options) => _PTU5VIWSjs.invoke
147
147
  contentType: "application/json",
148
148
  options
149
149
  });
150
- var changeGlossaryTermStatus = async (id, termId, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
150
+ var changeGlossaryTermStatus = async (id, termId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
151
151
  method: "post",
152
152
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/actions/change-status",
153
153
  pathVariables: { id, termId },
154
154
  query,
155
155
  options
156
156
  });
157
- var getGlossaryTermLinks = async (id, termId, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
157
+ var getGlossaryTermLinks = async (id, termId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
158
158
  method: "get",
159
159
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/links",
160
160
  pathVariables: { id, termId },
161
161
  query,
162
162
  options
163
163
  });
164
- var createGlossaryTermLink = async (id, termId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
164
+ var createGlossaryTermLink = async (id, termId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
165
165
  method: "post",
166
166
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/links",
167
167
  pathVariables: { id, termId },
@@ -169,7 +169,7 @@ var createGlossaryTermLink = async (id, termId, body, options) => _PTU5VIWSjs.in
169
169
  contentType: "application/json",
170
170
  options
171
171
  });
172
- var getGlossaryTermRevisions = async (id, termId, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "glossaries", {
172
+ var getGlossaryTermRevisions = async (id, termId, query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "glossaries", {
173
173
  method: "get",
174
174
  pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/revisions",
175
175
  pathVariables: { id, termId },
@@ -177,7 +177,7 @@ var getGlossaryTermRevisions = async (id, termId, query, options) => _PTU5VIWSjs
177
177
  options
178
178
  });
179
179
  function clearCache() {
180
- return _PTU5VIWSjs.clearApiCache.call(void 0, "glossaries");
180
+ return _TH75GYUYjs.clearApiCache.call(void 0, "glossaries");
181
181
  }
182
182
  var glossariesExport = {
183
183
  getGlossaries,
package/glossaries.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PLTWBEYY.mjs";
5
- import "./chunks/HJGTOAVG.mjs";
4
+ } from "./chunks/VCYQUP4Y.mjs";
5
+ import "./chunks/X474LM7J.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.js CHANGED
@@ -1,25 +1,25 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
5
- require('./chunks/ECGUIOPI.js');
4
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
+ require('./chunks/SEXEAWEC.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/groups.ts
9
- var getGroups = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
9
+ var getGroups = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/groups",
12
12
  query,
13
13
  options
14
14
  });
15
- var createGroup = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
15
+ var createGroup = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
16
16
  method: "post",
17
17
  pathTemplate: "/api/v1/groups",
18
18
  body,
19
19
  contentType: "application/json",
20
20
  options
21
21
  });
22
- var filterGroups = async (query, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
22
+ var filterGroups = async (query, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
23
23
  method: "post",
24
24
  pathTemplate: "/api/v1/groups/actions/filter",
25
25
  query,
@@ -27,31 +27,31 @@ var filterGroups = async (query, body, options) => _PTU5VIWSjs.invokeFetch.call(
27
27
  contentType: "application/json",
28
28
  options
29
29
  });
30
- var getGroupsSettings = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
30
+ var getGroupsSettings = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
31
31
  method: "get",
32
32
  pathTemplate: "/api/v1/groups/settings",
33
33
  options
34
34
  });
35
- var patchGroupsSettings = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
35
+ var patchGroupsSettings = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
36
36
  method: "patch",
37
37
  pathTemplate: "/api/v1/groups/settings",
38
38
  body,
39
39
  contentType: "application/json",
40
40
  options
41
41
  });
42
- var deleteGroup = async (groupId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
42
+ var deleteGroup = async (groupId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
43
43
  method: "delete",
44
44
  pathTemplate: "/api/v1/groups/{groupId}",
45
45
  pathVariables: { groupId },
46
46
  options
47
47
  });
48
- var getGroup = async (groupId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
48
+ var getGroup = async (groupId, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
49
49
  method: "get",
50
50
  pathTemplate: "/api/v1/groups/{groupId}",
51
51
  pathVariables: { groupId },
52
52
  options
53
53
  });
54
- var patchGroup = async (groupId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "groups", {
54
+ var patchGroup = async (groupId, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "groups", {
55
55
  method: "patch",
56
56
  pathTemplate: "/api/v1/groups/{groupId}",
57
57
  pathVariables: { groupId },
@@ -60,7 +60,7 @@ var patchGroup = async (groupId, body, options) => _PTU5VIWSjs.invokeFetch.call(
60
60
  options
61
61
  });
62
62
  function clearCache() {
63
- return _PTU5VIWSjs.clearApiCache.call(void 0, "groups");
63
+ return _TH75GYUYjs.clearApiCache.call(void 0, "groups");
64
64
  }
65
65
  var groupsExport = {
66
66
  getGroups,
package/groups.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PLTWBEYY.mjs";
5
- import "./chunks/HJGTOAVG.mjs";
4
+ } from "./chunks/VCYQUP4Y.mjs";
5
+ import "./chunks/X474LM7J.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/groups.ts
@@ -1,52 +1,52 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
5
- require('./chunks/ECGUIOPI.js');
4
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
5
+ require('./chunks/SEXEAWEC.js');
6
6
  require('./chunks/4HB3TAEO.js');
7
7
 
8
8
  // src/public/rest/identity-providers.ts
9
- var getIdps = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
9
+ var getIdps = async (query, options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
10
10
  method: "get",
11
11
  pathTemplate: "/api/v1/identity-providers",
12
12
  query,
13
13
  options
14
14
  });
15
- var createIdp = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
15
+ var createIdp = async (body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
16
16
  method: "post",
17
17
  pathTemplate: "/api/v1/identity-providers",
18
18
  body,
19
19
  contentType: "application/json",
20
20
  options
21
21
  });
22
- var getIdpWellKnownMetaData = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
22
+ var getIdpWellKnownMetaData = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
23
23
  method: "get",
24
24
  pathTemplate: "/api/v1/identity-providers/.well-known/metadata.json",
25
25
  options
26
26
  });
27
- var getMyIdpMeta = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
27
+ var getMyIdpMeta = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
28
28
  method: "get",
29
29
  pathTemplate: "/api/v1/identity-providers/me/meta",
30
30
  options
31
31
  });
32
- var getIdpStatuses = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
32
+ var getIdpStatuses = async (options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
33
33
  method: "get",
34
34
  pathTemplate: "/api/v1/identity-providers/status",
35
35
  options
36
36
  });
37
- var deleteIdp = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
37
+ var deleteIdp = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
38
38
  method: "delete",
39
39
  pathTemplate: "/api/v1/identity-providers/{id}",
40
40
  pathVariables: { id },
41
41
  options
42
42
  });
43
- var getIdp = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
43
+ var getIdp = async (id, options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
44
44
  method: "get",
45
45
  pathTemplate: "/api/v1/identity-providers/{id}",
46
46
  pathVariables: { id },
47
47
  options
48
48
  });
49
- var patchIdp = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "identity-providers", {
49
+ var patchIdp = async (id, body, options) => _TH75GYUYjs.invokeFetch.call(void 0, "identity-providers", {
50
50
  method: "patch",
51
51
  pathTemplate: "/api/v1/identity-providers/{id}",
52
52
  pathVariables: { id },
@@ -55,7 +55,7 @@ var patchIdp = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0,
55
55
  options
56
56
  });
57
57
  function clearCache() {
58
- return _PTU5VIWSjs.clearApiCache.call(void 0, "identity-providers");
58
+ return _TH75GYUYjs.clearApiCache.call(void 0, "identity-providers");
59
59
  }
60
60
  var identityProvidersExport = {
61
61
  getIdps,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PLTWBEYY.mjs";
5
- import "./chunks/HJGTOAVG.mjs";
4
+ } from "./chunks/VCYQUP4Y.mjs";
5
+ import "./chunks/X474LM7J.mjs";
6
6
  import "./chunks/VSY5YIQY.mjs";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _A6R47NQVjs = require('./chunks/A6R47NQV.js');
3
+ var _SMKHFJJFjs = require('./chunks/SMKHFJJF.js');
4
4
 
5
5
 
6
- var _HWOIITGYjs = require('./chunks/HWOIITGY.js');
6
+ var _ICTODCOLjs = require('./chunks/ICTODCOL.js');
7
7
 
8
8
 
9
9
 
10
- var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
11
- require('./chunks/ECGUIOPI.js');
10
+ var _TH75GYUYjs = require('./chunks/TH75GYUY.js');
11
+ require('./chunks/SEXEAWEC.js');
12
12
  require('./chunks/4HB3TAEO.js');
13
13
 
14
14
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
@@ -84,7 +84,7 @@ function apiDefToApi(namespace, def) {
84
84
  return runtimeApiCache[namespace];
85
85
  }
86
86
  const api2 = {
87
- clearCache: () => _PTU5VIWSjs.clearApiCache.call(void 0, namespace)
87
+ clearCache: () => _TH75GYUYjs.clearApiCache.call(void 0, namespace)
88
88
  };
89
89
  const initFunc = () => {
90
90
  traverse(namespace, "", def, api2);
@@ -153,7 +153,7 @@ function createClassicApiFn(namespace, operationName, pathTemplate, method, argN
153
153
  if (useInstead) {
154
154
  console.warn(`${namespace}.${operationName} is deprecated, use ${useInstead} instead`);
155
155
  }
156
- return _PTU5VIWSjs.invokeFetch.call(void 0, namespace, {
156
+ return _TH75GYUYjs.invokeFetch.call(void 0, namespace, {
157
157
  method,
158
158
  pathTemplate,
159
159
  pathVariables,
@@ -249,7 +249,7 @@ var audits = apiDefToApi("audits", {
249
249
  }
250
250
  }
251
251
  });
252
- var auth = _A6R47NQVjs.auth_default;
252
+ var auth = _SMKHFJJFjs.auth_default;
253
253
  var automations = apiDefToApi("automations", {
254
254
  api: {
255
255
  v1: {
@@ -496,7 +496,7 @@ var licenses = apiDefToApi("licenses", {
496
496
  }
497
497
  }
498
498
  });
499
- var qix = _HWOIITGYjs.qix_default;
499
+ var qix = _ICTODCOLjs.qix_default;
500
500
  var quotas = apiDefToApi("quotas", {
501
501
  api: { v1: { quotas: { "": ["getQuotas:GQ:"], "{id}": ["getQuota:GQ:"] } } }
502
502
  });