@botpress/api 1.16.0 → 1.18.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.
@@ -1111,6 +1111,14 @@ export declare const state: {
1111
1111
  additionalProperties: false;
1112
1112
  };
1113
1113
  };
1114
+ attributes: {
1115
+ type: "object";
1116
+ additionalProperties: {
1117
+ type: "string";
1118
+ maxLength: number;
1119
+ };
1120
+ description: string;
1121
+ };
1114
1122
  dev: {
1115
1123
  type: "boolean";
1116
1124
  description: string;
@@ -1739,6 +1747,14 @@ export declare const state: {
1739
1747
  additionalProperties: false;
1740
1748
  };
1741
1749
  };
1750
+ attributes: {
1751
+ type: "object";
1752
+ additionalProperties: {
1753
+ type: "string";
1754
+ maxLength: number;
1755
+ };
1756
+ description: string;
1757
+ };
1742
1758
  dev: {
1743
1759
  type: "boolean";
1744
1760
  description: string;
@@ -2222,6 +2238,14 @@ export declare const state: {
2222
2238
  description: string;
2223
2239
  additionalProperties: false;
2224
2240
  };
2241
+ attributes: {
2242
+ type: "object";
2243
+ additionalProperties: {
2244
+ type: "string";
2245
+ maxLength: number;
2246
+ };
2247
+ description: string;
2248
+ };
2225
2249
  title: {
2226
2250
  type: "string";
2227
2251
  minLength: number;
@@ -2558,6 +2582,14 @@ export declare const state: {
2558
2582
  description: string;
2559
2583
  additionalProperties: false;
2560
2584
  };
2585
+ attributes: {
2586
+ type: "object";
2587
+ additionalProperties: {
2588
+ type: "string";
2589
+ maxLength: number;
2590
+ };
2591
+ description: string;
2592
+ };
2561
2593
  title: {
2562
2594
  type: "string";
2563
2595
  minLength: number;
@@ -2951,6 +2983,14 @@ export declare const state: {
2951
2983
  description: string;
2952
2984
  additionalProperties: false;
2953
2985
  };
2986
+ attributes: {
2987
+ type: "object";
2988
+ additionalProperties: {
2989
+ type: "string";
2990
+ maxLength: number;
2991
+ };
2992
+ description: string;
2993
+ };
2954
2994
  title: {
2955
2995
  type: "string";
2956
2996
  minLength: number;
@@ -3206,6 +3246,14 @@ export declare const state: {
3206
3246
  description: string;
3207
3247
  additionalProperties: false;
3208
3248
  };
3249
+ attributes: {
3250
+ type: "object";
3251
+ additionalProperties: {
3252
+ type: "string";
3253
+ maxLength: number;
3254
+ };
3255
+ description: string;
3256
+ };
3209
3257
  title: {
3210
3258
  type: "string";
3211
3259
  minLength: number;
@@ -5014,6 +5062,33 @@ export declare const state: {
5014
5062
  };
5015
5063
  };
5016
5064
  };
5065
+ unlinkSandboxedConversations: {
5066
+ name: string;
5067
+ description: string;
5068
+ method: "delete";
5069
+ path: string;
5070
+ section: "bot";
5071
+ parameters: {
5072
+ botId: {
5073
+ type: "string";
5074
+ description: string;
5075
+ in: "path";
5076
+ };
5077
+ integrationId: {
5078
+ type: "string";
5079
+ description: string;
5080
+ in: "path";
5081
+ };
5082
+ };
5083
+ response: {
5084
+ description: string;
5085
+ schema: {
5086
+ type: "object";
5087
+ title: string;
5088
+ additionalProperties: false;
5089
+ };
5090
+ };
5091
+ };
5017
5092
  listBotApiKeys: {
5018
5093
  name: string;
5019
5094
  description: string;
@@ -7008,6 +7083,14 @@ export declare const state: {
7008
7083
  additionalProperties: false;
7009
7084
  };
7010
7085
  };
7086
+ attributes: {
7087
+ type: "object";
7088
+ additionalProperties: {
7089
+ type: "string";
7090
+ maxLength: number;
7091
+ };
7092
+ description: string;
7093
+ };
7011
7094
  identifier: {
7012
7095
  type: "object";
7013
7096
  properties: {
@@ -7547,6 +7630,14 @@ export declare const state: {
7547
7630
  additionalProperties: false;
7548
7631
  };
7549
7632
  };
7633
+ attributes: {
7634
+ type: "object";
7635
+ additionalProperties: {
7636
+ type: "string";
7637
+ maxLength: number;
7638
+ };
7639
+ description: string;
7640
+ };
7550
7641
  identifier: {
7551
7642
  type: "object";
7552
7643
  properties: {
@@ -8344,6 +8435,15 @@ export declare const state: {
8344
8435
  };
8345
8436
  additionalProperties: false;
8346
8437
  };
8438
+ attributes: {
8439
+ type: "object";
8440
+ additionalProperties: {
8441
+ type: "string";
8442
+ maxLength: number;
8443
+ nullable: true;
8444
+ };
8445
+ description: string;
8446
+ };
8347
8447
  secrets: {
8348
8448
  type: "object";
8349
8449
  additionalProperties: {
@@ -8905,6 +9005,15 @@ export declare const state: {
8905
9005
  };
8906
9006
  additionalProperties: false;
8907
9007
  };
9008
+ attributes: {
9009
+ type: "object";
9010
+ additionalProperties: {
9011
+ type: "string";
9012
+ maxLength: number;
9013
+ nullable: true;
9014
+ };
9015
+ description: string;
9016
+ };
8908
9017
  secrets: {
8909
9018
  type: "object";
8910
9019
  additionalProperties: {
@@ -9572,6 +9681,14 @@ export declare const state: {
9572
9681
  description: string;
9573
9682
  additionalProperties: false;
9574
9683
  };
9684
+ attributes: {
9685
+ type: "object";
9686
+ additionalProperties: {
9687
+ type: "string";
9688
+ maxLength: number;
9689
+ };
9690
+ description: string;
9691
+ };
9575
9692
  icon: {
9576
9693
  type: "string";
9577
9694
  description: string;
@@ -9866,6 +9983,15 @@ export declare const state: {
9866
9983
  nullable: true;
9867
9984
  additionalProperties: false;
9868
9985
  };
9986
+ attributes: {
9987
+ type: "object";
9988
+ additionalProperties: {
9989
+ type: "string";
9990
+ maxLength: number;
9991
+ nullable: true;
9992
+ };
9993
+ description: string;
9994
+ };
9869
9995
  icon: {
9870
9996
  type: "string";
9871
9997
  description: string;
@@ -10282,6 +10408,14 @@ export declare const state: {
10282
10408
  };
10283
10409
  additionalProperties: false;
10284
10410
  };
10411
+ attributes: {
10412
+ type: "object";
10413
+ additionalProperties: {
10414
+ type: "string";
10415
+ maxLength: number;
10416
+ };
10417
+ description: string;
10418
+ };
10285
10419
  code: {
10286
10420
  type: "object";
10287
10421
  properties: {
@@ -10652,6 +10786,15 @@ export declare const state: {
10652
10786
  };
10653
10787
  additionalProperties: false;
10654
10788
  };
10789
+ attributes: {
10790
+ type: "object";
10791
+ additionalProperties: {
10792
+ type: "string";
10793
+ maxLength: number;
10794
+ nullable: true;
10795
+ };
10796
+ description: string;
10797
+ };
10655
10798
  code: {
10656
10799
  type: "object";
10657
10800
  properties: {
@@ -11421,6 +11564,7 @@ export declare const state: {
11421
11564
  createIntegrationShareableIdResponse: true;
11422
11565
  deleteIntegrationShareableIdResponse: true;
11423
11566
  getIntegrationShareableIdResponse: true;
11567
+ unlinkSandboxedConversationsResponse: true;
11424
11568
  listBotApiKeysResponse: true;
11425
11569
  createBotApiKeyResponse: true;
11426
11570
  deleteBotApiKeyResponse: true;
@@ -12560,6 +12704,14 @@ export declare const state: {
12560
12704
  additionalProperties: false;
12561
12705
  };
12562
12706
  };
12707
+ attributes: {
12708
+ type: "object";
12709
+ additionalProperties: {
12710
+ type: "string";
12711
+ maxLength: number;
12712
+ };
12713
+ description: string;
12714
+ };
12563
12715
  dev: {
12564
12716
  type: "boolean";
12565
12717
  description: string;
@@ -12801,6 +12953,14 @@ export declare const state: {
12801
12953
  description: string;
12802
12954
  additionalProperties: false;
12803
12955
  };
12956
+ attributes: {
12957
+ type: "object";
12958
+ additionalProperties: {
12959
+ type: "string";
12960
+ maxLength: number;
12961
+ };
12962
+ description: string;
12963
+ };
12804
12964
  title: {
12805
12965
  type: "string";
12806
12966
  minLength: number;
@@ -13107,6 +13267,14 @@ export declare const state: {
13107
13267
  description: string;
13108
13268
  additionalProperties: false;
13109
13269
  };
13270
+ attributes: {
13271
+ type: "object";
13272
+ additionalProperties: {
13273
+ type: "string";
13274
+ maxLength: number;
13275
+ };
13276
+ description: string;
13277
+ };
13110
13278
  title: {
13111
13279
  type: "string";
13112
13280
  minLength: number;
@@ -2543,6 +2543,14 @@ export declare const state: {
2543
2543
  additionalProperties: false;
2544
2544
  };
2545
2545
  };
2546
+ attributes: {
2547
+ type: "object";
2548
+ additionalProperties: {
2549
+ type: "string";
2550
+ maxLength: number;
2551
+ };
2552
+ description: string;
2553
+ };
2546
2554
  dev: {
2547
2555
  type: "boolean";
2548
2556
  description: string;
@@ -2784,6 +2792,14 @@ export declare const state: {
2784
2792
  description: string;
2785
2793
  additionalProperties: false;
2786
2794
  };
2795
+ attributes: {
2796
+ type: "object";
2797
+ additionalProperties: {
2798
+ type: "string";
2799
+ maxLength: number;
2800
+ };
2801
+ description: string;
2802
+ };
2787
2803
  title: {
2788
2804
  type: "string";
2789
2805
  minLength: number;
@@ -3090,6 +3106,14 @@ export declare const state: {
3090
3106
  description: string;
3091
3107
  additionalProperties: false;
3092
3108
  };
3109
+ attributes: {
3110
+ type: "object";
3111
+ additionalProperties: {
3112
+ type: "string";
3113
+ maxLength: number;
3114
+ };
3115
+ description: string;
3116
+ };
3093
3117
  title: {
3094
3118
  type: "string";
3095
3119
  minLength: number;
@@ -3557,6 +3557,14 @@ export declare const state: {
3557
3557
  additionalProperties: false;
3558
3558
  };
3559
3559
  };
3560
+ attributes: {
3561
+ type: "object";
3562
+ additionalProperties: {
3563
+ type: "string";
3564
+ maxLength: number;
3565
+ };
3566
+ description: string;
3567
+ };
3560
3568
  dev: {
3561
3569
  type: "boolean";
3562
3570
  description: string;
@@ -3798,6 +3806,14 @@ export declare const state: {
3798
3806
  description: string;
3799
3807
  additionalProperties: false;
3800
3808
  };
3809
+ attributes: {
3810
+ type: "object";
3811
+ additionalProperties: {
3812
+ type: "string";
3813
+ maxLength: number;
3814
+ };
3815
+ description: string;
3816
+ };
3801
3817
  title: {
3802
3818
  type: "string";
3803
3819
  minLength: number;
@@ -4104,6 +4120,14 @@ export declare const state: {
4104
4120
  description: string;
4105
4121
  additionalProperties: false;
4106
4122
  };
4123
+ attributes: {
4124
+ type: "object";
4125
+ additionalProperties: {
4126
+ type: "string";
4127
+ maxLength: number;
4128
+ };
4129
+ description: string;
4130
+ };
4107
4131
  title: {
4108
4132
  type: "string";
4109
4133
  minLength: number;
@@ -3460,6 +3460,14 @@ export declare const state: {
3460
3460
  additionalProperties: false;
3461
3461
  };
3462
3462
  };
3463
+ attributes: {
3464
+ type: "object";
3465
+ additionalProperties: {
3466
+ type: "string";
3467
+ maxLength: number;
3468
+ };
3469
+ description: string;
3470
+ };
3463
3471
  dev: {
3464
3472
  type: "boolean";
3465
3473
  description: string;
@@ -4088,6 +4096,14 @@ export declare const state: {
4088
4096
  additionalProperties: false;
4089
4097
  };
4090
4098
  };
4099
+ attributes: {
4100
+ type: "object";
4101
+ additionalProperties: {
4102
+ type: "string";
4103
+ maxLength: number;
4104
+ };
4105
+ description: string;
4106
+ };
4091
4107
  dev: {
4092
4108
  type: "boolean";
4093
4109
  description: string;
@@ -4571,6 +4587,14 @@ export declare const state: {
4571
4587
  description: string;
4572
4588
  additionalProperties: false;
4573
4589
  };
4590
+ attributes: {
4591
+ type: "object";
4592
+ additionalProperties: {
4593
+ type: "string";
4594
+ maxLength: number;
4595
+ };
4596
+ description: string;
4597
+ };
4574
4598
  title: {
4575
4599
  type: "string";
4576
4600
  minLength: number;
@@ -4907,6 +4931,14 @@ export declare const state: {
4907
4931
  description: string;
4908
4932
  additionalProperties: false;
4909
4933
  };
4934
+ attributes: {
4935
+ type: "object";
4936
+ additionalProperties: {
4937
+ type: "string";
4938
+ maxLength: number;
4939
+ };
4940
+ description: string;
4941
+ };
4910
4942
  title: {
4911
4943
  type: "string";
4912
4944
  minLength: number;
@@ -5300,6 +5332,14 @@ export declare const state: {
5300
5332
  description: string;
5301
5333
  additionalProperties: false;
5302
5334
  };
5335
+ attributes: {
5336
+ type: "object";
5337
+ additionalProperties: {
5338
+ type: "string";
5339
+ maxLength: number;
5340
+ };
5341
+ description: string;
5342
+ };
5303
5343
  title: {
5304
5344
  type: "string";
5305
5345
  minLength: number;
@@ -5555,6 +5595,14 @@ export declare const state: {
5555
5595
  description: string;
5556
5596
  additionalProperties: false;
5557
5597
  };
5598
+ attributes: {
5599
+ type: "object";
5600
+ additionalProperties: {
5601
+ type: "string";
5602
+ maxLength: number;
5603
+ };
5604
+ description: string;
5605
+ };
5558
5606
  title: {
5559
5607
  type: "string";
5560
5608
  minLength: number;
@@ -7363,6 +7411,33 @@ export declare const state: {
7363
7411
  };
7364
7412
  };
7365
7413
  };
7414
+ unlinkSandboxedConversations: {
7415
+ name: string;
7416
+ description: string;
7417
+ method: "delete";
7418
+ path: string;
7419
+ section: "bot";
7420
+ parameters: {
7421
+ botId: {
7422
+ type: "string";
7423
+ description: string;
7424
+ in: "path";
7425
+ };
7426
+ integrationId: {
7427
+ type: "string";
7428
+ description: string;
7429
+ in: "path";
7430
+ };
7431
+ };
7432
+ response: {
7433
+ description: string;
7434
+ schema: {
7435
+ type: "object";
7436
+ title: string;
7437
+ additionalProperties: false;
7438
+ };
7439
+ };
7440
+ };
7366
7441
  listBotApiKeys: {
7367
7442
  name: string;
7368
7443
  description: string;
@@ -9358,6 +9433,14 @@ export declare const state: {
9358
9433
  additionalProperties: false;
9359
9434
  };
9360
9435
  };
9436
+ attributes: {
9437
+ type: "object";
9438
+ additionalProperties: {
9439
+ type: "string";
9440
+ maxLength: number;
9441
+ };
9442
+ description: string;
9443
+ };
9361
9444
  identifier: {
9362
9445
  type: "object";
9363
9446
  properties: {
@@ -9897,6 +9980,14 @@ export declare const state: {
9897
9980
  additionalProperties: false;
9898
9981
  };
9899
9982
  };
9983
+ attributes: {
9984
+ type: "object";
9985
+ additionalProperties: {
9986
+ type: "string";
9987
+ maxLength: number;
9988
+ };
9989
+ description: string;
9990
+ };
9900
9991
  identifier: {
9901
9992
  type: "object";
9902
9993
  properties: {
@@ -10694,6 +10785,15 @@ export declare const state: {
10694
10785
  };
10695
10786
  additionalProperties: false;
10696
10787
  };
10788
+ attributes: {
10789
+ type: "object";
10790
+ additionalProperties: {
10791
+ type: "string";
10792
+ maxLength: number;
10793
+ nullable: true;
10794
+ };
10795
+ description: string;
10796
+ };
10697
10797
  secrets: {
10698
10798
  type: "object";
10699
10799
  additionalProperties: {
@@ -11255,6 +11355,15 @@ export declare const state: {
11255
11355
  };
11256
11356
  additionalProperties: false;
11257
11357
  };
11358
+ attributes: {
11359
+ type: "object";
11360
+ additionalProperties: {
11361
+ type: "string";
11362
+ maxLength: number;
11363
+ nullable: true;
11364
+ };
11365
+ description: string;
11366
+ };
11258
11367
  secrets: {
11259
11368
  type: "object";
11260
11369
  additionalProperties: {
@@ -11922,6 +12031,14 @@ export declare const state: {
11922
12031
  description: string;
11923
12032
  additionalProperties: false;
11924
12033
  };
12034
+ attributes: {
12035
+ type: "object";
12036
+ additionalProperties: {
12037
+ type: "string";
12038
+ maxLength: number;
12039
+ };
12040
+ description: string;
12041
+ };
11925
12042
  icon: {
11926
12043
  type: "string";
11927
12044
  description: string;
@@ -12216,6 +12333,15 @@ export declare const state: {
12216
12333
  nullable: true;
12217
12334
  additionalProperties: false;
12218
12335
  };
12336
+ attributes: {
12337
+ type: "object";
12338
+ additionalProperties: {
12339
+ type: "string";
12340
+ maxLength: number;
12341
+ nullable: true;
12342
+ };
12343
+ description: string;
12344
+ };
12219
12345
  icon: {
12220
12346
  type: "string";
12221
12347
  description: string;
@@ -12632,6 +12758,14 @@ export declare const state: {
12632
12758
  };
12633
12759
  additionalProperties: false;
12634
12760
  };
12761
+ attributes: {
12762
+ type: "object";
12763
+ additionalProperties: {
12764
+ type: "string";
12765
+ maxLength: number;
12766
+ };
12767
+ description: string;
12768
+ };
12635
12769
  code: {
12636
12770
  type: "object";
12637
12771
  properties: {
@@ -13002,6 +13136,15 @@ export declare const state: {
13002
13136
  };
13003
13137
  additionalProperties: false;
13004
13138
  };
13139
+ attributes: {
13140
+ type: "object";
13141
+ additionalProperties: {
13142
+ type: "string";
13143
+ maxLength: number;
13144
+ nullable: true;
13145
+ };
13146
+ description: string;
13147
+ };
13005
13148
  code: {
13006
13149
  type: "object";
13007
13150
  properties: {
@@ -16319,6 +16462,7 @@ export declare const state: {
16319
16462
  createIntegrationShareableIdResponse: true;
16320
16463
  deleteIntegrationShareableIdResponse: true;
16321
16464
  getIntegrationShareableIdResponse: true;
16465
+ unlinkSandboxedConversationsResponse: true;
16322
16466
  listBotApiKeysResponse: true;
16323
16467
  createBotApiKeyResponse: true;
16324
16468
  deleteBotApiKeyResponse: true;
@@ -17490,6 +17634,14 @@ export declare const state: {
17490
17634
  additionalProperties: false;
17491
17635
  };
17492
17636
  };
17637
+ attributes: {
17638
+ type: "object";
17639
+ additionalProperties: {
17640
+ type: "string";
17641
+ maxLength: number;
17642
+ };
17643
+ description: string;
17644
+ };
17493
17645
  dev: {
17494
17646
  type: "boolean";
17495
17647
  description: string;
@@ -17731,6 +17883,14 @@ export declare const state: {
17731
17883
  description: string;
17732
17884
  additionalProperties: false;
17733
17885
  };
17886
+ attributes: {
17887
+ type: "object";
17888
+ additionalProperties: {
17889
+ type: "string";
17890
+ maxLength: number;
17891
+ };
17892
+ description: string;
17893
+ };
17734
17894
  title: {
17735
17895
  type: "string";
17736
17896
  minLength: number;
@@ -18037,6 +18197,14 @@ export declare const state: {
18037
18197
  description: string;
18038
18198
  additionalProperties: false;
18039
18199
  };
18200
+ attributes: {
18201
+ type: "object";
18202
+ additionalProperties: {
18203
+ type: "string";
18204
+ maxLength: number;
18205
+ };
18206
+ description: string;
18207
+ };
18040
18208
  title: {
18041
18209
  type: "string";
18042
18210
  minLength: number;