@botpress/api 1.7.0 → 1.8.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 +393 -11
- package/dist/src/gen/admin/state.d.ts +146 -3
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +146 -3
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +147 -4
- 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 +147 -4
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
|
@@ -1571,6 +1571,14 @@ export declare const state: {
|
|
|
1571
1571
|
required: string[];
|
|
1572
1572
|
additionalProperties: false;
|
|
1573
1573
|
};
|
|
1574
|
+
attributes: {
|
|
1575
|
+
type: "object";
|
|
1576
|
+
additionalProperties: {
|
|
1577
|
+
type: "string";
|
|
1578
|
+
maxLength: number;
|
|
1579
|
+
};
|
|
1580
|
+
description: string;
|
|
1581
|
+
};
|
|
1574
1582
|
};
|
|
1575
1583
|
required: string[];
|
|
1576
1584
|
description: string;
|
|
@@ -2064,6 +2072,14 @@ export declare const state: {
|
|
|
2064
2072
|
required: string[];
|
|
2065
2073
|
additionalProperties: false;
|
|
2066
2074
|
};
|
|
2075
|
+
attributes: {
|
|
2076
|
+
type: "object";
|
|
2077
|
+
additionalProperties: {
|
|
2078
|
+
type: "string";
|
|
2079
|
+
maxLength: number;
|
|
2080
|
+
};
|
|
2081
|
+
description: string;
|
|
2082
|
+
};
|
|
2067
2083
|
};
|
|
2068
2084
|
required: string[];
|
|
2069
2085
|
description: string;
|
|
@@ -2310,6 +2326,14 @@ export declare const state: {
|
|
|
2310
2326
|
required: string[];
|
|
2311
2327
|
additionalProperties: false;
|
|
2312
2328
|
};
|
|
2329
|
+
attributes: {
|
|
2330
|
+
type: "object";
|
|
2331
|
+
additionalProperties: {
|
|
2332
|
+
type: "string";
|
|
2333
|
+
maxLength: number;
|
|
2334
|
+
};
|
|
2335
|
+
description: string;
|
|
2336
|
+
};
|
|
2313
2337
|
};
|
|
2314
2338
|
required: string[];
|
|
2315
2339
|
description: string;
|
|
@@ -2519,6 +2543,14 @@ export declare const state: {
|
|
|
2519
2543
|
required: string[];
|
|
2520
2544
|
additionalProperties: false;
|
|
2521
2545
|
};
|
|
2546
|
+
attributes: {
|
|
2547
|
+
type: "object";
|
|
2548
|
+
additionalProperties: {
|
|
2549
|
+
type: "string";
|
|
2550
|
+
maxLength: number;
|
|
2551
|
+
};
|
|
2552
|
+
description: string;
|
|
2553
|
+
};
|
|
2522
2554
|
};
|
|
2523
2555
|
required: string[];
|
|
2524
2556
|
description: string;
|