@operator-labs/sdk 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,8 +189,6 @@ await op.webhooks.delete(webhook.id);
189
189
 
190
190
  ### Secrets (Environment Variables)
191
191
 
192
- Secrets are encrypted environment variables stored in Azure Key Vault. Your agents can access them at runtime. The raw value is only returned once, at creation time.
193
-
194
192
  ```ts
195
193
  // List all secrets (metadata only, no raw values)
196
194
  const secrets = await op.secrets.list();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operator-labs/sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "TypeScript SDK for the Operator platform — manage agents, chat, instances, automations, and webhooks programmatically.",
5
5
  "license": "MIT",
6
6
  "type": "module",