@deepnoodle/mobius 0.0.21 → 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 +124 -283
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/schema.d.ts +5450 -11248
- package/dist/api/schema.d.ts.map +1 -1
- package/dist/client.d.ts +64 -151
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +164 -368
- 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 +314 -464
- package/dist/worker.js.map +1 -1
- package/package.json +4 -4
package/dist/api/index.d.ts
CHANGED
|
@@ -9,155 +9,144 @@ export type ActionAnnotationsRequest = components["schemas"]["ActionAnnotationsR
|
|
|
9
9
|
export type ActionAnnotationsResponse = components["schemas"]["ActionAnnotationsResponse"];
|
|
10
10
|
export type ActionCatalogEntry = components["schemas"]["ActionCatalogEntry"];
|
|
11
11
|
export type ActionCatalogListResponse = components["schemas"]["ActionCatalogListResponse"];
|
|
12
|
+
export type ActionExecutionMetadata = components["schemas"]["ActionExecutionMetadata"];
|
|
12
13
|
export type ActionInvocationEntry = components["schemas"]["ActionInvocationEntry"];
|
|
13
14
|
export type ActionInvocationListResponse = components["schemas"]["ActionInvocationListResponse"];
|
|
14
|
-
export type ActionInvocationRequest = components["schemas"]["ActionInvocationRequest"];
|
|
15
15
|
export type ActionInvocationResult = components["schemas"]["ActionInvocationResult"];
|
|
16
16
|
export type ActionPermissionGroup = components["schemas"]["ActionPermissionGroup"];
|
|
17
|
-
export type AddChannelMemberRequest = components["schemas"]["AddChannelMemberRequest"];
|
|
18
|
-
export type AddChannelMessageReactionRequest = components["schemas"]["AddChannelMessageReactionRequest"];
|
|
19
|
-
export type AddGroupMemberRequest = components["schemas"]["AddGroupMemberRequest"];
|
|
20
17
|
export type AddProjectMemberRequest = components["schemas"]["AddProjectMemberRequest"];
|
|
21
18
|
export type Agent = components["schemas"]["Agent"];
|
|
22
19
|
export type AgentBlockedGrant = components["schemas"]["AgentBlockedGrant"];
|
|
23
|
-
export type AgentConversationSession = components["schemas"]["AgentConversationSession"];
|
|
24
|
-
export type AgentConversationSessionListResponse = components["schemas"]["AgentConversationSessionListResponse"];
|
|
25
|
-
export type AgentConversationSessionOrigin = components["schemas"]["AgentConversationSessionOrigin"];
|
|
26
|
-
export type AgentConversationSessionScope = components["schemas"]["AgentConversationSessionScope"];
|
|
27
|
-
export type AgentConversationSessionStatus = components["schemas"]["AgentConversationSessionStatus"];
|
|
28
|
-
export type AgentConversationSessionVisibility = components["schemas"]["AgentConversationSessionVisibility"];
|
|
29
20
|
export type AgentListResponse = components["schemas"]["AgentListResponse"];
|
|
30
21
|
export type AgentManifestWarning = components["schemas"]["AgentManifestWarning"];
|
|
31
|
-
export type
|
|
32
|
-
export type
|
|
33
|
-
export type
|
|
34
|
-
export type
|
|
35
|
-
export type
|
|
36
|
-
export type
|
|
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"];
|
|
37
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"];
|
|
38
35
|
export type AgentToolConsumer = components["schemas"]["AgentToolConsumer"];
|
|
39
36
|
export type AgentToolManifest = components["schemas"]["AgentToolManifest"];
|
|
40
|
-
export type
|
|
41
|
-
export type
|
|
37
|
+
export type AgentToolPresentation = components["schemas"]["AgentToolPresentation"];
|
|
38
|
+
export type AppendSessionMessage = components["schemas"]["AppendSessionMessage"];
|
|
39
|
+
export type AppendSessionMessagesRequest = components["schemas"]["AppendSessionMessagesRequest"];
|
|
40
|
+
export type Artifact = components["schemas"]["Artifact"];
|
|
41
|
+
export type ArtifactListResponse = components["schemas"]["ArtifactListResponse"];
|
|
42
|
+
export type ArtifactQuotaUsage = components["schemas"]["ArtifactQuotaUsage"];
|
|
43
|
+
export type ArtifactSignedUrl = components["schemas"]["ArtifactSignedUrl"];
|
|
44
|
+
export type ArtifactState = components["schemas"]["ArtifactState"];
|
|
42
45
|
export type ArtifactStorageBackend = components["schemas"]["ArtifactStorageBackend"];
|
|
43
|
-
export type
|
|
44
|
-
export type
|
|
46
|
+
export type ArtifactVisibility = components["schemas"]["ArtifactVisibility"];
|
|
47
|
+
export type AttachWorkerEnvironmentRequest = components["schemas"]["AttachWorkerEnvironmentRequest"];
|
|
48
|
+
export type AuditChanges = components["schemas"]["AuditChanges"];
|
|
45
49
|
export type AuditLogEntry = components["schemas"]["AuditLogEntry"];
|
|
46
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"];
|
|
47
85
|
export type BulkInsertRowsRequest = components["schemas"]["BulkInsertRowsRequest"];
|
|
48
86
|
export type BulkInsertRowsResponse = components["schemas"]["BulkInsertRowsResponse"];
|
|
87
|
+
export type CancelAutomationRunRequest = components["schemas"]["CancelAutomationRunRequest"];
|
|
49
88
|
export type CancelInteractionRequest = components["schemas"]["CancelInteractionRequest"];
|
|
50
|
-
export type
|
|
51
|
-
export type
|
|
52
|
-
export type ChannelInteractionLink = components["schemas"]["ChannelInteractionLink"];
|
|
53
|
-
export type ChannelInteractionLinkListResponse = components["schemas"]["ChannelInteractionLinkListResponse"];
|
|
54
|
-
export type ChannelListResponse = components["schemas"]["ChannelListResponse"];
|
|
55
|
-
export type ChannelMember = components["schemas"]["ChannelMember"];
|
|
56
|
-
export type ChannelMemberListResponse = components["schemas"]["ChannelMemberListResponse"];
|
|
57
|
-
export type ChannelMessage = components["schemas"]["ChannelMessage"];
|
|
58
|
-
export type ChannelMessageAttachment = components["schemas"]["ChannelMessageAttachment"];
|
|
59
|
-
export type ChannelMessageDraft = components["schemas"]["ChannelMessageDraft"];
|
|
60
|
-
export type ChannelMessageDraftListResponse = components["schemas"]["ChannelMessageDraftListResponse"];
|
|
61
|
-
export type ChannelMessageFileAttachment = components["schemas"]["ChannelMessageFileAttachment"];
|
|
62
|
-
export type ChannelMessageFileAttachmentInput = components["schemas"]["ChannelMessageFileAttachmentInput"];
|
|
63
|
-
export type ChannelMessageFileAttachmentPreviewKind = components["schemas"]["ChannelMessageFileAttachmentPreviewKind"];
|
|
64
|
-
export type ChannelMessageFileAttachmentSource = components["schemas"]["ChannelMessageFileAttachmentSource"];
|
|
65
|
-
export type ChannelMessageListResponse = components["schemas"]["ChannelMessageListResponse"];
|
|
66
|
-
export type ChannelMessageReaction = components["schemas"]["ChannelMessageReaction"];
|
|
67
|
-
export type ChannelMessageReactionSummary = components["schemas"]["ChannelMessageReactionSummary"];
|
|
68
|
-
export type ChannelMessageSenderType = components["schemas"]["ChannelMessageSenderType"];
|
|
69
|
-
export type ChannelMessageSourceConfig = components["schemas"]["ChannelMessageSourceConfig"];
|
|
70
|
-
export type ChannelMessageTombstone = components["schemas"]["ChannelMessageTombstone"];
|
|
71
|
-
export type ChannelMessageUnfurl = components["schemas"]["ChannelMessageUnfurl"];
|
|
72
|
-
export type ChannelNotificationLevel = components["schemas"]["ChannelNotificationLevel"];
|
|
73
|
-
export type ChannelThreadDelivery = components["schemas"]["ChannelThreadDelivery"];
|
|
74
|
-
export type CodeStepCompletion = components["schemas"]["CodeStepCompletion"];
|
|
89
|
+
export type CapabilityReadiness = components["schemas"]["CapabilityReadiness"];
|
|
90
|
+
export type CapabilityReadinessReason = components["schemas"]["CapabilityReadinessReason"];
|
|
75
91
|
export type ColumnDef = components["schemas"]["ColumnDef"];
|
|
76
92
|
export type ColumnType = components["schemas"]["ColumnType"];
|
|
77
|
-
export type ConcurrencyPolicy = components["schemas"]["ConcurrencyPolicy"];
|
|
78
93
|
export type ConfigEntries = components["schemas"]["ConfigEntries"];
|
|
79
94
|
export type ConfigEntry = components["schemas"]["ConfigEntry"];
|
|
80
95
|
export type Consumer = components["schemas"]["Consumer"];
|
|
81
96
|
export type CreateAPIKeyRequest = components["schemas"]["CreateAPIKeyRequest"];
|
|
82
97
|
export type CreateActionRequest = components["schemas"]["CreateActionRequest"];
|
|
83
|
-
export type CreateAgentPresenceRequest = components["schemas"]["CreateAgentPresenceRequest"];
|
|
84
98
|
export type CreateAgentRequest = components["schemas"]["CreateAgentRequest"];
|
|
85
|
-
export type
|
|
86
|
-
export type
|
|
87
|
-
export type
|
|
88
|
-
export type
|
|
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"];
|
|
89
103
|
export type CreateEnvironmentRequest = components["schemas"]["CreateEnvironmentRequest"];
|
|
90
|
-
export type CreateEventTriggerRequest = components["schemas"]["CreateEventTriggerRequest"];
|
|
91
|
-
export type CreateGroupRequest = components["schemas"]["CreateGroupRequest"];
|
|
92
104
|
export type CreateInteractionRequest = components["schemas"]["CreateInteractionRequest"];
|
|
93
|
-
export type
|
|
105
|
+
export type CreatePrincipalRequest = components["schemas"]["CreatePrincipalRequest"];
|
|
94
106
|
export type CreateProjectRequest = components["schemas"]["CreateProjectRequest"];
|
|
95
107
|
export type CreateRoleAssignmentRequest = components["schemas"]["CreateRoleAssignmentRequest"];
|
|
96
108
|
export type CreateRoleRequest = components["schemas"]["CreateRoleRequest"];
|
|
97
109
|
export type CreateRunBackedInteractionRequest = components["schemas"]["CreateRunBackedInteractionRequest"];
|
|
98
|
-
export type CreateScheduleTriggerRequest = components["schemas"]["CreateScheduleTriggerRequest"];
|
|
99
110
|
export type CreateSecretRequest = components["schemas"]["CreateSecretRequest"];
|
|
100
|
-
export type CreateServiceAccountRequest = components["schemas"]["CreateServiceAccountRequest"];
|
|
101
111
|
export type CreateStandaloneInteractionRequest = components["schemas"]["CreateStandaloneInteractionRequest"];
|
|
102
112
|
export type CreateTableRequest = components["schemas"]["CreateTableRequest"];
|
|
103
|
-
export type CreateTableRowTriggerRequest = components["schemas"]["CreateTableRowTriggerRequest"];
|
|
104
|
-
export type CreateTriggerRequest = components["schemas"]["CreateTriggerRequest"];
|
|
105
|
-
export type CreateTriggerTargetRequest = components["schemas"]["CreateTriggerTargetRequest"];
|
|
106
113
|
export type CreateWebhookRequest = components["schemas"]["CreateWebhookRequest"];
|
|
107
|
-
export type CreateWebhookTriggerRequest = components["schemas"]["CreateWebhookTriggerRequest"];
|
|
108
|
-
export type CreateWorkflowRequest = components["schemas"]["CreateWorkflowRequest"];
|
|
109
|
-
export type CustomEmoji = components["schemas"]["CustomEmoji"];
|
|
110
|
-
export type CustomEmojiListResponse = components["schemas"]["CustomEmojiListResponse"];
|
|
111
114
|
export type Delivery = components["schemas"]["Delivery"];
|
|
112
115
|
export type DeliveryChannel = components["schemas"]["DeliveryChannel"];
|
|
113
116
|
export type EmailDelivery = components["schemas"]["EmailDelivery"];
|
|
114
|
-
export type EmailSourceConfig = components["schemas"]["EmailSourceConfig"];
|
|
115
|
-
export type EntityReference = components["schemas"]["EntityReference"];
|
|
116
|
-
export type EntityReferenceType = components["schemas"]["EntityReferenceType"];
|
|
117
117
|
export type Environment = components["schemas"]["Environment"];
|
|
118
118
|
export type EnvironmentAcquireResult = components["schemas"]["EnvironmentAcquireResult"];
|
|
119
119
|
export type EnvironmentBoundToType = components["schemas"]["EnvironmentBoundToType"];
|
|
120
120
|
export type EnvironmentCleanupStatus = components["schemas"]["EnvironmentCleanupStatus"];
|
|
121
121
|
export type EnvironmentExecResult = components["schemas"]["EnvironmentExecResult"];
|
|
122
|
+
export type EnvironmentGitCredentialResult = components["schemas"]["EnvironmentGitCredentialResult"];
|
|
122
123
|
export type EnvironmentLease = components["schemas"]["EnvironmentLease"];
|
|
123
124
|
export type EnvironmentLeaseStatus = components["schemas"]["EnvironmentLeaseStatus"];
|
|
124
125
|
export type EnvironmentLifetime = components["schemas"]["EnvironmentLifetime"];
|
|
125
126
|
export type EnvironmentListResponse = components["schemas"]["EnvironmentListResponse"];
|
|
127
|
+
export type EnvironmentMode = components["schemas"]["EnvironmentMode"];
|
|
126
128
|
export type EnvironmentProvider = components["schemas"]["EnvironmentProvider"];
|
|
127
129
|
export type EnvironmentPurpose = components["schemas"]["EnvironmentPurpose"];
|
|
128
130
|
export type EnvironmentRetentionPolicy = components["schemas"]["EnvironmentRetentionPolicy"];
|
|
129
131
|
export type EnvironmentStartWorkerResult = components["schemas"]["EnvironmentStartWorkerResult"];
|
|
130
132
|
export type EnvironmentStatus = components["schemas"]["EnvironmentStatus"];
|
|
133
|
+
export type EnvironmentWorkerLogsResponse = components["schemas"]["EnvironmentWorkerLogsResponse"];
|
|
131
134
|
export type ErrorResponse = components["schemas"]["ErrorResponse"];
|
|
132
|
-
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"];
|
|
133
139
|
export type ExecEnvironmentRequest = components["schemas"]["ExecEnvironmentRequest"];
|
|
134
140
|
export type FeatureGate = components["schemas"]["FeatureGate"];
|
|
135
141
|
export type FeatureGateListResponse = components["schemas"]["FeatureGateListResponse"];
|
|
136
142
|
export type FeatureGateSource = components["schemas"]["FeatureGateSource"];
|
|
137
143
|
export type FeatureKey = components["schemas"]["FeatureKey"];
|
|
138
144
|
export type FeatureOverrideScope = components["schemas"]["FeatureOverrideScope"];
|
|
139
|
-
export type
|
|
140
|
-
export type Group = components["schemas"]["Group"];
|
|
141
|
-
export type GroupListResponse = components["schemas"]["GroupListResponse"];
|
|
142
|
-
export type GroupMember = components["schemas"]["GroupMember"];
|
|
143
|
-
export type GroupMemberListResponse = components["schemas"]["GroupMemberListResponse"];
|
|
144
|
-
export type GroupWithCountListResponse = components["schemas"]["GroupWithCountListResponse"];
|
|
145
|
+
export type HTTPTriggerDeliveryResponse = components["schemas"]["HTTPTriggerDeliveryResponse"];
|
|
145
146
|
export type HttpSubscriberConsumer = components["schemas"]["HttpSubscriberConsumer"];
|
|
146
147
|
export type ImportSkillRequest = components["schemas"]["ImportSkillRequest"];
|
|
147
148
|
export type IndexDef = components["schemas"]["IndexDef"];
|
|
148
149
|
export type InsertRowRequest = components["schemas"]["InsertRowRequest"];
|
|
149
|
-
export type IntegrationEventFireEvent = components["schemas"]["IntegrationEventFireEvent"];
|
|
150
|
-
export type IntegrationEventFireMode = components["schemas"]["IntegrationEventFireMode"];
|
|
151
|
-
export type IntegrationEventFireRequest = components["schemas"]["IntegrationEventFireRequest"];
|
|
152
|
-
export type IntegrationEventFireResponse = components["schemas"]["IntegrationEventFireResponse"];
|
|
153
|
-
export type IntegrationEventFireTriggerMatch = components["schemas"]["IntegrationEventFireTriggerMatch"];
|
|
154
|
-
export type IntegrationEventFireWaiterMatch = components["schemas"]["IntegrationEventFireWaiterMatch"];
|
|
155
|
-
export type IntegrationEventListResponse = components["schemas"]["IntegrationEventListResponse"];
|
|
156
|
-
export type IntegrationEventReceipt = components["schemas"]["IntegrationEventReceipt"];
|
|
157
|
-
export type IntegrationEventSample = components["schemas"]["IntegrationEventSample"];
|
|
158
|
-
export type IntegrationEventSamplesResponse = components["schemas"]["IntegrationEventSamplesResponse"];
|
|
159
|
-
export type IntegrationEventSource = components["schemas"]["IntegrationEventSource"];
|
|
160
|
-
export type IntegrationEventSourceEventStatus = components["schemas"]["IntegrationEventSourceEventStatus"];
|
|
161
150
|
export type Interaction = components["schemas"]["Interaction"];
|
|
162
151
|
export type InteractionKind = components["schemas"]["InteractionKind"];
|
|
163
152
|
export type InteractionListResponse = components["schemas"]["InteractionListResponse"];
|
|
@@ -167,100 +156,41 @@ export type InteractionReference = components["schemas"]["InteractionReference"]
|
|
|
167
156
|
export type InteractionResponder = components["schemas"]["InteractionResponder"];
|
|
168
157
|
export type InteractionResponse = components["schemas"]["InteractionResponse"];
|
|
169
158
|
export type InteractionSpec = components["schemas"]["InteractionSpec"];
|
|
170
|
-
export type
|
|
171
|
-
export type
|
|
172
|
-
export type
|
|
173
|
-
export type JobClaim = components["schemas"]["JobClaim"];
|
|
174
|
-
export type JobClaimRequest = components["schemas"]["JobClaimRequest"];
|
|
175
|
-
export type JobCodeSpec = components["schemas"]["JobCodeSpec"];
|
|
176
|
-
export type JobEventEntry = components["schemas"]["JobEventEntry"];
|
|
177
|
-
export type JobEventsRequest = components["schemas"]["JobEventsRequest"];
|
|
178
|
-
export type JobFenceRequest = components["schemas"]["JobFenceRequest"];
|
|
179
|
-
export type JobHeartbeat = components["schemas"]["JobHeartbeat"];
|
|
180
|
-
export type JobHeartbeatDirectives = components["schemas"]["JobHeartbeatDirectives"];
|
|
181
|
-
export type JobHistoryResponse = components["schemas"]["JobHistoryResponse"];
|
|
182
|
-
export type JobListResponse = components["schemas"]["JobListResponse"];
|
|
183
|
-
export type JobReportRequest = components["schemas"]["JobReportRequest"];
|
|
184
|
-
export type JobSpec = components["schemas"]["JobSpec"];
|
|
185
|
-
export type JobStatus = components["schemas"]["JobStatus"];
|
|
186
|
-
export type LegacyAgentPresence = components["schemas"]["LegacyAgentPresence"];
|
|
187
|
-
export type LogIngestResponse = components["schemas"]["LogIngestResponse"];
|
|
188
|
-
export type LogRecord = components["schemas"]["LogRecord"];
|
|
189
|
-
export type LogRecordInput = components["schemas"]["LogRecordInput"];
|
|
190
|
-
export type LogRecordListResponse = components["schemas"]["LogRecordListResponse"];
|
|
191
|
-
export type MarkChannelMessagesReadRequest = components["schemas"]["MarkChannelMessagesReadRequest"];
|
|
192
|
-
export type MessageBlock = components["schemas"]["MessageBlock"];
|
|
193
|
-
export type MessageBlockCatalogEntry = components["schemas"]["MessageBlockCatalogEntry"];
|
|
194
|
-
export type MessageBlockCatalogResponse = components["schemas"]["MessageBlockCatalogResponse"];
|
|
195
|
-
export type Metadata = components["schemas"]["Metadata"];
|
|
196
|
-
export type OpenDirectMessageRequest = components["schemas"]["OpenDirectMessageRequest"];
|
|
197
|
-
export type Outcome = components["schemas"]["Outcome"];
|
|
198
|
-
export type OutcomeComplete = components["schemas"]["OutcomeComplete"];
|
|
199
|
-
export type OutcomeFail = components["schemas"]["OutcomeFail"];
|
|
200
|
-
export type OutcomeStepDone = components["schemas"]["OutcomeStepDone"];
|
|
201
|
-
export type OutcomeSuspend = components["schemas"]["OutcomeSuspend"];
|
|
202
|
-
export type OutcomeWaitObserved = components["schemas"]["OutcomeWaitObserved"];
|
|
203
|
-
export type PageDelivery = components["schemas"]["PageDelivery"];
|
|
159
|
+
export type InvokeActionRequest = components["schemas"]["InvokeActionRequest"];
|
|
160
|
+
export type ModelOption = components["schemas"]["ModelOption"];
|
|
161
|
+
export type ModelProviderGroup = components["schemas"]["ModelProviderGroup"];
|
|
204
162
|
export type PermissionCatalogResponse = components["schemas"]["PermissionCatalogResponse"];
|
|
205
163
|
export type PermissionDefinition = components["schemas"]["PermissionDefinition"];
|
|
206
164
|
export type PermissionPreset = components["schemas"]["PermissionPreset"];
|
|
207
165
|
export type PingWebhookRequest = components["schemas"]["PingWebhookRequest"];
|
|
208
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"];
|
|
209
171
|
export type Project = components["schemas"]["Project"];
|
|
210
172
|
export type ProjectAccessMode = components["schemas"]["ProjectAccessMode"];
|
|
211
173
|
export type ProjectID = components["schemas"]["ProjectID"];
|
|
212
174
|
export type ProjectListResponse = components["schemas"]["ProjectListResponse"];
|
|
213
175
|
export type ProjectMember = components["schemas"]["ProjectMember"];
|
|
214
176
|
export type ProjectMemberListResponse = components["schemas"]["ProjectMemberListResponse"];
|
|
215
|
-
export type
|
|
216
|
-
export type
|
|
217
|
-
export type ProjectTeamMemberLinks = components["schemas"]["ProjectTeamMemberLinks"];
|
|
177
|
+
export type ProjectModelsResponse = components["schemas"]["ProjectModelsResponse"];
|
|
178
|
+
export type ProvisionEnvironmentProvider = components["schemas"]["ProvisionEnvironmentProvider"];
|
|
218
179
|
export type QueryRowsRequest = components["schemas"]["QueryRowsRequest"];
|
|
219
180
|
export type QueryRowsResponse = components["schemas"]["QueryRowsResponse"];
|
|
181
|
+
export type ReplaceAgentTableGrantsRequest = components["schemas"]["ReplaceAgentTableGrantsRequest"];
|
|
220
182
|
export type ReplaceSkillsRequest = components["schemas"]["ReplaceSkillsRequest"];
|
|
221
183
|
export type ReplaceToolkitsRequest = components["schemas"]["ReplaceToolkitsRequest"];
|
|
222
184
|
export type ResolutionPolicy = components["schemas"]["ResolutionPolicy"];
|
|
223
185
|
export type ResolvedActionGroup = components["schemas"]["ResolvedActionGroup"];
|
|
224
|
-
export type ResolvedConfig = components["schemas"]["ResolvedConfig"];
|
|
225
|
-
export type ResolvedConfigEntry = components["schemas"]["ResolvedConfigEntry"];
|
|
226
186
|
export type ResourceScope = components["schemas"]["ResourceScope"];
|
|
227
187
|
export type RespondToInteractionRequest = components["schemas"]["RespondToInteractionRequest"];
|
|
228
|
-
export type ReviewPolicy = components["schemas"]["ReviewPolicy"];
|
|
229
188
|
export type Role = components["schemas"]["Role"];
|
|
230
189
|
export type RoleAssignment = components["schemas"]["RoleAssignment"];
|
|
231
190
|
export type RoleAssignmentListResponse = components["schemas"]["RoleAssignmentListResponse"];
|
|
232
191
|
export type RoleListResponse = components["schemas"]["RoleListResponse"];
|
|
233
192
|
export type RotateSecretResult = components["schemas"]["RotateSecretResult"];
|
|
234
|
-
export type Run = components["schemas"]["Run"];
|
|
235
|
-
export type RunActionRequest = components["schemas"]["RunActionRequest"];
|
|
236
|
-
export type RunActionResult = components["schemas"]["RunActionResult"];
|
|
237
193
|
export type RunConsumer = components["schemas"]["RunConsumer"];
|
|
238
|
-
export type RunError = components["schemas"]["RunError"];
|
|
239
|
-
export type RunForkLineage = components["schemas"]["RunForkLineage"];
|
|
240
|
-
export type RunForkRequest = components["schemas"]["RunForkRequest"];
|
|
241
|
-
export type RunJobCounts = components["schemas"]["RunJobCounts"];
|
|
242
|
-
export type RunListResponse = components["schemas"]["RunListResponse"];
|
|
243
|
-
export type RunPath = components["schemas"]["RunPath"];
|
|
244
|
-
export type RunPathCounts = components["schemas"]["RunPathCounts"];
|
|
245
|
-
export type RunPathState = components["schemas"]["RunPathState"];
|
|
246
|
-
export type RunSignalAccepted = components["schemas"]["RunSignalAccepted"];
|
|
247
|
-
export type RunStatus = components["schemas"]["RunStatus"];
|
|
248
|
-
export type RunStep = components["schemas"]["RunStep"];
|
|
249
|
-
export type RunStepBinding = components["schemas"]["RunStepBinding"];
|
|
250
|
-
export type RunStepCounts = components["schemas"]["RunStepCounts"];
|
|
251
|
-
export type RunStepKind = components["schemas"]["RunStepKind"];
|
|
252
|
-
export type RunStepListResponse = components["schemas"]["RunStepListResponse"];
|
|
253
|
-
export type RunStepPhase = components["schemas"]["RunStepPhase"];
|
|
254
|
-
export type RunStepSource = components["schemas"]["RunStepSource"];
|
|
255
|
-
export type RunStepStatus = components["schemas"]["RunStepStatus"];
|
|
256
|
-
export type RunWait = components["schemas"]["RunWait"];
|
|
257
|
-
export type RunWaitPollState = components["schemas"]["RunWaitPollState"];
|
|
258
|
-
export type RunWaitSummary = components["schemas"]["RunWaitSummary"];
|
|
259
|
-
export type ScheduleChannelMessageRequest = components["schemas"]["ScheduleChannelMessageRequest"];
|
|
260
|
-
export type ScheduleSourceConfig = components["schemas"]["ScheduleSourceConfig"];
|
|
261
|
-
export type ScheduledChannelMessage = components["schemas"]["ScheduledChannelMessage"];
|
|
262
|
-
export type ScheduledChannelMessageListResponse = components["schemas"]["ScheduledChannelMessageListResponse"];
|
|
263
|
-
export type ScheduledChannelMessageStatus = components["schemas"]["ScheduledChannelMessageStatus"];
|
|
264
194
|
export type SearchRowsRequest = components["schemas"]["SearchRowsRequest"];
|
|
265
195
|
export type SearchRowsResponse = components["schemas"]["SearchRowsResponse"];
|
|
266
196
|
export type Secret = components["schemas"]["Secret"];
|
|
@@ -269,174 +199,85 @@ export type SecretValues = components["schemas"]["SecretValues"];
|
|
|
269
199
|
export type SecretVersion = components["schemas"]["SecretVersion"];
|
|
270
200
|
export type SecretVersionListResponse = components["schemas"]["SecretVersionListResponse"];
|
|
271
201
|
export type SecretVersionState = components["schemas"]["SecretVersionState"];
|
|
272
|
-
export type
|
|
273
|
-
export type
|
|
274
|
-
export type
|
|
275
|
-
export type
|
|
276
|
-
export type
|
|
277
|
-
export type
|
|
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"];
|
|
278
213
|
export type Skill = components["schemas"]["Skill"];
|
|
279
214
|
export type SkillAssignment = components["schemas"]["SkillAssignment"];
|
|
280
215
|
export type SkillAssignmentListResponse = components["schemas"]["SkillAssignmentListResponse"];
|
|
281
216
|
export type SkillListResponse = components["schemas"]["SkillListResponse"];
|
|
282
217
|
export type SkillManifestEntry = components["schemas"]["SkillManifestEntry"];
|
|
283
218
|
export type SkillRequest = components["schemas"]["SkillRequest"];
|
|
284
|
-
export type
|
|
285
|
-
export type SpanCounts = components["schemas"]["SpanCounts"];
|
|
286
|
-
export type SpanEvent = components["schemas"]["SpanEvent"];
|
|
287
|
-
export type SpanKind = components["schemas"]["SpanKind"];
|
|
288
|
-
export type SpanLink = components["schemas"]["SpanLink"];
|
|
289
|
-
export type SpanListResponse = components["schemas"]["SpanListResponse"];
|
|
290
|
-
export type SpanStatusCode = components["schemas"]["SpanStatusCode"];
|
|
291
|
-
export type StartBoundRunRequest = components["schemas"]["StartBoundRunRequest"];
|
|
219
|
+
export type StartAutomationRunRequest = components["schemas"]["StartAutomationRunRequest"];
|
|
292
220
|
export type StartEnvironmentWorkerRequest = components["schemas"]["StartEnvironmentWorkerRequest"];
|
|
293
|
-
export type StartInlineRunRequest = components["schemas"]["StartInlineRunRequest"];
|
|
294
|
-
export type StartRunRequest = components["schemas"]["StartRunRequest"];
|
|
295
|
-
export type StartSavedRunRequest = components["schemas"]["StartSavedRunRequest"];
|
|
296
|
-
export type StepSpanCountsResponse = components["schemas"]["StepSpanCountsResponse"];
|
|
297
|
-
export type Subject = components["schemas"]["Subject"];
|
|
298
|
-
export type SubjectEvent = components["schemas"]["SubjectEvent"];
|
|
299
|
-
export type SubjectInteraction = components["schemas"]["SubjectInteraction"];
|
|
300
|
-
export type SubjectObservable = components["schemas"]["SubjectObservable"];
|
|
301
|
-
export type SubjectSignal = components["schemas"]["SubjectSignal"];
|
|
302
|
-
export type SubscriptionBatch = components["schemas"]["SubscriptionBatch"];
|
|
303
221
|
export type Table = components["schemas"]["Table"];
|
|
304
222
|
export type TableAccessMode = components["schemas"]["TableAccessMode"];
|
|
305
223
|
export type TableListResponse = components["schemas"]["TableListResponse"];
|
|
306
224
|
export type TableRow = components["schemas"]["TableRow"];
|
|
307
|
-
export type TableRowSourceConfig = components["schemas"]["TableRowSourceConfig"];
|
|
308
225
|
export type TableSchema = components["schemas"]["TableSchema"];
|
|
309
226
|
export type TableStats = components["schemas"]["TableStats"];
|
|
310
227
|
export type TagMap = components["schemas"]["TagMap"];
|
|
311
|
-
export type TestFireTargetResult = components["schemas"]["TestFireTargetResult"];
|
|
312
|
-
export type TestFireTargetStatus = components["schemas"]["TestFireTargetStatus"];
|
|
313
|
-
export type TestFireTriggerRequest = components["schemas"]["TestFireTriggerRequest"];
|
|
314
|
-
export type TestFireTriggerResult = components["schemas"]["TestFireTriggerResult"];
|
|
315
228
|
export type Toolkit = components["schemas"]["Toolkit"];
|
|
316
229
|
export type ToolkitActionGrant = components["schemas"]["ToolkitActionGrant"];
|
|
317
230
|
export type ToolkitAssignment = components["schemas"]["ToolkitAssignment"];
|
|
318
231
|
export type ToolkitAssignmentListResponse = components["schemas"]["ToolkitAssignmentListResponse"];
|
|
319
232
|
export type ToolkitListResponse = components["schemas"]["ToolkitListResponse"];
|
|
320
233
|
export type ToolkitRequest = components["schemas"]["ToolkitRequest"];
|
|
321
|
-
export type TraceDetail = components["schemas"]["TraceDetail"];
|
|
322
|
-
export type TraceLinkages = components["schemas"]["TraceLinkages"];
|
|
323
|
-
export type TraceListResponse = components["schemas"]["TraceListResponse"];
|
|
324
|
-
export type TraceSummary = components["schemas"]["TraceSummary"];
|
|
325
|
-
export type Trigger = components["schemas"]["Trigger"];
|
|
326
|
-
export type TriggerFire = components["schemas"]["TriggerFire"];
|
|
327
|
-
export type TriggerFireListResponse = components["schemas"]["TriggerFireListResponse"];
|
|
328
|
-
export type TriggerFireStatus = components["schemas"]["TriggerFireStatus"];
|
|
329
|
-
export type TriggerFireTargetResult = components["schemas"]["TriggerFireTargetResult"];
|
|
330
|
-
export type TriggerFireTargetStatus = components["schemas"]["TriggerFireTargetStatus"];
|
|
331
|
-
export type TriggerKind = components["schemas"]["TriggerKind"];
|
|
332
|
-
export type TriggerListResponse = components["schemas"]["TriggerListResponse"];
|
|
333
|
-
export type TriggerSourceConfig = components["schemas"]["TriggerSourceConfig"];
|
|
334
|
-
export type TriggerTarget = components["schemas"]["TriggerTarget"];
|
|
335
|
-
export type TriggerTargetListResponse = components["schemas"]["TriggerTargetListResponse"];
|
|
336
|
-
export type TriggerTargetRunSelector = components["schemas"]["TriggerTargetRunSelector"];
|
|
337
234
|
export type UpdateActionRequest = components["schemas"]["UpdateActionRequest"];
|
|
338
235
|
export type UpdateAgentRequest = components["schemas"]["UpdateAgentRequest"];
|
|
339
|
-
export type
|
|
340
|
-
export type UpdateChannelMessageRequest = components["schemas"]["UpdateChannelMessageRequest"];
|
|
341
|
-
export type UpdateChannelRequest = components["schemas"]["UpdateChannelRequest"];
|
|
236
|
+
export type UpdateAutomationRequest = components["schemas"]["UpdateAutomationRequest"];
|
|
342
237
|
export type UpdateEnvironmentRequest = components["schemas"]["UpdateEnvironmentRequest"];
|
|
343
|
-
export type
|
|
238
|
+
export type UpdatePrincipalRequest = components["schemas"]["UpdatePrincipalRequest"];
|
|
344
239
|
export type UpdateProjectRequest = components["schemas"]["UpdateProjectRequest"];
|
|
345
240
|
export type UpdateRoleRequest = components["schemas"]["UpdateRoleRequest"];
|
|
346
241
|
export type UpdateRowRequest = components["schemas"]["UpdateRowRequest"];
|
|
347
|
-
export type UpdateScheduledChannelMessageRequest = components["schemas"]["UpdateScheduledChannelMessageRequest"];
|
|
348
242
|
export type UpdateSecretRequest = components["schemas"]["UpdateSecretRequest"];
|
|
349
|
-
export type UpdateServiceAccountRequest = components["schemas"]["UpdateServiceAccountRequest"];
|
|
350
243
|
export type UpdateTableRequest = components["schemas"]["UpdateTableRequest"];
|
|
351
|
-
export type UpdateTriggerRequest = components["schemas"]["UpdateTriggerRequest"];
|
|
352
|
-
export type UpdateTriggerTargetRequest = components["schemas"]["UpdateTriggerTargetRequest"];
|
|
353
244
|
export type UpdateWebhookRequest = components["schemas"]["UpdateWebhookRequest"];
|
|
354
|
-
export type UpdateWorkflowRequest = components["schemas"]["UpdateWorkflowRequest"];
|
|
355
|
-
export type UpsertChannelDraftRequest = components["schemas"]["UpsertChannelDraftRequest"];
|
|
356
245
|
export type UpsertRowRequest = components["schemas"]["UpsertRowRequest"];
|
|
357
246
|
export type UpsertRowResponse = components["schemas"]["UpsertRowResponse"];
|
|
358
247
|
export type User = components["schemas"]["User"];
|
|
359
|
-
export type UserAssignment = components["schemas"]["UserAssignment"];
|
|
360
|
-
export type UserAssignmentStatus = components["schemas"]["UserAssignmentStatus"];
|
|
361
|
-
export type UserAvailability = components["schemas"]["UserAvailability"];
|
|
362
|
-
export type UserConnectionStatus = components["schemas"]["UserConnectionStatus"];
|
|
363
|
-
export type UserKind = components["schemas"]["UserKind"];
|
|
364
|
-
export type UserPresenceSource = components["schemas"]["UserPresenceSource"];
|
|
365
|
-
export type UserStateTriggerSourceConfig = components["schemas"]["UserStateTriggerSourceConfig"];
|
|
366
|
-
export type ValidateWorkflowExpressionsRequest = components["schemas"]["ValidateWorkflowExpressionsRequest"];
|
|
367
|
-
export type VoteEligibility = components["schemas"]["VoteEligibility"];
|
|
368
|
-
export type VoteOption = components["schemas"]["VoteOption"];
|
|
369
|
-
export type VoteRules = components["schemas"]["VoteRules"];
|
|
370
|
-
export type WaitDescriptor = components["schemas"]["WaitDescriptor"];
|
|
371
|
-
export type WaitDescriptorInteraction = components["schemas"]["WaitDescriptorInteraction"];
|
|
372
|
-
export type WaitDescriptorPause = components["schemas"]["WaitDescriptorPause"];
|
|
373
|
-
export type WaitDescriptorSleep = components["schemas"]["WaitDescriptorSleep"];
|
|
374
|
-
export type WaitDescriptorWaitEvent = components["schemas"]["WaitDescriptorWaitEvent"];
|
|
375
|
-
export type WaitDescriptorWaitSignal = components["schemas"]["WaitDescriptorWaitSignal"];
|
|
376
|
-
export type Wake = components["schemas"]["Wake"];
|
|
377
248
|
export type Webhook = components["schemas"]["Webhook"];
|
|
378
|
-
export type WebhookDelivery = components["schemas"]["WebhookDelivery"];
|
|
379
249
|
export type WebhookDeliveryListResponse = components["schemas"]["WebhookDeliveryListResponse"];
|
|
250
|
+
export type WebhookDeliveryRecord = components["schemas"]["WebhookDeliveryRecord"];
|
|
380
251
|
export type WebhookDeliveryStatus = components["schemas"]["WebhookDeliveryStatus"];
|
|
381
252
|
export type WebhookListResponse = components["schemas"]["WebhookListResponse"];
|
|
382
|
-
export type WebhookSourceConfig = components["schemas"]["WebhookSourceConfig"];
|
|
383
253
|
export type WorkerSession = components["schemas"]["WorkerSession"];
|
|
384
254
|
export type WorkerSessionJobRef = components["schemas"]["WorkerSessionJobRef"];
|
|
385
255
|
export type WorkerSessionListResponse = components["schemas"]["WorkerSessionListResponse"];
|
|
386
256
|
export type WorkerSessionTotals = components["schemas"]["WorkerSessionTotals"];
|
|
387
|
-
export type
|
|
388
|
-
export type
|
|
389
|
-
export type
|
|
390
|
-
export type
|
|
391
|
-
export type
|
|
392
|
-
export type
|
|
393
|
-
export type
|
|
394
|
-
export type
|
|
395
|
-
export type
|
|
396
|
-
export type
|
|
397
|
-
export type
|
|
398
|
-
export type
|
|
399
|
-
export type
|
|
400
|
-
export type
|
|
401
|
-
export type
|
|
402
|
-
export type
|
|
403
|
-
export type
|
|
404
|
-
export type
|
|
405
|
-
export type
|
|
406
|
-
export type
|
|
407
|
-
export type
|
|
408
|
-
export type
|
|
409
|
-
export type
|
|
410
|
-
export type
|
|
411
|
-
export type
|
|
412
|
-
export type WorkflowPauseConfig = components["schemas"]["WorkflowPauseConfig"];
|
|
413
|
-
export type WorkflowPauseKindStep = components["schemas"]["WorkflowPauseKindStep"];
|
|
414
|
-
export type WorkflowPauseStep = components["schemas"]["WorkflowPauseStep"];
|
|
415
|
-
export type WorkflowPoint = components["schemas"]["WorkflowPoint"];
|
|
416
|
-
export type WorkflowReactConfig = components["schemas"]["WorkflowReactConfig"];
|
|
417
|
-
export type WorkflowReactKindStep = components["schemas"]["WorkflowReactKindStep"];
|
|
418
|
-
export type WorkflowReactStep = components["schemas"]["WorkflowReactStep"];
|
|
419
|
-
export type WorkflowRetry = components["schemas"]["WorkflowRetry"];
|
|
420
|
-
export type WorkflowSetStep = components["schemas"]["WorkflowSetStep"];
|
|
421
|
-
export type WorkflowSleepConfig = components["schemas"]["WorkflowSleepConfig"];
|
|
422
|
-
export type WorkflowSleepKindStep = components["schemas"]["WorkflowSleepKindStep"];
|
|
423
|
-
export type WorkflowSleepStep = components["schemas"]["WorkflowSleepStep"];
|
|
424
|
-
export type WorkflowSpec = components["schemas"]["WorkflowSpec"];
|
|
425
|
-
export type WorkflowStep = components["schemas"]["WorkflowStep"];
|
|
426
|
-
export type WorkflowStepLayout = components["schemas"]["WorkflowStepLayout"];
|
|
427
|
-
export type WorkflowSubject = components["schemas"]["WorkflowSubject"];
|
|
428
|
-
export type WorkflowVersionListResponse = components["schemas"]["WorkflowVersionListResponse"];
|
|
429
|
-
export type WorkflowVersionSummary = components["schemas"]["WorkflowVersionSummary"];
|
|
430
|
-
export type WorkflowWaitConfig = components["schemas"]["WorkflowWaitConfig"];
|
|
431
|
-
export type WorkflowWaitEventConfig = components["schemas"]["WorkflowWaitEventConfig"];
|
|
432
|
-
export type WorkflowWaitKindStep = components["schemas"]["WorkflowWaitKindStep"];
|
|
433
|
-
export type WorkflowWaitSignalBatchConfig = components["schemas"]["WorkflowWaitSignalBatchConfig"];
|
|
434
|
-
export type WorkflowWaitSignalConfig = components["schemas"]["WorkflowWaitSignalConfig"];
|
|
435
|
-
export type WorkflowWaitStep = components["schemas"]["WorkflowWaitStep"];
|
|
436
|
-
export type WorkflowWaitUntilBackoffConfig = components["schemas"]["WorkflowWaitUntilBackoffConfig"];
|
|
437
|
-
export type WorkflowWaitUntilConfig = components["schemas"]["WorkflowWaitUntilConfig"];
|
|
438
|
-
export type WorkflowWaitUntilKindStep = components["schemas"]["WorkflowWaitUntilKindStep"];
|
|
439
|
-
export type WorkflowWaitUntilPollConfig = components["schemas"]["WorkflowWaitUntilPollConfig"];
|
|
440
|
-
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"];
|
|
441
282
|
export type WriteEnvironmentFileRequest = components["schemas"]["WriteEnvironmentFileRequest"];
|
|
442
283
|
//# sourceMappingURL=index.d.ts.map
|