@botpress/api 1.7.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 +793 -25
- package/dist/src/gen/admin/state.d.ts +298 -10
- package/dist/src/gen/files/state.d.ts +64 -0
- package/dist/src/gen/runtime/state.d.ts +64 -0
- package/dist/src/gen/state.d.ts +298 -10
- package/dist/src/gen/tables/state.d.ts +64 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +299 -11
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +65 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +65 -1
- package/src/gen/state.ts +299 -11
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +65 -1
|
@@ -1699,6 +1699,14 @@ export declare const state: {
|
|
|
1699
1699
|
type: "object";
|
|
1700
1700
|
additionalProperties: true;
|
|
1701
1701
|
};
|
|
1702
|
+
attributes: {
|
|
1703
|
+
type: "object";
|
|
1704
|
+
additionalProperties: {
|
|
1705
|
+
type: "string";
|
|
1706
|
+
maxLength: number;
|
|
1707
|
+
};
|
|
1708
|
+
description: string;
|
|
1709
|
+
};
|
|
1702
1710
|
};
|
|
1703
1711
|
required: string[];
|
|
1704
1712
|
description: string;
|
|
@@ -1806,6 +1814,14 @@ export declare const state: {
|
|
|
1806
1814
|
required: string[];
|
|
1807
1815
|
additionalProperties: false;
|
|
1808
1816
|
};
|
|
1817
|
+
attributes: {
|
|
1818
|
+
type: "object";
|
|
1819
|
+
additionalProperties: {
|
|
1820
|
+
type: "string";
|
|
1821
|
+
maxLength: number;
|
|
1822
|
+
};
|
|
1823
|
+
description: string;
|
|
1824
|
+
};
|
|
1809
1825
|
};
|
|
1810
1826
|
required: string[];
|
|
1811
1827
|
description: string;
|
|
@@ -2250,6 +2266,14 @@ export declare const state: {
|
|
|
2250
2266
|
type: "object";
|
|
2251
2267
|
additionalProperties: true;
|
|
2252
2268
|
};
|
|
2269
|
+
attributes: {
|
|
2270
|
+
type: "object";
|
|
2271
|
+
additionalProperties: {
|
|
2272
|
+
type: "string";
|
|
2273
|
+
maxLength: number;
|
|
2274
|
+
};
|
|
2275
|
+
description: string;
|
|
2276
|
+
};
|
|
2253
2277
|
};
|
|
2254
2278
|
required: string[];
|
|
2255
2279
|
description: string;
|
|
@@ -2299,6 +2323,14 @@ export declare const state: {
|
|
|
2299
2323
|
required: string[];
|
|
2300
2324
|
additionalProperties: false;
|
|
2301
2325
|
};
|
|
2326
|
+
attributes: {
|
|
2327
|
+
type: "object";
|
|
2328
|
+
additionalProperties: {
|
|
2329
|
+
type: "string";
|
|
2330
|
+
maxLength: number;
|
|
2331
|
+
};
|
|
2332
|
+
description: string;
|
|
2333
|
+
};
|
|
2302
2334
|
};
|
|
2303
2335
|
required: string[];
|
|
2304
2336
|
description: string;
|
|
@@ -2496,6 +2528,14 @@ export declare const state: {
|
|
|
2496
2528
|
type: "object";
|
|
2497
2529
|
additionalProperties: true;
|
|
2498
2530
|
};
|
|
2531
|
+
attributes: {
|
|
2532
|
+
type: "object";
|
|
2533
|
+
additionalProperties: {
|
|
2534
|
+
type: "string";
|
|
2535
|
+
maxLength: number;
|
|
2536
|
+
};
|
|
2537
|
+
description: string;
|
|
2538
|
+
};
|
|
2499
2539
|
};
|
|
2500
2540
|
required: string[];
|
|
2501
2541
|
description: string;
|
|
@@ -2545,6 +2585,14 @@ export declare const state: {
|
|
|
2545
2585
|
required: string[];
|
|
2546
2586
|
additionalProperties: false;
|
|
2547
2587
|
};
|
|
2588
|
+
attributes: {
|
|
2589
|
+
type: "object";
|
|
2590
|
+
additionalProperties: {
|
|
2591
|
+
type: "string";
|
|
2592
|
+
maxLength: number;
|
|
2593
|
+
};
|
|
2594
|
+
description: string;
|
|
2595
|
+
};
|
|
2548
2596
|
};
|
|
2549
2597
|
required: string[];
|
|
2550
2598
|
description: string;
|
|
@@ -2705,6 +2753,14 @@ export declare const state: {
|
|
|
2705
2753
|
type: "object";
|
|
2706
2754
|
additionalProperties: true;
|
|
2707
2755
|
};
|
|
2756
|
+
attributes: {
|
|
2757
|
+
type: "object";
|
|
2758
|
+
additionalProperties: {
|
|
2759
|
+
type: "string";
|
|
2760
|
+
maxLength: number;
|
|
2761
|
+
};
|
|
2762
|
+
description: string;
|
|
2763
|
+
};
|
|
2708
2764
|
};
|
|
2709
2765
|
required: string[];
|
|
2710
2766
|
description: string;
|
|
@@ -2754,6 +2810,14 @@ export declare const state: {
|
|
|
2754
2810
|
required: string[];
|
|
2755
2811
|
additionalProperties: false;
|
|
2756
2812
|
};
|
|
2813
|
+
attributes: {
|
|
2814
|
+
type: "object";
|
|
2815
|
+
additionalProperties: {
|
|
2816
|
+
type: "string";
|
|
2817
|
+
maxLength: number;
|
|
2818
|
+
};
|
|
2819
|
+
description: string;
|
|
2820
|
+
};
|
|
2757
2821
|
};
|
|
2758
2822
|
required: string[];
|
|
2759
2823
|
description: string;
|
|
@@ -2776,6 +2776,14 @@ export declare const state: {
|
|
|
2776
2776
|
type: "object";
|
|
2777
2777
|
additionalProperties: true;
|
|
2778
2778
|
};
|
|
2779
|
+
attributes: {
|
|
2780
|
+
type: "object";
|
|
2781
|
+
additionalProperties: {
|
|
2782
|
+
type: "string";
|
|
2783
|
+
maxLength: number;
|
|
2784
|
+
};
|
|
2785
|
+
description: string;
|
|
2786
|
+
};
|
|
2779
2787
|
};
|
|
2780
2788
|
required: string[];
|
|
2781
2789
|
description: string;
|
|
@@ -2883,6 +2891,14 @@ export declare const state: {
|
|
|
2883
2891
|
required: string[];
|
|
2884
2892
|
additionalProperties: false;
|
|
2885
2893
|
};
|
|
2894
|
+
attributes: {
|
|
2895
|
+
type: "object";
|
|
2896
|
+
additionalProperties: {
|
|
2897
|
+
type: "string";
|
|
2898
|
+
maxLength: number;
|
|
2899
|
+
};
|
|
2900
|
+
description: string;
|
|
2901
|
+
};
|
|
2886
2902
|
};
|
|
2887
2903
|
required: string[];
|
|
2888
2904
|
description: string;
|
|
@@ -3327,6 +3343,14 @@ export declare const state: {
|
|
|
3327
3343
|
type: "object";
|
|
3328
3344
|
additionalProperties: true;
|
|
3329
3345
|
};
|
|
3346
|
+
attributes: {
|
|
3347
|
+
type: "object";
|
|
3348
|
+
additionalProperties: {
|
|
3349
|
+
type: "string";
|
|
3350
|
+
maxLength: number;
|
|
3351
|
+
};
|
|
3352
|
+
description: string;
|
|
3353
|
+
};
|
|
3330
3354
|
};
|
|
3331
3355
|
required: string[];
|
|
3332
3356
|
description: string;
|
|
@@ -3376,6 +3400,14 @@ export declare const state: {
|
|
|
3376
3400
|
required: string[];
|
|
3377
3401
|
additionalProperties: false;
|
|
3378
3402
|
};
|
|
3403
|
+
attributes: {
|
|
3404
|
+
type: "object";
|
|
3405
|
+
additionalProperties: {
|
|
3406
|
+
type: "string";
|
|
3407
|
+
maxLength: number;
|
|
3408
|
+
};
|
|
3409
|
+
description: string;
|
|
3410
|
+
};
|
|
3379
3411
|
};
|
|
3380
3412
|
required: string[];
|
|
3381
3413
|
description: string;
|
|
@@ -3573,6 +3605,14 @@ export declare const state: {
|
|
|
3573
3605
|
type: "object";
|
|
3574
3606
|
additionalProperties: true;
|
|
3575
3607
|
};
|
|
3608
|
+
attributes: {
|
|
3609
|
+
type: "object";
|
|
3610
|
+
additionalProperties: {
|
|
3611
|
+
type: "string";
|
|
3612
|
+
maxLength: number;
|
|
3613
|
+
};
|
|
3614
|
+
description: string;
|
|
3615
|
+
};
|
|
3576
3616
|
};
|
|
3577
3617
|
required: string[];
|
|
3578
3618
|
description: string;
|
|
@@ -3622,6 +3662,14 @@ export declare const state: {
|
|
|
3622
3662
|
required: string[];
|
|
3623
3663
|
additionalProperties: false;
|
|
3624
3664
|
};
|
|
3665
|
+
attributes: {
|
|
3666
|
+
type: "object";
|
|
3667
|
+
additionalProperties: {
|
|
3668
|
+
type: "string";
|
|
3669
|
+
maxLength: number;
|
|
3670
|
+
};
|
|
3671
|
+
description: string;
|
|
3672
|
+
};
|
|
3625
3673
|
};
|
|
3626
3674
|
required: string[];
|
|
3627
3675
|
description: string;
|
|
@@ -3782,6 +3830,14 @@ export declare const state: {
|
|
|
3782
3830
|
type: "object";
|
|
3783
3831
|
additionalProperties: true;
|
|
3784
3832
|
};
|
|
3833
|
+
attributes: {
|
|
3834
|
+
type: "object";
|
|
3835
|
+
additionalProperties: {
|
|
3836
|
+
type: "string";
|
|
3837
|
+
maxLength: number;
|
|
3838
|
+
};
|
|
3839
|
+
description: string;
|
|
3840
|
+
};
|
|
3785
3841
|
};
|
|
3786
3842
|
required: string[];
|
|
3787
3843
|
description: string;
|
|
@@ -3831,6 +3887,14 @@ export declare const state: {
|
|
|
3831
3887
|
required: string[];
|
|
3832
3888
|
additionalProperties: false;
|
|
3833
3889
|
};
|
|
3890
|
+
attributes: {
|
|
3891
|
+
type: "object";
|
|
3892
|
+
additionalProperties: {
|
|
3893
|
+
type: "string";
|
|
3894
|
+
maxLength: number;
|
|
3895
|
+
};
|
|
3896
|
+
description: string;
|
|
3897
|
+
};
|
|
3834
3898
|
};
|
|
3835
3899
|
required: string[];
|
|
3836
3900
|
description: string;
|