@botpress/api 0.12.0 → 0.12.2

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/src/gen/state.ts CHANGED
@@ -2518,7 +2518,18 @@ export const state = {
2518
2518
  },
2519
2519
  groupedData: {
2520
2520
  type: "object",
2521
- properties: {},
2521
+ additionalProperties: {
2522
+ type: "object",
2523
+ properties: {
2524
+ raw: {
2525
+ type: "string",
2526
+ },
2527
+ pretty: {
2528
+ type: "string",
2529
+ },
2530
+ },
2531
+ required: ["raw"],
2532
+ },
2522
2533
  },
2523
2534
  eventsCount: {
2524
2535
  type: "number",
@@ -2628,7 +2639,18 @@ export const state = {
2628
2639
  },
2629
2640
  data: {
2630
2641
  type: "object",
2631
- properties: {},
2642
+ additionalProperties: {
2643
+ type: "object",
2644
+ properties: {
2645
+ raw: {
2646
+ type: "string",
2647
+ },
2648
+ pretty: {
2649
+ type: "string",
2650
+ },
2651
+ },
2652
+ required: ["raw"],
2653
+ },
2632
2654
  },
2633
2655
  },
2634
2656
  required: ["id", "createdAt", "data"],
@@ -5288,7 +5310,7 @@ export const state = {
5288
5310
  title: "Botpress API",
5289
5311
  description: "API for Botpress Cloud",
5290
5312
  server: "https://api.botpress.cloud",
5291
- version: "0.12.0",
5313
+ version: "0.12.2",
5292
5314
  prefix: "v1",
5293
5315
  },
5294
5316
  errors: [
@@ -6463,7 +6485,19 @@ export const state = {
6463
6485
  },
6464
6486
  groupedData: {
6465
6487
  type: "object",
6466
- additionalProperties: false,
6488
+ additionalProperties: {
6489
+ type: "object",
6490
+ properties: {
6491
+ raw: {
6492
+ type: "string",
6493
+ },
6494
+ pretty: {
6495
+ type: "string",
6496
+ },
6497
+ },
6498
+ required: ["raw"],
6499
+ additionalProperties: false,
6500
+ },
6467
6501
  },
6468
6502
  eventsCount: {
6469
6503
  type: "number",
@@ -6506,7 +6540,19 @@ export const state = {
6506
6540
  },
6507
6541
  data: {
6508
6542
  type: "object",
6509
- additionalProperties: false,
6543
+ additionalProperties: {
6544
+ type: "object",
6545
+ properties: {
6546
+ raw: {
6547
+ type: "string",
6548
+ },
6549
+ pretty: {
6550
+ type: "string",
6551
+ },
6552
+ },
6553
+ required: ["raw"],
6554
+ additionalProperties: false,
6555
+ },
6510
6556
  },
6511
6557
  },
6512
6558
  required: ["id", "createdAt", "data"],