@botpress/api 1.3.2 → 1.4.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 +89 -38
- package/dist/src/gen/admin/state.d.ts +16 -0
- package/dist/src/gen/files/state.d.ts +4 -0
- package/dist/src/gen/runtime/state.d.ts +4 -0
- package/dist/src/gen/state.d.ts +16 -0
- package/dist/src/gen/tables/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +31 -13
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +9 -4
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +9 -4
- package/src/gen/state.ts +31 -13
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +9 -4
package/src/gen/admin/state.ts
CHANGED
|
@@ -531,7 +531,7 @@ export const state = {
|
|
|
531
531
|
},
|
|
532
532
|
"public": {
|
|
533
533
|
"type": "boolean",
|
|
534
|
-
"description": "
|
|
534
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
535
535
|
},
|
|
536
536
|
"verificationStatus": {
|
|
537
537
|
"type": "string",
|
|
@@ -1263,7 +1263,7 @@ export const state = {
|
|
|
1263
1263
|
},
|
|
1264
1264
|
"public": {
|
|
1265
1265
|
"type": "boolean",
|
|
1266
|
-
"description": "
|
|
1266
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
1267
1267
|
},
|
|
1268
1268
|
"verificationStatus": {
|
|
1269
1269
|
"type": "string",
|
|
@@ -1980,7 +1980,7 @@ export const state = {
|
|
|
1980
1980
|
},
|
|
1981
1981
|
"public": {
|
|
1982
1982
|
"type": "boolean",
|
|
1983
|
-
"description": "
|
|
1983
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
1984
1984
|
},
|
|
1985
1985
|
"verificationStatus": {
|
|
1986
1986
|
"type": "string",
|
|
@@ -6530,7 +6530,7 @@ export const state = {
|
|
|
6530
6530
|
},
|
|
6531
6531
|
"public": {
|
|
6532
6532
|
"type": "boolean",
|
|
6533
|
-
"description": "
|
|
6533
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
6534
6534
|
},
|
|
6535
6535
|
"layers": {
|
|
6536
6536
|
"type": "array",
|
|
@@ -7096,7 +7096,7 @@ export const state = {
|
|
|
7096
7096
|
},
|
|
7097
7097
|
"public": {
|
|
7098
7098
|
"type": "boolean",
|
|
7099
|
-
"description": "
|
|
7099
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
7100
7100
|
},
|
|
7101
7101
|
"layers": {
|
|
7102
7102
|
"type": "array",
|
|
@@ -7676,7 +7676,7 @@ export const state = {
|
|
|
7676
7676
|
},
|
|
7677
7677
|
"public": {
|
|
7678
7678
|
"type": "boolean",
|
|
7679
|
-
"description": "
|
|
7679
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
7680
7680
|
},
|
|
7681
7681
|
"layers": {
|
|
7682
7682
|
"type": "array",
|
|
@@ -8259,7 +8259,7 @@ export const state = {
|
|
|
8259
8259
|
},
|
|
8260
8260
|
"public": {
|
|
8261
8261
|
"type": "boolean",
|
|
8262
|
-
"description": "
|
|
8262
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
8263
8263
|
},
|
|
8264
8264
|
"layers": {
|
|
8265
8265
|
"type": "array",
|
|
@@ -8431,7 +8431,7 @@ export const state = {
|
|
|
8431
8431
|
},
|
|
8432
8432
|
"public": {
|
|
8433
8433
|
"type": "boolean",
|
|
8434
|
-
"description": "
|
|
8434
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
8435
8435
|
},
|
|
8436
8436
|
"verificationStatus": {
|
|
8437
8437
|
"type": "string",
|
|
@@ -9638,6 +9638,10 @@ export const state = {
|
|
|
9638
9638
|
"type": "string",
|
|
9639
9639
|
"maxLength": 256,
|
|
9640
9640
|
"description": "Description of the plugin. This is the description that will be displayed in the UI"
|
|
9641
|
+
},
|
|
9642
|
+
"public": {
|
|
9643
|
+
"type": "boolean",
|
|
9644
|
+
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
9641
9645
|
}
|
|
9642
9646
|
},
|
|
9643
9647
|
"required": [
|
|
@@ -10024,6 +10028,10 @@ export const state = {
|
|
|
10024
10028
|
"type": "string",
|
|
10025
10029
|
"maxLength": 256,
|
|
10026
10030
|
"description": "Description of the plugin. This is the description that will be displayed in the UI"
|
|
10031
|
+
},
|
|
10032
|
+
"public": {
|
|
10033
|
+
"type": "boolean",
|
|
10034
|
+
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
10027
10035
|
}
|
|
10028
10036
|
},
|
|
10029
10037
|
"title": "updatePluginBody",
|
|
@@ -10142,6 +10150,10 @@ export const state = {
|
|
|
10142
10150
|
"readmeUrl": {
|
|
10143
10151
|
"type": "string",
|
|
10144
10152
|
"description": "URL of the readme of the plugin. This is the readme that will be displayed in the UI"
|
|
10153
|
+
},
|
|
10154
|
+
"public": {
|
|
10155
|
+
"type": "boolean",
|
|
10156
|
+
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
10145
10157
|
}
|
|
10146
10158
|
},
|
|
10147
10159
|
"required": [
|
|
@@ -10153,7 +10165,8 @@ export const state = {
|
|
|
10153
10165
|
"title",
|
|
10154
10166
|
"description",
|
|
10155
10167
|
"iconUrl",
|
|
10156
|
-
"readmeUrl"
|
|
10168
|
+
"readmeUrl",
|
|
10169
|
+
"public"
|
|
10157
10170
|
]
|
|
10158
10171
|
}
|
|
10159
10172
|
},
|
|
@@ -10713,7 +10726,7 @@ export const state = {
|
|
|
10713
10726
|
"title": "Botpress API",
|
|
10714
10727
|
"description": "API for Botpress Cloud",
|
|
10715
10728
|
"server": "https://api.botpress.cloud",
|
|
10716
|
-
"version": "1.
|
|
10729
|
+
"version": "1.4.0",
|
|
10717
10730
|
"prefix": "v1"
|
|
10718
10731
|
},
|
|
10719
10732
|
"errors": [
|
|
@@ -11100,7 +11113,7 @@ export const state = {
|
|
|
11100
11113
|
},
|
|
11101
11114
|
"public": {
|
|
11102
11115
|
"type": "boolean",
|
|
11103
|
-
"description": "
|
|
11116
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
11104
11117
|
},
|
|
11105
11118
|
"verificationStatus": {
|
|
11106
11119
|
"type": "string",
|
|
@@ -12113,7 +12126,7 @@ export const state = {
|
|
|
12113
12126
|
},
|
|
12114
12127
|
"public": {
|
|
12115
12128
|
"type": "boolean",
|
|
12116
|
-
"description": "
|
|
12129
|
+
"description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
12117
12130
|
},
|
|
12118
12131
|
"verificationStatus": {
|
|
12119
12132
|
"type": "string",
|
|
@@ -12690,6 +12703,10 @@ export const state = {
|
|
|
12690
12703
|
"readmeUrl": {
|
|
12691
12704
|
"type": "string",
|
|
12692
12705
|
"description": "URL of the readme of the plugin. This is the readme that will be displayed in the UI"
|
|
12706
|
+
},
|
|
12707
|
+
"public": {
|
|
12708
|
+
"type": "boolean",
|
|
12709
|
+
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
12693
12710
|
}
|
|
12694
12711
|
},
|
|
12695
12712
|
"required": [
|
|
@@ -12708,7 +12725,8 @@ export const state = {
|
|
|
12708
12725
|
"title",
|
|
12709
12726
|
"description",
|
|
12710
12727
|
"iconUrl",
|
|
12711
|
-
"readmeUrl"
|
|
12728
|
+
"readmeUrl",
|
|
12729
|
+
"public"
|
|
12712
12730
|
],
|
|
12713
12731
|
"additionalProperties": false
|
|
12714
12732
|
}
|