@botpress/api 1.9.0 → 1.11.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 +654 -888
- package/dist/src/gen/admin/state.d.ts +92 -0
- package/dist/src/gen/files/state.d.ts +23 -0
- package/dist/src/gen/runtime/state.d.ts +24 -5
- package/dist/src/gen/state.d.ts +93 -5
- package/dist/src/gen/tables/state.d.ts +23 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +105 -3
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +30 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +32 -8
- package/src/gen/state.ts +107 -9
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +30 -2
|
@@ -8919,6 +8919,29 @@ export declare const state: {
|
|
|
8919
8919
|
description: string;
|
|
8920
8920
|
additionalProperties: false;
|
|
8921
8921
|
};
|
|
8922
|
+
icon: {
|
|
8923
|
+
type: "string";
|
|
8924
|
+
description: string;
|
|
8925
|
+
};
|
|
8926
|
+
readme: {
|
|
8927
|
+
type: "string";
|
|
8928
|
+
description: string;
|
|
8929
|
+
};
|
|
8930
|
+
title: {
|
|
8931
|
+
type: "string";
|
|
8932
|
+
minLength: number;
|
|
8933
|
+
maxLength: number;
|
|
8934
|
+
description: string;
|
|
8935
|
+
};
|
|
8936
|
+
description: {
|
|
8937
|
+
type: "string";
|
|
8938
|
+
maxLength: number;
|
|
8939
|
+
description: string;
|
|
8940
|
+
};
|
|
8941
|
+
public: {
|
|
8942
|
+
type: "boolean";
|
|
8943
|
+
description: string;
|
|
8944
|
+
};
|
|
8922
8945
|
};
|
|
8923
8946
|
required: string[];
|
|
8924
8947
|
title: string;
|
|
@@ -9190,6 +9213,29 @@ export declare const state: {
|
|
|
9190
9213
|
nullable: true;
|
|
9191
9214
|
additionalProperties: false;
|
|
9192
9215
|
};
|
|
9216
|
+
icon: {
|
|
9217
|
+
type: "string";
|
|
9218
|
+
description: string;
|
|
9219
|
+
};
|
|
9220
|
+
readme: {
|
|
9221
|
+
type: "string";
|
|
9222
|
+
description: string;
|
|
9223
|
+
};
|
|
9224
|
+
title: {
|
|
9225
|
+
type: "string";
|
|
9226
|
+
minLength: number;
|
|
9227
|
+
maxLength: number;
|
|
9228
|
+
description: string;
|
|
9229
|
+
};
|
|
9230
|
+
description: {
|
|
9231
|
+
type: "string";
|
|
9232
|
+
maxLength: number;
|
|
9233
|
+
description: string;
|
|
9234
|
+
};
|
|
9235
|
+
public: {
|
|
9236
|
+
type: "boolean";
|
|
9237
|
+
description: string;
|
|
9238
|
+
};
|
|
9193
9239
|
};
|
|
9194
9240
|
title: string;
|
|
9195
9241
|
additionalProperties: false;
|
|
@@ -9287,6 +9333,29 @@ export declare const state: {
|
|
|
9287
9333
|
maxLength: number;
|
|
9288
9334
|
description: string;
|
|
9289
9335
|
};
|
|
9336
|
+
title: {
|
|
9337
|
+
type: "string";
|
|
9338
|
+
minLength: number;
|
|
9339
|
+
maxLength: number;
|
|
9340
|
+
description: string;
|
|
9341
|
+
};
|
|
9342
|
+
description: {
|
|
9343
|
+
type: "string";
|
|
9344
|
+
maxLength: number;
|
|
9345
|
+
description: string;
|
|
9346
|
+
};
|
|
9347
|
+
iconUrl: {
|
|
9348
|
+
type: "string";
|
|
9349
|
+
description: string;
|
|
9350
|
+
};
|
|
9351
|
+
readmeUrl: {
|
|
9352
|
+
type: "string";
|
|
9353
|
+
description: string;
|
|
9354
|
+
};
|
|
9355
|
+
public: {
|
|
9356
|
+
type: "boolean";
|
|
9357
|
+
description: string;
|
|
9358
|
+
};
|
|
9290
9359
|
};
|
|
9291
9360
|
required: string[];
|
|
9292
9361
|
};
|
|
@@ -11974,6 +12043,29 @@ export declare const state: {
|
|
|
11974
12043
|
description: string;
|
|
11975
12044
|
additionalProperties: false;
|
|
11976
12045
|
};
|
|
12046
|
+
title: {
|
|
12047
|
+
type: "string";
|
|
12048
|
+
minLength: number;
|
|
12049
|
+
maxLength: number;
|
|
12050
|
+
description: string;
|
|
12051
|
+
};
|
|
12052
|
+
description: {
|
|
12053
|
+
type: "string";
|
|
12054
|
+
maxLength: number;
|
|
12055
|
+
description: string;
|
|
12056
|
+
};
|
|
12057
|
+
iconUrl: {
|
|
12058
|
+
type: "string";
|
|
12059
|
+
description: string;
|
|
12060
|
+
};
|
|
12061
|
+
readmeUrl: {
|
|
12062
|
+
type: "string";
|
|
12063
|
+
description: string;
|
|
12064
|
+
};
|
|
12065
|
+
public: {
|
|
12066
|
+
type: "boolean";
|
|
12067
|
+
description: string;
|
|
12068
|
+
};
|
|
11977
12069
|
};
|
|
11978
12070
|
required: string[];
|
|
11979
12071
|
additionalProperties: false;
|
|
@@ -2650,6 +2650,29 @@ export declare const state: {
|
|
|
2650
2650
|
description: string;
|
|
2651
2651
|
additionalProperties: false;
|
|
2652
2652
|
};
|
|
2653
|
+
title: {
|
|
2654
|
+
type: "string";
|
|
2655
|
+
minLength: number;
|
|
2656
|
+
maxLength: number;
|
|
2657
|
+
description: string;
|
|
2658
|
+
};
|
|
2659
|
+
description: {
|
|
2660
|
+
type: "string";
|
|
2661
|
+
maxLength: number;
|
|
2662
|
+
description: string;
|
|
2663
|
+
};
|
|
2664
|
+
iconUrl: {
|
|
2665
|
+
type: "string";
|
|
2666
|
+
description: string;
|
|
2667
|
+
};
|
|
2668
|
+
readmeUrl: {
|
|
2669
|
+
type: "string";
|
|
2670
|
+
description: string;
|
|
2671
|
+
};
|
|
2672
|
+
public: {
|
|
2673
|
+
type: "boolean";
|
|
2674
|
+
description: string;
|
|
2675
|
+
};
|
|
2653
2676
|
};
|
|
2654
2677
|
required: string[];
|
|
2655
2678
|
additionalProperties: false;
|
|
@@ -1605,13 +1605,9 @@ export declare const state: {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
sandboxIdentifiers: {
|
|
1607
1607
|
type: "object";
|
|
1608
|
-
additionalProperties: {
|
|
1609
|
-
type: "object";
|
|
1610
|
-
nullable: true;
|
|
1611
|
-
additionalProperties: false;
|
|
1612
|
-
};
|
|
1613
1608
|
nullable: true;
|
|
1614
1609
|
description: string;
|
|
1610
|
+
additionalProperties: false;
|
|
1615
1611
|
};
|
|
1616
1612
|
};
|
|
1617
1613
|
title: string;
|
|
@@ -3727,6 +3723,29 @@ export declare const state: {
|
|
|
3727
3723
|
description: string;
|
|
3728
3724
|
additionalProperties: false;
|
|
3729
3725
|
};
|
|
3726
|
+
title: {
|
|
3727
|
+
type: "string";
|
|
3728
|
+
minLength: number;
|
|
3729
|
+
maxLength: number;
|
|
3730
|
+
description: string;
|
|
3731
|
+
};
|
|
3732
|
+
description: {
|
|
3733
|
+
type: "string";
|
|
3734
|
+
maxLength: number;
|
|
3735
|
+
description: string;
|
|
3736
|
+
};
|
|
3737
|
+
iconUrl: {
|
|
3738
|
+
type: "string";
|
|
3739
|
+
description: string;
|
|
3740
|
+
};
|
|
3741
|
+
readmeUrl: {
|
|
3742
|
+
type: "string";
|
|
3743
|
+
description: string;
|
|
3744
|
+
};
|
|
3745
|
+
public: {
|
|
3746
|
+
type: "boolean";
|
|
3747
|
+
description: string;
|
|
3748
|
+
};
|
|
3730
3749
|
};
|
|
3731
3750
|
required: string[];
|
|
3732
3751
|
additionalProperties: false;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -1605,13 +1605,9 @@ export declare const state: {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
sandboxIdentifiers: {
|
|
1607
1607
|
type: "object";
|
|
1608
|
-
additionalProperties: {
|
|
1609
|
-
type: "object";
|
|
1610
|
-
nullable: true;
|
|
1611
|
-
additionalProperties: false;
|
|
1612
|
-
};
|
|
1613
1608
|
nullable: true;
|
|
1614
1609
|
description: string;
|
|
1610
|
+
additionalProperties: false;
|
|
1615
1611
|
};
|
|
1616
1612
|
};
|
|
1617
1613
|
title: string;
|
|
@@ -11273,6 +11269,29 @@ export declare const state: {
|
|
|
11273
11269
|
description: string;
|
|
11274
11270
|
additionalProperties: false;
|
|
11275
11271
|
};
|
|
11272
|
+
icon: {
|
|
11273
|
+
type: "string";
|
|
11274
|
+
description: string;
|
|
11275
|
+
};
|
|
11276
|
+
readme: {
|
|
11277
|
+
type: "string";
|
|
11278
|
+
description: string;
|
|
11279
|
+
};
|
|
11280
|
+
title: {
|
|
11281
|
+
type: "string";
|
|
11282
|
+
minLength: number;
|
|
11283
|
+
maxLength: number;
|
|
11284
|
+
description: string;
|
|
11285
|
+
};
|
|
11286
|
+
description: {
|
|
11287
|
+
type: "string";
|
|
11288
|
+
maxLength: number;
|
|
11289
|
+
description: string;
|
|
11290
|
+
};
|
|
11291
|
+
public: {
|
|
11292
|
+
type: "boolean";
|
|
11293
|
+
description: string;
|
|
11294
|
+
};
|
|
11276
11295
|
};
|
|
11277
11296
|
required: string[];
|
|
11278
11297
|
title: string;
|
|
@@ -11544,6 +11563,29 @@ export declare const state: {
|
|
|
11544
11563
|
nullable: true;
|
|
11545
11564
|
additionalProperties: false;
|
|
11546
11565
|
};
|
|
11566
|
+
icon: {
|
|
11567
|
+
type: "string";
|
|
11568
|
+
description: string;
|
|
11569
|
+
};
|
|
11570
|
+
readme: {
|
|
11571
|
+
type: "string";
|
|
11572
|
+
description: string;
|
|
11573
|
+
};
|
|
11574
|
+
title: {
|
|
11575
|
+
type: "string";
|
|
11576
|
+
minLength: number;
|
|
11577
|
+
maxLength: number;
|
|
11578
|
+
description: string;
|
|
11579
|
+
};
|
|
11580
|
+
description: {
|
|
11581
|
+
type: "string";
|
|
11582
|
+
maxLength: number;
|
|
11583
|
+
description: string;
|
|
11584
|
+
};
|
|
11585
|
+
public: {
|
|
11586
|
+
type: "boolean";
|
|
11587
|
+
description: string;
|
|
11588
|
+
};
|
|
11547
11589
|
};
|
|
11548
11590
|
title: string;
|
|
11549
11591
|
additionalProperties: false;
|
|
@@ -11641,6 +11683,29 @@ export declare const state: {
|
|
|
11641
11683
|
maxLength: number;
|
|
11642
11684
|
description: string;
|
|
11643
11685
|
};
|
|
11686
|
+
title: {
|
|
11687
|
+
type: "string";
|
|
11688
|
+
minLength: number;
|
|
11689
|
+
maxLength: number;
|
|
11690
|
+
description: string;
|
|
11691
|
+
};
|
|
11692
|
+
description: {
|
|
11693
|
+
type: "string";
|
|
11694
|
+
maxLength: number;
|
|
11695
|
+
description: string;
|
|
11696
|
+
};
|
|
11697
|
+
iconUrl: {
|
|
11698
|
+
type: "string";
|
|
11699
|
+
description: string;
|
|
11700
|
+
};
|
|
11701
|
+
readmeUrl: {
|
|
11702
|
+
type: "string";
|
|
11703
|
+
description: string;
|
|
11704
|
+
};
|
|
11705
|
+
public: {
|
|
11706
|
+
type: "boolean";
|
|
11707
|
+
description: string;
|
|
11708
|
+
};
|
|
11644
11709
|
};
|
|
11645
11710
|
required: string[];
|
|
11646
11711
|
};
|
|
@@ -16849,6 +16914,29 @@ export declare const state: {
|
|
|
16849
16914
|
description: string;
|
|
16850
16915
|
additionalProperties: false;
|
|
16851
16916
|
};
|
|
16917
|
+
title: {
|
|
16918
|
+
type: "string";
|
|
16919
|
+
minLength: number;
|
|
16920
|
+
maxLength: number;
|
|
16921
|
+
description: string;
|
|
16922
|
+
};
|
|
16923
|
+
description: {
|
|
16924
|
+
type: "string";
|
|
16925
|
+
maxLength: number;
|
|
16926
|
+
description: string;
|
|
16927
|
+
};
|
|
16928
|
+
iconUrl: {
|
|
16929
|
+
type: "string";
|
|
16930
|
+
description: string;
|
|
16931
|
+
};
|
|
16932
|
+
readmeUrl: {
|
|
16933
|
+
type: "string";
|
|
16934
|
+
description: string;
|
|
16935
|
+
};
|
|
16936
|
+
public: {
|
|
16937
|
+
type: "boolean";
|
|
16938
|
+
description: string;
|
|
16939
|
+
};
|
|
16852
16940
|
};
|
|
16853
16941
|
required: string[];
|
|
16854
16942
|
additionalProperties: false;
|
|
@@ -2415,6 +2415,29 @@ export declare const state: {
|
|
|
2415
2415
|
description: string;
|
|
2416
2416
|
additionalProperties: false;
|
|
2417
2417
|
};
|
|
2418
|
+
title: {
|
|
2419
|
+
type: "string";
|
|
2420
|
+
minLength: number;
|
|
2421
|
+
maxLength: number;
|
|
2422
|
+
description: string;
|
|
2423
|
+
};
|
|
2424
|
+
description: {
|
|
2425
|
+
type: "string";
|
|
2426
|
+
maxLength: number;
|
|
2427
|
+
description: string;
|
|
2428
|
+
};
|
|
2429
|
+
iconUrl: {
|
|
2430
|
+
type: "string";
|
|
2431
|
+
description: string;
|
|
2432
|
+
};
|
|
2433
|
+
readmeUrl: {
|
|
2434
|
+
type: "string";
|
|
2435
|
+
description: string;
|
|
2436
|
+
};
|
|
2437
|
+
public: {
|
|
2438
|
+
type: "boolean";
|
|
2439
|
+
description: string;
|
|
2440
|
+
};
|
|
2418
2441
|
};
|
|
2419
2442
|
required: string[];
|
|
2420
2443
|
additionalProperties: false;
|