@anthropic-ai/sdk 0.103.0 → 0.104.1
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 +16 -0
- package/package.json +23 -1
- package/resources/beta/beta.d.mts +10 -2
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +10 -2
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js +8 -0
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs +8 -0
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/deployment-runs.d.mts +306 -0
- package/resources/beta/deployment-runs.d.mts.map +1 -0
- package/resources/beta/deployment-runs.d.ts +306 -0
- package/resources/beta/deployment-runs.d.ts.map +1 -0
- package/resources/beta/deployment-runs.js +55 -0
- package/resources/beta/deployment-runs.js.map +1 -0
- package/resources/beta/deployment-runs.mjs +51 -0
- package/resources/beta/deployment-runs.mjs.map +1 -0
- package/resources/beta/deployments.d.mts +671 -0
- package/resources/beta/deployments.d.mts.map +1 -0
- package/resources/beta/deployments.d.ts +671 -0
- package/resources/beta/deployments.d.ts.map +1 -0
- package/resources/beta/deployments.js +184 -0
- package/resources/beta/deployments.js.map +1 -0
- package/resources/beta/deployments.mjs +180 -0
- package/resources/beta/deployments.mjs.map +1 -0
- package/resources/beta/index.d.mts +3 -1
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +3 -1
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js +5 -1
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs +2 -0
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/messages/messages.d.mts +1 -1
- package/resources/beta/messages/messages.d.mts.map +1 -1
- package/resources/beta/messages/messages.d.ts +1 -1
- package/resources/beta/messages/messages.d.ts.map +1 -1
- package/resources/beta/sessions/events.d.mts +44 -6
- package/resources/beta/sessions/events.d.mts.map +1 -1
- package/resources/beta/sessions/events.d.ts +44 -6
- package/resources/beta/sessions/events.d.ts.map +1 -1
- package/resources/beta/sessions/events.js.map +1 -1
- package/resources/beta/sessions/events.mjs.map +1 -1
- package/resources/beta/sessions/index.d.mts +2 -2
- package/resources/beta/sessions/index.d.mts.map +1 -1
- package/resources/beta/sessions/index.d.ts +2 -2
- package/resources/beta/sessions/index.d.ts.map +1 -1
- package/resources/beta/sessions/index.js.map +1 -1
- package/resources/beta/sessions/index.mjs.map +1 -1
- package/resources/beta/sessions/sessions.d.mts +41 -3
- package/resources/beta/sessions/sessions.d.mts.map +1 -1
- package/resources/beta/sessions/sessions.d.ts +41 -3
- package/resources/beta/sessions/sessions.d.ts.map +1 -1
- package/resources/beta/sessions/sessions.js.map +1 -1
- package/resources/beta/sessions/sessions.mjs.map +1 -1
- package/resources/beta/sessions/threads/threads.d.mts +1 -1
- package/resources/beta/sessions/threads/threads.d.mts.map +1 -1
- package/resources/beta/sessions/threads/threads.d.ts +1 -1
- package/resources/beta/sessions/threads/threads.d.ts.map +1 -1
- package/resources/beta/sessions/threads/threads.js.map +1 -1
- package/resources/beta/sessions/threads/threads.mjs.map +1 -1
- package/resources/beta/vaults/credentials.d.mts +97 -4
- package/resources/beta/vaults/credentials.d.mts.map +1 -1
- package/resources/beta/vaults/credentials.d.ts +97 -4
- package/resources/beta/vaults/credentials.d.ts.map +1 -1
- package/resources/beta/vaults/index.d.mts +1 -1
- package/resources/beta/vaults/index.d.mts.map +1 -1
- package/resources/beta/vaults/index.d.ts +1 -1
- package/resources/beta/vaults/index.d.ts.map +1 -1
- package/resources/beta/vaults/index.js.map +1 -1
- package/resources/beta/vaults/index.mjs.map +1 -1
- package/resources/beta/vaults/vaults.d.mts +2 -2
- package/resources/beta/vaults/vaults.d.mts.map +1 -1
- package/resources/beta/vaults/vaults.d.ts +2 -2
- package/resources/beta/vaults/vaults.d.ts.map +1 -1
- package/resources/beta/vaults/vaults.js.map +1 -1
- package/resources/beta/vaults/vaults.mjs.map +1 -1
- package/resources/beta/webhooks.d.mts +12 -0
- package/resources/beta/webhooks.d.mts.map +1 -1
- package/resources/beta/webhooks.d.ts +12 -0
- package/resources/beta/webhooks.d.ts.map +1 -1
- package/resources/messages/messages.d.mts +1 -1
- package/resources/messages/messages.d.mts.map +1 -1
- package/resources/messages/messages.d.ts +1 -1
- package/resources/messages/messages.d.ts.map +1 -1
- package/src/resources/beta/beta.ts +156 -0
- package/src/resources/beta/deployment-runs.ts +441 -0
- package/src/resources/beta/deployments.ts +965 -0
- package/src/resources/beta/index.ts +74 -0
- package/src/resources/beta/messages/messages.ts +1 -1
- package/src/resources/beta/sessions/events.ts +59 -4
- package/src/resources/beta/sessions/index.ts +4 -0
- package/src/resources/beta/sessions/sessions.ts +52 -0
- package/src/resources/beta/sessions/threads/threads.ts +2 -1
- package/src/resources/beta/vaults/credentials.ts +134 -3
- package/src/resources/beta/vaults/index.ts +8 -0
- package/src/resources/beta/vaults/vaults.ts +16 -0
- package/src/resources/beta/webhooks.ts +15 -0
- package/src/resources/messages/messages.ts +1 -1
- package/src/tools/agent-toolset/node.browser.ts +90 -0
- package/src/tools/memory/node.browser.ts +64 -0
- package/src/version.ts +1 -1
- package/tools/agent-toolset/node.browser.d.mts +42 -0
- package/tools/agent-toolset/node.browser.d.mts.map +1 -0
- package/tools/agent-toolset/node.browser.d.ts +42 -0
- package/tools/agent-toolset/node.browser.d.ts.map +1 -0
- package/tools/agent-toolset/node.browser.js +81 -0
- package/tools/agent-toolset/node.browser.js.map +1 -0
- package/tools/agent-toolset/node.browser.mjs +66 -0
- package/tools/agent-toolset/node.browser.mjs.map +1 -0
- package/tools/memory/node.browser.d.mts +27 -0
- package/tools/memory/node.browser.d.mts.map +1 -0
- package/tools/memory/node.browser.d.ts +27 -0
- package/tools/memory/node.browser.d.ts.map +1 -0
- package/tools/memory/node.browser.js +49 -0
- package/tools/memory/node.browser.js.map +1 -0
- package/tools/memory/node.browser.mjs +44 -0
- package/tools/memory/node.browser.mjs.map +1 -0
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as DeploymentRunsAPI from './deployment-runs';
|
|
5
|
+
import {
|
|
6
|
+
BetaManagedAgentsAgentArchivedRunError,
|
|
7
|
+
BetaManagedAgentsDeploymentRun,
|
|
8
|
+
BetaManagedAgentsDeploymentRunsPageCursor,
|
|
9
|
+
BetaManagedAgentsEnvironmentArchivedRunError,
|
|
10
|
+
BetaManagedAgentsEnvironmentNotFoundRunError,
|
|
11
|
+
BetaManagedAgentsFileNotFoundRunError,
|
|
12
|
+
BetaManagedAgentsMCPEgressBlockedRunError,
|
|
13
|
+
BetaManagedAgentsManualTriggerContext,
|
|
14
|
+
BetaManagedAgentsMemoryStoreArchivedRunError,
|
|
15
|
+
BetaManagedAgentsOrganizationDisabledRunError,
|
|
16
|
+
BetaManagedAgentsScheduleTriggerContext,
|
|
17
|
+
BetaManagedAgentsSelfHostedResourcesUnsupportedRunError,
|
|
18
|
+
BetaManagedAgentsSessionCreationRejectedRunError,
|
|
19
|
+
BetaManagedAgentsSessionRateLimitedRunError,
|
|
20
|
+
BetaManagedAgentsSessionResourceNotFoundRunError,
|
|
21
|
+
BetaManagedAgentsSkillNotFoundRunError,
|
|
22
|
+
BetaManagedAgentsTriggerContext,
|
|
23
|
+
BetaManagedAgentsTriggerType,
|
|
24
|
+
BetaManagedAgentsUnknownRunError,
|
|
25
|
+
BetaManagedAgentsVaultArchivedRunError,
|
|
26
|
+
BetaManagedAgentsVaultNotFoundRunError,
|
|
27
|
+
BetaManagedAgentsWorkspaceArchivedRunError,
|
|
28
|
+
DeploymentRunListParams,
|
|
29
|
+
DeploymentRunRetrieveParams,
|
|
30
|
+
DeploymentRuns,
|
|
31
|
+
} from './deployment-runs';
|
|
32
|
+
import * as DeploymentsAPI from './deployments';
|
|
33
|
+
import {
|
|
34
|
+
BetaManagedAgentsAgentArchivedDeploymentPausedReasonError,
|
|
35
|
+
BetaManagedAgentsCronSchedule,
|
|
36
|
+
BetaManagedAgentsCronScheduleParams,
|
|
37
|
+
BetaManagedAgentsDeployment,
|
|
38
|
+
BetaManagedAgentsDeploymentInitialEvent,
|
|
39
|
+
BetaManagedAgentsDeploymentInitialEventParams,
|
|
40
|
+
BetaManagedAgentsDeploymentPausedReason,
|
|
41
|
+
BetaManagedAgentsDeploymentPausedReasonError,
|
|
42
|
+
BetaManagedAgentsDeploymentStatus,
|
|
43
|
+
BetaManagedAgentsDeploymentSystemMessageEvent,
|
|
44
|
+
BetaManagedAgentsDeploymentUserDefineOutcomeEvent,
|
|
45
|
+
BetaManagedAgentsDeploymentUserMessageEvent,
|
|
46
|
+
BetaManagedAgentsDeploymentsPageCursor,
|
|
47
|
+
BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError,
|
|
48
|
+
BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError,
|
|
49
|
+
BetaManagedAgentsErrorDeploymentPausedReason,
|
|
50
|
+
BetaManagedAgentsFileNotFoundDeploymentPausedReasonError,
|
|
51
|
+
BetaManagedAgentsFileResourceConfig,
|
|
52
|
+
BetaManagedAgentsGitHubRepositoryResourceConfig,
|
|
53
|
+
BetaManagedAgentsMCPEgressBlockedDeploymentPausedReasonError,
|
|
54
|
+
BetaManagedAgentsManualDeploymentPausedReason,
|
|
55
|
+
BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError,
|
|
56
|
+
BetaManagedAgentsMemoryStoreResourceConfig,
|
|
57
|
+
BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError,
|
|
58
|
+
BetaManagedAgentsSchedule,
|
|
59
|
+
BetaManagedAgentsScheduleParams,
|
|
60
|
+
BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError,
|
|
61
|
+
BetaManagedAgentsSessionResourceConfig,
|
|
62
|
+
BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError,
|
|
63
|
+
BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError,
|
|
64
|
+
BetaManagedAgentsUnknownDeploymentPausedReasonError,
|
|
65
|
+
BetaManagedAgentsVaultArchivedDeploymentPausedReasonError,
|
|
66
|
+
BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError,
|
|
67
|
+
BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError,
|
|
68
|
+
DeploymentArchiveParams,
|
|
69
|
+
DeploymentCreateParams,
|
|
70
|
+
DeploymentListParams,
|
|
71
|
+
DeploymentPauseParams,
|
|
72
|
+
DeploymentRetrieveParams,
|
|
73
|
+
DeploymentRunParams,
|
|
74
|
+
DeploymentUnpauseParams,
|
|
75
|
+
DeploymentUpdateParams,
|
|
76
|
+
Deployments,
|
|
77
|
+
} from './deployments';
|
|
4
78
|
import * as FilesAPI from './files';
|
|
5
79
|
import {
|
|
6
80
|
BetaFileScope,
|
|
@@ -401,6 +475,8 @@ import {
|
|
|
401
475
|
BetaManagedAgentsSessionUpdatedEvent,
|
|
402
476
|
BetaManagedAgentsSessionUsage,
|
|
403
477
|
BetaManagedAgentsSessionsPageCursor,
|
|
478
|
+
BetaManagedAgentsSystemContentBlock,
|
|
479
|
+
BetaManagedAgentsSystemMessageEvent,
|
|
404
480
|
BetaManagedAgentsUserToolResultEvent,
|
|
405
481
|
SessionArchiveParams,
|
|
406
482
|
SessionCreateParams,
|
|
@@ -443,6 +519,8 @@ export class Beta extends APIResource {
|
|
|
443
519
|
agents: AgentsAPI.Agents = new AgentsAPI.Agents(this._client);
|
|
444
520
|
environments: EnvironmentsAPI.Environments = new EnvironmentsAPI.Environments(this._client);
|
|
445
521
|
sessions: SessionsAPI.Sessions = new SessionsAPI.Sessions(this._client);
|
|
522
|
+
deployments: DeploymentsAPI.Deployments = new DeploymentsAPI.Deployments(this._client);
|
|
523
|
+
deploymentRuns: DeploymentRunsAPI.DeploymentRuns = new DeploymentRunsAPI.DeploymentRuns(this._client);
|
|
446
524
|
vaults: VaultsAPI.Vaults = new VaultsAPI.Vaults(this._client);
|
|
447
525
|
memoryStores: MemoryStoresAPI.MemoryStores = new MemoryStoresAPI.MemoryStores(this._client);
|
|
448
526
|
files: FilesAPI.Files = new FilesAPI.Files(this._client);
|
|
@@ -560,6 +638,8 @@ Beta.Messages = Messages;
|
|
|
560
638
|
Beta.Agents = Agents;
|
|
561
639
|
Beta.Environments = Environments;
|
|
562
640
|
Beta.Sessions = Sessions;
|
|
641
|
+
Beta.Deployments = Deployments;
|
|
642
|
+
Beta.DeploymentRuns = DeploymentRuns;
|
|
563
643
|
Beta.Vaults = Vaults;
|
|
564
644
|
Beta.MemoryStores = MemoryStores;
|
|
565
645
|
Beta.Files = Files;
|
|
@@ -914,6 +994,8 @@ export declare namespace Beta {
|
|
|
914
994
|
type BetaManagedAgentsSessionStats as BetaManagedAgentsSessionStats,
|
|
915
995
|
type BetaManagedAgentsSessionUpdatedEvent as BetaManagedAgentsSessionUpdatedEvent,
|
|
916
996
|
type BetaManagedAgentsSessionUsage as BetaManagedAgentsSessionUsage,
|
|
997
|
+
type BetaManagedAgentsSystemContentBlock as BetaManagedAgentsSystemContentBlock,
|
|
998
|
+
type BetaManagedAgentsSystemMessageEvent as BetaManagedAgentsSystemMessageEvent,
|
|
917
999
|
type BetaManagedAgentsUserToolResultEvent as BetaManagedAgentsUserToolResultEvent,
|
|
918
1000
|
type BetaManagedAgentsSessionsPageCursor as BetaManagedAgentsSessionsPageCursor,
|
|
919
1001
|
type SessionCreateParams as SessionCreateParams,
|
|
@@ -924,6 +1006,80 @@ export declare namespace Beta {
|
|
|
924
1006
|
type SessionArchiveParams as SessionArchiveParams,
|
|
925
1007
|
};
|
|
926
1008
|
|
|
1009
|
+
export {
|
|
1010
|
+
Deployments as Deployments,
|
|
1011
|
+
type BetaManagedAgentsAgentArchivedDeploymentPausedReasonError as BetaManagedAgentsAgentArchivedDeploymentPausedReasonError,
|
|
1012
|
+
type BetaManagedAgentsCronSchedule as BetaManagedAgentsCronSchedule,
|
|
1013
|
+
type BetaManagedAgentsCronScheduleParams as BetaManagedAgentsCronScheduleParams,
|
|
1014
|
+
type BetaManagedAgentsDeployment as BetaManagedAgentsDeployment,
|
|
1015
|
+
type BetaManagedAgentsDeploymentInitialEvent as BetaManagedAgentsDeploymentInitialEvent,
|
|
1016
|
+
type BetaManagedAgentsDeploymentInitialEventParams as BetaManagedAgentsDeploymentInitialEventParams,
|
|
1017
|
+
type BetaManagedAgentsDeploymentPausedReason as BetaManagedAgentsDeploymentPausedReason,
|
|
1018
|
+
type BetaManagedAgentsDeploymentPausedReasonError as BetaManagedAgentsDeploymentPausedReasonError,
|
|
1019
|
+
type BetaManagedAgentsDeploymentStatus as BetaManagedAgentsDeploymentStatus,
|
|
1020
|
+
type BetaManagedAgentsDeploymentSystemMessageEvent as BetaManagedAgentsDeploymentSystemMessageEvent,
|
|
1021
|
+
type BetaManagedAgentsDeploymentUserDefineOutcomeEvent as BetaManagedAgentsDeploymentUserDefineOutcomeEvent,
|
|
1022
|
+
type BetaManagedAgentsDeploymentUserMessageEvent as BetaManagedAgentsDeploymentUserMessageEvent,
|
|
1023
|
+
type BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError as BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError,
|
|
1024
|
+
type BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError as BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError,
|
|
1025
|
+
type BetaManagedAgentsErrorDeploymentPausedReason as BetaManagedAgentsErrorDeploymentPausedReason,
|
|
1026
|
+
type BetaManagedAgentsFileNotFoundDeploymentPausedReasonError as BetaManagedAgentsFileNotFoundDeploymentPausedReasonError,
|
|
1027
|
+
type BetaManagedAgentsFileResourceConfig as BetaManagedAgentsFileResourceConfig,
|
|
1028
|
+
type BetaManagedAgentsGitHubRepositoryResourceConfig as BetaManagedAgentsGitHubRepositoryResourceConfig,
|
|
1029
|
+
type BetaManagedAgentsManualDeploymentPausedReason as BetaManagedAgentsManualDeploymentPausedReason,
|
|
1030
|
+
type BetaManagedAgentsMCPEgressBlockedDeploymentPausedReasonError as BetaManagedAgentsMCPEgressBlockedDeploymentPausedReasonError,
|
|
1031
|
+
type BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError as BetaManagedAgentsMemoryStoreArchivedDeploymentPausedReasonError,
|
|
1032
|
+
type BetaManagedAgentsMemoryStoreResourceConfig as BetaManagedAgentsMemoryStoreResourceConfig,
|
|
1033
|
+
type BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError as BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError,
|
|
1034
|
+
type BetaManagedAgentsSchedule as BetaManagedAgentsSchedule,
|
|
1035
|
+
type BetaManagedAgentsScheduleParams as BetaManagedAgentsScheduleParams,
|
|
1036
|
+
type BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError as BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError,
|
|
1037
|
+
type BetaManagedAgentsSessionResourceConfig as BetaManagedAgentsSessionResourceConfig,
|
|
1038
|
+
type BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError as BetaManagedAgentsSessionResourceNotFoundDeploymentPausedReasonError,
|
|
1039
|
+
type BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError as BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError,
|
|
1040
|
+
type BetaManagedAgentsUnknownDeploymentPausedReasonError as BetaManagedAgentsUnknownDeploymentPausedReasonError,
|
|
1041
|
+
type BetaManagedAgentsVaultArchivedDeploymentPausedReasonError as BetaManagedAgentsVaultArchivedDeploymentPausedReasonError,
|
|
1042
|
+
type BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError as BetaManagedAgentsVaultNotFoundDeploymentPausedReasonError,
|
|
1043
|
+
type BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError as BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError,
|
|
1044
|
+
type BetaManagedAgentsDeploymentsPageCursor as BetaManagedAgentsDeploymentsPageCursor,
|
|
1045
|
+
type DeploymentCreateParams as DeploymentCreateParams,
|
|
1046
|
+
type DeploymentRetrieveParams as DeploymentRetrieveParams,
|
|
1047
|
+
type DeploymentUpdateParams as DeploymentUpdateParams,
|
|
1048
|
+
type DeploymentListParams as DeploymentListParams,
|
|
1049
|
+
type DeploymentArchiveParams as DeploymentArchiveParams,
|
|
1050
|
+
type DeploymentPauseParams as DeploymentPauseParams,
|
|
1051
|
+
type DeploymentRunParams as DeploymentRunParams,
|
|
1052
|
+
type DeploymentUnpauseParams as DeploymentUnpauseParams,
|
|
1053
|
+
};
|
|
1054
|
+
|
|
1055
|
+
export {
|
|
1056
|
+
DeploymentRuns as DeploymentRuns,
|
|
1057
|
+
type BetaManagedAgentsAgentArchivedRunError as BetaManagedAgentsAgentArchivedRunError,
|
|
1058
|
+
type BetaManagedAgentsDeploymentRun as BetaManagedAgentsDeploymentRun,
|
|
1059
|
+
type BetaManagedAgentsEnvironmentArchivedRunError as BetaManagedAgentsEnvironmentArchivedRunError,
|
|
1060
|
+
type BetaManagedAgentsEnvironmentNotFoundRunError as BetaManagedAgentsEnvironmentNotFoundRunError,
|
|
1061
|
+
type BetaManagedAgentsFileNotFoundRunError as BetaManagedAgentsFileNotFoundRunError,
|
|
1062
|
+
type BetaManagedAgentsManualTriggerContext as BetaManagedAgentsManualTriggerContext,
|
|
1063
|
+
type BetaManagedAgentsMCPEgressBlockedRunError as BetaManagedAgentsMCPEgressBlockedRunError,
|
|
1064
|
+
type BetaManagedAgentsMemoryStoreArchivedRunError as BetaManagedAgentsMemoryStoreArchivedRunError,
|
|
1065
|
+
type BetaManagedAgentsOrganizationDisabledRunError as BetaManagedAgentsOrganizationDisabledRunError,
|
|
1066
|
+
type BetaManagedAgentsScheduleTriggerContext as BetaManagedAgentsScheduleTriggerContext,
|
|
1067
|
+
type BetaManagedAgentsSelfHostedResourcesUnsupportedRunError as BetaManagedAgentsSelfHostedResourcesUnsupportedRunError,
|
|
1068
|
+
type BetaManagedAgentsSessionCreationRejectedRunError as BetaManagedAgentsSessionCreationRejectedRunError,
|
|
1069
|
+
type BetaManagedAgentsSessionRateLimitedRunError as BetaManagedAgentsSessionRateLimitedRunError,
|
|
1070
|
+
type BetaManagedAgentsSessionResourceNotFoundRunError as BetaManagedAgentsSessionResourceNotFoundRunError,
|
|
1071
|
+
type BetaManagedAgentsSkillNotFoundRunError as BetaManagedAgentsSkillNotFoundRunError,
|
|
1072
|
+
type BetaManagedAgentsTriggerContext as BetaManagedAgentsTriggerContext,
|
|
1073
|
+
type BetaManagedAgentsTriggerType as BetaManagedAgentsTriggerType,
|
|
1074
|
+
type BetaManagedAgentsUnknownRunError as BetaManagedAgentsUnknownRunError,
|
|
1075
|
+
type BetaManagedAgentsVaultArchivedRunError as BetaManagedAgentsVaultArchivedRunError,
|
|
1076
|
+
type BetaManagedAgentsVaultNotFoundRunError as BetaManagedAgentsVaultNotFoundRunError,
|
|
1077
|
+
type BetaManagedAgentsWorkspaceArchivedRunError as BetaManagedAgentsWorkspaceArchivedRunError,
|
|
1078
|
+
type BetaManagedAgentsDeploymentRunsPageCursor as BetaManagedAgentsDeploymentRunsPageCursor,
|
|
1079
|
+
type DeploymentRunRetrieveParams as DeploymentRunRetrieveParams,
|
|
1080
|
+
type DeploymentRunListParams as DeploymentRunListParams,
|
|
1081
|
+
};
|
|
1082
|
+
|
|
927
1083
|
export {
|
|
928
1084
|
Vaults as Vaults,
|
|
929
1085
|
type BetaManagedAgentsDeletedVault as BetaManagedAgentsDeletedVault,
|
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as BetaAPI from './beta';
|
|
5
|
+
import * as AgentsAPI from './agents/agents';
|
|
6
|
+
import { APIPromise } from '../../core/api-promise';
|
|
7
|
+
import { PageCursor, type PageCursorParams, PagePromise } from '../../core/pagination';
|
|
8
|
+
import { buildHeaders } from '../../internal/headers';
|
|
9
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
10
|
+
import { path } from '../../internal/utils/path';
|
|
11
|
+
|
|
12
|
+
export class DeploymentRuns extends APIResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get Deployment Run
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* const betaManagedAgentsDeploymentRun =
|
|
19
|
+
* await client.beta.deploymentRuns.retrieve(
|
|
20
|
+
* 'deployment_run_id',
|
|
21
|
+
* );
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
retrieve(
|
|
25
|
+
deploymentRunID: string,
|
|
26
|
+
params: DeploymentRunRetrieveParams | null | undefined = {},
|
|
27
|
+
options?: RequestOptions,
|
|
28
|
+
): APIPromise<BetaManagedAgentsDeploymentRun> {
|
|
29
|
+
const { betas } = params ?? {};
|
|
30
|
+
return this._client.get(path`/v1/deployment_runs/${deploymentRunID}?beta=true`, {
|
|
31
|
+
...options,
|
|
32
|
+
headers: buildHeaders([
|
|
33
|
+
{ 'anthropic-beta': [...(betas ?? []), 'managed-agents-2026-04-01'].toString() },
|
|
34
|
+
options?.headers,
|
|
35
|
+
]),
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* List Deployment Runs
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* ```ts
|
|
44
|
+
* // Automatically fetches more pages as needed.
|
|
45
|
+
* for await (const betaManagedAgentsDeploymentRun of client.beta.deploymentRuns.list()) {
|
|
46
|
+
* // ...
|
|
47
|
+
* }
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
list(
|
|
51
|
+
params: DeploymentRunListParams | null | undefined = {},
|
|
52
|
+
options?: RequestOptions,
|
|
53
|
+
): PagePromise<BetaManagedAgentsDeploymentRunsPageCursor, BetaManagedAgentsDeploymentRun> {
|
|
54
|
+
const { betas, ...query } = params ?? {};
|
|
55
|
+
return this._client.getAPIList(
|
|
56
|
+
'/v1/deployment_runs?beta=true',
|
|
57
|
+
PageCursor<BetaManagedAgentsDeploymentRun>,
|
|
58
|
+
{
|
|
59
|
+
query,
|
|
60
|
+
...options,
|
|
61
|
+
headers: buildHeaders([
|
|
62
|
+
{ 'anthropic-beta': [...(betas ?? []), 'managed-agents-2026-04-01'].toString() },
|
|
63
|
+
options?.headers,
|
|
64
|
+
]),
|
|
65
|
+
},
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export type BetaManagedAgentsDeploymentRunsPageCursor = PageCursor<BetaManagedAgentsDeploymentRun>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The deployment's agent was archived.
|
|
74
|
+
*/
|
|
75
|
+
export interface BetaManagedAgentsAgentArchivedRunError {
|
|
76
|
+
/**
|
|
77
|
+
* Human-readable error description.
|
|
78
|
+
*/
|
|
79
|
+
message: string;
|
|
80
|
+
|
|
81
|
+
type: 'agent_archived_error';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* A persistent, append-only record of a single deployment execution. Records
|
|
86
|
+
* session creation success or failure — no session lifecycle tracking.
|
|
87
|
+
*/
|
|
88
|
+
export interface BetaManagedAgentsDeploymentRun {
|
|
89
|
+
/**
|
|
90
|
+
* Unique identifier for this run (`drun_...`).
|
|
91
|
+
*/
|
|
92
|
+
id: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* A resolved agent reference with a concrete version.
|
|
96
|
+
*/
|
|
97
|
+
agent: AgentsAPI.BetaManagedAgentsAgentReference;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* A timestamp in RFC 3339 format
|
|
101
|
+
*/
|
|
102
|
+
created_at: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* ID of the deployment that produced this run.
|
|
106
|
+
*/
|
|
107
|
+
deployment_id: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Why the run failed to create a session. The type identifies the failure; message
|
|
111
|
+
* is human-readable detail.
|
|
112
|
+
*/
|
|
113
|
+
error:
|
|
114
|
+
| BetaManagedAgentsEnvironmentArchivedRunError
|
|
115
|
+
| BetaManagedAgentsAgentArchivedRunError
|
|
116
|
+
| BetaManagedAgentsEnvironmentNotFoundRunError
|
|
117
|
+
| BetaManagedAgentsVaultNotFoundRunError
|
|
118
|
+
| BetaManagedAgentsVaultArchivedRunError
|
|
119
|
+
| BetaManagedAgentsFileNotFoundRunError
|
|
120
|
+
| BetaManagedAgentsMemoryStoreArchivedRunError
|
|
121
|
+
| BetaManagedAgentsSkillNotFoundRunError
|
|
122
|
+
| BetaManagedAgentsSessionResourceNotFoundRunError
|
|
123
|
+
| BetaManagedAgentsWorkspaceArchivedRunError
|
|
124
|
+
| BetaManagedAgentsOrganizationDisabledRunError
|
|
125
|
+
| BetaManagedAgentsSessionRateLimitedRunError
|
|
126
|
+
| BetaManagedAgentsSessionCreationRejectedRunError
|
|
127
|
+
| BetaManagedAgentsUnknownRunError
|
|
128
|
+
| BetaManagedAgentsSelfHostedResourcesUnsupportedRunError
|
|
129
|
+
| BetaManagedAgentsMCPEgressBlockedRunError
|
|
130
|
+
| null;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Populated on success. Null on creation failure. Exactly one of session_id or
|
|
134
|
+
* error is non-null.
|
|
135
|
+
*/
|
|
136
|
+
session_id: string | null;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Describes what triggered a deployment run, with trigger-specific metadata.
|
|
140
|
+
*/
|
|
141
|
+
trigger_context: BetaManagedAgentsTriggerContext;
|
|
142
|
+
|
|
143
|
+
type: 'deployment_run';
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* The deployment's environment was archived.
|
|
148
|
+
*/
|
|
149
|
+
export interface BetaManagedAgentsEnvironmentArchivedRunError {
|
|
150
|
+
/**
|
|
151
|
+
* Human-readable error description.
|
|
152
|
+
*/
|
|
153
|
+
message: string;
|
|
154
|
+
|
|
155
|
+
type: 'environment_archived_error';
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* The deployment's environment no longer exists.
|
|
160
|
+
*/
|
|
161
|
+
export interface BetaManagedAgentsEnvironmentNotFoundRunError {
|
|
162
|
+
/**
|
|
163
|
+
* Human-readable error description.
|
|
164
|
+
*/
|
|
165
|
+
message: string;
|
|
166
|
+
|
|
167
|
+
type: 'environment_not_found_error';
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* A file resource referenced by the deployment no longer exists.
|
|
172
|
+
*/
|
|
173
|
+
export interface BetaManagedAgentsFileNotFoundRunError {
|
|
174
|
+
/**
|
|
175
|
+
* Human-readable error description.
|
|
176
|
+
*/
|
|
177
|
+
message: string;
|
|
178
|
+
|
|
179
|
+
type: 'file_not_found_error';
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* The run was started manually by creating a session directly against the
|
|
184
|
+
* deployment.
|
|
185
|
+
*/
|
|
186
|
+
export interface BetaManagedAgentsManualTriggerContext {
|
|
187
|
+
type: 'manual';
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* An MCP server host used by the deployment's agent is blocked by the
|
|
192
|
+
* environment's network policy.
|
|
193
|
+
*/
|
|
194
|
+
export interface BetaManagedAgentsMCPEgressBlockedRunError {
|
|
195
|
+
/**
|
|
196
|
+
* Human-readable error description.
|
|
197
|
+
*/
|
|
198
|
+
message: string;
|
|
199
|
+
|
|
200
|
+
type: 'mcp_egress_blocked_error';
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* A memory store referenced by the deployment is archived.
|
|
205
|
+
*/
|
|
206
|
+
export interface BetaManagedAgentsMemoryStoreArchivedRunError {
|
|
207
|
+
/**
|
|
208
|
+
* Human-readable error description.
|
|
209
|
+
*/
|
|
210
|
+
message: string;
|
|
211
|
+
|
|
212
|
+
type: 'memory_store_archived_error';
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* The deployment's organization is disabled.
|
|
217
|
+
*/
|
|
218
|
+
export interface BetaManagedAgentsOrganizationDisabledRunError {
|
|
219
|
+
/**
|
|
220
|
+
* Human-readable error description.
|
|
221
|
+
*/
|
|
222
|
+
message: string;
|
|
223
|
+
|
|
224
|
+
type: 'organization_disabled_error';
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* The run was fired by the deployment's cron schedule.
|
|
229
|
+
*/
|
|
230
|
+
export interface BetaManagedAgentsScheduleTriggerContext {
|
|
231
|
+
/**
|
|
232
|
+
* A timestamp in RFC 3339 format
|
|
233
|
+
*/
|
|
234
|
+
scheduled_at: string;
|
|
235
|
+
|
|
236
|
+
type: 'schedule';
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* The deployment configures resources, but its environment is self-hosted and
|
|
241
|
+
* cannot mount them.
|
|
242
|
+
*/
|
|
243
|
+
export interface BetaManagedAgentsSelfHostedResourcesUnsupportedRunError {
|
|
244
|
+
/**
|
|
245
|
+
* Human-readable error description.
|
|
246
|
+
*/
|
|
247
|
+
message: string;
|
|
248
|
+
|
|
249
|
+
type: 'self_hosted_resources_unsupported_error';
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* The session create request was rejected with a non-retryable validation error.
|
|
254
|
+
*/
|
|
255
|
+
export interface BetaManagedAgentsSessionCreationRejectedRunError {
|
|
256
|
+
/**
|
|
257
|
+
* Human-readable error description.
|
|
258
|
+
*/
|
|
259
|
+
message: string;
|
|
260
|
+
|
|
261
|
+
type: 'session_creation_rejected_error';
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Session creation was rejected due to rate limiting. The schedule keeps firing;
|
|
266
|
+
* subsequent runs may succeed.
|
|
267
|
+
*/
|
|
268
|
+
export interface BetaManagedAgentsSessionRateLimitedRunError {
|
|
269
|
+
/**
|
|
270
|
+
* Human-readable error description.
|
|
271
|
+
*/
|
|
272
|
+
message: string;
|
|
273
|
+
|
|
274
|
+
type: 'session_rate_limited_error';
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* A referenced resource no longer exists and its kind was not reported.
|
|
279
|
+
*/
|
|
280
|
+
export interface BetaManagedAgentsSessionResourceNotFoundRunError {
|
|
281
|
+
/**
|
|
282
|
+
* Human-readable error description.
|
|
283
|
+
*/
|
|
284
|
+
message: string;
|
|
285
|
+
|
|
286
|
+
type: 'session_resource_not_found_error';
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* A skill referenced by the deployment's agent no longer exists.
|
|
291
|
+
*/
|
|
292
|
+
export interface BetaManagedAgentsSkillNotFoundRunError {
|
|
293
|
+
/**
|
|
294
|
+
* Human-readable error description.
|
|
295
|
+
*/
|
|
296
|
+
message: string;
|
|
297
|
+
|
|
298
|
+
type: 'skill_not_found_error';
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* Describes what triggered a deployment run, with trigger-specific metadata.
|
|
303
|
+
*/
|
|
304
|
+
export type BetaManagedAgentsTriggerContext =
|
|
305
|
+
| BetaManagedAgentsScheduleTriggerContext
|
|
306
|
+
| BetaManagedAgentsManualTriggerContext;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* What triggered a deployment run.
|
|
310
|
+
*/
|
|
311
|
+
export type BetaManagedAgentsTriggerType = 'schedule' | 'manual';
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* An unknown or unexpected error caused the run to fail. A fallback variant;
|
|
315
|
+
* clients that do not recognize a new error type can match on message alone.
|
|
316
|
+
*/
|
|
317
|
+
export interface BetaManagedAgentsUnknownRunError {
|
|
318
|
+
/**
|
|
319
|
+
* Human-readable error description.
|
|
320
|
+
*/
|
|
321
|
+
message: string;
|
|
322
|
+
|
|
323
|
+
type: 'unknown_error';
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* A vault referenced by the deployment is archived.
|
|
328
|
+
*/
|
|
329
|
+
export interface BetaManagedAgentsVaultArchivedRunError {
|
|
330
|
+
/**
|
|
331
|
+
* Human-readable error description.
|
|
332
|
+
*/
|
|
333
|
+
message: string;
|
|
334
|
+
|
|
335
|
+
type: 'vault_archived_error';
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* A vault referenced by the deployment no longer exists.
|
|
340
|
+
*/
|
|
341
|
+
export interface BetaManagedAgentsVaultNotFoundRunError {
|
|
342
|
+
/**
|
|
343
|
+
* Human-readable error description.
|
|
344
|
+
*/
|
|
345
|
+
message: string;
|
|
346
|
+
|
|
347
|
+
type: 'vault_not_found_error';
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* The deployment's workspace was archived.
|
|
352
|
+
*/
|
|
353
|
+
export interface BetaManagedAgentsWorkspaceArchivedRunError {
|
|
354
|
+
/**
|
|
355
|
+
* Human-readable error description.
|
|
356
|
+
*/
|
|
357
|
+
message: string;
|
|
358
|
+
|
|
359
|
+
type: 'workspace_archived_error';
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface DeploymentRunRetrieveParams {
|
|
363
|
+
/**
|
|
364
|
+
* Optional header to specify the beta version(s) you want to use.
|
|
365
|
+
*/
|
|
366
|
+
betas?: Array<BetaAPI.AnthropicBeta>;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
export interface DeploymentRunListParams extends PageCursorParams {
|
|
370
|
+
/**
|
|
371
|
+
* Query param: Return runs created strictly after this time (exclusive).
|
|
372
|
+
*/
|
|
373
|
+
'created_at[gt]'?: string;
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Query param: Return runs created at or after this time (inclusive).
|
|
377
|
+
*/
|
|
378
|
+
'created_at[gte]'?: string;
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Query param: Return runs created strictly before this time (exclusive).
|
|
382
|
+
*/
|
|
383
|
+
'created_at[lt]'?: string;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Query param: Return runs created at or before this time (inclusive).
|
|
387
|
+
*/
|
|
388
|
+
'created_at[lte]'?: string;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* Query param: Filter to a specific deployment. Omit to list across all
|
|
392
|
+
* deployments in the workspace. Filtering by a non-existent deployment_id returns
|
|
393
|
+
* 200 with empty data.
|
|
394
|
+
*/
|
|
395
|
+
deployment_id?: string;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* Query param: Filter: true for runs with non-null error, false for runs with
|
|
399
|
+
* non-null session_id. Omit for all.
|
|
400
|
+
*/
|
|
401
|
+
has_error?: boolean;
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Query param: Filter runs by what triggered them. Omit to return all runs.
|
|
405
|
+
*/
|
|
406
|
+
trigger_type?: BetaManagedAgentsTriggerType;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Header param: Optional header to specify the beta version(s) you want to use.
|
|
410
|
+
*/
|
|
411
|
+
betas?: Array<BetaAPI.AnthropicBeta>;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export declare namespace DeploymentRuns {
|
|
415
|
+
export {
|
|
416
|
+
type BetaManagedAgentsAgentArchivedRunError as BetaManagedAgentsAgentArchivedRunError,
|
|
417
|
+
type BetaManagedAgentsDeploymentRun as BetaManagedAgentsDeploymentRun,
|
|
418
|
+
type BetaManagedAgentsEnvironmentArchivedRunError as BetaManagedAgentsEnvironmentArchivedRunError,
|
|
419
|
+
type BetaManagedAgentsEnvironmentNotFoundRunError as BetaManagedAgentsEnvironmentNotFoundRunError,
|
|
420
|
+
type BetaManagedAgentsFileNotFoundRunError as BetaManagedAgentsFileNotFoundRunError,
|
|
421
|
+
type BetaManagedAgentsManualTriggerContext as BetaManagedAgentsManualTriggerContext,
|
|
422
|
+
type BetaManagedAgentsMCPEgressBlockedRunError as BetaManagedAgentsMCPEgressBlockedRunError,
|
|
423
|
+
type BetaManagedAgentsMemoryStoreArchivedRunError as BetaManagedAgentsMemoryStoreArchivedRunError,
|
|
424
|
+
type BetaManagedAgentsOrganizationDisabledRunError as BetaManagedAgentsOrganizationDisabledRunError,
|
|
425
|
+
type BetaManagedAgentsScheduleTriggerContext as BetaManagedAgentsScheduleTriggerContext,
|
|
426
|
+
type BetaManagedAgentsSelfHostedResourcesUnsupportedRunError as BetaManagedAgentsSelfHostedResourcesUnsupportedRunError,
|
|
427
|
+
type BetaManagedAgentsSessionCreationRejectedRunError as BetaManagedAgentsSessionCreationRejectedRunError,
|
|
428
|
+
type BetaManagedAgentsSessionRateLimitedRunError as BetaManagedAgentsSessionRateLimitedRunError,
|
|
429
|
+
type BetaManagedAgentsSessionResourceNotFoundRunError as BetaManagedAgentsSessionResourceNotFoundRunError,
|
|
430
|
+
type BetaManagedAgentsSkillNotFoundRunError as BetaManagedAgentsSkillNotFoundRunError,
|
|
431
|
+
type BetaManagedAgentsTriggerContext as BetaManagedAgentsTriggerContext,
|
|
432
|
+
type BetaManagedAgentsTriggerType as BetaManagedAgentsTriggerType,
|
|
433
|
+
type BetaManagedAgentsUnknownRunError as BetaManagedAgentsUnknownRunError,
|
|
434
|
+
type BetaManagedAgentsVaultArchivedRunError as BetaManagedAgentsVaultArchivedRunError,
|
|
435
|
+
type BetaManagedAgentsVaultNotFoundRunError as BetaManagedAgentsVaultNotFoundRunError,
|
|
436
|
+
type BetaManagedAgentsWorkspaceArchivedRunError as BetaManagedAgentsWorkspaceArchivedRunError,
|
|
437
|
+
type BetaManagedAgentsDeploymentRunsPageCursor as BetaManagedAgentsDeploymentRunsPageCursor,
|
|
438
|
+
type DeploymentRunRetrieveParams as DeploymentRunRetrieveParams,
|
|
439
|
+
type DeploymentRunListParams as DeploymentRunListParams,
|
|
440
|
+
};
|
|
441
|
+
}
|