@botpress/api 0.86.0 → 1.0.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.
@@ -7087,6 +7087,7 @@ export declare const state: {
7087
7087
  };
7088
7088
  };
7089
7089
  required: string[];
7090
+ title: string;
7090
7091
  };
7091
7092
  };
7092
7093
  meta: {
@@ -15906,6 +15907,7 @@ export declare const state: {
15906
15907
  };
15907
15908
  };
15908
15909
  required: string[];
15910
+ title: string;
15909
15911
  additionalProperties: false;
15910
15912
  };
15911
15913
  };
@@ -15940,6 +15942,7 @@ export declare const state: {
15940
15942
  };
15941
15943
  };
15942
15944
  required: string[];
15945
+ title: string;
15943
15946
  additionalProperties: false;
15944
15947
  };
15945
15948
  };
@@ -16320,6 +16323,11 @@ export declare const state: {
16320
16323
  format: string;
16321
16324
  description: string;
16322
16325
  };
16326
+ updatedAt: {
16327
+ type: "string";
16328
+ format: string;
16329
+ description: string;
16330
+ };
16323
16331
  type: {
16324
16332
  type: "string";
16325
16333
  maxLength: number;