@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.
@@ -2375,7 +2375,18 @@ export declare const state: {
2375
2375
  };
2376
2376
  groupedData: {
2377
2377
  type: "object";
2378
- properties: {};
2378
+ additionalProperties: {
2379
+ type: "object";
2380
+ properties: {
2381
+ raw: {
2382
+ type: "string";
2383
+ };
2384
+ pretty: {
2385
+ type: "string";
2386
+ };
2387
+ };
2388
+ required: string[];
2389
+ };
2379
2390
  };
2380
2391
  eventsCount: {
2381
2392
  type: "number";
@@ -2473,7 +2484,18 @@ export declare const state: {
2473
2484
  };
2474
2485
  data: {
2475
2486
  type: "object";
2476
- properties: {};
2487
+ additionalProperties: {
2488
+ type: "object";
2489
+ properties: {
2490
+ raw: {
2491
+ type: "string";
2492
+ };
2493
+ pretty: {
2494
+ type: "string";
2495
+ };
2496
+ };
2497
+ required: string[];
2498
+ };
2477
2499
  };
2478
2500
  };
2479
2501
  required: string[];
@@ -5833,7 +5855,19 @@ export declare const state: {
5833
5855
  };
5834
5856
  groupedData: {
5835
5857
  type: "object";
5836
- additionalProperties: false;
5858
+ additionalProperties: {
5859
+ type: "object";
5860
+ properties: {
5861
+ raw: {
5862
+ type: "string";
5863
+ };
5864
+ pretty: {
5865
+ type: "string";
5866
+ };
5867
+ };
5868
+ required: string[];
5869
+ additionalProperties: false;
5870
+ };
5837
5871
  };
5838
5872
  eventsCount: {
5839
5873
  type: "number";
@@ -5865,7 +5899,19 @@ export declare const state: {
5865
5899
  };
5866
5900
  data: {
5867
5901
  type: "object";
5868
- additionalProperties: false;
5902
+ additionalProperties: {
5903
+ type: "object";
5904
+ properties: {
5905
+ raw: {
5906
+ type: "string";
5907
+ };
5908
+ pretty: {
5909
+ type: "string";
5910
+ };
5911
+ };
5912
+ required: string[];
5913
+ additionalProperties: false;
5914
+ };
5869
5915
  };
5870
5916
  };
5871
5917
  required: string[];
package/dist/index.js CHANGED
@@ -428279,7 +428279,18 @@ var state = {
428279
428279
  },
428280
428280
  groupedData: {
428281
428281
  type: "object",
428282
- properties: {}
428282
+ additionalProperties: {
428283
+ type: "object",
428284
+ properties: {
428285
+ raw: {
428286
+ type: "string"
428287
+ },
428288
+ pretty: {
428289
+ type: "string"
428290
+ }
428291
+ },
428292
+ required: ["raw"]
428293
+ }
428283
428294
  },
428284
428295
  eventsCount: {
428285
428296
  type: "number"
@@ -428388,7 +428399,18 @@ var state = {
428388
428399
  },
428389
428400
  data: {
428390
428401
  type: "object",
428391
- properties: {}
428402
+ additionalProperties: {
428403
+ type: "object",
428404
+ properties: {
428405
+ raw: {
428406
+ type: "string"
428407
+ },
428408
+ pretty: {
428409
+ type: "string"
428410
+ }
428411
+ },
428412
+ required: ["raw"]
428413
+ }
428392
428414
  }
428393
428415
  },
428394
428416
  required: ["id", "createdAt", "data"]
@@ -430989,7 +431011,7 @@ var state = {
430989
431011
  title: "Botpress API",
430990
431012
  description: "API for Botpress Cloud",
430991
431013
  server: "https://api.botpress.cloud",
430992
- version: "0.12.0",
431014
+ version: "0.12.2",
430993
431015
  prefix: "v1"
430994
431016
  },
430995
431017
  errors: [
@@ -432116,7 +432138,19 @@ var state = {
432116
432138
  },
432117
432139
  groupedData: {
432118
432140
  type: "object",
432119
- additionalProperties: false
432141
+ additionalProperties: {
432142
+ type: "object",
432143
+ properties: {
432144
+ raw: {
432145
+ type: "string"
432146
+ },
432147
+ pretty: {
432148
+ type: "string"
432149
+ }
432150
+ },
432151
+ required: ["raw"],
432152
+ additionalProperties: false
432153
+ }
432120
432154
  },
432121
432155
  eventsCount: {
432122
432156
  type: "number"
@@ -432159,7 +432193,19 @@ var state = {
432159
432193
  },
432160
432194
  data: {
432161
432195
  type: "object",
432162
- additionalProperties: false
432196
+ additionalProperties: {
432197
+ type: "object",
432198
+ properties: {
432199
+ raw: {
432200
+ type: "string"
432201
+ },
432202
+ pretty: {
432203
+ type: "string"
432204
+ }
432205
+ },
432206
+ required: ["raw"],
432207
+ additionalProperties: false
432208
+ }
432163
432209
  }
432164
432210
  },
432165
432211
  required: ["id", "createdAt", "data"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {