@botpress/api 1.46.1 → 1.48.0
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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +104 -19
- package/dist/src/gen/admin/state.d.ts +24 -0
- package/dist/src/gen/files/state.d.ts +4 -0
- package/dist/src/gen/runtime/state.d.ts +4 -0
- package/dist/src/gen/state.d.ts +24 -0
- package/dist/src/gen/tables/state.d.ts +4 -0
- package/package.json +2 -2
- package/src/gen/admin/metadata.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +26 -1
- package/src/gen/files/metadata.json +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +6 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/metadata.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +6 -1
- package/src/gen/state.ts +26 -1
- package/src/gen/tables/metadata.json +1 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +6 -1
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.48.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.48.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.48.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.48.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 901ms
|
package/dist/index.js
CHANGED
|
@@ -268286,7 +268286,7 @@ __export(src_exports, {
|
|
|
268286
268286
|
});
|
|
268287
268287
|
module.exports = __toCommonJS(src_exports);
|
|
268288
268288
|
|
|
268289
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
268289
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.16.1_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
268290
268290
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
268291
268291
|
var import_zod_openapi2 = __toESM(require_src(), 1);
|
|
268292
268292
|
var import_path = __toESM(require("path"), 1);
|
|
@@ -268332,7 +268332,7 @@ var title = (str2) => {
|
|
|
268332
268332
|
return str2.split(/(?=[A-Z])|[\.\-\s_]/).map((s2) => s2.trim()).filter((s2) => !!s2).map((s2) => capitalize(s2.toLowerCase())).join(" ");
|
|
268333
268333
|
};
|
|
268334
268334
|
|
|
268335
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
268335
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.16.1_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
268336
268336
|
var import_decompress = __toESM(require_decompress(), 1);
|
|
268337
268337
|
var import_fs3 = __toESM(require("fs"), 1);
|
|
268338
268338
|
var import_promises = __toESM(require("fs/promises"), 1);
|
|
@@ -271568,7 +271568,7 @@ var {
|
|
|
271568
271568
|
mergeConfig: mergeConfig2
|
|
271569
271569
|
} = axios_default;
|
|
271570
271570
|
|
|
271571
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
271571
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.16.1_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
271572
271572
|
var import_json_schema_to_typescript = __toESM(require_src3(), 1);
|
|
271573
271573
|
var import_fs4 = __toESM(require("fs"), 1);
|
|
271574
271574
|
var import_path3 = __toESM(require("path"), 1);
|
|
@@ -275904,7 +275904,7 @@ async function openapiTS(schema3, options = {}) {
|
|
|
275904
275904
|
}
|
|
275905
275905
|
var dist_default = openapiTS;
|
|
275906
275906
|
|
|
275907
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
275907
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.16.1_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
275908
275908
|
var import_openapi3_ts = __toESM(require_dist3(), 1);
|
|
275909
275909
|
var import_verror2 = __toESM(require_verror(), 1);
|
|
275910
275910
|
var import_verror3 = __toESM(require_verror(), 1);
|
|
@@ -279878,7 +279878,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
279878
279878
|
ZodError
|
|
279879
279879
|
});
|
|
279880
279880
|
|
|
279881
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
279881
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.16.1_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
279882
279882
|
var import_openapi_parser = __toESM(require_lib8(), 1);
|
|
279883
279883
|
var import_json_schema_to_typescript2 = __toESM(require_src3(), 1);
|
|
279884
279884
|
var import_zod_openapi4 = __toESM(require_src(), 1);
|
|
@@ -280353,7 +280353,7 @@ function filterObject(obj, fn) {
|
|
|
280353
280353
|
var capitalizeFirstLetter = (text) => text.charAt(0).toUpperCase() + text.slice(1).toLowerCase();
|
|
280354
280354
|
var splitHyphens = (tokens) => tokens.flatMap((token) => token.split("-"));
|
|
280355
280355
|
var splitUnderscores = (tokens) => tokens.flatMap((token) => token.split("_"));
|
|
280356
|
-
var splitCaseChange = (tokens) => tokens.flatMap((token) => token.split(/(?<=[a-
|
|
280356
|
+
var splitCaseChange = (tokens) => tokens.flatMap((token) => token.split(/(?<=[a-z0-9])(?=[A-Z])/));
|
|
280357
280357
|
var splitTokens = (tokens) => [splitHyphens, splitUnderscores, splitCaseChange].reduce((acc, step) => step(acc), tokens);
|
|
280358
280358
|
var pascalCase = (text) => {
|
|
280359
280359
|
const tokens = splitTokens([text]);
|
|
@@ -280934,6 +280934,7 @@ var codes = {
|
|
|
280934
280934
|
HTTP_STATUS_METHOD_NOT_ALLOWED: 405,
|
|
280935
280935
|
HTTP_STATUS_REQUEST_TIMEOUT: 408,
|
|
280936
280936
|
HTTP_STATUS_CONFLICT: 409,
|
|
280937
|
+
HTTP_STATUS_GONE: 410,
|
|
280937
280938
|
HTTP_STATUS_PAYLOAD_TOO_LARGE: 413,
|
|
280938
280939
|
HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: 415,
|
|
280939
280940
|
HTTP_STATUS_DEPENDENCY_FAILED: 424,
|
|
@@ -281197,7 +281198,8 @@ function createState(props, opts = {}) {
|
|
|
281197
281198
|
refs,
|
|
281198
281199
|
schemas,
|
|
281199
281200
|
sections,
|
|
281200
|
-
options
|
|
281201
|
+
options,
|
|
281202
|
+
security: props.security
|
|
281201
281203
|
};
|
|
281202
281204
|
}
|
|
281203
281205
|
function getRef(state6, type2, name) {
|
|
@@ -281221,8 +281223,10 @@ var mapParameter = (param) => {
|
|
|
281221
281223
|
return param;
|
|
281222
281224
|
};
|
|
281223
281225
|
var createOpenapi = (state6) => {
|
|
281224
|
-
const { metadata, schemas, operations } = state6;
|
|
281226
|
+
const { metadata, schemas, operations, security } = state6;
|
|
281225
281227
|
const { description, server, title: title4, version } = metadata;
|
|
281228
|
+
const securitySchemes = /* @__PURE__ */ new Set();
|
|
281229
|
+
security == null ? void 0 : security.forEach((name) => securitySchemes.add(name));
|
|
281226
281230
|
const openapi = import_openapi3_ts.OpenApiBuilder.create({
|
|
281227
281231
|
openapi: "3.0.0",
|
|
281228
281232
|
servers: [{ url: server }],
|
|
@@ -281236,14 +281240,16 @@ var createOpenapi = (state6) => {
|
|
|
281236
281240
|
schemas: {},
|
|
281237
281241
|
responses: {},
|
|
281238
281242
|
requestBodies: {},
|
|
281239
|
-
parameters: {}
|
|
281240
|
-
|
|
281243
|
+
parameters: {},
|
|
281244
|
+
securitySchemes: {}
|
|
281245
|
+
},
|
|
281246
|
+
security: security ? [Object.fromEntries(security.map((name) => [name, []]))] : void 0
|
|
281241
281247
|
});
|
|
281242
281248
|
objects.entries(schemas).forEach(([schemaName, { schema: schema22 }]) => {
|
|
281243
281249
|
openapi.addSchema(schemaName, schema22);
|
|
281244
281250
|
});
|
|
281245
281251
|
objects.entries(operations).forEach(([operationName, operationObject]) => {
|
|
281246
|
-
var _a;
|
|
281252
|
+
var _a, _b;
|
|
281247
281253
|
const { method, path: path2, response } = operationObject;
|
|
281248
281254
|
const responseName = formatResponseName(operationName);
|
|
281249
281255
|
const bodyName = formatBodyName(operationName);
|
|
@@ -281258,10 +281264,12 @@ var createOpenapi = (state6) => {
|
|
|
281258
281264
|
const responseRefSchema = generateSchemaFromZod(
|
|
281259
281265
|
getRef(state6, "responses", responseName)
|
|
281260
281266
|
);
|
|
281267
|
+
(_a = operationObject.security) == null ? void 0 : _a.forEach((name) => securitySchemes.add(name));
|
|
281261
281268
|
const operation = {
|
|
281262
281269
|
operationId: operationName,
|
|
281263
281270
|
description: operationObject.description,
|
|
281264
281271
|
parameters: [],
|
|
281272
|
+
security: operationObject.security ? [Object.fromEntries(operationObject.security.map((name) => [name, []]))] : void 0,
|
|
281265
281273
|
responses: {
|
|
281266
281274
|
default: responseRefSchema,
|
|
281267
281275
|
[response.status ?? defaultResponseStatus]: responseRefSchema
|
|
@@ -281285,7 +281293,7 @@ var createOpenapi = (state6) => {
|
|
|
281285
281293
|
}
|
|
281286
281294
|
if (operationObject.parameters) {
|
|
281287
281295
|
objects.entries(operationObject.parameters).forEach(([parameterName, parameter]) => {
|
|
281288
|
-
var _a2,
|
|
281296
|
+
var _a2, _b2, _c, _d, _e, _f;
|
|
281289
281297
|
const parameterType = parameter.type;
|
|
281290
281298
|
switch (parameterType) {
|
|
281291
281299
|
case "string":
|
|
@@ -281301,7 +281309,7 @@ var createOpenapi = (state6) => {
|
|
|
281301
281309
|
});
|
|
281302
281310
|
break;
|
|
281303
281311
|
case "string[]":
|
|
281304
|
-
(
|
|
281312
|
+
(_b2 = operation.parameters) == null ? void 0 : _b2.push({
|
|
281305
281313
|
name: parameterName,
|
|
281306
281314
|
in: parameter.in,
|
|
281307
281315
|
description: parameter.description,
|
|
@@ -281368,11 +281376,23 @@ var createOpenapi = (state6) => {
|
|
|
281368
281376
|
if (!openapi.rootDoc.paths[path2]) {
|
|
281369
281377
|
openapi.rootDoc.paths[path2] = {};
|
|
281370
281378
|
}
|
|
281371
|
-
if ((
|
|
281379
|
+
if ((_b = openapi.rootDoc.paths[path2]) == null ? void 0 : _b[method]) {
|
|
281372
281380
|
throw new import_verror2.default(`Operation ${method} ${path2} already exists`);
|
|
281373
281381
|
}
|
|
281374
281382
|
openapi.rootDoc.paths[path2][method] = operation;
|
|
281375
281383
|
});
|
|
281384
|
+
if (securitySchemes.has("BearerAuth")) {
|
|
281385
|
+
openapi.addSecurityScheme("BearerAuth", {
|
|
281386
|
+
type: "http",
|
|
281387
|
+
scheme: "bearer"
|
|
281388
|
+
});
|
|
281389
|
+
}
|
|
281390
|
+
if (securitySchemes.has("BasicAuth")) {
|
|
281391
|
+
openapi.addSecurityScheme("BasicAuth", {
|
|
281392
|
+
type: "http",
|
|
281393
|
+
scheme: "basic"
|
|
281394
|
+
});
|
|
281395
|
+
}
|
|
281376
281396
|
return openapi;
|
|
281377
281397
|
};
|
|
281378
281398
|
var pascalize = (str2) => pascal(title(str2));
|
|
@@ -285106,7 +285126,7 @@ var state = {
|
|
|
285106
285126
|
"title": "Botpress API",
|
|
285107
285127
|
"description": "API for Botpress Cloud",
|
|
285108
285128
|
"server": "https://api.botpress.cloud",
|
|
285109
|
-
"version": "1.
|
|
285129
|
+
"version": "1.48.0",
|
|
285110
285130
|
"prefix": "v1"
|
|
285111
285131
|
},
|
|
285112
285132
|
"errors": [
|
|
@@ -285185,6 +285205,11 @@ var state = {
|
|
|
285185
285205
|
"type": "ResourceLockedConflict",
|
|
285186
285206
|
"description": "The resource is current locked and cannot be operated on until the lock is released."
|
|
285187
285207
|
},
|
|
285208
|
+
{
|
|
285209
|
+
"status": 410,
|
|
285210
|
+
"type": "ResourceGone",
|
|
285211
|
+
"description": "The requested resource is no longer available."
|
|
285212
|
+
},
|
|
285188
285213
|
{
|
|
285189
285214
|
"status": 400,
|
|
285190
285215
|
"type": "ReferenceNotFound",
|
|
@@ -295494,6 +295519,11 @@ var state2 = {
|
|
|
295494
295519
|
"type": "string",
|
|
295495
295520
|
"description": "Integration Version ID",
|
|
295496
295521
|
"in": "path"
|
|
295522
|
+
},
|
|
295523
|
+
"integrationInstanceAlias": {
|
|
295524
|
+
"in": "query",
|
|
295525
|
+
"type": "string",
|
|
295526
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295497
295527
|
}
|
|
295498
295528
|
},
|
|
295499
295529
|
"requestBody": {
|
|
@@ -295537,6 +295567,11 @@ var state2 = {
|
|
|
295537
295567
|
"type": "string",
|
|
295538
295568
|
"description": "Integration Version ID",
|
|
295539
295569
|
"in": "path"
|
|
295570
|
+
},
|
|
295571
|
+
"integrationInstanceAlias": {
|
|
295572
|
+
"in": "query",
|
|
295573
|
+
"type": "string",
|
|
295574
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295540
295575
|
}
|
|
295541
295576
|
},
|
|
295542
295577
|
"response": {
|
|
@@ -295564,6 +295599,11 @@ var state2 = {
|
|
|
295564
295599
|
"type": "string",
|
|
295565
295600
|
"description": "Integration Version ID",
|
|
295566
295601
|
"in": "path"
|
|
295602
|
+
},
|
|
295603
|
+
"integrationInstanceAlias": {
|
|
295604
|
+
"in": "query",
|
|
295605
|
+
"type": "string",
|
|
295606
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295567
295607
|
}
|
|
295568
295608
|
},
|
|
295569
295609
|
"response": {
|
|
@@ -295603,6 +295643,11 @@ var state2 = {
|
|
|
295603
295643
|
"type": "string",
|
|
295604
295644
|
"description": "Integration Version ID",
|
|
295605
295645
|
"in": "path"
|
|
295646
|
+
},
|
|
295647
|
+
"integrationInstanceAlias": {
|
|
295648
|
+
"in": "query",
|
|
295649
|
+
"type": "string",
|
|
295650
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295606
295651
|
}
|
|
295607
295652
|
},
|
|
295608
295653
|
"response": {
|
|
@@ -303150,7 +303195,7 @@ var state2 = {
|
|
|
303150
303195
|
"title": "Botpress API",
|
|
303151
303196
|
"description": "API for Botpress Cloud",
|
|
303152
303197
|
"server": "https://api.botpress.cloud",
|
|
303153
|
-
"version": "1.
|
|
303198
|
+
"version": "1.48.0",
|
|
303154
303199
|
"prefix": "v1"
|
|
303155
303200
|
},
|
|
303156
303201
|
"errors": [
|
|
@@ -303229,6 +303274,11 @@ var state2 = {
|
|
|
303229
303274
|
"type": "ResourceLockedConflict",
|
|
303230
303275
|
"description": "The resource is current locked and cannot be operated on until the lock is released."
|
|
303231
303276
|
},
|
|
303277
|
+
{
|
|
303278
|
+
"status": 410,
|
|
303279
|
+
"type": "ResourceGone",
|
|
303280
|
+
"description": "The requested resource is no longer available."
|
|
303281
|
+
},
|
|
303232
303282
|
{
|
|
303233
303283
|
"status": 400,
|
|
303234
303284
|
"type": "ReferenceNotFound",
|
|
@@ -309157,7 +309207,7 @@ var state3 = {
|
|
|
309157
309207
|
"title": "Botpress API",
|
|
309158
309208
|
"description": "API for Botpress Cloud",
|
|
309159
309209
|
"server": "https://api.botpress.cloud",
|
|
309160
|
-
"version": "1.
|
|
309210
|
+
"version": "1.48.0",
|
|
309161
309211
|
"prefix": "v1"
|
|
309162
309212
|
},
|
|
309163
309213
|
"errors": [
|
|
@@ -309236,6 +309286,11 @@ var state3 = {
|
|
|
309236
309286
|
"type": "ResourceLockedConflict",
|
|
309237
309287
|
"description": "The resource is current locked and cannot be operated on until the lock is released."
|
|
309238
309288
|
},
|
|
309289
|
+
{
|
|
309290
|
+
"status": 410,
|
|
309291
|
+
"type": "ResourceGone",
|
|
309292
|
+
"description": "The requested resource is no longer available."
|
|
309293
|
+
},
|
|
309239
309294
|
{
|
|
309240
309295
|
"status": 400,
|
|
309241
309296
|
"type": "ReferenceNotFound",
|
|
@@ -314300,7 +314355,7 @@ var state4 = {
|
|
|
314300
314355
|
"title": "Botpress API",
|
|
314301
314356
|
"description": "API for Botpress Cloud",
|
|
314302
314357
|
"server": "https://api.botpress.cloud",
|
|
314303
|
-
"version": "1.
|
|
314358
|
+
"version": "1.48.0",
|
|
314304
314359
|
"prefix": "v1"
|
|
314305
314360
|
},
|
|
314306
314361
|
"errors": [
|
|
@@ -314379,6 +314434,11 @@ var state4 = {
|
|
|
314379
314434
|
"type": "ResourceLockedConflict",
|
|
314380
314435
|
"description": "The resource is current locked and cannot be operated on until the lock is released."
|
|
314381
314436
|
},
|
|
314437
|
+
{
|
|
314438
|
+
"status": 410,
|
|
314439
|
+
"type": "ResourceGone",
|
|
314440
|
+
"description": "The requested resource is no longer available."
|
|
314441
|
+
},
|
|
314382
314442
|
{
|
|
314383
314443
|
"status": 400,
|
|
314384
314444
|
"type": "ReferenceNotFound",
|
|
@@ -327245,6 +327305,11 @@ var state5 = {
|
|
|
327245
327305
|
"type": "string",
|
|
327246
327306
|
"description": "Integration Version ID",
|
|
327247
327307
|
"in": "path"
|
|
327308
|
+
},
|
|
327309
|
+
"integrationInstanceAlias": {
|
|
327310
|
+
"in": "query",
|
|
327311
|
+
"type": "string",
|
|
327312
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327248
327313
|
}
|
|
327249
327314
|
},
|
|
327250
327315
|
"requestBody": {
|
|
@@ -327288,6 +327353,11 @@ var state5 = {
|
|
|
327288
327353
|
"type": "string",
|
|
327289
327354
|
"description": "Integration Version ID",
|
|
327290
327355
|
"in": "path"
|
|
327356
|
+
},
|
|
327357
|
+
"integrationInstanceAlias": {
|
|
327358
|
+
"in": "query",
|
|
327359
|
+
"type": "string",
|
|
327360
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327291
327361
|
}
|
|
327292
327362
|
},
|
|
327293
327363
|
"response": {
|
|
@@ -327315,6 +327385,11 @@ var state5 = {
|
|
|
327315
327385
|
"type": "string",
|
|
327316
327386
|
"description": "Integration Version ID",
|
|
327317
327387
|
"in": "path"
|
|
327388
|
+
},
|
|
327389
|
+
"integrationInstanceAlias": {
|
|
327390
|
+
"in": "query",
|
|
327391
|
+
"type": "string",
|
|
327392
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327318
327393
|
}
|
|
327319
327394
|
},
|
|
327320
327395
|
"response": {
|
|
@@ -327354,6 +327429,11 @@ var state5 = {
|
|
|
327354
327429
|
"type": "string",
|
|
327355
327430
|
"description": "Integration Version ID",
|
|
327356
327431
|
"in": "path"
|
|
327432
|
+
},
|
|
327433
|
+
"integrationInstanceAlias": {
|
|
327434
|
+
"in": "query",
|
|
327435
|
+
"type": "string",
|
|
327436
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327357
327437
|
}
|
|
327358
327438
|
},
|
|
327359
327439
|
"response": {
|
|
@@ -337973,7 +338053,7 @@ var state5 = {
|
|
|
337973
338053
|
"title": "Botpress API",
|
|
337974
338054
|
"description": "API for Botpress Cloud",
|
|
337975
338055
|
"server": "https://api.botpress.cloud",
|
|
337976
|
-
"version": "1.
|
|
338056
|
+
"version": "1.48.0",
|
|
337977
338057
|
"prefix": "v1"
|
|
337978
338058
|
},
|
|
337979
338059
|
"errors": [
|
|
@@ -338052,6 +338132,11 @@ var state5 = {
|
|
|
338052
338132
|
"type": "ResourceLockedConflict",
|
|
338053
338133
|
"description": "The resource is current locked and cannot be operated on until the lock is released."
|
|
338054
338134
|
},
|
|
338135
|
+
{
|
|
338136
|
+
"status": 410,
|
|
338137
|
+
"type": "ResourceGone",
|
|
338138
|
+
"description": "The requested resource is no longer available."
|
|
338139
|
+
},
|
|
338055
338140
|
{
|
|
338056
338141
|
"status": 400,
|
|
338057
338142
|
"type": "ReferenceNotFound",
|
|
@@ -5598,6 +5598,11 @@ export declare const state: {
|
|
|
5598
5598
|
description: string;
|
|
5599
5599
|
in: "path";
|
|
5600
5600
|
};
|
|
5601
|
+
integrationInstanceAlias: {
|
|
5602
|
+
in: "query";
|
|
5603
|
+
type: "string";
|
|
5604
|
+
description: string;
|
|
5605
|
+
};
|
|
5601
5606
|
};
|
|
5602
5607
|
requestBody: {
|
|
5603
5608
|
description: string;
|
|
@@ -5639,6 +5644,11 @@ export declare const state: {
|
|
|
5639
5644
|
description: string;
|
|
5640
5645
|
in: "path";
|
|
5641
5646
|
};
|
|
5647
|
+
integrationInstanceAlias: {
|
|
5648
|
+
in: "query";
|
|
5649
|
+
type: "string";
|
|
5650
|
+
description: string;
|
|
5651
|
+
};
|
|
5642
5652
|
};
|
|
5643
5653
|
response: {
|
|
5644
5654
|
description: string;
|
|
@@ -5666,6 +5676,11 @@ export declare const state: {
|
|
|
5666
5676
|
description: string;
|
|
5667
5677
|
in: "path";
|
|
5668
5678
|
};
|
|
5679
|
+
integrationInstanceAlias: {
|
|
5680
|
+
in: "query";
|
|
5681
|
+
type: "string";
|
|
5682
|
+
description: string;
|
|
5683
|
+
};
|
|
5669
5684
|
};
|
|
5670
5685
|
response: {
|
|
5671
5686
|
description: string;
|
|
@@ -5702,6 +5717,11 @@ export declare const state: {
|
|
|
5702
5717
|
description: string;
|
|
5703
5718
|
in: "path";
|
|
5704
5719
|
};
|
|
5720
|
+
integrationInstanceAlias: {
|
|
5721
|
+
in: "query";
|
|
5722
|
+
type: "string";
|
|
5723
|
+
description: string;
|
|
5724
|
+
};
|
|
5705
5725
|
};
|
|
5706
5726
|
response: {
|
|
5707
5727
|
description: string;
|
|
@@ -12414,6 +12434,10 @@ export declare const state: {
|
|
|
12414
12434
|
status: 409;
|
|
12415
12435
|
type: string;
|
|
12416
12436
|
description: string;
|
|
12437
|
+
} | {
|
|
12438
|
+
status: 410;
|
|
12439
|
+
type: string;
|
|
12440
|
+
description: string;
|
|
12417
12441
|
} | {
|
|
12418
12442
|
status: 429;
|
|
12419
12443
|
type: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -7977,6 +7977,11 @@ export declare const state: {
|
|
|
7977
7977
|
description: string;
|
|
7978
7978
|
in: "path";
|
|
7979
7979
|
};
|
|
7980
|
+
integrationInstanceAlias: {
|
|
7981
|
+
in: "query";
|
|
7982
|
+
type: "string";
|
|
7983
|
+
description: string;
|
|
7984
|
+
};
|
|
7980
7985
|
};
|
|
7981
7986
|
requestBody: {
|
|
7982
7987
|
description: string;
|
|
@@ -8018,6 +8023,11 @@ export declare const state: {
|
|
|
8018
8023
|
description: string;
|
|
8019
8024
|
in: "path";
|
|
8020
8025
|
};
|
|
8026
|
+
integrationInstanceAlias: {
|
|
8027
|
+
in: "query";
|
|
8028
|
+
type: "string";
|
|
8029
|
+
description: string;
|
|
8030
|
+
};
|
|
8021
8031
|
};
|
|
8022
8032
|
response: {
|
|
8023
8033
|
description: string;
|
|
@@ -8045,6 +8055,11 @@ export declare const state: {
|
|
|
8045
8055
|
description: string;
|
|
8046
8056
|
in: "path";
|
|
8047
8057
|
};
|
|
8058
|
+
integrationInstanceAlias: {
|
|
8059
|
+
in: "query";
|
|
8060
|
+
type: "string";
|
|
8061
|
+
description: string;
|
|
8062
|
+
};
|
|
8048
8063
|
};
|
|
8049
8064
|
response: {
|
|
8050
8065
|
description: string;
|
|
@@ -8081,6 +8096,11 @@ export declare const state: {
|
|
|
8081
8096
|
description: string;
|
|
8082
8097
|
in: "path";
|
|
8083
8098
|
};
|
|
8099
|
+
integrationInstanceAlias: {
|
|
8100
|
+
in: "query";
|
|
8101
|
+
type: "string";
|
|
8102
|
+
description: string;
|
|
8103
|
+
};
|
|
8084
8104
|
};
|
|
8085
8105
|
response: {
|
|
8086
8106
|
description: string;
|
|
@@ -17429,6 +17449,10 @@ export declare const state: {
|
|
|
17429
17449
|
status: 409;
|
|
17430
17450
|
type: string;
|
|
17431
17451
|
description: string;
|
|
17452
|
+
} | {
|
|
17453
|
+
status: 410;
|
|
17454
|
+
type: string;
|
|
17455
|
+
description: string;
|
|
17432
17456
|
} | {
|
|
17433
17457
|
status: 429;
|
|
17434
17458
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"zod": "^3.24.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@bpinternal/opapi": "
|
|
26
|
+
"@bpinternal/opapi": "catalog:"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":["listPublicIntegrations","getPublicIntegrationById","getPublicIntegration","listPublicPlugins","getPublicPluginById","getDereferencedPublicPluginById","getPublicPlugin","getPublicPluginCode","listPublicInterfaces","getPublicInterfaceById","getPublicInterface"]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":["createBot","updateBot","transferBot","listBots","getBot","deleteBot","getBotLogs","getBotWebchat","getBotAnalytics","listActionRuns","getBotIssue","listBotIssues","deleteBotIssue","listBotIssueEvents","listBotVersions","getBotVersion","getBotJson","publishFromBotJson","createBotVersion","deployBotVersion","createIntegrationShareableId","deleteIntegrationShareableId","getIntegrationShareableId","unlinkSandboxedConversations","listBotApiKeys","createBotApiKey","deleteBotApiKey","getBotAllowlist","updateBotAllowlist"],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":["listIntegrationApiKeys","createIntegrationApiKey","deleteIntegrationApiKey","createIntegration","validateIntegrationCreation","updateIntegration","validateIntegrationUpdate","listIntegrations","getIntegration","getIntegrationLogs","getIntegrationByName","deleteIntegration","requestIntegrationVerification"],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":["createInterface","getInterface","getInterfaceByName","updateInterface","deleteInterface","listInterfaces"],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":["createPlugin","getPlugin","getDereferencedPlugin","getPluginByName","updatePlugin","deletePlugin","listPlugins","getPluginCode"],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":["listWorkspaceInvoices","getUpcomingInvoice","chargeWorkspaceUnpaidInvoices","createWorkspace","getPublicWorkspace","getWorkspace","listWorkspaceUsages","breakDownWorkspaceUsageByBot","getAllWorkspaceQuotaCompletion","getWorkspaceQuota","listWorkspaceQuotas","updateWorkspace","checkHandleAvailability","listWorkspaces","listPublicWorkspaces","deleteWorkspace","getAuditRecords","setWorkspacePreference","getWorkspacePreference"],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":["listWorkspaceMembers","getWorkspaceMember","deleteWorkspaceMember","createWorkspaceMember","updateWorkspaceMember"],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":["getAccount","updateAccount","deleteAccount","listPersonalAccessTokens","createPersonalAccessToken","deletePersonalAccessToken","setAccountPreference","getAccountPreference"],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":["getUsage","getMultipleUsages","listUsageActivityDaily"],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":["changeAISpendQuota"]},{"title":"Helper","description":"","name":"helper","operations":["runVrl"]},{"title":"Activity","description":"","name":"activity","operations":["listActivities"],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":[],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}
|
|
1
|
+
{"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":["listPublicIntegrations","getPublicIntegrationById","getPublicIntegration","listPublicPlugins","getPublicPluginById","getDereferencedPublicPluginById","getPublicPlugin","getPublicPluginCode","listPublicInterfaces","getPublicInterfaceById","getPublicInterface"]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":["createBot","updateBot","transferBot","listBots","getBot","deleteBot","getBotLogs","getBotWebchat","getBotAnalytics","listActionRuns","getBotIssue","listBotIssues","deleteBotIssue","listBotIssueEvents","listBotVersions","getBotVersion","getBotJson","publishFromBotJson","createBotVersion","deployBotVersion","createIntegrationShareableId","deleteIntegrationShareableId","getIntegrationShareableId","unlinkSandboxedConversations","listBotApiKeys","createBotApiKey","deleteBotApiKey","getBotAllowlist","updateBotAllowlist"],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":["listIntegrationApiKeys","createIntegrationApiKey","deleteIntegrationApiKey","createIntegration","validateIntegrationCreation","updateIntegration","validateIntegrationUpdate","listIntegrations","getIntegration","getIntegrationLogs","getIntegrationByName","deleteIntegration","requestIntegrationVerification"],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":["createInterface","getInterface","getInterfaceByName","updateInterface","deleteInterface","listInterfaces"],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":["createPlugin","getPlugin","getDereferencedPlugin","getPluginByName","updatePlugin","deletePlugin","listPlugins","getPluginCode"],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":["listWorkspaceInvoices","getUpcomingInvoice","chargeWorkspaceUnpaidInvoices","createWorkspace","getPublicWorkspace","getWorkspace","listWorkspaceUsages","breakDownWorkspaceUsageByBot","getAllWorkspaceQuotaCompletion","getWorkspaceQuota","listWorkspaceQuotas","updateWorkspace","checkHandleAvailability","listWorkspaces","listPublicWorkspaces","deleteWorkspace","getAuditRecords","setWorkspacePreference","getWorkspacePreference"],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":["listWorkspaceMembers","getWorkspaceMember","deleteWorkspaceMember","createWorkspaceMember","updateWorkspaceMember"],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":["getAccount","updateAccount","deleteAccount","listPersonalAccessTokens","createPersonalAccessToken","deletePersonalAccessToken","setAccountPreference","getAccountPreference"],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":["getUsage","getMultipleUsages","listUsageActivityDaily"],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":["changeAISpendQuota"]},{"title":"Helper","description":"","name":"helper","operations":["runVrl"]},{"title":"Activity","description":"","name":"activity","operations":["listActivities"],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":[],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":410,"type":"ResourceGone","description":"The requested resource is no longer available."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}
|