@botpress/api 1.18.2 → 1.19.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.
@@ -14567,6 +14567,25 @@ export declare const state: {
14567
14567
  type: "string";
14568
14568
  description: string;
14569
14569
  };
14570
+ owner: {
14571
+ type: "object";
14572
+ properties: {
14573
+ type: {
14574
+ type: "string";
14575
+ enum: string[];
14576
+ };
14577
+ id: {
14578
+ type: "string";
14579
+ description: string;
14580
+ };
14581
+ name: {
14582
+ type: "string";
14583
+ description: string;
14584
+ };
14585
+ };
14586
+ required: string[];
14587
+ additionalProperties: false;
14588
+ };
14570
14589
  };
14571
14590
  required: string[];
14572
14591
  additionalProperties: false;
@@ -248,6 +248,25 @@ export declare const state: {
248
248
  type: "string";
249
249
  description: string;
250
250
  };
251
+ owner: {
252
+ type: "object";
253
+ properties: {
254
+ type: {
255
+ type: "string";
256
+ enum: string[];
257
+ };
258
+ id: {
259
+ type: "string";
260
+ description: string;
261
+ };
262
+ name: {
263
+ type: "string";
264
+ description: string;
265
+ };
266
+ };
267
+ required: string[];
268
+ additionalProperties: false;
269
+ };
251
270
  uploadUrl: {
252
271
  type: "string";
253
272
  description: string;
@@ -412,6 +431,24 @@ export declare const state: {
412
431
  type: "string";
413
432
  description: string;
414
433
  };
434
+ owner: {
435
+ type: "object";
436
+ properties: {
437
+ type: {
438
+ type: "string";
439
+ enum: string[];
440
+ };
441
+ id: {
442
+ type: "string";
443
+ description: string;
444
+ };
445
+ name: {
446
+ type: "string";
447
+ description: string;
448
+ };
449
+ };
450
+ required: string[];
451
+ };
415
452
  };
416
453
  required: string[];
417
454
  };
@@ -527,6 +564,25 @@ export declare const state: {
527
564
  type: "string";
528
565
  description: string;
529
566
  };
567
+ owner: {
568
+ type: "object";
569
+ properties: {
570
+ type: {
571
+ type: "string";
572
+ enum: string[];
573
+ };
574
+ id: {
575
+ type: "string";
576
+ description: string;
577
+ };
578
+ name: {
579
+ type: "string";
580
+ description: string;
581
+ };
582
+ };
583
+ required: string[];
584
+ additionalProperties: false;
585
+ };
530
586
  };
531
587
  required: string[];
532
588
  additionalProperties: false;
@@ -668,6 +724,25 @@ export declare const state: {
668
724
  type: "string";
669
725
  description: string;
670
726
  };
727
+ owner: {
728
+ type: "object";
729
+ properties: {
730
+ type: {
731
+ type: "string";
732
+ enum: string[];
733
+ };
734
+ id: {
735
+ type: "string";
736
+ description: string;
737
+ };
738
+ name: {
739
+ type: "string";
740
+ description: string;
741
+ };
742
+ };
743
+ required: string[];
744
+ additionalProperties: false;
745
+ };
671
746
  };
672
747
  required: string[];
673
748
  additionalProperties: false;
@@ -797,6 +872,25 @@ export declare const state: {
797
872
  type: "string";
798
873
  description: string;
799
874
  };
875
+ owner: {
876
+ type: "object";
877
+ properties: {
878
+ type: {
879
+ type: "string";
880
+ enum: string[];
881
+ };
882
+ id: {
883
+ type: "string";
884
+ description: string;
885
+ };
886
+ name: {
887
+ type: "string";
888
+ description: string;
889
+ };
890
+ };
891
+ required: string[];
892
+ additionalProperties: false;
893
+ };
800
894
  };
801
895
  required: string[];
802
896
  additionalProperties: false;
@@ -4338,6 +4432,25 @@ export declare const state: {
4338
4432
  type: "string";
4339
4433
  description: string;
4340
4434
  };
4435
+ owner: {
4436
+ type: "object";
4437
+ properties: {
4438
+ type: {
4439
+ type: "string";
4440
+ enum: string[];
4441
+ };
4442
+ id: {
4443
+ type: "string";
4444
+ description: string;
4445
+ };
4446
+ name: {
4447
+ type: "string";
4448
+ description: string;
4449
+ };
4450
+ };
4451
+ required: string[];
4452
+ additionalProperties: false;
4453
+ };
4341
4454
  };
4342
4455
  required: string[];
4343
4456
  additionalProperties: false;
@@ -5347,6 +5347,25 @@ export declare const state: {
5347
5347
  type: "string";
5348
5348
  description: string;
5349
5349
  };
5350
+ owner: {
5351
+ type: "object";
5352
+ properties: {
5353
+ type: {
5354
+ type: "string";
5355
+ enum: string[];
5356
+ };
5357
+ id: {
5358
+ type: "string";
5359
+ description: string;
5360
+ };
5361
+ name: {
5362
+ type: "string";
5363
+ description: string;
5364
+ };
5365
+ };
5366
+ required: string[];
5367
+ additionalProperties: false;
5368
+ };
5350
5369
  };
5351
5370
  required: string[];
5352
5371
  additionalProperties: false;
@@ -14101,6 +14101,25 @@ export declare const state: {
14101
14101
  type: "string";
14102
14102
  description: string;
14103
14103
  };
14104
+ owner: {
14105
+ type: "object";
14106
+ properties: {
14107
+ type: {
14108
+ type: "string";
14109
+ enum: string[];
14110
+ };
14111
+ id: {
14112
+ type: "string";
14113
+ description: string;
14114
+ };
14115
+ name: {
14116
+ type: "string";
14117
+ description: string;
14118
+ };
14119
+ };
14120
+ required: string[];
14121
+ additionalProperties: false;
14122
+ };
14104
14123
  uploadUrl: {
14105
14124
  type: "string";
14106
14125
  description: string;
@@ -14265,6 +14284,24 @@ export declare const state: {
14265
14284
  type: "string";
14266
14285
  description: string;
14267
14286
  };
14287
+ owner: {
14288
+ type: "object";
14289
+ properties: {
14290
+ type: {
14291
+ type: "string";
14292
+ enum: string[];
14293
+ };
14294
+ id: {
14295
+ type: "string";
14296
+ description: string;
14297
+ };
14298
+ name: {
14299
+ type: "string";
14300
+ description: string;
14301
+ };
14302
+ };
14303
+ required: string[];
14304
+ };
14268
14305
  };
14269
14306
  required: string[];
14270
14307
  };
@@ -14380,6 +14417,25 @@ export declare const state: {
14380
14417
  type: "string";
14381
14418
  description: string;
14382
14419
  };
14420
+ owner: {
14421
+ type: "object";
14422
+ properties: {
14423
+ type: {
14424
+ type: "string";
14425
+ enum: string[];
14426
+ };
14427
+ id: {
14428
+ type: "string";
14429
+ description: string;
14430
+ };
14431
+ name: {
14432
+ type: "string";
14433
+ description: string;
14434
+ };
14435
+ };
14436
+ required: string[];
14437
+ additionalProperties: false;
14438
+ };
14383
14439
  };
14384
14440
  required: string[];
14385
14441
  additionalProperties: false;
@@ -14521,6 +14577,25 @@ export declare const state: {
14521
14577
  type: "string";
14522
14578
  description: string;
14523
14579
  };
14580
+ owner: {
14581
+ type: "object";
14582
+ properties: {
14583
+ type: {
14584
+ type: "string";
14585
+ enum: string[];
14586
+ };
14587
+ id: {
14588
+ type: "string";
14589
+ description: string;
14590
+ };
14591
+ name: {
14592
+ type: "string";
14593
+ description: string;
14594
+ };
14595
+ };
14596
+ required: string[];
14597
+ additionalProperties: false;
14598
+ };
14524
14599
  };
14525
14600
  required: string[];
14526
14601
  additionalProperties: false;
@@ -14650,6 +14725,25 @@ export declare const state: {
14650
14725
  type: "string";
14651
14726
  description: string;
14652
14727
  };
14728
+ owner: {
14729
+ type: "object";
14730
+ properties: {
14731
+ type: {
14732
+ type: "string";
14733
+ enum: string[];
14734
+ };
14735
+ id: {
14736
+ type: "string";
14737
+ description: string;
14738
+ };
14739
+ name: {
14740
+ type: "string";
14741
+ description: string;
14742
+ };
14743
+ };
14744
+ required: string[];
14745
+ additionalProperties: false;
14746
+ };
14653
14747
  };
14654
14748
  required: string[];
14655
14749
  additionalProperties: false;
@@ -19496,6 +19590,25 @@ export declare const state: {
19496
19590
  type: "string";
19497
19591
  description: string;
19498
19592
  };
19593
+ owner: {
19594
+ type: "object";
19595
+ properties: {
19596
+ type: {
19597
+ type: "string";
19598
+ enum: string[];
19599
+ };
19600
+ id: {
19601
+ type: "string";
19602
+ description: string;
19603
+ };
19604
+ name: {
19605
+ type: "string";
19606
+ description: string;
19607
+ };
19608
+ };
19609
+ required: string[];
19610
+ additionalProperties: false;
19611
+ };
19499
19612
  };
19500
19613
  required: string[];
19501
19614
  additionalProperties: false;
@@ -4044,6 +4044,25 @@ export declare const state: {
4044
4044
  type: "string";
4045
4045
  description: string;
4046
4046
  };
4047
+ owner: {
4048
+ type: "object";
4049
+ properties: {
4050
+ type: {
4051
+ type: "string";
4052
+ enum: string[];
4053
+ };
4054
+ id: {
4055
+ type: "string";
4056
+ description: string;
4057
+ };
4058
+ name: {
4059
+ type: "string";
4060
+ description: string;
4061
+ };
4062
+ };
4063
+ required: string[];
4064
+ additionalProperties: false;
4065
+ };
4047
4066
  };
4048
4067
  required: string[];
4049
4068
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.18.2",
3
+ "version": "1.19.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {