@botpress/api 0.29.3 → 0.29.4

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
@@ -8274,11 +8274,11 @@ export const state = {
8274
8274
  "indexing_failed",
8275
8275
  "indexing_completed"
8276
8276
  ],
8277
- "description": "Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field."
8277
+ "description": "Status of the file. If the status is `upload_pending`, the file content has not been uploaded yet. The status will be set to `upload_completed` once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to `upload_failed` and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the `indexing_pending` status (the `upload_completed` status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to `indexing_completed`. If the indexing failed the status will be set to `indexing_failed` and the reason for the failure will be available in the `failedStatusReason` field."
8278
8278
  },
8279
8279
  "failedStatusReason": {
8280
8280
  "type": "string",
8281
- "description": "If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure."
8281
+ "description": "If the file status is `upload_failed` or `indexing_failed` this will contain the reason of the failure."
8282
8282
  },
8283
8283
  "uploadUrl": {
8284
8284
  "type": "string",
@@ -8435,11 +8435,11 @@ export const state = {
8435
8435
  "indexing_failed",
8436
8436
  "indexing_completed"
8437
8437
  ],
8438
- "description": "Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field."
8438
+ "description": "Status of the file. If the status is `upload_pending`, the file content has not been uploaded yet. The status will be set to `upload_completed` once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to `upload_failed` and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the `indexing_pending` status (the `upload_completed` status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to `indexing_completed`. If the indexing failed the status will be set to `indexing_failed` and the reason for the failure will be available in the `failedStatusReason` field."
8439
8439
  },
8440
8440
  "failedStatusReason": {
8441
8441
  "type": "string",
8442
- "description": "If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure."
8442
+ "description": "If the file status is `upload_failed` or `indexing_failed` this will contain the reason of the failure."
8443
8443
  }
8444
8444
  },
8445
8445
  "required": [
@@ -8567,11 +8567,11 @@ export const state = {
8567
8567
  "indexing_failed",
8568
8568
  "indexing_completed"
8569
8569
  ],
8570
- "description": "Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field."
8570
+ "description": "Status of the file. If the status is `upload_pending`, the file content has not been uploaded yet. The status will be set to `upload_completed` once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to `upload_failed` and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the `indexing_pending` status (the `upload_completed` status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to `indexing_completed`. If the indexing failed the status will be set to `indexing_failed` and the reason for the failure will be available in the `failedStatusReason` field."
8571
8571
  },
8572
8572
  "failedStatusReason": {
8573
8573
  "type": "string",
8574
- "description": "If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure."
8574
+ "description": "If the file status is `upload_failed` or `indexing_failed` this will contain the reason of the failure."
8575
8575
  }
8576
8576
  },
8577
8577
  "required": [
@@ -8718,11 +8718,11 @@ export const state = {
8718
8718
  "indexing_failed",
8719
8719
  "indexing_completed"
8720
8720
  ],
8721
- "description": "Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field."
8721
+ "description": "Status of the file. If the status is `upload_pending`, the file content has not been uploaded yet. The status will be set to `upload_completed` once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to `upload_failed` and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the `indexing_pending` status (the `upload_completed` status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to `indexing_completed`. If the indexing failed the status will be set to `indexing_failed` and the reason for the failure will be available in the `failedStatusReason` field."
8722
8722
  },
8723
8723
  "failedStatusReason": {
8724
8724
  "type": "string",
8725
- "description": "If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure."
8725
+ "description": "If the file status is `upload_failed` or `indexing_failed` this will contain the reason of the failure."
8726
8726
  }
8727
8727
  },
8728
8728
  "required": [
@@ -9758,7 +9758,7 @@ export const state = {
9758
9758
  "title": "Botpress API",
9759
9759
  "description": "API for Botpress Cloud",
9760
9760
  "server": "https://api.botpress.cloud",
9761
- "version": "0.29.3",
9761
+ "version": "0.29.4",
9762
9762
  "prefix": "v1"
9763
9763
  },
9764
9764
  "errors": [
@@ -12282,11 +12282,11 @@ export const state = {
12282
12282
  "indexing_failed",
12283
12283
  "indexing_completed"
12284
12284
  ],
12285
- "description": "Status of the file. If the status is \"upload_pending\", the file content has not been uploaded yet. The status will be set to \"upload_completed\" once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to \"upload_failed\" and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the \"indexing_pending\" status (the \"upload_completed\" status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to \"indexing_completed\". If the indexing failed the status will be set to \"indexing_failed\" and the reason for the failure will be available in the `failedStatusReason` field."
12285
+ "description": "Status of the file. If the status is `upload_pending`, the file content has not been uploaded yet. The status will be set to `upload_completed` once the file content has been uploaded successfully.\n\nIf the upload failed for any reason (e.g. exceeding the storage quota or the maximum file size limit) the status will be set to `upload_failed` and the reason for the failure will be available in the `failedStatusReason` field of the file.\n\nHowever, if the file has been uploaded and the `index` attribute was set to `true` on the file, the status will immediately transition to the `indexing_pending` status (the `upload_completed` status step will be skipped).\n\nOnce the indexing is completed and the file is ready to be used for searching its status will be set to `indexing_completed`. If the indexing failed the status will be set to `indexing_failed` and the reason for the failure will be available in the `failedStatusReason` field."
12286
12286
  },
12287
12287
  "failedStatusReason": {
12288
12288
  "type": "string",
12289
- "description": "If the file status is \"upload_failed\" or \"indexing_failed\" this will contain the reason of the failure."
12289
+ "description": "If the file status is `upload_failed` or `indexing_failed` this will contain the reason of the failure."
12290
12290
  }
12291
12291
  },
12292
12292
  "required": [