@botpress/api 1.22.0 → 1.23.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 +662 -14
- package/dist/src/gen/admin/state.d.ts +32 -0
- package/dist/src/gen/files/state.d.ts +14 -0
- package/dist/src/gen/runtime/state.d.ts +14 -0
- package/dist/src/gen/state.d.ts +32 -0
- package/dist/src/gen/tables/state.d.ts +14 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +37 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +17 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +17 -1
- package/src/gen/state.ts +37 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +17 -1
|
@@ -3978,6 +3978,20 @@ export declare const state: {
|
|
|
3978
3978
|
type: "object";
|
|
3979
3979
|
additionalProperties: true;
|
|
3980
3980
|
};
|
|
3981
|
+
interfaces: {
|
|
3982
|
+
type: "object";
|
|
3983
|
+
additionalProperties: {
|
|
3984
|
+
type: "object";
|
|
3985
|
+
properties: {
|
|
3986
|
+
integrationId: {
|
|
3987
|
+
type: "string";
|
|
3988
|
+
};
|
|
3989
|
+
};
|
|
3990
|
+
required: string[];
|
|
3991
|
+
additionalProperties: false;
|
|
3992
|
+
};
|
|
3993
|
+
description: string;
|
|
3994
|
+
};
|
|
3981
3995
|
};
|
|
3982
3996
|
required: string[];
|
|
3983
3997
|
nullable: true;
|
|
@@ -3985,6 +3999,10 @@ export declare const state: {
|
|
|
3985
3999
|
};
|
|
3986
4000
|
description: string;
|
|
3987
4001
|
};
|
|
4002
|
+
shouldMergePlugins: {
|
|
4003
|
+
type: "boolean";
|
|
4004
|
+
description: string;
|
|
4005
|
+
};
|
|
3988
4006
|
subscriptions: {
|
|
3989
4007
|
type: "object";
|
|
3990
4008
|
properties: {
|
|
@@ -11901,6 +11919,20 @@ export declare const state: {
|
|
|
11901
11919
|
type: "object";
|
|
11902
11920
|
additionalProperties: true;
|
|
11903
11921
|
};
|
|
11922
|
+
interfaces: {
|
|
11923
|
+
type: "object";
|
|
11924
|
+
additionalProperties: {
|
|
11925
|
+
type: "object";
|
|
11926
|
+
properties: {
|
|
11927
|
+
integrationId: {
|
|
11928
|
+
type: "string";
|
|
11929
|
+
};
|
|
11930
|
+
};
|
|
11931
|
+
required: string[];
|
|
11932
|
+
additionalProperties: false;
|
|
11933
|
+
};
|
|
11934
|
+
description: string;
|
|
11935
|
+
};
|
|
11904
11936
|
id: {
|
|
11905
11937
|
type: "string";
|
|
11906
11938
|
minLength: number;
|
|
@@ -1735,6 +1735,20 @@ export declare const state: {
|
|
|
1735
1735
|
type: "object";
|
|
1736
1736
|
additionalProperties: true;
|
|
1737
1737
|
};
|
|
1738
|
+
interfaces: {
|
|
1739
|
+
type: "object";
|
|
1740
|
+
additionalProperties: {
|
|
1741
|
+
type: "object";
|
|
1742
|
+
properties: {
|
|
1743
|
+
integrationId: {
|
|
1744
|
+
type: "string";
|
|
1745
|
+
};
|
|
1746
|
+
};
|
|
1747
|
+
required: string[];
|
|
1748
|
+
additionalProperties: false;
|
|
1749
|
+
};
|
|
1750
|
+
description: string;
|
|
1751
|
+
};
|
|
1738
1752
|
id: {
|
|
1739
1753
|
type: "string";
|
|
1740
1754
|
minLength: number;
|
|
@@ -2653,6 +2653,20 @@ export declare const state: {
|
|
|
2653
2653
|
type: "object";
|
|
2654
2654
|
additionalProperties: true;
|
|
2655
2655
|
};
|
|
2656
|
+
interfaces: {
|
|
2657
|
+
type: "object";
|
|
2658
|
+
additionalProperties: {
|
|
2659
|
+
type: "object";
|
|
2660
|
+
properties: {
|
|
2661
|
+
integrationId: {
|
|
2662
|
+
type: "string";
|
|
2663
|
+
};
|
|
2664
|
+
};
|
|
2665
|
+
required: string[];
|
|
2666
|
+
additionalProperties: false;
|
|
2667
|
+
};
|
|
2668
|
+
description: string;
|
|
2669
|
+
};
|
|
2656
2670
|
id: {
|
|
2657
2671
|
type: "string";
|
|
2658
2672
|
minLength: number;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6325,6 +6325,20 @@ export declare const state: {
|
|
|
6325
6325
|
type: "object";
|
|
6326
6326
|
additionalProperties: true;
|
|
6327
6327
|
};
|
|
6328
|
+
interfaces: {
|
|
6329
|
+
type: "object";
|
|
6330
|
+
additionalProperties: {
|
|
6331
|
+
type: "object";
|
|
6332
|
+
properties: {
|
|
6333
|
+
integrationId: {
|
|
6334
|
+
type: "string";
|
|
6335
|
+
};
|
|
6336
|
+
};
|
|
6337
|
+
required: string[];
|
|
6338
|
+
additionalProperties: false;
|
|
6339
|
+
};
|
|
6340
|
+
description: string;
|
|
6341
|
+
};
|
|
6328
6342
|
};
|
|
6329
6343
|
required: string[];
|
|
6330
6344
|
nullable: true;
|
|
@@ -6332,6 +6346,10 @@ export declare const state: {
|
|
|
6332
6346
|
};
|
|
6333
6347
|
description: string;
|
|
6334
6348
|
};
|
|
6349
|
+
shouldMergePlugins: {
|
|
6350
|
+
type: "boolean";
|
|
6351
|
+
description: string;
|
|
6352
|
+
};
|
|
6335
6353
|
subscriptions: {
|
|
6336
6354
|
type: "object";
|
|
6337
6355
|
properties: {
|
|
@@ -16923,6 +16941,20 @@ export declare const state: {
|
|
|
16923
16941
|
type: "object";
|
|
16924
16942
|
additionalProperties: true;
|
|
16925
16943
|
};
|
|
16944
|
+
interfaces: {
|
|
16945
|
+
type: "object";
|
|
16946
|
+
additionalProperties: {
|
|
16947
|
+
type: "object";
|
|
16948
|
+
properties: {
|
|
16949
|
+
integrationId: {
|
|
16950
|
+
type: "string";
|
|
16951
|
+
};
|
|
16952
|
+
};
|
|
16953
|
+
required: string[];
|
|
16954
|
+
additionalProperties: false;
|
|
16955
|
+
};
|
|
16956
|
+
description: string;
|
|
16957
|
+
};
|
|
16926
16958
|
id: {
|
|
16927
16959
|
type: "string";
|
|
16928
16960
|
minLength: number;
|
|
@@ -1347,6 +1347,20 @@ export declare const state: {
|
|
|
1347
1347
|
type: "object";
|
|
1348
1348
|
additionalProperties: true;
|
|
1349
1349
|
};
|
|
1350
|
+
interfaces: {
|
|
1351
|
+
type: "object";
|
|
1352
|
+
additionalProperties: {
|
|
1353
|
+
type: "object";
|
|
1354
|
+
properties: {
|
|
1355
|
+
integrationId: {
|
|
1356
|
+
type: "string";
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
required: string[];
|
|
1360
|
+
additionalProperties: false;
|
|
1361
|
+
};
|
|
1362
|
+
description: string;
|
|
1363
|
+
};
|
|
1350
1364
|
id: {
|
|
1351
1365
|
type: "string";
|
|
1352
1366
|
minLength: number;
|