lemma-sdk 0.2.44 → 0.2.46

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 (308) hide show
  1. package/README.md +1 -1
  2. package/dist/assistant-events.d.ts +1 -0
  3. package/dist/assistant-events.js +37 -2
  4. package/dist/browser/lemma-client.js +312 -228
  5. package/dist/client.js +1 -1
  6. package/dist/config.d.ts +2 -2
  7. package/dist/config.js +2 -2
  8. package/dist/hey_client/client/client.gen.d.ts +2 -0
  9. package/dist/hey_client/client/client.gen.js +216 -0
  10. package/dist/hey_client/client/index.d.ts +10 -0
  11. package/dist/hey_client/client/index.js +6 -0
  12. package/dist/hey_client/client/types.gen.d.ts +120 -0
  13. package/dist/hey_client/client/types.gen.js +2 -0
  14. package/dist/hey_client/client/utils.gen.d.ts +37 -0
  15. package/dist/hey_client/client/utils.gen.js +228 -0
  16. package/dist/hey_client/client.gen.d.ts +12 -0
  17. package/dist/hey_client/client.gen.js +3 -0
  18. package/dist/hey_client/core/auth.gen.d.ts +25 -0
  19. package/dist/hey_client/core/auth.gen.js +14 -0
  20. package/dist/hey_client/core/bodySerializer.gen.d.ts +25 -0
  21. package/dist/hey_client/core/bodySerializer.gen.js +57 -0
  22. package/dist/hey_client/core/params.gen.d.ts +43 -0
  23. package/dist/hey_client/core/params.gen.js +100 -0
  24. package/dist/hey_client/core/pathSerializer.gen.d.ts +33 -0
  25. package/dist/hey_client/core/pathSerializer.gen.js +106 -0
  26. package/dist/hey_client/core/queryKeySerializer.gen.d.ts +18 -0
  27. package/dist/hey_client/core/queryKeySerializer.gen.js +92 -0
  28. package/dist/hey_client/core/serverSentEvents.gen.d.ts +71 -0
  29. package/dist/hey_client/core/serverSentEvents.gen.js +132 -0
  30. package/dist/hey_client/core/types.gen.d.ts +83 -0
  31. package/dist/hey_client/core/types.gen.js +2 -0
  32. package/dist/hey_client/core/utils.gen.d.ts +19 -0
  33. package/dist/hey_client/core/utils.gen.js +87 -0
  34. package/dist/hey_client/index.d.ts +2 -0
  35. package/dist/hey_client/index.js +2 -0
  36. package/dist/hey_client/sdk.gen.d.ts +1005 -0
  37. package/dist/hey_client/sdk.gen.js +1438 -0
  38. package/dist/hey_client/types.gen.d.ts +12992 -0
  39. package/dist/hey_client/types.gen.js +2 -0
  40. package/dist/namespaces/conversations.d.ts +2 -2
  41. package/dist/namespaces/files.d.ts +6 -24
  42. package/dist/namespaces/files.js +6 -16
  43. package/dist/namespaces/integrations.d.ts +2 -4
  44. package/dist/namespaces/integrations.js +6 -6
  45. package/dist/namespaces/pod-surfaces.d.ts +8 -3
  46. package/dist/namespaces/pod-surfaces.js +15 -6
  47. package/dist/namespaces/pods.d.ts +2 -3
  48. package/dist/namespaces/pods.js +1 -6
  49. package/dist/namespaces/records.d.ts +10 -16
  50. package/dist/namespaces/records.js +4 -33
  51. package/dist/namespaces/resource-access.d.ts +3 -3
  52. package/dist/namespaces/resource-access.js +6 -6
  53. package/dist/namespaces/schedules.d.ts +1 -0
  54. package/dist/namespaces/schedules.js +1 -1
  55. package/dist/namespaces/tables.d.ts +2 -2
  56. package/dist/namespaces/workflows.d.ts +12 -8
  57. package/dist/namespaces/workflows.js +9 -18
  58. package/dist/openapi_client/index.d.ts +23 -42
  59. package/dist/openapi_client/index.js +5 -11
  60. package/dist/openapi_client/models/AgentHarnessInfo.d.ts +2 -0
  61. package/dist/openapi_client/models/AgentNode.d.ts +1 -1
  62. package/dist/openapi_client/models/AgentNodeConfig.d.ts +1 -1
  63. package/dist/openapi_client/models/AgentResourcePermissionRequest.d.ts +1 -1
  64. package/dist/openapi_client/models/AgentResourcePermissionResponse.d.ts +1 -1
  65. package/dist/openapi_client/models/AgentRuntimeProfileResponse.d.ts +6 -0
  66. package/dist/openapi_client/models/AgentSurfaceResponse.d.ts +6 -17
  67. package/dist/openapi_client/models/AgentSurfaceStatus.d.ts +3 -1
  68. package/dist/openapi_client/models/AgentSurfaceStatus.js +2 -0
  69. package/dist/openapi_client/models/AgentToolset.d.ts +2 -1
  70. package/dist/openapi_client/models/AgentToolset.js +1 -0
  71. package/dist/openapi_client/models/AppTriggerResponseSchema.d.ts +2 -0
  72. package/dist/openapi_client/models/ApplicationSkillResponse.d.ts +6 -0
  73. package/dist/openapi_client/models/ApprovalDecisionResponse.d.ts +6 -0
  74. package/dist/openapi_client/models/AuthProvider.d.ts +4 -0
  75. package/dist/openapi_client/models/AuthProvider.js +9 -0
  76. package/dist/openapi_client/models/ConnectedAccountSummary.d.ts +7 -0
  77. package/dist/openapi_client/models/CreateFunctionRequest.d.ts +0 -1
  78. package/dist/openapi_client/models/CreateScheduleRequest.d.ts +4 -0
  79. package/dist/openapi_client/models/CreateSurfaceRequest.d.ts +3 -10
  80. package/dist/openapi_client/models/CreateUserDaemonRuntimeProfileRequest.d.ts +2 -0
  81. package/dist/openapi_client/models/DataStoreFlowStartInput.d.ts +1 -1
  82. package/dist/openapi_client/models/DataStoreFlowStartOutput.d.ts +1 -1
  83. package/dist/openapi_client/models/DatastoreCountResponse.d.ts +6 -0
  84. package/dist/openapi_client/models/DecisionNode.d.ts +2 -1
  85. package/dist/openapi_client/models/DecisionRule.d.ts +3 -0
  86. package/dist/openapi_client/models/EndNode.d.ts +1 -1
  87. package/dist/openapi_client/models/ExpressionInputBinding.d.ts +6 -2
  88. package/dist/openapi_client/models/FileListResponse.d.ts +1 -0
  89. package/dist/openapi_client/models/FileSearchResponse.d.ts +2 -2
  90. package/dist/openapi_client/models/FlowRunStatus.d.ts +5 -1
  91. package/dist/openapi_client/models/FlowRunStatus.js +5 -1
  92. package/dist/openapi_client/models/FormNode.d.ts +2 -1
  93. package/dist/openapi_client/models/FormNodeConfig.d.ts +1 -1
  94. package/dist/openapi_client/models/FunctionNode.d.ts +2 -1
  95. package/dist/openapi_client/models/FunctionResourcePermissionRequest.d.ts +1 -1
  96. package/dist/openapi_client/models/FunctionResourcePermissionResponse.d.ts +1 -1
  97. package/dist/openapi_client/models/InstalledAppSummary.d.ts +7 -0
  98. package/dist/openapi_client/models/IntegrationStatusResponse.d.ts +6 -0
  99. package/dist/openapi_client/models/LoopNode.d.ts +2 -1
  100. package/dist/openapi_client/models/LoopNodeConfig.d.ts +3 -3
  101. package/dist/openapi_client/models/MessageKind.d.ts +14 -0
  102. package/dist/openapi_client/models/MessageKind.js +19 -0
  103. package/dist/openapi_client/models/MessageResponse.d.ts +5 -6
  104. package/dist/openapi_client/models/PodMemberAddRequest.d.ts +1 -3
  105. package/dist/openapi_client/models/PodMemberDetailResponse.d.ts +0 -2
  106. package/dist/openapi_client/models/PodMemberResponse.d.ts +0 -2
  107. package/dist/openapi_client/models/PodMemberUpdateRoleRequest.d.ts +1 -3
  108. package/dist/openapi_client/models/PodRoleResourcePermissionRequest.d.ts +1 -1
  109. package/dist/openapi_client/models/PodRoleResourcePermissionResponse.d.ts +1 -1
  110. package/dist/openapi_client/models/ResourceAccessGrantResponse.d.ts +1 -1
  111. package/dist/openapi_client/models/ResourceAccessResponse.d.ts +1 -1
  112. package/dist/openapi_client/models/RuntimeProfileScope.d.ts +2 -1
  113. package/dist/openapi_client/models/RuntimeProfileScope.js +1 -0
  114. package/dist/openapi_client/models/ScheduleDetailResponse.d.ts +6 -0
  115. package/dist/openapi_client/models/ScheduleFireStatus.d.ts +8 -0
  116. package/dist/openapi_client/models/ScheduleFireStatus.js +13 -0
  117. package/dist/openapi_client/models/StepRecordResponse.d.ts +10 -0
  118. package/dist/openapi_client/models/StepStatus.d.ts +7 -0
  119. package/dist/openapi_client/models/StepStatus.js +12 -0
  120. package/dist/openapi_client/models/SurfaceBehaviorConfigInput.d.ts +4 -0
  121. package/dist/openapi_client/models/SurfaceChannelRouteInput.d.ts +6 -0
  122. package/dist/openapi_client/models/SurfaceChannelRouteResponse.d.ts +6 -0
  123. package/dist/openapi_client/models/SurfaceConfigResponse.d.ts +10 -0
  124. package/dist/openapi_client/models/SurfaceCredentialMode.d.ts +4 -0
  125. package/dist/openapi_client/models/SurfaceCredentialMode.js +9 -0
  126. package/dist/openapi_client/models/SurfaceIdentityConfigInput.d.ts +4 -0
  127. package/dist/openapi_client/models/SurfaceIdentityConfigResponse.d.ts +4 -0
  128. package/dist/openapi_client/models/SurfaceSetupStatusResponse.d.ts +10 -0
  129. package/dist/openapi_client/models/TableListResponse.d.ts +2 -0
  130. package/dist/openapi_client/models/ToggleSurfaceRequest.d.ts +1 -1
  131. package/dist/openapi_client/models/UpdateScheduleRequest.d.ts +1 -0
  132. package/dist/openapi_client/models/UpdateSurfaceChannelsRequest.d.ts +4 -0
  133. package/dist/openapi_client/models/UpdateSurfaceRequest.d.ts +4 -11
  134. package/dist/openapi_client/models/UpsertSurfaceRequest.d.ts +9 -0
  135. package/dist/openapi_client/models/UserProfileRequest.d.ts +1 -0
  136. package/dist/openapi_client/models/UserResponse.d.ts +1 -0
  137. package/dist/openapi_client/models/WaitUntilNode.d.ts +1 -1
  138. package/dist/openapi_client/models/WorkflowCreateRequest.d.ts +16 -0
  139. package/dist/openapi_client/models/WorkflowRunFormSubmitRequest.d.ts +13 -0
  140. package/dist/openapi_client/models/WorkflowRunResponse.d.ts +28 -0
  141. package/dist/openapi_client/models/WorkflowRunSummaryResponse.d.ts +2 -3
  142. package/dist/openapi_client/models/WorkflowRunWaitAssignment.d.ts +4 -4
  143. package/dist/openapi_client/models/{WorkflowRunWaitEntity.d.ts → WorkflowRunWaitResponse.d.ts} +4 -8
  144. package/dist/openapi_client/models/WorkflowRunWaitType.d.ts +1 -2
  145. package/dist/openapi_client/models/WorkflowRunWaitType.js +0 -1
  146. package/dist/openapi_client/models/WorkspaceAppAccessRequest.d.ts +0 -3
  147. package/dist/openapi_client/models/WorkspaceMeSandbox.d.ts +1 -4
  148. package/dist/openapi_client/services/AgentConversationsService.d.ts +5 -5
  149. package/dist/openapi_client/services/AgentConversationsService.js +3 -3
  150. package/dist/openapi_client/services/AgentSurfacesService.d.ts +39 -10
  151. package/dist/openapi_client/services/AgentSurfacesService.js +86 -20
  152. package/dist/openapi_client/services/ApplicationsService.d.ts +29 -19
  153. package/dist/openapi_client/services/ApplicationsService.js +63 -36
  154. package/dist/openapi_client/services/FilesService.d.ts +2 -3
  155. package/dist/openapi_client/services/FilesService.js +1 -1
  156. package/dist/openapi_client/services/FunctionsService.d.ts +1 -1
  157. package/dist/openapi_client/services/FunctionsService.js +1 -1
  158. package/dist/openapi_client/services/IntegrationsService.d.ts +12 -4
  159. package/dist/openapi_client/services/IntegrationsService.js +22 -4
  160. package/dist/openapi_client/services/PodResourceAccessService.d.ts +6 -6
  161. package/dist/openapi_client/services/PodResourceAccessService.js +12 -12
  162. package/dist/openapi_client/services/RecordsService.d.ts +22 -25
  163. package/dist/openapi_client/services/RecordsService.js +14 -18
  164. package/dist/openapi_client/services/SchedulesService.d.ts +2 -1
  165. package/dist/openapi_client/services/SchedulesService.js +3 -1
  166. package/dist/openapi_client/services/TablesService.d.ts +4 -5
  167. package/dist/openapi_client/services/TablesService.js +2 -2
  168. package/dist/openapi_client/services/WorkflowsService.d.ts +35 -26
  169. package/dist/openapi_client/services/WorkflowsService.js +57 -39
  170. package/dist/react/assistant-output.d.ts +6 -0
  171. package/dist/react/assistant-output.js +16 -0
  172. package/dist/react/useAddPodMember.js +1 -1
  173. package/dist/react/useAssistantController.d.ts +9 -1
  174. package/dist/react/useAssistantController.js +92 -251
  175. package/dist/react/useAssistantRuntime.js +6 -17
  176. package/dist/react/useAssistantSession.d.ts +5 -2
  177. package/dist/react/useAssistantSession.js +47 -7
  178. package/dist/react/useBulkRecords.d.ts +5 -5
  179. package/dist/react/useBulkRecords.js +5 -5
  180. package/dist/react/useConversationMessages.d.ts +2 -2
  181. package/dist/react/useConversationMessages.js +3 -5
  182. package/dist/react/useCreateFolder.d.ts +2 -4
  183. package/dist/react/useCreateFolder.js +2 -3
  184. package/dist/react/useCreateRecord.d.ts +2 -2
  185. package/dist/react/useCreateRecord.js +1 -1
  186. package/dist/react/useDeleteFile.d.ts +1 -4
  187. package/dist/react/useDeleteFile.js +3 -3
  188. package/dist/react/useDeleteRecord.d.ts +1 -2
  189. package/dist/react/useDeleteRecord.js +3 -3
  190. package/dist/react/useFile.d.ts +2 -4
  191. package/dist/react/useFile.js +3 -3
  192. package/dist/react/useFilePreview.d.ts +1 -4
  193. package/dist/react/useFilePreview.js +4 -5
  194. package/dist/react/useFileSearch.d.ts +5 -1
  195. package/dist/react/useFileSearch.js +6 -4
  196. package/dist/react/useFileTree.d.ts +2 -4
  197. package/dist/react/useFileTree.js +2 -3
  198. package/dist/react/useFiles.d.ts +2 -4
  199. package/dist/react/useFiles.js +3 -5
  200. package/dist/react/useFlowSession.d.ts +3 -1
  201. package/dist/react/useFlowSession.js +24 -17
  202. package/dist/react/useGlobalSearch.js +1 -1
  203. package/dist/react/useRecord.d.ts +2 -2
  204. package/dist/react/useRecord.js +1 -1
  205. package/dist/react/useRecordForm.d.ts +2 -2
  206. package/dist/react/useRecordForm.js +2 -2
  207. package/dist/react/useRecords.d.ts +1 -1
  208. package/dist/react/useRecords.js +2 -13
  209. package/dist/react/useReferencingRecords.d.ts +4 -6
  210. package/dist/react/useReferencingRecords.js +5 -5
  211. package/dist/react/useReverseRelatedRecords.d.ts +3 -4
  212. package/dist/react/useReverseRelatedRecords.js +6 -6
  213. package/dist/react/useUpdateFile.d.ts +2 -4
  214. package/dist/react/useUpdateFile.js +2 -3
  215. package/dist/react/useUpdateRecord.d.ts +2 -2
  216. package/dist/react/useUpdateRecord.js +1 -1
  217. package/dist/react/useUploadFile.d.ts +2 -4
  218. package/dist/react/useUploadFile.js +2 -3
  219. package/dist/react/useWorkflowResume.d.ts +1 -0
  220. package/dist/react/useWorkflowResume.js +10 -1
  221. package/dist/react/useWorkflowRun.js +1 -3
  222. package/dist/react/useWorkflowStart.js +11 -26
  223. package/dist/react/utils.js +2 -0
  224. package/dist/types.d.ts +15 -9
  225. package/package.json +7 -2
  226. package/dist/openapi_client/models/BillingHistoryResponse.d.ts +0 -8
  227. package/dist/openapi_client/models/BillingInterval.d.ts +0 -7
  228. package/dist/openapi_client/models/BillingInterval.js +0 -12
  229. package/dist/openapi_client/models/BillingInvoiceResponse.d.ts +0 -27
  230. package/dist/openapi_client/models/BillingInvoiceStatus.d.ts +0 -10
  231. package/dist/openapi_client/models/BillingInvoiceStatus.js +0 -15
  232. package/dist/openapi_client/models/CancelSubscriptionResponse.d.ts +0 -10
  233. package/dist/openapi_client/models/CreateInvoicePaymentUrlRequest.d.ts +0 -7
  234. package/dist/openapi_client/models/CreateInvoicePaymentUrlResponse.d.ts +0 -8
  235. package/dist/openapi_client/models/DatastoreMessageResponse.d.ts +0 -6
  236. package/dist/openapi_client/models/DeskServingConfigResponse.d.ts +0 -11
  237. package/dist/openapi_client/models/DeskServingConfigResponse.js +0 -8
  238. package/dist/openapi_client/models/FlowRunEntity.d.ts +0 -36
  239. package/dist/openapi_client/models/GmailSurfaceConfig.d.ts +0 -7
  240. package/dist/openapi_client/models/NotificationContent.d.ts +0 -4
  241. package/dist/openapi_client/models/OutlookSurfaceConfig.d.ts +0 -7
  242. package/dist/openapi_client/models/PlanListResponse.d.ts +0 -8
  243. package/dist/openapi_client/models/PlanResponse.d.ts +0 -18
  244. package/dist/openapi_client/models/PlanType.d.ts +0 -7
  245. package/dist/openapi_client/models/PlanType.js +0 -12
  246. package/dist/openapi_client/models/RecordResponse.d.ts +0 -9
  247. package/dist/openapi_client/models/SeatInfoResponse.d.ts +0 -10
  248. package/dist/openapi_client/models/SlackSurfaceConfig.d.ts +0 -7
  249. package/dist/openapi_client/models/StackFrame.d.ts +0 -11
  250. package/dist/openapi_client/models/StartSubscriptionRequest.d.ts +0 -14
  251. package/dist/openapi_client/models/StartSubscriptionResponse.d.ts +0 -9
  252. package/dist/openapi_client/models/StartTeamBillingRequest.d.ts +0 -6
  253. package/dist/openapi_client/models/StartTeamBillingRequest.js +0 -1
  254. package/dist/openapi_client/models/StepExecution.d.ts +0 -13
  255. package/dist/openapi_client/models/StepExecution.js +0 -1
  256. package/dist/openapi_client/models/SubscriptionResponse.d.ts +0 -22
  257. package/dist/openapi_client/models/SubscriptionResponse.js +0 -1
  258. package/dist/openapi_client/models/SubscriptionStatus.d.ts +0 -10
  259. package/dist/openapi_client/models/SubscriptionStatus.js +0 -15
  260. package/dist/openapi_client/models/SubscriptionStatusResponse.d.ts +0 -10
  261. package/dist/openapi_client/models/SubscriptionStatusResponse.js +0 -1
  262. package/dist/openapi_client/models/SubscriptionWithPlanResponse.d.ts +0 -22
  263. package/dist/openapi_client/models/SubscriptionWithPlanResponse.js +0 -1
  264. package/dist/openapi_client/models/SurfaceEventMode.d.ts +0 -6
  265. package/dist/openapi_client/models/SurfaceEventMode.js +0 -11
  266. package/dist/openapi_client/models/SurfaceMode.d.ts +0 -5
  267. package/dist/openapi_client/models/SurfaceMode.js +0 -10
  268. package/dist/openapi_client/models/SurfaceRoutingScope.d.ts +0 -4
  269. package/dist/openapi_client/models/SurfaceRoutingScope.js +0 -9
  270. package/dist/openapi_client/models/TeamsSurfaceConfig.d.ts +0 -7
  271. package/dist/openapi_client/models/TeamsSurfaceConfig.js +0 -1
  272. package/dist/openapi_client/models/TelegramSurfaceConfig.d.ts +0 -7
  273. package/dist/openapi_client/models/TelegramSurfaceConfig.js +0 -1
  274. package/dist/openapi_client/models/TextContent.d.ts +0 -4
  275. package/dist/openapi_client/models/TextContent.js +0 -1
  276. package/dist/openapi_client/models/ThinkingContent.d.ts +0 -4
  277. package/dist/openapi_client/models/ThinkingContent.js +0 -1
  278. package/dist/openapi_client/models/ToolCallContent.d.ts +0 -6
  279. package/dist/openapi_client/models/ToolCallContent.js +0 -1
  280. package/dist/openapi_client/models/ToolReturnContent.d.ts +0 -6
  281. package/dist/openapi_client/models/ToolReturnContent.js +0 -1
  282. package/dist/openapi_client/models/WhatsAppSurfaceConfig.d.ts +0 -7
  283. package/dist/openapi_client/models/WhatsAppSurfaceConfig.js +0 -1
  284. package/dist/openapi_client/models/WorkflowRunWaitEntity.js +0 -1
  285. package/dist/openapi_client/services/BillingSubscriptionsService.d.ts +0 -117
  286. package/dist/openapi_client/services/BillingSubscriptionsService.js +0 -230
  287. package/dist/openapi_client/services/BillingWebhooksService.d.ts +0 -12
  288. package/dist/openapi_client/services/BillingWebhooksService.js +0 -25
  289. package/dist/openapi_client/services/PublicDesksService.d.ts +0 -10
  290. package/dist/openapi_client/services/PublicDesksService.js +0 -15
  291. /package/dist/openapi_client/models/{BillingHistoryResponse.js → ApplicationSkillResponse.js} +0 -0
  292. /package/dist/openapi_client/models/{BillingInvoiceResponse.js → ApprovalDecisionResponse.js} +0 -0
  293. /package/dist/openapi_client/models/{CancelSubscriptionResponse.js → ConnectedAccountSummary.js} +0 -0
  294. /package/dist/openapi_client/models/{CreateInvoicePaymentUrlRequest.js → DatastoreCountResponse.js} +0 -0
  295. /package/dist/openapi_client/models/{CreateInvoicePaymentUrlResponse.js → InstalledAppSummary.js} +0 -0
  296. /package/dist/openapi_client/models/{DatastoreMessageResponse.js → IntegrationStatusResponse.js} +0 -0
  297. /package/dist/openapi_client/models/{FlowRunEntity.js → StepRecordResponse.js} +0 -0
  298. /package/dist/openapi_client/models/{GmailSurfaceConfig.js → SurfaceChannelRouteInput.js} +0 -0
  299. /package/dist/openapi_client/models/{NotificationContent.js → SurfaceChannelRouteResponse.js} +0 -0
  300. /package/dist/openapi_client/models/{OutlookSurfaceConfig.js → SurfaceConfigResponse.js} +0 -0
  301. /package/dist/openapi_client/models/{PlanListResponse.js → SurfaceIdentityConfigInput.js} +0 -0
  302. /package/dist/openapi_client/models/{PlanResponse.js → SurfaceIdentityConfigResponse.js} +0 -0
  303. /package/dist/openapi_client/models/{RecordResponse.js → SurfaceSetupStatusResponse.js} +0 -0
  304. /package/dist/openapi_client/models/{SeatInfoResponse.js → UpdateSurfaceChannelsRequest.js} +0 -0
  305. /package/dist/openapi_client/models/{SlackSurfaceConfig.js → UpsertSurfaceRequest.js} +0 -0
  306. /package/dist/openapi_client/models/{StackFrame.js → WorkflowRunFormSubmitRequest.js} +0 -0
  307. /package/dist/openapi_client/models/{StartSubscriptionRequest.js → WorkflowRunResponse.js} +0 -0
  308. /package/dist/openapi_client/models/{StartSubscriptionResponse.js → WorkflowRunWaitResponse.js} +0 -0
@@ -33,22 +33,21 @@ export type { ApiKeyCredentialsResponseSchema } from './models/ApiKeyCredentials
33
33
  export type { ApplicationDetailResponseSchema } from './models/ApplicationDetailResponseSchema.js';
34
34
  export type { ApplicationListResponseSchema } from './models/ApplicationListResponseSchema.js';
35
35
  export type { ApplicationResponseSchema } from './models/ApplicationResponseSchema.js';
36
+ export type { ApplicationSkillResponse } from './models/ApplicationSkillResponse.js';
37
+ export type { ApprovalDecisionResponse } from './models/ApprovalDecisionResponse.js';
36
38
  export type { AppTriggerListResponseSchema } from './models/AppTriggerListResponseSchema.js';
37
39
  export type { AppTriggerResponseSchema } from './models/AppTriggerResponseSchema.js';
38
40
  export type { AuthConfigCreateSchema } from './models/AuthConfigCreateSchema.js';
39
41
  export type { AuthConfigListResponseSchema } from './models/AuthConfigListResponseSchema.js';
40
42
  export type { AuthConfigResponseSchema } from './models/AuthConfigResponseSchema.js';
43
+ export { AuthProvider } from './models/AuthProvider.js';
41
44
  export { AuthScheme } from './models/AuthScheme.js';
42
- export type { BillingHistoryResponse } from './models/BillingHistoryResponse.js';
43
- export { BillingInterval } from './models/BillingInterval.js';
44
- export type { BillingInvoiceResponse } from './models/BillingInvoiceResponse.js';
45
- export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
46
45
  export type { BulkCreateRecordsRequest } from './models/BulkCreateRecordsRequest.js';
47
46
  export type { BulkDeleteRecordsRequest } from './models/BulkDeleteRecordsRequest.js';
48
47
  export type { BulkUpdateRecordsRequest } from './models/BulkUpdateRecordsRequest.js';
49
- export type { CancelSubscriptionResponse } from './models/CancelSubscriptionResponse.js';
50
48
  export type { ColumnSchema } from './models/ColumnSchema.js';
51
49
  export type { ComposioProviderCapabilityResponseSchema } from './models/ComposioProviderCapabilityResponseSchema.js';
50
+ export type { ConnectedAccountSummary } from './models/ConnectedAccountSummary.js';
52
51
  export type { ConnectRequestInitiateSchema } from './models/ConnectRequestInitiateSchema.js';
53
52
  export type { ConnectRequestResponseSchema } from './models/ConnectRequestResponseSchema.js';
54
53
  export type { ConversationListResponse } from './models/ConversationListResponse.js';
@@ -64,8 +63,6 @@ export type { CreateConversationRequest } from './models/CreateConversationReque
64
63
  export type { CreateDeskRequest } from './models/CreateDeskRequest.js';
65
64
  export type { CreateFolderRequest } from './models/CreateFolderRequest.js';
66
65
  export type { CreateFunctionRequest } from './models/CreateFunctionRequest.js';
67
- export type { CreateInvoicePaymentUrlRequest } from './models/CreateInvoicePaymentUrlRequest.js';
68
- export type { CreateInvoicePaymentUrlResponse } from './models/CreateInvoicePaymentUrlResponse.js';
69
66
  export type { CreateOpenAICompatibleRuntimeProfileRequest } from './models/CreateOpenAICompatibleRuntimeProfileRequest.js';
70
67
  export type { CreateRecordRequest } from './models/CreateRecordRequest.js';
71
68
  export type { CreateScheduleRequest } from './models/CreateScheduleRequest.js';
@@ -73,11 +70,11 @@ export type { CreateSurfaceRequest } from './models/CreateSurfaceRequest.js';
73
70
  export type { CreateTableRequest } from './models/CreateTableRequest.js';
74
71
  export type { CreateUserDaemonRuntimeProfileRequest } from './models/CreateUserDaemonRuntimeProfileRequest.js';
75
72
  export { CredentialTypes } from './models/CredentialTypes.js';
73
+ export type { DatastoreCountResponse } from './models/DatastoreCountResponse.js';
76
74
  export { DatastoreDataType } from './models/DatastoreDataType.js';
77
75
  export type { DatastoreFileUploadRequest } from './models/DatastoreFileUploadRequest.js';
78
76
  export type { DataStoreFlowStartInput } from './models/DataStoreFlowStartInput.js';
79
77
  export type { DataStoreFlowStartOutput } from './models/DataStoreFlowStartOutput.js';
80
- export type { DatastoreMessageResponse } from './models/DatastoreMessageResponse.js';
81
78
  export { DatastoreOperation } from './models/DatastoreOperation.js';
82
79
  export type { DatastoreQueryRequest } from './models/DatastoreQueryRequest.js';
83
80
  export type { DatastoreQueryResponse } from './models/DatastoreQueryResponse.js';
@@ -92,7 +89,6 @@ export type { DeskBundleUploadResponse } from './models/DeskBundleUploadResponse
92
89
  export type { DeskDetailResponse } from './models/DeskDetailResponse.js';
93
90
  export type { DeskListResponse } from './models/DeskListResponse.js';
94
91
  export type { DeskMessageResponse } from './models/DeskMessageResponse.js';
95
- export { DeskServingConfigResponse } from './models/DeskServingConfigResponse.js';
96
92
  export { DeskStatus } from './models/DeskStatus.js';
97
93
  export type { DirectoryTreeNode } from './models/DirectoryTreeNode.js';
98
94
  export type { DirectoryTreeResponse } from './models/DirectoryTreeResponse.js';
@@ -113,7 +109,6 @@ export type { FileSearchResponse } from './models/FileSearchResponse.js';
113
109
  export type { FileSearchResultSchema } from './models/FileSearchResultSchema.js';
114
110
  export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
115
111
  export type { FlowDetailResponse } from './models/FlowDetailResponse.js';
116
- export type { FlowRunEntity } from './models/FlowRunEntity.js';
117
112
  export { FlowRunStatus } from './models/FlowRunStatus.js';
118
113
  export type { ForeignKeySpec } from './models/ForeignKeySpec.js';
119
114
  export type { FormNode } from './models/FormNode.js';
@@ -136,13 +131,14 @@ export { FunctionRunStatus } from './models/FunctionRunStatus.js';
136
131
  export type { FunctionRunSummaryResponse } from './models/FunctionRunSummaryResponse.js';
137
132
  export { FunctionStatus } from './models/FunctionStatus.js';
138
133
  export { FunctionType } from './models/FunctionType.js';
139
- export type { GmailSurfaceConfig } from './models/GmailSurfaceConfig.js';
140
134
  export { HarnessKind } from './models/HarnessKind.js';
141
135
  export type { HTTPValidationError } from './models/HTTPValidationError.js';
142
136
  export type { IconUploadRequest } from './models/IconUploadRequest.js';
143
137
  export type { IconUploadResponse } from './models/IconUploadResponse.js';
138
+ export type { InstalledAppSummary } from './models/InstalledAppSummary.js';
144
139
  export type { IntegrationHelperAgentRequest } from './models/IntegrationHelperAgentRequest.js';
145
140
  export type { IntegrationHelperAgentResponse } from './models/IntegrationHelperAgentResponse.js';
141
+ export type { IntegrationStatusResponse } from './models/IntegrationStatusResponse.js';
146
142
  export type { LemmaProviderCapabilityResponseSchema } from './models/LemmaProviderCapabilityResponseSchema.js';
147
143
  export type { LiteralInputBinding } from './models/LiteralInputBinding.js';
148
144
  export type { LoopNode } from './models/LoopNode.js';
@@ -150,10 +146,10 @@ export type { LoopNodeConfig } from './models/LoopNodeConfig.js';
150
146
  export type { LoopNodeResponse } from './models/LoopNodeResponse.js';
151
147
  export type { ManualWorkflowStartInput } from './models/ManualWorkflowStartInput.js';
152
148
  export type { ManualWorkflowStartOutput } from './models/ManualWorkflowStartOutput.js';
149
+ export { MessageKind } from './models/MessageKind.js';
153
150
  export type { MessageListResponse } from './models/MessageListResponse.js';
154
151
  export type { MessageResponse } from './models/MessageResponse.js';
155
152
  export type { MessageResponseSchema } from './models/MessageResponseSchema.js';
156
- export type { NotificationContent } from './models/NotificationContent.js';
157
153
  export type { OAuth2DefaultsResponseSchema } from './models/OAuth2DefaultsResponseSchema.js';
158
154
  export type { OauthCredentialsResponseSchema } from './models/OauthCredentialsResponseSchema.js';
159
155
  export type { OperationDetail } from './models/OperationDetail.js';
@@ -175,10 +171,6 @@ export type { OrganizationMessageResponse } from './models/OrganizationMessageRe
175
171
  export type { OrganizationResponse } from './models/OrganizationResponse.js';
176
172
  export { OrganizationRole } from './models/OrganizationRole.js';
177
173
  export type { OrganizationSlugAvailabilityResponse } from './models/OrganizationSlugAvailabilityResponse.js';
178
- export type { OutlookSurfaceConfig } from './models/OutlookSurfaceConfig.js';
179
- export type { PlanListResponse } from './models/PlanListResponse.js';
180
- export type { PlanResponse } from './models/PlanResponse.js';
181
- export { PlanType } from './models/PlanType.js';
182
174
  export type { PodAppConfigItem } from './models/PodAppConfigItem.js';
183
175
  export { PodAppMode } from './models/PodAppMode.js';
184
176
  export type { PodConfig } from './models/PodConfig.js';
@@ -208,7 +200,6 @@ export type { PodRoleResourcePermissionResponse } from './models/PodRoleResource
208
200
  export type { PodRoleResponse } from './models/PodRoleResponse.js';
209
201
  export type { PodUpdateRequest } from './models/PodUpdateRequest.js';
210
202
  export type { RecordListResponse } from './models/RecordListResponse.js';
211
- export type { RecordResponse } from './models/RecordResponse.js';
212
203
  export type { ReportFeedbackRequest } from './models/ReportFeedbackRequest.js';
213
204
  export type { ReportFeedbackResponse } from './models/ReportFeedbackResponse.js';
214
205
  export type { ResolveUserApprovalRequest } from './models/ResolveUserApprovalRequest.js';
@@ -229,43 +220,33 @@ export type { ScheduledFlowStartOutput } from './models/ScheduledFlowStartOutput
229
220
  export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
230
221
  export type { ScheduledWorkflowStartInput } from './models/ScheduledWorkflowStartInput.js';
231
222
  export type { ScheduledWorkflowStartOutput } from './models/ScheduledWorkflowStartOutput.js';
223
+ export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
232
224
  export type { ScheduleListResponse } from './models/ScheduleListResponse.js';
233
225
  export { ScheduleType } from './models/ScheduleType.js';
234
226
  export { SearchMethod } from './models/SearchMethod.js';
235
227
  export type { SearchResult } from './models/SearchResult.js';
236
- export type { SeatInfoResponse } from './models/SeatInfoResponse.js';
237
228
  export type { SendMessageRequest } from './models/SendMessageRequest.js';
238
- export type { SlackSurfaceConfig } from './models/SlackSurfaceConfig.js';
239
- export type { StackFrame } from './models/StackFrame.js';
240
- export type { StartSubscriptionRequest } from './models/StartSubscriptionRequest.js';
241
- export type { StartSubscriptionResponse } from './models/StartSubscriptionResponse.js';
242
- export type { StartTeamBillingRequest } from './models/StartTeamBillingRequest.js';
243
- export type { StepExecution } from './models/StepExecution.js';
244
- export type { SubscriptionResponse } from './models/SubscriptionResponse.js';
245
- export { SubscriptionStatus } from './models/SubscriptionStatus.js';
246
- export type { SubscriptionStatusResponse } from './models/SubscriptionStatusResponse.js';
247
- export type { SubscriptionWithPlanResponse } from './models/SubscriptionWithPlanResponse.js';
229
+ export type { StepRecordResponse } from './models/StepRecordResponse.js';
230
+ export { StepStatus } from './models/StepStatus.js';
248
231
  export type { SurfaceBehaviorConfigInput } from './models/SurfaceBehaviorConfigInput.js';
249
- export { SurfaceEventMode } from './models/SurfaceEventMode.js';
232
+ export type { SurfaceChannelRouteInput } from './models/SurfaceChannelRouteInput.js';
233
+ export type { SurfaceChannelRouteResponse } from './models/SurfaceChannelRouteResponse.js';
234
+ export type { SurfaceConfigResponse } from './models/SurfaceConfigResponse.js';
235
+ export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
236
+ export type { SurfaceIdentityConfigInput } from './models/SurfaceIdentityConfigInput.js';
237
+ export type { SurfaceIdentityConfigResponse } from './models/SurfaceIdentityConfigResponse.js';
250
238
  export type { SurfaceIntegrationSetupGuide } from './models/SurfaceIntegrationSetupGuide.js';
251
- export { SurfaceMode } from './models/SurfaceMode.js';
252
239
  export { SurfacePlatform } from './models/SurfacePlatform.js';
253
240
  export type { SurfacePlatformSetupGuideResponse } from './models/SurfacePlatformSetupGuideResponse.js';
254
- export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
255
241
  export type { SurfaceSetupField } from './models/SurfaceSetupField.js';
256
242
  export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
257
243
  export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
258
244
  export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
245
+ export type { SurfaceSetupStatusResponse } from './models/SurfaceSetupStatusResponse.js';
259
246
  export type { SurfaceSetupStep } from './models/SurfaceSetupStep.js';
260
247
  export type { TableDetailResponse } from './models/TableDetailResponse.js';
261
248
  export type { TableListResponse } from './models/TableListResponse.js';
262
- export type { TeamsSurfaceConfig } from './models/TeamsSurfaceConfig.js';
263
- export type { TelegramSurfaceConfig } from './models/TelegramSurfaceConfig.js';
264
- export type { TextContent } from './models/TextContent.js';
265
- export type { ThinkingContent } from './models/ThinkingContent.js';
266
249
  export type { ToggleSurfaceRequest } from './models/ToggleSurfaceRequest.js';
267
- export type { ToolCallContent } from './models/ToolCallContent.js';
268
- export type { ToolReturnContent } from './models/ToolReturnContent.js';
269
250
  export type { update } from './models/update.js';
270
251
  export type { UpdateAgentRequest } from './models/UpdateAgentRequest.js';
271
252
  export type { UpdateConversationRequest } from './models/UpdateConversationRequest.js';
@@ -274,8 +255,10 @@ export type { UpdateFunctionRequest } from './models/UpdateFunctionRequest.js';
274
255
  export type { UpdateMemberRoleRequest } from './models/UpdateMemberRoleRequest.js';
275
256
  export type { UpdateRecordRequest } from './models/UpdateRecordRequest.js';
276
257
  export type { UpdateScheduleRequest } from './models/UpdateScheduleRequest.js';
258
+ export type { UpdateSurfaceChannelsRequest } from './models/UpdateSurfaceChannelsRequest.js';
277
259
  export type { UpdateSurfaceRequest } from './models/UpdateSurfaceRequest.js';
278
260
  export type { UpdateTableRequest } from './models/UpdateTableRequest.js';
261
+ export type { UpsertSurfaceRequest } from './models/UpsertSurfaceRequest.js';
279
262
  export type { UsageLimitScopeResponse } from './models/UsageLimitScopeResponse.js';
280
263
  export type { UsageLimitsResponse } from './models/UsageLimitsResponse.js';
281
264
  export type { UsageListResponse } from './models/UsageListResponse.js';
@@ -293,17 +276,18 @@ export type { WaitUntilNodeConfig } from './models/WaitUntilNodeConfig.js';
293
276
  export type { WaitUntilNodeResponse } from './models/WaitUntilNodeResponse.js';
294
277
  export type { WebSearchRequest } from './models/WebSearchRequest.js';
295
278
  export type { WebSearchResponse } from './models/WebSearchResponse.js';
296
- export type { WhatsAppSurfaceConfig } from './models/WhatsAppSurfaceConfig.js';
297
279
  export type { WorkflowCreateRequest } from './models/WorkflowCreateRequest.js';
298
280
  export type { WorkflowEdge } from './models/WorkflowEdge.js';
299
281
  export type { WorkflowGraphUpdateRequest } from './models/WorkflowGraphUpdateRequest.js';
300
282
  export type { WorkflowListResponse } from './models/WorkflowListResponse.js';
301
283
  export { WorkflowMode } from './models/WorkflowMode.js';
284
+ export type { WorkflowRunFormSubmitRequest } from './models/WorkflowRunFormSubmitRequest.js';
302
285
  export type { WorkflowRunListResponse } from './models/WorkflowRunListResponse.js';
286
+ export type { WorkflowRunResponse } from './models/WorkflowRunResponse.js';
303
287
  export type { WorkflowRunSummaryResponse } from './models/WorkflowRunSummaryResponse.js';
304
288
  export type { WorkflowRunWaitAssignment } from './models/WorkflowRunWaitAssignment.js';
305
289
  export type { WorkflowRunWaitAssignmentListResponse } from './models/WorkflowRunWaitAssignmentListResponse.js';
306
- export type { WorkflowRunWaitEntity } from './models/WorkflowRunWaitEntity.js';
290
+ export type { WorkflowRunWaitResponse } from './models/WorkflowRunWaitResponse.js';
307
291
  export { WorkflowRunWaitStatus } from './models/WorkflowRunWaitStatus.js';
308
292
  export { WorkflowRunWaitType } from './models/WorkflowRunWaitType.js';
309
293
  export type { WorkflowUpdateRequest } from './models/WorkflowUpdateRequest.js';
@@ -321,8 +305,6 @@ export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressServ
321
305
  export { AgentToolsService } from './services/AgentToolsService.js';
322
306
  export { ApplicationsService } from './services/ApplicationsService.js';
323
307
  export { AuthService } from './services/AuthService.js';
324
- export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
325
- export { BillingWebhooksService } from './services/BillingWebhooksService.js';
326
308
  export { DefaultService } from './services/DefaultService.js';
327
309
  export { DesksService } from './services/DesksService.js';
328
310
  export { FilesService } from './services/FilesService.js';
@@ -336,7 +318,6 @@ export { PodPermissionsService } from './services/PodPermissionsService.js';
336
318
  export { PodResourceAccessService } from './services/PodResourceAccessService.js';
337
319
  export { PodRolesService } from './services/PodRolesService.js';
338
320
  export { PodsService } from './services/PodsService.js';
339
- export { PublicDesksService } from './services/PublicDesksService.js';
340
321
  export { QueryService } from './services/QueryService.js';
341
322
  export { RecordsService } from './services/RecordsService.js';
342
323
  export { SchedulesService } from './services/SchedulesService.js';
@@ -8,15 +8,13 @@ export { OpenAPI } from './core/OpenAPI.js';
8
8
  export { AgentRunApprovalDecision } from './models/AgentRunApprovalDecision.js';
9
9
  export { AgentSurfaceStatus } from './models/AgentSurfaceStatus.js';
10
10
  export { AgentToolset } from './models/AgentToolset.js';
11
+ export { AuthProvider } from './models/AuthProvider.js';
11
12
  export { AuthScheme } from './models/AuthScheme.js';
12
- export { BillingInterval } from './models/BillingInterval.js';
13
- export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
14
13
  export { ConversationStatus } from './models/ConversationStatus.js';
15
14
  export { ConversationType } from './models/ConversationType.js';
16
15
  export { CredentialTypes } from './models/CredentialTypes.js';
17
16
  export { DatastoreDataType } from './models/DatastoreDataType.js';
18
17
  export { DatastoreOperation } from './models/DatastoreOperation.js';
19
- export { DeskServingConfigResponse } from './models/DeskServingConfigResponse.js';
20
18
  export { DeskStatus } from './models/DeskStatus.js';
21
19
  export { FeedbackCategory } from './models/FeedbackCategory.js';
22
20
  export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
@@ -25,9 +23,9 @@ export { FunctionRunStatus } from './models/FunctionRunStatus.js';
25
23
  export { FunctionStatus } from './models/FunctionStatus.js';
26
24
  export { FunctionType } from './models/FunctionType.js';
27
25
  export { HarnessKind } from './models/HarnessKind.js';
26
+ export { MessageKind } from './models/MessageKind.js';
28
27
  export { OrganizationInvitationStatus } from './models/OrganizationInvitationStatus.js';
29
28
  export { OrganizationRole } from './models/OrganizationRole.js';
30
- export { PlanType } from './models/PlanType.js';
31
29
  export { PodAppMode } from './models/PodAppMode.js';
32
30
  export { PodJoinRequestStatus } from './models/PodJoinRequestStatus.js';
33
31
  export { PodRole } from './models/PodRole.js';
@@ -39,13 +37,12 @@ export { RuntimeProfileProtocol } from './models/RuntimeProfileProtocol.js';
39
37
  export { RuntimeProfileScope } from './models/RuntimeProfileScope.js';
40
38
  export { RuntimeProfileStatus } from './models/RuntimeProfileStatus.js';
41
39
  export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
40
+ export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
42
41
  export { ScheduleType } from './models/ScheduleType.js';
43
42
  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';
43
+ export { StepStatus } from './models/StepStatus.js';
44
+ export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
47
45
  export { SurfacePlatform } from './models/SurfacePlatform.js';
48
- export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
49
46
  export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
50
47
  export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
51
48
  export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
@@ -60,8 +57,6 @@ export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressServ
60
57
  export { AgentToolsService } from './services/AgentToolsService.js';
61
58
  export { ApplicationsService } from './services/ApplicationsService.js';
62
59
  export { AuthService } from './services/AuthService.js';
63
- export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
64
- export { BillingWebhooksService } from './services/BillingWebhooksService.js';
65
60
  export { DefaultService } from './services/DefaultService.js';
66
61
  export { DesksService } from './services/DesksService.js';
67
62
  export { FilesService } from './services/FilesService.js';
@@ -75,7 +70,6 @@ export { PodPermissionsService } from './services/PodPermissionsService.js';
75
70
  export { PodResourceAccessService } from './services/PodResourceAccessService.js';
76
71
  export { PodRolesService } from './services/PodRolesService.js';
77
72
  export { PodsService } from './services/PodsService.js';
78
- export { PublicDesksService } from './services/PublicDesksService.js';
79
73
  export { QueryService } from './services/QueryService.js';
80
74
  export { RecordsService } from './services/RecordsService.js';
81
75
  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 = {}));
@@ -8,5 +8,6 @@ export declare enum AgentToolset {
8
8
  WEB_SEARCH = "WEB_SEARCH",
9
9
  USER_INTERACTION = "USER_INTERACTION",
10
10
  IMAGE_GENERATION = "IMAGE_GENERATION",
11
- AUDIO_GENERATION = "AUDIO_GENERATION"
11
+ AUDIO_GENERATION = "AUDIO_GENERATION",
12
+ POD = "POD"
12
13
  }
@@ -14,4 +14,5 @@ export var AgentToolset;
14
14
  AgentToolset["USER_INTERACTION"] = "USER_INTERACTION";
15
15
  AgentToolset["IMAGE_GENERATION"] = "IMAGE_GENERATION";
16
16
  AgentToolset["AUDIO_GENERATION"] = "AUDIO_GENERATION";
17
+ AgentToolset["POD"] = "POD";
17
18
  })(AgentToolset || (AgentToolset = {}));
@@ -1,3 +1,4 @@
1
+ import type { AuthProvider } from './AuthProvider.js';
1
2
  /**
2
3
  * Schema for trigger response.
3
4
  */
@@ -9,5 +10,6 @@ export type AppTriggerResponseSchema = {
9
10
  id: string;
10
11
  payload_example: (Record<string, any> | null);
11
12
  payload_schema: (Record<string, any> | null);
13
+ provider: AuthProvider;
12
14
  updated_at: string;
13
15
  };
@@ -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,6 @@
1
+ import type { AgentRunApprovalDecision } from './AgentRunApprovalDecision.js';
2
+ export type ApprovalDecisionResponse = {
3
+ approval_id: string;
4
+ decision: AgentRunApprovalDecision;
5
+ status?: string;
6
+ };
@@ -0,0 +1,4 @@
1
+ export declare enum AuthProvider {
2
+ LEMMA = "LEMMA",
3
+ COMPOSIO = "COMPOSIO"
4
+ }
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export var AuthProvider;
6
+ (function (AuthProvider) {
7
+ AuthProvider["LEMMA"] = "LEMMA";
8
+ AuthProvider["COMPOSIO"] = "COMPOSIO";
9
+ })(AuthProvider || (AuthProvider = {}));
@@ -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
  };