@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/dist/index.js
CHANGED
|
@@ -285280,6 +285280,16 @@ var state = {
|
|
|
285280
285280
|
"configuration": {
|
|
285281
285281
|
"type": "object",
|
|
285282
285282
|
"properties": {
|
|
285283
|
+
"title": {
|
|
285284
|
+
"type": "string",
|
|
285285
|
+
"maxLength": 64,
|
|
285286
|
+
"description": "Title of the configuration"
|
|
285287
|
+
},
|
|
285288
|
+
"description": {
|
|
285289
|
+
"type": "string",
|
|
285290
|
+
"maxLength": 256,
|
|
285291
|
+
"description": "Description of the configuration"
|
|
285292
|
+
},
|
|
285283
285293
|
"identifier": {
|
|
285284
285294
|
"type": "object",
|
|
285285
285295
|
"properties": {
|
|
@@ -285314,6 +285324,16 @@ var state = {
|
|
|
285314
285324
|
"additionalProperties": {
|
|
285315
285325
|
"type": "object",
|
|
285316
285326
|
"properties": {
|
|
285327
|
+
"title": {
|
|
285328
|
+
"type": "string",
|
|
285329
|
+
"maxLength": 64,
|
|
285330
|
+
"description": "Title of the configuration"
|
|
285331
|
+
},
|
|
285332
|
+
"description": {
|
|
285333
|
+
"type": "string",
|
|
285334
|
+
"maxLength": 256,
|
|
285335
|
+
"description": "Description of the configuration"
|
|
285336
|
+
},
|
|
285317
285337
|
"identifier": {
|
|
285318
285338
|
"type": "object",
|
|
285319
285339
|
"properties": {
|
|
@@ -285918,6 +285938,16 @@ var state = {
|
|
|
285918
285938
|
"configuration": {
|
|
285919
285939
|
"type": "object",
|
|
285920
285940
|
"properties": {
|
|
285941
|
+
"title": {
|
|
285942
|
+
"type": "string",
|
|
285943
|
+
"maxLength": 64,
|
|
285944
|
+
"description": "Title of the configuration"
|
|
285945
|
+
},
|
|
285946
|
+
"description": {
|
|
285947
|
+
"type": "string",
|
|
285948
|
+
"maxLength": 256,
|
|
285949
|
+
"description": "Description of the configuration"
|
|
285950
|
+
},
|
|
285921
285951
|
"identifier": {
|
|
285922
285952
|
"type": "object",
|
|
285923
285953
|
"properties": {
|
|
@@ -285952,6 +285982,16 @@ var state = {
|
|
|
285952
285982
|
"additionalProperties": {
|
|
285953
285983
|
"type": "object",
|
|
285954
285984
|
"properties": {
|
|
285985
|
+
"title": {
|
|
285986
|
+
"type": "string",
|
|
285987
|
+
"maxLength": 64,
|
|
285988
|
+
"description": "Title of the configuration"
|
|
285989
|
+
},
|
|
285990
|
+
"description": {
|
|
285991
|
+
"type": "string",
|
|
285992
|
+
"maxLength": 256,
|
|
285993
|
+
"description": "Description of the configuration"
|
|
285994
|
+
},
|
|
285955
285995
|
"identifier": {
|
|
285956
285996
|
"type": "object",
|
|
285957
285997
|
"properties": {
|
|
@@ -290079,6 +290119,16 @@ var state = {
|
|
|
290079
290119
|
"configuration": {
|
|
290080
290120
|
"type": "object",
|
|
290081
290121
|
"properties": {
|
|
290122
|
+
"title": {
|
|
290123
|
+
"type": "string",
|
|
290124
|
+
"maxLength": 64,
|
|
290125
|
+
"description": "Title of the configuration"
|
|
290126
|
+
},
|
|
290127
|
+
"description": {
|
|
290128
|
+
"type": "string",
|
|
290129
|
+
"maxLength": 256,
|
|
290130
|
+
"description": "Description of the configuration"
|
|
290131
|
+
},
|
|
290082
290132
|
"schema": {
|
|
290083
290133
|
"type": "object",
|
|
290084
290134
|
"additionalProperties": true,
|
|
@@ -290106,6 +290156,16 @@ var state = {
|
|
|
290106
290156
|
"additionalProperties": {
|
|
290107
290157
|
"type": "object",
|
|
290108
290158
|
"properties": {
|
|
290159
|
+
"title": {
|
|
290160
|
+
"type": "string",
|
|
290161
|
+
"maxLength": 64,
|
|
290162
|
+
"description": "Title of the configuration"
|
|
290163
|
+
},
|
|
290164
|
+
"description": {
|
|
290165
|
+
"type": "string",
|
|
290166
|
+
"maxLength": 256,
|
|
290167
|
+
"description": "Description of the configuration"
|
|
290168
|
+
},
|
|
290109
290169
|
"schema": {
|
|
290110
290170
|
"type": "object",
|
|
290111
290171
|
"additionalProperties": true,
|
|
@@ -290600,6 +290660,16 @@ var state = {
|
|
|
290600
290660
|
"configuration": {
|
|
290601
290661
|
"type": "object",
|
|
290602
290662
|
"properties": {
|
|
290663
|
+
"title": {
|
|
290664
|
+
"type": "string",
|
|
290665
|
+
"maxLength": 64,
|
|
290666
|
+
"description": "Title of the configuration"
|
|
290667
|
+
},
|
|
290668
|
+
"description": {
|
|
290669
|
+
"type": "string",
|
|
290670
|
+
"maxLength": 256,
|
|
290671
|
+
"description": "Description of the configuration"
|
|
290672
|
+
},
|
|
290603
290673
|
"schema": {
|
|
290604
290674
|
"type": "object",
|
|
290605
290675
|
"additionalProperties": true,
|
|
@@ -290628,6 +290698,16 @@ var state = {
|
|
|
290628
290698
|
"additionalProperties": {
|
|
290629
290699
|
"type": "object",
|
|
290630
290700
|
"properties": {
|
|
290701
|
+
"title": {
|
|
290702
|
+
"type": "string",
|
|
290703
|
+
"maxLength": 64,
|
|
290704
|
+
"description": "Title of the configuration"
|
|
290705
|
+
},
|
|
290706
|
+
"description": {
|
|
290707
|
+
"type": "string",
|
|
290708
|
+
"maxLength": 256,
|
|
290709
|
+
"description": "Description of the configuration"
|
|
290710
|
+
},
|
|
290631
290711
|
"schema": {
|
|
290632
290712
|
"type": "object",
|
|
290633
290713
|
"additionalProperties": true,
|
|
@@ -293987,7 +294067,7 @@ var state = {
|
|
|
293987
294067
|
"title": "Botpress API",
|
|
293988
294068
|
"description": "API for Botpress Cloud",
|
|
293989
294069
|
"server": "https://api.botpress.cloud",
|
|
293990
|
-
"version": "0.40.
|
|
294070
|
+
"version": "0.40.5",
|
|
293991
294071
|
"prefix": "v1"
|
|
293992
294072
|
},
|
|
293993
294073
|
"errors": [
|
|
@@ -294982,6 +295062,16 @@ var state = {
|
|
|
294982
295062
|
"configuration": {
|
|
294983
295063
|
"type": "object",
|
|
294984
295064
|
"properties": {
|
|
295065
|
+
"title": {
|
|
295066
|
+
"type": "string",
|
|
295067
|
+
"maxLength": 64,
|
|
295068
|
+
"description": "Title of the configuration"
|
|
295069
|
+
},
|
|
295070
|
+
"description": {
|
|
295071
|
+
"type": "string",
|
|
295072
|
+
"maxLength": 256,
|
|
295073
|
+
"description": "Description of the configuration"
|
|
295074
|
+
},
|
|
294985
295075
|
"identifier": {
|
|
294986
295076
|
"type": "object",
|
|
294987
295077
|
"properties": {
|
|
@@ -295016,6 +295106,16 @@ var state = {
|
|
|
295016
295106
|
"additionalProperties": {
|
|
295017
295107
|
"type": "object",
|
|
295018
295108
|
"properties": {
|
|
295109
|
+
"title": {
|
|
295110
|
+
"type": "string",
|
|
295111
|
+
"maxLength": 64,
|
|
295112
|
+
"description": "Title of the configuration"
|
|
295113
|
+
},
|
|
295114
|
+
"description": {
|
|
295115
|
+
"type": "string",
|
|
295116
|
+
"maxLength": 256,
|
|
295117
|
+
"description": "Description of the configuration"
|
|
295118
|
+
},
|
|
295019
295119
|
"identifier": {
|
|
295020
295120
|
"type": "object",
|
|
295021
295121
|
"properties": {
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2448,6 +2448,16 @@ export declare const state: {
|
|
|
2448
2448
|
configuration: {
|
|
2449
2449
|
type: "object";
|
|
2450
2450
|
properties: {
|
|
2451
|
+
title: {
|
|
2452
|
+
type: "string";
|
|
2453
|
+
maxLength: number;
|
|
2454
|
+
description: string;
|
|
2455
|
+
};
|
|
2456
|
+
description: {
|
|
2457
|
+
type: "string";
|
|
2458
|
+
maxLength: number;
|
|
2459
|
+
description: string;
|
|
2460
|
+
};
|
|
2451
2461
|
identifier: {
|
|
2452
2462
|
type: "object";
|
|
2453
2463
|
properties: {
|
|
@@ -2478,6 +2488,16 @@ export declare const state: {
|
|
|
2478
2488
|
additionalProperties: {
|
|
2479
2489
|
type: "object";
|
|
2480
2490
|
properties: {
|
|
2491
|
+
title: {
|
|
2492
|
+
type: "string";
|
|
2493
|
+
maxLength: number;
|
|
2494
|
+
description: string;
|
|
2495
|
+
};
|
|
2496
|
+
description: {
|
|
2497
|
+
type: "string";
|
|
2498
|
+
maxLength: number;
|
|
2499
|
+
description: string;
|
|
2500
|
+
};
|
|
2481
2501
|
identifier: {
|
|
2482
2502
|
type: "object";
|
|
2483
2503
|
properties: {
|
|
@@ -2991,6 +3011,16 @@ export declare const state: {
|
|
|
2991
3011
|
configuration: {
|
|
2992
3012
|
type: "object";
|
|
2993
3013
|
properties: {
|
|
3014
|
+
title: {
|
|
3015
|
+
type: "string";
|
|
3016
|
+
maxLength: number;
|
|
3017
|
+
description: string;
|
|
3018
|
+
};
|
|
3019
|
+
description: {
|
|
3020
|
+
type: "string";
|
|
3021
|
+
maxLength: number;
|
|
3022
|
+
description: string;
|
|
3023
|
+
};
|
|
2994
3024
|
identifier: {
|
|
2995
3025
|
type: "object";
|
|
2996
3026
|
properties: {
|
|
@@ -3021,6 +3051,16 @@ export declare const state: {
|
|
|
3021
3051
|
additionalProperties: {
|
|
3022
3052
|
type: "object";
|
|
3023
3053
|
properties: {
|
|
3054
|
+
title: {
|
|
3055
|
+
type: "string";
|
|
3056
|
+
maxLength: number;
|
|
3057
|
+
description: string;
|
|
3058
|
+
};
|
|
3059
|
+
description: {
|
|
3060
|
+
type: "string";
|
|
3061
|
+
maxLength: number;
|
|
3062
|
+
description: string;
|
|
3063
|
+
};
|
|
3024
3064
|
identifier: {
|
|
3025
3065
|
type: "object";
|
|
3026
3066
|
properties: {
|
|
@@ -6535,6 +6575,16 @@ export declare const state: {
|
|
|
6535
6575
|
configuration: {
|
|
6536
6576
|
type: "object";
|
|
6537
6577
|
properties: {
|
|
6578
|
+
title: {
|
|
6579
|
+
type: "string";
|
|
6580
|
+
maxLength: number;
|
|
6581
|
+
description: string;
|
|
6582
|
+
};
|
|
6583
|
+
description: {
|
|
6584
|
+
type: "string";
|
|
6585
|
+
maxLength: number;
|
|
6586
|
+
description: string;
|
|
6587
|
+
};
|
|
6538
6588
|
schema: {
|
|
6539
6589
|
type: "object";
|
|
6540
6590
|
additionalProperties: true;
|
|
@@ -6562,6 +6612,16 @@ export declare const state: {
|
|
|
6562
6612
|
additionalProperties: {
|
|
6563
6613
|
type: "object";
|
|
6564
6614
|
properties: {
|
|
6615
|
+
title: {
|
|
6616
|
+
type: "string";
|
|
6617
|
+
maxLength: number;
|
|
6618
|
+
description: string;
|
|
6619
|
+
};
|
|
6620
|
+
description: {
|
|
6621
|
+
type: "string";
|
|
6622
|
+
maxLength: number;
|
|
6623
|
+
description: string;
|
|
6624
|
+
};
|
|
6565
6625
|
schema: {
|
|
6566
6626
|
type: "object";
|
|
6567
6627
|
additionalProperties: true;
|
|
@@ -7012,6 +7072,16 @@ export declare const state: {
|
|
|
7012
7072
|
configuration: {
|
|
7013
7073
|
type: "object";
|
|
7014
7074
|
properties: {
|
|
7075
|
+
title: {
|
|
7076
|
+
type: "string";
|
|
7077
|
+
maxLength: number;
|
|
7078
|
+
description: string;
|
|
7079
|
+
};
|
|
7080
|
+
description: {
|
|
7081
|
+
type: "string";
|
|
7082
|
+
maxLength: number;
|
|
7083
|
+
description: string;
|
|
7084
|
+
};
|
|
7015
7085
|
schema: {
|
|
7016
7086
|
type: "object";
|
|
7017
7087
|
additionalProperties: true;
|
|
@@ -7040,6 +7110,16 @@ export declare const state: {
|
|
|
7040
7110
|
additionalProperties: {
|
|
7041
7111
|
type: "object";
|
|
7042
7112
|
properties: {
|
|
7113
|
+
title: {
|
|
7114
|
+
type: "string";
|
|
7115
|
+
maxLength: number;
|
|
7116
|
+
description: string;
|
|
7117
|
+
};
|
|
7118
|
+
description: {
|
|
7119
|
+
type: "string";
|
|
7120
|
+
maxLength: number;
|
|
7121
|
+
description: string;
|
|
7122
|
+
};
|
|
7043
7123
|
schema: {
|
|
7044
7124
|
type: "object";
|
|
7045
7125
|
additionalProperties: true;
|
|
@@ -10844,6 +10924,16 @@ export declare const state: {
|
|
|
10844
10924
|
configuration: {
|
|
10845
10925
|
type: "object";
|
|
10846
10926
|
properties: {
|
|
10927
|
+
title: {
|
|
10928
|
+
type: "string";
|
|
10929
|
+
maxLength: number;
|
|
10930
|
+
description: string;
|
|
10931
|
+
};
|
|
10932
|
+
description: {
|
|
10933
|
+
type: "string";
|
|
10934
|
+
maxLength: number;
|
|
10935
|
+
description: string;
|
|
10936
|
+
};
|
|
10847
10937
|
identifier: {
|
|
10848
10938
|
type: "object";
|
|
10849
10939
|
properties: {
|
|
@@ -10874,6 +10964,16 @@ export declare const state: {
|
|
|
10874
10964
|
additionalProperties: {
|
|
10875
10965
|
type: "object";
|
|
10876
10966
|
properties: {
|
|
10967
|
+
title: {
|
|
10968
|
+
type: "string";
|
|
10969
|
+
maxLength: number;
|
|
10970
|
+
description: string;
|
|
10971
|
+
};
|
|
10972
|
+
description: {
|
|
10973
|
+
type: "string";
|
|
10974
|
+
maxLength: number;
|
|
10975
|
+
description: string;
|
|
10976
|
+
};
|
|
10877
10977
|
identifier: {
|
|
10878
10978
|
type: "object";
|
|
10879
10979
|
properties: {
|