@botpress/api 1.74.0 → 1.76.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.
- package/dist/index.js +407 -10
- package/dist/src/gen/admin/state.d.ts +168 -0
- package/dist/src/gen/billing/state.d.ts +3 -0
- package/dist/src/gen/runtime/state.d.ts +10 -0
- package/dist/src/gen/state.d.ts +178 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -275637,7 +275637,7 @@ var state = {
|
|
|
275637
275637
|
},
|
|
275638
275638
|
"getOrCreateConversation": {
|
|
275639
275639
|
"name": "getOrCreateConversation",
|
|
275640
|
-
"description": "Retrieves the [Conversation](#schema_conversation) object
|
|
275640
|
+
"description": "Retrieves the [Conversation](#schema_conversation) object containing given tags. If the conversation does not exist, it will be created. Tags will be updated if they are set in the request body.",
|
|
275641
275641
|
"method": "post",
|
|
275642
275642
|
"path": "/v1/chat/conversations/get-or-create",
|
|
275643
275643
|
"requestBody": {
|
|
@@ -275689,10 +275689,23 @@ var state = {
|
|
|
275689
275689
|
"properties": {
|
|
275690
275690
|
"conversation": {
|
|
275691
275691
|
"$ref": "#/components/schemas/Conversation"
|
|
275692
|
+
},
|
|
275693
|
+
"meta": {
|
|
275694
|
+
"type": "object",
|
|
275695
|
+
"properties": {
|
|
275696
|
+
"created": {
|
|
275697
|
+
"type": "boolean"
|
|
275698
|
+
}
|
|
275699
|
+
},
|
|
275700
|
+
"required": [
|
|
275701
|
+
"created"
|
|
275702
|
+
],
|
|
275703
|
+
"additionalProperties": false
|
|
275692
275704
|
}
|
|
275693
275705
|
},
|
|
275694
275706
|
"required": [
|
|
275695
|
-
"conversation"
|
|
275707
|
+
"conversation",
|
|
275708
|
+
"meta"
|
|
275696
275709
|
],
|
|
275697
275710
|
"title": "getOrCreateConversationResponse",
|
|
275698
275711
|
"additionalProperties": false
|
|
@@ -279082,7 +279095,7 @@ var state = {
|
|
|
279082
279095
|
"title": "Botpress Runtime API",
|
|
279083
279096
|
"description": "API for Botpress Runtime",
|
|
279084
279097
|
"server": "https://api.botpress.cloud",
|
|
279085
|
-
"version": "1.
|
|
279098
|
+
"version": "1.76.0",
|
|
279086
279099
|
"prefix": "v1"
|
|
279087
279100
|
},
|
|
279088
279101
|
"defaultParameters": {
|
|
@@ -282716,6 +282729,36 @@ var state2 = {
|
|
|
282716
282729
|
"description": "Conversation object configuration",
|
|
282717
282730
|
"additionalProperties": false
|
|
282718
282731
|
},
|
|
282732
|
+
"message": {
|
|
282733
|
+
"type": "object",
|
|
282734
|
+
"properties": {
|
|
282735
|
+
"tags": {
|
|
282736
|
+
"type": "object",
|
|
282737
|
+
"additionalProperties": {
|
|
282738
|
+
"type": "object",
|
|
282739
|
+
"properties": {
|
|
282740
|
+
"title": {
|
|
282741
|
+
"type": "string",
|
|
282742
|
+
"maxLength": 64,
|
|
282743
|
+
"description": "Title of the tag"
|
|
282744
|
+
},
|
|
282745
|
+
"description": {
|
|
282746
|
+
"type": "string",
|
|
282747
|
+
"maxLength": 256,
|
|
282748
|
+
"description": "Description of the tag"
|
|
282749
|
+
}
|
|
282750
|
+
},
|
|
282751
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
282752
|
+
"additionalProperties": false
|
|
282753
|
+
}
|
|
282754
|
+
}
|
|
282755
|
+
},
|
|
282756
|
+
"required": [
|
|
282757
|
+
"tags"
|
|
282758
|
+
],
|
|
282759
|
+
"description": "Message object configuration",
|
|
282760
|
+
"additionalProperties": false
|
|
282761
|
+
},
|
|
282719
282762
|
"attributes": {
|
|
282720
282763
|
"type": "object",
|
|
282721
282764
|
"additionalProperties": {
|
|
@@ -282779,6 +282822,7 @@ var state2 = {
|
|
|
282779
282822
|
"dependencies",
|
|
282780
282823
|
"user",
|
|
282781
282824
|
"conversation",
|
|
282825
|
+
"message",
|
|
282782
282826
|
"title",
|
|
282783
282827
|
"description",
|
|
282784
282828
|
"iconUrl",
|
|
@@ -283148,6 +283192,36 @@ var state2 = {
|
|
|
283148
283192
|
"description": "Conversation object configuration",
|
|
283149
283193
|
"additionalProperties": false
|
|
283150
283194
|
},
|
|
283195
|
+
"message": {
|
|
283196
|
+
"type": "object",
|
|
283197
|
+
"properties": {
|
|
283198
|
+
"tags": {
|
|
283199
|
+
"type": "object",
|
|
283200
|
+
"additionalProperties": {
|
|
283201
|
+
"type": "object",
|
|
283202
|
+
"properties": {
|
|
283203
|
+
"title": {
|
|
283204
|
+
"type": "string",
|
|
283205
|
+
"maxLength": 64,
|
|
283206
|
+
"description": "Title of the tag"
|
|
283207
|
+
},
|
|
283208
|
+
"description": {
|
|
283209
|
+
"type": "string",
|
|
283210
|
+
"maxLength": 256,
|
|
283211
|
+
"description": "Description of the tag"
|
|
283212
|
+
}
|
|
283213
|
+
},
|
|
283214
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
283215
|
+
"additionalProperties": false
|
|
283216
|
+
}
|
|
283217
|
+
}
|
|
283218
|
+
},
|
|
283219
|
+
"required": [
|
|
283220
|
+
"tags"
|
|
283221
|
+
],
|
|
283222
|
+
"description": "Message object configuration",
|
|
283223
|
+
"additionalProperties": false
|
|
283224
|
+
},
|
|
283151
283225
|
"attributes": {
|
|
283152
283226
|
"type": "object",
|
|
283153
283227
|
"additionalProperties": {
|
|
@@ -283211,6 +283285,7 @@ var state2 = {
|
|
|
283211
283285
|
"dependencies",
|
|
283212
283286
|
"user",
|
|
283213
283287
|
"conversation",
|
|
283288
|
+
"message",
|
|
283214
283289
|
"title",
|
|
283215
283290
|
"description",
|
|
283216
283291
|
"iconUrl",
|
|
@@ -283571,6 +283646,36 @@ var state2 = {
|
|
|
283571
283646
|
"description": "Conversation object configuration",
|
|
283572
283647
|
"additionalProperties": false
|
|
283573
283648
|
},
|
|
283649
|
+
"message": {
|
|
283650
|
+
"type": "object",
|
|
283651
|
+
"properties": {
|
|
283652
|
+
"tags": {
|
|
283653
|
+
"type": "object",
|
|
283654
|
+
"additionalProperties": {
|
|
283655
|
+
"type": "object",
|
|
283656
|
+
"properties": {
|
|
283657
|
+
"title": {
|
|
283658
|
+
"type": "string",
|
|
283659
|
+
"maxLength": 64,
|
|
283660
|
+
"description": "Title of the tag"
|
|
283661
|
+
},
|
|
283662
|
+
"description": {
|
|
283663
|
+
"type": "string",
|
|
283664
|
+
"maxLength": 256,
|
|
283665
|
+
"description": "Description of the tag"
|
|
283666
|
+
}
|
|
283667
|
+
},
|
|
283668
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
283669
|
+
"additionalProperties": false
|
|
283670
|
+
}
|
|
283671
|
+
}
|
|
283672
|
+
},
|
|
283673
|
+
"required": [
|
|
283674
|
+
"tags"
|
|
283675
|
+
],
|
|
283676
|
+
"description": "Message object configuration",
|
|
283677
|
+
"additionalProperties": false
|
|
283678
|
+
},
|
|
283574
283679
|
"attributes": {
|
|
283575
283680
|
"type": "object",
|
|
283576
283681
|
"additionalProperties": {
|
|
@@ -283634,6 +283739,7 @@ var state2 = {
|
|
|
283634
283739
|
"dependencies",
|
|
283635
283740
|
"user",
|
|
283636
283741
|
"conversation",
|
|
283742
|
+
"message",
|
|
283637
283743
|
"title",
|
|
283638
283744
|
"description",
|
|
283639
283745
|
"iconUrl",
|
|
@@ -293999,6 +294105,36 @@ var state2 = {
|
|
|
293999
294105
|
"description": "Conversation object configuration",
|
|
294000
294106
|
"additionalProperties": false
|
|
294001
294107
|
},
|
|
294108
|
+
"message": {
|
|
294109
|
+
"type": "object",
|
|
294110
|
+
"properties": {
|
|
294111
|
+
"tags": {
|
|
294112
|
+
"type": "object",
|
|
294113
|
+
"additionalProperties": {
|
|
294114
|
+
"type": "object",
|
|
294115
|
+
"properties": {
|
|
294116
|
+
"title": {
|
|
294117
|
+
"type": "string",
|
|
294118
|
+
"maxLength": 64,
|
|
294119
|
+
"description": "Title of the tag"
|
|
294120
|
+
},
|
|
294121
|
+
"description": {
|
|
294122
|
+
"type": "string",
|
|
294123
|
+
"maxLength": 256,
|
|
294124
|
+
"description": "Description of the tag"
|
|
294125
|
+
}
|
|
294126
|
+
},
|
|
294127
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
294128
|
+
"additionalProperties": false
|
|
294129
|
+
}
|
|
294130
|
+
}
|
|
294131
|
+
},
|
|
294132
|
+
"required": [
|
|
294133
|
+
"tags"
|
|
294134
|
+
],
|
|
294135
|
+
"description": "Message object configuration",
|
|
294136
|
+
"additionalProperties": false
|
|
294137
|
+
},
|
|
294002
294138
|
"attributes": {
|
|
294003
294139
|
"type": "object",
|
|
294004
294140
|
"additionalProperties": {
|
|
@@ -294534,6 +294670,36 @@ var state2 = {
|
|
|
294534
294670
|
],
|
|
294535
294671
|
"additionalProperties": false
|
|
294536
294672
|
},
|
|
294673
|
+
"message": {
|
|
294674
|
+
"type": "object",
|
|
294675
|
+
"properties": {
|
|
294676
|
+
"tags": {
|
|
294677
|
+
"type": "object",
|
|
294678
|
+
"additionalProperties": {
|
|
294679
|
+
"type": "object",
|
|
294680
|
+
"properties": {
|
|
294681
|
+
"title": {
|
|
294682
|
+
"type": "string",
|
|
294683
|
+
"maxLength": 64,
|
|
294684
|
+
"description": "Title of the tag"
|
|
294685
|
+
},
|
|
294686
|
+
"description": {
|
|
294687
|
+
"type": "string",
|
|
294688
|
+
"maxLength": 256,
|
|
294689
|
+
"description": "Description of the tag"
|
|
294690
|
+
}
|
|
294691
|
+
},
|
|
294692
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
294693
|
+
"nullable": true,
|
|
294694
|
+
"additionalProperties": false
|
|
294695
|
+
}
|
|
294696
|
+
}
|
|
294697
|
+
},
|
|
294698
|
+
"required": [
|
|
294699
|
+
"tags"
|
|
294700
|
+
],
|
|
294701
|
+
"additionalProperties": false
|
|
294702
|
+
},
|
|
294537
294703
|
"attributes": {
|
|
294538
294704
|
"type": "object",
|
|
294539
294705
|
"additionalProperties": {
|
|
@@ -295519,7 +295685,7 @@ var state2 = {
|
|
|
295519
295685
|
"title": "Botpress Admin API",
|
|
295520
295686
|
"description": "API for Botpress Cloud Manager",
|
|
295521
295687
|
"server": "https://api.botpress.cloud",
|
|
295522
|
-
"version": "1.
|
|
295688
|
+
"version": "1.76.0",
|
|
295523
295689
|
"prefix": "v1"
|
|
295524
295690
|
},
|
|
295525
295691
|
"defaultParameters": {
|
|
@@ -297852,6 +298018,36 @@ var state2 = {
|
|
|
297852
298018
|
"description": "Conversation object configuration",
|
|
297853
298019
|
"additionalProperties": false
|
|
297854
298020
|
},
|
|
298021
|
+
"message": {
|
|
298022
|
+
"type": "object",
|
|
298023
|
+
"properties": {
|
|
298024
|
+
"tags": {
|
|
298025
|
+
"type": "object",
|
|
298026
|
+
"additionalProperties": {
|
|
298027
|
+
"type": "object",
|
|
298028
|
+
"properties": {
|
|
298029
|
+
"title": {
|
|
298030
|
+
"type": "string",
|
|
298031
|
+
"maxLength": 64,
|
|
298032
|
+
"description": "Title of the tag"
|
|
298033
|
+
},
|
|
298034
|
+
"description": {
|
|
298035
|
+
"type": "string",
|
|
298036
|
+
"maxLength": 256,
|
|
298037
|
+
"description": "Description of the tag"
|
|
298038
|
+
}
|
|
298039
|
+
},
|
|
298040
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
298041
|
+
"additionalProperties": false
|
|
298042
|
+
}
|
|
298043
|
+
}
|
|
298044
|
+
},
|
|
298045
|
+
"required": [
|
|
298046
|
+
"tags"
|
|
298047
|
+
],
|
|
298048
|
+
"description": "Message object configuration",
|
|
298049
|
+
"additionalProperties": false
|
|
298050
|
+
},
|
|
297855
298051
|
"attributes": {
|
|
297856
298052
|
"type": "object",
|
|
297857
298053
|
"additionalProperties": {
|
|
@@ -297915,6 +298111,7 @@ var state2 = {
|
|
|
297915
298111
|
"dependencies",
|
|
297916
298112
|
"user",
|
|
297917
298113
|
"conversation",
|
|
298114
|
+
"message",
|
|
297918
298115
|
"title",
|
|
297919
298116
|
"description",
|
|
297920
298117
|
"iconUrl",
|
|
@@ -301038,7 +301235,7 @@ var state3 = {
|
|
|
301038
301235
|
"title": "Botpress Files API",
|
|
301039
301236
|
"description": "API for Botpress Files",
|
|
301040
301237
|
"server": "https://api.botpress.cloud",
|
|
301041
|
-
"version": "1.
|
|
301238
|
+
"version": "1.76.0",
|
|
301042
301239
|
"prefix": "v1"
|
|
301043
301240
|
},
|
|
301044
301241
|
"defaultParameters": {
|
|
@@ -303372,7 +303569,7 @@ var state4 = {
|
|
|
303372
303569
|
"title": "Botpress Tables API",
|
|
303373
303570
|
"description": "API for Botpress Tables",
|
|
303374
303571
|
"server": "https://api.botpress.cloud",
|
|
303375
|
-
"version": "1.
|
|
303572
|
+
"version": "1.76.0",
|
|
303376
303573
|
"prefix": "v1"
|
|
303377
303574
|
},
|
|
303378
303575
|
"defaultParameters": {
|
|
@@ -304253,7 +304450,7 @@ var state5 = {
|
|
|
304253
304450
|
},
|
|
304254
304451
|
"getOrCreateConversation": {
|
|
304255
304452
|
"name": "getOrCreateConversation",
|
|
304256
|
-
"description": "Retrieves the [Conversation](#schema_conversation) object
|
|
304453
|
+
"description": "Retrieves the [Conversation](#schema_conversation) object containing given tags. If the conversation does not exist, it will be created. Tags will be updated if they are set in the request body.",
|
|
304257
304454
|
"method": "post",
|
|
304258
304455
|
"path": "/v1/chat/conversations/get-or-create",
|
|
304259
304456
|
"requestBody": {
|
|
@@ -304305,10 +304502,23 @@ var state5 = {
|
|
|
304305
304502
|
"properties": {
|
|
304306
304503
|
"conversation": {
|
|
304307
304504
|
"$ref": "#/components/schemas/Conversation"
|
|
304505
|
+
},
|
|
304506
|
+
"meta": {
|
|
304507
|
+
"type": "object",
|
|
304508
|
+
"properties": {
|
|
304509
|
+
"created": {
|
|
304510
|
+
"type": "boolean"
|
|
304511
|
+
}
|
|
304512
|
+
},
|
|
304513
|
+
"required": [
|
|
304514
|
+
"created"
|
|
304515
|
+
],
|
|
304516
|
+
"additionalProperties": false
|
|
304308
304517
|
}
|
|
304309
304518
|
},
|
|
304310
304519
|
"required": [
|
|
304311
|
-
"conversation"
|
|
304520
|
+
"conversation",
|
|
304521
|
+
"meta"
|
|
304312
304522
|
],
|
|
304313
304523
|
"title": "getOrCreateConversationResponse",
|
|
304314
304524
|
"additionalProperties": false
|
|
@@ -309659,6 +309869,36 @@ var state5 = {
|
|
|
309659
309869
|
"description": "Conversation object configuration",
|
|
309660
309870
|
"additionalProperties": false
|
|
309661
309871
|
},
|
|
309872
|
+
"message": {
|
|
309873
|
+
"type": "object",
|
|
309874
|
+
"properties": {
|
|
309875
|
+
"tags": {
|
|
309876
|
+
"type": "object",
|
|
309877
|
+
"additionalProperties": {
|
|
309878
|
+
"type": "object",
|
|
309879
|
+
"properties": {
|
|
309880
|
+
"title": {
|
|
309881
|
+
"type": "string",
|
|
309882
|
+
"maxLength": 64,
|
|
309883
|
+
"description": "Title of the tag"
|
|
309884
|
+
},
|
|
309885
|
+
"description": {
|
|
309886
|
+
"type": "string",
|
|
309887
|
+
"maxLength": 256,
|
|
309888
|
+
"description": "Description of the tag"
|
|
309889
|
+
}
|
|
309890
|
+
},
|
|
309891
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
309892
|
+
"additionalProperties": false
|
|
309893
|
+
}
|
|
309894
|
+
}
|
|
309895
|
+
},
|
|
309896
|
+
"required": [
|
|
309897
|
+
"tags"
|
|
309898
|
+
],
|
|
309899
|
+
"description": "Message object configuration",
|
|
309900
|
+
"additionalProperties": false
|
|
309901
|
+
},
|
|
309662
309902
|
"attributes": {
|
|
309663
309903
|
"type": "object",
|
|
309664
309904
|
"additionalProperties": {
|
|
@@ -309722,6 +309962,7 @@ var state5 = {
|
|
|
309722
309962
|
"dependencies",
|
|
309723
309963
|
"user",
|
|
309724
309964
|
"conversation",
|
|
309965
|
+
"message",
|
|
309725
309966
|
"title",
|
|
309726
309967
|
"description",
|
|
309727
309968
|
"iconUrl",
|
|
@@ -310085,6 +310326,36 @@ var state5 = {
|
|
|
310085
310326
|
"description": "Conversation object configuration",
|
|
310086
310327
|
"additionalProperties": false
|
|
310087
310328
|
},
|
|
310329
|
+
"message": {
|
|
310330
|
+
"type": "object",
|
|
310331
|
+
"properties": {
|
|
310332
|
+
"tags": {
|
|
310333
|
+
"type": "object",
|
|
310334
|
+
"additionalProperties": {
|
|
310335
|
+
"type": "object",
|
|
310336
|
+
"properties": {
|
|
310337
|
+
"title": {
|
|
310338
|
+
"type": "string",
|
|
310339
|
+
"maxLength": 64,
|
|
310340
|
+
"description": "Title of the tag"
|
|
310341
|
+
},
|
|
310342
|
+
"description": {
|
|
310343
|
+
"type": "string",
|
|
310344
|
+
"maxLength": 256,
|
|
310345
|
+
"description": "Description of the tag"
|
|
310346
|
+
}
|
|
310347
|
+
},
|
|
310348
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
310349
|
+
"additionalProperties": false
|
|
310350
|
+
}
|
|
310351
|
+
}
|
|
310352
|
+
},
|
|
310353
|
+
"required": [
|
|
310354
|
+
"tags"
|
|
310355
|
+
],
|
|
310356
|
+
"description": "Message object configuration",
|
|
310357
|
+
"additionalProperties": false
|
|
310358
|
+
},
|
|
310088
310359
|
"attributes": {
|
|
310089
310360
|
"type": "object",
|
|
310090
310361
|
"additionalProperties": {
|
|
@@ -310148,6 +310419,7 @@ var state5 = {
|
|
|
310148
310419
|
"dependencies",
|
|
310149
310420
|
"user",
|
|
310150
310421
|
"conversation",
|
|
310422
|
+
"message",
|
|
310151
310423
|
"title",
|
|
310152
310424
|
"description",
|
|
310153
310425
|
"iconUrl",
|
|
@@ -310502,6 +310774,36 @@ var state5 = {
|
|
|
310502
310774
|
"description": "Conversation object configuration",
|
|
310503
310775
|
"additionalProperties": false
|
|
310504
310776
|
},
|
|
310777
|
+
"message": {
|
|
310778
|
+
"type": "object",
|
|
310779
|
+
"properties": {
|
|
310780
|
+
"tags": {
|
|
310781
|
+
"type": "object",
|
|
310782
|
+
"additionalProperties": {
|
|
310783
|
+
"type": "object",
|
|
310784
|
+
"properties": {
|
|
310785
|
+
"title": {
|
|
310786
|
+
"type": "string",
|
|
310787
|
+
"maxLength": 64,
|
|
310788
|
+
"description": "Title of the tag"
|
|
310789
|
+
},
|
|
310790
|
+
"description": {
|
|
310791
|
+
"type": "string",
|
|
310792
|
+
"maxLength": 256,
|
|
310793
|
+
"description": "Description of the tag"
|
|
310794
|
+
}
|
|
310795
|
+
},
|
|
310796
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
310797
|
+
"additionalProperties": false
|
|
310798
|
+
}
|
|
310799
|
+
}
|
|
310800
|
+
},
|
|
310801
|
+
"required": [
|
|
310802
|
+
"tags"
|
|
310803
|
+
],
|
|
310804
|
+
"description": "Message object configuration",
|
|
310805
|
+
"additionalProperties": false
|
|
310806
|
+
},
|
|
310505
310807
|
"attributes": {
|
|
310506
310808
|
"type": "object",
|
|
310507
310809
|
"additionalProperties": {
|
|
@@ -310565,6 +310867,7 @@ var state5 = {
|
|
|
310565
310867
|
"dependencies",
|
|
310566
310868
|
"user",
|
|
310567
310869
|
"conversation",
|
|
310870
|
+
"message",
|
|
310568
310871
|
"title",
|
|
310569
310872
|
"description",
|
|
310570
310873
|
"iconUrl",
|
|
@@ -320108,6 +320411,36 @@ var state5 = {
|
|
|
320108
320411
|
"description": "Conversation object configuration",
|
|
320109
320412
|
"additionalProperties": false
|
|
320110
320413
|
},
|
|
320414
|
+
"message": {
|
|
320415
|
+
"type": "object",
|
|
320416
|
+
"properties": {
|
|
320417
|
+
"tags": {
|
|
320418
|
+
"type": "object",
|
|
320419
|
+
"additionalProperties": {
|
|
320420
|
+
"type": "object",
|
|
320421
|
+
"properties": {
|
|
320422
|
+
"title": {
|
|
320423
|
+
"type": "string",
|
|
320424
|
+
"maxLength": 64,
|
|
320425
|
+
"description": "Title of the tag"
|
|
320426
|
+
},
|
|
320427
|
+
"description": {
|
|
320428
|
+
"type": "string",
|
|
320429
|
+
"maxLength": 256,
|
|
320430
|
+
"description": "Description of the tag"
|
|
320431
|
+
}
|
|
320432
|
+
},
|
|
320433
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
320434
|
+
"additionalProperties": false
|
|
320435
|
+
}
|
|
320436
|
+
}
|
|
320437
|
+
},
|
|
320438
|
+
"required": [
|
|
320439
|
+
"tags"
|
|
320440
|
+
],
|
|
320441
|
+
"description": "Message object configuration",
|
|
320442
|
+
"additionalProperties": false
|
|
320443
|
+
},
|
|
320111
320444
|
"attributes": {
|
|
320112
320445
|
"type": "object",
|
|
320113
320446
|
"additionalProperties": {
|
|
@@ -320595,6 +320928,36 @@ var state5 = {
|
|
|
320595
320928
|
],
|
|
320596
320929
|
"additionalProperties": false
|
|
320597
320930
|
},
|
|
320931
|
+
"message": {
|
|
320932
|
+
"type": "object",
|
|
320933
|
+
"properties": {
|
|
320934
|
+
"tags": {
|
|
320935
|
+
"type": "object",
|
|
320936
|
+
"additionalProperties": {
|
|
320937
|
+
"type": "object",
|
|
320938
|
+
"properties": {
|
|
320939
|
+
"title": {
|
|
320940
|
+
"type": "string",
|
|
320941
|
+
"maxLength": 64,
|
|
320942
|
+
"description": "Title of the tag"
|
|
320943
|
+
},
|
|
320944
|
+
"description": {
|
|
320945
|
+
"type": "string",
|
|
320946
|
+
"maxLength": 256,
|
|
320947
|
+
"description": "Description of the tag"
|
|
320948
|
+
}
|
|
320949
|
+
},
|
|
320950
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
320951
|
+
"nullable": true,
|
|
320952
|
+
"additionalProperties": false
|
|
320953
|
+
}
|
|
320954
|
+
}
|
|
320955
|
+
},
|
|
320956
|
+
"required": [
|
|
320957
|
+
"tags"
|
|
320958
|
+
],
|
|
320959
|
+
"additionalProperties": false
|
|
320960
|
+
},
|
|
320598
320961
|
"attributes": {
|
|
320599
320962
|
"type": "object",
|
|
320600
320963
|
"additionalProperties": {
|
|
@@ -324718,7 +325081,7 @@ var state5 = {
|
|
|
324718
325081
|
"title": "Botpress API",
|
|
324719
325082
|
"description": "API for Botpress Cloud",
|
|
324720
325083
|
"server": "https://api.botpress.cloud",
|
|
324721
|
-
"version": "1.
|
|
325084
|
+
"version": "1.76.0",
|
|
324722
325085
|
"prefix": "v1"
|
|
324723
325086
|
},
|
|
324724
325087
|
"errors": [
|
|
@@ -327164,6 +327527,36 @@ var state5 = {
|
|
|
327164
327527
|
"description": "Conversation object configuration",
|
|
327165
327528
|
"additionalProperties": false
|
|
327166
327529
|
},
|
|
327530
|
+
"message": {
|
|
327531
|
+
"type": "object",
|
|
327532
|
+
"properties": {
|
|
327533
|
+
"tags": {
|
|
327534
|
+
"type": "object",
|
|
327535
|
+
"additionalProperties": {
|
|
327536
|
+
"type": "object",
|
|
327537
|
+
"properties": {
|
|
327538
|
+
"title": {
|
|
327539
|
+
"type": "string",
|
|
327540
|
+
"maxLength": 64,
|
|
327541
|
+
"description": "Title of the tag"
|
|
327542
|
+
},
|
|
327543
|
+
"description": {
|
|
327544
|
+
"type": "string",
|
|
327545
|
+
"maxLength": 256,
|
|
327546
|
+
"description": "Description of the tag"
|
|
327547
|
+
}
|
|
327548
|
+
},
|
|
327549
|
+
"description": "Definition of a tag that can be provided on the object",
|
|
327550
|
+
"additionalProperties": false
|
|
327551
|
+
}
|
|
327552
|
+
}
|
|
327553
|
+
},
|
|
327554
|
+
"required": [
|
|
327555
|
+
"tags"
|
|
327556
|
+
],
|
|
327557
|
+
"description": "Message object configuration",
|
|
327558
|
+
"additionalProperties": false
|
|
327559
|
+
},
|
|
327167
327560
|
"attributes": {
|
|
327168
327561
|
"type": "object",
|
|
327169
327562
|
"additionalProperties": {
|
|
@@ -327227,6 +327620,7 @@ var state5 = {
|
|
|
327227
327620
|
"dependencies",
|
|
327228
327621
|
"user",
|
|
327229
327622
|
"conversation",
|
|
327623
|
+
"message",
|
|
327230
327624
|
"title",
|
|
327231
327625
|
"description",
|
|
327232
327626
|
"iconUrl",
|
|
@@ -329776,6 +330170,9 @@ var state6 = {
|
|
|
329776
330170
|
},
|
|
329777
330171
|
"effectiveDate": {
|
|
329778
330172
|
"type": "string"
|
|
330173
|
+
},
|
|
330174
|
+
"autoAdjusted": {
|
|
330175
|
+
"type": "boolean"
|
|
329779
330176
|
}
|
|
329780
330177
|
},
|
|
329781
330178
|
"required": [
|
|
@@ -331501,7 +331898,7 @@ var state6 = {
|
|
|
331501
331898
|
"title": "Botpress Billing Public API",
|
|
331502
331899
|
"description": "API for Botpress Billing",
|
|
331503
331900
|
"server": "https://api.botpress.cloud",
|
|
331504
|
-
"version": "1.
|
|
331901
|
+
"version": "1.76.0",
|
|
331505
331902
|
"prefix": "v2"
|
|
331506
331903
|
},
|
|
331507
331904
|
"defaultParameters": {
|
|
@@ -2435,6 +2435,34 @@ export declare const state: {
|
|
|
2435
2435
|
description: string;
|
|
2436
2436
|
additionalProperties: false;
|
|
2437
2437
|
};
|
|
2438
|
+
message: {
|
|
2439
|
+
type: "object";
|
|
2440
|
+
properties: {
|
|
2441
|
+
tags: {
|
|
2442
|
+
type: "object";
|
|
2443
|
+
additionalProperties: {
|
|
2444
|
+
type: "object";
|
|
2445
|
+
properties: {
|
|
2446
|
+
title: {
|
|
2447
|
+
type: "string";
|
|
2448
|
+
maxLength: number;
|
|
2449
|
+
description: string;
|
|
2450
|
+
};
|
|
2451
|
+
description: {
|
|
2452
|
+
type: "string";
|
|
2453
|
+
maxLength: number;
|
|
2454
|
+
description: string;
|
|
2455
|
+
};
|
|
2456
|
+
};
|
|
2457
|
+
description: string;
|
|
2458
|
+
additionalProperties: false;
|
|
2459
|
+
};
|
|
2460
|
+
};
|
|
2461
|
+
};
|
|
2462
|
+
required: string[];
|
|
2463
|
+
description: string;
|
|
2464
|
+
additionalProperties: false;
|
|
2465
|
+
};
|
|
2438
2466
|
attributes: {
|
|
2439
2467
|
type: "object";
|
|
2440
2468
|
additionalProperties: {
|
|
@@ -2805,6 +2833,34 @@ export declare const state: {
|
|
|
2805
2833
|
description: string;
|
|
2806
2834
|
additionalProperties: false;
|
|
2807
2835
|
};
|
|
2836
|
+
message: {
|
|
2837
|
+
type: "object";
|
|
2838
|
+
properties: {
|
|
2839
|
+
tags: {
|
|
2840
|
+
type: "object";
|
|
2841
|
+
additionalProperties: {
|
|
2842
|
+
type: "object";
|
|
2843
|
+
properties: {
|
|
2844
|
+
title: {
|
|
2845
|
+
type: "string";
|
|
2846
|
+
maxLength: number;
|
|
2847
|
+
description: string;
|
|
2848
|
+
};
|
|
2849
|
+
description: {
|
|
2850
|
+
type: "string";
|
|
2851
|
+
maxLength: number;
|
|
2852
|
+
description: string;
|
|
2853
|
+
};
|
|
2854
|
+
};
|
|
2855
|
+
description: string;
|
|
2856
|
+
additionalProperties: false;
|
|
2857
|
+
};
|
|
2858
|
+
};
|
|
2859
|
+
};
|
|
2860
|
+
required: string[];
|
|
2861
|
+
description: string;
|
|
2862
|
+
additionalProperties: false;
|
|
2863
|
+
};
|
|
2808
2864
|
attributes: {
|
|
2809
2865
|
type: "object";
|
|
2810
2866
|
additionalProperties: {
|
|
@@ -3166,6 +3222,34 @@ export declare const state: {
|
|
|
3166
3222
|
description: string;
|
|
3167
3223
|
additionalProperties: false;
|
|
3168
3224
|
};
|
|
3225
|
+
message: {
|
|
3226
|
+
type: "object";
|
|
3227
|
+
properties: {
|
|
3228
|
+
tags: {
|
|
3229
|
+
type: "object";
|
|
3230
|
+
additionalProperties: {
|
|
3231
|
+
type: "object";
|
|
3232
|
+
properties: {
|
|
3233
|
+
title: {
|
|
3234
|
+
type: "string";
|
|
3235
|
+
maxLength: number;
|
|
3236
|
+
description: string;
|
|
3237
|
+
};
|
|
3238
|
+
description: {
|
|
3239
|
+
type: "string";
|
|
3240
|
+
maxLength: number;
|
|
3241
|
+
description: string;
|
|
3242
|
+
};
|
|
3243
|
+
};
|
|
3244
|
+
description: string;
|
|
3245
|
+
additionalProperties: false;
|
|
3246
|
+
};
|
|
3247
|
+
};
|
|
3248
|
+
};
|
|
3249
|
+
required: string[];
|
|
3250
|
+
description: string;
|
|
3251
|
+
additionalProperties: false;
|
|
3252
|
+
};
|
|
3169
3253
|
attributes: {
|
|
3170
3254
|
type: "object";
|
|
3171
3255
|
additionalProperties: {
|
|
@@ -12430,6 +12514,34 @@ export declare const state: {
|
|
|
12430
12514
|
description: string;
|
|
12431
12515
|
additionalProperties: false;
|
|
12432
12516
|
};
|
|
12517
|
+
message: {
|
|
12518
|
+
type: "object";
|
|
12519
|
+
properties: {
|
|
12520
|
+
tags: {
|
|
12521
|
+
type: "object";
|
|
12522
|
+
additionalProperties: {
|
|
12523
|
+
type: "object";
|
|
12524
|
+
properties: {
|
|
12525
|
+
title: {
|
|
12526
|
+
type: "string";
|
|
12527
|
+
maxLength: number;
|
|
12528
|
+
description: string;
|
|
12529
|
+
};
|
|
12530
|
+
description: {
|
|
12531
|
+
type: "string";
|
|
12532
|
+
maxLength: number;
|
|
12533
|
+
description: string;
|
|
12534
|
+
};
|
|
12535
|
+
};
|
|
12536
|
+
description: string;
|
|
12537
|
+
additionalProperties: false;
|
|
12538
|
+
};
|
|
12539
|
+
};
|
|
12540
|
+
};
|
|
12541
|
+
required: string[];
|
|
12542
|
+
description: string;
|
|
12543
|
+
additionalProperties: false;
|
|
12544
|
+
};
|
|
12433
12545
|
attributes: {
|
|
12434
12546
|
type: "object";
|
|
12435
12547
|
additionalProperties: {
|
|
@@ -12924,6 +13036,34 @@ export declare const state: {
|
|
|
12924
13036
|
required: string[];
|
|
12925
13037
|
additionalProperties: false;
|
|
12926
13038
|
};
|
|
13039
|
+
message: {
|
|
13040
|
+
type: "object";
|
|
13041
|
+
properties: {
|
|
13042
|
+
tags: {
|
|
13043
|
+
type: "object";
|
|
13044
|
+
additionalProperties: {
|
|
13045
|
+
type: "object";
|
|
13046
|
+
properties: {
|
|
13047
|
+
title: {
|
|
13048
|
+
type: "string";
|
|
13049
|
+
maxLength: number;
|
|
13050
|
+
description: string;
|
|
13051
|
+
};
|
|
13052
|
+
description: {
|
|
13053
|
+
type: "string";
|
|
13054
|
+
maxLength: number;
|
|
13055
|
+
description: string;
|
|
13056
|
+
};
|
|
13057
|
+
};
|
|
13058
|
+
description: string;
|
|
13059
|
+
nullable: true;
|
|
13060
|
+
additionalProperties: false;
|
|
13061
|
+
};
|
|
13062
|
+
};
|
|
13063
|
+
};
|
|
13064
|
+
required: string[];
|
|
13065
|
+
additionalProperties: false;
|
|
13066
|
+
};
|
|
12927
13067
|
attributes: {
|
|
12928
13068
|
type: "object";
|
|
12929
13069
|
additionalProperties: {
|
|
@@ -15722,6 +15862,34 @@ export declare const state: {
|
|
|
15722
15862
|
description: string;
|
|
15723
15863
|
additionalProperties: false;
|
|
15724
15864
|
};
|
|
15865
|
+
message: {
|
|
15866
|
+
type: "object";
|
|
15867
|
+
properties: {
|
|
15868
|
+
tags: {
|
|
15869
|
+
type: "object";
|
|
15870
|
+
additionalProperties: {
|
|
15871
|
+
type: "object";
|
|
15872
|
+
properties: {
|
|
15873
|
+
title: {
|
|
15874
|
+
type: "string";
|
|
15875
|
+
maxLength: number;
|
|
15876
|
+
description: string;
|
|
15877
|
+
};
|
|
15878
|
+
description: {
|
|
15879
|
+
type: "string";
|
|
15880
|
+
maxLength: number;
|
|
15881
|
+
description: string;
|
|
15882
|
+
};
|
|
15883
|
+
};
|
|
15884
|
+
description: string;
|
|
15885
|
+
additionalProperties: false;
|
|
15886
|
+
};
|
|
15887
|
+
};
|
|
15888
|
+
};
|
|
15889
|
+
required: string[];
|
|
15890
|
+
description: string;
|
|
15891
|
+
additionalProperties: false;
|
|
15892
|
+
};
|
|
15725
15893
|
attributes: {
|
|
15726
15894
|
type: "object";
|
|
15727
15895
|
additionalProperties: {
|
|
@@ -282,6 +282,16 @@ export declare const state: {
|
|
|
282
282
|
conversation: {
|
|
283
283
|
$ref: string;
|
|
284
284
|
};
|
|
285
|
+
meta: {
|
|
286
|
+
type: "object";
|
|
287
|
+
properties: {
|
|
288
|
+
created: {
|
|
289
|
+
type: "boolean";
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
required: string[];
|
|
293
|
+
additionalProperties: false;
|
|
294
|
+
};
|
|
285
295
|
};
|
|
286
296
|
required: string[];
|
|
287
297
|
title: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -227,6 +227,16 @@ export declare const state: {
|
|
|
227
227
|
conversation: {
|
|
228
228
|
$ref: string;
|
|
229
229
|
};
|
|
230
|
+
meta: {
|
|
231
|
+
type: "object";
|
|
232
|
+
properties: {
|
|
233
|
+
created: {
|
|
234
|
+
type: "boolean";
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
required: string[];
|
|
238
|
+
additionalProperties: false;
|
|
239
|
+
};
|
|
230
240
|
};
|
|
231
241
|
required: string[];
|
|
232
242
|
title: string;
|
|
@@ -4892,6 +4902,34 @@ export declare const state: {
|
|
|
4892
4902
|
description: string;
|
|
4893
4903
|
additionalProperties: false;
|
|
4894
4904
|
};
|
|
4905
|
+
message: {
|
|
4906
|
+
type: "object";
|
|
4907
|
+
properties: {
|
|
4908
|
+
tags: {
|
|
4909
|
+
type: "object";
|
|
4910
|
+
additionalProperties: {
|
|
4911
|
+
type: "object";
|
|
4912
|
+
properties: {
|
|
4913
|
+
title: {
|
|
4914
|
+
type: "string";
|
|
4915
|
+
maxLength: number;
|
|
4916
|
+
description: string;
|
|
4917
|
+
};
|
|
4918
|
+
description: {
|
|
4919
|
+
type: "string";
|
|
4920
|
+
maxLength: number;
|
|
4921
|
+
description: string;
|
|
4922
|
+
};
|
|
4923
|
+
};
|
|
4924
|
+
description: string;
|
|
4925
|
+
additionalProperties: false;
|
|
4926
|
+
};
|
|
4927
|
+
};
|
|
4928
|
+
};
|
|
4929
|
+
required: string[];
|
|
4930
|
+
description: string;
|
|
4931
|
+
additionalProperties: false;
|
|
4932
|
+
};
|
|
4895
4933
|
attributes: {
|
|
4896
4934
|
type: "object";
|
|
4897
4935
|
additionalProperties: {
|
|
@@ -5256,6 +5294,34 @@ export declare const state: {
|
|
|
5256
5294
|
description: string;
|
|
5257
5295
|
additionalProperties: false;
|
|
5258
5296
|
};
|
|
5297
|
+
message: {
|
|
5298
|
+
type: "object";
|
|
5299
|
+
properties: {
|
|
5300
|
+
tags: {
|
|
5301
|
+
type: "object";
|
|
5302
|
+
additionalProperties: {
|
|
5303
|
+
type: "object";
|
|
5304
|
+
properties: {
|
|
5305
|
+
title: {
|
|
5306
|
+
type: "string";
|
|
5307
|
+
maxLength: number;
|
|
5308
|
+
description: string;
|
|
5309
|
+
};
|
|
5310
|
+
description: {
|
|
5311
|
+
type: "string";
|
|
5312
|
+
maxLength: number;
|
|
5313
|
+
description: string;
|
|
5314
|
+
};
|
|
5315
|
+
};
|
|
5316
|
+
description: string;
|
|
5317
|
+
additionalProperties: false;
|
|
5318
|
+
};
|
|
5319
|
+
};
|
|
5320
|
+
};
|
|
5321
|
+
required: string[];
|
|
5322
|
+
description: string;
|
|
5323
|
+
additionalProperties: false;
|
|
5324
|
+
};
|
|
5259
5325
|
attributes: {
|
|
5260
5326
|
type: "object";
|
|
5261
5327
|
additionalProperties: {
|
|
@@ -5611,6 +5677,34 @@ export declare const state: {
|
|
|
5611
5677
|
description: string;
|
|
5612
5678
|
additionalProperties: false;
|
|
5613
5679
|
};
|
|
5680
|
+
message: {
|
|
5681
|
+
type: "object";
|
|
5682
|
+
properties: {
|
|
5683
|
+
tags: {
|
|
5684
|
+
type: "object";
|
|
5685
|
+
additionalProperties: {
|
|
5686
|
+
type: "object";
|
|
5687
|
+
properties: {
|
|
5688
|
+
title: {
|
|
5689
|
+
type: "string";
|
|
5690
|
+
maxLength: number;
|
|
5691
|
+
description: string;
|
|
5692
|
+
};
|
|
5693
|
+
description: {
|
|
5694
|
+
type: "string";
|
|
5695
|
+
maxLength: number;
|
|
5696
|
+
description: string;
|
|
5697
|
+
};
|
|
5698
|
+
};
|
|
5699
|
+
description: string;
|
|
5700
|
+
additionalProperties: false;
|
|
5701
|
+
};
|
|
5702
|
+
};
|
|
5703
|
+
};
|
|
5704
|
+
required: string[];
|
|
5705
|
+
description: string;
|
|
5706
|
+
additionalProperties: false;
|
|
5707
|
+
};
|
|
5614
5708
|
attributes: {
|
|
5615
5709
|
type: "object";
|
|
5616
5710
|
additionalProperties: {
|
|
@@ -14053,6 +14147,34 @@ export declare const state: {
|
|
|
14053
14147
|
description: string;
|
|
14054
14148
|
additionalProperties: false;
|
|
14055
14149
|
};
|
|
14150
|
+
message: {
|
|
14151
|
+
type: "object";
|
|
14152
|
+
properties: {
|
|
14153
|
+
tags: {
|
|
14154
|
+
type: "object";
|
|
14155
|
+
additionalProperties: {
|
|
14156
|
+
type: "object";
|
|
14157
|
+
properties: {
|
|
14158
|
+
title: {
|
|
14159
|
+
type: "string";
|
|
14160
|
+
maxLength: number;
|
|
14161
|
+
description: string;
|
|
14162
|
+
};
|
|
14163
|
+
description: {
|
|
14164
|
+
type: "string";
|
|
14165
|
+
maxLength: number;
|
|
14166
|
+
description: string;
|
|
14167
|
+
};
|
|
14168
|
+
};
|
|
14169
|
+
description: string;
|
|
14170
|
+
additionalProperties: false;
|
|
14171
|
+
};
|
|
14172
|
+
};
|
|
14173
|
+
};
|
|
14174
|
+
required: string[];
|
|
14175
|
+
description: string;
|
|
14176
|
+
additionalProperties: false;
|
|
14177
|
+
};
|
|
14056
14178
|
attributes: {
|
|
14057
14179
|
type: "object";
|
|
14058
14180
|
additionalProperties: {
|
|
@@ -14499,6 +14621,34 @@ export declare const state: {
|
|
|
14499
14621
|
required: string[];
|
|
14500
14622
|
additionalProperties: false;
|
|
14501
14623
|
};
|
|
14624
|
+
message: {
|
|
14625
|
+
type: "object";
|
|
14626
|
+
properties: {
|
|
14627
|
+
tags: {
|
|
14628
|
+
type: "object";
|
|
14629
|
+
additionalProperties: {
|
|
14630
|
+
type: "object";
|
|
14631
|
+
properties: {
|
|
14632
|
+
title: {
|
|
14633
|
+
type: "string";
|
|
14634
|
+
maxLength: number;
|
|
14635
|
+
description: string;
|
|
14636
|
+
};
|
|
14637
|
+
description: {
|
|
14638
|
+
type: "string";
|
|
14639
|
+
maxLength: number;
|
|
14640
|
+
description: string;
|
|
14641
|
+
};
|
|
14642
|
+
};
|
|
14643
|
+
description: string;
|
|
14644
|
+
nullable: true;
|
|
14645
|
+
additionalProperties: false;
|
|
14646
|
+
};
|
|
14647
|
+
};
|
|
14648
|
+
};
|
|
14649
|
+
required: string[];
|
|
14650
|
+
additionalProperties: false;
|
|
14651
|
+
};
|
|
14502
14652
|
attributes: {
|
|
14503
14653
|
type: "object";
|
|
14504
14654
|
additionalProperties: {
|
|
@@ -20042,6 +20192,34 @@ export declare const state: {
|
|
|
20042
20192
|
description: string;
|
|
20043
20193
|
additionalProperties: false;
|
|
20044
20194
|
};
|
|
20195
|
+
message: {
|
|
20196
|
+
type: "object";
|
|
20197
|
+
properties: {
|
|
20198
|
+
tags: {
|
|
20199
|
+
type: "object";
|
|
20200
|
+
additionalProperties: {
|
|
20201
|
+
type: "object";
|
|
20202
|
+
properties: {
|
|
20203
|
+
title: {
|
|
20204
|
+
type: "string";
|
|
20205
|
+
maxLength: number;
|
|
20206
|
+
description: string;
|
|
20207
|
+
};
|
|
20208
|
+
description: {
|
|
20209
|
+
type: "string";
|
|
20210
|
+
maxLength: number;
|
|
20211
|
+
description: string;
|
|
20212
|
+
};
|
|
20213
|
+
};
|
|
20214
|
+
description: string;
|
|
20215
|
+
additionalProperties: false;
|
|
20216
|
+
};
|
|
20217
|
+
};
|
|
20218
|
+
};
|
|
20219
|
+
required: string[];
|
|
20220
|
+
description: string;
|
|
20221
|
+
additionalProperties: false;
|
|
20222
|
+
};
|
|
20045
20223
|
attributes: {
|
|
20046
20224
|
type: "object";
|
|
20047
20225
|
additionalProperties: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.76.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"typescript": "5.9.3",
|
|
13
13
|
"zod": "^3.24.4",
|
|
14
14
|
"@botpress/bridge": "1.8.1",
|
|
15
|
-
"@botpress/cloud-manager": "0.2.0",
|
|
16
15
|
"@botpress/common": "0.5.0",
|
|
16
|
+
"@botpress/cloud-manager": "0.2.0",
|
|
17
17
|
"@botpress/files-api": "0.18.0",
|
|
18
18
|
"@botpress/smaug": "1.0.1",
|
|
19
|
-
"@bpinternal/
|
|
20
|
-
"@bpinternal/
|
|
19
|
+
"@bpinternal/const": "0.4.2",
|
|
20
|
+
"@bpinternal/tables-api": "0.17.2"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"openapi": "es-node openapi/generator.ts && pnpm run build",
|