@anthropic-ai/sdk 0.121.0 → 0.123.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/CHANGELOG.md +63 -0
- package/README.md +1 -1
- package/core/credentials.d.mts.map +1 -1
- package/core/credentials.d.ts.map +1 -1
- package/core/credentials.js +5 -7
- package/core/credentials.js.map +1 -1
- package/core/credentials.mjs +5 -7
- package/core/credentials.mjs.map +1 -1
- package/core/middleware.d.mts.map +1 -1
- package/core/middleware.d.ts.map +1 -1
- package/core/middleware.js +4 -4
- package/core/middleware.js.map +1 -1
- package/core/middleware.mjs +4 -4
- package/core/middleware.mjs.map +1 -1
- package/internal/errors.d.mts.map +1 -1
- package/internal/errors.d.ts.map +1 -1
- package/internal/errors.js +3 -1
- package/internal/errors.js.map +1 -1
- package/internal/errors.mjs +3 -1
- package/internal/errors.mjs.map +1 -1
- package/internal/file-store.d.mts.map +1 -1
- package/internal/file-store.d.ts.map +1 -1
- package/internal/file-store.js +23 -25
- package/internal/file-store.js.map +1 -1
- package/internal/file-store.mjs +5 -6
- package/internal/file-store.mjs.map +1 -1
- package/internal/node.browser.d.mts +9 -0
- package/internal/node.browser.d.mts.map +1 -0
- package/internal/node.browser.d.ts +9 -0
- package/internal/node.browser.d.ts.map +1 -0
- package/internal/node.browser.js +22 -0
- package/internal/node.browser.js.map +1 -0
- package/internal/node.browser.mjs +19 -0
- package/internal/node.browser.mjs.map +1 -0
- package/internal/node.d.mts +14 -0
- package/internal/node.d.mts.map +1 -0
- package/internal/node.d.ts +14 -0
- package/internal/node.d.ts.map +1 -0
- package/internal/node.js +24 -0
- package/internal/node.js.map +1 -0
- package/internal/node.mjs +14 -0
- package/internal/node.mjs.map +1 -0
- package/internal/parse.js +1 -1
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/uploads.js +10 -6
- package/internal/uploads.js.map +1 -1
- package/internal/uploads.mjs +10 -6
- package/internal/uploads.mjs.map +1 -1
- package/lib/BetaMessageStream.d.mts.map +1 -1
- package/lib/BetaMessageStream.d.ts.map +1 -1
- package/lib/BetaMessageStream.js +3 -0
- package/lib/BetaMessageStream.js.map +1 -1
- package/lib/BetaMessageStream.mjs +3 -0
- package/lib/BetaMessageStream.mjs.map +1 -1
- package/lib/credentials/credential-chain.js +1 -1
- package/lib/credentials/credential-chain.js.map +1 -1
- package/lib/credentials/credential-chain.mjs +1 -1
- package/lib/credentials/credential-chain.mjs.map +1 -1
- package/lib/credentials/identity-token.js +1 -1
- package/lib/credentials/identity-token.js.map +1 -1
- package/lib/credentials/identity-token.mjs +1 -1
- package/lib/credentials/identity-token.mjs.map +1 -1
- package/lib/credentials/types.d.mts.map +1 -1
- package/lib/credentials/types.d.ts.map +1 -1
- package/lib/credentials/types.js +2 -3
- package/lib/credentials/types.js.map +1 -1
- package/lib/credentials/types.mjs +2 -3
- package/lib/credentials/types.mjs.map +1 -1
- package/lib/credentials/user-oauth.js +1 -1
- package/lib/credentials/user-oauth.js.map +1 -1
- package/lib/credentials/user-oauth.mjs +1 -1
- package/lib/credentials/user-oauth.mjs.map +1 -1
- package/lib/middleware.d.mts.map +1 -1
- package/lib/middleware.d.ts.map +1 -1
- package/lib/middleware.js +30 -7
- package/lib/middleware.js.map +1 -1
- package/lib/middleware.mjs +30 -7
- package/lib/middleware.mjs.map +1 -1
- package/lib/sessions/accumulate.d.mts +3 -2
- package/lib/sessions/accumulate.d.mts.map +1 -1
- package/lib/sessions/accumulate.d.ts +3 -2
- package/lib/sessions/accumulate.d.ts.map +1 -1
- package/lib/sessions/accumulate.js +3 -45
- package/lib/sessions/accumulate.js.map +1 -1
- package/lib/sessions/accumulate.mjs +3 -45
- package/lib/sessions/accumulate.mjs.map +1 -1
- package/package.json +3 -1
- package/resources/beta/agents/agents.d.mts +1 -1
- package/resources/beta/agents/agents.d.mts.map +1 -1
- package/resources/beta/agents/agents.d.ts +1 -1
- package/resources/beta/agents/agents.d.ts.map +1 -1
- package/resources/beta/agents/agents.js.map +1 -1
- package/resources/beta/agents/agents.mjs.map +1 -1
- package/resources/beta/beta.d.mts +9 -9
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +9 -9
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/deployment-runs.d.mts +6 -6
- package/resources/beta/deployment-runs.d.ts +6 -6
- package/resources/beta/deployments.d.mts +3 -2
- package/resources/beta/deployments.d.mts.map +1 -1
- package/resources/beta/deployments.d.ts +3 -2
- package/resources/beta/deployments.d.ts.map +1 -1
- package/resources/beta/dreams.d.mts +28 -1
- package/resources/beta/dreams.d.mts.map +1 -1
- package/resources/beta/dreams.d.ts +28 -1
- package/resources/beta/dreams.d.ts.map +1 -1
- package/resources/beta/files.d.mts +25 -5
- package/resources/beta/files.d.mts.map +1 -1
- package/resources/beta/files.d.ts +25 -5
- package/resources/beta/files.d.ts.map +1 -1
- package/resources/beta/files.js +6 -6
- package/resources/beta/files.js.map +1 -1
- package/resources/beta/files.mjs +7 -7
- package/resources/beta/files.mjs.map +1 -1
- package/resources/beta/index.d.mts +4 -4
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +4 -4
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/memory-stores/memories.d.mts +6 -4
- package/resources/beta/memory-stores/memories.d.mts.map +1 -1
- package/resources/beta/memory-stores/memories.d.ts +6 -4
- package/resources/beta/memory-stores/memories.d.ts.map +1 -1
- package/resources/beta/messages/index.d.mts +1 -1
- package/resources/beta/messages/index.d.mts.map +1 -1
- package/resources/beta/messages/index.d.ts +1 -1
- package/resources/beta/messages/index.d.ts.map +1 -1
- package/resources/beta/messages/index.js.map +1 -1
- package/resources/beta/messages/index.mjs.map +1 -1
- package/resources/beta/messages/messages.d.mts +148 -21
- package/resources/beta/messages/messages.d.mts.map +1 -1
- package/resources/beta/messages/messages.d.ts +148 -21
- package/resources/beta/messages/messages.d.ts.map +1 -1
- package/resources/beta/messages/messages.js.map +1 -1
- package/resources/beta/messages/messages.mjs.map +1 -1
- package/resources/beta/organization/compliance-settings.d.mts +74 -0
- package/resources/beta/organization/compliance-settings.d.mts.map +1 -0
- package/resources/beta/organization/compliance-settings.d.ts +74 -0
- package/resources/beta/organization/compliance-settings.d.ts.map +1 -0
- package/resources/beta/organization/compliance-settings.js +52 -0
- package/resources/beta/organization/compliance-settings.js.map +1 -0
- package/resources/beta/organization/compliance-settings.mjs +48 -0
- package/resources/beta/organization/compliance-settings.mjs.map +1 -0
- package/resources/beta/organization/external-keys.d.mts +6 -3
- package/resources/beta/organization/external-keys.d.mts.map +1 -1
- package/resources/beta/organization/external-keys.d.ts +6 -3
- package/resources/beta/organization/external-keys.d.ts.map +1 -1
- package/resources/beta/organization/index.d.mts +1 -0
- package/resources/beta/organization/index.d.mts.map +1 -1
- package/resources/beta/organization/index.d.ts +1 -0
- package/resources/beta/organization/index.d.ts.map +1 -1
- package/resources/beta/organization/index.js +3 -1
- package/resources/beta/organization/index.js.map +1 -1
- package/resources/beta/organization/index.mjs +1 -0
- package/resources/beta/organization/index.mjs.map +1 -1
- package/resources/beta/organization/organization.d.mts +4 -0
- package/resources/beta/organization/organization.d.mts.map +1 -1
- package/resources/beta/organization/organization.d.ts +4 -0
- package/resources/beta/organization/organization.d.ts.map +1 -1
- package/resources/beta/organization/organization.js +4 -0
- package/resources/beta/organization/organization.js.map +1 -1
- package/resources/beta/organization/organization.mjs +4 -0
- package/resources/beta/organization/organization.mjs.map +1 -1
- package/resources/beta/organization/rate-limits.d.mts +2 -3
- package/resources/beta/organization/rate-limits.d.mts.map +1 -1
- package/resources/beta/organization/rate-limits.d.ts +2 -3
- package/resources/beta/organization/rate-limits.d.ts.map +1 -1
- package/resources/beta/organization/rate-limits.js +2 -3
- package/resources/beta/organization/rate-limits.js.map +1 -1
- package/resources/beta/organization/rate-limits.mjs +2 -3
- package/resources/beta/organization/rate-limits.mjs.map +1 -1
- package/resources/beta/organization/workspaces/rate-limits.d.mts +2 -3
- package/resources/beta/organization/workspaces/rate-limits.d.mts.map +1 -1
- package/resources/beta/organization/workspaces/rate-limits.d.ts +2 -3
- package/resources/beta/organization/workspaces/rate-limits.d.ts.map +1 -1
- package/resources/beta/organization/workspaces/rate-limits.js +2 -3
- package/resources/beta/organization/workspaces/rate-limits.js.map +1 -1
- package/resources/beta/organization/workspaces/rate-limits.mjs +2 -3
- package/resources/beta/organization/workspaces/rate-limits.mjs.map +1 -1
- package/resources/beta/organization/workspaces/workspaces.d.mts +28 -12
- package/resources/beta/organization/workspaces/workspaces.d.mts.map +1 -1
- package/resources/beta/organization/workspaces/workspaces.d.ts +28 -12
- package/resources/beta/organization/workspaces/workspaces.d.ts.map +1 -1
- package/resources/beta/organization/workspaces/workspaces.js.map +1 -1
- package/resources/beta/organization/workspaces/workspaces.mjs.map +1 -1
- package/resources/beta/sessions/events.d.mts +1 -1
- package/resources/beta/sessions/events.d.ts +1 -1
- package/resources/beta/sessions/sessions.d.mts +10 -10
- package/resources/beta/sessions/sessions.d.ts +10 -10
- package/resources/beta/skills/index.d.mts +2 -2
- package/resources/beta/skills/index.d.mts.map +1 -1
- package/resources/beta/skills/index.d.ts +2 -2
- package/resources/beta/skills/index.d.ts.map +1 -1
- package/resources/beta/skills/index.js.map +1 -1
- package/resources/beta/skills/index.mjs.map +1 -1
- package/resources/beta/skills/skills.d.mts +48 -120
- package/resources/beta/skills/skills.d.mts.map +1 -1
- package/resources/beta/skills/skills.d.ts +48 -120
- package/resources/beta/skills/skills.d.ts.map +1 -1
- package/resources/beta/skills/skills.js +12 -8
- package/resources/beta/skills/skills.js.map +1 -1
- package/resources/beta/skills/skills.mjs +12 -8
- package/resources/beta/skills/skills.mjs.map +1 -1
- package/resources/beta/skills/versions.d.mts +35 -138
- package/resources/beta/skills/versions.d.mts.map +1 -1
- package/resources/beta/skills/versions.d.ts +35 -138
- package/resources/beta/skills/versions.d.ts.map +1 -1
- package/resources/beta/skills/versions.js +18 -18
- package/resources/beta/skills/versions.js.map +1 -1
- package/resources/beta/skills/versions.mjs +18 -18
- package/resources/beta/skills/versions.mjs.map +1 -1
- package/resources/beta/user-profiles.d.mts +21 -25
- package/resources/beta/user-profiles.d.mts.map +1 -1
- package/resources/beta/user-profiles.d.ts +21 -25
- package/resources/beta/user-profiles.d.ts.map +1 -1
- package/resources/beta/webhooks.d.mts +16 -17
- package/resources/beta/webhooks.d.mts.map +1 -1
- package/resources/beta/webhooks.d.ts +16 -17
- package/resources/beta/webhooks.d.ts.map +1 -1
- package/resources/beta/webhooks.js +21 -8
- package/resources/beta/webhooks.js.map +1 -1
- package/resources/beta/webhooks.mjs +21 -8
- package/resources/beta/webhooks.mjs.map +1 -1
- package/resources/messages/messages.d.mts +1 -3
- package/resources/messages/messages.d.mts.map +1 -1
- package/resources/messages/messages.d.ts +1 -3
- package/resources/messages/messages.d.ts.map +1 -1
- package/resources/messages/messages.js.map +1 -1
- package/resources/messages/messages.mjs.map +1 -1
- package/src/core/credentials.ts +5 -7
- package/src/core/middleware.ts +4 -3
- package/src/internal/errors.ts +3 -1
- package/src/internal/file-store.ts +11 -10
- package/src/internal/node.browser.ts +22 -0
- package/src/internal/node.ts +14 -0
- package/src/internal/parse.ts +1 -1
- package/src/internal/uploads.ts +10 -7
- package/src/lib/BetaMessageStream.ts +4 -0
- package/src/lib/credentials/credential-chain.ts +1 -1
- package/src/lib/credentials/identity-token.ts +1 -1
- package/src/lib/credentials/types.ts +2 -3
- package/src/lib/credentials/user-oauth.ts +1 -1
- package/src/lib/middleware.ts +33 -9
- package/src/lib/sessions/accumulate.ts +7 -47
- package/src/resources/beta/agents/agents.ts +1 -0
- package/src/resources/beta/beta.ts +28 -15
- package/src/resources/beta/deployment-runs.ts +6 -6
- package/src/resources/beta/deployments.ts +3 -2
- package/src/resources/beta/dreams.ts +42 -0
- package/src/resources/beta/files.ts +34 -11
- package/src/resources/beta/index.ts +12 -7
- package/src/resources/beta/memory-stores/memories.ts +6 -4
- package/src/resources/beta/messages/index.ts +5 -1
- package/src/resources/beta/messages/messages.ts +171 -30
- package/src/resources/beta/organization/compliance-settings.ts +96 -0
- package/src/resources/beta/organization/external-keys.ts +6 -3
- package/src/resources/beta/organization/index.ts +9 -0
- package/src/resources/beta/organization/organization.ts +24 -0
- package/src/resources/beta/organization/rate-limits.ts +2 -3
- package/src/resources/beta/organization/workspaces/rate-limits.ts +2 -3
- package/src/resources/beta/organization/workspaces/workspaces.ts +28 -12
- package/src/resources/beta/sessions/events.ts +1 -1
- package/src/resources/beta/sessions/sessions.ts +10 -10
- package/src/resources/beta/skills/index.ts +7 -10
- package/src/resources/beta/skills/skills.ts +60 -150
- package/src/resources/beta/skills/versions.ts +43 -166
- package/src/resources/beta/user-profiles.ts +24 -27
- package/src/resources/beta/webhooks.ts +25 -29
- package/src/resources/messages/messages.ts +2 -8
- package/src/tools/agent-toolset/fs-util.ts +6 -5
- package/src/tools/agent-toolset/memories.ts +5 -3
- package/src/tools/agent-toolset/node.browser.ts +0 -4
- package/src/tools/agent-toolset/node.ts +118 -13
- package/src/tools/agent-toolset/skills.ts +10 -43
- package/src/version.ts +1 -1
- package/tools/agent-toolset/fs-util.d.mts.map +1 -1
- package/tools/agent-toolset/fs-util.d.ts.map +1 -1
- package/tools/agent-toolset/fs-util.js +13 -15
- package/tools/agent-toolset/fs-util.js.map +1 -1
- package/tools/agent-toolset/fs-util.mjs +3 -4
- package/tools/agent-toolset/fs-util.mjs.map +1 -1
- package/tools/agent-toolset/memories.d.mts.map +1 -1
- package/tools/agent-toolset/memories.d.ts.map +1 -1
- package/tools/agent-toolset/memories.js +6 -4
- package/tools/agent-toolset/memories.js.map +1 -1
- package/tools/agent-toolset/memories.mjs +5 -3
- package/tools/agent-toolset/memories.mjs.map +1 -1
- package/tools/agent-toolset/node.browser.d.mts +0 -1
- package/tools/agent-toolset/node.browser.d.mts.map +1 -1
- package/tools/agent-toolset/node.browser.d.ts +0 -1
- package/tools/agent-toolset/node.browser.d.ts.map +1 -1
- package/tools/agent-toolset/node.browser.js +0 -4
- package/tools/agent-toolset/node.browser.js.map +1 -1
- package/tools/agent-toolset/node.browser.mjs +0 -3
- package/tools/agent-toolset/node.browser.mjs.map +1 -1
- package/tools/agent-toolset/node.d.mts +9 -7
- package/tools/agent-toolset/node.d.mts.map +1 -1
- package/tools/agent-toolset/node.d.ts +9 -7
- package/tools/agent-toolset/node.d.ts.map +1 -1
- package/tools/agent-toolset/node.js +96 -8
- package/tools/agent-toolset/node.js.map +1 -1
- package/tools/agent-toolset/node.mjs +96 -7
- package/tools/agent-toolset/node.mjs.map +1 -1
- package/tools/agent-toolset/skills.d.mts +0 -8
- package/tools/agent-toolset/skills.d.mts.map +1 -1
- package/tools/agent-toolset/skills.d.ts +0 -8
- package/tools/agent-toolset/skills.d.ts.map +1 -1
- package/tools/agent-toolset/skills.js +20 -46
- package/tools/agent-toolset/skills.js.map +1 -1
- package/tools/agent-toolset/skills.mjs +9 -33
- package/tools/agent-toolset/skills.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -139,8 +139,12 @@ export interface BetaWorkspace {
|
|
|
139
139
|
* key-policy condition so the key is scoped to this compartment. On GCP and Azure,
|
|
140
140
|
* Anthropic enforces the compartment binding automatically; you do not need to
|
|
141
141
|
* reference this value in your key configuration. See the CMEK integration guide
|
|
142
|
-
* for the required key configuration
|
|
143
|
-
* validation.
|
|
142
|
+
* for the required key configuration; unless your organization is on Claude
|
|
143
|
+
* Platform on AWS, it includes a separate value used during key validation. On
|
|
144
|
+
* Claude Platform on AWS there is no separate validation value: the key is
|
|
145
|
+
* validated against this Workspace's own value when it is attached, so if your key
|
|
146
|
+
* policy uses the compartment condition, add this value to it before attaching the
|
|
147
|
+
* key.
|
|
144
148
|
*/
|
|
145
149
|
compartment_id: string;
|
|
146
150
|
/**
|
|
@@ -159,10 +163,14 @@ export interface BetaWorkspace {
|
|
|
159
163
|
* ID of the customer-managed encryption key (CMEK) configuration to use for this
|
|
160
164
|
* Workspace. Setting this field requires CMEK to be enabled for your organization.
|
|
161
165
|
* When set, data stored for this Workspace is encrypted with the referenced key.
|
|
162
|
-
* Create key configurations with the External Keys API.
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
+
* Create key configurations with the External Keys API. On Claude Platform on AWS
|
|
167
|
+
* the value is the AWS KMS key ARN, and the key must be a single-Region key in the
|
|
168
|
+
* same AWS account and Region as the Workspace. On that platform the key is
|
|
169
|
+
* validated against this Workspace when it is attached, so a key-policy problem is
|
|
170
|
+
* reported as an error on this request. This field is write-once: once a key is
|
|
171
|
+
* attached to a Workspace it cannot be detached or replaced. To rotate key
|
|
172
|
+
* material, rotate the underlying key on your cloud KMS; the `external_key_id`
|
|
173
|
+
* stays the same.
|
|
166
174
|
*/
|
|
167
175
|
external_key_id: string | null;
|
|
168
176
|
/**
|
|
@@ -223,8 +231,12 @@ export interface WorkspaceCreateParams {
|
|
|
223
231
|
* Body param: ID of the customer-managed encryption key (CMEK) configuration to
|
|
224
232
|
* use for this Workspace. Setting this field requires CMEK to be enabled for your
|
|
225
233
|
* organization. When set, data stored for this Workspace is encrypted with the
|
|
226
|
-
* referenced key. Create key configurations with the External Keys API.
|
|
227
|
-
*
|
|
234
|
+
* referenced key. Create key configurations with the External Keys API. On Claude
|
|
235
|
+
* Platform on AWS the value is the AWS KMS key ARN, and the key must be a
|
|
236
|
+
* single-Region key in the same AWS account and Region as the Workspace. On that
|
|
237
|
+
* platform the key is validated against this Workspace when it is attached, so a
|
|
238
|
+
* key-policy problem is reported as an error on this request. This field is
|
|
239
|
+
* write-once: once a key is attached to a Workspace it cannot be detached or
|
|
228
240
|
* replaced. To rotate key material, rotate the underlying key on your cloud KMS;
|
|
229
241
|
* the `external_key_id` stays the same.
|
|
230
242
|
*/
|
|
@@ -254,10 +266,14 @@ export interface WorkspaceUpdateParams {
|
|
|
254
266
|
* ID of the customer-managed encryption key (CMEK) configuration to use for this
|
|
255
267
|
* Workspace. Setting this field requires CMEK to be enabled for your organization.
|
|
256
268
|
* When set, data stored for this Workspace is encrypted with the referenced key.
|
|
257
|
-
* Create key configurations with the External Keys API.
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
269
|
+
* Create key configurations with the External Keys API. On Claude Platform on AWS
|
|
270
|
+
* the value is the AWS KMS key ARN, and the key must be a single-Region key in the
|
|
271
|
+
* same AWS account and Region as the Workspace. On that platform the key is
|
|
272
|
+
* validated against this Workspace when it is attached, so a key-policy problem is
|
|
273
|
+
* reported as an error on this request. This field is write-once: once a key is
|
|
274
|
+
* attached to a Workspace it cannot be detached or replaced. To rotate key
|
|
275
|
+
* material, rotate the underlying key on your cloud KMS; the `external_key_id`
|
|
276
|
+
* stays the same.
|
|
261
277
|
*/
|
|
262
278
|
external_key_id?: string;
|
|
263
279
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.d.mts","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"workspaces.d.mts","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -139,8 +139,12 @@ export interface BetaWorkspace {
|
|
|
139
139
|
* key-policy condition so the key is scoped to this compartment. On GCP and Azure,
|
|
140
140
|
* Anthropic enforces the compartment binding automatically; you do not need to
|
|
141
141
|
* reference this value in your key configuration. See the CMEK integration guide
|
|
142
|
-
* for the required key configuration
|
|
143
|
-
* validation.
|
|
142
|
+
* for the required key configuration; unless your organization is on Claude
|
|
143
|
+
* Platform on AWS, it includes a separate value used during key validation. On
|
|
144
|
+
* Claude Platform on AWS there is no separate validation value: the key is
|
|
145
|
+
* validated against this Workspace's own value when it is attached, so if your key
|
|
146
|
+
* policy uses the compartment condition, add this value to it before attaching the
|
|
147
|
+
* key.
|
|
144
148
|
*/
|
|
145
149
|
compartment_id: string;
|
|
146
150
|
/**
|
|
@@ -159,10 +163,14 @@ export interface BetaWorkspace {
|
|
|
159
163
|
* ID of the customer-managed encryption key (CMEK) configuration to use for this
|
|
160
164
|
* Workspace. Setting this field requires CMEK to be enabled for your organization.
|
|
161
165
|
* When set, data stored for this Workspace is encrypted with the referenced key.
|
|
162
|
-
* Create key configurations with the External Keys API.
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
+
* Create key configurations with the External Keys API. On Claude Platform on AWS
|
|
167
|
+
* the value is the AWS KMS key ARN, and the key must be a single-Region key in the
|
|
168
|
+
* same AWS account and Region as the Workspace. On that platform the key is
|
|
169
|
+
* validated against this Workspace when it is attached, so a key-policy problem is
|
|
170
|
+
* reported as an error on this request. This field is write-once: once a key is
|
|
171
|
+
* attached to a Workspace it cannot be detached or replaced. To rotate key
|
|
172
|
+
* material, rotate the underlying key on your cloud KMS; the `external_key_id`
|
|
173
|
+
* stays the same.
|
|
166
174
|
*/
|
|
167
175
|
external_key_id: string | null;
|
|
168
176
|
/**
|
|
@@ -223,8 +231,12 @@ export interface WorkspaceCreateParams {
|
|
|
223
231
|
* Body param: ID of the customer-managed encryption key (CMEK) configuration to
|
|
224
232
|
* use for this Workspace. Setting this field requires CMEK to be enabled for your
|
|
225
233
|
* organization. When set, data stored for this Workspace is encrypted with the
|
|
226
|
-
* referenced key. Create key configurations with the External Keys API.
|
|
227
|
-
*
|
|
234
|
+
* referenced key. Create key configurations with the External Keys API. On Claude
|
|
235
|
+
* Platform on AWS the value is the AWS KMS key ARN, and the key must be a
|
|
236
|
+
* single-Region key in the same AWS account and Region as the Workspace. On that
|
|
237
|
+
* platform the key is validated against this Workspace when it is attached, so a
|
|
238
|
+
* key-policy problem is reported as an error on this request. This field is
|
|
239
|
+
* write-once: once a key is attached to a Workspace it cannot be detached or
|
|
228
240
|
* replaced. To rotate key material, rotate the underlying key on your cloud KMS;
|
|
229
241
|
* the `external_key_id` stays the same.
|
|
230
242
|
*/
|
|
@@ -254,10 +266,14 @@ export interface WorkspaceUpdateParams {
|
|
|
254
266
|
* ID of the customer-managed encryption key (CMEK) configuration to use for this
|
|
255
267
|
* Workspace. Setting this field requires CMEK to be enabled for your organization.
|
|
256
268
|
* When set, data stored for this Workspace is encrypted with the referenced key.
|
|
257
|
-
* Create key configurations with the External Keys API.
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
269
|
+
* Create key configurations with the External Keys API. On Claude Platform on AWS
|
|
270
|
+
* the value is the AWS KMS key ARN, and the key must be a single-Region key in the
|
|
271
|
+
* same AWS account and Region as the Workspace. On that platform the key is
|
|
272
|
+
* validated against this Workspace when it is attached, so a key-policy problem is
|
|
273
|
+
* reported as an error on this request. This field is write-once: once a key is
|
|
274
|
+
* attached to a Workspace it cannot be detached or replaced. To rotate key
|
|
275
|
+
* material, rotate the underlying key on your cloud KMS; the `external_key_id`
|
|
276
|
+
* stays the same.
|
|
261
277
|
*/
|
|
262
278
|
external_key_id?: string;
|
|
263
279
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.js","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,2DAAwD;AAExD,iEAAwC;AACxC,0CAQmB;AACnB,wEAA+C;AAC/C,kDAMuB;AACvB,kFAAyD;AACzD,4DAQ4B;AAE5B,+DAAiF;AACjF,6DAA4D;AAE5D,6DAAuD;AAEvD,MAAa,UAAW,SAAQ,sBAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAiG7G,CAAC;IA/FC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,MAA6B,EAAE,OAAwB;QAC5D,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wCAAwC,EAAE;YACjE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACxF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,YAAY,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,YAAY,EAAE;YACpF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wCAAwC,EAAE,CAAA,iBAAmB,CAAA,EAAE;YAC5F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CAAC,WAAmB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF;AApGD,gCAoGC;
|
|
1
|
+
{"version":3,"file":"workspaces.js","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,2DAAwD;AAExD,iEAAwC;AACxC,0CAQmB;AACnB,wEAA+C;AAC/C,kDAMuB;AACvB,kFAAyD;AACzD,4DAQ4B;AAE5B,+DAAiF;AACjF,6DAA4D;AAE5D,6DAAuD;AAEvD,MAAa,UAAW,SAAQ,sBAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAiG7G,CAAC;IA/FC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,MAA6B,EAAE,OAAwB;QAC5D,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wCAAwC,EAAE;YACjE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACxF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,YAAY,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,YAAY,EAAE;YACpF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wCAAwC,EAAE,CAAA,iBAAmB,CAAA,EAAE;YAC5F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CAAC,WAAmB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,gCAAgC,WAAW,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF;AApGD,gCAoGC;AAwQD,UAAU,CAAC,UAAU,GAAG,wBAAU,CAAC;AACnC,UAAU,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC7B,UAAU,CAAC,eAAe,GAAG,kCAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.mjs","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,sCAAkC;AAExD,OAAO,KAAK,UAAU,sBAAkB;AACxC,OAAO,EAOL,OAAO,GACR,sBAAkB;AACnB,OAAO,KAAK,aAAa,0BAAsB;AAC/C,OAAO,EAKL,UAAU,GACX,0BAAsB;AACvB,OAAO,KAAK,kBAAkB,+BAA2B;AACzD,OAAO,EAOL,eAAe,GAChB,+BAA2B;AAE5B,OAAO,EAAE,IAAI,EAAgC,wCAAoC;AACjF,OAAO,EAAE,YAAY,EAAE,yCAAqC;AAE5D,OAAO,EAAE,IAAI,EAAE,4CAAwC;AAEvD,MAAM,OAAO,UAAW,SAAQ,WAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAiG7G,CAAC;IA/FC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,MAA6B,EAAE,OAAwB;QAC5D,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wCAAwC,EAAE;YACjE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACxF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,gCAAgC,WAAW,YAAY,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,gCAAgC,WAAW,YAAY,EAAE;YACpF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wCAAwC,EAAE,CAAA,IAAmB,CAAA,EAAE;YAC5F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CAAC,WAAmB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,gCAAgC,WAAW,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"workspaces.mjs","sourceRoot":"","sources":["../../../../src/resources/beta/organization/workspaces/workspaces.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,sCAAkC;AAExD,OAAO,KAAK,UAAU,sBAAkB;AACxC,OAAO,EAOL,OAAO,GACR,sBAAkB;AACnB,OAAO,KAAK,aAAa,0BAAsB;AAC/C,OAAO,EAKL,UAAU,GACX,0BAAsB;AACvB,OAAO,KAAK,kBAAkB,+BAA2B;AACzD,OAAO,EAOL,eAAe,GAChB,+BAA2B;AAE5B,OAAO,EAAE,IAAI,EAAgC,wCAAoC;AACjF,OAAO,EAAE,YAAY,EAAE,yCAAqC;AAE5D,OAAO,EAAE,IAAI,EAAE,4CAAwC;AAEvD,MAAM,OAAO,UAAW,SAAQ,WAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAiG7G,CAAC;IA/FC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,MAA6B,EAAE,OAAwB;QAC5D,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wCAAwC,EAAE;YACjE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACxF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,gCAAgC,WAAW,YAAY,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,WAAmB,EACnB,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,gCAAgC,WAAW,YAAY,EAAE;YACpF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wCAAwC,EAAE,CAAA,IAAmB,CAAA,EAAE;YAC5F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,OAAO,CAAC,WAAmB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,gCAAgC,WAAW,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF;AAwQD,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC;AACnC,UAAU,CAAC,OAAO,GAAG,OAAO,CAAC;AAC7B,UAAU,CAAC,eAAe,GAAG,eAAe,CAAC"}
|
|
@@ -1463,7 +1463,7 @@ export interface EventListParams extends PageCursorParams {
|
|
|
1463
1463
|
'created_at[lte]'?: string;
|
|
1464
1464
|
/**
|
|
1465
1465
|
* Query param: Sort direction for results, ordered by the event's `processed_at`.
|
|
1466
|
-
* Defaults to asc (chronological).
|
|
1466
|
+
* Defaults to `asc` (chronological).
|
|
1467
1467
|
*/
|
|
1468
1468
|
order?: 'asc' | 'desc';
|
|
1469
1469
|
/**
|
|
@@ -1463,7 +1463,7 @@ export interface EventListParams extends PageCursorParams {
|
|
|
1463
1463
|
'created_at[lte]'?: string;
|
|
1464
1464
|
/**
|
|
1465
1465
|
* Query param: Sort direction for results, ordered by the event's `processed_at`.
|
|
1466
|
-
* Defaults to asc (chronological).
|
|
1466
|
+
* Defaults to `asc` (chronological).
|
|
1467
1467
|
*/
|
|
1468
1468
|
order?: 'asc' | 'desc';
|
|
1469
1469
|
/**
|
|
@@ -348,7 +348,7 @@ export interface BetaManagedAgentsMultiagentParams {
|
|
|
348
348
|
*/
|
|
349
349
|
export type BetaManagedAgentsMultiagentRosterEntryParams = string | BetaManagedAgentsAgentParams | AgentsAPI.BetaManagedAgentsMultiagentSelfParams | BetaManagedAgentsAdvisorParams;
|
|
350
350
|
/**
|
|
351
|
-
* Evaluation state for a single outcome defined via a define_outcome event.
|
|
351
|
+
* Evaluation state for a single outcome defined via a `define_outcome` event.
|
|
352
352
|
*/
|
|
353
353
|
export interface BetaManagedAgentsOutcomeEvaluationResource {
|
|
354
354
|
/**
|
|
@@ -360,9 +360,9 @@ export interface BetaManagedAgentsOutcomeEvaluationResource {
|
|
|
360
360
|
*/
|
|
361
361
|
description: string;
|
|
362
362
|
/**
|
|
363
|
-
* Grader's verdict text from the most recent evaluation. For satisfied
|
|
364
|
-
* why criteria are met; for needs_revision (intermediate), what's missing; for
|
|
365
|
-
* failed
|
|
363
|
+
* Grader's verdict text from the most recent evaluation. For `satisfied`, explains
|
|
364
|
+
* why criteria are met; for `needs_revision` (intermediate), what's missing; for
|
|
365
|
+
* `failed`, why unrecoverable.
|
|
366
366
|
*/
|
|
367
367
|
explanation: string | null;
|
|
368
368
|
/**
|
|
@@ -422,7 +422,7 @@ export interface BetaManagedAgentsSession {
|
|
|
422
422
|
[key: string]: string;
|
|
423
423
|
};
|
|
424
424
|
/**
|
|
425
|
-
* Per-outcome evaluation state. One entry per define_outcome event sent to the
|
|
425
|
+
* Per-outcome evaluation state. One entry per `define_outcome` event sent to the
|
|
426
426
|
* session.
|
|
427
427
|
*/
|
|
428
428
|
outcome_evaluations: Array<BetaManagedAgentsOutcomeEvaluationResource>;
|
|
@@ -513,7 +513,7 @@ export interface BetaManagedAgentsSessionMultiagentCoordinator {
|
|
|
513
513
|
*/
|
|
514
514
|
export interface BetaManagedAgentsSessionStats {
|
|
515
515
|
/**
|
|
516
|
-
* Cumulative time in seconds the session spent in running status. Excludes idle
|
|
516
|
+
* Cumulative time in seconds the session spent in `running` status. Excludes idle
|
|
517
517
|
* time.
|
|
518
518
|
*/
|
|
519
519
|
active_seconds?: number;
|
|
@@ -798,7 +798,7 @@ export interface SessionListParams extends BidirectionalPageCursorParams {
|
|
|
798
798
|
*/
|
|
799
799
|
agent_id?: string;
|
|
800
800
|
/**
|
|
801
|
-
* Query param: Filter by agent version. Only applies when agent_id is also set.
|
|
801
|
+
* Query param: Filter by agent version. Only applies when `agent_id` is also set.
|
|
802
802
|
*/
|
|
803
803
|
agent_version?: number;
|
|
804
804
|
/**
|
|
@@ -827,13 +827,13 @@ export interface SessionListParams extends BidirectionalPageCursorParams {
|
|
|
827
827
|
*/
|
|
828
828
|
include_archived?: boolean;
|
|
829
829
|
/**
|
|
830
|
-
* Query param: Filter sessions whose resources contain a memory_store with this
|
|
830
|
+
* Query param: Filter sessions whose resources contain a `memory_store` with this
|
|
831
831
|
* memory store ID.
|
|
832
832
|
*/
|
|
833
833
|
memory_store_id?: string;
|
|
834
834
|
/**
|
|
835
|
-
* Query param: Sort direction for results, ordered by created_at
|
|
836
|
-
* (newest first).
|
|
835
|
+
* Query param: Sort direction for results, ordered by `created_at`. Defaults to
|
|
836
|
+
* `desc` (newest first).
|
|
837
837
|
*/
|
|
838
838
|
order?: 'asc' | 'desc';
|
|
839
839
|
/**
|
|
@@ -348,7 +348,7 @@ export interface BetaManagedAgentsMultiagentParams {
|
|
|
348
348
|
*/
|
|
349
349
|
export type BetaManagedAgentsMultiagentRosterEntryParams = string | BetaManagedAgentsAgentParams | AgentsAPI.BetaManagedAgentsMultiagentSelfParams | BetaManagedAgentsAdvisorParams;
|
|
350
350
|
/**
|
|
351
|
-
* Evaluation state for a single outcome defined via a define_outcome event.
|
|
351
|
+
* Evaluation state for a single outcome defined via a `define_outcome` event.
|
|
352
352
|
*/
|
|
353
353
|
export interface BetaManagedAgentsOutcomeEvaluationResource {
|
|
354
354
|
/**
|
|
@@ -360,9 +360,9 @@ export interface BetaManagedAgentsOutcomeEvaluationResource {
|
|
|
360
360
|
*/
|
|
361
361
|
description: string;
|
|
362
362
|
/**
|
|
363
|
-
* Grader's verdict text from the most recent evaluation. For satisfied
|
|
364
|
-
* why criteria are met; for needs_revision (intermediate), what's missing; for
|
|
365
|
-
* failed
|
|
363
|
+
* Grader's verdict text from the most recent evaluation. For `satisfied`, explains
|
|
364
|
+
* why criteria are met; for `needs_revision` (intermediate), what's missing; for
|
|
365
|
+
* `failed`, why unrecoverable.
|
|
366
366
|
*/
|
|
367
367
|
explanation: string | null;
|
|
368
368
|
/**
|
|
@@ -422,7 +422,7 @@ export interface BetaManagedAgentsSession {
|
|
|
422
422
|
[key: string]: string;
|
|
423
423
|
};
|
|
424
424
|
/**
|
|
425
|
-
* Per-outcome evaluation state. One entry per define_outcome event sent to the
|
|
425
|
+
* Per-outcome evaluation state. One entry per `define_outcome` event sent to the
|
|
426
426
|
* session.
|
|
427
427
|
*/
|
|
428
428
|
outcome_evaluations: Array<BetaManagedAgentsOutcomeEvaluationResource>;
|
|
@@ -513,7 +513,7 @@ export interface BetaManagedAgentsSessionMultiagentCoordinator {
|
|
|
513
513
|
*/
|
|
514
514
|
export interface BetaManagedAgentsSessionStats {
|
|
515
515
|
/**
|
|
516
|
-
* Cumulative time in seconds the session spent in running status. Excludes idle
|
|
516
|
+
* Cumulative time in seconds the session spent in `running` status. Excludes idle
|
|
517
517
|
* time.
|
|
518
518
|
*/
|
|
519
519
|
active_seconds?: number;
|
|
@@ -798,7 +798,7 @@ export interface SessionListParams extends BidirectionalPageCursorParams {
|
|
|
798
798
|
*/
|
|
799
799
|
agent_id?: string;
|
|
800
800
|
/**
|
|
801
|
-
* Query param: Filter by agent version. Only applies when agent_id is also set.
|
|
801
|
+
* Query param: Filter by agent version. Only applies when `agent_id` is also set.
|
|
802
802
|
*/
|
|
803
803
|
agent_version?: number;
|
|
804
804
|
/**
|
|
@@ -827,13 +827,13 @@ export interface SessionListParams extends BidirectionalPageCursorParams {
|
|
|
827
827
|
*/
|
|
828
828
|
include_archived?: boolean;
|
|
829
829
|
/**
|
|
830
|
-
* Query param: Filter sessions whose resources contain a memory_store with this
|
|
830
|
+
* Query param: Filter sessions whose resources contain a `memory_store` with this
|
|
831
831
|
* memory store ID.
|
|
832
832
|
*/
|
|
833
833
|
memory_store_id?: string;
|
|
834
834
|
/**
|
|
835
|
-
* Query param: Sort direction for results, ordered by created_at
|
|
836
|
-
* (newest first).
|
|
835
|
+
* Query param: Sort direction for results, ordered by `created_at`. Defaults to
|
|
836
|
+
* `desc` (newest first).
|
|
837
837
|
*/
|
|
838
838
|
order?: 'asc' | 'desc';
|
|
839
839
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Skills, type
|
|
2
|
-
export { Versions, type
|
|
1
|
+
export { Skills, type BetaDeletedSkill, type BetaSkill, type BetaSkillSource, type SkillCreateParams, type SkillRetrieveParams, type SkillListParams, type SkillDeleteParams, type BetaSkillsPageCursor, } from "./skills.mjs";
|
|
2
|
+
export { Versions, type BetaDeletedSkillVersion, type BetaSkillVersion, type VersionCreateParams, type VersionRetrieveParams, type VersionListParams, type VersionDeleteParams, type VersionDownloadParams, type BetaSkillVersionsPageCursor, } from "./versions.mjs";
|
|
3
3
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,GAC1B,qBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,GACjC,uBAAmB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Skills, type
|
|
2
|
-
export { Versions, type
|
|
1
|
+
export { Skills, type BetaDeletedSkill, type BetaSkill, type BetaSkillSource, type SkillCreateParams, type SkillRetrieveParams, type SkillListParams, type SkillDeleteParams, type BetaSkillsPageCursor, } from "./skills.js";
|
|
2
|
+
export { Versions, type BetaDeletedSkillVersion, type BetaSkillVersion, type VersionCreateParams, type VersionRetrieveParams, type VersionListParams, type VersionDeleteParams, type VersionDownloadParams, type BetaSkillVersionsPageCursor, } from "./versions.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,GAC1B,oBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,GACjC,sBAAmB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAUkB;AAThB,gGAAA,MAAM,OAAA;AAUR,0CAUoB;AATlB,oGAAA,QAAQ,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,MAAM,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/beta/skills/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,MAAM,GASP,qBAAiB;AAClB,OAAO,EACL,QAAQ,GAST,uBAAmB"}
|