@botpress/api 0.27.15 → 0.27.17
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 +35698 -43553
- package/dist/src/gen/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +27 -9
package/src/gen/state.ts
CHANGED
|
@@ -2022,7 +2022,8 @@ export const state = {
|
|
|
2022
2022
|
"type": "string"
|
|
2023
2023
|
},
|
|
2024
2024
|
"displayName": {
|
|
2025
|
-
"type": "string"
|
|
2025
|
+
"type": "string",
|
|
2026
|
+
"maxLength": 100
|
|
2026
2027
|
},
|
|
2027
2028
|
"emailVerified": {
|
|
2028
2029
|
"type": "boolean"
|
|
@@ -2069,7 +2070,8 @@ export const state = {
|
|
|
2069
2070
|
"type": "object",
|
|
2070
2071
|
"properties": {
|
|
2071
2072
|
"displayName": {
|
|
2072
|
-
"type": "string"
|
|
2073
|
+
"type": "string",
|
|
2074
|
+
"maxLength": 100
|
|
2073
2075
|
},
|
|
2074
2076
|
"profilePicture": {
|
|
2075
2077
|
"type": "string"
|
|
@@ -2097,7 +2099,8 @@ export const state = {
|
|
|
2097
2099
|
"type": "string"
|
|
2098
2100
|
},
|
|
2099
2101
|
"displayName": {
|
|
2100
|
-
"type": "string"
|
|
2102
|
+
"type": "string",
|
|
2103
|
+
"maxLength": 100
|
|
2101
2104
|
},
|
|
2102
2105
|
"emailVerified": {
|
|
2103
2106
|
"type": "boolean"
|
|
@@ -9683,7 +9686,7 @@ export const state = {
|
|
|
9683
9686
|
"title": "Botpress API",
|
|
9684
9687
|
"description": "API for Botpress Cloud",
|
|
9685
9688
|
"server": "https://api.botpress.cloud",
|
|
9686
|
-
"version": "0.27.
|
|
9689
|
+
"version": "0.27.17",
|
|
9687
9690
|
"prefix": "v1"
|
|
9688
9691
|
},
|
|
9689
9692
|
"errors": [
|
|
@@ -11103,7 +11106,8 @@ export const state = {
|
|
|
11103
11106
|
"type": "string"
|
|
11104
11107
|
},
|
|
11105
11108
|
"displayName": {
|
|
11106
|
-
"type": "string"
|
|
11109
|
+
"type": "string",
|
|
11110
|
+
"maxLength": 100
|
|
11107
11111
|
},
|
|
11108
11112
|
"emailVerified": {
|
|
11109
11113
|
"type": "boolean"
|
|
@@ -11872,11 +11876,18 @@ export const state = {
|
|
|
11872
11876
|
"description": "Prompt when action is \"ai\""
|
|
11873
11877
|
},
|
|
11874
11878
|
"model": {
|
|
11875
|
-
"default": "gpt-
|
|
11879
|
+
"default": "gpt-4o",
|
|
11876
11880
|
"type": "string",
|
|
11877
11881
|
"enum": [
|
|
11878
11882
|
"gpt-3.5-turbo",
|
|
11879
|
-
"gpt-
|
|
11883
|
+
"gpt-3.5-turbo-0125",
|
|
11884
|
+
"gpt-3.5-turbo-1106",
|
|
11885
|
+
"gpt-3.5-turbo-16k",
|
|
11886
|
+
"gpt-4o",
|
|
11887
|
+
"gpt-4",
|
|
11888
|
+
"gpt-4-turbo",
|
|
11889
|
+
"gpt-4-0125-preview",
|
|
11890
|
+
"gpt-4-1106-preview"
|
|
11880
11891
|
],
|
|
11881
11892
|
"description": "Model to use when action is \"ai\""
|
|
11882
11893
|
},
|
|
@@ -12031,11 +12042,18 @@ export const state = {
|
|
|
12031
12042
|
"description": "Prompt when action is \"ai\""
|
|
12032
12043
|
},
|
|
12033
12044
|
"model": {
|
|
12034
|
-
"default": "gpt-
|
|
12045
|
+
"default": "gpt-4o",
|
|
12035
12046
|
"type": "string",
|
|
12036
12047
|
"enum": [
|
|
12037
12048
|
"gpt-3.5-turbo",
|
|
12038
|
-
"gpt-
|
|
12049
|
+
"gpt-3.5-turbo-0125",
|
|
12050
|
+
"gpt-3.5-turbo-1106",
|
|
12051
|
+
"gpt-3.5-turbo-16k",
|
|
12052
|
+
"gpt-4o",
|
|
12053
|
+
"gpt-4",
|
|
12054
|
+
"gpt-4-turbo",
|
|
12055
|
+
"gpt-4-0125-preview",
|
|
12056
|
+
"gpt-4-1106-preview"
|
|
12039
12057
|
],
|
|
12040
12058
|
"description": "Model to use when action is \"ai\""
|
|
12041
12059
|
},
|