@botpress/api 1.42.0 → 1.44.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/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +579 -351
- package/dist/src/gen/admin/state.d.ts +73 -0
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +73 -0
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +91 -6
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +39 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +39 -2
- package/src/gen/state.ts +91 -6
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +39 -2
package/src/gen/admin/state.ts
CHANGED
|
@@ -4996,6 +4996,14 @@ export const state = {
|
|
|
4996
4996
|
"properties": {
|
|
4997
4997
|
"integrationId": {
|
|
4998
4998
|
"type": "string"
|
|
4999
|
+
},
|
|
5000
|
+
"integrationAlias": {
|
|
5001
|
+
"type": "string",
|
|
5002
|
+
"description": "When an alias is provided, the plugin will use the integration corresponding to this alias. If not provided, the first integration matching the integrationId will be used."
|
|
5003
|
+
},
|
|
5004
|
+
"integrationInterfaceAlias": {
|
|
5005
|
+
"type": "string",
|
|
5006
|
+
"description": "When an alias is provided, the plugin will use the integration interface corresponding to this alias."
|
|
4999
5007
|
}
|
|
5000
5008
|
},
|
|
5001
5009
|
"required": [
|
|
@@ -5004,6 +5012,26 @@ export const state = {
|
|
|
5004
5012
|
"additionalProperties": false
|
|
5005
5013
|
},
|
|
5006
5014
|
"description": "A mapping of plugin interface aliases to their backing integrations"
|
|
5015
|
+
},
|
|
5016
|
+
"integrations": {
|
|
5017
|
+
"type": "object",
|
|
5018
|
+
"additionalProperties": {
|
|
5019
|
+
"type": "object",
|
|
5020
|
+
"properties": {
|
|
5021
|
+
"integrationId": {
|
|
5022
|
+
"type": "string"
|
|
5023
|
+
},
|
|
5024
|
+
"integrationAlias": {
|
|
5025
|
+
"type": "string"
|
|
5026
|
+
}
|
|
5027
|
+
},
|
|
5028
|
+
"required": [
|
|
5029
|
+
"integrationId",
|
|
5030
|
+
"integrationAlias"
|
|
5031
|
+
],
|
|
5032
|
+
"additionalProperties": false
|
|
5033
|
+
},
|
|
5034
|
+
"description": "A mapping of plugin integration aliases to their backing integrations"
|
|
5007
5035
|
}
|
|
5008
5036
|
},
|
|
5009
5037
|
"required": [
|
|
@@ -7109,6 +7137,10 @@ export const state = {
|
|
|
7109
7137
|
},
|
|
7110
7138
|
"handle": {
|
|
7111
7139
|
"type": "string"
|
|
7140
|
+
},
|
|
7141
|
+
"activeTrialId": {
|
|
7142
|
+
"type": "string",
|
|
7143
|
+
"nullable": true
|
|
7112
7144
|
}
|
|
7113
7145
|
},
|
|
7114
7146
|
"required": [
|
|
@@ -7121,7 +7153,8 @@ export const state = {
|
|
|
7121
7153
|
"billingVersion",
|
|
7122
7154
|
"plan",
|
|
7123
7155
|
"blocked",
|
|
7124
|
-
"spendingLimit"
|
|
7156
|
+
"spendingLimit",
|
|
7157
|
+
"activeTrialId"
|
|
7125
7158
|
],
|
|
7126
7159
|
"title": "createWorkspaceResponse",
|
|
7127
7160
|
"additionalProperties": false
|
|
@@ -7291,6 +7324,10 @@ export const state = {
|
|
|
7291
7324
|
},
|
|
7292
7325
|
"handle": {
|
|
7293
7326
|
"type": "string"
|
|
7327
|
+
},
|
|
7328
|
+
"activeTrialId": {
|
|
7329
|
+
"type": "string",
|
|
7330
|
+
"nullable": true
|
|
7294
7331
|
}
|
|
7295
7332
|
},
|
|
7296
7333
|
"required": [
|
|
@@ -7303,7 +7340,8 @@ export const state = {
|
|
|
7303
7340
|
"billingVersion",
|
|
7304
7341
|
"plan",
|
|
7305
7342
|
"blocked",
|
|
7306
|
-
"spendingLimit"
|
|
7343
|
+
"spendingLimit",
|
|
7344
|
+
"activeTrialId"
|
|
7307
7345
|
],
|
|
7308
7346
|
"title": "getWorkspaceResponse",
|
|
7309
7347
|
"additionalProperties": false
|
|
@@ -7806,6 +7844,10 @@ export const state = {
|
|
|
7806
7844
|
},
|
|
7807
7845
|
"handle": {
|
|
7808
7846
|
"type": "string"
|
|
7847
|
+
},
|
|
7848
|
+
"activeTrialId": {
|
|
7849
|
+
"type": "string",
|
|
7850
|
+
"nullable": true
|
|
7809
7851
|
}
|
|
7810
7852
|
},
|
|
7811
7853
|
"required": [
|
|
@@ -7818,7 +7860,8 @@ export const state = {
|
|
|
7818
7860
|
"billingVersion",
|
|
7819
7861
|
"plan",
|
|
7820
7862
|
"blocked",
|
|
7821
|
-
"spendingLimit"
|
|
7863
|
+
"spendingLimit",
|
|
7864
|
+
"activeTrialId"
|
|
7822
7865
|
],
|
|
7823
7866
|
"title": "updateWorkspaceResponse",
|
|
7824
7867
|
"additionalProperties": false
|
|
@@ -7982,6 +8025,10 @@ export const state = {
|
|
|
7982
8025
|
},
|
|
7983
8026
|
"handle": {
|
|
7984
8027
|
"type": "string"
|
|
8028
|
+
},
|
|
8029
|
+
"activeTrialId": {
|
|
8030
|
+
"type": "string",
|
|
8031
|
+
"nullable": true
|
|
7985
8032
|
}
|
|
7986
8033
|
},
|
|
7987
8034
|
"required": [
|
|
@@ -7994,7 +8041,8 @@ export const state = {
|
|
|
7994
8041
|
"billingVersion",
|
|
7995
8042
|
"plan",
|
|
7996
8043
|
"blocked",
|
|
7997
|
-
"spendingLimit"
|
|
8044
|
+
"spendingLimit",
|
|
8045
|
+
"activeTrialId"
|
|
7998
8046
|
],
|
|
7999
8047
|
"title": "updateWorkspaceResponse"
|
|
8000
8048
|
}
|
|
@@ -13993,7 +14041,7 @@ export const state = {
|
|
|
13993
14041
|
"title": "Botpress API",
|
|
13994
14042
|
"description": "API for Botpress Cloud",
|
|
13995
14043
|
"server": "https://api.botpress.cloud",
|
|
13996
|
-
"version": "1.
|
|
14044
|
+
"version": "1.44.0",
|
|
13997
14045
|
"prefix": "v1"
|
|
13998
14046
|
},
|
|
13999
14047
|
"errors": [
|
|
@@ -14494,6 +14542,14 @@ export const state = {
|
|
|
14494
14542
|
"minLength": 28,
|
|
14495
14543
|
"maxLength": 36
|
|
14496
14544
|
},
|
|
14545
|
+
"integrationAlias": {
|
|
14546
|
+
"type": "string",
|
|
14547
|
+
"maxLength": 200
|
|
14548
|
+
},
|
|
14549
|
+
"integrationInterfaceAlias": {
|
|
14550
|
+
"type": "string",
|
|
14551
|
+
"maxLength": 200
|
|
14552
|
+
},
|
|
14497
14553
|
"interfaceId": {
|
|
14498
14554
|
"type": "string",
|
|
14499
14555
|
"minLength": 28,
|
|
@@ -14502,12 +14558,36 @@ export const state = {
|
|
|
14502
14558
|
},
|
|
14503
14559
|
"required": [
|
|
14504
14560
|
"integrationId",
|
|
14561
|
+
"integrationAlias",
|
|
14505
14562
|
"interfaceId"
|
|
14506
14563
|
],
|
|
14507
14564
|
"additionalProperties": false
|
|
14508
14565
|
},
|
|
14509
14566
|
"description": "A mapping of plugin interface aliases to their backing integrations"
|
|
14510
14567
|
},
|
|
14568
|
+
"integrations": {
|
|
14569
|
+
"type": "object",
|
|
14570
|
+
"additionalProperties": {
|
|
14571
|
+
"type": "object",
|
|
14572
|
+
"properties": {
|
|
14573
|
+
"integrationId": {
|
|
14574
|
+
"type": "string",
|
|
14575
|
+
"minLength": 28,
|
|
14576
|
+
"maxLength": 36
|
|
14577
|
+
},
|
|
14578
|
+
"integrationAlias": {
|
|
14579
|
+
"type": "string",
|
|
14580
|
+
"maxLength": 200
|
|
14581
|
+
}
|
|
14582
|
+
},
|
|
14583
|
+
"required": [
|
|
14584
|
+
"integrationId",
|
|
14585
|
+
"integrationAlias"
|
|
14586
|
+
],
|
|
14587
|
+
"additionalProperties": false
|
|
14588
|
+
},
|
|
14589
|
+
"description": "A mapping of plugin integration aliases to their backing integrations"
|
|
14590
|
+
},
|
|
14511
14591
|
"id": {
|
|
14512
14592
|
"type": "string",
|
|
14513
14593
|
"minLength": 28,
|
|
@@ -16358,6 +16438,10 @@ export const state = {
|
|
|
16358
16438
|
},
|
|
16359
16439
|
"handle": {
|
|
16360
16440
|
"type": "string"
|
|
16441
|
+
},
|
|
16442
|
+
"activeTrialId": {
|
|
16443
|
+
"type": "string",
|
|
16444
|
+
"nullable": true
|
|
16361
16445
|
}
|
|
16362
16446
|
},
|
|
16363
16447
|
"required": [
|
|
@@ -16370,7 +16454,8 @@ export const state = {
|
|
|
16370
16454
|
"billingVersion",
|
|
16371
16455
|
"plan",
|
|
16372
16456
|
"blocked",
|
|
16373
|
-
"spendingLimit"
|
|
16457
|
+
"spendingLimit",
|
|
16458
|
+
"activeTrialId"
|
|
16374
16459
|
],
|
|
16375
16460
|
"additionalProperties": false
|
|
16376
16461
|
}
|