@botpress/api 1.13.1 → 1.15.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 +212 -5
- package/dist/src/gen/admin/state.d.ts +16 -0
- package/dist/src/gen/files/state.d.ts +67 -0
- package/dist/src/gen/runtime/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +75 -0
- package/dist/src/gen/tables/state.d.ts +8 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +18 -1
- package/src/gen/files/metadata.json +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +83 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +10 -1
- package/src/gen/state.ts +91 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +10 -1
package/src/gen/admin/state.ts
CHANGED
|
@@ -4429,6 +4429,14 @@ export const state = {
|
|
|
4429
4429
|
"configuration": {
|
|
4430
4430
|
"type": "object",
|
|
4431
4431
|
"additionalProperties": true
|
|
4432
|
+
},
|
|
4433
|
+
"disabledChannels": {
|
|
4434
|
+
"type": "array",
|
|
4435
|
+
"items": {
|
|
4436
|
+
"type": "string",
|
|
4437
|
+
"description": "Channel name"
|
|
4438
|
+
},
|
|
4439
|
+
"description": "Disabled channels for this integration"
|
|
4432
4440
|
}
|
|
4433
4441
|
},
|
|
4434
4442
|
"nullable": true,
|
|
@@ -12806,7 +12814,7 @@ export const state = {
|
|
|
12806
12814
|
"title": "Botpress API",
|
|
12807
12815
|
"description": "API for Botpress Cloud",
|
|
12808
12816
|
"server": "https://api.botpress.cloud",
|
|
12809
|
-
"version": "1.
|
|
12817
|
+
"version": "1.15.0",
|
|
12810
12818
|
"prefix": "v1"
|
|
12811
12819
|
},
|
|
12812
12820
|
"errors": [
|
|
@@ -13171,6 +13179,14 @@ export const state = {
|
|
|
13171
13179
|
"maxLength": 2000,
|
|
13172
13180
|
"nullable": true
|
|
13173
13181
|
},
|
|
13182
|
+
"disabledChannels": {
|
|
13183
|
+
"type": "array",
|
|
13184
|
+
"items": {
|
|
13185
|
+
"type": "string",
|
|
13186
|
+
"description": "Channel name"
|
|
13187
|
+
},
|
|
13188
|
+
"description": "Disabled channels for this integration"
|
|
13189
|
+
},
|
|
13174
13190
|
"id": {
|
|
13175
13191
|
"type": "string",
|
|
13176
13192
|
"minLength": 28,
|
|
@@ -13227,6 +13243,7 @@ export const state = {
|
|
|
13227
13243
|
"configuration",
|
|
13228
13244
|
"status",
|
|
13229
13245
|
"statusReason",
|
|
13246
|
+
"disabledChannels",
|
|
13230
13247
|
"id",
|
|
13231
13248
|
"createdAt",
|
|
13232
13249
|
"updatedAt",
|
|
@@ -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":[],"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":["upsertFile","deleteFile","listFiles","getFile","updateFileMetadata","copyFile","searchFiles","listFilePassages","listFileTags","listFileTagValues","createKnowledgeBase","deleteKnowledgeBase","updateKnowledgeBase","listKnowledgeBases"],"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":[],"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":["upsertFile","deleteFile","listFiles","getFile","updateFileMetadata","copyFile","searchFiles","listFilePassages","setFilePassages","listFileTags","listFileTagValues","createKnowledgeBase","deleteKnowledgeBase","updateKnowledgeBase","listKnowledgeBases"],"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."}]}
|