@botpress/api 1.43.0 → 1.45.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +2077 -3418
- package/dist/src/gen/admin/state.d.ts +53 -0
- package/dist/src/gen/files/state.d.ts +28 -0
- package/dist/src/gen/runtime/state.d.ts +28 -0
- package/dist/src/gen/state.d.ts +60 -0
- package/dist/src/gen/tables/state.d.ts +35 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +61 -1
- 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 +68 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +40 -1
|
@@ -4373,6 +4373,31 @@ export declare const state: {
|
|
|
4373
4373
|
integrationId: {
|
|
4374
4374
|
type: "string";
|
|
4375
4375
|
};
|
|
4376
|
+
integrationAlias: {
|
|
4377
|
+
type: "string";
|
|
4378
|
+
description: string;
|
|
4379
|
+
};
|
|
4380
|
+
integrationInterfaceAlias: {
|
|
4381
|
+
type: "string";
|
|
4382
|
+
description: string;
|
|
4383
|
+
};
|
|
4384
|
+
};
|
|
4385
|
+
required: string[];
|
|
4386
|
+
additionalProperties: false;
|
|
4387
|
+
};
|
|
4388
|
+
description: string;
|
|
4389
|
+
};
|
|
4390
|
+
integrations: {
|
|
4391
|
+
type: "object";
|
|
4392
|
+
additionalProperties: {
|
|
4393
|
+
type: "object";
|
|
4394
|
+
properties: {
|
|
4395
|
+
integrationId: {
|
|
4396
|
+
type: "string";
|
|
4397
|
+
};
|
|
4398
|
+
integrationAlias: {
|
|
4399
|
+
type: "string";
|
|
4400
|
+
};
|
|
4376
4401
|
};
|
|
4377
4402
|
required: string[];
|
|
4378
4403
|
additionalProperties: false;
|
|
@@ -12738,6 +12763,14 @@ export declare const state: {
|
|
|
12738
12763
|
minLength: number;
|
|
12739
12764
|
maxLength: number;
|
|
12740
12765
|
};
|
|
12766
|
+
integrationAlias: {
|
|
12767
|
+
type: "string";
|
|
12768
|
+
maxLength: number;
|
|
12769
|
+
};
|
|
12770
|
+
integrationInterfaceAlias: {
|
|
12771
|
+
type: "string";
|
|
12772
|
+
maxLength: number;
|
|
12773
|
+
};
|
|
12741
12774
|
interfaceId: {
|
|
12742
12775
|
type: "string";
|
|
12743
12776
|
minLength: number;
|
|
@@ -12749,6 +12782,26 @@ export declare const state: {
|
|
|
12749
12782
|
};
|
|
12750
12783
|
description: string;
|
|
12751
12784
|
};
|
|
12785
|
+
integrations: {
|
|
12786
|
+
type: "object";
|
|
12787
|
+
additionalProperties: {
|
|
12788
|
+
type: "object";
|
|
12789
|
+
properties: {
|
|
12790
|
+
integrationId: {
|
|
12791
|
+
type: "string";
|
|
12792
|
+
minLength: number;
|
|
12793
|
+
maxLength: number;
|
|
12794
|
+
};
|
|
12795
|
+
integrationAlias: {
|
|
12796
|
+
type: "string";
|
|
12797
|
+
maxLength: number;
|
|
12798
|
+
};
|
|
12799
|
+
};
|
|
12800
|
+
required: string[];
|
|
12801
|
+
additionalProperties: false;
|
|
12802
|
+
};
|
|
12803
|
+
description: string;
|
|
12804
|
+
};
|
|
12752
12805
|
id: {
|
|
12753
12806
|
type: "string";
|
|
12754
12807
|
minLength: number;
|
|
@@ -1822,6 +1822,14 @@ export declare const state: {
|
|
|
1822
1822
|
minLength: number;
|
|
1823
1823
|
maxLength: number;
|
|
1824
1824
|
};
|
|
1825
|
+
integrationAlias: {
|
|
1826
|
+
type: "string";
|
|
1827
|
+
maxLength: number;
|
|
1828
|
+
};
|
|
1829
|
+
integrationInterfaceAlias: {
|
|
1830
|
+
type: "string";
|
|
1831
|
+
maxLength: number;
|
|
1832
|
+
};
|
|
1825
1833
|
interfaceId: {
|
|
1826
1834
|
type: "string";
|
|
1827
1835
|
minLength: number;
|
|
@@ -1833,6 +1841,26 @@ export declare const state: {
|
|
|
1833
1841
|
};
|
|
1834
1842
|
description: string;
|
|
1835
1843
|
};
|
|
1844
|
+
integrations: {
|
|
1845
|
+
type: "object";
|
|
1846
|
+
additionalProperties: {
|
|
1847
|
+
type: "object";
|
|
1848
|
+
properties: {
|
|
1849
|
+
integrationId: {
|
|
1850
|
+
type: "string";
|
|
1851
|
+
minLength: number;
|
|
1852
|
+
maxLength: number;
|
|
1853
|
+
};
|
|
1854
|
+
integrationAlias: {
|
|
1855
|
+
type: "string";
|
|
1856
|
+
maxLength: number;
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1859
|
+
required: string[];
|
|
1860
|
+
additionalProperties: false;
|
|
1861
|
+
};
|
|
1862
|
+
description: string;
|
|
1863
|
+
};
|
|
1836
1864
|
id: {
|
|
1837
1865
|
type: "string";
|
|
1838
1866
|
minLength: number;
|
|
@@ -2696,6 +2696,14 @@ export declare const state: {
|
|
|
2696
2696
|
minLength: number;
|
|
2697
2697
|
maxLength: number;
|
|
2698
2698
|
};
|
|
2699
|
+
integrationAlias: {
|
|
2700
|
+
type: "string";
|
|
2701
|
+
maxLength: number;
|
|
2702
|
+
};
|
|
2703
|
+
integrationInterfaceAlias: {
|
|
2704
|
+
type: "string";
|
|
2705
|
+
maxLength: number;
|
|
2706
|
+
};
|
|
2699
2707
|
interfaceId: {
|
|
2700
2708
|
type: "string";
|
|
2701
2709
|
minLength: number;
|
|
@@ -2707,6 +2715,26 @@ export declare const state: {
|
|
|
2707
2715
|
};
|
|
2708
2716
|
description: string;
|
|
2709
2717
|
};
|
|
2718
|
+
integrations: {
|
|
2719
|
+
type: "object";
|
|
2720
|
+
additionalProperties: {
|
|
2721
|
+
type: "object";
|
|
2722
|
+
properties: {
|
|
2723
|
+
integrationId: {
|
|
2724
|
+
type: "string";
|
|
2725
|
+
minLength: number;
|
|
2726
|
+
maxLength: number;
|
|
2727
|
+
};
|
|
2728
|
+
integrationAlias: {
|
|
2729
|
+
type: "string";
|
|
2730
|
+
maxLength: number;
|
|
2731
|
+
};
|
|
2732
|
+
};
|
|
2733
|
+
required: string[];
|
|
2734
|
+
additionalProperties: false;
|
|
2735
|
+
};
|
|
2736
|
+
description: string;
|
|
2737
|
+
};
|
|
2710
2738
|
id: {
|
|
2711
2739
|
type: "string";
|
|
2712
2740
|
minLength: number;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6747,6 +6747,31 @@ export declare const state: {
|
|
|
6747
6747
|
integrationId: {
|
|
6748
6748
|
type: "string";
|
|
6749
6749
|
};
|
|
6750
|
+
integrationAlias: {
|
|
6751
|
+
type: "string";
|
|
6752
|
+
description: string;
|
|
6753
|
+
};
|
|
6754
|
+
integrationInterfaceAlias: {
|
|
6755
|
+
type: "string";
|
|
6756
|
+
description: string;
|
|
6757
|
+
};
|
|
6758
|
+
};
|
|
6759
|
+
required: string[];
|
|
6760
|
+
additionalProperties: false;
|
|
6761
|
+
};
|
|
6762
|
+
description: string;
|
|
6763
|
+
};
|
|
6764
|
+
integrations: {
|
|
6765
|
+
type: "object";
|
|
6766
|
+
additionalProperties: {
|
|
6767
|
+
type: "object";
|
|
6768
|
+
properties: {
|
|
6769
|
+
integrationId: {
|
|
6770
|
+
type: "string";
|
|
6771
|
+
};
|
|
6772
|
+
integrationAlias: {
|
|
6773
|
+
type: "string";
|
|
6774
|
+
};
|
|
6750
6775
|
};
|
|
6751
6776
|
required: string[];
|
|
6752
6777
|
additionalProperties: false;
|
|
@@ -17008,6 +17033,13 @@ export declare const state: {
|
|
|
17008
17033
|
maxLength: number;
|
|
17009
17034
|
description: string;
|
|
17010
17035
|
};
|
|
17036
|
+
select: {
|
|
17037
|
+
type: "array";
|
|
17038
|
+
items: {
|
|
17039
|
+
type: "string";
|
|
17040
|
+
};
|
|
17041
|
+
description: string;
|
|
17042
|
+
};
|
|
17011
17043
|
orderBy: {
|
|
17012
17044
|
default: string;
|
|
17013
17045
|
type: "string";
|
|
@@ -17858,6 +17890,14 @@ export declare const state: {
|
|
|
17858
17890
|
minLength: number;
|
|
17859
17891
|
maxLength: number;
|
|
17860
17892
|
};
|
|
17893
|
+
integrationAlias: {
|
|
17894
|
+
type: "string";
|
|
17895
|
+
maxLength: number;
|
|
17896
|
+
};
|
|
17897
|
+
integrationInterfaceAlias: {
|
|
17898
|
+
type: "string";
|
|
17899
|
+
maxLength: number;
|
|
17900
|
+
};
|
|
17861
17901
|
interfaceId: {
|
|
17862
17902
|
type: "string";
|
|
17863
17903
|
minLength: number;
|
|
@@ -17869,6 +17909,26 @@ export declare const state: {
|
|
|
17869
17909
|
};
|
|
17870
17910
|
description: string;
|
|
17871
17911
|
};
|
|
17912
|
+
integrations: {
|
|
17913
|
+
type: "object";
|
|
17914
|
+
additionalProperties: {
|
|
17915
|
+
type: "object";
|
|
17916
|
+
properties: {
|
|
17917
|
+
integrationId: {
|
|
17918
|
+
type: "string";
|
|
17919
|
+
minLength: number;
|
|
17920
|
+
maxLength: number;
|
|
17921
|
+
};
|
|
17922
|
+
integrationAlias: {
|
|
17923
|
+
type: "string";
|
|
17924
|
+
maxLength: number;
|
|
17925
|
+
};
|
|
17926
|
+
};
|
|
17927
|
+
required: string[];
|
|
17928
|
+
additionalProperties: false;
|
|
17929
|
+
};
|
|
17930
|
+
description: string;
|
|
17931
|
+
};
|
|
17872
17932
|
id: {
|
|
17873
17933
|
type: "string";
|
|
17874
17934
|
minLength: number;
|
|
@@ -743,6 +743,13 @@ export declare const state: {
|
|
|
743
743
|
maxLength: number;
|
|
744
744
|
description: string;
|
|
745
745
|
};
|
|
746
|
+
select: {
|
|
747
|
+
type: "array";
|
|
748
|
+
items: {
|
|
749
|
+
type: "string";
|
|
750
|
+
};
|
|
751
|
+
description: string;
|
|
752
|
+
};
|
|
746
753
|
orderBy: {
|
|
747
754
|
default: string;
|
|
748
755
|
type: "string";
|
|
@@ -1363,6 +1370,14 @@ export declare const state: {
|
|
|
1363
1370
|
minLength: number;
|
|
1364
1371
|
maxLength: number;
|
|
1365
1372
|
};
|
|
1373
|
+
integrationAlias: {
|
|
1374
|
+
type: "string";
|
|
1375
|
+
maxLength: number;
|
|
1376
|
+
};
|
|
1377
|
+
integrationInterfaceAlias: {
|
|
1378
|
+
type: "string";
|
|
1379
|
+
maxLength: number;
|
|
1380
|
+
};
|
|
1366
1381
|
interfaceId: {
|
|
1367
1382
|
type: "string";
|
|
1368
1383
|
minLength: number;
|
|
@@ -1374,6 +1389,26 @@ export declare const state: {
|
|
|
1374
1389
|
};
|
|
1375
1390
|
description: string;
|
|
1376
1391
|
};
|
|
1392
|
+
integrations: {
|
|
1393
|
+
type: "object";
|
|
1394
|
+
additionalProperties: {
|
|
1395
|
+
type: "object";
|
|
1396
|
+
properties: {
|
|
1397
|
+
integrationId: {
|
|
1398
|
+
type: "string";
|
|
1399
|
+
minLength: number;
|
|
1400
|
+
maxLength: number;
|
|
1401
|
+
};
|
|
1402
|
+
integrationAlias: {
|
|
1403
|
+
type: "string";
|
|
1404
|
+
maxLength: number;
|
|
1405
|
+
};
|
|
1406
|
+
};
|
|
1407
|
+
required: string[];
|
|
1408
|
+
additionalProperties: false;
|
|
1409
|
+
};
|
|
1410
|
+
description: string;
|
|
1411
|
+
};
|
|
1377
1412
|
id: {
|
|
1378
1413
|
type: "string";
|
|
1379
1414
|
minLength: number;
|