@botpress/api 0.13.0 → 0.13.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.
@@ -12,6 +12,7 @@ export declare const state: {
12
12
  properties: {
13
13
  channel: {
14
14
  type: "string";
15
+ maxLength: number;
15
16
  description: string;
16
17
  };
17
18
  tags: {
@@ -24,6 +25,7 @@ export declare const state: {
24
25
  };
25
26
  integrationName: {
26
27
  type: "string";
28
+ maxLength: number;
27
29
  description: string;
28
30
  };
29
31
  };
@@ -147,6 +149,7 @@ export declare const state: {
147
149
  properties: {
148
150
  channel: {
149
151
  type: "string";
152
+ maxLength: number;
150
153
  description: string;
151
154
  };
152
155
  tags: {
@@ -159,6 +162,7 @@ export declare const state: {
159
162
  };
160
163
  integrationName: {
161
164
  type: "string";
165
+ maxLength: number;
162
166
  description: string;
163
167
  };
164
168
  };
@@ -317,6 +321,8 @@ export declare const state: {
317
321
  properties: {
318
322
  userId: {
319
323
  type: "string";
324
+ minLength: number;
325
+ maxLength: number;
320
326
  description: string;
321
327
  };
322
328
  };
@@ -414,6 +420,7 @@ export declare const state: {
414
420
  properties: {
415
421
  type: {
416
422
  type: "string";
423
+ maxLength: number;
417
424
  description: string;
418
425
  };
419
426
  payload: {
@@ -426,6 +433,8 @@ export declare const state: {
426
433
  properties: {
427
434
  dateTime: {
428
435
  type: "string";
436
+ maxLength: number;
437
+ minLength: number;
429
438
  description: string;
430
439
  };
431
440
  delay: {
@@ -438,14 +447,20 @@ export declare const state: {
438
447
  };
439
448
  conversationId: {
440
449
  type: "string";
450
+ minLength: number;
451
+ maxLength: number;
441
452
  description: string;
442
453
  };
443
454
  userId: {
444
455
  type: "string";
456
+ minLength: number;
457
+ maxLength: number;
445
458
  description: string;
446
459
  };
447
460
  messageId: {
448
461
  type: "string";
462
+ minLength: number;
463
+ maxLength: number;
449
464
  description: string;
450
465
  };
451
466
  };
@@ -577,14 +592,19 @@ export declare const state: {
577
592
  };
578
593
  userId: {
579
594
  type: "string";
595
+ minLength: number;
596
+ maxLength: number;
580
597
  description: string;
581
598
  };
582
599
  conversationId: {
583
600
  type: "string";
601
+ minLength: number;
602
+ maxLength: number;
584
603
  description: string;
585
604
  };
586
605
  type: {
587
606
  type: "string";
607
+ maxLength: number;
588
608
  description: string;
589
609
  };
590
610
  tags: {
@@ -600,6 +620,8 @@ export declare const state: {
600
620
  properties: {
601
621
  dateTime: {
602
622
  type: "string";
623
+ maxLength: number;
624
+ minLength: number;
603
625
  description: string;
604
626
  };
605
627
  delay: {
@@ -651,14 +673,19 @@ export declare const state: {
651
673
  };
652
674
  userId: {
653
675
  type: "string";
676
+ minLength: number;
677
+ maxLength: number;
654
678
  description: string;
655
679
  };
656
680
  conversationId: {
657
681
  type: "string";
682
+ minLength: number;
683
+ maxLength: number;
658
684
  description: string;
659
685
  };
660
686
  type: {
661
687
  type: "string";
688
+ maxLength: number;
662
689
  description: string;
663
690
  };
664
691
  tags: {
@@ -674,6 +701,8 @@ export declare const state: {
674
701
  properties: {
675
702
  dateTime: {
676
703
  type: "string";
704
+ maxLength: number;
705
+ minLength: number;
677
706
  description: string;
678
707
  };
679
708
  delay: {
@@ -880,14 +909,17 @@ export declare const state: {
880
909
  };
881
910
  integrationName: {
882
911
  type: "string";
912
+ maxLength: number;
883
913
  description: string;
884
914
  };
885
915
  name: {
886
916
  type: "string";
917
+ maxLength: number;
887
918
  description: string;
888
919
  };
889
920
  pictureUrl: {
890
921
  type: "string";
922
+ maxLength: number;
891
923
  description: string;
892
924
  };
893
925
  };
@@ -1019,14 +1051,17 @@ export declare const state: {
1019
1051
  };
1020
1052
  integrationName: {
1021
1053
  type: "string";
1054
+ maxLength: number;
1022
1055
  description: string;
1023
1056
  };
1024
1057
  name: {
1025
1058
  type: "string";
1059
+ maxLength: number;
1026
1060
  description: string;
1027
1061
  };
1028
1062
  pictureUrl: {
1029
1063
  type: "string";
1064
+ maxLength: number;
1030
1065
  description: string;
1031
1066
  };
1032
1067
  };
@@ -1079,11 +1114,12 @@ export declare const state: {
1079
1114
  };
1080
1115
  name: {
1081
1116
  type: "string";
1082
- nullable: true;
1117
+ maxLength: number;
1083
1118
  description: string;
1084
1119
  };
1085
1120
  pictureUrl: {
1086
1121
  type: "string";
1122
+ maxLength: number;
1087
1123
  nullable: true;
1088
1124
  description: string;
1089
1125
  };
@@ -1300,6 +1336,7 @@ export declare const state: {
1300
1336
  properties: {
1301
1337
  type: {
1302
1338
  type: "string";
1339
+ maxLength: number;
1303
1340
  description: string;
1304
1341
  };
1305
1342
  input: {
@@ -1343,6 +1380,7 @@ export declare const state: {
1343
1380
  properties: {
1344
1381
  identifier: {
1345
1382
  type: "string";
1383
+ maxLength: number;
1346
1384
  description: string;
1347
1385
  };
1348
1386
  };
@@ -1563,14 +1601,18 @@ export declare const state: {
1563
1601
  properties: {
1564
1602
  id: {
1565
1603
  type: "string";
1604
+ minLength: number;
1605
+ maxLength: number;
1566
1606
  description: string;
1567
1607
  };
1568
1608
  name: {
1569
1609
  type: "string";
1610
+ maxLength: number;
1570
1611
  description: string;
1571
1612
  };
1572
1613
  version: {
1573
1614
  type: "string";
1615
+ maxLength: number;
1574
1616
  description: string;
1575
1617
  };
1576
1618
  createdAt: {
@@ -1759,6 +1801,8 @@ export declare const state: {
1759
1801
  properties: {
1760
1802
  cron: {
1761
1803
  type: "string";
1804
+ maxLength: number;
1805
+ description: string;
1762
1806
  };
1763
1807
  };
1764
1808
  required: string[];
@@ -1766,6 +1810,8 @@ export declare const state: {
1766
1810
  };
1767
1811
  type: {
1768
1812
  type: "string";
1813
+ maxLength: number;
1814
+ description: string;
1769
1815
  };
1770
1816
  payload: {
1771
1817
  type: "object";
@@ -2113,6 +2159,8 @@ export declare const state: {
2113
2159
  properties: {
2114
2160
  cron: {
2115
2161
  type: "string";
2162
+ maxLength: number;
2163
+ description: string;
2116
2164
  };
2117
2165
  };
2118
2166
  required: string[];
@@ -2120,6 +2168,8 @@ export declare const state: {
2120
2168
  };
2121
2169
  type: {
2122
2170
  type: "string";
2171
+ maxLength: number;
2172
+ description: string;
2123
2173
  };
2124
2174
  payload: {
2125
2175
  type: "object";
@@ -2256,7 +2306,8 @@ export declare const state: {
2256
2306
  properties: {
2257
2307
  id: {
2258
2308
  type: "string";
2259
- format: string;
2309
+ minLength: number;
2310
+ maxLength: number;
2260
2311
  description: string;
2261
2312
  };
2262
2313
  createdAt: {
@@ -3868,10 +3919,12 @@ export declare const state: {
3868
3919
  properties: {
3869
3920
  name: {
3870
3921
  type: "string";
3922
+ maxLength: number;
3871
3923
  description: string;
3872
3924
  };
3873
3925
  version: {
3874
3926
  type: "string";
3927
+ maxLength: number;
3875
3928
  description: string;
3876
3929
  };
3877
3930
  configuration: {
@@ -3890,6 +3943,8 @@ export declare const state: {
3890
3943
  };
3891
3944
  linkTemplateScript: {
3892
3945
  type: "string";
3946
+ maxLength: number;
3947
+ description: string;
3893
3948
  };
3894
3949
  };
3895
3950
  additionalProperties: false;
@@ -3991,9 +4046,13 @@ export declare const state: {
3991
4046
  properties: {
3992
4047
  fallbackHandlerScript: {
3993
4048
  type: "string";
4049
+ maxLength: number;
4050
+ description: string;
3994
4051
  };
3995
4052
  extractScript: {
3996
4053
  type: "string";
4054
+ maxLength: number;
4055
+ description: string;
3997
4056
  };
3998
4057
  };
3999
4058
  additionalProperties: false;
@@ -4233,6 +4292,8 @@ export declare const state: {
4233
4292
  properties: {
4234
4293
  linkTemplateScript: {
4235
4294
  type: "string";
4295
+ maxLength: number;
4296
+ description: string;
4236
4297
  nullable: true;
4237
4298
  };
4238
4299
  required: {
@@ -4358,10 +4419,14 @@ export declare const state: {
4358
4419
  properties: {
4359
4420
  extractScript: {
4360
4421
  type: "string";
4422
+ maxLength: number;
4423
+ description: string;
4361
4424
  nullable: true;
4362
4425
  };
4363
4426
  fallbackHandlerScript: {
4364
4427
  type: "string";
4428
+ maxLength: number;
4429
+ description: string;
4365
4430
  nullable: true;
4366
4431
  };
4367
4432
  };
@@ -4587,14 +4652,18 @@ export declare const state: {
4587
4652
  properties: {
4588
4653
  id: {
4589
4654
  type: "string";
4655
+ minLength: number;
4656
+ maxLength: number;
4590
4657
  description: string;
4591
4658
  };
4592
4659
  name: {
4593
4660
  type: "string";
4661
+ maxLength: number;
4594
4662
  description: string;
4595
4663
  };
4596
4664
  version: {
4597
4665
  type: "string";
4666
+ maxLength: number;
4598
4667
  description: string;
4599
4668
  };
4600
4669
  createdAt: {
@@ -5277,7 +5346,8 @@ export declare const state: {
5277
5346
  properties: {
5278
5347
  id: {
5279
5348
  type: "string";
5280
- format: string;
5349
+ minLength: number;
5350
+ maxLength: number;
5281
5351
  description: string;
5282
5352
  };
5283
5353
  createdAt: {
@@ -5292,6 +5362,7 @@ export declare const state: {
5292
5362
  };
5293
5363
  signingSecret: {
5294
5364
  type: "string";
5365
+ maxLength: number;
5295
5366
  description: string;
5296
5367
  };
5297
5368
  integrations: {
@@ -5304,20 +5375,28 @@ export declare const state: {
5304
5375
  };
5305
5376
  name: {
5306
5377
  type: "string";
5378
+ maxLength: number;
5307
5379
  description: string;
5308
5380
  };
5309
5381
  version: {
5310
5382
  type: "string";
5383
+ maxLength: number;
5311
5384
  description: string;
5312
5385
  };
5313
5386
  webhookUrl: {
5314
5387
  type: "string";
5388
+ maxLength: number;
5389
+ description: string;
5315
5390
  };
5316
5391
  webhookId: {
5317
5392
  type: "string";
5393
+ maxLength: number;
5394
+ description: string;
5318
5395
  };
5319
5396
  identifier: {
5320
5397
  type: "string";
5398
+ maxLength: number;
5399
+ description: string;
5321
5400
  };
5322
5401
  configuration: {
5323
5402
  type: "object";
@@ -5329,10 +5408,14 @@ export declare const state: {
5329
5408
  };
5330
5409
  statusReason: {
5331
5410
  type: "string";
5411
+ maxLength: number;
5412
+ description: string;
5332
5413
  nullable: true;
5333
5414
  };
5334
5415
  id: {
5335
5416
  type: "string";
5417
+ minLength: number;
5418
+ maxLength: number;
5336
5419
  description: string;
5337
5420
  };
5338
5421
  createdAt: {
@@ -5530,6 +5613,8 @@ export declare const state: {
5530
5613
  properties: {
5531
5614
  cron: {
5532
5615
  type: "string";
5616
+ maxLength: number;
5617
+ description: string;
5533
5618
  };
5534
5619
  };
5535
5620
  required: string[];
@@ -5537,6 +5622,8 @@ export declare const state: {
5537
5622
  };
5538
5623
  type: {
5539
5624
  type: "string";
5625
+ maxLength: number;
5626
+ description: string;
5540
5627
  };
5541
5628
  payload: {
5542
5629
  type: "object";
@@ -5595,6 +5682,8 @@ export declare const state: {
5595
5682
  properties: {
5596
5683
  id: {
5597
5684
  type: "string";
5685
+ minLength: number;
5686
+ maxLength: number;
5598
5687
  description: string;
5599
5688
  };
5600
5689
  createdAt: {
@@ -5612,10 +5701,12 @@ export declare const state: {
5612
5701
  properties: {
5613
5702
  fallbackHandlerScript: {
5614
5703
  type: "string";
5704
+ maxLength: number;
5615
5705
  description: string;
5616
5706
  };
5617
5707
  extractScript: {
5618
5708
  type: "string";
5709
+ maxLength: number;
5619
5710
  description: string;
5620
5711
  };
5621
5712
  };
@@ -5624,10 +5715,12 @@ export declare const state: {
5624
5715
  };
5625
5716
  name: {
5626
5717
  type: "string";
5718
+ maxLength: number;
5627
5719
  description: string;
5628
5720
  };
5629
5721
  version: {
5630
5722
  type: "string";
5723
+ maxLength: number;
5631
5724
  description: string;
5632
5725
  };
5633
5726
  configuration: {
@@ -5638,6 +5731,8 @@ export declare const state: {
5638
5731
  properties: {
5639
5732
  linkTemplateScript: {
5640
5733
  type: "string";
5734
+ maxLength: number;
5735
+ description: string;
5641
5736
  };
5642
5737
  required: {
5643
5738
  type: "boolean";
@@ -6147,6 +6242,8 @@ export declare const state: {
6147
6242
  properties: {
6148
6243
  id: {
6149
6244
  type: "string";
6245
+ minLength: number;
6246
+ maxLength: number;
6150
6247
  description: string;
6151
6248
  };
6152
6249
  createdAt: {
@@ -6168,10 +6265,12 @@ export declare const state: {
6168
6265
  };
6169
6266
  name: {
6170
6267
  type: "string";
6268
+ maxLength: number;
6171
6269
  description: string;
6172
6270
  };
6173
6271
  pictureUrl: {
6174
6272
  type: "string";
6273
+ maxLength: number;
6175
6274
  description: string;
6176
6275
  };
6177
6276
  };
@@ -6187,6 +6286,8 @@ export declare const state: {
6187
6286
  properties: {
6188
6287
  id: {
6189
6288
  type: "string";
6289
+ minLength: number;
6290
+ maxLength: number;
6190
6291
  description: string;
6191
6292
  };
6192
6293
  createdAt: {
@@ -6227,6 +6328,8 @@ export declare const state: {
6227
6328
  properties: {
6228
6329
  id: {
6229
6330
  type: "string";
6331
+ minLength: number;
6332
+ maxLength: number;
6230
6333
  description: string;
6231
6334
  };
6232
6335
  createdAt: {
@@ -6236,6 +6339,7 @@ export declare const state: {
6236
6339
  };
6237
6340
  type: {
6238
6341
  type: "string";
6342
+ maxLength: number;
6239
6343
  description: string;
6240
6344
  };
6241
6345
  payload: {
@@ -6245,14 +6349,20 @@ export declare const state: {
6245
6349
  };
6246
6350
  conversationId: {
6247
6351
  type: "string";
6352
+ minLength: number;
6353
+ maxLength: number;
6248
6354
  description: string;
6249
6355
  };
6250
6356
  userId: {
6251
6357
  type: "string";
6358
+ minLength: number;
6359
+ maxLength: number;
6252
6360
  description: string;
6253
6361
  };
6254
6362
  messageId: {
6255
6363
  type: "string";
6364
+ minLength: number;
6365
+ maxLength: number;
6256
6366
  description: string;
6257
6367
  };
6258
6368
  };
@@ -6268,6 +6378,8 @@ export declare const state: {
6268
6378
  properties: {
6269
6379
  id: {
6270
6380
  type: "string";
6381
+ minLength: number;
6382
+ maxLength: number;
6271
6383
  description: string;
6272
6384
  };
6273
6385
  createdAt: {
@@ -6277,6 +6389,7 @@ export declare const state: {
6277
6389
  };
6278
6390
  type: {
6279
6391
  type: "string";
6392
+ maxLength: number;
6280
6393
  description: string;
6281
6394
  };
6282
6395
  payload: {
@@ -6291,10 +6404,14 @@ export declare const state: {
6291
6404
  };
6292
6405
  userId: {
6293
6406
  type: "string";
6407
+ minLength: number;
6408
+ maxLength: number;
6294
6409
  description: string;
6295
6410
  };
6296
6411
  conversationId: {
6297
6412
  type: "string";
6413
+ minLength: number;
6414
+ maxLength: number;
6298
6415
  description: string;
6299
6416
  };
6300
6417
  tags: {
@@ -6317,6 +6434,8 @@ export declare const state: {
6317
6434
  properties: {
6318
6435
  id: {
6319
6436
  type: "string";
6437
+ minLength: number;
6438
+ maxLength: number;
6320
6439
  description: string;
6321
6440
  };
6322
6441
  createdAt: {
@@ -6331,18 +6450,25 @@ export declare const state: {
6331
6450
  };
6332
6451
  botId: {
6333
6452
  type: "string";
6453
+ minLength: number;
6454
+ maxLength: number;
6334
6455
  description: string;
6335
6456
  };
6336
6457
  conversationId: {
6337
6458
  type: "string";
6459
+ minLength: number;
6460
+ maxLength: number;
6338
6461
  description: string;
6339
6462
  };
6340
6463
  userId: {
6341
6464
  type: "string";
6465
+ minLength: number;
6466
+ maxLength: number;
6342
6467
  description: string;
6343
6468
  };
6344
6469
  name: {
6345
6470
  type: "string";
6471
+ maxLength: number;
6346
6472
  description: string;
6347
6473
  };
6348
6474
  type: {