@botpress/api 0.37.1 → 0.37.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.
- package/dist/index.js +524 -16
- package/dist/src/gen/state.d.ts +1 -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 +2 -8
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": {
|
|
@@ -11097,7 +11097,7 @@ export const state = {
|
|
|
11097
11097
|
"title": "Botpress API",
|
|
11098
11098
|
"description": "API for Botpress Cloud",
|
|
11099
11099
|
"server": "https://api.botpress.cloud",
|
|
11100
|
-
"version": "0.37.
|
|
11100
|
+
"version": "0.37.2",
|
|
11101
11101
|
"prefix": "v1"
|
|
11102
11102
|
},
|
|
11103
11103
|
"errors": [
|
|
@@ -13955,12 +13955,6 @@ export const state = {
|
|
|
13955
13955
|
],
|
|
13956
13956
|
"schema": "Message"
|
|
13957
13957
|
},
|
|
13958
|
-
{
|
|
13959
|
-
"description": "",
|
|
13960
|
-
"title": "File",
|
|
13961
|
-
"name": "file",
|
|
13962
|
-
"operations": []
|
|
13963
|
-
},
|
|
13964
13958
|
{
|
|
13965
13959
|
"description": "",
|
|
13966
13960
|
"title": "State",
|