@botpress/api 1.37.0 → 1.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.
@@ -301,6 +301,14 @@ export const state = {
301
301
  ],
302
302
  "additionalProperties": false
303
303
  },
304
+ "indexingStack": {
305
+ "type": "string",
306
+ "enum": [
307
+ "v1",
308
+ "v2"
309
+ ],
310
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
311
+ },
304
312
  "uploadUrl": {
305
313
  "type": "string",
306
314
  "description": "URL to upload the file content. File content needs to be sent to this URL via a PUT request."
@@ -525,6 +533,14 @@ export const state = {
525
533
  "required": [
526
534
  "type"
527
535
  ]
536
+ },
537
+ "indexingStack": {
538
+ "type": "string",
539
+ "enum": [
540
+ "v1",
541
+ "v2"
542
+ ],
543
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
528
544
  }
529
545
  },
530
546
  "required": [
@@ -693,6 +709,14 @@ export const state = {
693
709
  "type"
694
710
  ],
695
711
  "additionalProperties": false
712
+ },
713
+ "indexingStack": {
714
+ "type": "string",
715
+ "enum": [
716
+ "v1",
717
+ "v2"
718
+ ],
719
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
696
720
  }
697
721
  },
698
722
  "required": [
@@ -889,6 +913,14 @@ export const state = {
889
913
  "type"
890
914
  ],
891
915
  "additionalProperties": false
916
+ },
917
+ "indexingStack": {
918
+ "type": "string",
919
+ "enum": [
920
+ "v1",
921
+ "v2"
922
+ ],
923
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
892
924
  }
893
925
  },
894
926
  "required": [
@@ -1070,6 +1102,14 @@ export const state = {
1070
1102
  "type"
1071
1103
  ],
1072
1104
  "additionalProperties": false
1105
+ },
1106
+ "indexingStack": {
1107
+ "type": "string",
1108
+ "enum": [
1109
+ "v1",
1110
+ "v2"
1111
+ ],
1112
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
1073
1113
  }
1074
1114
  },
1075
1115
  "required": [
@@ -1828,7 +1868,7 @@ export const state = {
1828
1868
  "title": "Botpress API",
1829
1869
  "description": "API for Botpress Cloud",
1830
1870
  "server": "https://api.botpress.cloud",
1831
- "version": "1.37.0",
1871
+ "version": "1.38.0",
1832
1872
  "prefix": "v1"
1833
1873
  },
1834
1874
  "errors": [
@@ -5493,6 +5533,14 @@ export const state = {
5493
5533
  "type"
5494
5534
  ],
5495
5535
  "additionalProperties": false
5536
+ },
5537
+ "indexingStack": {
5538
+ "type": "string",
5539
+ "enum": [
5540
+ "v1",
5541
+ "v2"
5542
+ ],
5543
+ "description": "Indicates the indexing stack used to index this file. Present only when file was requested to be indexed. A value of \"v2\" denotes the latest stack, \"v1\" denotes the legacy stack."
5496
5544
  }
5497
5545
  },
5498
5546
  "required": [