lemma-sdk 0.2.44 → 0.2.45

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.
Files changed (273) hide show
  1. package/README.md +1 -1
  2. package/dist/assistant-events.d.ts +1 -0
  3. package/dist/assistant-events.js +25 -0
  4. package/dist/browser/lemma-client.js +264 -152
  5. package/dist/config.d.ts +2 -2
  6. package/dist/config.js +2 -2
  7. package/dist/hey_client/client/client.gen.d.ts +2 -0
  8. package/dist/hey_client/client/client.gen.js +216 -0
  9. package/dist/hey_client/client/index.d.ts +10 -0
  10. package/dist/hey_client/client/index.js +6 -0
  11. package/dist/hey_client/client/types.gen.d.ts +120 -0
  12. package/dist/hey_client/client/types.gen.js +2 -0
  13. package/dist/hey_client/client/utils.gen.d.ts +37 -0
  14. package/dist/hey_client/client/utils.gen.js +228 -0
  15. package/dist/hey_client/client.gen.d.ts +12 -0
  16. package/dist/hey_client/client.gen.js +3 -0
  17. package/dist/hey_client/core/auth.gen.d.ts +25 -0
  18. package/dist/hey_client/core/auth.gen.js +14 -0
  19. package/dist/hey_client/core/bodySerializer.gen.d.ts +25 -0
  20. package/dist/hey_client/core/bodySerializer.gen.js +57 -0
  21. package/dist/hey_client/core/params.gen.d.ts +43 -0
  22. package/dist/hey_client/core/params.gen.js +100 -0
  23. package/dist/hey_client/core/pathSerializer.gen.d.ts +33 -0
  24. package/dist/hey_client/core/pathSerializer.gen.js +106 -0
  25. package/dist/hey_client/core/queryKeySerializer.gen.d.ts +18 -0
  26. package/dist/hey_client/core/queryKeySerializer.gen.js +92 -0
  27. package/dist/hey_client/core/serverSentEvents.gen.d.ts +71 -0
  28. package/dist/hey_client/core/serverSentEvents.gen.js +132 -0
  29. package/dist/hey_client/core/types.gen.d.ts +83 -0
  30. package/dist/hey_client/core/types.gen.js +2 -0
  31. package/dist/hey_client/core/utils.gen.d.ts +19 -0
  32. package/dist/hey_client/core/utils.gen.js +87 -0
  33. package/dist/hey_client/index.d.ts +2 -0
  34. package/dist/hey_client/index.js +2 -0
  35. package/dist/hey_client/sdk.gen.d.ts +1005 -0
  36. package/dist/hey_client/sdk.gen.js +1438 -0
  37. package/dist/hey_client/types.gen.d.ts +13004 -0
  38. package/dist/hey_client/types.gen.js +2 -0
  39. package/dist/namespaces/files.d.ts +6 -24
  40. package/dist/namespaces/files.js +6 -16
  41. package/dist/namespaces/integrations.js +4 -4
  42. package/dist/namespaces/pod-surfaces.d.ts +8 -3
  43. package/dist/namespaces/pod-surfaces.js +15 -6
  44. package/dist/namespaces/pods.d.ts +2 -3
  45. package/dist/namespaces/pods.js +1 -6
  46. package/dist/namespaces/records.d.ts +7 -7
  47. package/dist/namespaces/resource-access.d.ts +3 -3
  48. package/dist/namespaces/resource-access.js +6 -6
  49. package/dist/namespaces/schedules.d.ts +1 -0
  50. package/dist/namespaces/schedules.js +1 -1
  51. package/dist/namespaces/tables.d.ts +2 -2
  52. package/dist/namespaces/workflows.d.ts +12 -8
  53. package/dist/namespaces/workflows.js +9 -18
  54. package/dist/openapi_client/index.d.ts +20 -37
  55. package/dist/openapi_client/index.js +3 -11
  56. package/dist/openapi_client/models/AgentHarnessInfo.d.ts +2 -0
  57. package/dist/openapi_client/models/AgentNode.d.ts +1 -1
  58. package/dist/openapi_client/models/AgentNodeConfig.d.ts +1 -1
  59. package/dist/openapi_client/models/AgentResourcePermissionRequest.d.ts +1 -1
  60. package/dist/openapi_client/models/AgentResourcePermissionResponse.d.ts +1 -1
  61. package/dist/openapi_client/models/AgentRuntimeProfileResponse.d.ts +6 -0
  62. package/dist/openapi_client/models/AgentSurfaceResponse.d.ts +6 -17
  63. package/dist/openapi_client/models/AgentSurfaceStatus.d.ts +3 -1
  64. package/dist/openapi_client/models/AgentSurfaceStatus.js +2 -0
  65. package/dist/openapi_client/models/ApplicationSkillResponse.d.ts +6 -0
  66. package/dist/openapi_client/models/ConnectedAccountSummary.d.ts +7 -0
  67. package/dist/openapi_client/models/CreateFunctionRequest.d.ts +0 -1
  68. package/dist/openapi_client/models/CreateScheduleRequest.d.ts +4 -0
  69. package/dist/openapi_client/models/CreateSurfaceRequest.d.ts +3 -10
  70. package/dist/openapi_client/models/CreateUserDaemonRuntimeProfileRequest.d.ts +2 -0
  71. package/dist/openapi_client/models/DataStoreFlowStartInput.d.ts +1 -1
  72. package/dist/openapi_client/models/DataStoreFlowStartOutput.d.ts +1 -1
  73. package/dist/openapi_client/models/DatastoreCountResponse.d.ts +6 -0
  74. package/dist/openapi_client/models/DecisionNode.d.ts +2 -1
  75. package/dist/openapi_client/models/DecisionRule.d.ts +3 -0
  76. package/dist/openapi_client/models/EndNode.d.ts +1 -1
  77. package/dist/openapi_client/models/ExpressionInputBinding.d.ts +6 -2
  78. package/dist/openapi_client/models/FileListResponse.d.ts +1 -0
  79. package/dist/openapi_client/models/FileSearchResponse.d.ts +2 -2
  80. package/dist/openapi_client/models/FlowRunStatus.d.ts +4 -1
  81. package/dist/openapi_client/models/FlowRunStatus.js +4 -1
  82. package/dist/openapi_client/models/FormNode.d.ts +2 -1
  83. package/dist/openapi_client/models/FormNodeConfig.d.ts +1 -1
  84. package/dist/openapi_client/models/FunctionNode.d.ts +2 -1
  85. package/dist/openapi_client/models/FunctionResourcePermissionRequest.d.ts +1 -1
  86. package/dist/openapi_client/models/FunctionResourcePermissionResponse.d.ts +1 -1
  87. package/dist/openapi_client/models/InstalledAppSummary.d.ts +7 -0
  88. package/dist/openapi_client/models/IntegrationStatusResponse.d.ts +6 -0
  89. package/dist/openapi_client/models/LoopNode.d.ts +2 -1
  90. package/dist/openapi_client/models/LoopNodeConfig.d.ts +3 -3
  91. package/dist/openapi_client/models/PodMemberAddRequest.d.ts +1 -3
  92. package/dist/openapi_client/models/PodMemberDetailResponse.d.ts +0 -2
  93. package/dist/openapi_client/models/PodMemberResponse.d.ts +0 -2
  94. package/dist/openapi_client/models/PodMemberUpdateRoleRequest.d.ts +1 -3
  95. package/dist/openapi_client/models/PodRoleResourcePermissionRequest.d.ts +1 -1
  96. package/dist/openapi_client/models/PodRoleResourcePermissionResponse.d.ts +1 -1
  97. package/dist/openapi_client/models/ResourceAccessGrantResponse.d.ts +1 -1
  98. package/dist/openapi_client/models/ResourceAccessResponse.d.ts +1 -1
  99. package/dist/openapi_client/models/RuntimeProfileScope.d.ts +2 -1
  100. package/dist/openapi_client/models/RuntimeProfileScope.js +1 -0
  101. package/dist/openapi_client/models/ScheduleDetailResponse.d.ts +6 -0
  102. package/dist/openapi_client/models/ScheduleFireStatus.d.ts +8 -0
  103. package/dist/openapi_client/models/ScheduleFireStatus.js +13 -0
  104. package/dist/openapi_client/models/StepRecordResponse.d.ts +10 -0
  105. package/dist/openapi_client/models/StepStatus.d.ts +7 -0
  106. package/dist/openapi_client/models/StepStatus.js +12 -0
  107. package/dist/openapi_client/models/SurfaceBehaviorConfigInput.d.ts +4 -0
  108. package/dist/openapi_client/models/SurfaceChannelRouteInput.d.ts +6 -0
  109. package/dist/openapi_client/models/SurfaceChannelRouteResponse.d.ts +6 -0
  110. package/dist/openapi_client/models/SurfaceConfigResponse.d.ts +10 -0
  111. package/dist/openapi_client/models/SurfaceCredentialMode.d.ts +4 -0
  112. package/dist/openapi_client/models/SurfaceCredentialMode.js +9 -0
  113. package/dist/openapi_client/models/SurfaceIdentityConfigInput.d.ts +4 -0
  114. package/dist/openapi_client/models/SurfaceIdentityConfigResponse.d.ts +4 -0
  115. package/dist/openapi_client/models/SurfaceSetupStatusResponse.d.ts +10 -0
  116. package/dist/openapi_client/models/TableListResponse.d.ts +2 -0
  117. package/dist/openapi_client/models/ToggleSurfaceRequest.d.ts +1 -1
  118. package/dist/openapi_client/models/UpdateScheduleRequest.d.ts +1 -0
  119. package/dist/openapi_client/models/UpdateSurfaceChannelsRequest.d.ts +4 -0
  120. package/dist/openapi_client/models/UpdateSurfaceRequest.d.ts +4 -11
  121. package/dist/openapi_client/models/UpsertSurfaceRequest.d.ts +9 -0
  122. package/dist/openapi_client/models/UserProfileRequest.d.ts +1 -0
  123. package/dist/openapi_client/models/UserResponse.d.ts +1 -0
  124. package/dist/openapi_client/models/WaitUntilNode.d.ts +1 -1
  125. package/dist/openapi_client/models/WorkflowCreateRequest.d.ts +16 -0
  126. package/dist/openapi_client/models/WorkflowRunFormSubmitRequest.d.ts +13 -0
  127. package/dist/openapi_client/models/WorkflowRunResponse.d.ts +28 -0
  128. package/dist/openapi_client/models/WorkflowRunSummaryResponse.d.ts +2 -3
  129. package/dist/openapi_client/models/WorkflowRunWaitAssignment.d.ts +4 -4
  130. package/dist/openapi_client/models/{WorkflowRunWaitEntity.d.ts → WorkflowRunWaitResponse.d.ts} +4 -8
  131. package/dist/openapi_client/models/WorkflowRunWaitType.d.ts +1 -2
  132. package/dist/openapi_client/models/WorkflowRunWaitType.js +0 -1
  133. package/dist/openapi_client/models/WorkspaceAppAccessRequest.d.ts +0 -3
  134. package/dist/openapi_client/models/WorkspaceMeSandbox.d.ts +1 -4
  135. package/dist/openapi_client/services/AgentSurfacesService.d.ts +39 -10
  136. package/dist/openapi_client/services/AgentSurfacesService.js +86 -20
  137. package/dist/openapi_client/services/ApplicationsService.d.ts +10 -0
  138. package/dist/openapi_client/services/ApplicationsService.js +23 -0
  139. package/dist/openapi_client/services/FilesService.d.ts +2 -3
  140. package/dist/openapi_client/services/FilesService.js +1 -1
  141. package/dist/openapi_client/services/FunctionsService.d.ts +1 -1
  142. package/dist/openapi_client/services/FunctionsService.js +1 -1
  143. package/dist/openapi_client/services/IntegrationsService.d.ts +12 -4
  144. package/dist/openapi_client/services/IntegrationsService.js +22 -4
  145. package/dist/openapi_client/services/PodResourceAccessService.d.ts +6 -6
  146. package/dist/openapi_client/services/PodResourceAccessService.js +12 -12
  147. package/dist/openapi_client/services/RecordsService.d.ts +21 -22
  148. package/dist/openapi_client/services/RecordsService.js +13 -13
  149. package/dist/openapi_client/services/SchedulesService.d.ts +2 -1
  150. package/dist/openapi_client/services/SchedulesService.js +3 -1
  151. package/dist/openapi_client/services/TablesService.d.ts +4 -5
  152. package/dist/openapi_client/services/TablesService.js +2 -2
  153. package/dist/openapi_client/services/WorkflowsService.d.ts +35 -26
  154. package/dist/openapi_client/services/WorkflowsService.js +57 -39
  155. package/dist/react/useAddPodMember.js +1 -1
  156. package/dist/react/useAssistantController.d.ts +1 -0
  157. package/dist/react/useAssistantController.js +5 -1
  158. package/dist/react/useAssistantSession.d.ts +1 -0
  159. package/dist/react/useAssistantSession.js +41 -0
  160. package/dist/react/useBulkRecords.d.ts +5 -5
  161. package/dist/react/useBulkRecords.js +5 -5
  162. package/dist/react/useCreateFolder.d.ts +2 -4
  163. package/dist/react/useCreateFolder.js +2 -3
  164. package/dist/react/useCreateRecord.d.ts +2 -2
  165. package/dist/react/useCreateRecord.js +1 -1
  166. package/dist/react/useDeleteFile.d.ts +1 -4
  167. package/dist/react/useDeleteFile.js +3 -3
  168. package/dist/react/useDeleteRecord.d.ts +1 -2
  169. package/dist/react/useDeleteRecord.js +3 -3
  170. package/dist/react/useFile.d.ts +2 -4
  171. package/dist/react/useFile.js +3 -3
  172. package/dist/react/useFilePreview.d.ts +1 -4
  173. package/dist/react/useFilePreview.js +4 -5
  174. package/dist/react/useFileSearch.d.ts +5 -1
  175. package/dist/react/useFileSearch.js +6 -4
  176. package/dist/react/useFileTree.d.ts +2 -4
  177. package/dist/react/useFileTree.js +2 -3
  178. package/dist/react/useFiles.d.ts +2 -4
  179. package/dist/react/useFiles.js +3 -5
  180. package/dist/react/useFlowSession.d.ts +3 -1
  181. package/dist/react/useFlowSession.js +24 -17
  182. package/dist/react/useGlobalSearch.js +1 -1
  183. package/dist/react/useRecord.d.ts +2 -2
  184. package/dist/react/useRecord.js +1 -1
  185. package/dist/react/useRecordForm.d.ts +2 -2
  186. package/dist/react/useRecordForm.js +2 -2
  187. package/dist/react/useReverseRelatedRecords.js +1 -1
  188. package/dist/react/useUpdateFile.d.ts +2 -4
  189. package/dist/react/useUpdateFile.js +2 -3
  190. package/dist/react/useUpdateRecord.d.ts +2 -2
  191. package/dist/react/useUpdateRecord.js +1 -1
  192. package/dist/react/useUploadFile.d.ts +2 -4
  193. package/dist/react/useUploadFile.js +2 -3
  194. package/dist/react/useWorkflowResume.d.ts +1 -0
  195. package/dist/react/useWorkflowResume.js +10 -1
  196. package/dist/react/useWorkflowRun.js +1 -3
  197. package/dist/react/useWorkflowStart.js +11 -26
  198. package/dist/react/utils.js +2 -0
  199. package/dist/types.d.ts +3 -3
  200. package/package.json +7 -2
  201. package/dist/openapi_client/models/BillingHistoryResponse.d.ts +0 -8
  202. package/dist/openapi_client/models/BillingInterval.d.ts +0 -7
  203. package/dist/openapi_client/models/BillingInterval.js +0 -12
  204. package/dist/openapi_client/models/BillingInvoiceResponse.d.ts +0 -27
  205. package/dist/openapi_client/models/BillingInvoiceStatus.d.ts +0 -10
  206. package/dist/openapi_client/models/BillingInvoiceStatus.js +0 -15
  207. package/dist/openapi_client/models/CancelSubscriptionResponse.d.ts +0 -10
  208. package/dist/openapi_client/models/CreateInvoicePaymentUrlRequest.d.ts +0 -7
  209. package/dist/openapi_client/models/CreateInvoicePaymentUrlResponse.d.ts +0 -8
  210. package/dist/openapi_client/models/DatastoreMessageResponse.d.ts +0 -6
  211. package/dist/openapi_client/models/DeskServingConfigResponse.d.ts +0 -11
  212. package/dist/openapi_client/models/DeskServingConfigResponse.js +0 -8
  213. package/dist/openapi_client/models/FlowRunEntity.d.ts +0 -36
  214. package/dist/openapi_client/models/GmailSurfaceConfig.d.ts +0 -7
  215. package/dist/openapi_client/models/OutlookSurfaceConfig.d.ts +0 -7
  216. package/dist/openapi_client/models/PlanListResponse.d.ts +0 -8
  217. package/dist/openapi_client/models/PlanResponse.d.ts +0 -18
  218. package/dist/openapi_client/models/PlanType.d.ts +0 -7
  219. package/dist/openapi_client/models/PlanType.js +0 -12
  220. package/dist/openapi_client/models/RecordResponse.d.ts +0 -9
  221. package/dist/openapi_client/models/SeatInfoResponse.d.ts +0 -10
  222. package/dist/openapi_client/models/SlackSurfaceConfig.d.ts +0 -7
  223. package/dist/openapi_client/models/StackFrame.d.ts +0 -11
  224. package/dist/openapi_client/models/StartSubscriptionRequest.d.ts +0 -14
  225. package/dist/openapi_client/models/StartSubscriptionResponse.d.ts +0 -9
  226. package/dist/openapi_client/models/StartTeamBillingRequest.d.ts +0 -6
  227. package/dist/openapi_client/models/StartTeamBillingRequest.js +0 -1
  228. package/dist/openapi_client/models/StepExecution.d.ts +0 -13
  229. package/dist/openapi_client/models/StepExecution.js +0 -1
  230. package/dist/openapi_client/models/SubscriptionResponse.d.ts +0 -22
  231. package/dist/openapi_client/models/SubscriptionResponse.js +0 -1
  232. package/dist/openapi_client/models/SubscriptionStatus.d.ts +0 -10
  233. package/dist/openapi_client/models/SubscriptionStatus.js +0 -15
  234. package/dist/openapi_client/models/SubscriptionStatusResponse.d.ts +0 -10
  235. package/dist/openapi_client/models/SubscriptionStatusResponse.js +0 -1
  236. package/dist/openapi_client/models/SubscriptionWithPlanResponse.d.ts +0 -22
  237. package/dist/openapi_client/models/SubscriptionWithPlanResponse.js +0 -1
  238. package/dist/openapi_client/models/SurfaceEventMode.d.ts +0 -6
  239. package/dist/openapi_client/models/SurfaceEventMode.js +0 -11
  240. package/dist/openapi_client/models/SurfaceMode.d.ts +0 -5
  241. package/dist/openapi_client/models/SurfaceMode.js +0 -10
  242. package/dist/openapi_client/models/SurfaceRoutingScope.d.ts +0 -4
  243. package/dist/openapi_client/models/SurfaceRoutingScope.js +0 -9
  244. package/dist/openapi_client/models/TeamsSurfaceConfig.d.ts +0 -7
  245. package/dist/openapi_client/models/TeamsSurfaceConfig.js +0 -1
  246. package/dist/openapi_client/models/TelegramSurfaceConfig.d.ts +0 -7
  247. package/dist/openapi_client/models/TelegramSurfaceConfig.js +0 -1
  248. package/dist/openapi_client/models/WhatsAppSurfaceConfig.d.ts +0 -7
  249. package/dist/openapi_client/models/WhatsAppSurfaceConfig.js +0 -1
  250. package/dist/openapi_client/models/WorkflowRunWaitEntity.js +0 -1
  251. package/dist/openapi_client/services/BillingSubscriptionsService.d.ts +0 -117
  252. package/dist/openapi_client/services/BillingSubscriptionsService.js +0 -230
  253. package/dist/openapi_client/services/BillingWebhooksService.d.ts +0 -12
  254. package/dist/openapi_client/services/BillingWebhooksService.js +0 -25
  255. package/dist/openapi_client/services/PublicDesksService.d.ts +0 -10
  256. package/dist/openapi_client/services/PublicDesksService.js +0 -15
  257. /package/dist/openapi_client/models/{BillingHistoryResponse.js → ApplicationSkillResponse.js} +0 -0
  258. /package/dist/openapi_client/models/{BillingInvoiceResponse.js → ConnectedAccountSummary.js} +0 -0
  259. /package/dist/openapi_client/models/{CancelSubscriptionResponse.js → DatastoreCountResponse.js} +0 -0
  260. /package/dist/openapi_client/models/{CreateInvoicePaymentUrlRequest.js → InstalledAppSummary.js} +0 -0
  261. /package/dist/openapi_client/models/{CreateInvoicePaymentUrlResponse.js → IntegrationStatusResponse.js} +0 -0
  262. /package/dist/openapi_client/models/{DatastoreMessageResponse.js → StepRecordResponse.js} +0 -0
  263. /package/dist/openapi_client/models/{FlowRunEntity.js → SurfaceChannelRouteInput.js} +0 -0
  264. /package/dist/openapi_client/models/{GmailSurfaceConfig.js → SurfaceChannelRouteResponse.js} +0 -0
  265. /package/dist/openapi_client/models/{OutlookSurfaceConfig.js → SurfaceConfigResponse.js} +0 -0
  266. /package/dist/openapi_client/models/{PlanListResponse.js → SurfaceIdentityConfigInput.js} +0 -0
  267. /package/dist/openapi_client/models/{PlanResponse.js → SurfaceIdentityConfigResponse.js} +0 -0
  268. /package/dist/openapi_client/models/{RecordResponse.js → SurfaceSetupStatusResponse.js} +0 -0
  269. /package/dist/openapi_client/models/{SeatInfoResponse.js → UpdateSurfaceChannelsRequest.js} +0 -0
  270. /package/dist/openapi_client/models/{SlackSurfaceConfig.js → UpsertSurfaceRequest.js} +0 -0
  271. /package/dist/openapi_client/models/{StackFrame.js → WorkflowRunFormSubmitRequest.js} +0 -0
  272. /package/dist/openapi_client/models/{StartSubscriptionRequest.js → WorkflowRunResponse.js} +0 -0
  273. /package/dist/openapi_client/models/{StartSubscriptionResponse.js → WorkflowRunWaitResponse.js} +0 -0
@@ -9,14 +9,11 @@ export { AgentRunApprovalDecision } from './models/AgentRunApprovalDecision.js';
9
9
  export { AgentSurfaceStatus } from './models/AgentSurfaceStatus.js';
10
10
  export { AgentToolset } from './models/AgentToolset.js';
11
11
  export { AuthScheme } from './models/AuthScheme.js';
12
- export { BillingInterval } from './models/BillingInterval.js';
13
- export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
14
12
  export { ConversationStatus } from './models/ConversationStatus.js';
15
13
  export { ConversationType } from './models/ConversationType.js';
16
14
  export { CredentialTypes } from './models/CredentialTypes.js';
17
15
  export { DatastoreDataType } from './models/DatastoreDataType.js';
18
16
  export { DatastoreOperation } from './models/DatastoreOperation.js';
19
- export { DeskServingConfigResponse } from './models/DeskServingConfigResponse.js';
20
17
  export { DeskStatus } from './models/DeskStatus.js';
21
18
  export { FeedbackCategory } from './models/FeedbackCategory.js';
22
19
  export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
@@ -27,7 +24,6 @@ export { FunctionType } from './models/FunctionType.js';
27
24
  export { HarnessKind } from './models/HarnessKind.js';
28
25
  export { OrganizationInvitationStatus } from './models/OrganizationInvitationStatus.js';
29
26
  export { OrganizationRole } from './models/OrganizationRole.js';
30
- export { PlanType } from './models/PlanType.js';
31
27
  export { PodAppMode } from './models/PodAppMode.js';
32
28
  export { PodJoinRequestStatus } from './models/PodJoinRequestStatus.js';
33
29
  export { PodRole } from './models/PodRole.js';
@@ -39,13 +35,12 @@ export { RuntimeProfileProtocol } from './models/RuntimeProfileProtocol.js';
39
35
  export { RuntimeProfileScope } from './models/RuntimeProfileScope.js';
40
36
  export { RuntimeProfileStatus } from './models/RuntimeProfileStatus.js';
41
37
  export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
38
+ export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
42
39
  export { ScheduleType } from './models/ScheduleType.js';
43
40
  export { SearchMethod } from './models/SearchMethod.js';
44
- export { SubscriptionStatus } from './models/SubscriptionStatus.js';
45
- export { SurfaceEventMode } from './models/SurfaceEventMode.js';
46
- export { SurfaceMode } from './models/SurfaceMode.js';
41
+ export { StepStatus } from './models/StepStatus.js';
42
+ export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
47
43
  export { SurfacePlatform } from './models/SurfacePlatform.js';
48
- export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
49
44
  export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
50
45
  export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
51
46
  export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
@@ -60,8 +55,6 @@ export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressServ
60
55
  export { AgentToolsService } from './services/AgentToolsService.js';
61
56
  export { ApplicationsService } from './services/ApplicationsService.js';
62
57
  export { AuthService } from './services/AuthService.js';
63
- export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
64
- export { BillingWebhooksService } from './services/BillingWebhooksService.js';
65
58
  export { DefaultService } from './services/DefaultService.js';
66
59
  export { DesksService } from './services/DesksService.js';
67
60
  export { FilesService } from './services/FilesService.js';
@@ -75,7 +68,6 @@ export { PodPermissionsService } from './services/PodPermissionsService.js';
75
68
  export { PodResourceAccessService } from './services/PodResourceAccessService.js';
76
69
  export { PodRolesService } from './services/PodRolesService.js';
77
70
  export { PodsService } from './services/PodsService.js';
78
- export { PublicDesksService } from './services/PublicDesksService.js';
79
71
  export { QueryService } from './services/QueryService.js';
80
72
  export { RecordsService } from './services/RecordsService.js';
81
73
  export { SchedulesService } from './services/SchedulesService.js';
@@ -1,5 +1,7 @@
1
1
  import type { HarnessKind } from './HarnessKind.js';
2
2
  export type AgentHarnessInfo = {
3
+ availability_status?: (string | null);
4
+ available?: boolean;
3
5
  daemon_display_name?: (string | null);
4
6
  daemon_id?: (string | null);
5
7
  daemon_status?: (string | null);
@@ -1,6 +1,6 @@
1
1
  import type { AgentNodeConfig } from './AgentNodeConfig.js';
2
2
  /**
3
- * Agent node.
3
+ * Agent node. The run waits on the agent conversation to complete.
4
4
  */
5
5
  export type AgentNode = {
6
6
  config: AgentNodeConfig;
@@ -9,7 +9,7 @@ export type AgentNodeConfig = {
9
9
  */
10
10
  agent_name: string;
11
11
  /**
12
- * Explicit mapping from output input key to either an expression or a literal JSON value. Strings are never auto-interpreted.
12
+ * Explicit mapping from agent input key to either an expression or a literal JSON value. Strings are never auto-interpreted.
13
13
  */
14
14
  input_mapping?: Record<string, (ExpressionInputBinding | LiteralInputBinding)>;
15
15
  };
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type AgentResourcePermissionRequest = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type AgentResourcePermissionResponse = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -5,7 +5,12 @@ import type { RuntimeProfileProtocol } from './RuntimeProfileProtocol.js';
5
5
  import type { RuntimeProfileScope } from './RuntimeProfileScope.js';
6
6
  import type { RuntimeProfileStatus } from './RuntimeProfileStatus.js';
7
7
  export type AgentRuntimeProfileResponse = {
8
+ availability_status?: (string | null);
8
9
  config?: Record<string, any>;
10
+ daemon_display_name?: (string | null);
11
+ daemon_harness_available?: (boolean | null);
12
+ daemon_id?: (string | null);
13
+ daemon_status?: (string | null);
9
14
  default_model_name?: (string | null);
10
15
  derived_harness_kind: HarnessKind;
11
16
  description?: (string | null);
@@ -19,4 +24,5 @@ export type AgentRuntimeProfileResponse = {
19
24
  protocol: RuntimeProfileProtocol;
20
25
  scope: RuntimeProfileScope;
21
26
  status: RuntimeProfileStatus;
27
+ user_id?: (string | null);
22
28
  };
@@ -1,31 +1,20 @@
1
1
  import type { AgentSurfaceStatus } from './AgentSurfaceStatus.js';
2
- import type { GmailSurfaceConfig } from './GmailSurfaceConfig.js';
3
- import type { OutlookSurfaceConfig } from './OutlookSurfaceConfig.js';
4
- import type { SlackSurfaceConfig } from './SlackSurfaceConfig.js';
5
- import type { SurfaceEventMode } from './SurfaceEventMode.js';
6
- import type { SurfaceMode } from './SurfaceMode.js';
2
+ import type { SurfaceConfigResponse } from './SurfaceConfigResponse.js';
3
+ import type { SurfaceCredentialMode } from './SurfaceCredentialMode.js';
7
4
  import type { SurfacePlatform } from './SurfacePlatform.js';
8
- import type { SurfaceRoutingScope } from './SurfaceRoutingScope.js';
9
- import type { TeamsSurfaceConfig } from './TeamsSurfaceConfig.js';
10
- import type { TelegramSurfaceConfig } from './TelegramSurfaceConfig.js';
11
- import type { WhatsAppSurfaceConfig } from './WhatsAppSurfaceConfig.js';
12
5
  export type AgentSurfaceResponse = {
13
6
  account_id?: (string | null);
14
7
  agent_id?: (string | null);
15
8
  agent_name?: (string | null);
16
- config: (SlackSurfaceConfig | TeamsSurfaceConfig | WhatsAppSurfaceConfig | TelegramSurfaceConfig | GmailSurfaceConfig | OutlookSurfaceConfig);
17
- event_mode: SurfaceEventMode;
18
- external_channel_id?: (string | null);
19
- external_tenant_id?: (string | null);
20
- external_workspace_id?: (string | null);
9
+ config: SurfaceConfigResponse;
10
+ credential_mode?: SurfaceCredentialMode;
11
+ default_agent_id?: (string | null);
21
12
  id: string;
22
- is_active: boolean;
23
- mode: SurfaceMode;
24
13
  platform: SurfacePlatform;
25
14
  pod_id: string;
26
- routing_scope?: SurfaceRoutingScope;
27
15
  status?: AgentSurfaceStatus;
28
16
  surface_identity_id?: (string | null);
17
+ surface_identity_username?: (string | null);
29
18
  surface_type: string;
30
19
  uses_default_agent?: boolean;
31
20
  webhook_url?: (string | null);
@@ -1,5 +1,7 @@
1
1
  export declare enum AgentSurfaceStatus {
2
2
  ACTIVE = "ACTIVE",
3
3
  PENDING_ADMIN_CONSENT = "PENDING_ADMIN_CONSENT",
4
- INACTIVE = "INACTIVE"
4
+ INACTIVE = "INACTIVE",
5
+ NEEDS_SETUP = "NEEDS_SETUP",
6
+ ERROR = "ERROR"
5
7
  }
@@ -7,4 +7,6 @@ export var AgentSurfaceStatus;
7
7
  AgentSurfaceStatus["ACTIVE"] = "ACTIVE";
8
8
  AgentSurfaceStatus["PENDING_ADMIN_CONSENT"] = "PENDING_ADMIN_CONSENT";
9
9
  AgentSurfaceStatus["INACTIVE"] = "INACTIVE";
10
+ AgentSurfaceStatus["NEEDS_SETUP"] = "NEEDS_SETUP";
11
+ AgentSurfaceStatus["ERROR"] = "ERROR";
10
12
  })(AgentSurfaceStatus || (AgentSurfaceStatus = {}));
@@ -0,0 +1,6 @@
1
+ export type ApplicationSkillResponse = {
2
+ application_id: string;
3
+ markdown: string;
4
+ provider?: (string | null);
5
+ title?: (string | null);
6
+ };
@@ -0,0 +1,7 @@
1
+ export type ConnectedAccountSummary = {
2
+ application_id: string;
3
+ email?: (string | null);
4
+ id: string;
5
+ status: string;
6
+ title?: (string | null);
7
+ };
@@ -12,7 +12,6 @@ export type CreateFunctionRequest = {
12
12
  */
13
13
  code?: (string | null);
14
14
  config?: (Record<string, any> | null);
15
- config_schema?: (Record<string, any> | null);
16
15
  description?: (string | null);
17
16
  icon_url?: (string | null);
18
17
  name: string;
@@ -21,6 +21,10 @@ export type CreateScheduleRequest = {
21
21
  * Optional schema for the schedule-level filter output. Filters belong to the schedule, not the workflow start.
22
22
  */
23
23
  filter_output_schema?: (Record<string, any> | null);
24
+ /**
25
+ * Stable pod-scoped schedule name used for import/export upserts.
26
+ */
27
+ name?: (string | null);
24
28
  schedule_type: ScheduleType;
25
29
  visibility?: (string | null);
26
30
  workflow_name?: (string | null);
@@ -1,17 +1,10 @@
1
1
  import type { SurfaceBehaviorConfigInput } from './SurfaceBehaviorConfigInput.js';
2
- import type { SurfaceEventMode } from './SurfaceEventMode.js';
3
- import type { SurfaceMode } from './SurfaceMode.js';
2
+ import type { SurfaceCredentialMode } from './SurfaceCredentialMode.js';
4
3
  import type { SurfacePlatform } from './SurfacePlatform.js';
5
- import type { SurfaceRoutingScope } from './SurfaceRoutingScope.js';
6
4
  export type CreateSurfaceRequest = {
7
5
  account_id?: (string | null);
8
- agent_name?: (string | null);
9
6
  config?: SurfaceBehaviorConfigInput;
10
- event_mode?: (SurfaceEventMode | null);
11
- external_channel_id?: (string | null);
12
- external_tenant_id?: (string | null);
13
- external_workspace_id?: (string | null);
14
- mode: SurfaceMode;
7
+ credential_mode?: SurfaceCredentialMode;
8
+ default_agent_name?: (string | null);
15
9
  platform: SurfacePlatform;
16
- routing_scope?: SurfaceRoutingScope;
17
10
  };
@@ -1,9 +1,11 @@
1
1
  import type { HarnessKind } from './HarnessKind.js';
2
+ import type { RuntimeProfileScope } from './RuntimeProfileScope.js';
2
3
  export type CreateUserDaemonRuntimeProfileRequest = {
3
4
  daemon_id: string;
4
5
  default_model_name?: (string | null);
5
6
  description?: (string | null);
6
7
  harness_kind: HarnessKind;
7
8
  name: string;
9
+ scope?: RuntimeProfileScope;
8
10
  source?: string;
9
11
  };
@@ -1,7 +1,7 @@
1
1
  import type { DatastoreOperation } from './DatastoreOperation.js';
2
2
  export type DataStoreFlowStartInput = {
3
3
  /**
4
- * Datastore operations that should trigger this flow. Accepted values: INSERT, UPDATE, DELETE (aliases: WRITE, CREATE). Empty means all mutations for the selected table.
4
+ * Datastore operations that should trigger this flow. One or more of INSERT, UPDATE, DELETE.
5
5
  */
6
6
  operations?: Array<DatastoreOperation>;
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import type { DatastoreOperation } from './DatastoreOperation.js';
2
2
  export type DataStoreFlowStartOutput = {
3
3
  /**
4
- * Datastore operations that should trigger this flow. Accepted values: INSERT, UPDATE, DELETE (aliases: WRITE, CREATE). Empty means all mutations for the selected table.
4
+ * Datastore operations that should trigger this flow. One or more of INSERT, UPDATE, DELETE.
5
5
  */
6
6
  operations?: Array<DatastoreOperation>;
7
7
  /**
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Schema for bulk mutation responses reporting an affected-row count.
3
+ */
4
+ export type DatastoreCountResponse = {
5
+ count: number;
6
+ };
@@ -1,6 +1,7 @@
1
1
  import type { DecisionNodeConfig } from './DecisionNodeConfig.js';
2
2
  /**
3
- * Decision node.
3
+ * Decision node. Routes to the first rule whose condition is truthy;
4
+ * falls through to the default outgoing edge when no rule matches.
4
5
  */
5
6
  export type DecisionNode = {
6
7
  config: DecisionNodeConfig;
@@ -1,4 +1,7 @@
1
1
  export type DecisionRule = {
2
+ /**
3
+ * JMESPath condition evaluated against the run context. The first rule whose condition is truthy selects the next node. Example: `collect_input.decision == 'approved'`.
4
+ */
2
5
  condition: string;
3
6
  next_node_id: string;
4
7
  };
@@ -1,6 +1,6 @@
1
1
  import type { EndNodeConfig } from './EndNodeConfig.js';
2
2
  /**
3
- * End node.
3
+ * End node. Completes the run.
4
4
  */
5
5
  export type EndNode = {
6
6
  config?: EndNodeConfig;
@@ -1,10 +1,14 @@
1
1
  /**
2
- * Resolve a workflow input value from execution context using workflow expressions.
2
+ * Resolve a value from the run context using a JMESPath expression.
3
3
  */
4
4
  export type ExpressionInputBinding = {
5
+ /**
6
+ * When true, an expression that resolves to nothing yields null instead of failing the run.
7
+ */
8
+ optional?: boolean;
5
9
  type?: string;
6
10
  /**
7
- * Expression evaluated against the shared execution context. Expressions currently use JMESPath syntax. Example: `start.payload.issue.key` or `collect_input.amount`.
11
+ * JMESPath expression evaluated against the run context. Example: `start.payload.issue.key` or `collect_input.amount`. Expressions that resolve to nothing fail the run unless `optional` is set.
8
12
  */
9
13
  value: string;
10
14
  };
@@ -3,4 +3,5 @@ export type FileListResponse = {
3
3
  items: Array<FileDetailResponse>;
4
4
  limit: number;
5
5
  next_page_token?: (string | null);
6
+ total?: (number | null);
6
7
  };
@@ -1,8 +1,8 @@
1
1
  import type { FileSearchResultSchema } from './FileSearchResultSchema.js';
2
2
  import type { SearchMethod } from './SearchMethod.js';
3
3
  export type FileSearchResponse = {
4
+ items: Array<FileSearchResultSchema>;
4
5
  query: string;
5
- results: Array<FileSearchResultSchema>;
6
6
  search_method: SearchMethod;
7
- total_results: number;
7
+ total: number;
8
8
  };
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * Status of a flow run.
3
+ *
4
+ * PENDING exists only in memory before the first advance; persisted runs
5
+ * are RUNNING, WAITING, or terminal. What a WAITING run waits on is the
6
+ * active wait row's wait_type.
3
7
  */
4
8
  export declare enum FlowRunStatus {
5
9
  PENDING = "PENDING",
6
10
  RUNNING = "RUNNING",
7
11
  WAITING = "WAITING",
8
- EXECUTING = "EXECUTING",
9
12
  COMPLETED = "COMPLETED",
10
13
  FAILED = "FAILED",
11
14
  CANCELLED = "CANCELLED"
@@ -4,13 +4,16 @@
4
4
  /* eslint-disable */
5
5
  /**
6
6
  * Status of a flow run.
7
+ *
8
+ * PENDING exists only in memory before the first advance; persisted runs
9
+ * are RUNNING, WAITING, or terminal. What a WAITING run waits on is the
10
+ * active wait row's wait_type.
7
11
  */
8
12
  export var FlowRunStatus;
9
13
  (function (FlowRunStatus) {
10
14
  FlowRunStatus["PENDING"] = "PENDING";
11
15
  FlowRunStatus["RUNNING"] = "RUNNING";
12
16
  FlowRunStatus["WAITING"] = "WAITING";
13
- FlowRunStatus["EXECUTING"] = "EXECUTING";
14
17
  FlowRunStatus["COMPLETED"] = "COMPLETED";
15
18
  FlowRunStatus["FAILED"] = "FAILED";
16
19
  FlowRunStatus["CANCELLED"] = "CANCELLED";
@@ -1,6 +1,7 @@
1
1
  import type { FormNodeConfig } from './FormNodeConfig.js';
2
2
  /**
3
- * Form node for user input.
3
+ * Form node for user input. The run waits on it until the form is
4
+ * submitted via the form-submit endpoint.
4
5
  */
5
6
  export type FormNode = {
6
7
  config: FormNodeConfig;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Configuration for Form node (User Input).
2
+ * Configuration for Form node (user input).
3
3
  */
4
4
  export type FormNodeConfig = {
5
5
  /**
@@ -1,6 +1,7 @@
1
1
  import type { FunctionNodeConfig } from './FunctionNodeConfig.js';
2
2
  /**
3
- * Function node.
3
+ * Function node. Completes inline for synchronous functions or waits on
4
+ * the function run for asynchronous ones.
4
5
  */
5
6
  export type FunctionNode = {
6
7
  config: FunctionNodeConfig;
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type FunctionResourcePermissionRequest = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type FunctionResourcePermissionResponse = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -0,0 +1,7 @@
1
+ export type InstalledAppSummary = {
2
+ application_id: string;
3
+ name: string;
4
+ provider: string;
5
+ status: string;
6
+ title?: (string | null);
7
+ };
@@ -0,0 +1,6 @@
1
+ import type { ConnectedAccountSummary } from './ConnectedAccountSummary.js';
2
+ import type { InstalledAppSummary } from './InstalledAppSummary.js';
3
+ export type IntegrationStatusResponse = {
4
+ accounts: Array<ConnectedAccountSummary>;
5
+ installed: Array<InstalledAppSummary>;
6
+ };
@@ -1,6 +1,7 @@
1
1
  import type { LoopNodeConfig } from './LoopNodeConfig.js';
2
2
  /**
3
- * Loop node.
3
+ * Loop node. Iterates the body chain once per item; the aggregated
4
+ * output is `{results: [...], count: n}` under the loop node id.
4
5
  */
5
6
  export type LoopNode = {
6
7
  config: LoopNodeConfig;
@@ -3,15 +3,15 @@
3
3
  */
4
4
  export type LoopNodeConfig = {
5
5
  /**
6
- * ID of the node to execute for each item
6
+ * Id of the first node of the loop body executed per item.
7
7
  */
8
8
  child_node_id: string;
9
9
  /**
10
- * Variable name for current item
10
+ * Alias for the current item inside the loop body, available as `loop.<item_var_name>` (the item is always available as `loop.item`).
11
11
  */
12
12
  item_var_name?: string;
13
13
  /**
14
- * Path to array in execution state
14
+ * JMESPath to an array in the run context to iterate over.
15
15
  */
16
16
  items_path: string;
17
17
  };
@@ -1,9 +1,7 @@
1
- import type { PodRole } from './PodRole.js';
2
1
  /**
3
2
  * Pod member add request schema.
4
3
  */
5
4
  export type PodMemberAddRequest = {
6
5
  organization_member_id: string;
7
- role: PodRole;
8
- roles?: (Array<string> | null);
6
+ roles: Array<string>;
9
7
  };
@@ -1,4 +1,3 @@
1
- import type { PodRole } from './PodRole.js';
2
1
  import type { UserResponse } from './UserResponse.js';
3
2
  /**
4
3
  * Pod member detail response schema.
@@ -7,7 +6,6 @@ export type PodMemberDetailResponse = {
7
6
  created_at: string;
8
7
  email: string;
9
8
  pod_member_id: string;
10
- role: PodRole;
11
9
  roles?: Array<string>;
12
10
  updated_at: string;
13
11
  user?: (UserResponse | null);
@@ -1,4 +1,3 @@
1
- import type { PodRole } from './PodRole.js';
2
1
  /**
3
2
  * Pod member response schema.
4
3
  */
@@ -6,7 +5,6 @@ export type PodMemberResponse = {
6
5
  created_at: string;
7
6
  email: string;
8
7
  pod_member_id: string;
9
- role: PodRole;
10
8
  roles?: Array<string>;
11
9
  updated_at: string;
12
10
  user_email: string;
@@ -1,8 +1,6 @@
1
- import type { PodRole } from './PodRole.js';
2
1
  /**
3
2
  * Pod member role update request schema.
4
3
  */
5
4
  export type PodMemberUpdateRoleRequest = {
6
- role?: (PodRole | null);
7
- roles?: (Array<string> | null);
5
+ roles: Array<string>;
8
6
  };
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type PodRoleResourcePermissionRequest = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import type { ResourceType } from './ResourceType.js';
2
2
  export type PodRoleResourcePermissionResponse = {
3
3
  permission_ids?: Array<string>;
4
- resource_id: string;
4
+ resource_name: string;
5
5
  resource_type: ResourceType;
6
6
  };
@@ -5,7 +5,7 @@ export type ResourceAccessGrantResponse = {
5
5
  grantee_id: string;
6
6
  grantee_type: string;
7
7
  permission_ids?: Array<string>;
8
- resource_id: string;
8
+ resource_name: string;
9
9
  resource_type: ResourceType;
10
10
  role_name?: (string | null);
11
11
  user_id?: (string | null);
@@ -2,6 +2,6 @@ import type { ResourceAccessGrantResponse } from './ResourceAccessGrantResponse.
2
2
  import type { ResourceType } from './ResourceType.js';
3
3
  export type ResourceAccessResponse = {
4
4
  grants?: Array<ResourceAccessGrantResponse>;
5
- resource_id: string;
5
+ resource_name: string;
6
6
  resource_type: ResourceType;
7
7
  };
@@ -1,4 +1,5 @@
1
1
  export declare enum RuntimeProfileScope {
2
2
  SYSTEM = "SYSTEM",
3
- ORGANIZATION = "ORGANIZATION"
3
+ ORGANIZATION = "ORGANIZATION",
4
+ PERSONAL = "PERSONAL"
4
5
  }
@@ -6,4 +6,5 @@ export var RuntimeProfileScope;
6
6
  (function (RuntimeProfileScope) {
7
7
  RuntimeProfileScope["SYSTEM"] = "SYSTEM";
8
8
  RuntimeProfileScope["ORGANIZATION"] = "ORGANIZATION";
9
+ RuntimeProfileScope["PERSONAL"] = "PERSONAL";
9
10
  })(RuntimeProfileScope || (RuntimeProfileScope = {}));
@@ -1,3 +1,4 @@
1
+ import type { ScheduleFireStatus } from './ScheduleFireStatus.js';
1
2
  import type { ScheduleType } from './ScheduleType.js';
2
3
  /**
3
4
  * Schedule detail response.
@@ -15,6 +16,11 @@ export type ScheduleDetailResponse = {
15
16
  id: string;
16
17
  is_active: boolean;
17
18
  is_internal: boolean;
19
+ last_error?: (string | null);
20
+ last_fire_status?: (ScheduleFireStatus | null);
21
+ last_fired_at?: (string | null);
22
+ last_run_id?: (string | null);
23
+ name: (string | null);
18
24
  pod_id: (string | null);
19
25
  schedule_type: ScheduleType;
20
26
  updated_at: string;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Outcome of the most recent fire attempt, recorded for debuggability.
3
+ */
4
+ export declare enum ScheduleFireStatus {
5
+ TRIGGERED = "TRIGGERED",
6
+ FILTERED = "FILTERED",
7
+ ERROR = "ERROR"
8
+ }
@@ -0,0 +1,13 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * Outcome of the most recent fire attempt, recorded for debuggability.
7
+ */
8
+ export var ScheduleFireStatus;
9
+ (function (ScheduleFireStatus) {
10
+ ScheduleFireStatus["TRIGGERED"] = "TRIGGERED";
11
+ ScheduleFireStatus["FILTERED"] = "FILTERED";
12
+ ScheduleFireStatus["ERROR"] = "ERROR";
13
+ })(ScheduleFireStatus || (ScheduleFireStatus = {}));
@@ -0,0 +1,10 @@
1
+ import type { StepStatus } from './StepStatus.js';
2
+ export type StepRecordResponse = {
3
+ completed_at?: (string | null);
4
+ error?: (string | null);
5
+ node_id: string;
6
+ output_data?: null;
7
+ started_at: string;
8
+ status: StepStatus;
9
+ step_index: number;
10
+ };