@botpress/api 1.47.0 → 1.48.1
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/.eslintrc.js +6 -0
- package/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +19056 -30211
- package/dist/src/gen/admin/state.d.ts +11 -1004
- package/dist/src/gen/files/state.d.ts +44 -3041
- package/dist/src/gen/runtime/state.d.ts +115 -2700
- package/dist/src/gen/state.d.ts +7 -0
- package/dist/src/gen/tables/state.d.ts +19 -2762
- package/dist/src/index.d.ts +10 -10
- package/package.json +5 -3
- package/src/gen/admin/metadata.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +97 -1296
- package/src/gen/files/metadata.json +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +83 -3667
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/metadata.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +16 -3122
- package/src/gen/state.ts +12 -4
- package/src/gen/tables/metadata.json +1 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +98 -3392
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -17208,6 +17208,7 @@ export declare const state: {
|
|
|
17208
17208
|
type: "array";
|
|
17209
17209
|
items: {
|
|
17210
17210
|
type: "number";
|
|
17211
|
+
maximum: number;
|
|
17211
17212
|
};
|
|
17212
17213
|
maxItems: number;
|
|
17213
17214
|
};
|
|
@@ -17266,6 +17267,7 @@ export declare const state: {
|
|
|
17266
17267
|
properties: {
|
|
17267
17268
|
id: {
|
|
17268
17269
|
type: "number";
|
|
17270
|
+
maximum: number;
|
|
17269
17271
|
};
|
|
17270
17272
|
};
|
|
17271
17273
|
required: string[];
|
|
@@ -17342,6 +17344,7 @@ export declare const state: {
|
|
|
17342
17344
|
properties: {
|
|
17343
17345
|
id: {
|
|
17344
17346
|
type: "number";
|
|
17347
|
+
maximum: number;
|
|
17345
17348
|
};
|
|
17346
17349
|
};
|
|
17347
17350
|
additionalProperties: true;
|
|
@@ -17449,6 +17452,10 @@ export declare const state: {
|
|
|
17449
17452
|
status: 409;
|
|
17450
17453
|
type: string;
|
|
17451
17454
|
description: string;
|
|
17455
|
+
} | {
|
|
17456
|
+
status: 410;
|
|
17457
|
+
type: string;
|
|
17458
|
+
description: string;
|
|
17452
17459
|
} | {
|
|
17453
17460
|
status: 429;
|
|
17454
17461
|
type: string;
|