@cargo-ai/api 1.0.36 → 1.0.37
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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,6 +54,7 @@ The package exports typed **domain** namespaces and API modules for:
|
|
|
54
54
|
- **Ai** – AI resources, agents, MCP servers, files
|
|
55
55
|
- **Billing** – subscriptions and billing
|
|
56
56
|
- **Connection** – connectors, integrations, filters
|
|
57
|
+
- **Content** – knowledge files and libraries
|
|
57
58
|
- **Context** – context repository, runtime sandbox, knowledge graph
|
|
58
59
|
- **Expression** – expressions and formula helpers
|
|
59
60
|
- **Hosting** – Cargo Hosting apps, workers, deployments, env vars, custom domains
|
|
@@ -72,6 +73,7 @@ Each domain exposes **sub-areas** on the API instance. Examples:
|
|
|
72
73
|
| **Ai** | template, agent, release, chat, message, vote, document, mcpServer, mcpClient, prompt, memory, file, suggestedAction |
|
|
73
74
|
| **Billing** | usage, subscription |
|
|
74
75
|
| **Connection** | connector, integration, nativeIntegration |
|
|
76
|
+
| **Content** | file, library |
|
|
75
77
|
| **Context** | repository, runtime, graph |
|
|
76
78
|
| **Expression** | favoriteRecipe, recipe, expression |
|
|
77
79
|
| **Hosting** | app, worker, deployment, envVars, customDomain |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cargo-ai/api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"description": "Cargo API client and types",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"axios": "1.16.0",
|
|
33
33
|
"zod": "4.4.3",
|
|
34
|
-
"@cargo-ai/types": "^1.0.
|
|
34
|
+
"@cargo-ai/types": "^1.0.39",
|
|
35
35
|
"@cargo-ai/utils": "^1.0.18"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|