@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.
@@ -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;