@botpress/api 1.46.1 → 1.48.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.
@@ -2643,7 +2643,7 @@ export const state = {
2643
2643
  "title": "Botpress API",
2644
2644
  "description": "API for Botpress Cloud",
2645
2645
  "server": "https://api.botpress.cloud",
2646
- "version": "1.46.1",
2646
+ "version": "1.48.0",
2647
2647
  "prefix": "v1"
2648
2648
  },
2649
2649
  "errors": [
@@ -2722,6 +2722,11 @@ export const state = {
2722
2722
  "type": "ResourceLockedConflict",
2723
2723
  "description": "The resource is current locked and cannot be operated on until the lock is released."
2724
2724
  },
2725
+ {
2726
+ "status": 410,
2727
+ "type": "ResourceGone",
2728
+ "description": "The requested resource is no longer available."
2729
+ },
2725
2730
  {
2726
2731
  "status": 400,
2727
2732
  "type": "ReferenceNotFound",
package/src/gen/state.ts CHANGED
@@ -9020,6 +9020,11 @@ export const state = {
9020
9020
  "type": "string",
9021
9021
  "description": "Integration Version ID",
9022
9022
  "in": "path"
9023
+ },
9024
+ "integrationInstanceAlias": {
9025
+ "in": "query",
9026
+ "type": "string",
9027
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9023
9028
  }
9024
9029
  },
9025
9030
  "requestBody": {
@@ -9063,6 +9068,11 @@ export const state = {
9063
9068
  "type": "string",
9064
9069
  "description": "Integration Version ID",
9065
9070
  "in": "path"
9071
+ },
9072
+ "integrationInstanceAlias": {
9073
+ "in": "query",
9074
+ "type": "string",
9075
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9066
9076
  }
9067
9077
  },
9068
9078
  "response": {
@@ -9090,6 +9100,11 @@ export const state = {
9090
9100
  "type": "string",
9091
9101
  "description": "Integration Version ID",
9092
9102
  "in": "path"
9103
+ },
9104
+ "integrationInstanceAlias": {
9105
+ "in": "query",
9106
+ "type": "string",
9107
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9093
9108
  }
9094
9109
  },
9095
9110
  "response": {
@@ -9129,6 +9144,11 @@ export const state = {
9129
9144
  "type": "string",
9130
9145
  "description": "Integration Version ID",
9131
9146
  "in": "path"
9147
+ },
9148
+ "integrationInstanceAlias": {
9149
+ "in": "query",
9150
+ "type": "string",
9151
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9132
9152
  }
9133
9153
  },
9134
9154
  "response": {
@@ -19748,7 +19768,7 @@ export const state = {
19748
19768
  "title": "Botpress API",
19749
19769
  "description": "API for Botpress Cloud",
19750
19770
  "server": "https://api.botpress.cloud",
19751
- "version": "1.46.1",
19771
+ "version": "1.48.0",
19752
19772
  "prefix": "v1"
19753
19773
  },
19754
19774
  "errors": [
@@ -19827,6 +19847,11 @@ export const state = {
19827
19847
  "type": "ResourceLockedConflict",
19828
19848
  "description": "The resource is current locked and cannot be operated on until the lock is released."
19829
19849
  },
19850
+ {
19851
+ "status": 410,
19852
+ "type": "ResourceGone",
19853
+ "description": "The requested resource is no longer available."
19854
+ },
19830
19855
  {
19831
19856
  "status": 400,
19832
19857
  "type": "ReferenceNotFound",
@@ -1 +1 @@
1
- {"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":[]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":[],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":[],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":[],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":[],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":[],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":[],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":[],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":[],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":[]},{"title":"Helper","description":"","name":"helper","operations":[]},{"title":"Activity","description":"","name":"activity","operations":[],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":["listTables","getTable","getOrCreateTable","createTable","duplicateTable","exportTable","getTableJobs","importTable","updateTable","renameTableColumn","deleteTable","getTableRow","findTableRows","createTableRows","deleteTableRows","updateTableRows","upsertTableRows"],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}
1
+ {"sections":[{"description":"","title":"User","name":"user","operations":[],"schema":"User"},{"description":"","title":"Conversation","name":"conversation","operations":[],"schema":"Conversation"},{"description":"","title":"Event","name":"event","operations":[],"schema":"Event"},{"description":"","title":"Message","name":"message","operations":[],"schema":"Message"},{"description":"","title":"State","name":"state","operations":[],"schema":"State"},{"title":"Hub","description":"","name":"hub","operations":[]},{"description":"","title":"Action","name":"action","operations":[]},{"description":"","title":"Task","name":"task","operations":[],"schema":"Task"},{"description":"","title":"Workflow","name":"workflow","operations":[],"schema":"Workflow"},{"description":"","title":"Tag","name":"tag","operations":[]},{"title":"Bot","description":"","name":"bot","operations":[],"schema":"Bot"},{"title":"Integration","description":"","name":"integration","operations":[],"schema":"Integration"},{"title":"Interface","description":"","name":"interface","operations":[],"schema":"Interface"},{"title":"Plugin","description":"","name":"plugin","operations":[],"schema":"Plugin"},{"title":"Workspace","description":"","name":"workspace","operations":[],"schema":"Workspace"},{"title":"Workspace Member","description":"","name":"workspaceMember","operations":[],"schema":"WorkspaceMember"},{"title":"Account","description":"","name":"account","operations":[],"schema":"Account"},{"title":"Usage","description":"","name":"usage","operations":[],"schema":"Usage"},{"title":"Quotas","description":"","name":"quotas","operations":[]},{"title":"Helper","description":"","name":"helper","operations":[]},{"title":"Activity","description":"","name":"activity","operations":[],"schema":"Activity"},{"title":"Tables","description":"Manage and interact with table structures, including creation, updates, and querying of tables and their rows.","name":"tables","operations":["listTables","getTable","getOrCreateTable","createTable","duplicateTable","exportTable","getTableJobs","importTable","updateTable","renameTableColumn","deleteTable","getTableRow","findTableRows","createTableRows","deleteTableRows","updateTableRows","upsertTableRows"],"schema":"Table"},{"title":"Files","description":"The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.","name":"files","operations":[],"schema":"File"}],"errors":[{"status":500,"type":"Unknown","description":"An unknown error occurred"},{"status":500,"type":"Internal","description":"An internal error occurred"},{"status":401,"type":"Unauthorized","description":"The request requires to be authenticated."},{"status":403,"type":"Forbidden","description":"The requested action can't be peform by this resource."},{"status":413,"type":"PayloadTooLarge","description":"The request payload is too large."},{"status":400,"type":"InvalidPayload","description":"The request payload is invalid."},{"status":415,"type":"UnsupportedMediaType","description":"The request is invalid because the content-type is not supported."},{"status":405,"type":"MethodNotFound","description":"The requested method does not exist."},{"status":404,"type":"ResourceNotFound","description":"The requested resource does not exist."},{"status":400,"type":"InvalidJsonSchema","description":"The provided JSON schema is invalid."},{"status":400,"type":"InvalidDataFormat","description":"The provided data doesn't respect the provided JSON schema."},{"status":400,"type":"InvalidIdentifier","description":"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters."},{"status":409,"type":"RelationConflict","description":"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together."},{"status":409,"type":"ReferenceConstraint","description":"The resource cannot be deleted because it's referenced by another resource"},{"status":409,"type":"ResourceLockedConflict","description":"The resource is current locked and cannot be operated on until the lock is released."},{"status":410,"type":"ResourceGone","description":"The requested resource is no longer available."},{"status":400,"type":"ReferenceNotFound","description":"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request."},{"status":400,"type":"InvalidQuery","description":"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource."},{"status":400,"type":"Runtime","description":"An error happened during the execution of a runtime (bot or integration)."},{"status":409,"type":"AlreadyExists","description":"The record attempted to be created already exists."},{"status":429,"type":"RateLimited","description":"The request has been rate limited."},{"status":402,"type":"PaymentRequired","description":"A payment is required to perform this request."},{"status":403,"type":"QuotaExceeded","description":"The request exceeds the allowed quota. Quotas are a soft limit that can be increased."},{"status":413,"type":"LimitExceeded","description":"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."},{"status":400,"type":"BreakingChanges","description":"Request payload contains breaking changes which is not allowed for this resource without a version increment."}]}