@qlik/api 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-keys.js +10 -10
- package/api-keys.mjs +2 -2
- package/apps.js +46 -46
- package/apps.mjs +2 -2
- package/audits.js +9 -9
- package/audits.mjs +2 -2
- package/auth.js +3 -3
- package/auth.mjs +2 -2
- package/automations.js +21 -21
- package/automations.mjs +2 -2
- package/brands.js +15 -15
- package/brands.mjs +2 -2
- package/chunks/{42LZKDDD.mjs → 2PUNHMD4.mjs} +1 -1
- package/chunks/{HFNJ3ERI.mjs → 45QSVHHO.mjs} +2 -2
- package/chunks/{AVQ3WHH7.js → 55OD3EOU.js} +8 -8
- package/chunks/{FUU5VIC4.mjs → 5IH4NGHZ.mjs} +1 -1
- package/chunks/{KEPPVUY3.mjs → 5Q6T4ICX.mjs} +1 -1
- package/chunks/{ILOY5QEA.js → A6R47NQV.js} +4 -4
- package/chunks/{FG5GDUSZ.js → ECGUIOPI.js} +3 -3
- package/chunks/{WCJ4JQHA.js → EGL4ERKM.js} +8 -8
- package/chunks/{O5POHH2Q.mjs → HJGTOAVG.mjs} +3 -3
- package/chunks/{3MHXEHLQ.js → HWOIITGY.js} +2 -2
- package/chunks/{34FMVD4C.mjs → JMVQWFDT.mjs} +5 -5
- package/chunks/{MMUU2CQM.mjs → JQMXDZQY.mjs} +1 -1
- package/chunks/NX7ZEIBH.js +41 -0
- package/chunks/{HWZC3PIL.mjs → PLTWBEYY.mjs} +1 -1
- package/chunks/PTRQR7GJ.js +17 -0
- package/chunks/{QMWU5E4D.js → PTU5VIWS.js} +3 -3
- package/chunks/{VMS4MOCI.mjs → QX32SETN.mjs} +17 -13
- package/chunks/{37PLWNAN.js → WQOWTWQO.js} +17 -13
- package/collections.js +14 -14
- package/collections.mjs +2 -2
- package/csp-origins.js +9 -9
- package/csp-origins.mjs +2 -2
- package/data-assets.js +8 -8
- package/data-assets.mjs +2 -2
- package/data-connections.js +12 -12
- package/data-connections.mjs +2 -2
- package/data-credentials.js +7 -7
- package/data-credentials.mjs +2 -2
- package/data-files.js +15 -15
- package/data-files.mjs +2 -2
- package/extensions.js +10 -10
- package/extensions.mjs +2 -2
- package/glossaries.js +27 -27
- package/glossaries.mjs +2 -2
- package/groups.js +11 -11
- package/groups.mjs +2 -2
- package/identity-providers.js +11 -11
- package/identity-providers.mjs +2 -2
- package/index.js +8 -8
- package/index.mjs +4 -4
- package/items.js +11 -11
- package/items.mjs +2 -2
- package/licenses.js +12 -12
- package/licenses.mjs +2 -2
- package/package.json +1 -1
- package/qix.js +3 -3
- package/qix.mjs +2 -2
- package/quotas.js +5 -5
- package/quotas.mjs +2 -2
- package/reload-tasks.js +8 -8
- package/reload-tasks.mjs +2 -2
- package/reloads.js +7 -7
- package/reloads.mjs +2 -2
- package/roles.js +5 -5
- package/roles.mjs +2 -2
- package/spaces.js +15 -15
- package/spaces.mjs +2 -2
- package/temp-contents.js +6 -6
- package/temp-contents.mjs +2 -2
- package/tenants.js +9 -9
- package/tenants.mjs +2 -2
- package/themes.js +10 -10
- package/themes.mjs +2 -2
- package/transports.js +9 -9
- package/transports.mjs +2 -2
- package/users.js +13 -13
- package/users.mjs +2 -2
- package/web-integrations.js +8 -8
- package/web-integrations.mjs +2 -2
- package/web-notifications.js +9 -9
- package/web-notifications.mjs +2 -2
- package/webhooks.js +13 -13
- package/webhooks.mjs +2 -2
- package/chunks/RMNAO4DP.js +0 -17
- package/chunks/SUYUL6MB.js +0 -41
package/tenants.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/tenants.ts
|
|
9
|
-
var createTenant = async (body, options) =>
|
|
9
|
+
var createTenant = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
10
10
|
method: "post",
|
|
11
11
|
pathTemplate: "/api/v1/tenants",
|
|
12
12
|
body,
|
|
13
13
|
contentType: "application/json",
|
|
14
14
|
options
|
|
15
15
|
});
|
|
16
|
-
var getMyTenant = async (options) =>
|
|
16
|
+
var getMyTenant = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
17
17
|
method: "get",
|
|
18
18
|
pathTemplate: "/api/v1/tenants/me",
|
|
19
19
|
options
|
|
20
20
|
});
|
|
21
|
-
var getTenant = async (tenantId, options) =>
|
|
21
|
+
var getTenant = async (tenantId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
22
22
|
method: "get",
|
|
23
23
|
pathTemplate: "/api/v1/tenants/{tenantId}",
|
|
24
24
|
pathVariables: { tenantId },
|
|
25
25
|
options
|
|
26
26
|
});
|
|
27
|
-
var patchTenant = async (tenantId, body, options) =>
|
|
27
|
+
var patchTenant = async (tenantId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
28
28
|
method: "patch",
|
|
29
29
|
pathTemplate: "/api/v1/tenants/{tenantId}",
|
|
30
30
|
pathVariables: { tenantId },
|
|
@@ -32,7 +32,7 @@ var patchTenant = async (tenantId, body, options) => _QMWU5E4Djs.invokeFetch.cal
|
|
|
32
32
|
contentType: "application/json",
|
|
33
33
|
options
|
|
34
34
|
});
|
|
35
|
-
var deactivateTenant = async (tenantId, body, options) =>
|
|
35
|
+
var deactivateTenant = async (tenantId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
36
36
|
method: "post",
|
|
37
37
|
pathTemplate: "/api/v1/tenants/{tenantId}/actions/deactivate",
|
|
38
38
|
pathVariables: { tenantId },
|
|
@@ -40,7 +40,7 @@ var deactivateTenant = async (tenantId, body, options) => _QMWU5E4Djs.invokeFetc
|
|
|
40
40
|
contentType: "application/json",
|
|
41
41
|
options
|
|
42
42
|
});
|
|
43
|
-
var reactivateTenant = async (tenantId, body, options) =>
|
|
43
|
+
var reactivateTenant = async (tenantId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "tenants", {
|
|
44
44
|
method: "post",
|
|
45
45
|
pathTemplate: "/api/v1/tenants/{tenantId}/actions/reactivate",
|
|
46
46
|
pathVariables: { tenantId },
|
|
@@ -49,7 +49,7 @@ var reactivateTenant = async (tenantId, body, options) => _QMWU5E4Djs.invokeFetc
|
|
|
49
49
|
options
|
|
50
50
|
});
|
|
51
51
|
function clearCache() {
|
|
52
|
-
return
|
|
52
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "tenants");
|
|
53
53
|
}
|
|
54
54
|
var tenantsExport = {
|
|
55
55
|
createTenant,
|
package/tenants.mjs
CHANGED
package/themes.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/themes.ts
|
|
9
|
-
var getThemes = async (options) =>
|
|
9
|
+
var getThemes = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/themes",
|
|
12
12
|
options
|
|
13
13
|
});
|
|
14
|
-
var uploadTheme = async (body, options) =>
|
|
14
|
+
var uploadTheme = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
15
15
|
method: "post",
|
|
16
16
|
pathTemplate: "/api/v1/themes",
|
|
17
17
|
body,
|
|
18
18
|
contentType: "multipart/form-data",
|
|
19
19
|
options
|
|
20
20
|
});
|
|
21
|
-
var deleteTheme = async (id, options) =>
|
|
21
|
+
var deleteTheme = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
22
22
|
method: "delete",
|
|
23
23
|
pathTemplate: "/api/v1/themes/{id}",
|
|
24
24
|
pathVariables: { id },
|
|
25
25
|
options
|
|
26
26
|
});
|
|
27
|
-
var getTheme = async (id, options) =>
|
|
27
|
+
var getTheme = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
28
28
|
method: "get",
|
|
29
29
|
pathTemplate: "/api/v1/themes/{id}",
|
|
30
30
|
pathVariables: { id },
|
|
31
31
|
options
|
|
32
32
|
});
|
|
33
|
-
var patchTheme = async (id, body, options) =>
|
|
33
|
+
var patchTheme = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
34
34
|
method: "patch",
|
|
35
35
|
pathTemplate: "/api/v1/themes/{id}",
|
|
36
36
|
pathVariables: { id },
|
|
@@ -38,20 +38,20 @@ var patchTheme = async (id, body, options) => _QMWU5E4Djs.invokeFetch.call(void
|
|
|
38
38
|
contentType: "multipart/form-data",
|
|
39
39
|
options
|
|
40
40
|
});
|
|
41
|
-
var downloadTheme = async (id, options) =>
|
|
41
|
+
var downloadTheme = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
42
42
|
method: "get",
|
|
43
43
|
pathTemplate: "/api/v1/themes/{id}/file",
|
|
44
44
|
pathVariables: { id },
|
|
45
45
|
options
|
|
46
46
|
});
|
|
47
|
-
var downloadFileFromTheme = async (id, filepath, options) =>
|
|
47
|
+
var downloadFileFromTheme = async (id, filepath, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "themes", {
|
|
48
48
|
method: "get",
|
|
49
49
|
pathTemplate: "/api/v1/themes/{id}/file/{filepath}",
|
|
50
50
|
pathVariables: { id, filepath },
|
|
51
51
|
options
|
|
52
52
|
});
|
|
53
53
|
function clearCache() {
|
|
54
|
-
return
|
|
54
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "themes");
|
|
55
55
|
}
|
|
56
56
|
var themesExport = {
|
|
57
57
|
getThemes,
|
package/themes.mjs
CHANGED
package/transports.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/transports.ts
|
|
9
|
-
var deleteEmailConfig = async (options) =>
|
|
9
|
+
var deleteEmailConfig = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
10
10
|
method: "delete",
|
|
11
11
|
pathTemplate: "/api/v1/transports/email-config",
|
|
12
12
|
options
|
|
13
13
|
});
|
|
14
|
-
var getEmailConfig = async (options) =>
|
|
14
|
+
var getEmailConfig = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
15
15
|
method: "get",
|
|
16
16
|
pathTemplate: "/api/v1/transports/email-config",
|
|
17
17
|
options
|
|
18
18
|
});
|
|
19
|
-
var patchEmailConfig = async (body, options) =>
|
|
19
|
+
var patchEmailConfig = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
20
20
|
method: "patch",
|
|
21
21
|
pathTemplate: "/api/v1/transports/email-config",
|
|
22
22
|
body,
|
|
23
23
|
contentType: "application/json",
|
|
24
24
|
options
|
|
25
25
|
});
|
|
26
|
-
var sendTestEmail = async (body, options) =>
|
|
26
|
+
var sendTestEmail = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
27
27
|
method: "post",
|
|
28
28
|
pathTemplate: "/api/v1/transports/email-config/actions/send-test-email",
|
|
29
29
|
body,
|
|
30
30
|
contentType: "application/json",
|
|
31
31
|
options
|
|
32
32
|
});
|
|
33
|
-
var validateEmailConfig = async (options) =>
|
|
33
|
+
var validateEmailConfig = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
34
34
|
method: "post",
|
|
35
35
|
pathTemplate: "/api/v1/transports/email-config/actions/validate",
|
|
36
36
|
options
|
|
37
37
|
});
|
|
38
|
-
var verifyEmailConfigConnection = async (options) =>
|
|
38
|
+
var verifyEmailConfigConnection = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "transports", {
|
|
39
39
|
method: "post",
|
|
40
40
|
pathTemplate: "/api/v1/transports/email-config/actions/verify-connection",
|
|
41
41
|
options
|
|
42
42
|
});
|
|
43
43
|
function clearCache() {
|
|
44
|
-
return
|
|
44
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "transports");
|
|
45
45
|
}
|
|
46
46
|
var transportsExport = {
|
|
47
47
|
deleteEmailConfig,
|
package/transports.mjs
CHANGED
package/users.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/users.ts
|
|
9
|
-
var getUsers = async (query, options) =>
|
|
9
|
+
var getUsers = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/users",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createUser = async (body, options) =>
|
|
15
|
+
var createUser = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/users",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var countUsers = async (query, options) =>
|
|
22
|
+
var countUsers = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
23
23
|
method: "get",
|
|
24
24
|
pathTemplate: "/api/v1/users/actions/count",
|
|
25
25
|
query,
|
|
26
26
|
options
|
|
27
27
|
});
|
|
28
|
-
var filterUsers = async (query, body, options) =>
|
|
28
|
+
var filterUsers = async (query, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
29
29
|
method: "post",
|
|
30
30
|
pathTemplate: "/api/v1/users/actions/filter",
|
|
31
31
|
query,
|
|
@@ -33,37 +33,37 @@ var filterUsers = async (query, body, options) => _QMWU5E4Djs.invokeFetch.call(v
|
|
|
33
33
|
contentType: "application/json",
|
|
34
34
|
options
|
|
35
35
|
});
|
|
36
|
-
var inviteUsers = async (body, options) =>
|
|
36
|
+
var inviteUsers = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
37
37
|
method: "post",
|
|
38
38
|
pathTemplate: "/api/v1/users/actions/invite",
|
|
39
39
|
body,
|
|
40
40
|
contentType: "application/json",
|
|
41
41
|
options
|
|
42
42
|
});
|
|
43
|
-
var getMyUser = async (options) =>
|
|
43
|
+
var getMyUser = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
44
44
|
method: "get",
|
|
45
45
|
pathTemplate: "/api/v1/users/me",
|
|
46
46
|
options
|
|
47
47
|
});
|
|
48
|
-
var getUsersMetadata = async (options) =>
|
|
48
|
+
var getUsersMetadata = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
49
49
|
method: "get",
|
|
50
50
|
pathTemplate: "/api/v1/users/metadata",
|
|
51
51
|
options
|
|
52
52
|
});
|
|
53
|
-
var deleteUser = async (userId, options) =>
|
|
53
|
+
var deleteUser = async (userId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
54
54
|
method: "delete",
|
|
55
55
|
pathTemplate: "/api/v1/users/{userId}",
|
|
56
56
|
pathVariables: { userId },
|
|
57
57
|
options
|
|
58
58
|
});
|
|
59
|
-
var getUser = async (userId, query, options) =>
|
|
59
|
+
var getUser = async (userId, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
60
60
|
method: "get",
|
|
61
61
|
pathTemplate: "/api/v1/users/{userId}",
|
|
62
62
|
pathVariables: { userId },
|
|
63
63
|
query,
|
|
64
64
|
options
|
|
65
65
|
});
|
|
66
|
-
var patchUser = async (userId, body, options) =>
|
|
66
|
+
var patchUser = async (userId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "users", {
|
|
67
67
|
method: "patch",
|
|
68
68
|
pathTemplate: "/api/v1/users/{userId}",
|
|
69
69
|
pathVariables: { userId },
|
|
@@ -72,7 +72,7 @@ var patchUser = async (userId, body, options) => _QMWU5E4Djs.invokeFetch.call(vo
|
|
|
72
72
|
options
|
|
73
73
|
});
|
|
74
74
|
function clearCache() {
|
|
75
|
-
return
|
|
75
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "users");
|
|
76
76
|
}
|
|
77
77
|
var usersExport = {
|
|
78
78
|
getUsers,
|
package/users.mjs
CHANGED
package/web-integrations.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/web-integrations.ts
|
|
9
|
-
var getWebIntegrations = async (query, options) =>
|
|
9
|
+
var getWebIntegrations = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-integrations", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/web-integrations",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createWebIntegration = async (body, options) =>
|
|
15
|
+
var createWebIntegration = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-integrations", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/web-integrations",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var deleteWebIntegration = async (id, options) =>
|
|
22
|
+
var deleteWebIntegration = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-integrations", {
|
|
23
23
|
method: "delete",
|
|
24
24
|
pathTemplate: "/api/v1/web-integrations/{id}",
|
|
25
25
|
pathVariables: { id },
|
|
26
26
|
options
|
|
27
27
|
});
|
|
28
|
-
var getWebIntegration = async (id, options) =>
|
|
28
|
+
var getWebIntegration = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-integrations", {
|
|
29
29
|
method: "get",
|
|
30
30
|
pathTemplate: "/api/v1/web-integrations/{id}",
|
|
31
31
|
pathVariables: { id },
|
|
32
32
|
options
|
|
33
33
|
});
|
|
34
|
-
var patchWebIntegration = async (id, body, options) =>
|
|
34
|
+
var patchWebIntegration = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-integrations", {
|
|
35
35
|
method: "patch",
|
|
36
36
|
pathTemplate: "/api/v1/web-integrations/{id}",
|
|
37
37
|
pathVariables: { id },
|
|
@@ -40,7 +40,7 @@ var patchWebIntegration = async (id, body, options) => _QMWU5E4Djs.invokeFetch.c
|
|
|
40
40
|
options
|
|
41
41
|
});
|
|
42
42
|
function clearCache() {
|
|
43
|
-
return
|
|
43
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "web-integrations");
|
|
44
44
|
}
|
|
45
45
|
var webIntegrationsExport = {
|
|
46
46
|
getWebIntegrations,
|
package/web-integrations.mjs
CHANGED
package/web-notifications.js
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/web-notifications.ts
|
|
9
|
-
var getNotifications = async (query, options) =>
|
|
9
|
+
var getNotifications = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/web-notifications",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var deleteNotifications = async (options) =>
|
|
15
|
+
var deleteNotifications = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
16
16
|
method: "delete",
|
|
17
17
|
pathTemplate: "/api/v1/web-notifications/all",
|
|
18
18
|
options
|
|
19
19
|
});
|
|
20
|
-
var patchNotifications = async (body, options) =>
|
|
20
|
+
var patchNotifications = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
21
21
|
method: "patch",
|
|
22
22
|
pathTemplate: "/api/v1/web-notifications/all",
|
|
23
23
|
body,
|
|
24
24
|
contentType: "application/json",
|
|
25
25
|
options
|
|
26
26
|
});
|
|
27
|
-
var deleteNotification = async (notificationId, options) =>
|
|
27
|
+
var deleteNotification = async (notificationId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
28
28
|
method: "delete",
|
|
29
29
|
pathTemplate: "/api/v1/web-notifications/{notificationId}",
|
|
30
30
|
pathVariables: { notificationId },
|
|
31
31
|
options
|
|
32
32
|
});
|
|
33
|
-
var getNotification = async (notificationId, options) =>
|
|
33
|
+
var getNotification = async (notificationId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
34
34
|
method: "get",
|
|
35
35
|
pathTemplate: "/api/v1/web-notifications/{notificationId}",
|
|
36
36
|
pathVariables: { notificationId },
|
|
37
37
|
options
|
|
38
38
|
});
|
|
39
|
-
var patchNotification = async (notificationId, body, options) =>
|
|
39
|
+
var patchNotification = async (notificationId, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "web-notifications", {
|
|
40
40
|
method: "patch",
|
|
41
41
|
pathTemplate: "/api/v1/web-notifications/{notificationId}",
|
|
42
42
|
pathVariables: { notificationId },
|
|
@@ -45,7 +45,7 @@ var patchNotification = async (notificationId, body, options) => _QMWU5E4Djs.inv
|
|
|
45
45
|
options
|
|
46
46
|
});
|
|
47
47
|
function clearCache() {
|
|
48
|
-
return
|
|
48
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "web-notifications");
|
|
49
49
|
}
|
|
50
50
|
var webNotificationsExport = {
|
|
51
51
|
getNotifications,
|
package/web-notifications.mjs
CHANGED
package/webhooks.js
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunks/
|
|
4
|
+
var _PTU5VIWSjs = require('./chunks/PTU5VIWS.js');
|
|
5
|
+
require('./chunks/ECGUIOPI.js');
|
|
6
6
|
require('./chunks/4HB3TAEO.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/webhooks.ts
|
|
9
|
-
var getWebhooks = async (query, options) =>
|
|
9
|
+
var getWebhooks = async (query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/webhooks",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createWebhook = async (body, options) =>
|
|
15
|
+
var createWebhook = async (body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/webhooks",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var getWebhookEventTypes = async (options) =>
|
|
22
|
+
var getWebhookEventTypes = async (options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
23
23
|
method: "get",
|
|
24
24
|
pathTemplate: "/api/v1/webhooks/event-types",
|
|
25
25
|
options
|
|
26
26
|
});
|
|
27
|
-
var deleteWebhook = async (id, options) =>
|
|
27
|
+
var deleteWebhook = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
28
28
|
method: "delete",
|
|
29
29
|
pathTemplate: "/api/v1/webhooks/{id}",
|
|
30
30
|
pathVariables: { id },
|
|
31
31
|
options
|
|
32
32
|
});
|
|
33
|
-
var getWebhook = async (id, options) =>
|
|
33
|
+
var getWebhook = async (id, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
34
34
|
method: "get",
|
|
35
35
|
pathTemplate: "/api/v1/webhooks/{id}",
|
|
36
36
|
pathVariables: { id },
|
|
37
37
|
options
|
|
38
38
|
});
|
|
39
|
-
var patchWebhook = async (id, body, options) =>
|
|
39
|
+
var patchWebhook = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
40
40
|
method: "patch",
|
|
41
41
|
pathTemplate: "/api/v1/webhooks/{id}",
|
|
42
42
|
pathVariables: { id },
|
|
@@ -44,7 +44,7 @@ var patchWebhook = async (id, body, options) => _QMWU5E4Djs.invokeFetch.call(voi
|
|
|
44
44
|
contentType: "application/json",
|
|
45
45
|
options
|
|
46
46
|
});
|
|
47
|
-
var updateWebhook = async (id, body, options) =>
|
|
47
|
+
var updateWebhook = async (id, body, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
48
48
|
method: "put",
|
|
49
49
|
pathTemplate: "/api/v1/webhooks/{id}",
|
|
50
50
|
pathVariables: { id },
|
|
@@ -52,27 +52,27 @@ var updateWebhook = async (id, body, options) => _QMWU5E4Djs.invokeFetch.call(vo
|
|
|
52
52
|
contentType: "application/json",
|
|
53
53
|
options
|
|
54
54
|
});
|
|
55
|
-
var getWebhookDeliveries = async (id, query, options) =>
|
|
55
|
+
var getWebhookDeliveries = async (id, query, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
56
56
|
method: "get",
|
|
57
57
|
pathTemplate: "/api/v1/webhooks/{id}/deliveries",
|
|
58
58
|
pathVariables: { id },
|
|
59
59
|
query,
|
|
60
60
|
options
|
|
61
61
|
});
|
|
62
|
-
var getWebhookDelivery = async (id, deliveryId, options) =>
|
|
62
|
+
var getWebhookDelivery = async (id, deliveryId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
63
63
|
method: "get",
|
|
64
64
|
pathTemplate: "/api/v1/webhooks/{id}/deliveries/{deliveryId}",
|
|
65
65
|
pathVariables: { id, deliveryId },
|
|
66
66
|
options
|
|
67
67
|
});
|
|
68
|
-
var resendWebhookDelivery = async (id, deliveryId, options) =>
|
|
68
|
+
var resendWebhookDelivery = async (id, deliveryId, options) => _PTU5VIWSjs.invokeFetch.call(void 0, "webhooks", {
|
|
69
69
|
method: "post",
|
|
70
70
|
pathTemplate: "/api/v1/webhooks/{id}/deliveries/{deliveryId}/actions/resend",
|
|
71
71
|
pathVariables: { id, deliveryId },
|
|
72
72
|
options
|
|
73
73
|
});
|
|
74
74
|
function clearCache() {
|
|
75
|
-
return
|
|
75
|
+
return _PTU5VIWSjs.clearApiCache.call(void 0, "webhooks");
|
|
76
76
|
}
|
|
77
77
|
var webhooksExport = {
|
|
78
78
|
getWebhooks,
|
package/webhooks.mjs
CHANGED
package/chunks/RMNAO4DP.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _37PLWNANjs = require('./37PLWNAN.js');
|
|
9
|
-
require('./4HB3TAEO.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
exports.EncodingError = _37PLWNANjs.EncodingError; exports.InvokeFetchError = _37PLWNANjs.InvokeFetchError; exports.clearApiCache = _37PLWNANjs.clearApiCache; exports.default = _37PLWNANjs.invoke_fetch_default; exports.invokeFetch = _37PLWNANjs.invokeFetch; exports.parseFetchResponse = _37PLWNANjs.parseFetchResponse;
|
package/chunks/SUYUL6MB.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
var _37PLWNANjs = require('./37PLWNAN.js');
|
|
21
|
-
require('./4HB3TAEO.js');
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
exports.AuthorizationError = _37PLWNANjs.AuthorizationError; exports.InvalidAuthTypeError = _37PLWNANjs.InvalidAuthTypeError; exports.InvalidHostConfigError = _37PLWNANjs.InvalidHostConfigError; exports.UnexpectedAuthTypeError = _37PLWNANjs.UnexpectedAuthTypeError; exports.checkForCrossDomainRequest = _37PLWNANjs.checkForCrossDomainRequest; exports.default = _37PLWNANjs.auth_default; exports.getRestCallAuthParams = _37PLWNANjs.getRestCallAuthParams; exports.getWebResourceAuthParams = _37PLWNANjs.getWebResourceAuthParams; exports.getWebSocketAuthParams = _37PLWNANjs.getWebSocketAuthParams; exports.handleAuthenticationError = _37PLWNANjs.handleAuthenticationError; exports.isHostCrossOrigin = _37PLWNANjs.isHostCrossOrigin; exports.isWindows = _37PLWNANjs.isWindows; exports.logout = _37PLWNANjs.logout; exports.registerAuthModule = _37PLWNANjs.registerAuthModule; exports.setDefaultHostConfig = _37PLWNANjs.setDefaultHostConfig; exports.toValidEnigmaLocationUrl = _37PLWNANjs.toValidEnigmaLocationUrl; exports.toValidLocationUrl = _37PLWNANjs.toValidLocationUrl; exports.toValidWebsocketLocationUrl = _37PLWNANjs.toValidWebsocketLocationUrl;
|