@botpress/api 1.14.0 → 1.15.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/dist/index.js +66 -5
- package/dist/src/gen/admin/state.d.ts +16 -0
- package/dist/src/gen/files/state.d.ts +8 -0
- package/dist/src/gen/runtime/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +16 -0
- package/dist/src/gen/tables/state.d.ts +8 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +18 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +10 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +10 -1
- package/src/gen/state.ts +18 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +10 -1
package/dist/index.js
CHANGED
|
@@ -284126,7 +284126,7 @@ var state = {
|
|
|
284126
284126
|
"title": "Botpress API",
|
|
284127
284127
|
"description": "API for Botpress Cloud",
|
|
284128
284128
|
"server": "https://api.botpress.cloud",
|
|
284129
|
-
"version": "1.
|
|
284129
|
+
"version": "1.15.0",
|
|
284130
284130
|
"prefix": "v1"
|
|
284131
284131
|
},
|
|
284132
284132
|
"errors": [
|
|
@@ -284433,6 +284433,14 @@ var state = {
|
|
|
284433
284433
|
"maxLength": 2e3,
|
|
284434
284434
|
"nullable": true
|
|
284435
284435
|
},
|
|
284436
|
+
"disabledChannels": {
|
|
284437
|
+
"type": "array",
|
|
284438
|
+
"items": {
|
|
284439
|
+
"type": "string",
|
|
284440
|
+
"description": "Channel name"
|
|
284441
|
+
},
|
|
284442
|
+
"description": "Disabled channels for this integration"
|
|
284443
|
+
},
|
|
284436
284444
|
"id": {
|
|
284437
284445
|
"type": "string",
|
|
284438
284446
|
"minLength": 28,
|
|
@@ -284489,6 +284497,7 @@ var state = {
|
|
|
284489
284497
|
"configuration",
|
|
284490
284498
|
"status",
|
|
284491
284499
|
"statusReason",
|
|
284500
|
+
"disabledChannels",
|
|
284492
284501
|
"id",
|
|
284493
284502
|
"createdAt",
|
|
284494
284503
|
"updatedAt",
|
|
@@ -292310,6 +292319,14 @@ var state2 = {
|
|
|
292310
292319
|
"configuration": {
|
|
292311
292320
|
"type": "object",
|
|
292312
292321
|
"additionalProperties": true
|
|
292322
|
+
},
|
|
292323
|
+
"disabledChannels": {
|
|
292324
|
+
"type": "array",
|
|
292325
|
+
"items": {
|
|
292326
|
+
"type": "string",
|
|
292327
|
+
"description": "Channel name"
|
|
292328
|
+
},
|
|
292329
|
+
"description": "Disabled channels for this integration"
|
|
292313
292330
|
}
|
|
292314
292331
|
},
|
|
292315
292332
|
"nullable": true,
|
|
@@ -300687,7 +300704,7 @@ var state2 = {
|
|
|
300687
300704
|
"title": "Botpress API",
|
|
300688
300705
|
"description": "API for Botpress Cloud",
|
|
300689
300706
|
"server": "https://api.botpress.cloud",
|
|
300690
|
-
"version": "1.
|
|
300707
|
+
"version": "1.15.0",
|
|
300691
300708
|
"prefix": "v1"
|
|
300692
300709
|
},
|
|
300693
300710
|
"errors": [
|
|
@@ -301052,6 +301069,14 @@ var state2 = {
|
|
|
301052
301069
|
"maxLength": 2e3,
|
|
301053
301070
|
"nullable": true
|
|
301054
301071
|
},
|
|
301072
|
+
"disabledChannels": {
|
|
301073
|
+
"type": "array",
|
|
301074
|
+
"items": {
|
|
301075
|
+
"type": "string",
|
|
301076
|
+
"description": "Channel name"
|
|
301077
|
+
},
|
|
301078
|
+
"description": "Disabled channels for this integration"
|
|
301079
|
+
},
|
|
301055
301080
|
"id": {
|
|
301056
301081
|
"type": "string",
|
|
301057
301082
|
"minLength": 28,
|
|
@@ -301108,6 +301133,7 @@ var state2 = {
|
|
|
301108
301133
|
"configuration",
|
|
301109
301134
|
"status",
|
|
301110
301135
|
"statusReason",
|
|
301136
|
+
"disabledChannels",
|
|
301111
301137
|
"id",
|
|
301112
301138
|
"createdAt",
|
|
301113
301139
|
"updatedAt",
|
|
@@ -306203,7 +306229,7 @@ var state3 = {
|
|
|
306203
306229
|
"title": "Botpress API",
|
|
306204
306230
|
"description": "API for Botpress Cloud",
|
|
306205
306231
|
"server": "https://api.botpress.cloud",
|
|
306206
|
-
"version": "1.
|
|
306232
|
+
"version": "1.15.0",
|
|
306207
306233
|
"prefix": "v1"
|
|
306208
306234
|
},
|
|
306209
306235
|
"errors": [
|
|
@@ -306463,6 +306489,14 @@ var state3 = {
|
|
|
306463
306489
|
"maxLength": 2e3,
|
|
306464
306490
|
"nullable": true
|
|
306465
306491
|
},
|
|
306492
|
+
"disabledChannels": {
|
|
306493
|
+
"type": "array",
|
|
306494
|
+
"items": {
|
|
306495
|
+
"type": "string",
|
|
306496
|
+
"description": "Channel name"
|
|
306497
|
+
},
|
|
306498
|
+
"description": "Disabled channels for this integration"
|
|
306499
|
+
},
|
|
306466
306500
|
"id": {
|
|
306467
306501
|
"type": "string",
|
|
306468
306502
|
"minLength": 28,
|
|
@@ -306519,6 +306553,7 @@ var state3 = {
|
|
|
306519
306553
|
"configuration",
|
|
306520
306554
|
"status",
|
|
306521
306555
|
"statusReason",
|
|
306556
|
+
"disabledChannels",
|
|
306522
306557
|
"id",
|
|
306523
306558
|
"createdAt",
|
|
306524
306559
|
"updatedAt",
|
|
@@ -311093,7 +311128,7 @@ var state4 = {
|
|
|
311093
311128
|
"title": "Botpress API",
|
|
311094
311129
|
"description": "API for Botpress Cloud",
|
|
311095
311130
|
"server": "https://api.botpress.cloud",
|
|
311096
|
-
"version": "1.
|
|
311131
|
+
"version": "1.15.0",
|
|
311097
311132
|
"prefix": "v1"
|
|
311098
311133
|
},
|
|
311099
311134
|
"errors": [
|
|
@@ -311360,6 +311395,14 @@ var state4 = {
|
|
|
311360
311395
|
"maxLength": 2e3,
|
|
311361
311396
|
"nullable": true
|
|
311362
311397
|
},
|
|
311398
|
+
"disabledChannels": {
|
|
311399
|
+
"type": "array",
|
|
311400
|
+
"items": {
|
|
311401
|
+
"type": "string",
|
|
311402
|
+
"description": "Channel name"
|
|
311403
|
+
},
|
|
311404
|
+
"description": "Disabled channels for this integration"
|
|
311405
|
+
},
|
|
311363
311406
|
"id": {
|
|
311364
311407
|
"type": "string",
|
|
311365
311408
|
"minLength": 28,
|
|
@@ -311416,6 +311459,7 @@ var state4 = {
|
|
|
311416
311459
|
"configuration",
|
|
311417
311460
|
"status",
|
|
311418
311461
|
"statusReason",
|
|
311462
|
+
"disabledChannels",
|
|
311419
311463
|
"id",
|
|
311420
311464
|
"createdAt",
|
|
311421
311465
|
"updatedAt",
|
|
@@ -321795,6 +321839,14 @@ var state5 = {
|
|
|
321795
321839
|
"configuration": {
|
|
321796
321840
|
"type": "object",
|
|
321797
321841
|
"additionalProperties": true
|
|
321842
|
+
},
|
|
321843
|
+
"disabledChannels": {
|
|
321844
|
+
"type": "array",
|
|
321845
|
+
"items": {
|
|
321846
|
+
"type": "string",
|
|
321847
|
+
"description": "Channel name"
|
|
321848
|
+
},
|
|
321849
|
+
"description": "Disabled channels for this integration"
|
|
321798
321850
|
}
|
|
321799
321851
|
},
|
|
321800
321852
|
"nullable": true,
|
|
@@ -333018,7 +333070,7 @@ var state5 = {
|
|
|
333018
333070
|
"title": "Botpress API",
|
|
333019
333071
|
"description": "API for Botpress Cloud",
|
|
333020
333072
|
"server": "https://api.botpress.cloud",
|
|
333021
|
-
"version": "1.
|
|
333073
|
+
"version": "1.15.0",
|
|
333022
333074
|
"prefix": "v1"
|
|
333023
333075
|
},
|
|
333024
333076
|
"errors": [
|
|
@@ -333500,6 +333552,14 @@ var state5 = {
|
|
|
333500
333552
|
"maxLength": 2e3,
|
|
333501
333553
|
"nullable": true
|
|
333502
333554
|
},
|
|
333555
|
+
"disabledChannels": {
|
|
333556
|
+
"type": "array",
|
|
333557
|
+
"items": {
|
|
333558
|
+
"type": "string",
|
|
333559
|
+
"description": "Channel name"
|
|
333560
|
+
},
|
|
333561
|
+
"description": "Disabled channels for this integration"
|
|
333562
|
+
},
|
|
333503
333563
|
"id": {
|
|
333504
333564
|
"type": "string",
|
|
333505
333565
|
"minLength": 28,
|
|
@@ -333556,6 +333616,7 @@ var state5 = {
|
|
|
333556
333616
|
"configuration",
|
|
333557
333617
|
"status",
|
|
333558
333618
|
"statusReason",
|
|
333619
|
+
"disabledChannels",
|
|
333559
333620
|
"id",
|
|
333560
333621
|
"createdAt",
|
|
333561
333622
|
"updatedAt",
|
|
@@ -3875,6 +3875,14 @@ export declare const state: {
|
|
|
3875
3875
|
type: "object";
|
|
3876
3876
|
additionalProperties: true;
|
|
3877
3877
|
};
|
|
3878
|
+
disabledChannels: {
|
|
3879
|
+
type: "array";
|
|
3880
|
+
items: {
|
|
3881
|
+
type: "string";
|
|
3882
|
+
description: string;
|
|
3883
|
+
};
|
|
3884
|
+
description: string;
|
|
3885
|
+
};
|
|
3878
3886
|
};
|
|
3879
3887
|
nullable: true;
|
|
3880
3888
|
additionalProperties: false;
|
|
@@ -11552,6 +11560,14 @@ export declare const state: {
|
|
|
11552
11560
|
maxLength: number;
|
|
11553
11561
|
nullable: true;
|
|
11554
11562
|
};
|
|
11563
|
+
disabledChannels: {
|
|
11564
|
+
type: "array";
|
|
11565
|
+
items: {
|
|
11566
|
+
type: "string";
|
|
11567
|
+
description: string;
|
|
11568
|
+
};
|
|
11569
|
+
description: string;
|
|
11570
|
+
};
|
|
11555
11571
|
id: {
|
|
11556
11572
|
type: "string";
|
|
11557
11573
|
minLength: number;
|
|
@@ -1565,6 +1565,14 @@ export declare const state: {
|
|
|
1565
1565
|
maxLength: number;
|
|
1566
1566
|
nullable: true;
|
|
1567
1567
|
};
|
|
1568
|
+
disabledChannels: {
|
|
1569
|
+
type: "array";
|
|
1570
|
+
items: {
|
|
1571
|
+
type: "string";
|
|
1572
|
+
description: string;
|
|
1573
|
+
};
|
|
1574
|
+
description: string;
|
|
1575
|
+
};
|
|
1568
1576
|
id: {
|
|
1569
1577
|
type: "string";
|
|
1570
1578
|
minLength: number;
|
|
@@ -2579,6 +2579,14 @@ export declare const state: {
|
|
|
2579
2579
|
maxLength: number;
|
|
2580
2580
|
nullable: true;
|
|
2581
2581
|
};
|
|
2582
|
+
disabledChannels: {
|
|
2583
|
+
type: "array";
|
|
2584
|
+
items: {
|
|
2585
|
+
type: "string";
|
|
2586
|
+
description: string;
|
|
2587
|
+
};
|
|
2588
|
+
description: string;
|
|
2589
|
+
};
|
|
2582
2590
|
id: {
|
|
2583
2591
|
type: "string";
|
|
2584
2592
|
minLength: number;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6224,6 +6224,14 @@ export declare const state: {
|
|
|
6224
6224
|
type: "object";
|
|
6225
6225
|
additionalProperties: true;
|
|
6226
6226
|
};
|
|
6227
|
+
disabledChannels: {
|
|
6228
|
+
type: "array";
|
|
6229
|
+
items: {
|
|
6230
|
+
type: "string";
|
|
6231
|
+
description: string;
|
|
6232
|
+
};
|
|
6233
|
+
description: string;
|
|
6234
|
+
};
|
|
6227
6235
|
};
|
|
6228
6236
|
nullable: true;
|
|
6229
6237
|
additionalProperties: false;
|
|
@@ -16482,6 +16490,14 @@ export declare const state: {
|
|
|
16482
16490
|
maxLength: number;
|
|
16483
16491
|
nullable: true;
|
|
16484
16492
|
};
|
|
16493
|
+
disabledChannels: {
|
|
16494
|
+
type: "array";
|
|
16495
|
+
items: {
|
|
16496
|
+
type: "string";
|
|
16497
|
+
description: string;
|
|
16498
|
+
};
|
|
16499
|
+
description: string;
|
|
16500
|
+
};
|
|
16485
16501
|
id: {
|
|
16486
16502
|
type: "string";
|
|
16487
16503
|
minLength: number;
|
|
@@ -1271,6 +1271,14 @@ export declare const state: {
|
|
|
1271
1271
|
maxLength: number;
|
|
1272
1272
|
nullable: true;
|
|
1273
1273
|
};
|
|
1274
|
+
disabledChannels: {
|
|
1275
|
+
type: "array";
|
|
1276
|
+
items: {
|
|
1277
|
+
type: "string";
|
|
1278
|
+
description: string;
|
|
1279
|
+
};
|
|
1280
|
+
description: string;
|
|
1281
|
+
};
|
|
1274
1282
|
id: {
|
|
1275
1283
|
type: "string";
|
|
1276
1284
|
minLength: number;
|