@botpress/api 0.67.1 → 0.68.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/src/gen/state.ts CHANGED
@@ -10526,24 +10526,6 @@ export const state = {
10526
10526
  "description": "Conversation object configuration",
10527
10527
  "additionalProperties": false
10528
10528
  },
10529
- "code": {
10530
- "type": "object",
10531
- "properties": {
10532
- "node": {
10533
- "type": "string",
10534
- "description": "Code of plugin bundled for Node.JS"
10535
- },
10536
- "browser": {
10537
- "type": "string",
10538
- "description": "Code of plugin bundled for the browser"
10539
- }
10540
- },
10541
- "required": [
10542
- "node",
10543
- "browser"
10544
- ],
10545
- "additionalProperties": false
10546
- },
10547
10529
  "dependencies": {
10548
10530
  "type": "object",
10549
10531
  "properties": {
@@ -10579,6 +10561,24 @@ export const state = {
10579
10561
  }
10580
10562
  },
10581
10563
  "additionalProperties": false
10564
+ },
10565
+ "code": {
10566
+ "type": "object",
10567
+ "properties": {
10568
+ "node": {
10569
+ "type": "string",
10570
+ "description": "Code of plugin bundled for Node.JS"
10571
+ },
10572
+ "browser": {
10573
+ "type": "string",
10574
+ "description": "Code of plugin bundled for the browser"
10575
+ }
10576
+ },
10577
+ "required": [
10578
+ "node",
10579
+ "browser"
10580
+ ],
10581
+ "additionalProperties": false
10582
10582
  }
10583
10583
  },
10584
10584
  "required": [
@@ -10895,24 +10895,6 @@ export const state = {
10895
10895
  ],
10896
10896
  "additionalProperties": false
10897
10897
  },
10898
- "code": {
10899
- "type": "object",
10900
- "properties": {
10901
- "node": {
10902
- "type": "string",
10903
- "description": "Code of plugin bundled for Node.JS"
10904
- },
10905
- "browser": {
10906
- "type": "string",
10907
- "description": "Code of plugin bundled for the browser"
10908
- }
10909
- },
10910
- "required": [
10911
- "node",
10912
- "browser"
10913
- ],
10914
- "additionalProperties": false
10915
- },
10916
10898
  "dependencies": {
10917
10899
  "type": "object",
10918
10900
  "properties": {
@@ -10950,6 +10932,20 @@ export const state = {
10950
10932
  }
10951
10933
  },
10952
10934
  "additionalProperties": false
10935
+ },
10936
+ "code": {
10937
+ "type": "object",
10938
+ "properties": {
10939
+ "node": {
10940
+ "type": "string",
10941
+ "description": "Code of plugin bundled for Node.JS"
10942
+ },
10943
+ "browser": {
10944
+ "type": "string",
10945
+ "description": "Code of plugin bundled for the browser"
10946
+ }
10947
+ },
10948
+ "additionalProperties": false
10953
10949
  }
10954
10950
  },
10955
10951
  "title": "updatePluginBody",
@@ -11087,15 +11083,10 @@ export const state = {
11087
11083
  "path": "/v1/admin/plugins/{id}/code/{platform}",
11088
11084
  "section": "plugin",
11089
11085
  "parameters": {
11090
- "nextToken": {
11091
- "in": "query",
11092
- "description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
11093
- "type": "string"
11094
- },
11095
11086
  "id": {
11096
- "in": "path",
11097
11087
  "type": "string",
11098
- "description": "Plugin id"
11088
+ "description": "Bot ID",
11089
+ "in": "path"
11099
11090
  },
11100
11091
  "platform": {
11101
11092
  "in": "path",
@@ -14127,7 +14118,7 @@ export const state = {
14127
14118
  "title": "Botpress API",
14128
14119
  "description": "API for Botpress Cloud",
14129
14120
  "server": "https://api.botpress.cloud",
14130
- "version": "0.67.1",
14121
+ "version": "0.68.0",
14131
14122
  "prefix": "v1"
14132
14123
  },
14133
14124
  "errors": [