@deepnoodle/mobius 0.0.19 → 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 +232 -115
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/schema.d.ts +10425 -6473
- 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,122 +48,162 @@ 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"];
|
|
83
|
-
export type
|
|
84
|
-
export type CreateDataTableRowTriggerRequest = components["schemas"]["CreateDataTableRowTriggerRequest"];
|
|
87
|
+
export type CreateCustomEmojiRequest = components["schemas"]["CreateCustomEmojiRequest"];
|
|
85
88
|
export type CreateEmailTriggerRequest = components["schemas"]["CreateEmailTriggerRequest"];
|
|
89
|
+
export type CreateEnvironmentRequest = components["schemas"]["CreateEnvironmentRequest"];
|
|
86
90
|
export type CreateEventTriggerRequest = components["schemas"]["CreateEventTriggerRequest"];
|
|
87
91
|
export type CreateGroupRequest = components["schemas"]["CreateGroupRequest"];
|
|
88
92
|
export type CreateInteractionRequest = components["schemas"]["CreateInteractionRequest"];
|
|
89
93
|
export type CreateJobInteractionRequest = components["schemas"]["CreateJobInteractionRequest"];
|
|
90
|
-
export type CreateObservableRequest = components["schemas"]["CreateObservableRequest"];
|
|
91
94
|
export type CreateProjectRequest = components["schemas"]["CreateProjectRequest"];
|
|
95
|
+
export type CreateRoleAssignmentRequest = components["schemas"]["CreateRoleAssignmentRequest"];
|
|
96
|
+
export type CreateRoleRequest = components["schemas"]["CreateRoleRequest"];
|
|
92
97
|
export type CreateRunBackedInteractionRequest = components["schemas"]["CreateRunBackedInteractionRequest"];
|
|
93
98
|
export type CreateScheduleTriggerRequest = components["schemas"]["CreateScheduleTriggerRequest"];
|
|
99
|
+
export type CreateSecretRequest = components["schemas"]["CreateSecretRequest"];
|
|
100
|
+
export type CreateServiceAccountRequest = components["schemas"]["CreateServiceAccountRequest"];
|
|
94
101
|
export type CreateStandaloneInteractionRequest = components["schemas"]["CreateStandaloneInteractionRequest"];
|
|
102
|
+
export type CreateTableRequest = components["schemas"]["CreateTableRequest"];
|
|
103
|
+
export type CreateTableRowTriggerRequest = components["schemas"]["CreateTableRowTriggerRequest"];
|
|
95
104
|
export type CreateTriggerRequest = components["schemas"]["CreateTriggerRequest"];
|
|
96
105
|
export type CreateTriggerTargetRequest = components["schemas"]["CreateTriggerTargetRequest"];
|
|
97
106
|
export type CreateWebhookRequest = components["schemas"]["CreateWebhookRequest"];
|
|
98
107
|
export type CreateWebhookTriggerRequest = components["schemas"]["CreateWebhookTriggerRequest"];
|
|
99
108
|
export type CreateWorkflowRequest = components["schemas"]["CreateWorkflowRequest"];
|
|
100
|
-
export type
|
|
101
|
-
export type
|
|
102
|
-
export type
|
|
103
|
-
export type
|
|
104
|
-
export type
|
|
105
|
-
export type DataTableStats = components["schemas"]["DataTableStats"];
|
|
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"];
|
|
106
114
|
export type EmailSourceConfig = components["schemas"]["EmailSourceConfig"];
|
|
107
115
|
export type EntityReference = components["schemas"]["EntityReference"];
|
|
108
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"];
|
|
109
131
|
export type ErrorResponse = components["schemas"]["ErrorResponse"];
|
|
110
132
|
export type EventSourceConfig = components["schemas"]["EventSourceConfig"];
|
|
111
|
-
export type
|
|
112
|
-
export type
|
|
113
|
-
export type
|
|
114
|
-
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"];
|
|
115
140
|
export type Group = components["schemas"]["Group"];
|
|
116
141
|
export type GroupListResponse = components["schemas"]["GroupListResponse"];
|
|
117
142
|
export type GroupMember = components["schemas"]["GroupMember"];
|
|
118
143
|
export type GroupMemberListResponse = components["schemas"]["GroupMemberListResponse"];
|
|
119
144
|
export type GroupWithCountListResponse = components["schemas"]["GroupWithCountListResponse"];
|
|
120
|
-
export type
|
|
145
|
+
export type HttpSubscriberConsumer = components["schemas"]["HttpSubscriberConsumer"];
|
|
146
|
+
export type ImportSkillRequest = components["schemas"]["ImportSkillRequest"];
|
|
121
147
|
export type IndexDef = components["schemas"]["IndexDef"];
|
|
122
148
|
export type InsertRowRequest = components["schemas"]["InsertRowRequest"];
|
|
123
|
-
export type
|
|
124
|
-
export type
|
|
125
|
-
export type
|
|
126
|
-
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"];
|
|
127
161
|
export type Interaction = components["schemas"]["Interaction"];
|
|
162
|
+
export type InteractionKind = components["schemas"]["InteractionKind"];
|
|
128
163
|
export type InteractionListResponse = components["schemas"]["InteractionListResponse"];
|
|
129
|
-
export type InteractionMetrics = components["schemas"]["InteractionMetrics"];
|
|
130
164
|
export type InteractionMode = components["schemas"]["InteractionMode"];
|
|
131
165
|
export type InteractionOption = components["schemas"]["InteractionOption"];
|
|
132
|
-
export type
|
|
166
|
+
export type InteractionReference = components["schemas"]["InteractionReference"];
|
|
133
167
|
export type InteractionResponder = components["schemas"]["InteractionResponder"];
|
|
134
168
|
export type InteractionResponse = components["schemas"]["InteractionResponse"];
|
|
135
|
-
export type InteractionSource = components["schemas"]["InteractionSource"];
|
|
136
169
|
export type InteractionSpec = components["schemas"]["InteractionSpec"];
|
|
137
170
|
export type InteractionTarget = components["schemas"]["InteractionTarget"];
|
|
138
|
-
export type InteractionType = components["schemas"]["InteractionType"];
|
|
139
|
-
export type InteractionValue = components["schemas"]["InteractionValue"];
|
|
140
|
-
export type JSONDocument = components["schemas"]["JSONDocument"];
|
|
141
171
|
export type Job = components["schemas"]["Job"];
|
|
172
|
+
export type JobActionSpec = components["schemas"]["JobActionSpec"];
|
|
142
173
|
export type JobClaim = components["schemas"]["JobClaim"];
|
|
143
174
|
export type JobClaimRequest = components["schemas"]["JobClaimRequest"];
|
|
144
|
-
export type
|
|
175
|
+
export type JobCodeSpec = components["schemas"]["JobCodeSpec"];
|
|
145
176
|
export type JobEventEntry = components["schemas"]["JobEventEntry"];
|
|
146
177
|
export type JobEventsRequest = components["schemas"]["JobEventsRequest"];
|
|
147
178
|
export type JobFenceRequest = components["schemas"]["JobFenceRequest"];
|
|
148
179
|
export type JobHeartbeat = components["schemas"]["JobHeartbeat"];
|
|
149
180
|
export type JobHeartbeatDirectives = components["schemas"]["JobHeartbeatDirectives"];
|
|
181
|
+
export type JobHistoryResponse = components["schemas"]["JobHistoryResponse"];
|
|
150
182
|
export type JobListResponse = components["schemas"]["JobListResponse"];
|
|
151
|
-
export type
|
|
183
|
+
export type JobReportRequest = components["schemas"]["JobReportRequest"];
|
|
184
|
+
export type JobSpec = components["schemas"]["JobSpec"];
|
|
152
185
|
export type JobStatus = components["schemas"]["JobStatus"];
|
|
153
|
-
export type
|
|
154
|
-
export type LLMGenerateUsage = components["schemas"]["LLMGenerateUsage"];
|
|
186
|
+
export type LegacyAgentPresence = components["schemas"]["LegacyAgentPresence"];
|
|
155
187
|
export type LogIngestResponse = components["schemas"]["LogIngestResponse"];
|
|
156
188
|
export type LogRecord = components["schemas"]["LogRecord"];
|
|
157
189
|
export type LogRecordInput = components["schemas"]["LogRecordInput"];
|
|
158
190
|
export type LogRecordListResponse = components["schemas"]["LogRecordListResponse"];
|
|
159
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"];
|
|
160
195
|
export type Metadata = components["schemas"]["Metadata"];
|
|
161
|
-
export type
|
|
162
|
-
export type
|
|
163
|
-
export type
|
|
164
|
-
export type
|
|
165
|
-
export type
|
|
166
|
-
export type
|
|
167
|
-
export type
|
|
168
|
-
export type
|
|
169
|
-
export type
|
|
170
|
-
export type
|
|
171
|
-
export type
|
|
172
|
-
export type ObservableReducerConfig = components["schemas"]["ObservableReducerConfig"];
|
|
173
|
-
export type ObservableReducerKind = components["schemas"]["ObservableReducerKind"];
|
|
174
|
-
export type ObservableStateVersion = components["schemas"]["ObservableStateVersion"];
|
|
175
|
-
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"];
|
|
176
207
|
export type PingWebhookRequest = components["schemas"]["PingWebhookRequest"];
|
|
177
208
|
export type PingWebhookResult = components["schemas"]["PingWebhookResult"];
|
|
178
209
|
export type Project = components["schemas"]["Project"];
|
|
@@ -181,36 +212,75 @@ export type ProjectID = components["schemas"]["ProjectID"];
|
|
|
181
212
|
export type ProjectListResponse = components["schemas"]["ProjectListResponse"];
|
|
182
213
|
export type ProjectMember = components["schemas"]["ProjectMember"];
|
|
183
214
|
export type ProjectMemberListResponse = components["schemas"]["ProjectMemberListResponse"];
|
|
184
|
-
export type
|
|
215
|
+
export type ProjectTeamListResponse = components["schemas"]["ProjectTeamListResponse"];
|
|
216
|
+
export type ProjectTeamMember = components["schemas"]["ProjectTeamMember"];
|
|
217
|
+
export type ProjectTeamMemberLinks = components["schemas"]["ProjectTeamMemberLinks"];
|
|
185
218
|
export type QueryRowsRequest = components["schemas"]["QueryRowsRequest"];
|
|
186
219
|
export type QueryRowsResponse = components["schemas"]["QueryRowsResponse"];
|
|
187
|
-
export type
|
|
188
|
-
export type
|
|
189
|
-
export type ReferenceResolveRequest = components["schemas"]["ReferenceResolveRequest"];
|
|
190
|
-
export type ReferenceResolveResponse = components["schemas"]["ReferenceResolveResponse"];
|
|
220
|
+
export type ReplaceSkillsRequest = components["schemas"]["ReplaceSkillsRequest"];
|
|
221
|
+
export type ReplaceToolkitsRequest = components["schemas"]["ReplaceToolkitsRequest"];
|
|
191
222
|
export type ResolutionPolicy = components["schemas"]["ResolutionPolicy"];
|
|
223
|
+
export type ResolvedActionGroup = components["schemas"]["ResolvedActionGroup"];
|
|
192
224
|
export type ResolvedConfig = components["schemas"]["ResolvedConfig"];
|
|
193
225
|
export type ResolvedConfigEntry = components["schemas"]["ResolvedConfigEntry"];
|
|
226
|
+
export type ResourceScope = components["schemas"]["ResourceScope"];
|
|
194
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"];
|
|
195
233
|
export type RotateSecretResult = components["schemas"]["RotateSecretResult"];
|
|
234
|
+
export type Run = components["schemas"]["Run"];
|
|
196
235
|
export type RunActionRequest = components["schemas"]["RunActionRequest"];
|
|
197
236
|
export type RunActionResult = components["schemas"]["RunActionResult"];
|
|
237
|
+
export type RunConsumer = components["schemas"]["RunConsumer"];
|
|
238
|
+
export type RunError = components["schemas"]["RunError"];
|
|
198
239
|
export type RunForkLineage = components["schemas"]["RunForkLineage"];
|
|
199
240
|
export type RunForkRequest = components["schemas"]["RunForkRequest"];
|
|
200
|
-
export type
|
|
201
|
-
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"];
|
|
202
248
|
export type RunStep = components["schemas"]["RunStep"];
|
|
203
249
|
export type RunStepBinding = components["schemas"]["RunStepBinding"];
|
|
250
|
+
export type RunStepCounts = components["schemas"]["RunStepCounts"];
|
|
204
251
|
export type RunStepKind = components["schemas"]["RunStepKind"];
|
|
205
252
|
export type RunStepListResponse = components["schemas"]["RunStepListResponse"];
|
|
253
|
+
export type RunStepPhase = components["schemas"]["RunStepPhase"];
|
|
206
254
|
export type RunStepSource = components["schemas"]["RunStepSource"];
|
|
207
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"];
|
|
208
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"];
|
|
209
264
|
export type SearchRowsRequest = components["schemas"]["SearchRowsRequest"];
|
|
210
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"];
|
|
211
272
|
export type SendChannelMessageRequest = components["schemas"]["SendChannelMessageRequest"];
|
|
212
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"];
|
|
213
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"];
|
|
214
284
|
export type Span = components["schemas"]["Span"];
|
|
215
285
|
export type SpanCounts = components["schemas"]["SpanCounts"];
|
|
216
286
|
export type SpanEvent = components["schemas"]["SpanEvent"];
|
|
@@ -219,21 +289,35 @@ export type SpanLink = components["schemas"]["SpanLink"];
|
|
|
219
289
|
export type SpanListResponse = components["schemas"]["SpanListResponse"];
|
|
220
290
|
export type SpanStatusCode = components["schemas"]["SpanStatusCode"];
|
|
221
291
|
export type StartBoundRunRequest = components["schemas"]["StartBoundRunRequest"];
|
|
292
|
+
export type StartEnvironmentWorkerRequest = components["schemas"]["StartEnvironmentWorkerRequest"];
|
|
222
293
|
export type StartInlineRunRequest = components["schemas"]["StartInlineRunRequest"];
|
|
223
294
|
export type StartRunRequest = components["schemas"]["StartRunRequest"];
|
|
224
295
|
export type StartSavedRunRequest = components["schemas"]["StartSavedRunRequest"];
|
|
225
296
|
export type StepSpanCountsResponse = components["schemas"]["StepSpanCountsResponse"];
|
|
226
|
-
export type
|
|
227
|
-
export type
|
|
228
|
-
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"];
|
|
303
|
+
export type Table = components["schemas"]["Table"];
|
|
304
|
+
export type TableAccessMode = components["schemas"]["TableAccessMode"];
|
|
305
|
+
export type TableListResponse = components["schemas"]["TableListResponse"];
|
|
306
|
+
export type TableRow = components["schemas"]["TableRow"];
|
|
307
|
+
export type TableRowSourceConfig = components["schemas"]["TableRowSourceConfig"];
|
|
308
|
+
export type TableSchema = components["schemas"]["TableSchema"];
|
|
309
|
+
export type TableStats = components["schemas"]["TableStats"];
|
|
229
310
|
export type TagMap = components["schemas"]["TagMap"];
|
|
230
311
|
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"];
|
|
257
|
-
export type
|
|
342
|
+
export type UpdateEnvironmentRequest = components["schemas"]["UpdateEnvironmentRequest"];
|
|
258
343
|
export type UpdateGroupRequest = components["schemas"]["UpdateGroupRequest"];
|
|
259
|
-
export type UpdateObservableRequest = components["schemas"]["UpdateObservableRequest"];
|
|
260
344
|
export type UpdateProjectRequest = components["schemas"]["UpdateProjectRequest"];
|
|
345
|
+
export type UpdateRoleRequest = components["schemas"]["UpdateRoleRequest"];
|
|
261
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"];
|
|
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
|