@persei/perseed-api 5.0.19 → 5.0.21
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/dist/client.cjs +875 -71
- package/dist/client.cjs.map +1 -1
- package/dist/client.mjs +876 -72
- package/dist/client.mjs.map +1 -1
- package/dist/ecosystem-action-system.cjs +586 -0
- package/dist/ecosystem-action-system.cjs.map +1 -0
- package/dist/ecosystem-action-system.d.ts +1 -0
- package/dist/ecosystem-action-system.mjs +586 -0
- package/dist/ecosystem-action-system.mjs.map +1 -0
- package/dist/lib/src/client/customFetch.d.ts +51 -0
- package/dist/lib/src/client/customFetch.d.ts.map +1 -0
- package/dist/lib/src/client/customFetch.test.d.ts +2 -0
- package/dist/lib/src/client/customFetch.test.d.ts.map +1 -0
- package/dist/lib/src/client/index.d.ts +1 -0
- package/dist/lib/src/client/index.d.ts.map +1 -1
- package/dist/lib/src/generated/client.d.ts +5251 -670
- package/dist/lib/src/generated/client.d.ts.map +1 -1
- package/dist/src/Services/AuthenticationSecurityService.d.ts +1 -1
- package/dist/src/Services/MobileService.d.ts +26 -1
- package/dist/src/Services/MobileService.d.ts.map +1 -1
- package/dist/src/Services/ProcessLogService.d.ts +1 -1
- package/dist/src/Services/ProcessLogService.d.ts.map +1 -1
- package/dist/src/Services/ProjectService.d.ts.map +1 -1
- package/dist/src/Services/QueryService.d.ts +24 -1
- package/dist/src/Services/QueryService.d.ts.map +1 -1
- package/dist/src/Services/RedisQueueService.d.ts +16 -0
- package/dist/src/Services/RedisQueueService.d.ts.map +1 -1
- package/dist/src/Services/TriggerProcessLogService.d.ts +90 -0
- package/dist/src/Services/TriggerProcessLogService.d.ts.map +1 -0
- package/dist/src/Services/TriggerService.d.ts +16 -11
- package/dist/src/Services/TriggerService.d.ts.map +1 -1
- package/dist/src/Services/trigger-process-log-service.test.d.ts +2 -0
- package/dist/src/Services/trigger-process-log-service.test.d.ts.map +1 -0
- package/dist/src/controllers/AuthController.d.ts.map +1 -1
- package/dist/src/controllers/FormController.d.ts.map +1 -1
- package/dist/src/helpers/error.d.ts +12 -0
- package/dist/src/helpers/error.d.ts.map +1 -1
- package/dist/src/lib.d.ts +1 -0
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts +1 -1
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts.map +1 -1
- package/dist/src/models/ecosystem/User.d.ts +17 -0
- package/dist/src/models/ecosystem/User.d.ts.map +1 -1
- package/dist/src/models/ecosystem/User.getProjectUser.test.d.ts +2 -0
- package/dist/src/models/ecosystem/User.getProjectUser.test.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts +2 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts.map +1 -1
- package/dist/src/models/project/DesignerCrf.d.ts +3 -2
- package/dist/src/models/project/DesignerCrf.d.ts.map +1 -1
- package/dist/src/models/project/designer-crf-after-save.test.d.ts +2 -0
- package/dist/src/models/project/designer-crf-after-save.test.d.ts.map +1 -0
- package/dist/src/module.d.ts +5 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts +11 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts.map +1 -1
- package/dist/src/schemas/index.d.ts +1 -0
- package/dist/src/schemas/index.d.ts.map +1 -1
- package/dist/src/schemas/notification_configuration/types.d.ts +19 -8
- package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -1
- package/dist/src/schemas/process_log/create_process_log_payload.schema.json +4 -0
- package/dist/src/schemas/process_log/types.d.ts +3 -0
- package/dist/src/schemas/process_log/types.d.ts.map +1 -1
- package/dist/src/schemas/project_user/index.d.ts +2 -0
- package/dist/src/schemas/project_user/index.d.ts.map +1 -0
- package/dist/src/schemas/project_user/types.d.ts +44 -0
- package/dist/src/schemas/project_user/types.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.e2e.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/automatic-trigger.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/automatic-trigger.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/index.d.ts +6 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/manual-trigger.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/manual-trigger.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.d.ts +149 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.test.d.ts.map +1 -0
- package/dist/src/{Services/ConditionsMatcher/CustomConditionsFormat.d.ts → v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.d.ts} +2 -2
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/index.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/manual-trigger.helper.d.ts +13 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/manual-trigger.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/manual-trigger.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/manual-trigger.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.model.d.ts +122 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.schema.d.ts +744 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.d.ts +37 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.e2e.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.d.ts +18 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.d.ts +137 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/index.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.d.ts +34 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.d.ts +179 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.d.ts +31 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.d.ts +57 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/index.d.ts +6 -0
- package/dist/src/v2/modules/ecosystem/action-system/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/lib.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/lib.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/process-log/index.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/process-log/index.d.ts.map +1 -0
- package/dist/src/{models/ecosystem/ProcessLog.d.ts → v2/modules/ecosystem/process-log/process-log.model.d.ts} +16 -5
- package/dist/src/v2/modules/ecosystem/process-log/process-log.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.model.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.model.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.d.ts +20 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.e2e.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/process-log/process-log.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +9 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -1
- package/dist/src/v2/modules/global/e2e-operation/e2e-operation.controller.d.ts.map +1 -1
- package/dist/src/v2/modules/global/e2e-operation/e2e-operation.service.d.ts.map +1 -1
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -1
- package/dist/src/v2/modules/project/document/document.controller.d.ts.map +1 -1
- package/dist/src/v2/modules/project/thryve/thryve.controller.d.ts.map +1 -1
- package/dist/src/v2/modules/project/thryve/thryve.service.d.ts +16 -4
- package/dist/src/v2/modules/project/thryve/thryve.service.d.ts.map +1 -1
- package/dist/src/v2/routes/v2/e2e/index.d.ts.map +1 -1
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/automatic-trigger/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/automatic-trigger/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/manual-trigger/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/manual-trigger/index.d.ts.map +1 -0
- package/dist/v1/perseed-api.cjs +8 -11
- package/dist/v1/perseed-api.cjs.map +1 -1
- package/dist/v1/perseed-api.mjs +7 -10
- package/dist/v1/perseed-api.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +0 -1
- package/dist/src/Services/ConditionsMatcher/index.d.ts +0 -4
- package/dist/src/Services/ConditionsMatcher/index.d.ts.map +0 -1
- package/dist/src/Services/conditions-matcher.test.d.ts +0 -2
- package/dist/src/Services/conditions-matcher.test.d.ts.map +0 -1
- package/dist/src/Services/custom-conditions-format.test.d.ts +0 -2
- package/dist/src/Services/custom-conditions-format.test.d.ts.map +0 -1
- package/dist/src/models/ecosystem/ProcessLog.d.ts.map +0 -1
package/dist/client.cjs
CHANGED
|
@@ -1,5 +1,133 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
class GeneratedClientError extends Error {
|
|
4
|
+
status;
|
|
5
|
+
body;
|
|
6
|
+
constructor(status, body) {
|
|
7
|
+
super(`Request failed with status ${status}`);
|
|
8
|
+
Object.setPrototypeOf(this, GeneratedClientError.prototype);
|
|
9
|
+
this.name = "GeneratedClientError";
|
|
10
|
+
this.status = status;
|
|
11
|
+
this.body = body;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
let runtimeConfig;
|
|
15
|
+
function configureGeneratedClient(cfg) {
|
|
16
|
+
runtimeConfig = cfg;
|
|
17
|
+
}
|
|
18
|
+
function getRuntimeConfig() {
|
|
19
|
+
if (!runtimeConfig) {
|
|
20
|
+
throw new Error(
|
|
21
|
+
"Generated API client used before configuration. Call configureGeneratedClient({ baseUrl, getToken }) first."
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
return runtimeConfig;
|
|
25
|
+
}
|
|
26
|
+
async function customFetch(url, options) {
|
|
27
|
+
const { baseUrl, getToken } = getRuntimeConfig();
|
|
28
|
+
const token = getToken?.();
|
|
29
|
+
const headers = { ...options.headers };
|
|
30
|
+
if (token) {
|
|
31
|
+
headers.Authorization = `Bearer ${token}`;
|
|
32
|
+
}
|
|
33
|
+
const res = await fetch(`${baseUrl}${url}`, { ...options, headers });
|
|
34
|
+
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
35
|
+
const data = body ? JSON.parse(body) : {};
|
|
36
|
+
if (!res.ok) {
|
|
37
|
+
throw new GeneratedClientError(res.status, data);
|
|
38
|
+
}
|
|
39
|
+
return { data, status: res.status, headers: res.headers };
|
|
40
|
+
}
|
|
41
|
+
const ListActions200ResultsItemType = {
|
|
42
|
+
ApiAction: "ApiAction"
|
|
43
|
+
};
|
|
44
|
+
const ListActions403AllOfThreeStatusCode = {
|
|
45
|
+
NUMBER_403: 403
|
|
46
|
+
};
|
|
47
|
+
const ListActions403AllOfThreeError = {
|
|
48
|
+
"forbidden-error": "forbidden-error"
|
|
49
|
+
};
|
|
50
|
+
const ListActions404AllOfThreeStatusCode = {
|
|
51
|
+
NUMBER_404: 404
|
|
52
|
+
};
|
|
53
|
+
const ListActions404AllOfThreeError = {
|
|
54
|
+
"not-found": "not-found"
|
|
55
|
+
};
|
|
56
|
+
const CreateActionBodyType = {
|
|
57
|
+
ApiAction: "ApiAction"
|
|
58
|
+
};
|
|
59
|
+
const CreateAction200Type = {
|
|
60
|
+
ApiAction: "ApiAction"
|
|
61
|
+
};
|
|
62
|
+
const CreateAction400AllOfThreeStatusCode = {
|
|
63
|
+
NUMBER_400: 400
|
|
64
|
+
};
|
|
65
|
+
const CreateAction400AllOfThreeError = {
|
|
66
|
+
"bad-request": "bad-request"
|
|
67
|
+
};
|
|
68
|
+
const CreateAction403AllOfThreeStatusCode = {
|
|
69
|
+
NUMBER_403: 403
|
|
70
|
+
};
|
|
71
|
+
const CreateAction403AllOfThreeError = {
|
|
72
|
+
"forbidden-error": "forbidden-error"
|
|
73
|
+
};
|
|
74
|
+
const CreateAction404AllOfThreeStatusCode = {
|
|
75
|
+
NUMBER_404: 404
|
|
76
|
+
};
|
|
77
|
+
const CreateAction404AllOfThreeError = {
|
|
78
|
+
"not-found": "not-found"
|
|
79
|
+
};
|
|
80
|
+
const GetAction200Type = {
|
|
81
|
+
ApiAction: "ApiAction"
|
|
82
|
+
};
|
|
83
|
+
const GetAction403AllOfThreeStatusCode = {
|
|
84
|
+
NUMBER_403: 403
|
|
85
|
+
};
|
|
86
|
+
const GetAction403AllOfThreeError = {
|
|
87
|
+
"forbidden-error": "forbidden-error"
|
|
88
|
+
};
|
|
89
|
+
const GetAction404AllOfThreeStatusCode = {
|
|
90
|
+
NUMBER_404: 404
|
|
91
|
+
};
|
|
92
|
+
const GetAction404AllOfThreeError = {
|
|
93
|
+
"not-found": "not-found"
|
|
94
|
+
};
|
|
95
|
+
const UpdateActionBodyType = {
|
|
96
|
+
ApiAction: "ApiAction"
|
|
97
|
+
};
|
|
98
|
+
const UpdateAction200Type = {
|
|
99
|
+
ApiAction: "ApiAction"
|
|
100
|
+
};
|
|
101
|
+
const UpdateAction400AllOfThreeStatusCode = {
|
|
102
|
+
NUMBER_400: 400
|
|
103
|
+
};
|
|
104
|
+
const UpdateAction400AllOfThreeError = {
|
|
105
|
+
"bad-request": "bad-request"
|
|
106
|
+
};
|
|
107
|
+
const UpdateAction403AllOfThreeStatusCode = {
|
|
108
|
+
NUMBER_403: 403
|
|
109
|
+
};
|
|
110
|
+
const UpdateAction403AllOfThreeError = {
|
|
111
|
+
"forbidden-error": "forbidden-error"
|
|
112
|
+
};
|
|
113
|
+
const UpdateAction404AllOfThreeStatusCode = {
|
|
114
|
+
NUMBER_404: 404
|
|
115
|
+
};
|
|
116
|
+
const UpdateAction404AllOfThreeError = {
|
|
117
|
+
"not-found": "not-found"
|
|
118
|
+
};
|
|
119
|
+
const DeleteAction403AllOfThreeStatusCode = {
|
|
120
|
+
NUMBER_403: 403
|
|
121
|
+
};
|
|
122
|
+
const DeleteAction403AllOfThreeError = {
|
|
123
|
+
"forbidden-error": "forbidden-error"
|
|
124
|
+
};
|
|
125
|
+
const DeleteAction404AllOfThreeStatusCode = {
|
|
126
|
+
NUMBER_404: 404
|
|
127
|
+
};
|
|
128
|
+
const DeleteAction404AllOfThreeError = {
|
|
129
|
+
"not-found": "not-found"
|
|
130
|
+
};
|
|
3
131
|
const ListAvailableActions403AllOfThreeStatusCode = {
|
|
4
132
|
NUMBER_403: 403
|
|
5
133
|
};
|
|
@@ -12,6 +140,126 @@ const ListAvailableActions404AllOfThreeStatusCode = {
|
|
|
12
140
|
const ListAvailableActions404AllOfThreeError = {
|
|
13
141
|
"not-found": "not-found"
|
|
14
142
|
};
|
|
143
|
+
const ListAutomaticTriggers200ResultsItemAllOfSource = {
|
|
144
|
+
model: "model",
|
|
145
|
+
designer: "designer",
|
|
146
|
+
displayer: "displayer"
|
|
147
|
+
};
|
|
148
|
+
const ListAutomaticTriggers200ResultsItemAllOfOneoneActionsItemType = {
|
|
149
|
+
ApiAction: "ApiAction"
|
|
150
|
+
};
|
|
151
|
+
const ListAutomaticTriggers403AllOfThreeStatusCode = {
|
|
152
|
+
NUMBER_403: 403
|
|
153
|
+
};
|
|
154
|
+
const ListAutomaticTriggers403AllOfThreeError = {
|
|
155
|
+
"forbidden-error": "forbidden-error"
|
|
156
|
+
};
|
|
157
|
+
const ListAutomaticTriggers404AllOfThreeStatusCode = {
|
|
158
|
+
NUMBER_404: 404
|
|
159
|
+
};
|
|
160
|
+
const ListAutomaticTriggers404AllOfThreeError = {
|
|
161
|
+
"not-found": "not-found"
|
|
162
|
+
};
|
|
163
|
+
const CreateAutomaticTriggerBodySource = {
|
|
164
|
+
model: "model",
|
|
165
|
+
designer: "designer",
|
|
166
|
+
displayer: "displayer"
|
|
167
|
+
};
|
|
168
|
+
const CreateAutomaticTriggerBodyActionsItemAnyOfType = {
|
|
169
|
+
ApiAction: "ApiAction"
|
|
170
|
+
};
|
|
171
|
+
const CreateAutomaticTriggerBodyActionsItemAnyOfNineType = {
|
|
172
|
+
ApiAction: "ApiAction"
|
|
173
|
+
};
|
|
174
|
+
const CreateAutomaticTrigger200AllOfSource = {
|
|
175
|
+
model: "model",
|
|
176
|
+
designer: "designer",
|
|
177
|
+
displayer: "displayer"
|
|
178
|
+
};
|
|
179
|
+
const CreateAutomaticTrigger200AllOfOneoneActionsItemType = {
|
|
180
|
+
ApiAction: "ApiAction"
|
|
181
|
+
};
|
|
182
|
+
const CreateAutomaticTrigger403AllOfThreeStatusCode = {
|
|
183
|
+
NUMBER_403: 403
|
|
184
|
+
};
|
|
185
|
+
const CreateAutomaticTrigger403AllOfThreeError = {
|
|
186
|
+
"forbidden-error": "forbidden-error"
|
|
187
|
+
};
|
|
188
|
+
const CreateAutomaticTrigger404AllOfThreeStatusCode = {
|
|
189
|
+
NUMBER_404: 404
|
|
190
|
+
};
|
|
191
|
+
const CreateAutomaticTrigger404AllOfThreeError = {
|
|
192
|
+
"not-found": "not-found"
|
|
193
|
+
};
|
|
194
|
+
const GetAutomaticTrigger200AllOfSource = {
|
|
195
|
+
model: "model",
|
|
196
|
+
designer: "designer",
|
|
197
|
+
displayer: "displayer"
|
|
198
|
+
};
|
|
199
|
+
const GetAutomaticTrigger200AllOfOneoneActionsItemType = {
|
|
200
|
+
ApiAction: "ApiAction"
|
|
201
|
+
};
|
|
202
|
+
const GetAutomaticTrigger403AllOfThreeStatusCode = {
|
|
203
|
+
NUMBER_403: 403
|
|
204
|
+
};
|
|
205
|
+
const GetAutomaticTrigger403AllOfThreeError = {
|
|
206
|
+
"forbidden-error": "forbidden-error"
|
|
207
|
+
};
|
|
208
|
+
const GetAutomaticTrigger404AllOfThreeStatusCode = {
|
|
209
|
+
NUMBER_404: 404
|
|
210
|
+
};
|
|
211
|
+
const GetAutomaticTrigger404AllOfThreeError = {
|
|
212
|
+
"not-found": "not-found"
|
|
213
|
+
};
|
|
214
|
+
const UpdateAutomaticTriggerBodySource = {
|
|
215
|
+
model: "model",
|
|
216
|
+
designer: "designer",
|
|
217
|
+
displayer: "displayer"
|
|
218
|
+
};
|
|
219
|
+
const UpdateAutomaticTriggerBodyActionsItemAnyOfType = {
|
|
220
|
+
ApiAction: "ApiAction"
|
|
221
|
+
};
|
|
222
|
+
const UpdateAutomaticTriggerBodyActionsItemAnyOfNineType = {
|
|
223
|
+
ApiAction: "ApiAction"
|
|
224
|
+
};
|
|
225
|
+
const UpdateAutomaticTrigger200AllOfSource = {
|
|
226
|
+
model: "model",
|
|
227
|
+
designer: "designer",
|
|
228
|
+
displayer: "displayer"
|
|
229
|
+
};
|
|
230
|
+
const UpdateAutomaticTrigger200AllOfOneoneActionsItemType = {
|
|
231
|
+
ApiAction: "ApiAction"
|
|
232
|
+
};
|
|
233
|
+
const UpdateAutomaticTrigger400AllOfThreeStatusCode = {
|
|
234
|
+
NUMBER_400: 400
|
|
235
|
+
};
|
|
236
|
+
const UpdateAutomaticTrigger400AllOfThreeError = {
|
|
237
|
+
"bad-request": "bad-request"
|
|
238
|
+
};
|
|
239
|
+
const UpdateAutomaticTrigger403AllOfThreeStatusCode = {
|
|
240
|
+
NUMBER_403: 403
|
|
241
|
+
};
|
|
242
|
+
const UpdateAutomaticTrigger403AllOfThreeError = {
|
|
243
|
+
"forbidden-error": "forbidden-error"
|
|
244
|
+
};
|
|
245
|
+
const UpdateAutomaticTrigger404AllOfThreeStatusCode = {
|
|
246
|
+
NUMBER_404: 404
|
|
247
|
+
};
|
|
248
|
+
const UpdateAutomaticTrigger404AllOfThreeError = {
|
|
249
|
+
"not-found": "not-found"
|
|
250
|
+
};
|
|
251
|
+
const DeleteAutomaticTrigger403AllOfThreeStatusCode = {
|
|
252
|
+
NUMBER_403: 403
|
|
253
|
+
};
|
|
254
|
+
const DeleteAutomaticTrigger403AllOfThreeError = {
|
|
255
|
+
"forbidden-error": "forbidden-error"
|
|
256
|
+
};
|
|
257
|
+
const DeleteAutomaticTrigger404AllOfThreeStatusCode = {
|
|
258
|
+
NUMBER_404: 404
|
|
259
|
+
};
|
|
260
|
+
const DeleteAutomaticTrigger404AllOfThreeError = {
|
|
261
|
+
"not-found": "not-found"
|
|
262
|
+
};
|
|
15
263
|
const ListDocuments403AllOfThreeStatusCode = {
|
|
16
264
|
NUMBER_403: 403
|
|
17
265
|
};
|
|
@@ -168,6 +416,231 @@ const GetFormsData404AllOfThreeStatusCode = {
|
|
|
168
416
|
const GetFormsData404AllOfThreeError = {
|
|
169
417
|
"not-found": "not-found"
|
|
170
418
|
};
|
|
419
|
+
const ListManualTriggers200ResultsItemAllOfSource = {
|
|
420
|
+
model: "model",
|
|
421
|
+
designer: "designer",
|
|
422
|
+
displayer: "displayer"
|
|
423
|
+
};
|
|
424
|
+
const ListManualTriggers200ResultsItemAllOfConfigAnyOfUnmatchedBehavior = {
|
|
425
|
+
hide: "hide",
|
|
426
|
+
disable: "disable"
|
|
427
|
+
};
|
|
428
|
+
const ListManualTriggers200ResultsItemAllOfConfigAnyOfStylesIconPosition = {
|
|
429
|
+
left: "left",
|
|
430
|
+
right: "right"
|
|
431
|
+
};
|
|
432
|
+
const ListManualTriggers200ResultsItemAllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
433
|
+
left: "left",
|
|
434
|
+
right: "right"
|
|
435
|
+
};
|
|
436
|
+
const ListManualTriggers200ResultsItemAllOfTwozeroActionsItemType = {
|
|
437
|
+
ApiAction: "ApiAction"
|
|
438
|
+
};
|
|
439
|
+
const ListManualTriggers403AllOfThreeStatusCode = {
|
|
440
|
+
NUMBER_403: 403
|
|
441
|
+
};
|
|
442
|
+
const ListManualTriggers403AllOfThreeError = {
|
|
443
|
+
"forbidden-error": "forbidden-error"
|
|
444
|
+
};
|
|
445
|
+
const ListManualTriggers404AllOfThreeStatusCode = {
|
|
446
|
+
NUMBER_404: 404
|
|
447
|
+
};
|
|
448
|
+
const ListManualTriggers404AllOfThreeError = {
|
|
449
|
+
"not-found": "not-found"
|
|
450
|
+
};
|
|
451
|
+
const CreateManualTriggerBodySource = {
|
|
452
|
+
model: "model",
|
|
453
|
+
designer: "designer",
|
|
454
|
+
displayer: "displayer"
|
|
455
|
+
};
|
|
456
|
+
const CreateManualTriggerBodyConfigAnyOfUnmatchedBehavior = {
|
|
457
|
+
hide: "hide",
|
|
458
|
+
disable: "disable"
|
|
459
|
+
};
|
|
460
|
+
const CreateManualTriggerBodyConfigAnyOfStylesIconPosition = {
|
|
461
|
+
left: "left",
|
|
462
|
+
right: "right"
|
|
463
|
+
};
|
|
464
|
+
const CreateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
465
|
+
left: "left",
|
|
466
|
+
right: "right"
|
|
467
|
+
};
|
|
468
|
+
const CreateManualTriggerBodyActionsItemAnyOfType = {
|
|
469
|
+
ApiAction: "ApiAction"
|
|
470
|
+
};
|
|
471
|
+
const CreateManualTriggerBodyActionsItemAnyOfNineType = {
|
|
472
|
+
ApiAction: "ApiAction"
|
|
473
|
+
};
|
|
474
|
+
const CreateManualTrigger200AllOfSource = {
|
|
475
|
+
model: "model",
|
|
476
|
+
designer: "designer",
|
|
477
|
+
displayer: "displayer"
|
|
478
|
+
};
|
|
479
|
+
const CreateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = {
|
|
480
|
+
hide: "hide",
|
|
481
|
+
disable: "disable"
|
|
482
|
+
};
|
|
483
|
+
const CreateManualTrigger200AllOfConfigAnyOfStylesIconPosition = {
|
|
484
|
+
left: "left",
|
|
485
|
+
right: "right"
|
|
486
|
+
};
|
|
487
|
+
const CreateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
488
|
+
left: "left",
|
|
489
|
+
right: "right"
|
|
490
|
+
};
|
|
491
|
+
const CreateManualTrigger200AllOfTwozeroActionsItemType = {
|
|
492
|
+
ApiAction: "ApiAction"
|
|
493
|
+
};
|
|
494
|
+
const CreateManualTrigger403AllOfThreeStatusCode = {
|
|
495
|
+
NUMBER_403: 403
|
|
496
|
+
};
|
|
497
|
+
const CreateManualTrigger403AllOfThreeError = {
|
|
498
|
+
"forbidden-error": "forbidden-error"
|
|
499
|
+
};
|
|
500
|
+
const CreateManualTrigger404AllOfThreeStatusCode = {
|
|
501
|
+
NUMBER_404: 404
|
|
502
|
+
};
|
|
503
|
+
const CreateManualTrigger404AllOfThreeError = {
|
|
504
|
+
"not-found": "not-found"
|
|
505
|
+
};
|
|
506
|
+
const ListAvailableManualTriggersSource = {
|
|
507
|
+
model: "model",
|
|
508
|
+
designer: "designer",
|
|
509
|
+
displayer: "displayer"
|
|
510
|
+
};
|
|
511
|
+
const ListAvailableManualTriggers200ResultsItemStyleIconPosition = {
|
|
512
|
+
left: "left",
|
|
513
|
+
right: "right"
|
|
514
|
+
};
|
|
515
|
+
const ListAvailableManualTriggers403AllOfThreeStatusCode = {
|
|
516
|
+
NUMBER_403: 403
|
|
517
|
+
};
|
|
518
|
+
const ListAvailableManualTriggers403AllOfThreeError = {
|
|
519
|
+
"forbidden-error": "forbidden-error"
|
|
520
|
+
};
|
|
521
|
+
const ListAvailableManualTriggers404AllOfThreeStatusCode = {
|
|
522
|
+
NUMBER_404: 404
|
|
523
|
+
};
|
|
524
|
+
const ListAvailableManualTriggers404AllOfThreeError = {
|
|
525
|
+
"not-found": "not-found"
|
|
526
|
+
};
|
|
527
|
+
const GetManualTrigger200AllOfSource = {
|
|
528
|
+
model: "model",
|
|
529
|
+
designer: "designer",
|
|
530
|
+
displayer: "displayer"
|
|
531
|
+
};
|
|
532
|
+
const GetManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = {
|
|
533
|
+
hide: "hide",
|
|
534
|
+
disable: "disable"
|
|
535
|
+
};
|
|
536
|
+
const GetManualTrigger200AllOfConfigAnyOfStylesIconPosition = {
|
|
537
|
+
left: "left",
|
|
538
|
+
right: "right"
|
|
539
|
+
};
|
|
540
|
+
const GetManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
541
|
+
left: "left",
|
|
542
|
+
right: "right"
|
|
543
|
+
};
|
|
544
|
+
const GetManualTrigger200AllOfTwozeroActionsItemType = {
|
|
545
|
+
ApiAction: "ApiAction"
|
|
546
|
+
};
|
|
547
|
+
const GetManualTrigger403AllOfThreeStatusCode = {
|
|
548
|
+
NUMBER_403: 403
|
|
549
|
+
};
|
|
550
|
+
const GetManualTrigger403AllOfThreeError = {
|
|
551
|
+
"forbidden-error": "forbidden-error"
|
|
552
|
+
};
|
|
553
|
+
const GetManualTrigger404AllOfThreeStatusCode = {
|
|
554
|
+
NUMBER_404: 404
|
|
555
|
+
};
|
|
556
|
+
const GetManualTrigger404AllOfThreeError = {
|
|
557
|
+
"not-found": "not-found"
|
|
558
|
+
};
|
|
559
|
+
const UpdateManualTriggerBodySource = {
|
|
560
|
+
model: "model",
|
|
561
|
+
designer: "designer",
|
|
562
|
+
displayer: "displayer"
|
|
563
|
+
};
|
|
564
|
+
const UpdateManualTriggerBodyConfigAnyOfUnmatchedBehavior = {
|
|
565
|
+
hide: "hide",
|
|
566
|
+
disable: "disable"
|
|
567
|
+
};
|
|
568
|
+
const UpdateManualTriggerBodyConfigAnyOfStylesIconPosition = {
|
|
569
|
+
left: "left",
|
|
570
|
+
right: "right"
|
|
571
|
+
};
|
|
572
|
+
const UpdateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
573
|
+
left: "left",
|
|
574
|
+
right: "right"
|
|
575
|
+
};
|
|
576
|
+
const UpdateManualTriggerBodyActionsItemAnyOfType = {
|
|
577
|
+
ApiAction: "ApiAction"
|
|
578
|
+
};
|
|
579
|
+
const UpdateManualTriggerBodyActionsItemAnyOfNineType = {
|
|
580
|
+
ApiAction: "ApiAction"
|
|
581
|
+
};
|
|
582
|
+
const UpdateManualTrigger200AllOfSource = {
|
|
583
|
+
model: "model",
|
|
584
|
+
designer: "designer",
|
|
585
|
+
displayer: "displayer"
|
|
586
|
+
};
|
|
587
|
+
const UpdateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = {
|
|
588
|
+
hide: "hide",
|
|
589
|
+
disable: "disable"
|
|
590
|
+
};
|
|
591
|
+
const UpdateManualTrigger200AllOfConfigAnyOfStylesIconPosition = {
|
|
592
|
+
left: "left",
|
|
593
|
+
right: "right"
|
|
594
|
+
};
|
|
595
|
+
const UpdateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = {
|
|
596
|
+
left: "left",
|
|
597
|
+
right: "right"
|
|
598
|
+
};
|
|
599
|
+
const UpdateManualTrigger200AllOfTwozeroActionsItemType = {
|
|
600
|
+
ApiAction: "ApiAction"
|
|
601
|
+
};
|
|
602
|
+
const UpdateManualTrigger400AllOfThreeStatusCode = {
|
|
603
|
+
NUMBER_400: 400
|
|
604
|
+
};
|
|
605
|
+
const UpdateManualTrigger400AllOfThreeError = {
|
|
606
|
+
"bad-request": "bad-request"
|
|
607
|
+
};
|
|
608
|
+
const UpdateManualTrigger403AllOfThreeStatusCode = {
|
|
609
|
+
NUMBER_403: 403
|
|
610
|
+
};
|
|
611
|
+
const UpdateManualTrigger403AllOfThreeError = {
|
|
612
|
+
"forbidden-error": "forbidden-error"
|
|
613
|
+
};
|
|
614
|
+
const UpdateManualTrigger404AllOfThreeStatusCode = {
|
|
615
|
+
NUMBER_404: 404
|
|
616
|
+
};
|
|
617
|
+
const UpdateManualTrigger404AllOfThreeError = {
|
|
618
|
+
"not-found": "not-found"
|
|
619
|
+
};
|
|
620
|
+
const DeleteManualTrigger403AllOfThreeStatusCode = {
|
|
621
|
+
NUMBER_403: 403
|
|
622
|
+
};
|
|
623
|
+
const DeleteManualTrigger403AllOfThreeError = {
|
|
624
|
+
"forbidden-error": "forbidden-error"
|
|
625
|
+
};
|
|
626
|
+
const DeleteManualTrigger404AllOfThreeStatusCode = {
|
|
627
|
+
NUMBER_404: 404
|
|
628
|
+
};
|
|
629
|
+
const DeleteManualTrigger404AllOfThreeError = {
|
|
630
|
+
"not-found": "not-found"
|
|
631
|
+
};
|
|
632
|
+
const RunManualTrigger403AllOfThreeStatusCode = {
|
|
633
|
+
NUMBER_403: 403
|
|
634
|
+
};
|
|
635
|
+
const RunManualTrigger403AllOfThreeError = {
|
|
636
|
+
"forbidden-error": "forbidden-error"
|
|
637
|
+
};
|
|
638
|
+
const RunManualTrigger404AllOfThreeStatusCode = {
|
|
639
|
+
NUMBER_404: 404
|
|
640
|
+
};
|
|
641
|
+
const RunManualTrigger404AllOfThreeError = {
|
|
642
|
+
"not-found": "not-found"
|
|
643
|
+
};
|
|
171
644
|
const GetThryveIframeUrl403AllOfThreeStatusCode = {
|
|
172
645
|
NUMBER_403: 403
|
|
173
646
|
};
|
|
@@ -196,13 +669,66 @@ const getPostV2AuthLoginGlobalUrl = () => {
|
|
|
196
669
|
return `/v2/auth/login/global`;
|
|
197
670
|
};
|
|
198
671
|
const postV2AuthLoginGlobal = async (options) => {
|
|
199
|
-
|
|
672
|
+
return customFetch(getPostV2AuthLoginGlobalUrl(), {
|
|
200
673
|
...options,
|
|
201
674
|
method: "POST"
|
|
202
675
|
});
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
676
|
+
};
|
|
677
|
+
const getListActionsUrl = (ecosystemName, projectName, params) => {
|
|
678
|
+
const normalizedParams = new URLSearchParams();
|
|
679
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
680
|
+
if (value !== void 0) {
|
|
681
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
682
|
+
}
|
|
683
|
+
});
|
|
684
|
+
const stringifiedParams = normalizedParams.toString();
|
|
685
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/`;
|
|
686
|
+
};
|
|
687
|
+
const listActions = async (ecosystemName, projectName, params, options) => {
|
|
688
|
+
return customFetch(getListActionsUrl(ecosystemName, projectName, params), {
|
|
689
|
+
...options,
|
|
690
|
+
method: "GET"
|
|
691
|
+
});
|
|
692
|
+
};
|
|
693
|
+
const getCreateActionUrl = (ecosystemName, projectName) => {
|
|
694
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/`;
|
|
695
|
+
};
|
|
696
|
+
const createAction = async (ecosystemName, projectName, createActionBody, options) => {
|
|
697
|
+
return customFetch(getCreateActionUrl(ecosystemName, projectName), {
|
|
698
|
+
...options,
|
|
699
|
+
method: "POST",
|
|
700
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
701
|
+
body: JSON.stringify(createActionBody)
|
|
702
|
+
});
|
|
703
|
+
};
|
|
704
|
+
const getGetActionUrl = (ecosystemName, projectName, id) => {
|
|
705
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/${id}`;
|
|
706
|
+
};
|
|
707
|
+
const getAction = async (ecosystemName, projectName, id, options) => {
|
|
708
|
+
return customFetch(getGetActionUrl(ecosystemName, projectName, id), {
|
|
709
|
+
...options,
|
|
710
|
+
method: "GET"
|
|
711
|
+
});
|
|
712
|
+
};
|
|
713
|
+
const getUpdateActionUrl = (ecosystemName, projectName, id) => {
|
|
714
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/${id}`;
|
|
715
|
+
};
|
|
716
|
+
const updateAction = async (ecosystemName, projectName, id, updateActionBody, options) => {
|
|
717
|
+
return customFetch(getUpdateActionUrl(ecosystemName, projectName, id), {
|
|
718
|
+
...options,
|
|
719
|
+
method: "PATCH",
|
|
720
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
721
|
+
body: JSON.stringify(updateActionBody)
|
|
722
|
+
});
|
|
723
|
+
};
|
|
724
|
+
const getDeleteActionUrl = (ecosystemName, projectName, id) => {
|
|
725
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/action/${id}`;
|
|
726
|
+
};
|
|
727
|
+
const deleteAction = async (ecosystemName, projectName, id, options) => {
|
|
728
|
+
return customFetch(getDeleteActionUrl(ecosystemName, projectName, id), {
|
|
729
|
+
...options,
|
|
730
|
+
method: "DELETE"
|
|
731
|
+
});
|
|
206
732
|
};
|
|
207
733
|
const getListAvailableActionsUrl = (ecosystemName, projectName, params) => {
|
|
208
734
|
const normalizedParams = new URLSearchParams();
|
|
@@ -215,13 +741,73 @@ const getListAvailableActionsUrl = (ecosystemName, projectName, params) => {
|
|
|
215
741
|
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/actions/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/actions/`;
|
|
216
742
|
};
|
|
217
743
|
const listAvailableActions = async (ecosystemName, projectName, params, options) => {
|
|
218
|
-
|
|
744
|
+
return customFetch(getListAvailableActionsUrl(ecosystemName, projectName, params), {
|
|
219
745
|
...options,
|
|
220
746
|
method: "GET"
|
|
221
747
|
});
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
748
|
+
};
|
|
749
|
+
const getListAutomaticTriggersUrl = (ecosystemName, projectName, params) => {
|
|
750
|
+
const normalizedParams = new URLSearchParams();
|
|
751
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
752
|
+
if (value !== void 0) {
|
|
753
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
754
|
+
}
|
|
755
|
+
});
|
|
756
|
+
const stringifiedParams = normalizedParams.toString();
|
|
757
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/`;
|
|
758
|
+
};
|
|
759
|
+
const listAutomaticTriggers = async (ecosystemName, projectName, params, options) => {
|
|
760
|
+
return customFetch(getListAutomaticTriggersUrl(ecosystemName, projectName, params), {
|
|
761
|
+
...options,
|
|
762
|
+
method: "GET"
|
|
763
|
+
});
|
|
764
|
+
};
|
|
765
|
+
const getCreateAutomaticTriggerUrl = (ecosystemName, projectName) => {
|
|
766
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/`;
|
|
767
|
+
};
|
|
768
|
+
const createAutomaticTrigger = async (ecosystemName, projectName, createAutomaticTriggerBody, options) => {
|
|
769
|
+
return customFetch(getCreateAutomaticTriggerUrl(ecosystemName, projectName), {
|
|
770
|
+
...options,
|
|
771
|
+
method: "POST",
|
|
772
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
773
|
+
body: JSON.stringify(createAutomaticTriggerBody)
|
|
774
|
+
});
|
|
775
|
+
};
|
|
776
|
+
const getGetAutomaticTriggerUrl = (ecosystemName, projectName, id, params) => {
|
|
777
|
+
const normalizedParams = new URLSearchParams();
|
|
778
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
779
|
+
if (value !== void 0) {
|
|
780
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
781
|
+
}
|
|
782
|
+
});
|
|
783
|
+
const stringifiedParams = normalizedParams.toString();
|
|
784
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/${id}?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/${id}`;
|
|
785
|
+
};
|
|
786
|
+
const getAutomaticTrigger = async (ecosystemName, projectName, id, params, options) => {
|
|
787
|
+
return customFetch(getGetAutomaticTriggerUrl(ecosystemName, projectName, id, params), {
|
|
788
|
+
...options,
|
|
789
|
+
method: "GET"
|
|
790
|
+
});
|
|
791
|
+
};
|
|
792
|
+
const getUpdateAutomaticTriggerUrl = (ecosystemName, projectName, id) => {
|
|
793
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/${id}`;
|
|
794
|
+
};
|
|
795
|
+
const updateAutomaticTrigger = async (ecosystemName, projectName, id, updateAutomaticTriggerBody, options) => {
|
|
796
|
+
return customFetch(getUpdateAutomaticTriggerUrl(ecosystemName, projectName, id), {
|
|
797
|
+
...options,
|
|
798
|
+
method: "PATCH",
|
|
799
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
800
|
+
body: JSON.stringify(updateAutomaticTriggerBody)
|
|
801
|
+
});
|
|
802
|
+
};
|
|
803
|
+
const getDeleteAutomaticTriggerUrl = (ecosystemName, projectName, id) => {
|
|
804
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/automatic-trigger/${id}`;
|
|
805
|
+
};
|
|
806
|
+
const deleteAutomaticTrigger = async (ecosystemName, projectName, id, options) => {
|
|
807
|
+
return customFetch(getDeleteAutomaticTriggerUrl(ecosystemName, projectName, id), {
|
|
808
|
+
...options,
|
|
809
|
+
method: "DELETE"
|
|
810
|
+
});
|
|
225
811
|
};
|
|
226
812
|
const getListDocumentsUrl = (ecosystemName, projectName, params) => {
|
|
227
813
|
const normalizedParams = new URLSearchParams();
|
|
@@ -234,91 +820,73 @@ const getListDocumentsUrl = (ecosystemName, projectName, params) => {
|
|
|
234
820
|
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/`;
|
|
235
821
|
};
|
|
236
822
|
const listDocuments = async (ecosystemName, projectName, params, options) => {
|
|
237
|
-
|
|
823
|
+
return customFetch(getListDocumentsUrl(ecosystemName, projectName, params), {
|
|
238
824
|
...options,
|
|
239
825
|
method: "GET"
|
|
240
826
|
});
|
|
241
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
242
|
-
const data = body ? JSON.parse(body) : {};
|
|
243
|
-
return { data, status: res.status, headers: res.headers };
|
|
244
827
|
};
|
|
245
828
|
const getCreateDocumentUrl = (ecosystemName, projectName) => {
|
|
246
829
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/`;
|
|
247
830
|
};
|
|
248
831
|
const createDocument = async (ecosystemName, projectName, createDocumentBody, options) => {
|
|
249
|
-
|
|
832
|
+
return customFetch(getCreateDocumentUrl(ecosystemName, projectName), {
|
|
250
833
|
...options,
|
|
251
834
|
method: "POST",
|
|
252
835
|
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
253
836
|
body: JSON.stringify(createDocumentBody)
|
|
254
837
|
});
|
|
255
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
256
|
-
const data = body ? JSON.parse(body) : {};
|
|
257
|
-
return { data, status: res.status, headers: res.headers };
|
|
258
838
|
};
|
|
259
839
|
const getGetDocumentUrl = (ecosystemName, projectName, id) => {
|
|
260
840
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/${id}`;
|
|
261
841
|
};
|
|
262
842
|
const getDocument = async (ecosystemName, projectName, id, options) => {
|
|
263
|
-
|
|
843
|
+
return customFetch(getGetDocumentUrl(ecosystemName, projectName, id), {
|
|
264
844
|
...options,
|
|
265
845
|
method: "GET"
|
|
266
846
|
});
|
|
267
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
268
|
-
const data = body ? JSON.parse(body) : {};
|
|
269
|
-
return { data, status: res.status, headers: res.headers };
|
|
270
847
|
};
|
|
271
848
|
const getUpdateDocumentUrl = (ecosystemName, projectName, id) => {
|
|
272
849
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/${id}`;
|
|
273
850
|
};
|
|
274
851
|
const updateDocument = async (ecosystemName, projectName, id, updateDocumentBody, options) => {
|
|
275
|
-
|
|
852
|
+
return customFetch(getUpdateDocumentUrl(ecosystemName, projectName, id), {
|
|
276
853
|
...options,
|
|
277
854
|
method: "PATCH",
|
|
278
855
|
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
279
856
|
body: JSON.stringify(updateDocumentBody)
|
|
280
857
|
});
|
|
281
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
282
|
-
const data = body ? JSON.parse(body) : {};
|
|
283
|
-
return { data, status: res.status, headers: res.headers };
|
|
284
858
|
};
|
|
285
859
|
const getDeleteDocumentUrl = (ecosystemName, projectName, id) => {
|
|
286
860
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/${id}`;
|
|
287
861
|
};
|
|
288
862
|
const deleteDocument = async (ecosystemName, projectName, id, options) => {
|
|
289
|
-
|
|
863
|
+
return customFetch(getDeleteDocumentUrl(ecosystemName, projectName, id), {
|
|
290
864
|
...options,
|
|
291
865
|
method: "DELETE"
|
|
292
866
|
});
|
|
293
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
294
|
-
const data = body ? JSON.parse(body) : {};
|
|
295
|
-
return { data, status: res.status, headers: res.headers };
|
|
296
867
|
};
|
|
297
868
|
const getAddCategoryToDocumentUrl = (ecosystemName, projectName, id) => {
|
|
298
869
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/${id}/categories`;
|
|
299
870
|
};
|
|
300
871
|
const addCategoryToDocument = async (ecosystemName, projectName, id, addCategoryToDocumentBody, options) => {
|
|
301
|
-
|
|
872
|
+
return customFetch(getAddCategoryToDocumentUrl(ecosystemName, projectName, id), {
|
|
302
873
|
...options,
|
|
303
874
|
method: "POST",
|
|
304
875
|
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
305
876
|
body: JSON.stringify(addCategoryToDocumentBody)
|
|
306
877
|
});
|
|
307
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
308
|
-
const data = body ? JSON.parse(body) : {};
|
|
309
|
-
return { data, status: res.status, headers: res.headers };
|
|
310
878
|
};
|
|
311
879
|
const getRemoveCategoryFromDocumentUrl = (ecosystemName, projectName, documentId, categoryId) => {
|
|
312
880
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document/${documentId}/categories/${categoryId}`;
|
|
313
881
|
};
|
|
314
882
|
const removeCategoryFromDocument = async (ecosystemName, projectName, documentId, categoryId, options) => {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
883
|
+
return customFetch(
|
|
884
|
+
getRemoveCategoryFromDocumentUrl(ecosystemName, projectName, documentId, categoryId),
|
|
885
|
+
{
|
|
886
|
+
...options,
|
|
887
|
+
method: "DELETE"
|
|
888
|
+
}
|
|
889
|
+
);
|
|
322
890
|
};
|
|
323
891
|
const getListDocumentCategoriesUrl = (ecosystemName, projectName, params) => {
|
|
324
892
|
const normalizedParams = new URLSearchParams();
|
|
@@ -331,65 +899,50 @@ const getListDocumentCategoriesUrl = (ecosystemName, projectName, params) => {
|
|
|
331
899
|
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/`;
|
|
332
900
|
};
|
|
333
901
|
const listDocumentCategories = async (ecosystemName, projectName, params, options) => {
|
|
334
|
-
|
|
902
|
+
return customFetch(getListDocumentCategoriesUrl(ecosystemName, projectName, params), {
|
|
335
903
|
...options,
|
|
336
904
|
method: "GET"
|
|
337
905
|
});
|
|
338
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
339
|
-
const data = body ? JSON.parse(body) : {};
|
|
340
|
-
return { data, status: res.status, headers: res.headers };
|
|
341
906
|
};
|
|
342
907
|
const getCreateDocumentCategoryUrl = (ecosystemName, projectName) => {
|
|
343
908
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/`;
|
|
344
909
|
};
|
|
345
910
|
const createDocumentCategory = async (ecosystemName, projectName, createDocumentCategoryBody, options) => {
|
|
346
|
-
|
|
911
|
+
return customFetch(getCreateDocumentCategoryUrl(ecosystemName, projectName), {
|
|
347
912
|
...options,
|
|
348
913
|
method: "POST",
|
|
349
914
|
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
350
915
|
body: JSON.stringify(createDocumentCategoryBody)
|
|
351
916
|
});
|
|
352
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
353
|
-
const data = body ? JSON.parse(body) : {};
|
|
354
|
-
return { data, status: res.status, headers: res.headers };
|
|
355
917
|
};
|
|
356
918
|
const getGetDocumentCategoryUrl = (ecosystemName, projectName, id) => {
|
|
357
919
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/${id}`;
|
|
358
920
|
};
|
|
359
921
|
const getDocumentCategory = async (ecosystemName, projectName, id, options) => {
|
|
360
|
-
|
|
922
|
+
return customFetch(getGetDocumentCategoryUrl(ecosystemName, projectName, id), {
|
|
361
923
|
...options,
|
|
362
924
|
method: "GET"
|
|
363
925
|
});
|
|
364
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
365
|
-
const data = body ? JSON.parse(body) : {};
|
|
366
|
-
return { data, status: res.status, headers: res.headers };
|
|
367
926
|
};
|
|
368
927
|
const getUpdateDocumentCategoryUrl = (ecosystemName, projectName, id) => {
|
|
369
928
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/${id}`;
|
|
370
929
|
};
|
|
371
930
|
const updateDocumentCategory = async (ecosystemName, projectName, id, updateDocumentCategoryBody, options) => {
|
|
372
|
-
|
|
931
|
+
return customFetch(getUpdateDocumentCategoryUrl(ecosystemName, projectName, id), {
|
|
373
932
|
...options,
|
|
374
933
|
method: "PATCH",
|
|
375
934
|
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
376
935
|
body: JSON.stringify(updateDocumentCategoryBody)
|
|
377
936
|
});
|
|
378
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
379
|
-
const data = body ? JSON.parse(body) : {};
|
|
380
|
-
return { data, status: res.status, headers: res.headers };
|
|
381
937
|
};
|
|
382
938
|
const getDeleteDocumentCategoryUrl = (ecosystemName, projectName, id) => {
|
|
383
939
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/document-category/${id}`;
|
|
384
940
|
};
|
|
385
941
|
const deleteDocumentCategory = async (ecosystemName, projectName, id, options) => {
|
|
386
|
-
|
|
942
|
+
return customFetch(getDeleteDocumentCategoryUrl(ecosystemName, projectName, id), {
|
|
387
943
|
...options,
|
|
388
944
|
method: "DELETE"
|
|
389
945
|
});
|
|
390
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
391
|
-
const data = body ? JSON.parse(body) : {};
|
|
392
|
-
return { data, status: res.status, headers: res.headers };
|
|
393
946
|
};
|
|
394
947
|
const getGetFormsDataUrl = (ecosystemName, projectName, params) => {
|
|
395
948
|
const normalizedParams = new URLSearchParams();
|
|
@@ -402,42 +955,143 @@ const getGetFormsDataUrl = (ecosystemName, projectName, params) => {
|
|
|
402
955
|
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/forms-data/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/forms-data/`;
|
|
403
956
|
};
|
|
404
957
|
const getFormsData = async (ecosystemName, projectName, params, options) => {
|
|
405
|
-
|
|
958
|
+
return customFetch(getGetFormsDataUrl(ecosystemName, projectName, params), {
|
|
406
959
|
...options,
|
|
407
960
|
method: "GET"
|
|
408
961
|
});
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
962
|
+
};
|
|
963
|
+
const getListManualTriggersUrl = (ecosystemName, projectName, params) => {
|
|
964
|
+
const normalizedParams = new URLSearchParams();
|
|
965
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
966
|
+
if (value !== void 0) {
|
|
967
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
968
|
+
}
|
|
969
|
+
});
|
|
970
|
+
const stringifiedParams = normalizedParams.toString();
|
|
971
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/`;
|
|
972
|
+
};
|
|
973
|
+
const listManualTriggers = async (ecosystemName, projectName, params, options) => {
|
|
974
|
+
return customFetch(getListManualTriggersUrl(ecosystemName, projectName, params), {
|
|
975
|
+
...options,
|
|
976
|
+
method: "GET"
|
|
977
|
+
});
|
|
978
|
+
};
|
|
979
|
+
const getCreateManualTriggerUrl = (ecosystemName, projectName) => {
|
|
980
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/`;
|
|
981
|
+
};
|
|
982
|
+
const createManualTrigger = async (ecosystemName, projectName, createManualTriggerBody, options) => {
|
|
983
|
+
return customFetch(getCreateManualTriggerUrl(ecosystemName, projectName), {
|
|
984
|
+
...options,
|
|
985
|
+
method: "POST",
|
|
986
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
987
|
+
body: JSON.stringify(createManualTriggerBody)
|
|
988
|
+
});
|
|
989
|
+
};
|
|
990
|
+
const getListAvailableManualTriggersUrl = (ecosystemName, projectName, params) => {
|
|
991
|
+
const normalizedParams = new URLSearchParams();
|
|
992
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
993
|
+
if (value !== void 0) {
|
|
994
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
995
|
+
}
|
|
996
|
+
});
|
|
997
|
+
const stringifiedParams = normalizedParams.toString();
|
|
998
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/available?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/available`;
|
|
999
|
+
};
|
|
1000
|
+
const listAvailableManualTriggers = async (ecosystemName, projectName, params, options) => {
|
|
1001
|
+
return customFetch(
|
|
1002
|
+
getListAvailableManualTriggersUrl(ecosystemName, projectName, params),
|
|
1003
|
+
{
|
|
1004
|
+
...options,
|
|
1005
|
+
method: "GET"
|
|
1006
|
+
}
|
|
1007
|
+
);
|
|
1008
|
+
};
|
|
1009
|
+
const getGetManualTriggerUrl = (ecosystemName, projectName, id, params) => {
|
|
1010
|
+
const normalizedParams = new URLSearchParams();
|
|
1011
|
+
Object.entries(params || {}).forEach(([key, value]) => {
|
|
1012
|
+
if (value !== void 0) {
|
|
1013
|
+
normalizedParams.append(key, value === null ? "null" : value.toString());
|
|
1014
|
+
}
|
|
1015
|
+
});
|
|
1016
|
+
const stringifiedParams = normalizedParams.toString();
|
|
1017
|
+
return stringifiedParams.length > 0 ? `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/${id}?${stringifiedParams}` : `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/${id}`;
|
|
1018
|
+
};
|
|
1019
|
+
const getManualTrigger = async (ecosystemName, projectName, id, params, options) => {
|
|
1020
|
+
return customFetch(getGetManualTriggerUrl(ecosystemName, projectName, id, params), {
|
|
1021
|
+
...options,
|
|
1022
|
+
method: "GET"
|
|
1023
|
+
});
|
|
1024
|
+
};
|
|
1025
|
+
const getUpdateManualTriggerUrl = (ecosystemName, projectName, id) => {
|
|
1026
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/${id}`;
|
|
1027
|
+
};
|
|
1028
|
+
const updateManualTrigger = async (ecosystemName, projectName, id, updateManualTriggerBody, options) => {
|
|
1029
|
+
return customFetch(getUpdateManualTriggerUrl(ecosystemName, projectName, id), {
|
|
1030
|
+
...options,
|
|
1031
|
+
method: "PATCH",
|
|
1032
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
1033
|
+
body: JSON.stringify(updateManualTriggerBody)
|
|
1034
|
+
});
|
|
1035
|
+
};
|
|
1036
|
+
const getDeleteManualTriggerUrl = (ecosystemName, projectName, id) => {
|
|
1037
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/${id}`;
|
|
1038
|
+
};
|
|
1039
|
+
const deleteManualTrigger = async (ecosystemName, projectName, id, options) => {
|
|
1040
|
+
return customFetch(getDeleteManualTriggerUrl(ecosystemName, projectName, id), {
|
|
1041
|
+
...options,
|
|
1042
|
+
method: "DELETE"
|
|
1043
|
+
});
|
|
1044
|
+
};
|
|
1045
|
+
const getRunManualTriggerUrl = (ecosystemName, projectName, id) => {
|
|
1046
|
+
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/manual-trigger/${id}/run`;
|
|
1047
|
+
};
|
|
1048
|
+
const runManualTrigger = async (ecosystemName, projectName, id, runManualTriggerBody, options) => {
|
|
1049
|
+
return customFetch(getRunManualTriggerUrl(ecosystemName, projectName, id), {
|
|
1050
|
+
...options,
|
|
1051
|
+
method: "POST",
|
|
1052
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
1053
|
+
body: JSON.stringify(runManualTriggerBody)
|
|
1054
|
+
});
|
|
412
1055
|
};
|
|
413
1056
|
const getGetThryveIframeUrlUrl = (ecosystemName, projectName) => {
|
|
414
1057
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/thryve/iframe-url`;
|
|
415
1058
|
};
|
|
416
1059
|
const getThryveIframeUrl = async (ecosystemName, projectName, options) => {
|
|
417
|
-
|
|
1060
|
+
return customFetch(getGetThryveIframeUrlUrl(ecosystemName, projectName), {
|
|
418
1061
|
...options,
|
|
419
1062
|
method: "GET"
|
|
420
1063
|
});
|
|
421
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
422
|
-
const data = body ? JSON.parse(body) : {};
|
|
423
|
-
return { data, status: res.status, headers: res.headers };
|
|
424
1064
|
};
|
|
425
1065
|
const getGetThryveIsAuthorizedUrl = (ecosystemName, projectName) => {
|
|
426
1066
|
return `/v2/ecosystem/${ecosystemName}/project/${projectName}/thryve/is-authorized`;
|
|
427
1067
|
};
|
|
428
1068
|
const getThryveIsAuthorized = async (ecosystemName, projectName, options) => {
|
|
429
|
-
|
|
1069
|
+
return customFetch(getGetThryveIsAuthorizedUrl(ecosystemName, projectName), {
|
|
430
1070
|
...options,
|
|
431
1071
|
method: "GET"
|
|
432
1072
|
});
|
|
433
|
-
const body = [204, 205, 304].includes(res.status) ? null : await res.text();
|
|
434
|
-
const data = body ? JSON.parse(body) : {};
|
|
435
|
-
return { data, status: res.status, headers: res.headers };
|
|
436
1073
|
};
|
|
437
1074
|
exports.AddCategoryToDocument403AllOfThreeError = AddCategoryToDocument403AllOfThreeError;
|
|
438
1075
|
exports.AddCategoryToDocument403AllOfThreeStatusCode = AddCategoryToDocument403AllOfThreeStatusCode;
|
|
439
1076
|
exports.AddCategoryToDocument404AllOfThreeError = AddCategoryToDocument404AllOfThreeError;
|
|
440
1077
|
exports.AddCategoryToDocument404AllOfThreeStatusCode = AddCategoryToDocument404AllOfThreeStatusCode;
|
|
1078
|
+
exports.CreateAction200Type = CreateAction200Type;
|
|
1079
|
+
exports.CreateAction400AllOfThreeError = CreateAction400AllOfThreeError;
|
|
1080
|
+
exports.CreateAction400AllOfThreeStatusCode = CreateAction400AllOfThreeStatusCode;
|
|
1081
|
+
exports.CreateAction403AllOfThreeError = CreateAction403AllOfThreeError;
|
|
1082
|
+
exports.CreateAction403AllOfThreeStatusCode = CreateAction403AllOfThreeStatusCode;
|
|
1083
|
+
exports.CreateAction404AllOfThreeError = CreateAction404AllOfThreeError;
|
|
1084
|
+
exports.CreateAction404AllOfThreeStatusCode = CreateAction404AllOfThreeStatusCode;
|
|
1085
|
+
exports.CreateActionBodyType = CreateActionBodyType;
|
|
1086
|
+
exports.CreateAutomaticTrigger200AllOfOneoneActionsItemType = CreateAutomaticTrigger200AllOfOneoneActionsItemType;
|
|
1087
|
+
exports.CreateAutomaticTrigger200AllOfSource = CreateAutomaticTrigger200AllOfSource;
|
|
1088
|
+
exports.CreateAutomaticTrigger403AllOfThreeError = CreateAutomaticTrigger403AllOfThreeError;
|
|
1089
|
+
exports.CreateAutomaticTrigger403AllOfThreeStatusCode = CreateAutomaticTrigger403AllOfThreeStatusCode;
|
|
1090
|
+
exports.CreateAutomaticTrigger404AllOfThreeError = CreateAutomaticTrigger404AllOfThreeError;
|
|
1091
|
+
exports.CreateAutomaticTrigger404AllOfThreeStatusCode = CreateAutomaticTrigger404AllOfThreeStatusCode;
|
|
1092
|
+
exports.CreateAutomaticTriggerBodyActionsItemAnyOfNineType = CreateAutomaticTriggerBodyActionsItemAnyOfNineType;
|
|
1093
|
+
exports.CreateAutomaticTriggerBodyActionsItemAnyOfType = CreateAutomaticTriggerBodyActionsItemAnyOfType;
|
|
1094
|
+
exports.CreateAutomaticTriggerBodySource = CreateAutomaticTriggerBodySource;
|
|
441
1095
|
exports.CreateDocument403AllOfThreeError = CreateDocument403AllOfThreeError;
|
|
442
1096
|
exports.CreateDocument403AllOfThreeStatusCode = CreateDocument403AllOfThreeStatusCode;
|
|
443
1097
|
exports.CreateDocument404AllOfThreeError = CreateDocument404AllOfThreeError;
|
|
@@ -446,6 +1100,29 @@ exports.CreateDocumentCategory403AllOfThreeError = CreateDocumentCategory403AllO
|
|
|
446
1100
|
exports.CreateDocumentCategory403AllOfThreeStatusCode = CreateDocumentCategory403AllOfThreeStatusCode;
|
|
447
1101
|
exports.CreateDocumentCategory404AllOfThreeError = CreateDocumentCategory404AllOfThreeError;
|
|
448
1102
|
exports.CreateDocumentCategory404AllOfThreeStatusCode = CreateDocumentCategory404AllOfThreeStatusCode;
|
|
1103
|
+
exports.CreateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = CreateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1104
|
+
exports.CreateManualTrigger200AllOfConfigAnyOfStylesIconPosition = CreateManualTrigger200AllOfConfigAnyOfStylesIconPosition;
|
|
1105
|
+
exports.CreateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = CreateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior;
|
|
1106
|
+
exports.CreateManualTrigger200AllOfSource = CreateManualTrigger200AllOfSource;
|
|
1107
|
+
exports.CreateManualTrigger200AllOfTwozeroActionsItemType = CreateManualTrigger200AllOfTwozeroActionsItemType;
|
|
1108
|
+
exports.CreateManualTrigger403AllOfThreeError = CreateManualTrigger403AllOfThreeError;
|
|
1109
|
+
exports.CreateManualTrigger403AllOfThreeStatusCode = CreateManualTrigger403AllOfThreeStatusCode;
|
|
1110
|
+
exports.CreateManualTrigger404AllOfThreeError = CreateManualTrigger404AllOfThreeError;
|
|
1111
|
+
exports.CreateManualTrigger404AllOfThreeStatusCode = CreateManualTrigger404AllOfThreeStatusCode;
|
|
1112
|
+
exports.CreateManualTriggerBodyActionsItemAnyOfNineType = CreateManualTriggerBodyActionsItemAnyOfNineType;
|
|
1113
|
+
exports.CreateManualTriggerBodyActionsItemAnyOfType = CreateManualTriggerBodyActionsItemAnyOfType;
|
|
1114
|
+
exports.CreateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition = CreateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1115
|
+
exports.CreateManualTriggerBodyConfigAnyOfStylesIconPosition = CreateManualTriggerBodyConfigAnyOfStylesIconPosition;
|
|
1116
|
+
exports.CreateManualTriggerBodyConfigAnyOfUnmatchedBehavior = CreateManualTriggerBodyConfigAnyOfUnmatchedBehavior;
|
|
1117
|
+
exports.CreateManualTriggerBodySource = CreateManualTriggerBodySource;
|
|
1118
|
+
exports.DeleteAction403AllOfThreeError = DeleteAction403AllOfThreeError;
|
|
1119
|
+
exports.DeleteAction403AllOfThreeStatusCode = DeleteAction403AllOfThreeStatusCode;
|
|
1120
|
+
exports.DeleteAction404AllOfThreeError = DeleteAction404AllOfThreeError;
|
|
1121
|
+
exports.DeleteAction404AllOfThreeStatusCode = DeleteAction404AllOfThreeStatusCode;
|
|
1122
|
+
exports.DeleteAutomaticTrigger403AllOfThreeError = DeleteAutomaticTrigger403AllOfThreeError;
|
|
1123
|
+
exports.DeleteAutomaticTrigger403AllOfThreeStatusCode = DeleteAutomaticTrigger403AllOfThreeStatusCode;
|
|
1124
|
+
exports.DeleteAutomaticTrigger404AllOfThreeError = DeleteAutomaticTrigger404AllOfThreeError;
|
|
1125
|
+
exports.DeleteAutomaticTrigger404AllOfThreeStatusCode = DeleteAutomaticTrigger404AllOfThreeStatusCode;
|
|
449
1126
|
exports.DeleteDocument403AllOfThreeError = DeleteDocument403AllOfThreeError;
|
|
450
1127
|
exports.DeleteDocument403AllOfThreeStatusCode = DeleteDocument403AllOfThreeStatusCode;
|
|
451
1128
|
exports.DeleteDocument404AllOfThreeError = DeleteDocument404AllOfThreeError;
|
|
@@ -454,6 +1131,22 @@ exports.DeleteDocumentCategory403AllOfThreeError = DeleteDocumentCategory403AllO
|
|
|
454
1131
|
exports.DeleteDocumentCategory403AllOfThreeStatusCode = DeleteDocumentCategory403AllOfThreeStatusCode;
|
|
455
1132
|
exports.DeleteDocumentCategory404AllOfThreeError = DeleteDocumentCategory404AllOfThreeError;
|
|
456
1133
|
exports.DeleteDocumentCategory404AllOfThreeStatusCode = DeleteDocumentCategory404AllOfThreeStatusCode;
|
|
1134
|
+
exports.DeleteManualTrigger403AllOfThreeError = DeleteManualTrigger403AllOfThreeError;
|
|
1135
|
+
exports.DeleteManualTrigger403AllOfThreeStatusCode = DeleteManualTrigger403AllOfThreeStatusCode;
|
|
1136
|
+
exports.DeleteManualTrigger404AllOfThreeError = DeleteManualTrigger404AllOfThreeError;
|
|
1137
|
+
exports.DeleteManualTrigger404AllOfThreeStatusCode = DeleteManualTrigger404AllOfThreeStatusCode;
|
|
1138
|
+
exports.GeneratedClientError = GeneratedClientError;
|
|
1139
|
+
exports.GetAction200Type = GetAction200Type;
|
|
1140
|
+
exports.GetAction403AllOfThreeError = GetAction403AllOfThreeError;
|
|
1141
|
+
exports.GetAction403AllOfThreeStatusCode = GetAction403AllOfThreeStatusCode;
|
|
1142
|
+
exports.GetAction404AllOfThreeError = GetAction404AllOfThreeError;
|
|
1143
|
+
exports.GetAction404AllOfThreeStatusCode = GetAction404AllOfThreeStatusCode;
|
|
1144
|
+
exports.GetAutomaticTrigger200AllOfOneoneActionsItemType = GetAutomaticTrigger200AllOfOneoneActionsItemType;
|
|
1145
|
+
exports.GetAutomaticTrigger200AllOfSource = GetAutomaticTrigger200AllOfSource;
|
|
1146
|
+
exports.GetAutomaticTrigger403AllOfThreeError = GetAutomaticTrigger403AllOfThreeError;
|
|
1147
|
+
exports.GetAutomaticTrigger403AllOfThreeStatusCode = GetAutomaticTrigger403AllOfThreeStatusCode;
|
|
1148
|
+
exports.GetAutomaticTrigger404AllOfThreeError = GetAutomaticTrigger404AllOfThreeError;
|
|
1149
|
+
exports.GetAutomaticTrigger404AllOfThreeStatusCode = GetAutomaticTrigger404AllOfThreeStatusCode;
|
|
457
1150
|
exports.GetDocument403AllOfThreeError = GetDocument403AllOfThreeError;
|
|
458
1151
|
exports.GetDocument403AllOfThreeStatusCode = GetDocument403AllOfThreeStatusCode;
|
|
459
1152
|
exports.GetDocument404AllOfThreeError = GetDocument404AllOfThreeError;
|
|
@@ -466,6 +1159,15 @@ exports.GetFormsData403AllOfThreeError = GetFormsData403AllOfThreeError;
|
|
|
466
1159
|
exports.GetFormsData403AllOfThreeStatusCode = GetFormsData403AllOfThreeStatusCode;
|
|
467
1160
|
exports.GetFormsData404AllOfThreeError = GetFormsData404AllOfThreeError;
|
|
468
1161
|
exports.GetFormsData404AllOfThreeStatusCode = GetFormsData404AllOfThreeStatusCode;
|
|
1162
|
+
exports.GetManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = GetManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1163
|
+
exports.GetManualTrigger200AllOfConfigAnyOfStylesIconPosition = GetManualTrigger200AllOfConfigAnyOfStylesIconPosition;
|
|
1164
|
+
exports.GetManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = GetManualTrigger200AllOfConfigAnyOfUnmatchedBehavior;
|
|
1165
|
+
exports.GetManualTrigger200AllOfSource = GetManualTrigger200AllOfSource;
|
|
1166
|
+
exports.GetManualTrigger200AllOfTwozeroActionsItemType = GetManualTrigger200AllOfTwozeroActionsItemType;
|
|
1167
|
+
exports.GetManualTrigger403AllOfThreeError = GetManualTrigger403AllOfThreeError;
|
|
1168
|
+
exports.GetManualTrigger403AllOfThreeStatusCode = GetManualTrigger403AllOfThreeStatusCode;
|
|
1169
|
+
exports.GetManualTrigger404AllOfThreeError = GetManualTrigger404AllOfThreeError;
|
|
1170
|
+
exports.GetManualTrigger404AllOfThreeStatusCode = GetManualTrigger404AllOfThreeStatusCode;
|
|
469
1171
|
exports.GetThryveIframeUrl403AllOfThreeError = GetThryveIframeUrl403AllOfThreeError;
|
|
470
1172
|
exports.GetThryveIframeUrl403AllOfThreeStatusCode = GetThryveIframeUrl403AllOfThreeStatusCode;
|
|
471
1173
|
exports.GetThryveIframeUrl404AllOfThreeError = GetThryveIframeUrl404AllOfThreeError;
|
|
@@ -474,10 +1176,27 @@ exports.GetThryveIsAuthorized403AllOfThreeError = GetThryveIsAuthorized403AllOfT
|
|
|
474
1176
|
exports.GetThryveIsAuthorized403AllOfThreeStatusCode = GetThryveIsAuthorized403AllOfThreeStatusCode;
|
|
475
1177
|
exports.GetThryveIsAuthorized404AllOfThreeError = GetThryveIsAuthorized404AllOfThreeError;
|
|
476
1178
|
exports.GetThryveIsAuthorized404AllOfThreeStatusCode = GetThryveIsAuthorized404AllOfThreeStatusCode;
|
|
1179
|
+
exports.ListActions200ResultsItemType = ListActions200ResultsItemType;
|
|
1180
|
+
exports.ListActions403AllOfThreeError = ListActions403AllOfThreeError;
|
|
1181
|
+
exports.ListActions403AllOfThreeStatusCode = ListActions403AllOfThreeStatusCode;
|
|
1182
|
+
exports.ListActions404AllOfThreeError = ListActions404AllOfThreeError;
|
|
1183
|
+
exports.ListActions404AllOfThreeStatusCode = ListActions404AllOfThreeStatusCode;
|
|
1184
|
+
exports.ListAutomaticTriggers200ResultsItemAllOfOneoneActionsItemType = ListAutomaticTriggers200ResultsItemAllOfOneoneActionsItemType;
|
|
1185
|
+
exports.ListAutomaticTriggers200ResultsItemAllOfSource = ListAutomaticTriggers200ResultsItemAllOfSource;
|
|
1186
|
+
exports.ListAutomaticTriggers403AllOfThreeError = ListAutomaticTriggers403AllOfThreeError;
|
|
1187
|
+
exports.ListAutomaticTriggers403AllOfThreeStatusCode = ListAutomaticTriggers403AllOfThreeStatusCode;
|
|
1188
|
+
exports.ListAutomaticTriggers404AllOfThreeError = ListAutomaticTriggers404AllOfThreeError;
|
|
1189
|
+
exports.ListAutomaticTriggers404AllOfThreeStatusCode = ListAutomaticTriggers404AllOfThreeStatusCode;
|
|
477
1190
|
exports.ListAvailableActions403AllOfThreeError = ListAvailableActions403AllOfThreeError;
|
|
478
1191
|
exports.ListAvailableActions403AllOfThreeStatusCode = ListAvailableActions403AllOfThreeStatusCode;
|
|
479
1192
|
exports.ListAvailableActions404AllOfThreeError = ListAvailableActions404AllOfThreeError;
|
|
480
1193
|
exports.ListAvailableActions404AllOfThreeStatusCode = ListAvailableActions404AllOfThreeStatusCode;
|
|
1194
|
+
exports.ListAvailableManualTriggers200ResultsItemStyleIconPosition = ListAvailableManualTriggers200ResultsItemStyleIconPosition;
|
|
1195
|
+
exports.ListAvailableManualTriggers403AllOfThreeError = ListAvailableManualTriggers403AllOfThreeError;
|
|
1196
|
+
exports.ListAvailableManualTriggers403AllOfThreeStatusCode = ListAvailableManualTriggers403AllOfThreeStatusCode;
|
|
1197
|
+
exports.ListAvailableManualTriggers404AllOfThreeError = ListAvailableManualTriggers404AllOfThreeError;
|
|
1198
|
+
exports.ListAvailableManualTriggers404AllOfThreeStatusCode = ListAvailableManualTriggers404AllOfThreeStatusCode;
|
|
1199
|
+
exports.ListAvailableManualTriggersSource = ListAvailableManualTriggersSource;
|
|
481
1200
|
exports.ListDocumentCategories403AllOfThreeError = ListDocumentCategories403AllOfThreeError;
|
|
482
1201
|
exports.ListDocumentCategories403AllOfThreeStatusCode = ListDocumentCategories403AllOfThreeStatusCode;
|
|
483
1202
|
exports.ListDocumentCategories404AllOfThreeError = ListDocumentCategories404AllOfThreeError;
|
|
@@ -486,10 +1205,42 @@ exports.ListDocuments403AllOfThreeError = ListDocuments403AllOfThreeError;
|
|
|
486
1205
|
exports.ListDocuments403AllOfThreeStatusCode = ListDocuments403AllOfThreeStatusCode;
|
|
487
1206
|
exports.ListDocuments404AllOfThreeError = ListDocuments404AllOfThreeError;
|
|
488
1207
|
exports.ListDocuments404AllOfThreeStatusCode = ListDocuments404AllOfThreeStatusCode;
|
|
1208
|
+
exports.ListManualTriggers200ResultsItemAllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = ListManualTriggers200ResultsItemAllOfConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1209
|
+
exports.ListManualTriggers200ResultsItemAllOfConfigAnyOfStylesIconPosition = ListManualTriggers200ResultsItemAllOfConfigAnyOfStylesIconPosition;
|
|
1210
|
+
exports.ListManualTriggers200ResultsItemAllOfConfigAnyOfUnmatchedBehavior = ListManualTriggers200ResultsItemAllOfConfigAnyOfUnmatchedBehavior;
|
|
1211
|
+
exports.ListManualTriggers200ResultsItemAllOfSource = ListManualTriggers200ResultsItemAllOfSource;
|
|
1212
|
+
exports.ListManualTriggers200ResultsItemAllOfTwozeroActionsItemType = ListManualTriggers200ResultsItemAllOfTwozeroActionsItemType;
|
|
1213
|
+
exports.ListManualTriggers403AllOfThreeError = ListManualTriggers403AllOfThreeError;
|
|
1214
|
+
exports.ListManualTriggers403AllOfThreeStatusCode = ListManualTriggers403AllOfThreeStatusCode;
|
|
1215
|
+
exports.ListManualTriggers404AllOfThreeError = ListManualTriggers404AllOfThreeError;
|
|
1216
|
+
exports.ListManualTriggers404AllOfThreeStatusCode = ListManualTriggers404AllOfThreeStatusCode;
|
|
489
1217
|
exports.RemoveCategoryFromDocument403AllOfThreeError = RemoveCategoryFromDocument403AllOfThreeError;
|
|
490
1218
|
exports.RemoveCategoryFromDocument403AllOfThreeStatusCode = RemoveCategoryFromDocument403AllOfThreeStatusCode;
|
|
491
1219
|
exports.RemoveCategoryFromDocument404AllOfThreeError = RemoveCategoryFromDocument404AllOfThreeError;
|
|
492
1220
|
exports.RemoveCategoryFromDocument404AllOfThreeStatusCode = RemoveCategoryFromDocument404AllOfThreeStatusCode;
|
|
1221
|
+
exports.RunManualTrigger403AllOfThreeError = RunManualTrigger403AllOfThreeError;
|
|
1222
|
+
exports.RunManualTrigger403AllOfThreeStatusCode = RunManualTrigger403AllOfThreeStatusCode;
|
|
1223
|
+
exports.RunManualTrigger404AllOfThreeError = RunManualTrigger404AllOfThreeError;
|
|
1224
|
+
exports.RunManualTrigger404AllOfThreeStatusCode = RunManualTrigger404AllOfThreeStatusCode;
|
|
1225
|
+
exports.UpdateAction200Type = UpdateAction200Type;
|
|
1226
|
+
exports.UpdateAction400AllOfThreeError = UpdateAction400AllOfThreeError;
|
|
1227
|
+
exports.UpdateAction400AllOfThreeStatusCode = UpdateAction400AllOfThreeStatusCode;
|
|
1228
|
+
exports.UpdateAction403AllOfThreeError = UpdateAction403AllOfThreeError;
|
|
1229
|
+
exports.UpdateAction403AllOfThreeStatusCode = UpdateAction403AllOfThreeStatusCode;
|
|
1230
|
+
exports.UpdateAction404AllOfThreeError = UpdateAction404AllOfThreeError;
|
|
1231
|
+
exports.UpdateAction404AllOfThreeStatusCode = UpdateAction404AllOfThreeStatusCode;
|
|
1232
|
+
exports.UpdateActionBodyType = UpdateActionBodyType;
|
|
1233
|
+
exports.UpdateAutomaticTrigger200AllOfOneoneActionsItemType = UpdateAutomaticTrigger200AllOfOneoneActionsItemType;
|
|
1234
|
+
exports.UpdateAutomaticTrigger200AllOfSource = UpdateAutomaticTrigger200AllOfSource;
|
|
1235
|
+
exports.UpdateAutomaticTrigger400AllOfThreeError = UpdateAutomaticTrigger400AllOfThreeError;
|
|
1236
|
+
exports.UpdateAutomaticTrigger400AllOfThreeStatusCode = UpdateAutomaticTrigger400AllOfThreeStatusCode;
|
|
1237
|
+
exports.UpdateAutomaticTrigger403AllOfThreeError = UpdateAutomaticTrigger403AllOfThreeError;
|
|
1238
|
+
exports.UpdateAutomaticTrigger403AllOfThreeStatusCode = UpdateAutomaticTrigger403AllOfThreeStatusCode;
|
|
1239
|
+
exports.UpdateAutomaticTrigger404AllOfThreeError = UpdateAutomaticTrigger404AllOfThreeError;
|
|
1240
|
+
exports.UpdateAutomaticTrigger404AllOfThreeStatusCode = UpdateAutomaticTrigger404AllOfThreeStatusCode;
|
|
1241
|
+
exports.UpdateAutomaticTriggerBodyActionsItemAnyOfNineType = UpdateAutomaticTriggerBodyActionsItemAnyOfNineType;
|
|
1242
|
+
exports.UpdateAutomaticTriggerBodyActionsItemAnyOfType = UpdateAutomaticTriggerBodyActionsItemAnyOfType;
|
|
1243
|
+
exports.UpdateAutomaticTriggerBodySource = UpdateAutomaticTriggerBodySource;
|
|
493
1244
|
exports.UpdateDocument403AllOfThreeError = UpdateDocument403AllOfThreeError;
|
|
494
1245
|
exports.UpdateDocument403AllOfThreeStatusCode = UpdateDocument403AllOfThreeStatusCode;
|
|
495
1246
|
exports.UpdateDocument404AllOfThreeError = UpdateDocument404AllOfThreeError;
|
|
@@ -498,38 +1249,91 @@ exports.UpdateDocumentCategory403AllOfThreeError = UpdateDocumentCategory403AllO
|
|
|
498
1249
|
exports.UpdateDocumentCategory403AllOfThreeStatusCode = UpdateDocumentCategory403AllOfThreeStatusCode;
|
|
499
1250
|
exports.UpdateDocumentCategory404AllOfThreeError = UpdateDocumentCategory404AllOfThreeError;
|
|
500
1251
|
exports.UpdateDocumentCategory404AllOfThreeStatusCode = UpdateDocumentCategory404AllOfThreeStatusCode;
|
|
1252
|
+
exports.UpdateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition = UpdateManualTrigger200AllOfConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1253
|
+
exports.UpdateManualTrigger200AllOfConfigAnyOfStylesIconPosition = UpdateManualTrigger200AllOfConfigAnyOfStylesIconPosition;
|
|
1254
|
+
exports.UpdateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior = UpdateManualTrigger200AllOfConfigAnyOfUnmatchedBehavior;
|
|
1255
|
+
exports.UpdateManualTrigger200AllOfSource = UpdateManualTrigger200AllOfSource;
|
|
1256
|
+
exports.UpdateManualTrigger200AllOfTwozeroActionsItemType = UpdateManualTrigger200AllOfTwozeroActionsItemType;
|
|
1257
|
+
exports.UpdateManualTrigger400AllOfThreeError = UpdateManualTrigger400AllOfThreeError;
|
|
1258
|
+
exports.UpdateManualTrigger400AllOfThreeStatusCode = UpdateManualTrigger400AllOfThreeStatusCode;
|
|
1259
|
+
exports.UpdateManualTrigger403AllOfThreeError = UpdateManualTrigger403AllOfThreeError;
|
|
1260
|
+
exports.UpdateManualTrigger403AllOfThreeStatusCode = UpdateManualTrigger403AllOfThreeStatusCode;
|
|
1261
|
+
exports.UpdateManualTrigger404AllOfThreeError = UpdateManualTrigger404AllOfThreeError;
|
|
1262
|
+
exports.UpdateManualTrigger404AllOfThreeStatusCode = UpdateManualTrigger404AllOfThreeStatusCode;
|
|
1263
|
+
exports.UpdateManualTriggerBodyActionsItemAnyOfNineType = UpdateManualTriggerBodyActionsItemAnyOfNineType;
|
|
1264
|
+
exports.UpdateManualTriggerBodyActionsItemAnyOfType = UpdateManualTriggerBodyActionsItemAnyOfType;
|
|
1265
|
+
exports.UpdateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition = UpdateManualTriggerBodyConfigAnyOfConditionalStylesItemAllOfIconPosition;
|
|
1266
|
+
exports.UpdateManualTriggerBodyConfigAnyOfStylesIconPosition = UpdateManualTriggerBodyConfigAnyOfStylesIconPosition;
|
|
1267
|
+
exports.UpdateManualTriggerBodyConfigAnyOfUnmatchedBehavior = UpdateManualTriggerBodyConfigAnyOfUnmatchedBehavior;
|
|
1268
|
+
exports.UpdateManualTriggerBodySource = UpdateManualTriggerBodySource;
|
|
501
1269
|
exports.addCategoryToDocument = addCategoryToDocument;
|
|
1270
|
+
exports.configureGeneratedClient = configureGeneratedClient;
|
|
1271
|
+
exports.createAction = createAction;
|
|
1272
|
+
exports.createAutomaticTrigger = createAutomaticTrigger;
|
|
502
1273
|
exports.createDocument = createDocument;
|
|
503
1274
|
exports.createDocumentCategory = createDocumentCategory;
|
|
1275
|
+
exports.createManualTrigger = createManualTrigger;
|
|
1276
|
+
exports.customFetch = customFetch;
|
|
1277
|
+
exports.deleteAction = deleteAction;
|
|
1278
|
+
exports.deleteAutomaticTrigger = deleteAutomaticTrigger;
|
|
504
1279
|
exports.deleteDocument = deleteDocument;
|
|
505
1280
|
exports.deleteDocumentCategory = deleteDocumentCategory;
|
|
1281
|
+
exports.deleteManualTrigger = deleteManualTrigger;
|
|
1282
|
+
exports.getAction = getAction;
|
|
506
1283
|
exports.getAddCategoryToDocumentUrl = getAddCategoryToDocumentUrl;
|
|
1284
|
+
exports.getAutomaticTrigger = getAutomaticTrigger;
|
|
1285
|
+
exports.getCreateActionUrl = getCreateActionUrl;
|
|
1286
|
+
exports.getCreateAutomaticTriggerUrl = getCreateAutomaticTriggerUrl;
|
|
507
1287
|
exports.getCreateDocumentCategoryUrl = getCreateDocumentCategoryUrl;
|
|
508
1288
|
exports.getCreateDocumentUrl = getCreateDocumentUrl;
|
|
1289
|
+
exports.getCreateManualTriggerUrl = getCreateManualTriggerUrl;
|
|
1290
|
+
exports.getDeleteActionUrl = getDeleteActionUrl;
|
|
1291
|
+
exports.getDeleteAutomaticTriggerUrl = getDeleteAutomaticTriggerUrl;
|
|
509
1292
|
exports.getDeleteDocumentCategoryUrl = getDeleteDocumentCategoryUrl;
|
|
510
1293
|
exports.getDeleteDocumentUrl = getDeleteDocumentUrl;
|
|
1294
|
+
exports.getDeleteManualTriggerUrl = getDeleteManualTriggerUrl;
|
|
511
1295
|
exports.getDocument = getDocument;
|
|
512
1296
|
exports.getDocumentCategory = getDocumentCategory;
|
|
513
1297
|
exports.getFormsData = getFormsData;
|
|
1298
|
+
exports.getGetActionUrl = getGetActionUrl;
|
|
1299
|
+
exports.getGetAutomaticTriggerUrl = getGetAutomaticTriggerUrl;
|
|
514
1300
|
exports.getGetDocumentCategoryUrl = getGetDocumentCategoryUrl;
|
|
515
1301
|
exports.getGetDocumentUrl = getGetDocumentUrl;
|
|
516
1302
|
exports.getGetFormsDataUrl = getGetFormsDataUrl;
|
|
1303
|
+
exports.getGetManualTriggerUrl = getGetManualTriggerUrl;
|
|
517
1304
|
exports.getGetThryveIframeUrlUrl = getGetThryveIframeUrlUrl;
|
|
518
1305
|
exports.getGetThryveIsAuthorizedUrl = getGetThryveIsAuthorizedUrl;
|
|
1306
|
+
exports.getListActionsUrl = getListActionsUrl;
|
|
1307
|
+
exports.getListAutomaticTriggersUrl = getListAutomaticTriggersUrl;
|
|
519
1308
|
exports.getListAvailableActionsUrl = getListAvailableActionsUrl;
|
|
1309
|
+
exports.getListAvailableManualTriggersUrl = getListAvailableManualTriggersUrl;
|
|
520
1310
|
exports.getListDocumentCategoriesUrl = getListDocumentCategoriesUrl;
|
|
521
1311
|
exports.getListDocumentsUrl = getListDocumentsUrl;
|
|
1312
|
+
exports.getListManualTriggersUrl = getListManualTriggersUrl;
|
|
1313
|
+
exports.getManualTrigger = getManualTrigger;
|
|
522
1314
|
exports.getPostV2AuthLoginGlobalUrl = getPostV2AuthLoginGlobalUrl;
|
|
523
1315
|
exports.getRemoveCategoryFromDocumentUrl = getRemoveCategoryFromDocumentUrl;
|
|
1316
|
+
exports.getRunManualTriggerUrl = getRunManualTriggerUrl;
|
|
524
1317
|
exports.getThryveIframeUrl = getThryveIframeUrl;
|
|
525
1318
|
exports.getThryveIsAuthorized = getThryveIsAuthorized;
|
|
1319
|
+
exports.getUpdateActionUrl = getUpdateActionUrl;
|
|
1320
|
+
exports.getUpdateAutomaticTriggerUrl = getUpdateAutomaticTriggerUrl;
|
|
526
1321
|
exports.getUpdateDocumentCategoryUrl = getUpdateDocumentCategoryUrl;
|
|
527
1322
|
exports.getUpdateDocumentUrl = getUpdateDocumentUrl;
|
|
1323
|
+
exports.getUpdateManualTriggerUrl = getUpdateManualTriggerUrl;
|
|
1324
|
+
exports.listActions = listActions;
|
|
1325
|
+
exports.listAutomaticTriggers = listAutomaticTriggers;
|
|
528
1326
|
exports.listAvailableActions = listAvailableActions;
|
|
1327
|
+
exports.listAvailableManualTriggers = listAvailableManualTriggers;
|
|
529
1328
|
exports.listDocumentCategories = listDocumentCategories;
|
|
530
1329
|
exports.listDocuments = listDocuments;
|
|
1330
|
+
exports.listManualTriggers = listManualTriggers;
|
|
531
1331
|
exports.postV2AuthLoginGlobal = postV2AuthLoginGlobal;
|
|
532
1332
|
exports.removeCategoryFromDocument = removeCategoryFromDocument;
|
|
1333
|
+
exports.runManualTrigger = runManualTrigger;
|
|
1334
|
+
exports.updateAction = updateAction;
|
|
1335
|
+
exports.updateAutomaticTrigger = updateAutomaticTrigger;
|
|
533
1336
|
exports.updateDocument = updateDocument;
|
|
534
1337
|
exports.updateDocumentCategory = updateDocumentCategory;
|
|
1338
|
+
exports.updateManualTrigger = updateManualTrigger;
|
|
535
1339
|
//# sourceMappingURL=client.cjs.map
|