@botpress/api 0.37.1 → 0.38.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 +592 -18
- package/dist/src/gen/state.d.ts +31 -7
- package/dist/src/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +70 -10
package/src/gen/state.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/* prettier-ignore */
|
|
4
4
|
import * as opapi from '@bpinternal/opapi'
|
|
5
|
-
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version' | 'User' | 'Conversation' | 'Event' | 'Message' | 'State' | 'Task' | 'Table' | 'Column' | 'Row' | 'File', never, 'user' | 'conversation' | 'event' | 'message' | '
|
|
5
|
+
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version' | 'User' | 'Conversation' | 'Event' | 'Message' | 'State' | 'Task' | 'Table' | 'Column' | 'Row' | 'File', never, 'user' | 'conversation' | 'event' | 'message' | 'state' | 'hub' | 'action' | 'task' | 'bot' | 'integration' | 'interface' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity' | 'tables' | 'files'>
|
|
6
6
|
export const state = {
|
|
7
7
|
"operations": {
|
|
8
8
|
"createConversation": {
|
|
@@ -2475,6 +2475,16 @@ export const state = {
|
|
|
2475
2475
|
"type": "boolean",
|
|
2476
2476
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
2477
2477
|
},
|
|
2478
|
+
"verificationStatus": {
|
|
2479
|
+
"type": "string",
|
|
2480
|
+
"enum": [
|
|
2481
|
+
"unapproved",
|
|
2482
|
+
"pending",
|
|
2483
|
+
"approved",
|
|
2484
|
+
"rejected"
|
|
2485
|
+
],
|
|
2486
|
+
"description": "Status of the integration version verification"
|
|
2487
|
+
},
|
|
2478
2488
|
"ownerWorkspace": {
|
|
2479
2489
|
"type": "object",
|
|
2480
2490
|
"properties": {
|
|
@@ -2506,6 +2516,7 @@ export const state = {
|
|
|
2506
2516
|
"description",
|
|
2507
2517
|
"iconUrl",
|
|
2508
2518
|
"public",
|
|
2519
|
+
"verificationStatus",
|
|
2509
2520
|
"ownerWorkspace"
|
|
2510
2521
|
]
|
|
2511
2522
|
}
|
|
@@ -3039,6 +3050,16 @@ export const state = {
|
|
|
3039
3050
|
"type": "boolean",
|
|
3040
3051
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
3041
3052
|
},
|
|
3053
|
+
"verificationStatus": {
|
|
3054
|
+
"type": "string",
|
|
3055
|
+
"enum": [
|
|
3056
|
+
"unapproved",
|
|
3057
|
+
"pending",
|
|
3058
|
+
"approved",
|
|
3059
|
+
"rejected"
|
|
3060
|
+
],
|
|
3061
|
+
"description": "Status of the integration version verification"
|
|
3062
|
+
},
|
|
3042
3063
|
"secrets": {
|
|
3043
3064
|
"type": "array",
|
|
3044
3065
|
"items": {
|
|
@@ -3090,6 +3111,7 @@ export const state = {
|
|
|
3090
3111
|
"iconUrl",
|
|
3091
3112
|
"readmeUrl",
|
|
3092
3113
|
"public",
|
|
3114
|
+
"verificationStatus",
|
|
3093
3115
|
"secrets",
|
|
3094
3116
|
"ownerWorkspace"
|
|
3095
3117
|
],
|
|
@@ -3618,6 +3640,16 @@ export const state = {
|
|
|
3618
3640
|
"type": "boolean",
|
|
3619
3641
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
3620
3642
|
},
|
|
3643
|
+
"verificationStatus": {
|
|
3644
|
+
"type": "string",
|
|
3645
|
+
"enum": [
|
|
3646
|
+
"unapproved",
|
|
3647
|
+
"pending",
|
|
3648
|
+
"approved",
|
|
3649
|
+
"rejected"
|
|
3650
|
+
],
|
|
3651
|
+
"description": "Status of the integration version verification"
|
|
3652
|
+
},
|
|
3621
3653
|
"secrets": {
|
|
3622
3654
|
"type": "array",
|
|
3623
3655
|
"items": {
|
|
@@ -3669,6 +3701,7 @@ export const state = {
|
|
|
3669
3701
|
"iconUrl",
|
|
3670
3702
|
"readmeUrl",
|
|
3671
3703
|
"public",
|
|
3704
|
+
"verificationStatus",
|
|
3672
3705
|
"secrets",
|
|
3673
3706
|
"ownerWorkspace"
|
|
3674
3707
|
],
|
|
@@ -8385,6 +8418,16 @@ export const state = {
|
|
|
8385
8418
|
"public": {
|
|
8386
8419
|
"type": "boolean",
|
|
8387
8420
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
8421
|
+
},
|
|
8422
|
+
"verificationStatus": {
|
|
8423
|
+
"type": "string",
|
|
8424
|
+
"enum": [
|
|
8425
|
+
"unapproved",
|
|
8426
|
+
"pending",
|
|
8427
|
+
"approved",
|
|
8428
|
+
"rejected"
|
|
8429
|
+
],
|
|
8430
|
+
"description": "Status of the integration version verification"
|
|
8388
8431
|
}
|
|
8389
8432
|
},
|
|
8390
8433
|
"required": [
|
|
@@ -8396,7 +8439,8 @@ export const state = {
|
|
|
8396
8439
|
"title",
|
|
8397
8440
|
"description",
|
|
8398
8441
|
"iconUrl",
|
|
8399
|
-
"public"
|
|
8442
|
+
"public",
|
|
8443
|
+
"verificationStatus"
|
|
8400
8444
|
]
|
|
8401
8445
|
}
|
|
8402
8446
|
},
|
|
@@ -11097,7 +11141,7 @@ export const state = {
|
|
|
11097
11141
|
"title": "Botpress API",
|
|
11098
11142
|
"description": "API for Botpress Cloud",
|
|
11099
11143
|
"server": "https://api.botpress.cloud",
|
|
11100
|
-
"version": "0.
|
|
11144
|
+
"version": "0.38.0",
|
|
11101
11145
|
"prefix": "v1"
|
|
11102
11146
|
},
|
|
11103
11147
|
"errors": [
|
|
@@ -11548,6 +11592,16 @@ export const state = {
|
|
|
11548
11592
|
"public": {
|
|
11549
11593
|
"type": "boolean",
|
|
11550
11594
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
11595
|
+
},
|
|
11596
|
+
"verificationStatus": {
|
|
11597
|
+
"type": "string",
|
|
11598
|
+
"enum": [
|
|
11599
|
+
"unapproved",
|
|
11600
|
+
"pending",
|
|
11601
|
+
"approved",
|
|
11602
|
+
"rejected"
|
|
11603
|
+
],
|
|
11604
|
+
"description": "Status of the integration version verification"
|
|
11551
11605
|
}
|
|
11552
11606
|
},
|
|
11553
11607
|
"required": [
|
|
@@ -11565,7 +11619,8 @@ export const state = {
|
|
|
11565
11619
|
"title",
|
|
11566
11620
|
"description",
|
|
11567
11621
|
"iconUrl",
|
|
11568
|
-
"public"
|
|
11622
|
+
"public",
|
|
11623
|
+
"verificationStatus"
|
|
11569
11624
|
],
|
|
11570
11625
|
"additionalProperties": false
|
|
11571
11626
|
},
|
|
@@ -12427,6 +12482,16 @@ export const state = {
|
|
|
12427
12482
|
"type": "boolean",
|
|
12428
12483
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
12429
12484
|
},
|
|
12485
|
+
"verificationStatus": {
|
|
12486
|
+
"type": "string",
|
|
12487
|
+
"enum": [
|
|
12488
|
+
"unapproved",
|
|
12489
|
+
"pending",
|
|
12490
|
+
"approved",
|
|
12491
|
+
"rejected"
|
|
12492
|
+
],
|
|
12493
|
+
"description": "Status of the integration version verification"
|
|
12494
|
+
},
|
|
12430
12495
|
"secrets": {
|
|
12431
12496
|
"type": "array",
|
|
12432
12497
|
"items": {
|
|
@@ -12457,6 +12522,7 @@ export const state = {
|
|
|
12457
12522
|
"iconUrl",
|
|
12458
12523
|
"readmeUrl",
|
|
12459
12524
|
"public",
|
|
12525
|
+
"verificationStatus",
|
|
12460
12526
|
"secrets"
|
|
12461
12527
|
],
|
|
12462
12528
|
"additionalProperties": false
|
|
@@ -13955,12 +14021,6 @@ export const state = {
|
|
|
13955
14021
|
],
|
|
13956
14022
|
"schema": "Message"
|
|
13957
14023
|
},
|
|
13958
|
-
{
|
|
13959
|
-
"description": "",
|
|
13960
|
-
"title": "File",
|
|
13961
|
-
"name": "file",
|
|
13962
|
-
"operations": []
|
|
13963
|
-
},
|
|
13964
14024
|
{
|
|
13965
14025
|
"description": "",
|
|
13966
14026
|
"title": "State",
|