@botpress/api 1.7.0 → 1.9.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 +793 -25
- package/dist/src/gen/admin/state.d.ts +298 -10
- package/dist/src/gen/files/state.d.ts +64 -0
- package/dist/src/gen/runtime/state.d.ts +64 -0
- package/dist/src/gen/state.d.ts +298 -10
- package/dist/src/gen/tables/state.d.ts +64 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +299 -11
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +65 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +65 -1
- package/src/gen/state.ts +299 -11
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +65 -1
|
@@ -1464,6 +1464,14 @@ export declare const state: {
|
|
|
1464
1464
|
type: "object";
|
|
1465
1465
|
additionalProperties: true;
|
|
1466
1466
|
};
|
|
1467
|
+
attributes: {
|
|
1468
|
+
type: "object";
|
|
1469
|
+
additionalProperties: {
|
|
1470
|
+
type: "string";
|
|
1471
|
+
maxLength: number;
|
|
1472
|
+
};
|
|
1473
|
+
description: string;
|
|
1474
|
+
};
|
|
1467
1475
|
};
|
|
1468
1476
|
required: string[];
|
|
1469
1477
|
description: string;
|
|
@@ -1571,6 +1579,14 @@ export declare const state: {
|
|
|
1571
1579
|
required: string[];
|
|
1572
1580
|
additionalProperties: false;
|
|
1573
1581
|
};
|
|
1582
|
+
attributes: {
|
|
1583
|
+
type: "object";
|
|
1584
|
+
additionalProperties: {
|
|
1585
|
+
type: "string";
|
|
1586
|
+
maxLength: number;
|
|
1587
|
+
};
|
|
1588
|
+
description: string;
|
|
1589
|
+
};
|
|
1574
1590
|
};
|
|
1575
1591
|
required: string[];
|
|
1576
1592
|
description: string;
|
|
@@ -2015,6 +2031,14 @@ export declare const state: {
|
|
|
2015
2031
|
type: "object";
|
|
2016
2032
|
additionalProperties: true;
|
|
2017
2033
|
};
|
|
2034
|
+
attributes: {
|
|
2035
|
+
type: "object";
|
|
2036
|
+
additionalProperties: {
|
|
2037
|
+
type: "string";
|
|
2038
|
+
maxLength: number;
|
|
2039
|
+
};
|
|
2040
|
+
description: string;
|
|
2041
|
+
};
|
|
2018
2042
|
};
|
|
2019
2043
|
required: string[];
|
|
2020
2044
|
description: string;
|
|
@@ -2064,6 +2088,14 @@ export declare const state: {
|
|
|
2064
2088
|
required: string[];
|
|
2065
2089
|
additionalProperties: false;
|
|
2066
2090
|
};
|
|
2091
|
+
attributes: {
|
|
2092
|
+
type: "object";
|
|
2093
|
+
additionalProperties: {
|
|
2094
|
+
type: "string";
|
|
2095
|
+
maxLength: number;
|
|
2096
|
+
};
|
|
2097
|
+
description: string;
|
|
2098
|
+
};
|
|
2067
2099
|
};
|
|
2068
2100
|
required: string[];
|
|
2069
2101
|
description: string;
|
|
@@ -2261,6 +2293,14 @@ export declare const state: {
|
|
|
2261
2293
|
type: "object";
|
|
2262
2294
|
additionalProperties: true;
|
|
2263
2295
|
};
|
|
2296
|
+
attributes: {
|
|
2297
|
+
type: "object";
|
|
2298
|
+
additionalProperties: {
|
|
2299
|
+
type: "string";
|
|
2300
|
+
maxLength: number;
|
|
2301
|
+
};
|
|
2302
|
+
description: string;
|
|
2303
|
+
};
|
|
2264
2304
|
};
|
|
2265
2305
|
required: string[];
|
|
2266
2306
|
description: string;
|
|
@@ -2310,6 +2350,14 @@ export declare const state: {
|
|
|
2310
2350
|
required: string[];
|
|
2311
2351
|
additionalProperties: false;
|
|
2312
2352
|
};
|
|
2353
|
+
attributes: {
|
|
2354
|
+
type: "object";
|
|
2355
|
+
additionalProperties: {
|
|
2356
|
+
type: "string";
|
|
2357
|
+
maxLength: number;
|
|
2358
|
+
};
|
|
2359
|
+
description: string;
|
|
2360
|
+
};
|
|
2313
2361
|
};
|
|
2314
2362
|
required: string[];
|
|
2315
2363
|
description: string;
|
|
@@ -2470,6 +2518,14 @@ export declare const state: {
|
|
|
2470
2518
|
type: "object";
|
|
2471
2519
|
additionalProperties: true;
|
|
2472
2520
|
};
|
|
2521
|
+
attributes: {
|
|
2522
|
+
type: "object";
|
|
2523
|
+
additionalProperties: {
|
|
2524
|
+
type: "string";
|
|
2525
|
+
maxLength: number;
|
|
2526
|
+
};
|
|
2527
|
+
description: string;
|
|
2528
|
+
};
|
|
2473
2529
|
};
|
|
2474
2530
|
required: string[];
|
|
2475
2531
|
description: string;
|
|
@@ -2519,6 +2575,14 @@ export declare const state: {
|
|
|
2519
2575
|
required: string[];
|
|
2520
2576
|
additionalProperties: false;
|
|
2521
2577
|
};
|
|
2578
|
+
attributes: {
|
|
2579
|
+
type: "object";
|
|
2580
|
+
additionalProperties: {
|
|
2581
|
+
type: "string";
|
|
2582
|
+
maxLength: number;
|
|
2583
|
+
};
|
|
2584
|
+
description: string;
|
|
2585
|
+
};
|
|
2522
2586
|
};
|
|
2523
2587
|
required: string[];
|
|
2524
2588
|
description: string;
|