@botpress/api 1.43.0 → 1.44.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 +6 -6
- package/dist/index.js +501 -338
- 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 +53 -0
- package/dist/src/gen/tables/state.d.ts +28 -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 +61 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -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;
|
|
@@ -17858,6 +17883,14 @@ export declare const state: {
|
|
|
17858
17883
|
minLength: number;
|
|
17859
17884
|
maxLength: number;
|
|
17860
17885
|
};
|
|
17886
|
+
integrationAlias: {
|
|
17887
|
+
type: "string";
|
|
17888
|
+
maxLength: number;
|
|
17889
|
+
};
|
|
17890
|
+
integrationInterfaceAlias: {
|
|
17891
|
+
type: "string";
|
|
17892
|
+
maxLength: number;
|
|
17893
|
+
};
|
|
17861
17894
|
interfaceId: {
|
|
17862
17895
|
type: "string";
|
|
17863
17896
|
minLength: number;
|
|
@@ -17869,6 +17902,26 @@ export declare const state: {
|
|
|
17869
17902
|
};
|
|
17870
17903
|
description: string;
|
|
17871
17904
|
};
|
|
17905
|
+
integrations: {
|
|
17906
|
+
type: "object";
|
|
17907
|
+
additionalProperties: {
|
|
17908
|
+
type: "object";
|
|
17909
|
+
properties: {
|
|
17910
|
+
integrationId: {
|
|
17911
|
+
type: "string";
|
|
17912
|
+
minLength: number;
|
|
17913
|
+
maxLength: number;
|
|
17914
|
+
};
|
|
17915
|
+
integrationAlias: {
|
|
17916
|
+
type: "string";
|
|
17917
|
+
maxLength: number;
|
|
17918
|
+
};
|
|
17919
|
+
};
|
|
17920
|
+
required: string[];
|
|
17921
|
+
additionalProperties: false;
|
|
17922
|
+
};
|
|
17923
|
+
description: string;
|
|
17924
|
+
};
|
|
17872
17925
|
id: {
|
|
17873
17926
|
type: "string";
|
|
17874
17927
|
minLength: number;
|
|
@@ -1363,6 +1363,14 @@ export declare const state: {
|
|
|
1363
1363
|
minLength: number;
|
|
1364
1364
|
maxLength: number;
|
|
1365
1365
|
};
|
|
1366
|
+
integrationAlias: {
|
|
1367
|
+
type: "string";
|
|
1368
|
+
maxLength: number;
|
|
1369
|
+
};
|
|
1370
|
+
integrationInterfaceAlias: {
|
|
1371
|
+
type: "string";
|
|
1372
|
+
maxLength: number;
|
|
1373
|
+
};
|
|
1366
1374
|
interfaceId: {
|
|
1367
1375
|
type: "string";
|
|
1368
1376
|
minLength: number;
|
|
@@ -1374,6 +1382,26 @@ export declare const state: {
|
|
|
1374
1382
|
};
|
|
1375
1383
|
description: string;
|
|
1376
1384
|
};
|
|
1385
|
+
integrations: {
|
|
1386
|
+
type: "object";
|
|
1387
|
+
additionalProperties: {
|
|
1388
|
+
type: "object";
|
|
1389
|
+
properties: {
|
|
1390
|
+
integrationId: {
|
|
1391
|
+
type: "string";
|
|
1392
|
+
minLength: number;
|
|
1393
|
+
maxLength: number;
|
|
1394
|
+
};
|
|
1395
|
+
integrationAlias: {
|
|
1396
|
+
type: "string";
|
|
1397
|
+
maxLength: number;
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
required: string[];
|
|
1401
|
+
additionalProperties: false;
|
|
1402
|
+
};
|
|
1403
|
+
description: string;
|
|
1404
|
+
};
|
|
1377
1405
|
id: {
|
|
1378
1406
|
type: "string";
|
|
1379
1407
|
minLength: number;
|