@botpress/api 1.8.0 → 1.9.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 +415 -29
- package/dist/src/gen/admin/state.d.ts +152 -7
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +152 -7
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +158 -13
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +33 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +33 -1
- package/src/gen/state.ts +158 -13
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3321,6 +3321,14 @@ export declare const state: {
|
|
|
3321
3321
|
type: "object";
|
|
3322
3322
|
additionalProperties: true;
|
|
3323
3323
|
};
|
|
3324
|
+
attributes: {
|
|
3325
|
+
type: "object";
|
|
3326
|
+
additionalProperties: {
|
|
3327
|
+
type: "string";
|
|
3328
|
+
maxLength: number;
|
|
3329
|
+
};
|
|
3330
|
+
description: string;
|
|
3331
|
+
};
|
|
3324
3332
|
};
|
|
3325
3333
|
required: string[];
|
|
3326
3334
|
description: string;
|
|
@@ -3941,6 +3949,14 @@ export declare const state: {
|
|
|
3941
3949
|
type: "object";
|
|
3942
3950
|
additionalProperties: true;
|
|
3943
3951
|
};
|
|
3952
|
+
attributes: {
|
|
3953
|
+
type: "object";
|
|
3954
|
+
additionalProperties: {
|
|
3955
|
+
type: "string";
|
|
3956
|
+
maxLength: number;
|
|
3957
|
+
};
|
|
3958
|
+
description: string;
|
|
3959
|
+
};
|
|
3944
3960
|
};
|
|
3945
3961
|
required: string[];
|
|
3946
3962
|
description: string;
|
|
@@ -4379,6 +4395,14 @@ export declare const state: {
|
|
|
4379
4395
|
type: "object";
|
|
4380
4396
|
additionalProperties: true;
|
|
4381
4397
|
};
|
|
4398
|
+
attributes: {
|
|
4399
|
+
type: "object";
|
|
4400
|
+
additionalProperties: {
|
|
4401
|
+
type: "string";
|
|
4402
|
+
maxLength: number;
|
|
4403
|
+
};
|
|
4404
|
+
description: string;
|
|
4405
|
+
};
|
|
4382
4406
|
};
|
|
4383
4407
|
required: string[];
|
|
4384
4408
|
description: string;
|
|
@@ -4707,6 +4731,14 @@ export declare const state: {
|
|
|
4707
4731
|
type: "object";
|
|
4708
4732
|
additionalProperties: true;
|
|
4709
4733
|
};
|
|
4734
|
+
attributes: {
|
|
4735
|
+
type: "object";
|
|
4736
|
+
additionalProperties: {
|
|
4737
|
+
type: "string";
|
|
4738
|
+
maxLength: number;
|
|
4739
|
+
};
|
|
4740
|
+
description: string;
|
|
4741
|
+
};
|
|
4710
4742
|
};
|
|
4711
4743
|
required: string[];
|
|
4712
4744
|
description: string;
|
|
@@ -5006,6 +5038,14 @@ export declare const state: {
|
|
|
5006
5038
|
type: "object";
|
|
5007
5039
|
additionalProperties: true;
|
|
5008
5040
|
};
|
|
5041
|
+
attributes: {
|
|
5042
|
+
type: "object";
|
|
5043
|
+
additionalProperties: {
|
|
5044
|
+
type: "string";
|
|
5045
|
+
maxLength: number;
|
|
5046
|
+
};
|
|
5047
|
+
description: string;
|
|
5048
|
+
};
|
|
5009
5049
|
};
|
|
5010
5050
|
required: string[];
|
|
5011
5051
|
description: string;
|
|
@@ -5431,9 +5471,17 @@ export declare const state: {
|
|
|
5431
5471
|
type: "object";
|
|
5432
5472
|
additionalProperties: true;
|
|
5433
5473
|
};
|
|
5474
|
+
attributes: {
|
|
5475
|
+
type: "object";
|
|
5476
|
+
additionalProperties: {
|
|
5477
|
+
type: "string";
|
|
5478
|
+
maxLength: number;
|
|
5479
|
+
nullable: true;
|
|
5480
|
+
};
|
|
5481
|
+
description: string;
|
|
5482
|
+
};
|
|
5434
5483
|
};
|
|
5435
5484
|
required: string[];
|
|
5436
|
-
description: string;
|
|
5437
5485
|
nullable: true;
|
|
5438
5486
|
additionalProperties: false;
|
|
5439
5487
|
};
|
|
@@ -5486,12 +5534,12 @@ export declare const state: {
|
|
|
5486
5534
|
additionalProperties: {
|
|
5487
5535
|
type: "string";
|
|
5488
5536
|
maxLength: number;
|
|
5537
|
+
nullable: true;
|
|
5489
5538
|
};
|
|
5490
5539
|
description: string;
|
|
5491
5540
|
};
|
|
5492
5541
|
};
|
|
5493
5542
|
required: string[];
|
|
5494
|
-
description: string;
|
|
5495
5543
|
nullable: true;
|
|
5496
5544
|
additionalProperties: false;
|
|
5497
5545
|
};
|
|
@@ -8571,6 +8619,14 @@ export declare const state: {
|
|
|
8571
8619
|
type: "object";
|
|
8572
8620
|
additionalProperties: true;
|
|
8573
8621
|
};
|
|
8622
|
+
attributes: {
|
|
8623
|
+
type: "object";
|
|
8624
|
+
additionalProperties: {
|
|
8625
|
+
type: "string";
|
|
8626
|
+
maxLength: number;
|
|
8627
|
+
};
|
|
8628
|
+
description: string;
|
|
8629
|
+
};
|
|
8574
8630
|
};
|
|
8575
8631
|
required: string[];
|
|
8576
8632
|
description: string;
|
|
@@ -9102,6 +9158,14 @@ export declare const state: {
|
|
|
9102
9158
|
type: "object";
|
|
9103
9159
|
additionalProperties: true;
|
|
9104
9160
|
};
|
|
9161
|
+
attributes: {
|
|
9162
|
+
type: "object";
|
|
9163
|
+
additionalProperties: {
|
|
9164
|
+
type: "string";
|
|
9165
|
+
maxLength: number;
|
|
9166
|
+
};
|
|
9167
|
+
description: string;
|
|
9168
|
+
};
|
|
9105
9169
|
};
|
|
9106
9170
|
required: string[];
|
|
9107
9171
|
description: string;
|
|
@@ -9789,9 +9853,17 @@ export declare const state: {
|
|
|
9789
9853
|
type: "object";
|
|
9790
9854
|
additionalProperties: true;
|
|
9791
9855
|
};
|
|
9856
|
+
attributes: {
|
|
9857
|
+
type: "object";
|
|
9858
|
+
additionalProperties: {
|
|
9859
|
+
type: "string";
|
|
9860
|
+
maxLength: number;
|
|
9861
|
+
nullable: true;
|
|
9862
|
+
};
|
|
9863
|
+
description: string;
|
|
9864
|
+
};
|
|
9792
9865
|
};
|
|
9793
9866
|
required: string[];
|
|
9794
|
-
description: string;
|
|
9795
9867
|
nullable: true;
|
|
9796
9868
|
additionalProperties: false;
|
|
9797
9869
|
};
|
|
@@ -10342,9 +10414,17 @@ export declare const state: {
|
|
|
10342
10414
|
type: "object";
|
|
10343
10415
|
additionalProperties: true;
|
|
10344
10416
|
};
|
|
10417
|
+
attributes: {
|
|
10418
|
+
type: "object";
|
|
10419
|
+
additionalProperties: {
|
|
10420
|
+
type: "string";
|
|
10421
|
+
maxLength: number;
|
|
10422
|
+
nullable: true;
|
|
10423
|
+
};
|
|
10424
|
+
description: string;
|
|
10425
|
+
};
|
|
10345
10426
|
};
|
|
10346
10427
|
required: string[];
|
|
10347
|
-
description: string;
|
|
10348
10428
|
nullable: true;
|
|
10349
10429
|
additionalProperties: false;
|
|
10350
10430
|
};
|
|
@@ -11071,6 +11151,14 @@ export declare const state: {
|
|
|
11071
11151
|
type: "object";
|
|
11072
11152
|
additionalProperties: true;
|
|
11073
11153
|
};
|
|
11154
|
+
attributes: {
|
|
11155
|
+
type: "object";
|
|
11156
|
+
additionalProperties: {
|
|
11157
|
+
type: "string";
|
|
11158
|
+
maxLength: number;
|
|
11159
|
+
};
|
|
11160
|
+
description: string;
|
|
11161
|
+
};
|
|
11074
11162
|
};
|
|
11075
11163
|
required: string[];
|
|
11076
11164
|
description: string;
|
|
@@ -11330,9 +11418,17 @@ export declare const state: {
|
|
|
11330
11418
|
type: "object";
|
|
11331
11419
|
additionalProperties: true;
|
|
11332
11420
|
};
|
|
11421
|
+
attributes: {
|
|
11422
|
+
type: "object";
|
|
11423
|
+
additionalProperties: {
|
|
11424
|
+
type: "string";
|
|
11425
|
+
maxLength: number;
|
|
11426
|
+
nullable: true;
|
|
11427
|
+
};
|
|
11428
|
+
description: string;
|
|
11429
|
+
};
|
|
11333
11430
|
};
|
|
11334
11431
|
required: string[];
|
|
11335
|
-
description: string;
|
|
11336
11432
|
nullable: true;
|
|
11337
11433
|
additionalProperties: false;
|
|
11338
11434
|
};
|
|
@@ -11387,6 +11483,7 @@ export declare const state: {
|
|
|
11387
11483
|
maxLength: number;
|
|
11388
11484
|
nullable: true;
|
|
11389
11485
|
};
|
|
11486
|
+
description: string;
|
|
11390
11487
|
};
|
|
11391
11488
|
};
|
|
11392
11489
|
required: string[];
|
|
@@ -11653,6 +11750,14 @@ export declare const state: {
|
|
|
11653
11750
|
type: "object";
|
|
11654
11751
|
additionalProperties: true;
|
|
11655
11752
|
};
|
|
11753
|
+
attributes: {
|
|
11754
|
+
type: "object";
|
|
11755
|
+
additionalProperties: {
|
|
11756
|
+
type: "string";
|
|
11757
|
+
maxLength: number;
|
|
11758
|
+
};
|
|
11759
|
+
description: string;
|
|
11760
|
+
};
|
|
11656
11761
|
};
|
|
11657
11762
|
required: string[];
|
|
11658
11763
|
description: string;
|
|
@@ -12011,9 +12116,17 @@ export declare const state: {
|
|
|
12011
12116
|
type: "object";
|
|
12012
12117
|
additionalProperties: true;
|
|
12013
12118
|
};
|
|
12119
|
+
attributes: {
|
|
12120
|
+
type: "object";
|
|
12121
|
+
additionalProperties: {
|
|
12122
|
+
type: "string";
|
|
12123
|
+
maxLength: number;
|
|
12124
|
+
nullable: true;
|
|
12125
|
+
};
|
|
12126
|
+
description: string;
|
|
12127
|
+
};
|
|
12014
12128
|
};
|
|
12015
12129
|
required: string[];
|
|
12016
|
-
description: string;
|
|
12017
12130
|
nullable: true;
|
|
12018
12131
|
additionalProperties: false;
|
|
12019
12132
|
};
|
|
@@ -12066,12 +12179,12 @@ export declare const state: {
|
|
|
12066
12179
|
additionalProperties: {
|
|
12067
12180
|
type: "string";
|
|
12068
12181
|
maxLength: number;
|
|
12182
|
+
nullable: true;
|
|
12069
12183
|
};
|
|
12070
12184
|
description: string;
|
|
12071
12185
|
};
|
|
12072
12186
|
};
|
|
12073
12187
|
required: string[];
|
|
12074
|
-
description: string;
|
|
12075
12188
|
nullable: true;
|
|
12076
12189
|
additionalProperties: false;
|
|
12077
12190
|
};
|
|
@@ -15785,6 +15898,14 @@ export declare const state: {
|
|
|
15785
15898
|
type: "object";
|
|
15786
15899
|
additionalProperties: true;
|
|
15787
15900
|
};
|
|
15901
|
+
attributes: {
|
|
15902
|
+
type: "object";
|
|
15903
|
+
additionalProperties: {
|
|
15904
|
+
type: "string";
|
|
15905
|
+
maxLength: number;
|
|
15906
|
+
};
|
|
15907
|
+
description: string;
|
|
15908
|
+
};
|
|
15788
15909
|
};
|
|
15789
15910
|
required: string[];
|
|
15790
15911
|
description: string;
|
|
@@ -16344,6 +16465,14 @@ export declare const state: {
|
|
|
16344
16465
|
type: "object";
|
|
16345
16466
|
additionalProperties: true;
|
|
16346
16467
|
};
|
|
16468
|
+
attributes: {
|
|
16469
|
+
type: "object";
|
|
16470
|
+
additionalProperties: {
|
|
16471
|
+
type: "string";
|
|
16472
|
+
maxLength: number;
|
|
16473
|
+
};
|
|
16474
|
+
description: string;
|
|
16475
|
+
};
|
|
16347
16476
|
};
|
|
16348
16477
|
required: string[];
|
|
16349
16478
|
description: string;
|
|
@@ -16598,6 +16727,14 @@ export declare const state: {
|
|
|
16598
16727
|
type: "object";
|
|
16599
16728
|
additionalProperties: true;
|
|
16600
16729
|
};
|
|
16730
|
+
attributes: {
|
|
16731
|
+
type: "object";
|
|
16732
|
+
additionalProperties: {
|
|
16733
|
+
type: "string";
|
|
16734
|
+
maxLength: number;
|
|
16735
|
+
};
|
|
16736
|
+
description: string;
|
|
16737
|
+
};
|
|
16601
16738
|
};
|
|
16602
16739
|
required: string[];
|
|
16603
16740
|
description: string;
|
|
@@ -16815,6 +16952,14 @@ export declare const state: {
|
|
|
16815
16952
|
type: "object";
|
|
16816
16953
|
additionalProperties: true;
|
|
16817
16954
|
};
|
|
16955
|
+
attributes: {
|
|
16956
|
+
type: "object";
|
|
16957
|
+
additionalProperties: {
|
|
16958
|
+
type: "string";
|
|
16959
|
+
maxLength: number;
|
|
16960
|
+
};
|
|
16961
|
+
description: string;
|
|
16962
|
+
};
|
|
16818
16963
|
};
|
|
16819
16964
|
required: string[];
|
|
16820
16965
|
description: string;
|
|
@@ -1464,6 +1464,14 @@ export declare const state: {
|
|
|
1464
1464
|
type: "object";
|
|
1465
1465
|
additionalProperties: true;
|
|
1466
1466
|
};
|
|
1467
|
+
attributes: {
|
|
1468
|
+
type: "object";
|
|
1469
|
+
additionalProperties: {
|
|
1470
|
+
type: "string";
|
|
1471
|
+
maxLength: number;
|
|
1472
|
+
};
|
|
1473
|
+
description: string;
|
|
1474
|
+
};
|
|
1467
1475
|
};
|
|
1468
1476
|
required: string[];
|
|
1469
1477
|
description: string;
|
|
@@ -2023,6 +2031,14 @@ export declare const state: {
|
|
|
2023
2031
|
type: "object";
|
|
2024
2032
|
additionalProperties: true;
|
|
2025
2033
|
};
|
|
2034
|
+
attributes: {
|
|
2035
|
+
type: "object";
|
|
2036
|
+
additionalProperties: {
|
|
2037
|
+
type: "string";
|
|
2038
|
+
maxLength: number;
|
|
2039
|
+
};
|
|
2040
|
+
description: string;
|
|
2041
|
+
};
|
|
2026
2042
|
};
|
|
2027
2043
|
required: string[];
|
|
2028
2044
|
description: string;
|
|
@@ -2277,6 +2293,14 @@ export declare const state: {
|
|
|
2277
2293
|
type: "object";
|
|
2278
2294
|
additionalProperties: true;
|
|
2279
2295
|
};
|
|
2296
|
+
attributes: {
|
|
2297
|
+
type: "object";
|
|
2298
|
+
additionalProperties: {
|
|
2299
|
+
type: "string";
|
|
2300
|
+
maxLength: number;
|
|
2301
|
+
};
|
|
2302
|
+
description: string;
|
|
2303
|
+
};
|
|
2280
2304
|
};
|
|
2281
2305
|
required: string[];
|
|
2282
2306
|
description: string;
|
|
@@ -2494,6 +2518,14 @@ export declare const state: {
|
|
|
2494
2518
|
type: "object";
|
|
2495
2519
|
additionalProperties: true;
|
|
2496
2520
|
};
|
|
2521
|
+
attributes: {
|
|
2522
|
+
type: "object";
|
|
2523
|
+
additionalProperties: {
|
|
2524
|
+
type: "string";
|
|
2525
|
+
maxLength: number;
|
|
2526
|
+
};
|
|
2527
|
+
description: string;
|
|
2528
|
+
};
|
|
2497
2529
|
};
|
|
2498
2530
|
required: string[];
|
|
2499
2531
|
description: string;
|