@epilot/sdk 2.0.0-beta.2 → 2.0.0-beta.4
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/README.md +1 -0
- package/definitions/access-token-runtime.json +1 -0
- package/definitions/access-token.json +663 -0
- package/definitions/address-runtime.json +1 -0
- package/definitions/address-suggestions-runtime.json +1 -0
- package/definitions/address-suggestions.json +582 -0
- package/definitions/address.json +578 -0
- package/definitions/ai-agents-runtime.json +1 -0
- package/definitions/ai-agents.json +1711 -0
- package/definitions/app-runtime.json +1 -0
- package/definitions/app.json +4443 -0
- package/definitions/audit-logs-runtime.json +1 -0
- package/definitions/audit-logs.json +305 -0
- package/definitions/automation-runtime.json +1 -0
- package/definitions/automation.json +4850 -0
- package/definitions/billing-runtime.json +1 -0
- package/definitions/billing.json +837 -0
- package/definitions/blueprint-manifest-runtime.json +1 -0
- package/definitions/blueprint-manifest.json +3376 -0
- package/definitions/consent-runtime.json +1 -0
- package/definitions/consent.json +344 -0
- package/definitions/customer-portal-runtime.json +1 -0
- package/definitions/customer-portal.json +15000 -0
- package/definitions/dashboard-runtime.json +1 -0
- package/definitions/dashboard.json +484 -0
- package/definitions/data-management-runtime.json +1 -0
- package/definitions/data-management.json +962 -0
- package/definitions/deduplication-runtime.json +1 -0
- package/definitions/deduplication.json +183 -0
- package/definitions/design-runtime.json +1 -0
- package/definitions/design.json +1423 -0
- package/definitions/document-runtime.json +1 -0
- package/definitions/document.json +758 -0
- package/definitions/email-settings-runtime.json +1 -0
- package/definitions/email-settings.json +2627 -0
- package/definitions/email-template-runtime.json +1 -0
- package/definitions/email-template.json +1419 -0
- package/definitions/entity-mapping-runtime.json +1 -0
- package/definitions/entity-mapping.json +1642 -0
- package/definitions/entity-runtime.json +1 -0
- package/definitions/entity.json +10074 -0
- package/definitions/environments-runtime.json +1 -0
- package/definitions/environments.json +363 -0
- package/definitions/erp-integration-runtime.json +1 -0
- package/definitions/erp-integration.json +5845 -0
- package/definitions/event-catalog-runtime.json +1 -0
- package/definitions/event-catalog.json +1051 -0
- package/definitions/file-runtime.json +1 -0
- package/definitions/file.json +2842 -0
- package/definitions/iban-runtime.json +1 -0
- package/definitions/iban.json +132 -0
- package/definitions/journey-runtime.json +1 -0
- package/definitions/journey.json +2341 -0
- package/definitions/kanban-runtime.json +1 -0
- package/definitions/kanban.json +929 -0
- package/definitions/message-runtime.json +1 -0
- package/definitions/message.json +2660 -0
- package/definitions/metering-runtime.json +1 -0
- package/definitions/metering.json +2321 -0
- package/definitions/notes-runtime.json +1 -0
- package/definitions/notes.json +1531 -0
- package/definitions/notification-runtime.json +1 -0
- package/definitions/notification.json +1425 -0
- package/definitions/organization-runtime.json +1 -0
- package/definitions/organization.json +629 -0
- package/definitions/partner-directory-runtime.json +1 -0
- package/definitions/partner-directory.json +1718 -0
- package/definitions/permissions-runtime.json +1 -0
- package/definitions/permissions.json +1480 -0
- package/definitions/pricing-runtime.json +1 -0
- package/definitions/pricing-tier-runtime.json +1 -0
- package/definitions/pricing-tier.json +105 -0
- package/definitions/pricing.json +9884 -0
- package/definitions/purpose-runtime.json +1 -0
- package/definitions/purpose.json +524 -0
- package/definitions/sandbox-runtime.json +1 -0
- package/definitions/sandbox.json +453 -0
- package/definitions/submission-runtime.json +1 -0
- package/definitions/submission.json +313 -0
- package/definitions/targeting-runtime.json +1 -0
- package/definitions/targeting.json +1474 -0
- package/definitions/template-variables-runtime.json +1 -0
- package/definitions/template-variables.json +1408 -0
- package/definitions/user-runtime.json +1 -0
- package/definitions/user.json +2408 -0
- package/definitions/validation-rules-runtime.json +1 -0
- package/definitions/validation-rules.json +1491 -0
- package/definitions/webhooks-runtime.json +1 -0
- package/definitions/webhooks.json +1525 -0
- package/definitions/workflow-definition-runtime.json +1 -0
- package/definitions/workflow-definition.json +3417 -0
- package/definitions/workflow-runtime.json +1 -0
- package/definitions/workflow.json +4106 -0
- package/dist/apis/access-token.cjs +13 -84
- package/dist/apis/access-token.js +11 -82
- package/dist/apis/address-suggestions.cjs +13 -127
- package/dist/apis/address-suggestions.js +11 -125
- package/dist/apis/address.cjs +13 -79
- package/dist/apis/address.js +11 -77
- package/dist/apis/ai-agents.cjs +13 -210
- package/dist/apis/ai-agents.js +11 -208
- package/dist/apis/app.cjs +13 -568
- package/dist/apis/app.js +11 -566
- package/dist/apis/audit-logs.cjs +13 -50
- package/dist/apis/audit-logs.js +11 -48
- package/dist/apis/automation.cjs +13 -277
- package/dist/apis/automation.js +11 -275
- package/dist/apis/billing.cjs +13 -170
- package/dist/apis/billing.js +11 -168
- package/dist/apis/blueprint-manifest.cjs +13 -499
- package/dist/apis/blueprint-manifest.js +11 -497
- package/dist/apis/consent.cjs +13 -79
- package/dist/apis/consent.js +11 -77
- package/dist/apis/customer-portal.cjs +13 -2247
- package/dist/apis/customer-portal.js +11 -2245
- package/dist/apis/dashboard.cjs +41 -0
- package/dist/apis/dashboard.d.cts +18 -0
- package/dist/apis/dashboard.d.ts +18 -0
- package/dist/apis/dashboard.js +41 -0
- package/dist/apis/data-management.cjs +13 -235
- package/dist/apis/data-management.js +11 -233
- package/dist/apis/deduplication.cjs +13 -37
- package/dist/apis/deduplication.js +11 -35
- package/dist/apis/design.cjs +13 -214
- package/dist/apis/design.js +11 -212
- package/dist/apis/document.cjs +13 -73
- package/dist/apis/document.js +11 -71
- package/dist/apis/email-settings.cjs +13 -528
- package/dist/apis/email-settings.js +11 -526
- package/dist/apis/email-template.cjs +13 -117
- package/dist/apis/email-template.js +11 -115
- package/dist/apis/entity-mapping.cjs +13 -210
- package/dist/apis/entity-mapping.js +11 -208
- package/dist/apis/entity.cjs +13 -1595
- package/dist/apis/entity.js +11 -1593
- package/dist/apis/environments.cjs +13 -66
- package/dist/apis/environments.js +11 -64
- package/dist/apis/erp-integration.cjs +13 -581
- package/dist/apis/erp-integration.js +11 -579
- package/dist/apis/event-catalog.cjs +13 -125
- package/dist/apis/event-catalog.js +11 -123
- package/dist/apis/file.cjs +13 -568
- package/dist/apis/file.js +11 -566
- package/dist/apis/iban.cjs +13 -38
- package/dist/apis/iban.js +11 -36
- package/dist/apis/journey.cjs +13 -265
- package/dist/apis/journey.js +11 -263
- package/dist/apis/kanban.cjs +13 -159
- package/dist/apis/kanban.js +11 -157
- package/dist/apis/message.cjs +13 -668
- package/dist/apis/message.js +11 -666
- package/dist/apis/metering.cjs +13 -394
- package/dist/apis/metering.js +11 -392
- package/dist/apis/notes.cjs +13 -214
- package/dist/apis/notes.js +11 -212
- package/dist/apis/notification.cjs +13 -232
- package/dist/apis/notification.js +11 -230
- package/dist/apis/organization.cjs +13 -113
- package/dist/apis/organization.js +11 -111
- package/dist/apis/partner-directory.cjs +13 -277
- package/dist/apis/partner-directory.js +11 -275
- package/dist/apis/permissions.cjs +13 -173
- package/dist/apis/permissions.js +11 -171
- package/dist/apis/pricing-tier.cjs +14 -32
- package/dist/apis/pricing-tier.js +11 -29
- package/dist/apis/pricing.cjs +13 -434
- package/dist/apis/pricing.js +11 -432
- package/dist/apis/purpose.cjs +13 -175
- package/dist/apis/purpose.js +11 -173
- package/dist/apis/sandbox.cjs +13 -95
- package/dist/apis/sandbox.js +11 -93
- package/dist/apis/submission.cjs +13 -50
- package/dist/apis/submission.js +11 -48
- package/dist/apis/targeting.cjs +13 -270
- package/dist/apis/targeting.js +11 -268
- package/dist/apis/template-variables.cjs +13 -154
- package/dist/apis/template-variables.js +11 -152
- package/dist/apis/user.cjs +13 -483
- package/dist/apis/user.js +11 -481
- package/dist/apis/validation-rules.cjs +13 -115
- package/dist/apis/validation-rules.js +11 -113
- package/dist/apis/webhooks.cjs +13 -247
- package/dist/apis/webhooks.js +11 -245
- package/dist/apis/workflow-definition.cjs +13 -337
- package/dist/apis/workflow-definition.js +11 -335
- package/dist/apis/workflow.cjs +13 -397
- package/dist/apis/workflow.js +11 -395
- package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
- package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
- package/dist/dashboard.d-AE3RQ6zo.d.cts +440 -0
- package/dist/dashboard.d-AE3RQ6zo.d.ts +440 -0
- package/dist/index.cjs +60 -53
- package/dist/index.d.cts +70 -68
- package/dist/index.d.ts +70 -68
- package/dist/index.js +57 -50
- package/package.json +55 -3
|
@@ -2,513 +2,27 @@ import {
|
|
|
2
2
|
__commonJS,
|
|
3
3
|
authorize,
|
|
4
4
|
createApiClient,
|
|
5
|
-
createApiHandle
|
|
6
|
-
|
|
5
|
+
createApiHandle,
|
|
6
|
+
expand
|
|
7
|
+
} from "../chunk-QMQNMCOC.js";
|
|
7
8
|
|
|
8
|
-
// src/definitions/blueprint-manifest.json
|
|
9
|
-
var
|
|
10
|
-
"src/definitions/blueprint-manifest.json"(exports, module) {
|
|
11
|
-
module.exports = {
|
|
12
|
-
openapi: "3.1.0",
|
|
13
|
-
info: {
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
servers: [
|
|
18
|
-
{
|
|
19
|
-
url: "https://blueprint-manifest.sls.epilot.io"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
paths: {
|
|
23
|
-
"/v1/blueprint-manifest/jobs/{job_id}": {
|
|
24
|
-
get: {
|
|
25
|
-
operationId: "getJob",
|
|
26
|
-
deprecated: true,
|
|
27
|
-
parameters: [
|
|
28
|
-
{
|
|
29
|
-
$ref: "#/components/parameters/JobID"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
responses: {}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"/v1/blueprint-manifest/jobs:createExport": {
|
|
36
|
-
post: {
|
|
37
|
-
operationId: "createExport",
|
|
38
|
-
deprecated: true,
|
|
39
|
-
requestBody: {
|
|
40
|
-
content: {
|
|
41
|
-
"application/json": {}
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
responses: {}
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"/v1/blueprint-manifest/jobs/{job_id}:exportManifest": {
|
|
48
|
-
post: {
|
|
49
|
-
operationId: "exportManifest",
|
|
50
|
-
deprecated: true,
|
|
51
|
-
parameters: [
|
|
52
|
-
{
|
|
53
|
-
$ref: "#/components/parameters/JobID"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
requestBody: {
|
|
57
|
-
content: {
|
|
58
|
-
"application/json": {}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
responses: {}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"/v1/blueprint-manifest:uploadManifest": {
|
|
65
|
-
post: {
|
|
66
|
-
operationId: "uploadManifest",
|
|
67
|
-
requestBody: {
|
|
68
|
-
content: {
|
|
69
|
-
"application/json": {}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
responses: {}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"/v1/blueprint-manifest/jobs:createPlan": {
|
|
76
|
-
post: {
|
|
77
|
-
operationId: "createPlan",
|
|
78
|
-
deprecated: true,
|
|
79
|
-
requestBody: {
|
|
80
|
-
content: {
|
|
81
|
-
"application/json": {}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
responses: {}
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"/v1/blueprint-manifest/jobs/{job_id}:applyPlan": {
|
|
88
|
-
post: {
|
|
89
|
-
operationId: "applyPlan",
|
|
90
|
-
deprecated: true,
|
|
91
|
-
parameters: [
|
|
92
|
-
{
|
|
93
|
-
$ref: "#/components/parameters/JobID"
|
|
94
|
-
}
|
|
95
|
-
],
|
|
96
|
-
requestBody: {
|
|
97
|
-
content: {
|
|
98
|
-
"application/json": {}
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
responses: {}
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"/v1/blueprint-manifest/manifests": {
|
|
105
|
-
get: {
|
|
106
|
-
operationId: "listInstalledManifests",
|
|
107
|
-
deprecated: true,
|
|
108
|
-
responses: {}
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"/v1/blueprint-manifest/manifests/{manifest_id}": {
|
|
112
|
-
get: {
|
|
113
|
-
operationId: "getManifest",
|
|
114
|
-
deprecated: true,
|
|
115
|
-
parameters: [
|
|
116
|
-
{
|
|
117
|
-
in: "path",
|
|
118
|
-
required: true,
|
|
119
|
-
name: "manifest_id"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
responses: {}
|
|
123
|
-
},
|
|
124
|
-
put: {
|
|
125
|
-
operationId: "updateManifest",
|
|
126
|
-
deprecated: true,
|
|
127
|
-
parameters: [
|
|
128
|
-
{
|
|
129
|
-
in: "path",
|
|
130
|
-
required: true,
|
|
131
|
-
name: "manifest_id"
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
requestBody: {
|
|
135
|
-
content: {
|
|
136
|
-
"application/json": {}
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
responses: {}
|
|
140
|
-
},
|
|
141
|
-
delete: {
|
|
142
|
-
operationId: "deleteManifest",
|
|
143
|
-
deprecated: true,
|
|
144
|
-
parameters: [
|
|
145
|
-
{
|
|
146
|
-
in: "path",
|
|
147
|
-
required: true,
|
|
148
|
-
name: "manifest_id"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
responses: {}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"/v2/blueprint-manifest/blueprints": {
|
|
155
|
-
get: {
|
|
156
|
-
operationId: "listBlueprints",
|
|
157
|
-
parameters: [
|
|
158
|
-
{
|
|
159
|
-
name: "archived",
|
|
160
|
-
in: "query",
|
|
161
|
-
required: false
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
responses: {}
|
|
165
|
-
},
|
|
166
|
-
post: {
|
|
167
|
-
operationId: "createBlueprint",
|
|
168
|
-
requestBody: {
|
|
169
|
-
content: {
|
|
170
|
-
"application/json": {}
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
responses: {}
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"/v2/blueprint-manifest/blueprints:marketplace": {
|
|
177
|
-
get: {
|
|
178
|
-
operationId: "listInstalledMarketplaceBlueprints",
|
|
179
|
-
responses: {}
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
"/v2/blueprint-manifest/blueprints:pre-install": {
|
|
183
|
-
post: {
|
|
184
|
-
operationId: "preInstallBlueprint",
|
|
185
|
-
requestBody: {
|
|
186
|
-
content: {
|
|
187
|
-
"application/json": {}
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
responses: {}
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"/v2/blueprint-manifest/blueprints:preview/{preview_id}": {
|
|
194
|
-
get: {
|
|
195
|
-
operationId: "getBlueprintPreview",
|
|
196
|
-
parameters: [
|
|
197
|
-
{
|
|
198
|
-
in: "path",
|
|
199
|
-
required: true,
|
|
200
|
-
name: "preview_id"
|
|
201
|
-
}
|
|
202
|
-
],
|
|
203
|
-
responses: {}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
"/v2/blueprint-manifest/blueprint:install": {
|
|
207
|
-
post: {
|
|
208
|
-
operationId: "installBlueprint",
|
|
209
|
-
requestBody: {
|
|
210
|
-
required: true,
|
|
211
|
-
content: {
|
|
212
|
-
"application/json": {}
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
responses: {}
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}": {
|
|
219
|
-
get: {
|
|
220
|
-
operationId: "getBlueprint",
|
|
221
|
-
parameters: [
|
|
222
|
-
{
|
|
223
|
-
in: "path",
|
|
224
|
-
required: true,
|
|
225
|
-
name: "blueprint_id"
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
responses: {}
|
|
229
|
-
},
|
|
230
|
-
put: {
|
|
231
|
-
operationId: "updateBlueprint",
|
|
232
|
-
parameters: [
|
|
233
|
-
{
|
|
234
|
-
in: "path",
|
|
235
|
-
required: true,
|
|
236
|
-
name: "blueprint_id"
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
|
-
requestBody: {
|
|
240
|
-
content: {
|
|
241
|
-
"application/json": {}
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
responses: {}
|
|
245
|
-
},
|
|
246
|
-
delete: {
|
|
247
|
-
operationId: "deleteBlueprint",
|
|
248
|
-
parameters: [
|
|
249
|
-
{
|
|
250
|
-
in: "path",
|
|
251
|
-
required: true,
|
|
252
|
-
name: "blueprint_id"
|
|
253
|
-
}
|
|
254
|
-
],
|
|
255
|
-
responses: {}
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}/validate": {
|
|
259
|
-
post: {
|
|
260
|
-
operationId: "validateBlueprint",
|
|
261
|
-
parameters: [
|
|
262
|
-
{
|
|
263
|
-
in: "path",
|
|
264
|
-
required: true,
|
|
265
|
-
name: "blueprint_id"
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
responses: {}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}:export": {
|
|
272
|
-
post: {
|
|
273
|
-
operationId: "exportBlueprint",
|
|
274
|
-
parameters: [
|
|
275
|
-
{
|
|
276
|
-
in: "path",
|
|
277
|
-
required: true,
|
|
278
|
-
name: "blueprint_id"
|
|
279
|
-
}
|
|
280
|
-
],
|
|
281
|
-
requestBody: {
|
|
282
|
-
required: false,
|
|
283
|
-
content: {
|
|
284
|
-
"application/json": {}
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
responses: {}
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}:format-description": {
|
|
291
|
-
post: {
|
|
292
|
-
operationId: "formatBlueprintDescription",
|
|
293
|
-
parameters: [
|
|
294
|
-
{
|
|
295
|
-
in: "path",
|
|
296
|
-
required: true,
|
|
297
|
-
name: "blueprint_id"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
requestBody: {
|
|
301
|
-
required: true,
|
|
302
|
-
content: {
|
|
303
|
-
"application/json": {}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
responses: {}
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources": {
|
|
310
|
-
post: {
|
|
311
|
-
operationId: "addBlueprintResource",
|
|
312
|
-
parameters: [
|
|
313
|
-
{
|
|
314
|
-
in: "path",
|
|
315
|
-
required: true,
|
|
316
|
-
name: "blueprint_id"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
in: "query",
|
|
320
|
-
name: "add_dependencies"
|
|
321
|
-
}
|
|
322
|
-
],
|
|
323
|
-
requestBody: {
|
|
324
|
-
content: {
|
|
325
|
-
"application/json": {}
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
responses: {}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies": {
|
|
332
|
-
post: {
|
|
333
|
-
operationId: "syncDependencies",
|
|
334
|
-
parameters: [
|
|
335
|
-
{
|
|
336
|
-
in: "path",
|
|
337
|
-
required: true,
|
|
338
|
-
name: "blueprint_id"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
responses: {}
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk": {
|
|
345
|
-
post: {
|
|
346
|
-
operationId: "bulkAddBlueprintResources",
|
|
347
|
-
parameters: [
|
|
348
|
-
{
|
|
349
|
-
in: "path",
|
|
350
|
-
required: true,
|
|
351
|
-
name: "blueprint_id"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
in: "query",
|
|
355
|
-
name: "add_dependencies"
|
|
356
|
-
}
|
|
357
|
-
],
|
|
358
|
-
requestBody: {
|
|
359
|
-
content: {
|
|
360
|
-
"application/json": {}
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
responses: {}
|
|
364
|
-
},
|
|
365
|
-
put: {
|
|
366
|
-
operationId: "bulkUpdateBlueprintResources",
|
|
367
|
-
parameters: [
|
|
368
|
-
{
|
|
369
|
-
in: "path",
|
|
370
|
-
required: true,
|
|
371
|
-
name: "blueprint_id"
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
requestBody: {
|
|
375
|
-
content: {
|
|
376
|
-
"application/json": {}
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
responses: {}
|
|
380
|
-
},
|
|
381
|
-
delete: {
|
|
382
|
-
operationId: "bulkDeleteBlueprintResources",
|
|
383
|
-
parameters: [
|
|
384
|
-
{
|
|
385
|
-
in: "path",
|
|
386
|
-
required: true,
|
|
387
|
-
name: "blueprint_id"
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
requestBody: {
|
|
391
|
-
content: {
|
|
392
|
-
"application/json": {}
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
responses: {}
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}": {
|
|
399
|
-
put: {
|
|
400
|
-
operationId: "updateBlueprintResource",
|
|
401
|
-
parameters: [
|
|
402
|
-
{
|
|
403
|
-
in: "path",
|
|
404
|
-
required: true,
|
|
405
|
-
name: "blueprint_id"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
in: "path",
|
|
409
|
-
required: true,
|
|
410
|
-
name: "resource_id"
|
|
411
|
-
}
|
|
412
|
-
],
|
|
413
|
-
requestBody: {
|
|
414
|
-
content: {
|
|
415
|
-
"application/json": {}
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
responses: {}
|
|
419
|
-
},
|
|
420
|
-
delete: {
|
|
421
|
-
operationId: "deleteBlueprintResource",
|
|
422
|
-
parameters: [
|
|
423
|
-
{
|
|
424
|
-
in: "path",
|
|
425
|
-
required: true,
|
|
426
|
-
name: "blueprint_id"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
in: "path",
|
|
430
|
-
required: true,
|
|
431
|
-
name: "resource_id"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
responses: {}
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
"/v2/blueprint-manifest/jobs": {
|
|
438
|
-
get: {
|
|
439
|
-
operationId: "listBlueprintJobs",
|
|
440
|
-
responses: {}
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"/v2/blueprint-manifest/jobs/{job_id}": {
|
|
444
|
-
get: {
|
|
445
|
-
operationId: "getBlueprintJob",
|
|
446
|
-
parameters: [
|
|
447
|
-
{
|
|
448
|
-
in: "path",
|
|
449
|
-
required: true,
|
|
450
|
-
name: "job_id"
|
|
451
|
-
}
|
|
452
|
-
],
|
|
453
|
-
responses: {}
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
"/v2/blueprint-manifest/jobs/{job_id}:continue": {
|
|
457
|
-
post: {
|
|
458
|
-
operationId: "continueInstallationJob",
|
|
459
|
-
parameters: [
|
|
460
|
-
{
|
|
461
|
-
in: "path",
|
|
462
|
-
required: true,
|
|
463
|
-
name: "job_id"
|
|
464
|
-
}
|
|
465
|
-
],
|
|
466
|
-
requestBody: {
|
|
467
|
-
required: false,
|
|
468
|
-
content: {
|
|
469
|
-
"application/json": {}
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
responses: {}
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"/v2/blueprint-manifest/jobs/{job_id}:cancel": {
|
|
476
|
-
post: {
|
|
477
|
-
operationId: "cancelBlueprintJob",
|
|
478
|
-
parameters: [
|
|
479
|
-
{
|
|
480
|
-
in: "path",
|
|
481
|
-
required: true,
|
|
482
|
-
name: "job_id"
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
responses: {}
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
components: {
|
|
490
|
-
parameters: {
|
|
491
|
-
JobID: {
|
|
492
|
-
name: "job_id",
|
|
493
|
-
in: "path",
|
|
494
|
-
required: true
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
};
|
|
9
|
+
// src/definitions/blueprint-manifest-runtime.json
|
|
10
|
+
var require_blueprint_manifest_runtime = __commonJS({
|
|
11
|
+
"src/definitions/blueprint-manifest-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://blueprint-manifest.sls.epilot.io", o: [["getJob", "get", "/v1/blueprint-manifest/jobs/{job_id}", [["JobID"]]], ["createExport", "post", "/v1/blueprint-manifest/jobs:createExport", null, 1], ["exportManifest", "post", "/v1/blueprint-manifest/jobs/{job_id}:exportManifest", [["JobID"]], 1], ["uploadManifest", "post", "/v1/blueprint-manifest:uploadManifest", null, 1], ["createPlan", "post", "/v1/blueprint-manifest/jobs:createPlan", null, 1], ["applyPlan", "post", "/v1/blueprint-manifest/jobs/{job_id}:applyPlan", [["JobID"]], 1], ["listInstalledManifests", "get", "/v1/blueprint-manifest/manifests"], ["getManifest", "get", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]]], ["updateManifest", "put", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]], 1], ["deleteManifest", "delete", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]]], ["listBlueprints", "get", "/v2/blueprint-manifest/blueprints", [["archived", "q"]]], ["createBlueprint", "post", "/v2/blueprint-manifest/blueprints", null, 1], ["listInstalledMarketplaceBlueprints", "get", "/v2/blueprint-manifest/blueprints:marketplace"], ["preInstallBlueprint", "post", "/v2/blueprint-manifest/blueprints:pre-install", null, 1], ["getBlueprintPreview", "get", "/v2/blueprint-manifest/blueprints:preview/{preview_id}", [["preview_id", "p", true]]], ["installBlueprint", "post", "/v2/blueprint-manifest/blueprint:install", null, 1], ["getBlueprint", "get", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]]], ["updateBlueprint", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]], 1], ["deleteBlueprint", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]]], ["validateBlueprint", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/validate", [["blueprint_id", "p", true]]], ["exportBlueprint", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}:export", [["blueprint_id", "p", true]], 1], ["formatBlueprintDescription", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}:format-description", [["blueprint_id", "p", true]], 1], ["addBlueprintResource", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources", [["blueprint_id", "p", true], ["add_dependencies", "q"]], 1], ["syncDependencies", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies", [["blueprint_id", "p", true]]], ["bulkAddBlueprintResources", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true], ["add_dependencies", "q"]], 1], ["bulkUpdateBlueprintResources", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true]], 1], ["bulkDeleteBlueprintResources", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true]], 1], ["updateBlueprintResource", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}", [["blueprint_id", "p", true], ["resource_id", "p", true]], 1], ["deleteBlueprintResource", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}", [["blueprint_id", "p", true], ["resource_id", "p", true]]], ["listBlueprintJobs", "get", "/v2/blueprint-manifest/jobs"], ["getBlueprintJob", "get", "/v2/blueprint-manifest/jobs/{job_id}", [["job_id", "p", true]]], ["continueInstallationJob", "post", "/v2/blueprint-manifest/jobs/{job_id}:continue", [["job_id", "p", true]], 1], ["cancelBlueprintJob", "post", "/v2/blueprint-manifest/jobs/{job_id}:cancel", [["job_id", "p", true]]]], v: "3.1.0", cp: { JobID: ["job_id", "p", true] } };
|
|
499
13
|
}
|
|
500
14
|
});
|
|
501
15
|
|
|
502
16
|
// src/apis/blueprint-manifest.ts
|
|
503
17
|
var loadDefinition = () => {
|
|
504
|
-
const mod =
|
|
505
|
-
return mod.default ?? mod;
|
|
18
|
+
const mod = require_blueprint_manifest_runtime();
|
|
19
|
+
return expand(mod.default ?? mod);
|
|
506
20
|
};
|
|
507
21
|
var _instance = null;
|
|
508
22
|
var resolve = () => {
|
|
509
23
|
if (!_instance) {
|
|
510
|
-
const
|
|
511
|
-
_instance = createApiClient({ definition });
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = createApiClient({ definition: def });
|
|
512
26
|
}
|
|
513
27
|
return _instance;
|
|
514
28
|
};
|
package/dist/apis/consent.cjs
CHANGED
|
@@ -3,98 +3,32 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
paths: {
|
|
18
|
-
"/v1/consent/publish": {
|
|
19
|
-
post: {
|
|
20
|
-
operationId: "publishConsentEvent",
|
|
21
|
-
requestBody: {
|
|
22
|
-
content: {
|
|
23
|
-
"application/json": {}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"/v1/consent/{identifier}": {
|
|
29
|
-
get: {
|
|
30
|
-
operationId: "listConsentEvents",
|
|
31
|
-
parameters: [
|
|
32
|
-
{
|
|
33
|
-
name: "identifier",
|
|
34
|
-
in: "path",
|
|
35
|
-
required: true
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
name: "topic",
|
|
39
|
-
in: "query",
|
|
40
|
-
required: false
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: "limit",
|
|
44
|
-
in: "query",
|
|
45
|
-
required: false
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
name: "from",
|
|
49
|
-
in: "query",
|
|
50
|
-
required: false
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"/v1/opt-in/{token}": {
|
|
56
|
-
get: {
|
|
57
|
-
operationId: "handleOptInWithToken",
|
|
58
|
-
parameters: [
|
|
59
|
-
{
|
|
60
|
-
name: "token",
|
|
61
|
-
in: "path",
|
|
62
|
-
required: true
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
name: "lang",
|
|
66
|
-
in: "query"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
components: {},
|
|
73
|
-
servers: [
|
|
74
|
-
{
|
|
75
|
-
url: "https://consent.sls.epilot.io"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
};
|
|
7
|
+
var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
|
|
8
|
+
|
|
9
|
+
// src/definitions/consent-runtime.json
|
|
10
|
+
var require_consent_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
|
|
11
|
+
"src/definitions/consent-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://consent.sls.epilot.io", o: [["publishConsentEvent", "post", "/v1/consent/publish", null, 1], ["listConsentEvents", "get", "/v1/consent/{identifier}", [["identifier", "p", true], ["topic", "q"], ["limit", "q"], ["from", "q"]]], ["handleOptInWithToken", "get", "/v1/opt-in/{token}", [["token", "p", true], ["lang", "q"]]]], v: "3.0.3" };
|
|
79
13
|
}
|
|
80
14
|
});
|
|
81
15
|
|
|
82
16
|
// src/apis/consent.ts
|
|
83
17
|
var loadDefinition = () => {
|
|
84
|
-
const mod =
|
|
85
|
-
return _nullishCoalesce(mod.default, () => ( mod));
|
|
18
|
+
const mod = require_consent_runtime();
|
|
19
|
+
return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
86
20
|
};
|
|
87
21
|
var _instance = null;
|
|
88
22
|
var resolve = () => {
|
|
89
23
|
if (!_instance) {
|
|
90
|
-
const
|
|
91
|
-
_instance =
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
|
|
92
26
|
}
|
|
93
27
|
return _instance;
|
|
94
28
|
};
|
|
95
|
-
var _handle =
|
|
29
|
+
var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
|
|
96
30
|
resolveClient: resolve,
|
|
97
|
-
createClient: () =>
|
|
31
|
+
createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
|
|
98
32
|
});
|
|
99
33
|
var getClient = _handle.getClient;
|
|
100
34
|
var createClient = _handle.createClient;
|
|
@@ -104,4 +38,4 @@ var consent = _handle;
|
|
|
104
38
|
|
|
105
39
|
|
|
106
40
|
|
|
107
|
-
exports.authorize =
|
|
41
|
+
exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.consent = consent; exports.createClient = createClient; exports.getClient = getClient;
|