@deepnoodle/mobius 0.0.20 → 0.0.22
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 +31 -45
- package/dist/api/index.d.ts +198 -240
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/schema.d.ts +5387 -7233
- package/dist/api/schema.d.ts.map +1 -1
- package/dist/client.d.ts +64 -152
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +164 -358
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +6 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/signing.d.ts +43 -0
- package/dist/signing.d.ts.map +1 -0
- package/dist/signing.js +101 -0
- package/dist/signing.js.map +1 -0
- package/dist/webhook.d.ts +5 -17
- package/dist/webhook.d.ts.map +1 -1
- package/dist/webhook.js +38 -50
- package/dist/webhook.js.map +1 -1
- package/dist/worker.d.ts +40 -138
- package/dist/worker.d.ts.map +1 -1
- package/dist/worker.js +315 -456
- package/dist/worker.js.map +1 -1
- package/package.json +4 -4
package/dist/api/index.d.ts
CHANGED
|
@@ -1,325 +1,283 @@
|
|
|
1
1
|
import type { components } from "./schema.js";
|
|
2
2
|
export type { components, operations } from "./schema.js";
|
|
3
|
+
export type APIKey = components["schemas"]["APIKey"];
|
|
4
|
+
export type APIKeyCreateResult = components["schemas"]["APIKeyCreateResult"];
|
|
5
|
+
export type APIKeyListResponse = components["schemas"]["APIKeyListResponse"];
|
|
6
|
+
export type AcquireEnvironmentRequest = components["schemas"]["AcquireEnvironmentRequest"];
|
|
3
7
|
export type Action = components["schemas"]["Action"];
|
|
4
8
|
export type ActionAnnotationsRequest = components["schemas"]["ActionAnnotationsRequest"];
|
|
5
9
|
export type ActionAnnotationsResponse = components["schemas"]["ActionAnnotationsResponse"];
|
|
6
10
|
export type ActionCatalogEntry = components["schemas"]["ActionCatalogEntry"];
|
|
7
11
|
export type ActionCatalogListResponse = components["schemas"]["ActionCatalogListResponse"];
|
|
12
|
+
export type ActionExecutionMetadata = components["schemas"]["ActionExecutionMetadata"];
|
|
8
13
|
export type ActionInvocationEntry = components["schemas"]["ActionInvocationEntry"];
|
|
9
14
|
export type ActionInvocationListResponse = components["schemas"]["ActionInvocationListResponse"];
|
|
10
|
-
export type ActionInvocationRequest = components["schemas"]["ActionInvocationRequest"];
|
|
11
15
|
export type ActionInvocationResult = components["schemas"]["ActionInvocationResult"];
|
|
12
|
-
export type
|
|
13
|
-
export type ActorAssignment = components["schemas"]["ActorAssignment"];
|
|
14
|
-
export type ActorAssignmentInput = components["schemas"]["ActorAssignmentInput"];
|
|
15
|
-
export type ActorAssignmentListResponse = components["schemas"]["ActorAssignmentListResponse"];
|
|
16
|
-
export type ActorAssignmentRole = components["schemas"]["ActorAssignmentRole"];
|
|
17
|
-
export type ActorAssignmentSourceKind = components["schemas"]["ActorAssignmentSourceKind"];
|
|
18
|
-
export type ActorAvailability = components["schemas"]["ActorAvailability"];
|
|
19
|
-
export type ActorCapacity = components["schemas"]["ActorCapacity"];
|
|
20
|
-
export type ActorFocus = components["schemas"]["ActorFocus"];
|
|
21
|
-
export type ActorReference = components["schemas"]["ActorReference"];
|
|
22
|
-
export type ActorState = components["schemas"]["ActorState"];
|
|
23
|
-
export type ActorStateActorKind = components["schemas"]["ActorStateActorKind"];
|
|
24
|
-
export type ActorStateListResponse = components["schemas"]["ActorStateListResponse"];
|
|
25
|
-
export type ActorStateSource = components["schemas"]["ActorStateSource"];
|
|
26
|
-
export type ActorStateTriggerSourceConfig = components["schemas"]["ActorStateTriggerSourceConfig"];
|
|
27
|
-
export type ActorStateVisibility = components["schemas"]["ActorStateVisibility"];
|
|
28
|
-
export type AddChannelMemberRequest = components["schemas"]["AddChannelMemberRequest"];
|
|
29
|
-
export type AddGroupMemberRequest = components["schemas"]["AddGroupMemberRequest"];
|
|
16
|
+
export type ActionPermissionGroup = components["schemas"]["ActionPermissionGroup"];
|
|
30
17
|
export type AddProjectMemberRequest = components["schemas"]["AddProjectMemberRequest"];
|
|
31
18
|
export type Agent = components["schemas"]["Agent"];
|
|
32
|
-
export type
|
|
33
|
-
export type AgentInvocationCompleteRequest = components["schemas"]["AgentInvocationCompleteRequest"];
|
|
34
|
-
export type AgentInvocationErrorType = components["schemas"]["AgentInvocationErrorType"];
|
|
35
|
-
export type AgentInvocationFailRequest = components["schemas"]["AgentInvocationFailRequest"];
|
|
36
|
-
export type AgentInvocationStatus = components["schemas"]["AgentInvocationStatus"];
|
|
37
|
-
export type AgentInvocationTokens = components["schemas"]["AgentInvocationTokens"];
|
|
38
|
-
export type AgentInvocationToolCall = components["schemas"]["AgentInvocationToolCall"];
|
|
19
|
+
export type AgentBlockedGrant = components["schemas"]["AgentBlockedGrant"];
|
|
39
20
|
export type AgentListResponse = components["schemas"]["AgentListResponse"];
|
|
40
|
-
export type
|
|
41
|
-
export type
|
|
42
|
-
export type
|
|
43
|
-
export type
|
|
21
|
+
export type AgentManifestWarning = components["schemas"]["AgentManifestWarning"];
|
|
22
|
+
export type AgentMessagingBinding = components["schemas"]["AgentMessagingBinding"];
|
|
23
|
+
export type AgentMessagingBindingListResponse = components["schemas"]["AgentMessagingBindingListResponse"];
|
|
24
|
+
export type AgentMessagingBindingRequest = components["schemas"]["AgentMessagingBindingRequest"];
|
|
25
|
+
export type AgentMessagingDMPolicy = components["schemas"]["AgentMessagingDMPolicy"];
|
|
26
|
+
export type AgentMessagingProvider = components["schemas"]["AgentMessagingProvider"];
|
|
27
|
+
export type AgentMessagingReplyMode = components["schemas"]["AgentMessagingReplyMode"];
|
|
28
|
+
export type AgentModelRoute = components["schemas"]["AgentModelRoute"];
|
|
29
|
+
export type AgentModelRouteMode = components["schemas"]["AgentModelRouteMode"];
|
|
44
30
|
export type AgentStatus = components["schemas"]["AgentStatus"];
|
|
31
|
+
export type AgentTableAccessMode = components["schemas"]["AgentTableAccessMode"];
|
|
32
|
+
export type AgentTableGrant = components["schemas"]["AgentTableGrant"];
|
|
33
|
+
export type AgentTableGrantInput = components["schemas"]["AgentTableGrantInput"];
|
|
34
|
+
export type AgentTableGrantListResponse = components["schemas"]["AgentTableGrantListResponse"];
|
|
35
|
+
export type AgentToolConsumer = components["schemas"]["AgentToolConsumer"];
|
|
36
|
+
export type AgentToolManifest = components["schemas"]["AgentToolManifest"];
|
|
37
|
+
export type AgentToolPresentation = components["schemas"]["AgentToolPresentation"];
|
|
38
|
+
export type AppendSessionMessage = components["schemas"]["AppendSessionMessage"];
|
|
39
|
+
export type AppendSessionMessagesRequest = components["schemas"]["AppendSessionMessagesRequest"];
|
|
45
40
|
export type Artifact = components["schemas"]["Artifact"];
|
|
46
41
|
export type ArtifactListResponse = components["schemas"]["ArtifactListResponse"];
|
|
47
42
|
export type ArtifactQuotaUsage = components["schemas"]["ArtifactQuotaUsage"];
|
|
48
|
-
export type
|
|
43
|
+
export type ArtifactSignedUrl = components["schemas"]["ArtifactSignedUrl"];
|
|
49
44
|
export type ArtifactState = components["schemas"]["ArtifactState"];
|
|
50
45
|
export type ArtifactStorageBackend = components["schemas"]["ArtifactStorageBackend"];
|
|
51
|
-
export type
|
|
52
|
-
export type
|
|
53
|
-
export type
|
|
46
|
+
export type ArtifactVisibility = components["schemas"]["ArtifactVisibility"];
|
|
47
|
+
export type AttachWorkerEnvironmentRequest = components["schemas"]["AttachWorkerEnvironmentRequest"];
|
|
48
|
+
export type AuditChanges = components["schemas"]["AuditChanges"];
|
|
54
49
|
export type AuditLogEntry = components["schemas"]["AuditLogEntry"];
|
|
55
50
|
export type AuditLogListResponse = components["schemas"]["AuditLogListResponse"];
|
|
51
|
+
export type Automation = components["schemas"]["Automation"];
|
|
52
|
+
export type AutomationActionStep = components["schemas"]["AutomationActionStep"];
|
|
53
|
+
export type AutomationAgentMemoryTableRef = components["schemas"]["AutomationAgentMemoryTableRef"];
|
|
54
|
+
export type AutomationAgentSessionPolicy = components["schemas"]["AutomationAgentSessionPolicy"];
|
|
55
|
+
export type AutomationAgentStep = components["schemas"]["AutomationAgentStep"];
|
|
56
|
+
export type AutomationEnvironmentPolicy = components["schemas"]["AutomationEnvironmentPolicy"];
|
|
57
|
+
export type AutomationInteractionStep = components["schemas"]["AutomationInteractionStep"];
|
|
58
|
+
export type AutomationListResponse = components["schemas"]["AutomationListResponse"];
|
|
59
|
+
export type AutomationModelRoute = components["schemas"]["AutomationModelRoute"];
|
|
60
|
+
export type AutomationRetryPolicy = components["schemas"]["AutomationRetryPolicy"];
|
|
61
|
+
export type AutomationRun = components["schemas"]["AutomationRun"];
|
|
62
|
+
export type AutomationRunEvent = components["schemas"]["AutomationRunEvent"];
|
|
63
|
+
export type AutomationRunEventListResponse = components["schemas"]["AutomationRunEventListResponse"];
|
|
64
|
+
export type AutomationRunListResponse = components["schemas"]["AutomationRunListResponse"];
|
|
65
|
+
export type AutomationRunSource = components["schemas"]["AutomationRunSource"];
|
|
66
|
+
export type AutomationRunStatus = components["schemas"]["AutomationRunStatus"];
|
|
67
|
+
export type AutomationRunStep = components["schemas"]["AutomationRunStep"];
|
|
68
|
+
export type AutomationRunStepKind = components["schemas"]["AutomationRunStepKind"];
|
|
69
|
+
export type AutomationRunStepListResponse = components["schemas"]["AutomationRunStepListResponse"];
|
|
70
|
+
export type AutomationRunStepStatus = components["schemas"]["AutomationRunStepStatus"];
|
|
71
|
+
export type AutomationSleepStep = components["schemas"]["AutomationSleepStep"];
|
|
72
|
+
export type AutomationSpec = components["schemas"]["AutomationSpec"];
|
|
73
|
+
export type AutomationSpecDefaults = components["schemas"]["AutomationSpecDefaults"];
|
|
74
|
+
export type AutomationSpecInput = components["schemas"]["AutomationSpecInput"];
|
|
75
|
+
export type AutomationSpecRepository = components["schemas"]["AutomationSpecRepository"];
|
|
76
|
+
export type AutomationSpecTrigger = components["schemas"]["AutomationSpecTrigger"];
|
|
77
|
+
export type AutomationStatus = components["schemas"]["AutomationStatus"];
|
|
78
|
+
export type AutomationStep = components["schemas"]["AutomationStep"];
|
|
79
|
+
export type AutomationSubAutomationStep = components["schemas"]["AutomationSubAutomationStep"];
|
|
80
|
+
export type AutomationTimeoutPolicy = components["schemas"]["AutomationTimeoutPolicy"];
|
|
81
|
+
export type AutomationTrigger = components["schemas"]["AutomationTrigger"];
|
|
82
|
+
export type AutomationVersion = components["schemas"]["AutomationVersion"];
|
|
83
|
+
export type AutomationVersionListResponse = components["schemas"]["AutomationVersionListResponse"];
|
|
84
|
+
export type AutomationWaitForEventStep = components["schemas"]["AutomationWaitForEventStep"];
|
|
56
85
|
export type BulkInsertRowsRequest = components["schemas"]["BulkInsertRowsRequest"];
|
|
57
86
|
export type BulkInsertRowsResponse = components["schemas"]["BulkInsertRowsResponse"];
|
|
87
|
+
export type CancelAutomationRunRequest = components["schemas"]["CancelAutomationRunRequest"];
|
|
58
88
|
export type CancelInteractionRequest = components["schemas"]["CancelInteractionRequest"];
|
|
59
|
-
export type
|
|
60
|
-
export type
|
|
61
|
-
export type ChannelInteractionRespondRequest = components["schemas"]["ChannelInteractionRespondRequest"];
|
|
62
|
-
export type ChannelListResponse = components["schemas"]["ChannelListResponse"];
|
|
63
|
-
export type ChannelMember = components["schemas"]["ChannelMember"];
|
|
64
|
-
export type ChannelMemberListResponse = components["schemas"]["ChannelMemberListResponse"];
|
|
65
|
-
export type ChannelMessage = components["schemas"]["ChannelMessage"];
|
|
66
|
-
export type ChannelMessageListResponse = components["schemas"]["ChannelMessageListResponse"];
|
|
67
|
-
export type ChannelMessageSenderType = components["schemas"]["ChannelMessageSenderType"];
|
|
68
|
-
export type ChannelMessageSourceConfig = components["schemas"]["ChannelMessageSourceConfig"];
|
|
69
|
-
export type ChannelMetrics = components["schemas"]["ChannelMetrics"];
|
|
89
|
+
export type CapabilityReadiness = components["schemas"]["CapabilityReadiness"];
|
|
90
|
+
export type CapabilityReadinessReason = components["schemas"]["CapabilityReadinessReason"];
|
|
70
91
|
export type ColumnDef = components["schemas"]["ColumnDef"];
|
|
71
92
|
export type ColumnType = components["schemas"]["ColumnType"];
|
|
72
|
-
export type CommitArtifactRequest = components["schemas"]["CommitArtifactRequest"];
|
|
73
|
-
export type ConcurrencyPolicy = components["schemas"]["ConcurrencyPolicy"];
|
|
74
93
|
export type ConfigEntries = components["schemas"]["ConfigEntries"];
|
|
75
94
|
export type ConfigEntry = components["schemas"]["ConfigEntry"];
|
|
76
|
-
export type
|
|
95
|
+
export type Consumer = components["schemas"]["Consumer"];
|
|
96
|
+
export type CreateAPIKeyRequest = components["schemas"]["CreateAPIKeyRequest"];
|
|
77
97
|
export type CreateActionRequest = components["schemas"]["CreateActionRequest"];
|
|
78
98
|
export type CreateAgentRequest = components["schemas"]["CreateAgentRequest"];
|
|
79
|
-
export type
|
|
80
|
-
export type
|
|
81
|
-
export type
|
|
82
|
-
export type
|
|
83
|
-
export type
|
|
84
|
-
export type CreateEventTriggerRequest = components["schemas"]["CreateEventTriggerRequest"];
|
|
85
|
-
export type CreateGroupRequest = components["schemas"]["CreateGroupRequest"];
|
|
99
|
+
export type CreateArtifactRequest = components["schemas"]["CreateArtifactRequest"];
|
|
100
|
+
export type CreateAutomationRequest = components["schemas"]["CreateAutomationRequest"];
|
|
101
|
+
export type CreateAutomationVersionRequest = components["schemas"]["CreateAutomationVersionRequest"];
|
|
102
|
+
export type CreateEnvironmentGitCredentialRequest = components["schemas"]["CreateEnvironmentGitCredentialRequest"];
|
|
103
|
+
export type CreateEnvironmentRequest = components["schemas"]["CreateEnvironmentRequest"];
|
|
86
104
|
export type CreateInteractionRequest = components["schemas"]["CreateInteractionRequest"];
|
|
87
|
-
export type
|
|
88
|
-
export type CreateObservableRequest = components["schemas"]["CreateObservableRequest"];
|
|
105
|
+
export type CreatePrincipalRequest = components["schemas"]["CreatePrincipalRequest"];
|
|
89
106
|
export type CreateProjectRequest = components["schemas"]["CreateProjectRequest"];
|
|
107
|
+
export type CreateRoleAssignmentRequest = components["schemas"]["CreateRoleAssignmentRequest"];
|
|
108
|
+
export type CreateRoleRequest = components["schemas"]["CreateRoleRequest"];
|
|
90
109
|
export type CreateRunBackedInteractionRequest = components["schemas"]["CreateRunBackedInteractionRequest"];
|
|
91
|
-
export type
|
|
110
|
+
export type CreateSecretRequest = components["schemas"]["CreateSecretRequest"];
|
|
92
111
|
export type CreateStandaloneInteractionRequest = components["schemas"]["CreateStandaloneInteractionRequest"];
|
|
93
112
|
export type CreateTableRequest = components["schemas"]["CreateTableRequest"];
|
|
94
|
-
export type CreateTableRowTriggerRequest = components["schemas"]["CreateTableRowTriggerRequest"];
|
|
95
|
-
export type CreateTriggerRequest = components["schemas"]["CreateTriggerRequest"];
|
|
96
|
-
export type CreateTriggerTargetRequest = components["schemas"]["CreateTriggerTargetRequest"];
|
|
97
113
|
export type CreateWebhookRequest = components["schemas"]["CreateWebhookRequest"];
|
|
98
|
-
export type
|
|
99
|
-
export type
|
|
100
|
-
export type
|
|
101
|
-
export type
|
|
102
|
-
export type
|
|
114
|
+
export type Delivery = components["schemas"]["Delivery"];
|
|
115
|
+
export type DeliveryChannel = components["schemas"]["DeliveryChannel"];
|
|
116
|
+
export type EmailDelivery = components["schemas"]["EmailDelivery"];
|
|
117
|
+
export type Environment = components["schemas"]["Environment"];
|
|
118
|
+
export type EnvironmentAcquireResult = components["schemas"]["EnvironmentAcquireResult"];
|
|
119
|
+
export type EnvironmentBoundToType = components["schemas"]["EnvironmentBoundToType"];
|
|
120
|
+
export type EnvironmentCleanupStatus = components["schemas"]["EnvironmentCleanupStatus"];
|
|
121
|
+
export type EnvironmentExecResult = components["schemas"]["EnvironmentExecResult"];
|
|
122
|
+
export type EnvironmentGitCredentialResult = components["schemas"]["EnvironmentGitCredentialResult"];
|
|
123
|
+
export type EnvironmentLease = components["schemas"]["EnvironmentLease"];
|
|
124
|
+
export type EnvironmentLeaseStatus = components["schemas"]["EnvironmentLeaseStatus"];
|
|
125
|
+
export type EnvironmentLifetime = components["schemas"]["EnvironmentLifetime"];
|
|
126
|
+
export type EnvironmentListResponse = components["schemas"]["EnvironmentListResponse"];
|
|
127
|
+
export type EnvironmentMode = components["schemas"]["EnvironmentMode"];
|
|
128
|
+
export type EnvironmentProvider = components["schemas"]["EnvironmentProvider"];
|
|
129
|
+
export type EnvironmentPurpose = components["schemas"]["EnvironmentPurpose"];
|
|
130
|
+
export type EnvironmentRetentionPolicy = components["schemas"]["EnvironmentRetentionPolicy"];
|
|
131
|
+
export type EnvironmentStartWorkerResult = components["schemas"]["EnvironmentStartWorkerResult"];
|
|
132
|
+
export type EnvironmentStatus = components["schemas"]["EnvironmentStatus"];
|
|
133
|
+
export type EnvironmentWorkerLogsResponse = components["schemas"]["EnvironmentWorkerLogsResponse"];
|
|
103
134
|
export type ErrorResponse = components["schemas"]["ErrorResponse"];
|
|
104
|
-
export type
|
|
105
|
-
export type
|
|
106
|
-
export type
|
|
107
|
-
export type
|
|
108
|
-
export type
|
|
109
|
-
export type
|
|
110
|
-
export type
|
|
111
|
-
export type
|
|
112
|
-
export type
|
|
113
|
-
export type
|
|
114
|
-
export type
|
|
135
|
+
export type EventCatalogEventType = components["schemas"]["EventCatalogEventType"];
|
|
136
|
+
export type EventCatalogReservedPrefix = components["schemas"]["EventCatalogReservedPrefix"];
|
|
137
|
+
export type EventCatalogResponse = components["schemas"]["EventCatalogResponse"];
|
|
138
|
+
export type EventCatalogSource = components["schemas"]["EventCatalogSource"];
|
|
139
|
+
export type ExecEnvironmentRequest = components["schemas"]["ExecEnvironmentRequest"];
|
|
140
|
+
export type FeatureGate = components["schemas"]["FeatureGate"];
|
|
141
|
+
export type FeatureGateListResponse = components["schemas"]["FeatureGateListResponse"];
|
|
142
|
+
export type FeatureGateSource = components["schemas"]["FeatureGateSource"];
|
|
143
|
+
export type FeatureKey = components["schemas"]["FeatureKey"];
|
|
144
|
+
export type FeatureOverrideScope = components["schemas"]["FeatureOverrideScope"];
|
|
145
|
+
export type HTTPTriggerDeliveryResponse = components["schemas"]["HTTPTriggerDeliveryResponse"];
|
|
146
|
+
export type HttpSubscriberConsumer = components["schemas"]["HttpSubscriberConsumer"];
|
|
147
|
+
export type ImportSkillRequest = components["schemas"]["ImportSkillRequest"];
|
|
115
148
|
export type IndexDef = components["schemas"]["IndexDef"];
|
|
116
149
|
export type InsertRowRequest = components["schemas"]["InsertRowRequest"];
|
|
117
|
-
export type IntegrationCatalog = components["schemas"]["IntegrationCatalog"];
|
|
118
|
-
export type IntegrationCatalogAction = components["schemas"]["IntegrationCatalogAction"];
|
|
119
|
-
export type IntegrationCatalogEventType = components["schemas"]["IntegrationCatalogEventType"];
|
|
120
|
-
export type IntegrationCatalogProvider = components["schemas"]["IntegrationCatalogProvider"];
|
|
121
150
|
export type Interaction = components["schemas"]["Interaction"];
|
|
151
|
+
export type InteractionKind = components["schemas"]["InteractionKind"];
|
|
122
152
|
export type InteractionListResponse = components["schemas"]["InteractionListResponse"];
|
|
123
|
-
export type InteractionMetrics = components["schemas"]["InteractionMetrics"];
|
|
124
153
|
export type InteractionMode = components["schemas"]["InteractionMode"];
|
|
125
154
|
export type InteractionOption = components["schemas"]["InteractionOption"];
|
|
126
|
-
export type
|
|
155
|
+
export type InteractionReference = components["schemas"]["InteractionReference"];
|
|
127
156
|
export type InteractionResponder = components["schemas"]["InteractionResponder"];
|
|
128
157
|
export type InteractionResponse = components["schemas"]["InteractionResponse"];
|
|
129
|
-
export type InteractionSource = components["schemas"]["InteractionSource"];
|
|
130
158
|
export type InteractionSpec = components["schemas"]["InteractionSpec"];
|
|
131
|
-
export type
|
|
132
|
-
export type
|
|
133
|
-
export type
|
|
134
|
-
export type
|
|
135
|
-
export type
|
|
136
|
-
export type
|
|
137
|
-
export type JobClaimRequest = components["schemas"]["JobClaimRequest"];
|
|
138
|
-
export type JobCompleteRequest = components["schemas"]["JobCompleteRequest"];
|
|
139
|
-
export type JobEventEntry = components["schemas"]["JobEventEntry"];
|
|
140
|
-
export type JobEventsRequest = components["schemas"]["JobEventsRequest"];
|
|
141
|
-
export type JobFenceRequest = components["schemas"]["JobFenceRequest"];
|
|
142
|
-
export type JobHeartbeat = components["schemas"]["JobHeartbeat"];
|
|
143
|
-
export type JobHeartbeatDirectives = components["schemas"]["JobHeartbeatDirectives"];
|
|
144
|
-
export type JobListResponse = components["schemas"]["JobListResponse"];
|
|
145
|
-
export type JobMetrics = components["schemas"]["JobMetrics"];
|
|
146
|
-
export type JobStatus = components["schemas"]["JobStatus"];
|
|
147
|
-
export type LLMGenerateResponse = components["schemas"]["LLMGenerateResponse"];
|
|
148
|
-
export type LLMGenerateUsage = components["schemas"]["LLMGenerateUsage"];
|
|
149
|
-
export type LogIngestResponse = components["schemas"]["LogIngestResponse"];
|
|
150
|
-
export type LogRecord = components["schemas"]["LogRecord"];
|
|
151
|
-
export type LogRecordInput = components["schemas"]["LogRecordInput"];
|
|
152
|
-
export type LogRecordListResponse = components["schemas"]["LogRecordListResponse"];
|
|
153
|
-
export type MarkChannelMessagesReadRequest = components["schemas"]["MarkChannelMessagesReadRequest"];
|
|
154
|
-
export type Metadata = components["schemas"]["Metadata"];
|
|
155
|
-
export type Observable = components["schemas"]["Observable"];
|
|
156
|
-
export type ObservableEvent = components["schemas"]["ObservableEvent"];
|
|
157
|
-
export type ObservableEventListResponse = components["schemas"]["ObservableEventListResponse"];
|
|
158
|
-
export type ObservableEventType = components["schemas"]["ObservableEventType"];
|
|
159
|
-
export type ObservableFreshnessConfig = components["schemas"]["ObservableFreshnessConfig"];
|
|
160
|
-
export type ObservableFreshnessStatus = components["schemas"]["ObservableFreshnessStatus"];
|
|
161
|
-
export type ObservableListResponse = components["schemas"]["ObservableListResponse"];
|
|
162
|
-
export type ObservableObservation = components["schemas"]["ObservableObservation"];
|
|
163
|
-
export type ObservableObservationListResponse = components["schemas"]["ObservableObservationListResponse"];
|
|
164
|
-
export type ObservableObservationStatus = components["schemas"]["ObservableObservationStatus"];
|
|
165
|
-
export type ObservableObserverKind = components["schemas"]["ObservableObserverKind"];
|
|
166
|
-
export type ObservableReducerConfig = components["schemas"]["ObservableReducerConfig"];
|
|
167
|
-
export type ObservableReducerKind = components["schemas"]["ObservableReducerKind"];
|
|
168
|
-
export type ObservableStateVersion = components["schemas"]["ObservableStateVersion"];
|
|
169
|
-
export type ObservableStateVersionListResponse = components["schemas"]["ObservableStateVersionListResponse"];
|
|
159
|
+
export type InvokeActionRequest = components["schemas"]["InvokeActionRequest"];
|
|
160
|
+
export type ModelOption = components["schemas"]["ModelOption"];
|
|
161
|
+
export type ModelProviderGroup = components["schemas"]["ModelProviderGroup"];
|
|
162
|
+
export type PermissionCatalogResponse = components["schemas"]["PermissionCatalogResponse"];
|
|
163
|
+
export type PermissionDefinition = components["schemas"]["PermissionDefinition"];
|
|
164
|
+
export type PermissionPreset = components["schemas"]["PermissionPreset"];
|
|
170
165
|
export type PingWebhookRequest = components["schemas"]["PingWebhookRequest"];
|
|
171
166
|
export type PingWebhookResult = components["schemas"]["PingWebhookResult"];
|
|
167
|
+
export type Principal = components["schemas"]["Principal"];
|
|
168
|
+
export type PrincipalKind = components["schemas"]["PrincipalKind"];
|
|
169
|
+
export type PrincipalListResponse = components["schemas"]["PrincipalListResponse"];
|
|
170
|
+
export type PrincipalState = components["schemas"]["PrincipalState"];
|
|
172
171
|
export type Project = components["schemas"]["Project"];
|
|
173
172
|
export type ProjectAccessMode = components["schemas"]["ProjectAccessMode"];
|
|
174
173
|
export type ProjectID = components["schemas"]["ProjectID"];
|
|
175
174
|
export type ProjectListResponse = components["schemas"]["ProjectListResponse"];
|
|
176
175
|
export type ProjectMember = components["schemas"]["ProjectMember"];
|
|
177
176
|
export type ProjectMemberListResponse = components["schemas"]["ProjectMemberListResponse"];
|
|
178
|
-
export type
|
|
177
|
+
export type ProjectModelsResponse = components["schemas"]["ProjectModelsResponse"];
|
|
178
|
+
export type ProvisionEnvironmentProvider = components["schemas"]["ProvisionEnvironmentProvider"];
|
|
179
179
|
export type QueryRowsRequest = components["schemas"]["QueryRowsRequest"];
|
|
180
180
|
export type QueryRowsResponse = components["schemas"]["QueryRowsResponse"];
|
|
181
|
-
export type
|
|
182
|
-
export type
|
|
183
|
-
export type
|
|
184
|
-
export type ReferenceResolveResponse = components["schemas"]["ReferenceResolveResponse"];
|
|
181
|
+
export type ReplaceAgentTableGrantsRequest = components["schemas"]["ReplaceAgentTableGrantsRequest"];
|
|
182
|
+
export type ReplaceSkillsRequest = components["schemas"]["ReplaceSkillsRequest"];
|
|
183
|
+
export type ReplaceToolkitsRequest = components["schemas"]["ReplaceToolkitsRequest"];
|
|
185
184
|
export type ResolutionPolicy = components["schemas"]["ResolutionPolicy"];
|
|
186
|
-
export type
|
|
187
|
-
export type
|
|
185
|
+
export type ResolvedActionGroup = components["schemas"]["ResolvedActionGroup"];
|
|
186
|
+
export type ResourceScope = components["schemas"]["ResourceScope"];
|
|
188
187
|
export type RespondToInteractionRequest = components["schemas"]["RespondToInteractionRequest"];
|
|
188
|
+
export type Role = components["schemas"]["Role"];
|
|
189
|
+
export type RoleAssignment = components["schemas"]["RoleAssignment"];
|
|
190
|
+
export type RoleAssignmentListResponse = components["schemas"]["RoleAssignmentListResponse"];
|
|
191
|
+
export type RoleListResponse = components["schemas"]["RoleListResponse"];
|
|
189
192
|
export type RotateSecretResult = components["schemas"]["RotateSecretResult"];
|
|
190
|
-
export type
|
|
191
|
-
export type RunActionResult = components["schemas"]["RunActionResult"];
|
|
192
|
-
export type RunForkLineage = components["schemas"]["RunForkLineage"];
|
|
193
|
-
export type RunForkRequest = components["schemas"]["RunForkRequest"];
|
|
194
|
-
export type RunMetrics = components["schemas"]["RunMetrics"];
|
|
195
|
-
export type RunSignal = components["schemas"]["RunSignal"];
|
|
196
|
-
export type RunStep = components["schemas"]["RunStep"];
|
|
197
|
-
export type RunStepBinding = components["schemas"]["RunStepBinding"];
|
|
198
|
-
export type RunStepKind = components["schemas"]["RunStepKind"];
|
|
199
|
-
export type RunStepListResponse = components["schemas"]["RunStepListResponse"];
|
|
200
|
-
export type RunStepSource = components["schemas"]["RunStepSource"];
|
|
201
|
-
export type RunStepStatus = components["schemas"]["RunStepStatus"];
|
|
202
|
-
export type ScheduleSourceConfig = components["schemas"]["ScheduleSourceConfig"];
|
|
193
|
+
export type RunConsumer = components["schemas"]["RunConsumer"];
|
|
203
194
|
export type SearchRowsRequest = components["schemas"]["SearchRowsRequest"];
|
|
204
195
|
export type SearchRowsResponse = components["schemas"]["SearchRowsResponse"];
|
|
205
|
-
export type
|
|
206
|
-
export type
|
|
207
|
-
export type
|
|
208
|
-
export type
|
|
209
|
-
export type
|
|
210
|
-
export type
|
|
211
|
-
export type
|
|
212
|
-
export type
|
|
213
|
-
export type
|
|
214
|
-
export type
|
|
215
|
-
export type
|
|
216
|
-
export type
|
|
217
|
-
export type
|
|
218
|
-
export type
|
|
219
|
-
export type
|
|
220
|
-
export type
|
|
221
|
-
export type
|
|
222
|
-
export type
|
|
196
|
+
export type Secret = components["schemas"]["Secret"];
|
|
197
|
+
export type SecretListResponse = components["schemas"]["SecretListResponse"];
|
|
198
|
+
export type SecretValues = components["schemas"]["SecretValues"];
|
|
199
|
+
export type SecretVersion = components["schemas"]["SecretVersion"];
|
|
200
|
+
export type SecretVersionListResponse = components["schemas"]["SecretVersionListResponse"];
|
|
201
|
+
export type SecretVersionState = components["schemas"]["SecretVersionState"];
|
|
202
|
+
export type Session = components["schemas"]["Session"];
|
|
203
|
+
export type SessionListResponse = components["schemas"]["SessionListResponse"];
|
|
204
|
+
export type SessionMessage = components["schemas"]["SessionMessage"];
|
|
205
|
+
export type SessionMessageEntryType = components["schemas"]["SessionMessageEntryType"];
|
|
206
|
+
export type SessionMessageListResponse = components["schemas"]["SessionMessageListResponse"];
|
|
207
|
+
export type SessionMessageRole = components["schemas"]["SessionMessageRole"];
|
|
208
|
+
export type SessionOrigin = components["schemas"]["SessionOrigin"];
|
|
209
|
+
export type SessionScope = components["schemas"]["SessionScope"];
|
|
210
|
+
export type SessionStatus = components["schemas"]["SessionStatus"];
|
|
211
|
+
export type SessionVisibility = components["schemas"]["SessionVisibility"];
|
|
212
|
+
export type SignalAutomationRunRequest = components["schemas"]["SignalAutomationRunRequest"];
|
|
213
|
+
export type Skill = components["schemas"]["Skill"];
|
|
214
|
+
export type SkillAssignment = components["schemas"]["SkillAssignment"];
|
|
215
|
+
export type SkillAssignmentListResponse = components["schemas"]["SkillAssignmentListResponse"];
|
|
216
|
+
export type SkillListResponse = components["schemas"]["SkillListResponse"];
|
|
217
|
+
export type SkillManifestEntry = components["schemas"]["SkillManifestEntry"];
|
|
218
|
+
export type SkillRequest = components["schemas"]["SkillRequest"];
|
|
219
|
+
export type StartAutomationRunRequest = components["schemas"]["StartAutomationRunRequest"];
|
|
220
|
+
export type StartEnvironmentWorkerRequest = components["schemas"]["StartEnvironmentWorkerRequest"];
|
|
223
221
|
export type Table = components["schemas"]["Table"];
|
|
222
|
+
export type TableAccessMode = components["schemas"]["TableAccessMode"];
|
|
224
223
|
export type TableListResponse = components["schemas"]["TableListResponse"];
|
|
225
224
|
export type TableRow = components["schemas"]["TableRow"];
|
|
226
|
-
export type TableRowSourceConfig = components["schemas"]["TableRowSourceConfig"];
|
|
227
225
|
export type TableSchema = components["schemas"]["TableSchema"];
|
|
228
226
|
export type TableStats = components["schemas"]["TableStats"];
|
|
229
227
|
export type TagMap = components["schemas"]["TagMap"];
|
|
230
|
-
export type
|
|
231
|
-
export type
|
|
232
|
-
export type
|
|
233
|
-
export type
|
|
234
|
-
export type
|
|
235
|
-
export type
|
|
236
|
-
export type ToolUseContentBlock = components["schemas"]["ToolUseContentBlock"];
|
|
237
|
-
export type TraceDetail = components["schemas"]["TraceDetail"];
|
|
238
|
-
export type TraceLinkages = components["schemas"]["TraceLinkages"];
|
|
239
|
-
export type TraceListResponse = components["schemas"]["TraceListResponse"];
|
|
240
|
-
export type TraceSummary = components["schemas"]["TraceSummary"];
|
|
241
|
-
export type Trigger = components["schemas"]["Trigger"];
|
|
242
|
-
export type TriggerFire = components["schemas"]["TriggerFire"];
|
|
243
|
-
export type TriggerFireListResponse = components["schemas"]["TriggerFireListResponse"];
|
|
244
|
-
export type TriggerFireStatus = components["schemas"]["TriggerFireStatus"];
|
|
245
|
-
export type TriggerFireTargetResult = components["schemas"]["TriggerFireTargetResult"];
|
|
246
|
-
export type TriggerFireTargetStatus = components["schemas"]["TriggerFireTargetStatus"];
|
|
247
|
-
export type TriggerKind = components["schemas"]["TriggerKind"];
|
|
248
|
-
export type TriggerListResponse = components["schemas"]["TriggerListResponse"];
|
|
249
|
-
export type TriggerSourceConfig = components["schemas"]["TriggerSourceConfig"];
|
|
250
|
-
export type TriggerTarget = components["schemas"]["TriggerTarget"];
|
|
251
|
-
export type TriggerTargetListResponse = components["schemas"]["TriggerTargetListResponse"];
|
|
252
|
-
export type TriggerTargetRunSelector = components["schemas"]["TriggerTargetRunSelector"];
|
|
228
|
+
export type Toolkit = components["schemas"]["Toolkit"];
|
|
229
|
+
export type ToolkitActionGrant = components["schemas"]["ToolkitActionGrant"];
|
|
230
|
+
export type ToolkitAssignment = components["schemas"]["ToolkitAssignment"];
|
|
231
|
+
export type ToolkitAssignmentListResponse = components["schemas"]["ToolkitAssignmentListResponse"];
|
|
232
|
+
export type ToolkitListResponse = components["schemas"]["ToolkitListResponse"];
|
|
233
|
+
export type ToolkitRequest = components["schemas"]["ToolkitRequest"];
|
|
253
234
|
export type UpdateActionRequest = components["schemas"]["UpdateActionRequest"];
|
|
254
235
|
export type UpdateAgentRequest = components["schemas"]["UpdateAgentRequest"];
|
|
255
|
-
export type
|
|
256
|
-
export type
|
|
257
|
-
export type
|
|
258
|
-
export type UpdateObservableRequest = components["schemas"]["UpdateObservableRequest"];
|
|
236
|
+
export type UpdateAutomationRequest = components["schemas"]["UpdateAutomationRequest"];
|
|
237
|
+
export type UpdateEnvironmentRequest = components["schemas"]["UpdateEnvironmentRequest"];
|
|
238
|
+
export type UpdatePrincipalRequest = components["schemas"]["UpdatePrincipalRequest"];
|
|
259
239
|
export type UpdateProjectRequest = components["schemas"]["UpdateProjectRequest"];
|
|
240
|
+
export type UpdateRoleRequest = components["schemas"]["UpdateRoleRequest"];
|
|
260
241
|
export type UpdateRowRequest = components["schemas"]["UpdateRowRequest"];
|
|
242
|
+
export type UpdateSecretRequest = components["schemas"]["UpdateSecretRequest"];
|
|
261
243
|
export type UpdateTableRequest = components["schemas"]["UpdateTableRequest"];
|
|
262
|
-
export type UpdateTriggerRequest = components["schemas"]["UpdateTriggerRequest"];
|
|
263
|
-
export type UpdateTriggerTargetRequest = components["schemas"]["UpdateTriggerTargetRequest"];
|
|
264
244
|
export type UpdateWebhookRequest = components["schemas"]["UpdateWebhookRequest"];
|
|
265
|
-
export type UpdateWorkflowRequest = components["schemas"]["UpdateWorkflowRequest"];
|
|
266
|
-
export type UpsertActorStateRequest = components["schemas"]["UpsertActorStateRequest"];
|
|
267
245
|
export type UpsertRowRequest = components["schemas"]["UpsertRowRequest"];
|
|
268
246
|
export type UpsertRowResponse = components["schemas"]["UpsertRowResponse"];
|
|
269
247
|
export type User = components["schemas"]["User"];
|
|
270
248
|
export type Webhook = components["schemas"]["Webhook"];
|
|
271
|
-
export type WebhookDelivery = components["schemas"]["WebhookDelivery"];
|
|
272
249
|
export type WebhookDeliveryListResponse = components["schemas"]["WebhookDeliveryListResponse"];
|
|
250
|
+
export type WebhookDeliveryRecord = components["schemas"]["WebhookDeliveryRecord"];
|
|
273
251
|
export type WebhookDeliveryStatus = components["schemas"]["WebhookDeliveryStatus"];
|
|
274
252
|
export type WebhookListResponse = components["schemas"]["WebhookListResponse"];
|
|
275
|
-
export type WebhookSourceConfig = components["schemas"]["WebhookSourceConfig"];
|
|
276
|
-
export type WorkerMetrics = components["schemas"]["WorkerMetrics"];
|
|
277
253
|
export type WorkerSession = components["schemas"]["WorkerSession"];
|
|
278
254
|
export type WorkerSessionJobRef = components["schemas"]["WorkerSessionJobRef"];
|
|
279
255
|
export type WorkerSessionListResponse = components["schemas"]["WorkerSessionListResponse"];
|
|
280
256
|
export type WorkerSessionTotals = components["schemas"]["WorkerSessionTotals"];
|
|
281
|
-
export type
|
|
282
|
-
export type
|
|
283
|
-
export type
|
|
284
|
-
export type
|
|
285
|
-
export type
|
|
286
|
-
export type
|
|
287
|
-
export type
|
|
288
|
-
export type
|
|
289
|
-
export type
|
|
290
|
-
export type
|
|
291
|
-
export type
|
|
292
|
-
export type
|
|
293
|
-
export type
|
|
294
|
-
export type
|
|
295
|
-
export type
|
|
296
|
-
export type
|
|
297
|
-
export type
|
|
298
|
-
export type
|
|
299
|
-
export type
|
|
300
|
-
export type
|
|
301
|
-
export type
|
|
302
|
-
export type
|
|
303
|
-
export type
|
|
304
|
-
export type
|
|
305
|
-
export type
|
|
306
|
-
export type
|
|
307
|
-
export type WorkflowRunWaitKind = components["schemas"]["WorkflowRunWaitKind"];
|
|
308
|
-
export type WorkflowRunWaitSummary = components["schemas"]["WorkflowRunWaitSummary"];
|
|
309
|
-
export type WorkflowSetStep = components["schemas"]["WorkflowSetStep"];
|
|
310
|
-
export type WorkflowSleepConfig = components["schemas"]["WorkflowSleepConfig"];
|
|
311
|
-
export type WorkflowSleepStep = components["schemas"]["WorkflowSleepStep"];
|
|
312
|
-
export type WorkflowSpec = components["schemas"]["WorkflowSpec"];
|
|
313
|
-
export type WorkflowStep = components["schemas"]["WorkflowStep"];
|
|
314
|
-
export type WorkflowStepLayout = components["schemas"]["WorkflowStepLayout"];
|
|
315
|
-
export type WorkflowVersionListResponse = components["schemas"]["WorkflowVersionListResponse"];
|
|
316
|
-
export type WorkflowVersionSummary = components["schemas"]["WorkflowVersionSummary"];
|
|
317
|
-
export type WorkflowWaitEventConfig = components["schemas"]["WorkflowWaitEventConfig"];
|
|
318
|
-
export type WorkflowWaitEventStep = components["schemas"]["WorkflowWaitEventStep"];
|
|
319
|
-
export type WorkflowWaitSignalConfig = components["schemas"]["WorkflowWaitSignalConfig"];
|
|
320
|
-
export type WorkflowWaitSignalStep = components["schemas"]["WorkflowWaitSignalStep"];
|
|
321
|
-
export type WorkflowWaitUntilBackoffConfig = components["schemas"]["WorkflowWaitUntilBackoffConfig"];
|
|
322
|
-
export type WorkflowWaitUntilConfig = components["schemas"]["WorkflowWaitUntilConfig"];
|
|
323
|
-
export type WorkflowWaitUntilPollConfig = components["schemas"]["WorkflowWaitUntilPollConfig"];
|
|
324
|
-
export type WorkflowWaitUntilStep = components["schemas"]["WorkflowWaitUntilStep"];
|
|
257
|
+
export type WorkerSocketCancelDirective = components["schemas"]["WorkerSocketCancelDirective"];
|
|
258
|
+
export type WorkerSocketClaimedJob = components["schemas"]["WorkerSocketClaimedJob"];
|
|
259
|
+
export type WorkerSocketErrorFrame = components["schemas"]["WorkerSocketErrorFrame"];
|
|
260
|
+
export type WorkerSocketFrame = components["schemas"]["WorkerSocketFrame"];
|
|
261
|
+
export type WorkerSocketGenerationDeltaAckFrame = components["schemas"]["WorkerSocketGenerationDeltaAckFrame"];
|
|
262
|
+
export type WorkerSocketGenerationDeltaFrame = components["schemas"]["WorkerSocketGenerationDeltaFrame"];
|
|
263
|
+
export type WorkerSocketJobCancelFrame = components["schemas"]["WorkerSocketJobCancelFrame"];
|
|
264
|
+
export type WorkerSocketJobHeartbeatAckFrame = components["schemas"]["WorkerSocketJobHeartbeatAckFrame"];
|
|
265
|
+
export type WorkerSocketJobHeartbeatFrame = components["schemas"]["WorkerSocketJobHeartbeatFrame"];
|
|
266
|
+
export type WorkerSocketJobReportAckFrame = components["schemas"]["WorkerSocketJobReportAckFrame"];
|
|
267
|
+
export type WorkerSocketJobReportFrame = components["schemas"]["WorkerSocketJobReportFrame"];
|
|
268
|
+
export type WorkerSocketJobsClaimFrame = components["schemas"]["WorkerSocketJobsClaimFrame"];
|
|
269
|
+
export type WorkerSocketJobsClaimedFrame = components["schemas"]["WorkerSocketJobsClaimedFrame"];
|
|
270
|
+
export type WorkerSocketKeepaliveFrame = components["schemas"]["WorkerSocketKeepaliveFrame"];
|
|
271
|
+
export type WorkerSocketLeaseConfig = components["schemas"]["WorkerSocketLeaseConfig"];
|
|
272
|
+
export type WorkerSocketMessageID = components["schemas"]["WorkerSocketMessageID"];
|
|
273
|
+
export type WorkerSocketModelCapability = components["schemas"]["WorkerSocketModelCapability"];
|
|
274
|
+
export type WorkerSocketProtocolError = components["schemas"]["WorkerSocketProtocolError"];
|
|
275
|
+
export type WorkerSocketReadyFrame = components["schemas"]["WorkerSocketReadyFrame"];
|
|
276
|
+
export type WorkerSocketRegisterFrame = components["schemas"]["WorkerSocketRegisterFrame"];
|
|
277
|
+
export type WorkerSocketRegisteredFrame = components["schemas"]["WorkerSocketRegisteredFrame"];
|
|
278
|
+
export type WorkerSocketWorkAvailableFrame = components["schemas"]["WorkerSocketWorkAvailableFrame"];
|
|
279
|
+
export type WorkerSocketWorkerDrainFrame = components["schemas"]["WorkerSocketWorkerDrainFrame"];
|
|
280
|
+
export type WorkerSocketWorkerDrainingAckFrame = components["schemas"]["WorkerSocketWorkerDrainingAckFrame"];
|
|
281
|
+
export type WorkerSocketWorkerDrainingFrame = components["schemas"]["WorkerSocketWorkerDrainingFrame"];
|
|
282
|
+
export type WriteEnvironmentFileRequest = components["schemas"]["WriteEnvironmentFileRequest"];
|
|
325
283
|
//# sourceMappingURL=index.d.ts.map
|