@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.
- 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/{JQMXDZQY.mjs → 3INB42LZ.mjs} +1 -1
- package/chunks/{45QSVHHO.mjs → 3SBSHHRV.mjs} +2 -2
- package/chunks/{WQOWTWQO.js → 6KX2ETIK.js} +24 -45
- package/chunks/{5Q6T4ICX.mjs → CX7TY2FM.mjs} +1 -1
- package/chunks/GMCMKY65.js +41 -0
- package/chunks/{55OD3EOU.js → HHMKNG2O.js} +6 -6
- package/chunks/{HWOIITGY.js → ICTODCOL.js} +2 -2
- package/chunks/{JMVQWFDT.mjs → IJNQAGVX.mjs} +3 -3
- package/chunks/{2PUNHMD4.mjs → J3ZWASEK.mjs} +1 -1
- package/chunks/{EGL4ERKM.js → JYRPLJUL.js} +8 -8
- package/chunks/{QX32SETN.mjs → JZOX7DKF.mjs} +24 -45
- package/chunks/{5IH4NGHZ.mjs → M7UTYYGM.mjs} +1 -1
- package/chunks/ME4LNBI3.js +17 -0
- package/chunks/{ECGUIOPI.js → SEXEAWEC.js} +3 -3
- package/chunks/{A6R47NQV.js → SMKHFJJF.js} +4 -4
- package/chunks/{PTU5VIWS.js → TH75GYUY.js} +3 -3
- package/chunks/{PLTWBEYY.mjs → VCYQUP4Y.mjs} +1 -1
- package/chunks/{HJGTOAVG.mjs → X474LM7J.mjs} +3 -3
- 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 +2 -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/NX7ZEIBH.js +0 -41
- package/chunks/PTRQR7GJ.js +0 -17
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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.invokeFetc
|
|
|
49
49
|
options
|
|
50
50
|
});
|
|
51
51
|
function clearCache() {
|
|
52
|
-
return
|
|
52
|
+
return _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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 _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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 _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.invokeFetch.call(vo
|
|
|
72
72
|
options
|
|
73
73
|
});
|
|
74
74
|
function clearCache() {
|
|
75
|
-
return
|
|
75
|
+
return _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.invokeFetch.c
|
|
|
40
40
|
options
|
|
41
41
|
});
|
|
42
42
|
function clearCache() {
|
|
43
|
-
return
|
|
43
|
+
return _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.inv
|
|
|
45
45
|
options
|
|
46
46
|
});
|
|
47
47
|
function clearCache() {
|
|
48
|
-
return
|
|
48
|
+
return _TH75GYUYjs.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 _TH75GYUYjs = require('./chunks/TH75GYUY.js');
|
|
5
|
+
require('./chunks/SEXEAWEC.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _PTU5VIWSjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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) => _TH75GYUYjs.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 _TH75GYUYjs.clearApiCache.call(void 0, "webhooks");
|
|
76
76
|
}
|
|
77
77
|
var webhooksExport = {
|
|
78
78
|
getWebhooks,
|
package/webhooks.mjs
CHANGED
package/chunks/NX7ZEIBH.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 _WQOWTWQOjs = require('./WQOWTWQO.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 = _WQOWTWQOjs.AuthorizationError; exports.InvalidAuthTypeError = _WQOWTWQOjs.InvalidAuthTypeError; exports.InvalidHostConfigError = _WQOWTWQOjs.InvalidHostConfigError; exports.UnexpectedAuthTypeError = _WQOWTWQOjs.UnexpectedAuthTypeError; exports.checkForCrossDomainRequest = _WQOWTWQOjs.checkForCrossDomainRequest; exports.default = _WQOWTWQOjs.auth_default; exports.getRestCallAuthParams = _WQOWTWQOjs.getRestCallAuthParams; exports.getWebResourceAuthParams = _WQOWTWQOjs.getWebResourceAuthParams; exports.getWebSocketAuthParams = _WQOWTWQOjs.getWebSocketAuthParams; exports.handleAuthenticationError = _WQOWTWQOjs.handleAuthenticationError; exports.isHostCrossOrigin = _WQOWTWQOjs.isHostCrossOrigin; exports.isWindows = _WQOWTWQOjs.isWindows; exports.logout = _WQOWTWQOjs.logout; exports.registerAuthModule = _WQOWTWQOjs.registerAuthModule; exports.setDefaultHostConfig = _WQOWTWQOjs.setDefaultHostConfig; exports.toValidEnigmaLocationUrl = _WQOWTWQOjs.toValidEnigmaLocationUrl; exports.toValidLocationUrl = _WQOWTWQOjs.toValidLocationUrl; exports.toValidWebsocketLocationUrl = _WQOWTWQOjs.toValidWebsocketLocationUrl;
|
package/chunks/PTRQR7GJ.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _WQOWTWQOjs = require('./WQOWTWQO.js');
|
|
9
|
-
require('./4HB3TAEO.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
exports.EncodingError = _WQOWTWQOjs.EncodingError; exports.InvokeFetchError = _WQOWTWQOjs.InvokeFetchError; exports.clearApiCache = _WQOWTWQOjs.clearApiCache; exports.default = _WQOWTWQOjs.invoke_fetch_default; exports.invokeFetch = _WQOWTWQOjs.invokeFetch; exports.parseFetchResponse = _WQOWTWQOjs.parseFetchResponse;
|