@botpress/api 1.10.0 → 1.12.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.
@@ -10460,12 +10460,34 @@ export declare const state: {
10460
10460
  items: {
10461
10461
  type: "object";
10462
10462
  properties: {
10463
+ key: {
10464
+ type: "string";
10465
+ };
10463
10466
  date: {
10464
10467
  type: "string";
10465
10468
  };
10466
10469
  value: {
10467
10470
  type: "number";
10468
10471
  };
10472
+ metadata: {
10473
+ type: "object";
10474
+ properties: {
10475
+ botId: {
10476
+ type: "string";
10477
+ };
10478
+ type: {
10479
+ type: "string";
10480
+ enum: string[];
10481
+ };
10482
+ subtype: {
10483
+ type: "string";
10484
+ };
10485
+ source: {
10486
+ type: "string";
10487
+ };
10488
+ };
10489
+ required: string[];
10490
+ };
10469
10491
  };
10470
10492
  required: string[];
10471
10493
  };
@@ -1605,13 +1605,9 @@ export declare const state: {
1605
1605
  };
1606
1606
  sandboxIdentifiers: {
1607
1607
  type: "object";
1608
- additionalProperties: {
1609
- type: "object";
1610
- nullable: true;
1611
- additionalProperties: false;
1612
- };
1613
1608
  nullable: true;
1614
1609
  description: string;
1610
+ additionalProperties: false;
1615
1611
  };
1616
1612
  };
1617
1613
  title: string;
@@ -1605,13 +1605,9 @@ export declare const state: {
1605
1605
  };
1606
1606
  sandboxIdentifiers: {
1607
1607
  type: "object";
1608
- additionalProperties: {
1609
- type: "object";
1610
- nullable: true;
1611
- additionalProperties: false;
1612
- };
1613
1608
  nullable: true;
1614
1609
  description: string;
1610
+ additionalProperties: false;
1615
1611
  };
1616
1612
  };
1617
1613
  title: string;
@@ -12814,12 +12810,34 @@ export declare const state: {
12814
12810
  items: {
12815
12811
  type: "object";
12816
12812
  properties: {
12813
+ key: {
12814
+ type: "string";
12815
+ };
12817
12816
  date: {
12818
12817
  type: "string";
12819
12818
  };
12820
12819
  value: {
12821
12820
  type: "number";
12822
12821
  };
12822
+ metadata: {
12823
+ type: "object";
12824
+ properties: {
12825
+ botId: {
12826
+ type: "string";
12827
+ };
12828
+ type: {
12829
+ type: "string";
12830
+ enum: string[];
12831
+ };
12832
+ subtype: {
12833
+ type: "string";
12834
+ };
12835
+ source: {
12836
+ type: "string";
12837
+ };
12838
+ };
12839
+ required: string[];
12840
+ };
12823
12841
  };
12824
12842
  required: string[];
12825
12843
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {