@deepnoodle/mobius 0.0.20 → 0.0.21
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/dist/api/index.d.ts +223 -106
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/schema.d.ts +10435 -6483
- package/dist/api/schema.d.ts.map +1 -1
- package/dist/client.d.ts +17 -18
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +20 -10
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/worker.d.ts.map +1 -1
- package/dist/worker.js +37 -28
- package/dist/worker.js.map +1 -1
- package/package.json +1 -1
package/dist/api/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
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"];
|
|
@@ -9,47 +13,34 @@ export type ActionInvocationEntry = components["schemas"]["ActionInvocationEntry
|
|
|
9
13
|
export type ActionInvocationListResponse = components["schemas"]["ActionInvocationListResponse"];
|
|
10
14
|
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"];
|
|
16
|
+
export type ActionPermissionGroup = components["schemas"]["ActionPermissionGroup"];
|
|
28
17
|
export type AddChannelMemberRequest = components["schemas"]["AddChannelMemberRequest"];
|
|
18
|
+
export type AddChannelMessageReactionRequest = components["schemas"]["AddChannelMessageReactionRequest"];
|
|
29
19
|
export type AddGroupMemberRequest = components["schemas"]["AddGroupMemberRequest"];
|
|
30
20
|
export type AddProjectMemberRequest = components["schemas"]["AddProjectMemberRequest"];
|
|
31
21
|
export type Agent = components["schemas"]["Agent"];
|
|
32
|
-
export type
|
|
33
|
-
export type
|
|
34
|
-
export type
|
|
35
|
-
export type
|
|
36
|
-
export type
|
|
37
|
-
export type
|
|
38
|
-
export type
|
|
22
|
+
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"];
|
|
39
29
|
export type AgentListResponse = components["schemas"]["AgentListResponse"];
|
|
30
|
+
export type AgentManifestWarning = components["schemas"]["AgentManifestWarning"];
|
|
40
31
|
export type AgentPresence = components["schemas"]["AgentPresence"];
|
|
41
|
-
export type
|
|
42
|
-
export type
|
|
43
|
-
export type
|
|
32
|
+
export type AgentPresenceListResponse = components["schemas"]["AgentPresenceListResponse"];
|
|
33
|
+
export type AgentPresenceStatus = components["schemas"]["AgentPresenceStatus"];
|
|
34
|
+
export type AgentSessionMessage = components["schemas"]["AgentSessionMessage"];
|
|
35
|
+
export type AgentSessionMessageListResponse = components["schemas"]["AgentSessionMessageListResponse"];
|
|
36
|
+
export type AgentSessionMessageRole = components["schemas"]["AgentSessionMessageRole"];
|
|
44
37
|
export type AgentStatus = components["schemas"]["AgentStatus"];
|
|
45
|
-
export type
|
|
46
|
-
export type
|
|
47
|
-
export type
|
|
48
|
-
export type
|
|
49
|
-
export type ArtifactState = components["schemas"]["ArtifactState"];
|
|
38
|
+
export type AgentToolConsumer = components["schemas"]["AgentToolConsumer"];
|
|
39
|
+
export type AgentToolManifest = components["schemas"]["AgentToolManifest"];
|
|
40
|
+
export type AppendAgentSessionMessage = components["schemas"]["AppendAgentSessionMessage"];
|
|
41
|
+
export type AppendAgentSessionMessagesRequest = components["schemas"]["AppendAgentSessionMessagesRequest"];
|
|
50
42
|
export type ArtifactStorageBackend = components["schemas"]["ArtifactStorageBackend"];
|
|
51
|
-
export type
|
|
52
|
-
export type ArtifactStorageSettingsUpdate = components["schemas"]["ArtifactStorageSettingsUpdate"];
|
|
43
|
+
export type AssociateChannelInteractionRequest = components["schemas"]["AssociateChannelInteractionRequest"];
|
|
53
44
|
export type AsymmetricActorRule = components["schemas"]["AsymmetricActorRule"];
|
|
54
45
|
export type AuditLogEntry = components["schemas"]["AuditLogEntry"];
|
|
55
46
|
export type AuditLogListResponse = components["schemas"]["AuditLogListResponse"];
|
|
@@ -57,38 +48,56 @@ export type BulkInsertRowsRequest = components["schemas"]["BulkInsertRowsRequest
|
|
|
57
48
|
export type BulkInsertRowsResponse = components["schemas"]["BulkInsertRowsResponse"];
|
|
58
49
|
export type CancelInteractionRequest = components["schemas"]["CancelInteractionRequest"];
|
|
59
50
|
export type Channel = components["schemas"]["Channel"];
|
|
60
|
-
export type
|
|
61
|
-
export type
|
|
51
|
+
export type ChannelCompletionBehavior = components["schemas"]["ChannelCompletionBehavior"];
|
|
52
|
+
export type ChannelInteractionLink = components["schemas"]["ChannelInteractionLink"];
|
|
53
|
+
export type ChannelInteractionLinkListResponse = components["schemas"]["ChannelInteractionLinkListResponse"];
|
|
62
54
|
export type ChannelListResponse = components["schemas"]["ChannelListResponse"];
|
|
63
55
|
export type ChannelMember = components["schemas"]["ChannelMember"];
|
|
64
56
|
export type ChannelMemberListResponse = components["schemas"]["ChannelMemberListResponse"];
|
|
65
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"];
|
|
66
65
|
export type ChannelMessageListResponse = components["schemas"]["ChannelMessageListResponse"];
|
|
66
|
+
export type ChannelMessageReaction = components["schemas"]["ChannelMessageReaction"];
|
|
67
|
+
export type ChannelMessageReactionSummary = components["schemas"]["ChannelMessageReactionSummary"];
|
|
67
68
|
export type ChannelMessageSenderType = components["schemas"]["ChannelMessageSenderType"];
|
|
68
69
|
export type ChannelMessageSourceConfig = components["schemas"]["ChannelMessageSourceConfig"];
|
|
69
|
-
export type
|
|
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"];
|
|
70
75
|
export type ColumnDef = components["schemas"]["ColumnDef"];
|
|
71
76
|
export type ColumnType = components["schemas"]["ColumnType"];
|
|
72
|
-
export type CommitArtifactRequest = components["schemas"]["CommitArtifactRequest"];
|
|
73
77
|
export type ConcurrencyPolicy = components["schemas"]["ConcurrencyPolicy"];
|
|
74
78
|
export type ConfigEntries = components["schemas"]["ConfigEntries"];
|
|
75
79
|
export type ConfigEntry = components["schemas"]["ConfigEntry"];
|
|
76
|
-
export type
|
|
80
|
+
export type Consumer = components["schemas"]["Consumer"];
|
|
81
|
+
export type CreateAPIKeyRequest = components["schemas"]["CreateAPIKeyRequest"];
|
|
77
82
|
export type CreateActionRequest = components["schemas"]["CreateActionRequest"];
|
|
83
|
+
export type CreateAgentPresenceRequest = components["schemas"]["CreateAgentPresenceRequest"];
|
|
78
84
|
export type CreateAgentRequest = components["schemas"]["CreateAgentRequest"];
|
|
79
|
-
export type CreateAgentSessionRequest = components["schemas"]["CreateAgentSessionRequest"];
|
|
80
|
-
export type CreateArtifactSlotRequest = components["schemas"]["CreateArtifactSlotRequest"];
|
|
81
85
|
export type CreateChannelMessageTriggerRequest = components["schemas"]["CreateChannelMessageTriggerRequest"];
|
|
82
86
|
export type CreateChannelRequest = components["schemas"]["CreateChannelRequest"];
|
|
87
|
+
export type CreateCustomEmojiRequest = components["schemas"]["CreateCustomEmojiRequest"];
|
|
83
88
|
export type CreateEmailTriggerRequest = components["schemas"]["CreateEmailTriggerRequest"];
|
|
89
|
+
export type CreateEnvironmentRequest = components["schemas"]["CreateEnvironmentRequest"];
|
|
84
90
|
export type CreateEventTriggerRequest = components["schemas"]["CreateEventTriggerRequest"];
|
|
85
91
|
export type CreateGroupRequest = components["schemas"]["CreateGroupRequest"];
|
|
86
92
|
export type CreateInteractionRequest = components["schemas"]["CreateInteractionRequest"];
|
|
87
93
|
export type CreateJobInteractionRequest = components["schemas"]["CreateJobInteractionRequest"];
|
|
88
|
-
export type CreateObservableRequest = components["schemas"]["CreateObservableRequest"];
|
|
89
94
|
export type CreateProjectRequest = components["schemas"]["CreateProjectRequest"];
|
|
95
|
+
export type CreateRoleAssignmentRequest = components["schemas"]["CreateRoleAssignmentRequest"];
|
|
96
|
+
export type CreateRoleRequest = components["schemas"]["CreateRoleRequest"];
|
|
90
97
|
export type CreateRunBackedInteractionRequest = components["schemas"]["CreateRunBackedInteractionRequest"];
|
|
91
98
|
export type CreateScheduleTriggerRequest = components["schemas"]["CreateScheduleTriggerRequest"];
|
|
99
|
+
export type CreateSecretRequest = components["schemas"]["CreateSecretRequest"];
|
|
100
|
+
export type CreateServiceAccountRequest = components["schemas"]["CreateServiceAccountRequest"];
|
|
92
101
|
export type CreateStandaloneInteractionRequest = components["schemas"]["CreateStandaloneInteractionRequest"];
|
|
93
102
|
export type CreateTableRequest = components["schemas"]["CreateTableRequest"];
|
|
94
103
|
export type CreateTableRowTriggerRequest = components["schemas"]["CreateTableRowTriggerRequest"];
|
|
@@ -97,76 +106,104 @@ export type CreateTriggerTargetRequest = components["schemas"]["CreateTriggerTar
|
|
|
97
106
|
export type CreateWebhookRequest = components["schemas"]["CreateWebhookRequest"];
|
|
98
107
|
export type CreateWebhookTriggerRequest = components["schemas"]["CreateWebhookTriggerRequest"];
|
|
99
108
|
export type CreateWorkflowRequest = components["schemas"]["CreateWorkflowRequest"];
|
|
109
|
+
export type CustomEmoji = components["schemas"]["CustomEmoji"];
|
|
110
|
+
export type CustomEmojiListResponse = components["schemas"]["CustomEmojiListResponse"];
|
|
111
|
+
export type Delivery = components["schemas"]["Delivery"];
|
|
112
|
+
export type DeliveryChannel = components["schemas"]["DeliveryChannel"];
|
|
113
|
+
export type EmailDelivery = components["schemas"]["EmailDelivery"];
|
|
100
114
|
export type EmailSourceConfig = components["schemas"]["EmailSourceConfig"];
|
|
101
115
|
export type EntityReference = components["schemas"]["EntityReference"];
|
|
102
116
|
export type EntityReferenceType = components["schemas"]["EntityReferenceType"];
|
|
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 EnvironmentLease = components["schemas"]["EnvironmentLease"];
|
|
123
|
+
export type EnvironmentLeaseStatus = components["schemas"]["EnvironmentLeaseStatus"];
|
|
124
|
+
export type EnvironmentLifetime = components["schemas"]["EnvironmentLifetime"];
|
|
125
|
+
export type EnvironmentListResponse = components["schemas"]["EnvironmentListResponse"];
|
|
126
|
+
export type EnvironmentProvider = components["schemas"]["EnvironmentProvider"];
|
|
127
|
+
export type EnvironmentPurpose = components["schemas"]["EnvironmentPurpose"];
|
|
128
|
+
export type EnvironmentRetentionPolicy = components["schemas"]["EnvironmentRetentionPolicy"];
|
|
129
|
+
export type EnvironmentStartWorkerResult = components["schemas"]["EnvironmentStartWorkerResult"];
|
|
130
|
+
export type EnvironmentStatus = components["schemas"]["EnvironmentStatus"];
|
|
103
131
|
export type ErrorResponse = components["schemas"]["ErrorResponse"];
|
|
104
132
|
export type EventSourceConfig = components["schemas"]["EventSourceConfig"];
|
|
105
|
-
export type
|
|
106
|
-
export type
|
|
107
|
-
export type
|
|
108
|
-
export type
|
|
133
|
+
export type ExecEnvironmentRequest = components["schemas"]["ExecEnvironmentRequest"];
|
|
134
|
+
export type FeatureGate = components["schemas"]["FeatureGate"];
|
|
135
|
+
export type FeatureGateListResponse = components["schemas"]["FeatureGateListResponse"];
|
|
136
|
+
export type FeatureGateSource = components["schemas"]["FeatureGateSource"];
|
|
137
|
+
export type FeatureKey = components["schemas"]["FeatureKey"];
|
|
138
|
+
export type FeatureOverrideScope = components["schemas"]["FeatureOverrideScope"];
|
|
139
|
+
export type FinalizerWarning = components["schemas"]["FinalizerWarning"];
|
|
109
140
|
export type Group = components["schemas"]["Group"];
|
|
110
141
|
export type GroupListResponse = components["schemas"]["GroupListResponse"];
|
|
111
142
|
export type GroupMember = components["schemas"]["GroupMember"];
|
|
112
143
|
export type GroupMemberListResponse = components["schemas"]["GroupMemberListResponse"];
|
|
113
144
|
export type GroupWithCountListResponse = components["schemas"]["GroupWithCountListResponse"];
|
|
114
|
-
export type
|
|
145
|
+
export type HttpSubscriberConsumer = components["schemas"]["HttpSubscriberConsumer"];
|
|
146
|
+
export type ImportSkillRequest = components["schemas"]["ImportSkillRequest"];
|
|
115
147
|
export type IndexDef = components["schemas"]["IndexDef"];
|
|
116
148
|
export type InsertRowRequest = components["schemas"]["InsertRowRequest"];
|
|
117
|
-
export type
|
|
118
|
-
export type
|
|
119
|
-
export type
|
|
120
|
-
export type
|
|
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"];
|
|
121
161
|
export type Interaction = components["schemas"]["Interaction"];
|
|
162
|
+
export type InteractionKind = components["schemas"]["InteractionKind"];
|
|
122
163
|
export type InteractionListResponse = components["schemas"]["InteractionListResponse"];
|
|
123
|
-
export type InteractionMetrics = components["schemas"]["InteractionMetrics"];
|
|
124
164
|
export type InteractionMode = components["schemas"]["InteractionMode"];
|
|
125
165
|
export type InteractionOption = components["schemas"]["InteractionOption"];
|
|
126
|
-
export type
|
|
166
|
+
export type InteractionReference = components["schemas"]["InteractionReference"];
|
|
127
167
|
export type InteractionResponder = components["schemas"]["InteractionResponder"];
|
|
128
168
|
export type InteractionResponse = components["schemas"]["InteractionResponse"];
|
|
129
|
-
export type InteractionSource = components["schemas"]["InteractionSource"];
|
|
130
169
|
export type InteractionSpec = components["schemas"]["InteractionSpec"];
|
|
131
170
|
export type InteractionTarget = components["schemas"]["InteractionTarget"];
|
|
132
|
-
export type InteractionType = components["schemas"]["InteractionType"];
|
|
133
|
-
export type InteractionValue = components["schemas"]["InteractionValue"];
|
|
134
|
-
export type JSONDocument = components["schemas"]["JSONDocument"];
|
|
135
171
|
export type Job = components["schemas"]["Job"];
|
|
172
|
+
export type JobActionSpec = components["schemas"]["JobActionSpec"];
|
|
136
173
|
export type JobClaim = components["schemas"]["JobClaim"];
|
|
137
174
|
export type JobClaimRequest = components["schemas"]["JobClaimRequest"];
|
|
138
|
-
export type
|
|
175
|
+
export type JobCodeSpec = components["schemas"]["JobCodeSpec"];
|
|
139
176
|
export type JobEventEntry = components["schemas"]["JobEventEntry"];
|
|
140
177
|
export type JobEventsRequest = components["schemas"]["JobEventsRequest"];
|
|
141
178
|
export type JobFenceRequest = components["schemas"]["JobFenceRequest"];
|
|
142
179
|
export type JobHeartbeat = components["schemas"]["JobHeartbeat"];
|
|
143
180
|
export type JobHeartbeatDirectives = components["schemas"]["JobHeartbeatDirectives"];
|
|
181
|
+
export type JobHistoryResponse = components["schemas"]["JobHistoryResponse"];
|
|
144
182
|
export type JobListResponse = components["schemas"]["JobListResponse"];
|
|
145
|
-
export type
|
|
183
|
+
export type JobReportRequest = components["schemas"]["JobReportRequest"];
|
|
184
|
+
export type JobSpec = components["schemas"]["JobSpec"];
|
|
146
185
|
export type JobStatus = components["schemas"]["JobStatus"];
|
|
147
|
-
export type
|
|
148
|
-
export type LLMGenerateUsage = components["schemas"]["LLMGenerateUsage"];
|
|
186
|
+
export type LegacyAgentPresence = components["schemas"]["LegacyAgentPresence"];
|
|
149
187
|
export type LogIngestResponse = components["schemas"]["LogIngestResponse"];
|
|
150
188
|
export type LogRecord = components["schemas"]["LogRecord"];
|
|
151
189
|
export type LogRecordInput = components["schemas"]["LogRecordInput"];
|
|
152
190
|
export type LogRecordListResponse = components["schemas"]["LogRecordListResponse"];
|
|
153
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"];
|
|
154
195
|
export type Metadata = components["schemas"]["Metadata"];
|
|
155
|
-
export type
|
|
156
|
-
export type
|
|
157
|
-
export type
|
|
158
|
-
export type
|
|
159
|
-
export type
|
|
160
|
-
export type
|
|
161
|
-
export type
|
|
162
|
-
export type
|
|
163
|
-
export type
|
|
164
|
-
export type
|
|
165
|
-
export type
|
|
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"];
|
|
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"];
|
|
204
|
+
export type PermissionCatalogResponse = components["schemas"]["PermissionCatalogResponse"];
|
|
205
|
+
export type PermissionDefinition = components["schemas"]["PermissionDefinition"];
|
|
206
|
+
export type PermissionPreset = components["schemas"]["PermissionPreset"];
|
|
170
207
|
export type PingWebhookRequest = components["schemas"]["PingWebhookRequest"];
|
|
171
208
|
export type PingWebhookResult = components["schemas"]["PingWebhookResult"];
|
|
172
209
|
export type Project = components["schemas"]["Project"];
|
|
@@ -175,36 +212,75 @@ export type ProjectID = components["schemas"]["ProjectID"];
|
|
|
175
212
|
export type ProjectListResponse = components["schemas"]["ProjectListResponse"];
|
|
176
213
|
export type ProjectMember = components["schemas"]["ProjectMember"];
|
|
177
214
|
export type ProjectMemberListResponse = components["schemas"]["ProjectMemberListResponse"];
|
|
178
|
-
export type
|
|
215
|
+
export type ProjectTeamListResponse = components["schemas"]["ProjectTeamListResponse"];
|
|
216
|
+
export type ProjectTeamMember = components["schemas"]["ProjectTeamMember"];
|
|
217
|
+
export type ProjectTeamMemberLinks = components["schemas"]["ProjectTeamMemberLinks"];
|
|
179
218
|
export type QueryRowsRequest = components["schemas"]["QueryRowsRequest"];
|
|
180
219
|
export type QueryRowsResponse = components["schemas"]["QueryRowsResponse"];
|
|
181
|
-
export type
|
|
182
|
-
export type
|
|
183
|
-
export type ReferenceResolveRequest = components["schemas"]["ReferenceResolveRequest"];
|
|
184
|
-
export type ReferenceResolveResponse = components["schemas"]["ReferenceResolveResponse"];
|
|
220
|
+
export type ReplaceSkillsRequest = components["schemas"]["ReplaceSkillsRequest"];
|
|
221
|
+
export type ReplaceToolkitsRequest = components["schemas"]["ReplaceToolkitsRequest"];
|
|
185
222
|
export type ResolutionPolicy = components["schemas"]["ResolutionPolicy"];
|
|
223
|
+
export type ResolvedActionGroup = components["schemas"]["ResolvedActionGroup"];
|
|
186
224
|
export type ResolvedConfig = components["schemas"]["ResolvedConfig"];
|
|
187
225
|
export type ResolvedConfigEntry = components["schemas"]["ResolvedConfigEntry"];
|
|
226
|
+
export type ResourceScope = components["schemas"]["ResourceScope"];
|
|
188
227
|
export type RespondToInteractionRequest = components["schemas"]["RespondToInteractionRequest"];
|
|
228
|
+
export type ReviewPolicy = components["schemas"]["ReviewPolicy"];
|
|
229
|
+
export type Role = components["schemas"]["Role"];
|
|
230
|
+
export type RoleAssignment = components["schemas"]["RoleAssignment"];
|
|
231
|
+
export type RoleAssignmentListResponse = components["schemas"]["RoleAssignmentListResponse"];
|
|
232
|
+
export type RoleListResponse = components["schemas"]["RoleListResponse"];
|
|
189
233
|
export type RotateSecretResult = components["schemas"]["RotateSecretResult"];
|
|
234
|
+
export type Run = components["schemas"]["Run"];
|
|
190
235
|
export type RunActionRequest = components["schemas"]["RunActionRequest"];
|
|
191
236
|
export type RunActionResult = components["schemas"]["RunActionResult"];
|
|
237
|
+
export type RunConsumer = components["schemas"]["RunConsumer"];
|
|
238
|
+
export type RunError = components["schemas"]["RunError"];
|
|
192
239
|
export type RunForkLineage = components["schemas"]["RunForkLineage"];
|
|
193
240
|
export type RunForkRequest = components["schemas"]["RunForkRequest"];
|
|
194
|
-
export type
|
|
195
|
-
export type
|
|
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"];
|
|
196
248
|
export type RunStep = components["schemas"]["RunStep"];
|
|
197
249
|
export type RunStepBinding = components["schemas"]["RunStepBinding"];
|
|
250
|
+
export type RunStepCounts = components["schemas"]["RunStepCounts"];
|
|
198
251
|
export type RunStepKind = components["schemas"]["RunStepKind"];
|
|
199
252
|
export type RunStepListResponse = components["schemas"]["RunStepListResponse"];
|
|
253
|
+
export type RunStepPhase = components["schemas"]["RunStepPhase"];
|
|
200
254
|
export type RunStepSource = components["schemas"]["RunStepSource"];
|
|
201
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"];
|
|
202
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"];
|
|
203
264
|
export type SearchRowsRequest = components["schemas"]["SearchRowsRequest"];
|
|
204
265
|
export type SearchRowsResponse = components["schemas"]["SearchRowsResponse"];
|
|
266
|
+
export type Secret = components["schemas"]["Secret"];
|
|
267
|
+
export type SecretListResponse = components["schemas"]["SecretListResponse"];
|
|
268
|
+
export type SecretValues = components["schemas"]["SecretValues"];
|
|
269
|
+
export type SecretVersion = components["schemas"]["SecretVersion"];
|
|
270
|
+
export type SecretVersionListResponse = components["schemas"]["SecretVersionListResponse"];
|
|
271
|
+
export type SecretVersionState = components["schemas"]["SecretVersionState"];
|
|
205
272
|
export type SendChannelMessageRequest = components["schemas"]["SendChannelMessageRequest"];
|
|
206
273
|
export type SendRunSignalRequest = components["schemas"]["SendRunSignalRequest"];
|
|
274
|
+
export type ServiceAccount = components["schemas"]["ServiceAccount"];
|
|
275
|
+
export type ServiceAccountListResponse = components["schemas"]["ServiceAccountListResponse"];
|
|
276
|
+
export type ServiceAccountStatus = components["schemas"]["ServiceAccountStatus"];
|
|
207
277
|
export type ShareChannelEntityRequest = components["schemas"]["ShareChannelEntityRequest"];
|
|
278
|
+
export type Skill = components["schemas"]["Skill"];
|
|
279
|
+
export type SkillAssignment = components["schemas"]["SkillAssignment"];
|
|
280
|
+
export type SkillAssignmentListResponse = components["schemas"]["SkillAssignmentListResponse"];
|
|
281
|
+
export type SkillListResponse = components["schemas"]["SkillListResponse"];
|
|
282
|
+
export type SkillManifestEntry = components["schemas"]["SkillManifestEntry"];
|
|
283
|
+
export type SkillRequest = components["schemas"]["SkillRequest"];
|
|
208
284
|
export type Span = components["schemas"]["Span"];
|
|
209
285
|
export type SpanCounts = components["schemas"]["SpanCounts"];
|
|
210
286
|
export type SpanEvent = components["schemas"]["SpanEvent"];
|
|
@@ -213,14 +289,19 @@ export type SpanLink = components["schemas"]["SpanLink"];
|
|
|
213
289
|
export type SpanListResponse = components["schemas"]["SpanListResponse"];
|
|
214
290
|
export type SpanStatusCode = components["schemas"]["SpanStatusCode"];
|
|
215
291
|
export type StartBoundRunRequest = components["schemas"]["StartBoundRunRequest"];
|
|
292
|
+
export type StartEnvironmentWorkerRequest = components["schemas"]["StartEnvironmentWorkerRequest"];
|
|
216
293
|
export type StartInlineRunRequest = components["schemas"]["StartInlineRunRequest"];
|
|
217
294
|
export type StartRunRequest = components["schemas"]["StartRunRequest"];
|
|
218
295
|
export type StartSavedRunRequest = components["schemas"]["StartSavedRunRequest"];
|
|
219
296
|
export type StepSpanCountsResponse = components["schemas"]["StepSpanCountsResponse"];
|
|
220
|
-
export type
|
|
221
|
-
export type
|
|
222
|
-
export type
|
|
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"];
|
|
223
303
|
export type Table = components["schemas"]["Table"];
|
|
304
|
+
export type TableAccessMode = components["schemas"]["TableAccessMode"];
|
|
224
305
|
export type TableListResponse = components["schemas"]["TableListResponse"];
|
|
225
306
|
export type TableRow = components["schemas"]["TableRow"];
|
|
226
307
|
export type TableRowSourceConfig = components["schemas"]["TableRowSourceConfig"];
|
|
@@ -231,9 +312,12 @@ export type TestFireTargetResult = components["schemas"]["TestFireTargetResult"]
|
|
|
231
312
|
export type TestFireTargetStatus = components["schemas"]["TestFireTargetStatus"];
|
|
232
313
|
export type TestFireTriggerRequest = components["schemas"]["TestFireTriggerRequest"];
|
|
233
314
|
export type TestFireTriggerResult = components["schemas"]["TestFireTriggerResult"];
|
|
234
|
-
export type
|
|
235
|
-
export type
|
|
236
|
-
export type
|
|
315
|
+
export type Toolkit = components["schemas"]["Toolkit"];
|
|
316
|
+
export type ToolkitActionGrant = components["schemas"]["ToolkitActionGrant"];
|
|
317
|
+
export type ToolkitAssignment = components["schemas"]["ToolkitAssignment"];
|
|
318
|
+
export type ToolkitAssignmentListResponse = components["schemas"]["ToolkitAssignmentListResponse"];
|
|
319
|
+
export type ToolkitListResponse = components["schemas"]["ToolkitListResponse"];
|
|
320
|
+
export type ToolkitRequest = components["schemas"]["ToolkitRequest"];
|
|
237
321
|
export type TraceDetail = components["schemas"]["TraceDetail"];
|
|
238
322
|
export type TraceLinkages = components["schemas"]["TraceLinkages"];
|
|
239
323
|
export type TraceListResponse = components["schemas"]["TraceListResponse"];
|
|
@@ -252,74 +336,107 @@ export type TriggerTargetListResponse = components["schemas"]["TriggerTargetList
|
|
|
252
336
|
export type TriggerTargetRunSelector = components["schemas"]["TriggerTargetRunSelector"];
|
|
253
337
|
export type UpdateActionRequest = components["schemas"]["UpdateActionRequest"];
|
|
254
338
|
export type UpdateAgentRequest = components["schemas"]["UpdateAgentRequest"];
|
|
339
|
+
export type UpdateChannelMemberRequest = components["schemas"]["UpdateChannelMemberRequest"];
|
|
255
340
|
export type UpdateChannelMessageRequest = components["schemas"]["UpdateChannelMessageRequest"];
|
|
256
341
|
export type UpdateChannelRequest = components["schemas"]["UpdateChannelRequest"];
|
|
342
|
+
export type UpdateEnvironmentRequest = components["schemas"]["UpdateEnvironmentRequest"];
|
|
257
343
|
export type UpdateGroupRequest = components["schemas"]["UpdateGroupRequest"];
|
|
258
|
-
export type UpdateObservableRequest = components["schemas"]["UpdateObservableRequest"];
|
|
259
344
|
export type UpdateProjectRequest = components["schemas"]["UpdateProjectRequest"];
|
|
345
|
+
export type UpdateRoleRequest = components["schemas"]["UpdateRoleRequest"];
|
|
260
346
|
export type UpdateRowRequest = components["schemas"]["UpdateRowRequest"];
|
|
347
|
+
export type UpdateScheduledChannelMessageRequest = components["schemas"]["UpdateScheduledChannelMessageRequest"];
|
|
348
|
+
export type UpdateSecretRequest = components["schemas"]["UpdateSecretRequest"];
|
|
349
|
+
export type UpdateServiceAccountRequest = components["schemas"]["UpdateServiceAccountRequest"];
|
|
261
350
|
export type UpdateTableRequest = components["schemas"]["UpdateTableRequest"];
|
|
262
351
|
export type UpdateTriggerRequest = components["schemas"]["UpdateTriggerRequest"];
|
|
263
352
|
export type UpdateTriggerTargetRequest = components["schemas"]["UpdateTriggerTargetRequest"];
|
|
264
353
|
export type UpdateWebhookRequest = components["schemas"]["UpdateWebhookRequest"];
|
|
265
354
|
export type UpdateWorkflowRequest = components["schemas"]["UpdateWorkflowRequest"];
|
|
266
|
-
export type
|
|
355
|
+
export type UpsertChannelDraftRequest = components["schemas"]["UpsertChannelDraftRequest"];
|
|
267
356
|
export type UpsertRowRequest = components["schemas"]["UpsertRowRequest"];
|
|
268
357
|
export type UpsertRowResponse = components["schemas"]["UpsertRowResponse"];
|
|
269
358
|
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"];
|
|
270
377
|
export type Webhook = components["schemas"]["Webhook"];
|
|
271
378
|
export type WebhookDelivery = components["schemas"]["WebhookDelivery"];
|
|
272
379
|
export type WebhookDeliveryListResponse = components["schemas"]["WebhookDeliveryListResponse"];
|
|
273
380
|
export type WebhookDeliveryStatus = components["schemas"]["WebhookDeliveryStatus"];
|
|
274
381
|
export type WebhookListResponse = components["schemas"]["WebhookListResponse"];
|
|
275
382
|
export type WebhookSourceConfig = components["schemas"]["WebhookSourceConfig"];
|
|
276
|
-
export type WorkerMetrics = components["schemas"]["WorkerMetrics"];
|
|
277
383
|
export type WorkerSession = components["schemas"]["WorkerSession"];
|
|
278
384
|
export type WorkerSessionJobRef = components["schemas"]["WorkerSessionJobRef"];
|
|
279
385
|
export type WorkerSessionListResponse = components["schemas"]["WorkerSessionListResponse"];
|
|
280
386
|
export type WorkerSessionTotals = components["schemas"]["WorkerSessionTotals"];
|
|
281
|
-
export type
|
|
387
|
+
export type WorkflowAgentInvokeConfig = components["schemas"]["WorkflowAgentInvokeConfig"];
|
|
388
|
+
export type WorkflowAgentInvokeStep = components["schemas"]["WorkflowAgentInvokeStep"];
|
|
282
389
|
export type WorkflowCatch = components["schemas"]["WorkflowCatch"];
|
|
390
|
+
export type WorkflowCodeSpec = components["schemas"]["WorkflowCodeSpec"];
|
|
283
391
|
export type WorkflowDefinitionListResponse = components["schemas"]["WorkflowDefinitionListResponse"];
|
|
284
392
|
export type WorkflowDefinitionSummary = components["schemas"]["WorkflowDefinitionSummary"];
|
|
285
393
|
export type WorkflowEach = components["schemas"]["WorkflowEach"];
|
|
394
|
+
export type WorkflowEachStep = components["schemas"]["WorkflowEachStep"];
|
|
286
395
|
export type WorkflowEdge = components["schemas"]["WorkflowEdge"];
|
|
396
|
+
export type WorkflowEdgeLayout = components["schemas"]["WorkflowEdgeLayout"];
|
|
287
397
|
export type WorkflowEdgeMatchingStrategy = components["schemas"]["WorkflowEdgeMatchingStrategy"];
|
|
288
398
|
export type WorkflowExecutableStep = components["schemas"]["WorkflowExecutableStep"];
|
|
399
|
+
export type WorkflowExpressionDiagnostic = components["schemas"]["WorkflowExpressionDiagnostic"];
|
|
400
|
+
export type WorkflowExpressionDiagnosticError = components["schemas"]["WorkflowExpressionDiagnosticError"];
|
|
401
|
+
export type WorkflowExpressionValidationItem = components["schemas"]["WorkflowExpressionValidationItem"];
|
|
402
|
+
export type WorkflowExpressionValidationMode = components["schemas"]["WorkflowExpressionValidationMode"];
|
|
403
|
+
export type WorkflowExpressionValidationResponse = components["schemas"]["WorkflowExpressionValidationResponse"];
|
|
289
404
|
export type WorkflowInput = components["schemas"]["WorkflowInput"];
|
|
290
405
|
export type WorkflowInteractionConfig = components["schemas"]["WorkflowInteractionConfig"];
|
|
406
|
+
export type WorkflowInteractionDiscussionConfig = components["schemas"]["WorkflowInteractionDiscussionConfig"];
|
|
407
|
+
export type WorkflowInteractionKindStep = components["schemas"]["WorkflowInteractionKindStep"];
|
|
291
408
|
export type WorkflowInteractionStep = components["schemas"]["WorkflowInteractionStep"];
|
|
292
409
|
export type WorkflowJoinConfig = components["schemas"]["WorkflowJoinConfig"];
|
|
410
|
+
export type WorkflowJoinKindStep = components["schemas"]["WorkflowJoinKindStep"];
|
|
293
411
|
export type WorkflowJoinStep = components["schemas"]["WorkflowJoinStep"];
|
|
294
412
|
export type WorkflowPauseConfig = components["schemas"]["WorkflowPauseConfig"];
|
|
413
|
+
export type WorkflowPauseKindStep = components["schemas"]["WorkflowPauseKindStep"];
|
|
295
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"];
|
|
296
419
|
export type WorkflowRetry = components["schemas"]["WorkflowRetry"];
|
|
297
|
-
export type WorkflowRun = components["schemas"]["WorkflowRun"];
|
|
298
|
-
export type WorkflowRunError = components["schemas"]["WorkflowRunError"];
|
|
299
|
-
export type WorkflowRunJobCounts = components["schemas"]["WorkflowRunJobCounts"];
|
|
300
|
-
export type WorkflowRunListResponse = components["schemas"]["WorkflowRunListResponse"];
|
|
301
|
-
export type WorkflowRunPath = components["schemas"]["WorkflowRunPath"];
|
|
302
|
-
export type WorkflowRunPathCounts = components["schemas"]["WorkflowRunPathCounts"];
|
|
303
|
-
export type WorkflowRunPathState = components["schemas"]["WorkflowRunPathState"];
|
|
304
|
-
export type WorkflowRunStatus = components["schemas"]["WorkflowRunStatus"];
|
|
305
|
-
export type WorkflowRunStepCounts = components["schemas"]["WorkflowRunStepCounts"];
|
|
306
|
-
export type WorkflowRunWaitDetail = components["schemas"]["WorkflowRunWaitDetail"];
|
|
307
|
-
export type WorkflowRunWaitKind = components["schemas"]["WorkflowRunWaitKind"];
|
|
308
|
-
export type WorkflowRunWaitSummary = components["schemas"]["WorkflowRunWaitSummary"];
|
|
309
420
|
export type WorkflowSetStep = components["schemas"]["WorkflowSetStep"];
|
|
310
421
|
export type WorkflowSleepConfig = components["schemas"]["WorkflowSleepConfig"];
|
|
422
|
+
export type WorkflowSleepKindStep = components["schemas"]["WorkflowSleepKindStep"];
|
|
311
423
|
export type WorkflowSleepStep = components["schemas"]["WorkflowSleepStep"];
|
|
312
424
|
export type WorkflowSpec = components["schemas"]["WorkflowSpec"];
|
|
313
425
|
export type WorkflowStep = components["schemas"]["WorkflowStep"];
|
|
314
426
|
export type WorkflowStepLayout = components["schemas"]["WorkflowStepLayout"];
|
|
427
|
+
export type WorkflowSubject = components["schemas"]["WorkflowSubject"];
|
|
315
428
|
export type WorkflowVersionListResponse = components["schemas"]["WorkflowVersionListResponse"];
|
|
316
429
|
export type WorkflowVersionSummary = components["schemas"]["WorkflowVersionSummary"];
|
|
430
|
+
export type WorkflowWaitConfig = components["schemas"]["WorkflowWaitConfig"];
|
|
317
431
|
export type WorkflowWaitEventConfig = components["schemas"]["WorkflowWaitEventConfig"];
|
|
318
|
-
export type
|
|
432
|
+
export type WorkflowWaitKindStep = components["schemas"]["WorkflowWaitKindStep"];
|
|
433
|
+
export type WorkflowWaitSignalBatchConfig = components["schemas"]["WorkflowWaitSignalBatchConfig"];
|
|
319
434
|
export type WorkflowWaitSignalConfig = components["schemas"]["WorkflowWaitSignalConfig"];
|
|
320
|
-
export type
|
|
435
|
+
export type WorkflowWaitStep = components["schemas"]["WorkflowWaitStep"];
|
|
321
436
|
export type WorkflowWaitUntilBackoffConfig = components["schemas"]["WorkflowWaitUntilBackoffConfig"];
|
|
322
437
|
export type WorkflowWaitUntilConfig = components["schemas"]["WorkflowWaitUntilConfig"];
|
|
438
|
+
export type WorkflowWaitUntilKindStep = components["schemas"]["WorkflowWaitUntilKindStep"];
|
|
323
439
|
export type WorkflowWaitUntilPollConfig = components["schemas"]["WorkflowWaitUntilPollConfig"];
|
|
324
440
|
export type WorkflowWaitUntilStep = components["schemas"]["WorkflowWaitUntilStep"];
|
|
441
|
+
export type WriteEnvironmentFileRequest = components["schemas"]["WriteEnvironmentFileRequest"];
|
|
325
442
|
//# sourceMappingURL=index.d.ts.map
|