@botpress/api 0.40.4 → 0.40.5
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 +101 -1
- package/dist/src/gen/state.d.ts +100 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +101 -1
package/src/gen/state.ts
CHANGED
|
@@ -2690,6 +2690,16 @@ export const state = {
|
|
|
2690
2690
|
"configuration": {
|
|
2691
2691
|
"type": "object",
|
|
2692
2692
|
"properties": {
|
|
2693
|
+
"title": {
|
|
2694
|
+
"type": "string",
|
|
2695
|
+
"maxLength": 64,
|
|
2696
|
+
"description": "Title of the configuration"
|
|
2697
|
+
},
|
|
2698
|
+
"description": {
|
|
2699
|
+
"type": "string",
|
|
2700
|
+
"maxLength": 256,
|
|
2701
|
+
"description": "Description of the configuration"
|
|
2702
|
+
},
|
|
2693
2703
|
"identifier": {
|
|
2694
2704
|
"type": "object",
|
|
2695
2705
|
"properties": {
|
|
@@ -2724,6 +2734,16 @@ export const state = {
|
|
|
2724
2734
|
"additionalProperties": {
|
|
2725
2735
|
"type": "object",
|
|
2726
2736
|
"properties": {
|
|
2737
|
+
"title": {
|
|
2738
|
+
"type": "string",
|
|
2739
|
+
"maxLength": 64,
|
|
2740
|
+
"description": "Title of the configuration"
|
|
2741
|
+
},
|
|
2742
|
+
"description": {
|
|
2743
|
+
"type": "string",
|
|
2744
|
+
"maxLength": 256,
|
|
2745
|
+
"description": "Description of the configuration"
|
|
2746
|
+
},
|
|
2727
2747
|
"identifier": {
|
|
2728
2748
|
"type": "object",
|
|
2729
2749
|
"properties": {
|
|
@@ -3328,6 +3348,16 @@ export const state = {
|
|
|
3328
3348
|
"configuration": {
|
|
3329
3349
|
"type": "object",
|
|
3330
3350
|
"properties": {
|
|
3351
|
+
"title": {
|
|
3352
|
+
"type": "string",
|
|
3353
|
+
"maxLength": 64,
|
|
3354
|
+
"description": "Title of the configuration"
|
|
3355
|
+
},
|
|
3356
|
+
"description": {
|
|
3357
|
+
"type": "string",
|
|
3358
|
+
"maxLength": 256,
|
|
3359
|
+
"description": "Description of the configuration"
|
|
3360
|
+
},
|
|
3331
3361
|
"identifier": {
|
|
3332
3362
|
"type": "object",
|
|
3333
3363
|
"properties": {
|
|
@@ -3362,6 +3392,16 @@ export const state = {
|
|
|
3362
3392
|
"additionalProperties": {
|
|
3363
3393
|
"type": "object",
|
|
3364
3394
|
"properties": {
|
|
3395
|
+
"title": {
|
|
3396
|
+
"type": "string",
|
|
3397
|
+
"maxLength": 64,
|
|
3398
|
+
"description": "Title of the configuration"
|
|
3399
|
+
},
|
|
3400
|
+
"description": {
|
|
3401
|
+
"type": "string",
|
|
3402
|
+
"maxLength": 256,
|
|
3403
|
+
"description": "Description of the configuration"
|
|
3404
|
+
},
|
|
3365
3405
|
"identifier": {
|
|
3366
3406
|
"type": "object",
|
|
3367
3407
|
"properties": {
|
|
@@ -7489,6 +7529,16 @@ export const state = {
|
|
|
7489
7529
|
"configuration": {
|
|
7490
7530
|
"type": "object",
|
|
7491
7531
|
"properties": {
|
|
7532
|
+
"title": {
|
|
7533
|
+
"type": "string",
|
|
7534
|
+
"maxLength": 64,
|
|
7535
|
+
"description": "Title of the configuration"
|
|
7536
|
+
},
|
|
7537
|
+
"description": {
|
|
7538
|
+
"type": "string",
|
|
7539
|
+
"maxLength": 256,
|
|
7540
|
+
"description": "Description of the configuration"
|
|
7541
|
+
},
|
|
7492
7542
|
"schema": {
|
|
7493
7543
|
"type": "object",
|
|
7494
7544
|
"additionalProperties": true,
|
|
@@ -7516,6 +7566,16 @@ export const state = {
|
|
|
7516
7566
|
"additionalProperties": {
|
|
7517
7567
|
"type": "object",
|
|
7518
7568
|
"properties": {
|
|
7569
|
+
"title": {
|
|
7570
|
+
"type": "string",
|
|
7571
|
+
"maxLength": 64,
|
|
7572
|
+
"description": "Title of the configuration"
|
|
7573
|
+
},
|
|
7574
|
+
"description": {
|
|
7575
|
+
"type": "string",
|
|
7576
|
+
"maxLength": 256,
|
|
7577
|
+
"description": "Description of the configuration"
|
|
7578
|
+
},
|
|
7519
7579
|
"schema": {
|
|
7520
7580
|
"type": "object",
|
|
7521
7581
|
"additionalProperties": true,
|
|
@@ -8010,6 +8070,16 @@ export const state = {
|
|
|
8010
8070
|
"configuration": {
|
|
8011
8071
|
"type": "object",
|
|
8012
8072
|
"properties": {
|
|
8073
|
+
"title": {
|
|
8074
|
+
"type": "string",
|
|
8075
|
+
"maxLength": 64,
|
|
8076
|
+
"description": "Title of the configuration"
|
|
8077
|
+
},
|
|
8078
|
+
"description": {
|
|
8079
|
+
"type": "string",
|
|
8080
|
+
"maxLength": 256,
|
|
8081
|
+
"description": "Description of the configuration"
|
|
8082
|
+
},
|
|
8013
8083
|
"schema": {
|
|
8014
8084
|
"type": "object",
|
|
8015
8085
|
"additionalProperties": true,
|
|
@@ -8038,6 +8108,16 @@ export const state = {
|
|
|
8038
8108
|
"additionalProperties": {
|
|
8039
8109
|
"type": "object",
|
|
8040
8110
|
"properties": {
|
|
8111
|
+
"title": {
|
|
8112
|
+
"type": "string",
|
|
8113
|
+
"maxLength": 64,
|
|
8114
|
+
"description": "Title of the configuration"
|
|
8115
|
+
},
|
|
8116
|
+
"description": {
|
|
8117
|
+
"type": "string",
|
|
8118
|
+
"maxLength": 256,
|
|
8119
|
+
"description": "Description of the configuration"
|
|
8120
|
+
},
|
|
8041
8121
|
"schema": {
|
|
8042
8122
|
"type": "object",
|
|
8043
8123
|
"additionalProperties": true,
|
|
@@ -11397,7 +11477,7 @@ export const state = {
|
|
|
11397
11477
|
"title": "Botpress API",
|
|
11398
11478
|
"description": "API for Botpress Cloud",
|
|
11399
11479
|
"server": "https://api.botpress.cloud",
|
|
11400
|
-
"version": "0.40.
|
|
11480
|
+
"version": "0.40.5",
|
|
11401
11481
|
"prefix": "v1"
|
|
11402
11482
|
},
|
|
11403
11483
|
"errors": [
|
|
@@ -12392,6 +12472,16 @@ export const state = {
|
|
|
12392
12472
|
"configuration": {
|
|
12393
12473
|
"type": "object",
|
|
12394
12474
|
"properties": {
|
|
12475
|
+
"title": {
|
|
12476
|
+
"type": "string",
|
|
12477
|
+
"maxLength": 64,
|
|
12478
|
+
"description": "Title of the configuration"
|
|
12479
|
+
},
|
|
12480
|
+
"description": {
|
|
12481
|
+
"type": "string",
|
|
12482
|
+
"maxLength": 256,
|
|
12483
|
+
"description": "Description of the configuration"
|
|
12484
|
+
},
|
|
12395
12485
|
"identifier": {
|
|
12396
12486
|
"type": "object",
|
|
12397
12487
|
"properties": {
|
|
@@ -12426,6 +12516,16 @@ export const state = {
|
|
|
12426
12516
|
"additionalProperties": {
|
|
12427
12517
|
"type": "object",
|
|
12428
12518
|
"properties": {
|
|
12519
|
+
"title": {
|
|
12520
|
+
"type": "string",
|
|
12521
|
+
"maxLength": 64,
|
|
12522
|
+
"description": "Title of the configuration"
|
|
12523
|
+
},
|
|
12524
|
+
"description": {
|
|
12525
|
+
"type": "string",
|
|
12526
|
+
"maxLength": 256,
|
|
12527
|
+
"description": "Description of the configuration"
|
|
12528
|
+
},
|
|
12429
12529
|
"identifier": {
|
|
12430
12530
|
"type": "object",
|
|
12431
12531
|
"properties": {
|