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
@@ -0,0 +1,132 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export function createSseClient({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }) {
3
+ let lastEventId;
4
+ const sleep = sseSleepFn ?? ((ms) => new Promise((resolve) => setTimeout(resolve, ms)));
5
+ const createStream = async function* () {
6
+ let retryDelay = sseDefaultRetryDelay ?? 3000;
7
+ let attempt = 0;
8
+ const signal = options.signal ?? new AbortController().signal;
9
+ while (true) {
10
+ if (signal.aborted)
11
+ break;
12
+ attempt++;
13
+ const headers = options.headers instanceof Headers
14
+ ? options.headers
15
+ : new Headers(options.headers);
16
+ if (lastEventId !== undefined) {
17
+ headers.set('Last-Event-ID', lastEventId);
18
+ }
19
+ try {
20
+ const requestInit = {
21
+ redirect: 'follow',
22
+ ...options,
23
+ body: options.serializedBody,
24
+ headers,
25
+ signal,
26
+ };
27
+ let request = new Request(url, requestInit);
28
+ if (onRequest) {
29
+ request = await onRequest(url, requestInit);
30
+ }
31
+ // fetch must be assigned here, otherwise it would throw the error:
32
+ // TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation
33
+ const _fetch = options.fetch ?? globalThis.fetch;
34
+ const response = await _fetch(request);
35
+ if (!response.ok)
36
+ throw new Error(`SSE failed: ${response.status} ${response.statusText}`);
37
+ if (!response.body)
38
+ throw new Error('No body in SSE response');
39
+ const reader = response.body.pipeThrough(new TextDecoderStream()).getReader();
40
+ let buffer = '';
41
+ const abortHandler = () => {
42
+ try {
43
+ reader.cancel();
44
+ }
45
+ catch {
46
+ // noop
47
+ }
48
+ };
49
+ signal.addEventListener('abort', abortHandler);
50
+ try {
51
+ while (true) {
52
+ const { done, value } = await reader.read();
53
+ if (done)
54
+ break;
55
+ buffer += value;
56
+ buffer = buffer.replace(/\r\n?/g, '\n'); // normalize line endings
57
+ const chunks = buffer.split('\n\n');
58
+ buffer = chunks.pop() ?? '';
59
+ for (const chunk of chunks) {
60
+ const lines = chunk.split('\n');
61
+ const dataLines = [];
62
+ let eventName;
63
+ for (const line of lines) {
64
+ if (line.startsWith('data:')) {
65
+ dataLines.push(line.replace(/^data:\s*/, ''));
66
+ }
67
+ else if (line.startsWith('event:')) {
68
+ eventName = line.replace(/^event:\s*/, '');
69
+ }
70
+ else if (line.startsWith('id:')) {
71
+ lastEventId = line.replace(/^id:\s*/, '');
72
+ }
73
+ else if (line.startsWith('retry:')) {
74
+ const parsed = Number.parseInt(line.replace(/^retry:\s*/, ''), 10);
75
+ if (!Number.isNaN(parsed)) {
76
+ retryDelay = parsed;
77
+ }
78
+ }
79
+ }
80
+ let data;
81
+ let parsedJson = false;
82
+ if (dataLines.length) {
83
+ const rawData = dataLines.join('\n');
84
+ try {
85
+ data = JSON.parse(rawData);
86
+ parsedJson = true;
87
+ }
88
+ catch {
89
+ data = rawData;
90
+ }
91
+ }
92
+ if (parsedJson) {
93
+ if (responseValidator) {
94
+ await responseValidator(data);
95
+ }
96
+ if (responseTransformer) {
97
+ data = await responseTransformer(data);
98
+ }
99
+ }
100
+ onSseEvent?.({
101
+ data,
102
+ event: eventName,
103
+ id: lastEventId,
104
+ retry: retryDelay,
105
+ });
106
+ if (dataLines.length) {
107
+ yield data;
108
+ }
109
+ }
110
+ }
111
+ }
112
+ finally {
113
+ signal.removeEventListener('abort', abortHandler);
114
+ reader.releaseLock();
115
+ }
116
+ break; // exit loop on normal completion
117
+ }
118
+ catch (error) {
119
+ // connection failed or aborted; retry after delay
120
+ onSseError?.(error);
121
+ if (sseMaxRetryAttempts !== undefined && attempt >= sseMaxRetryAttempts) {
122
+ break; // stop after firing error
123
+ }
124
+ // exponential backoff: double retry each attempt, cap at 30s
125
+ const backoff = Math.min(retryDelay * 2 ** (attempt - 1), sseMaxRetryDelay ?? 30000);
126
+ await sleep(backoff);
127
+ }
128
+ }
129
+ };
130
+ const stream = createStream();
131
+ return { stream };
132
+ }
@@ -0,0 +1,83 @@
1
+ import type { Auth, AuthToken } from './auth.gen';
2
+ import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen';
3
+ export type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
4
+ export type Client<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
5
+ /**
6
+ * Returns the final request URL.
7
+ */
8
+ buildUrl: BuildUrlFn;
9
+ getConfig: () => Config;
10
+ request: RequestFn;
11
+ setConfig: (config: Config) => Config;
12
+ } & {
13
+ [K in HttpMethod]: MethodFn;
14
+ } & ([SseFn] extends [never] ? {
15
+ sse?: never;
16
+ } : {
17
+ sse: {
18
+ [K in HttpMethod]: SseFn;
19
+ };
20
+ });
21
+ export interface Config {
22
+ /**
23
+ * Auth token or a function returning auth token. The resolved value will be
24
+ * added to the request payload as defined by its `security` array.
25
+ */
26
+ auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
27
+ /**
28
+ * A function for serializing request body parameter. By default,
29
+ * {@link JSON.stringify()} will be used.
30
+ */
31
+ bodySerializer?: BodySerializer | null;
32
+ /**
33
+ * An object containing any HTTP headers that you want to pre-populate your
34
+ * `Headers` object with.
35
+ *
36
+ * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
37
+ */
38
+ headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
39
+ /**
40
+ * The request method.
41
+ *
42
+ * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
43
+ */
44
+ method?: Uppercase<HttpMethod>;
45
+ /**
46
+ * A function for serializing request query parameters. By default, arrays
47
+ * will be exploded in form style, objects will be exploded in deepObject
48
+ * style, and reserved characters are percent-encoded.
49
+ *
50
+ * This method will have no effect if the native `paramsSerializer()` Axios
51
+ * API function is used.
52
+ *
53
+ * {@link https://swagger.io/docs/specification/serialization/#query View examples}
54
+ */
55
+ querySerializer?: QuerySerializer | QuerySerializerOptions;
56
+ /**
57
+ * A function validating request data. This is useful if you want to ensure
58
+ * the request conforms to the desired shape, so it can be safely sent to
59
+ * the server.
60
+ */
61
+ requestValidator?: (data: unknown) => Promise<unknown>;
62
+ /**
63
+ * A function transforming response data before it's returned. This is useful
64
+ * for post-processing data, e.g., converting ISO strings into Date objects.
65
+ */
66
+ responseTransformer?: (data: unknown) => Promise<unknown>;
67
+ /**
68
+ * A function validating response data. This is useful if you want to ensure
69
+ * the response conforms to the desired shape, so it can be safely passed to
70
+ * the transformers and returned to the user.
71
+ */
72
+ responseValidator?: (data: unknown) => Promise<unknown>;
73
+ }
74
+ /**
75
+ * Arbitrary metadata passed through the `meta` request option.
76
+ */
77
+ export interface ClientMeta {
78
+ }
79
+ type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
80
+ export type OmitNever<T extends Record<string, unknown>> = {
81
+ [K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
82
+ };
83
+ export {};
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export {};
@@ -0,0 +1,19 @@
1
+ import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
2
+ export interface PathSerializer {
3
+ path: Record<string, unknown>;
4
+ url: string;
5
+ }
6
+ export declare const PATH_PARAM_RE: RegExp;
7
+ export declare const defaultPathSerializer: ({ path, url: _url }: PathSerializer) => string;
8
+ export declare const getUrl: ({ baseUrl, path, query, querySerializer, url: _url, }: {
9
+ baseUrl?: string;
10
+ path?: Record<string, unknown>;
11
+ query?: Record<string, unknown>;
12
+ querySerializer: QuerySerializer;
13
+ url: string;
14
+ }) => string;
15
+ export declare function getValidRequestBody(options: {
16
+ body?: unknown;
17
+ bodySerializer?: BodySerializer | null;
18
+ serializedBody?: unknown;
19
+ }): unknown;
@@ -0,0 +1,87 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ import { serializeArrayParam, serializeObjectParam, serializePrimitiveParam, } from './pathSerializer.gen';
3
+ export const PATH_PARAM_RE = /\{[^{}]+\}/g;
4
+ export const defaultPathSerializer = ({ path, url: _url }) => {
5
+ let url = _url;
6
+ const matches = _url.match(PATH_PARAM_RE);
7
+ if (matches) {
8
+ for (const match of matches) {
9
+ let explode = false;
10
+ let name = match.substring(1, match.length - 1);
11
+ let style = 'simple';
12
+ if (name.endsWith('*')) {
13
+ explode = true;
14
+ name = name.substring(0, name.length - 1);
15
+ }
16
+ if (name.startsWith('.')) {
17
+ name = name.substring(1);
18
+ style = 'label';
19
+ }
20
+ else if (name.startsWith(';')) {
21
+ name = name.substring(1);
22
+ style = 'matrix';
23
+ }
24
+ const value = path[name];
25
+ if (value === undefined || value === null) {
26
+ continue;
27
+ }
28
+ if (Array.isArray(value)) {
29
+ url = url.replace(match, serializeArrayParam({ explode, name, style, value }));
30
+ continue;
31
+ }
32
+ if (typeof value === 'object') {
33
+ url = url.replace(match, serializeObjectParam({
34
+ explode,
35
+ name,
36
+ style,
37
+ value: value,
38
+ valueOnly: true,
39
+ }));
40
+ continue;
41
+ }
42
+ if (style === 'matrix') {
43
+ url = url.replace(match, `;${serializePrimitiveParam({
44
+ name,
45
+ value: value,
46
+ })}`);
47
+ continue;
48
+ }
49
+ const replaceValue = encodeURIComponent(style === 'label' ? `.${value}` : value);
50
+ url = url.replace(match, replaceValue);
51
+ }
52
+ }
53
+ return url;
54
+ };
55
+ export const getUrl = ({ baseUrl, path, query, querySerializer, url: _url, }) => {
56
+ const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;
57
+ let url = (baseUrl ?? '') + pathUrl;
58
+ if (path) {
59
+ url = defaultPathSerializer({ path, url });
60
+ }
61
+ let search = query ? querySerializer(query) : '';
62
+ if (search.startsWith('?')) {
63
+ search = search.substring(1);
64
+ }
65
+ if (search) {
66
+ url += `?${search}`;
67
+ }
68
+ return url;
69
+ };
70
+ export function getValidRequestBody(options) {
71
+ const hasBody = options.body !== undefined;
72
+ const isSerializedBody = hasBody && options.bodySerializer;
73
+ if (isSerializedBody) {
74
+ if ('serializedBody' in options) {
75
+ const hasSerializedBody = options.serializedBody !== undefined && options.serializedBody !== '';
76
+ return hasSerializedBody ? options.serializedBody : null;
77
+ }
78
+ // not all clients implement a serializedBody property (i.e., client-axios)
79
+ return options.body !== '' ? options.body : null;
80
+ }
81
+ // plain/text body
82
+ if (hasBody) {
83
+ return options.body;
84
+ }
85
+ // no body was provided
86
+ return undefined;
87
+ }
@@ -0,0 +1,2 @@
1
+ export { agentConversationApprovalList, agentConversationApprovalResolve, agentConversationCreate, agentConversationGet, agentConversationList, agentConversationMessageList, agentConversationMessageSend, agentConversationStop, agentConversationStream, agentConversationUpdate, agentCreate, agentDelete, agentGet, agentList, agentPermissionsGet, agentPermissionsReplace, agentRuntimeHarnessesList, agentRuntimeProfilesCreate, agentRuntimeProfilesList, agentSurfaceAdminConsentInfo, agentSurfaceCreate, agentSurfaceDelete, agentSurfaceGet, agentSurfaceList, agentSurfacePlatformChecklist, agentSurfaceSetupStatus, agentSurfaceTeamsAdminConsentCallback, agentSurfaceToggle, agentSurfaceUpdate, agentSurfaceUpdateChannels, agentSurfaceUpsertByPlatform, agentToolIntegrationHelperAgent, agentToolReportFeedback, agentToolWebSearch, agentUpdate, applicationGet, applicationList, applicationOperationDetail, applicationOperationDetailsBatch, applicationOperationDiscover, applicationOperationExecute, applicationSkillGet, applicationTriggerGet, applicationTriggerList, authVerifyToken, deskAssetGet, deskAssetRootGet, deskBundleUpload, deskCreate, deskDelete, deskDistArchiveGet, deskGet, deskList, deskSourceArchiveGet, deskUpdate, fileConvertedArchive, fileConvertedDownload, fileConvertedGet, fileConvertedRender, fileDelete, fileDownload, fileFolderCreate, fileGet, fileList, fileSearch, fileTree, fileUpdate, fileUpload, functionCreate, functionDelete, functionGet, functionList, functionPermissionsGet, functionPermissionsReplace, functionRun, functionRunGet, functionRunList, functionUpdate, healthCheckHealthGet, iconPublicGet, iconUpload, integrationAccountCreate, integrationAccountCredentialsGet, integrationAccountDelete, integrationAccountGet, integrationAccountList, integrationAuthConfigCreate, integrationAuthConfigDelete, integrationAuthConfigGet, integrationAuthConfigList, integrationConnectRequestCreate, integrationOauthCallback, integrationStatusGet, type Options, orgCreate, orgGet, orgInvitationAccept, orgInvitationGet, orgInvitationInvite, orgInvitationList, orgInvitationListMine, orgInvitationRevoke, orgJoinAutoJoin, orgList, orgMemberList, orgMemberRemove, orgMemberUpdateRole, orgSlugAvailability, orgSuggested, podConfigGet, podCreate, podDelete, podGet, podJoinRequestApprove, podJoinRequestCreate, podJoinRequestList, podJoinRequestMe, podList, podMemberAdd, podMemberGet, podMemberList, podMemberLookupByEmail, podMemberLookupByUserId, podMemberRemove, podMemberUpdateRoles, podPermissionsCatalog, podPermissionsMe, podResourceAccessGet, podResourceAccessGrantDelete, podResourceAccessGrantReplace, podRolePermissionsGet, podRolePermissionsReplace, podRolesCreate, podRolesDelete, podRolesList, podRolesUpdate, podUpdate, queryExecute, recordBulkCreate, recordBulkDelete, recordBulkUpdate, recordCreate, recordDelete, recordGet, recordList, recordUpdate, scheduleCreate, scheduleDelete, scheduleGet, scheduleList, scheduleUpdate, surfaceWebhookHandlePlatform, surfaceWebhookHandleSurface, surfaceWebhookVerify, surfaceWebhookVerifySurface, tableColumnAdd, tableColumnRemove, tableCreate, tableDelete, tableGet, tableList, tableUpdate, usageOrganizationEventsList, usageOrganizationLimitsGet, usageOrganizationMeSummaryGet, usageOrganizationStatsGet, usageOrganizationSummaryGet, userCurrentGet, userProfileGet, userProfileUpsert, webhookHandle, webhookScheduleHandle, webhookVerify, workflowCreate, workflowDelete, workflowGet, workflowGraphUpdate, workflowList, workflowRunGet, workflowRunList, workflowRunResume, workflowRunVisualize, workflowRunWaitingAssignedToMe, workflowStart, workflowUpdate, workflowVisualize, workspaceBrowserAccess, workspaceMe } from './sdk.gen';
2
+ export type { AccountCreateSchema, AccountCredentialsResponseSchema, AccountListResponseSchema, AccountResponseSchema, AddColumnRequest, AdminConsentInfoResponse, AgentActionResponse, AgentConversationApprovalListData, AgentConversationApprovalListError, AgentConversationApprovalListErrors, AgentConversationApprovalListResponse, AgentConversationApprovalListResponses, AgentConversationApprovalResolveData, AgentConversationApprovalResolveError, AgentConversationApprovalResolveErrors, AgentConversationApprovalResolveResponse, AgentConversationApprovalResolveResponses, AgentConversationCreateData, AgentConversationCreateError, AgentConversationCreateErrors, AgentConversationCreateResponse, AgentConversationCreateResponses, AgentConversationGetData, AgentConversationGetError, AgentConversationGetErrors, AgentConversationGetResponse, AgentConversationGetResponses, AgentConversationListData, AgentConversationListError, AgentConversationListErrors, AgentConversationListResponse, AgentConversationListResponses, AgentConversationMessageListData, AgentConversationMessageListError, AgentConversationMessageListErrors, AgentConversationMessageListResponse, AgentConversationMessageListResponses, AgentConversationMessageSendData, AgentConversationMessageSendError, AgentConversationMessageSendErrors, AgentConversationMessageSendResponses, AgentConversationStopData, AgentConversationStopError, AgentConversationStopErrors, AgentConversationStopResponse, AgentConversationStopResponses, AgentConversationStreamData, AgentConversationStreamError, AgentConversationStreamErrors, AgentConversationStreamResponses, AgentConversationUpdateData, AgentConversationUpdateError, AgentConversationUpdateErrors, AgentConversationUpdateResponse, AgentConversationUpdateResponses, AgentCreateData, AgentCreateError, AgentCreateErrors, AgentCreateResponse, AgentCreateResponses, AgentDeleteData, AgentDeleteError, AgentDeleteErrors, AgentDeleteResponse, AgentDeleteResponses, AgentDetailResponse, AgentGetData, AgentGetError, AgentGetErrors, AgentGetResponse, AgentGetResponses, AgentHarnessInfo, AgentHarnessListResponse, AgentListData, AgentListError, AgentListErrors, AgentListResponse, AgentListResponse2, AgentListResponses, AgentMessageResponse, AgentNode, AgentNodeConfig, AgentNodeResponse, AgentPermissionsGetData, AgentPermissionsGetError, AgentPermissionsGetErrors, AgentPermissionsGetResponse, AgentPermissionsGetResponses, AgentPermissionsReplaceData, AgentPermissionsReplaceError, AgentPermissionsReplaceErrors, AgentPermissionsReplaceRequest, AgentPermissionsReplaceResponse, AgentPermissionsReplaceResponses, AgentPermissionsResponse, AgentResourcePermissionRequest, AgentResourcePermissionResponse, AgentRunApprovalDecision, AgentRuntimeConfig, AgentRuntimeHarnessesListData, AgentRuntimeHarnessesListResponse, AgentRuntimeHarnessesListResponses, AgentRuntimeProfileListResponse, AgentRuntimeProfileResponse, AgentRuntimeProfilesCreateData, AgentRuntimeProfilesCreateError, AgentRuntimeProfilesCreateErrors, AgentRuntimeProfilesCreateResponse, AgentRuntimeProfilesCreateResponses, AgentRuntimeProfilesListData, AgentRuntimeProfilesListError, AgentRuntimeProfilesListErrors, AgentRuntimeProfilesListResponse, AgentRuntimeProfilesListResponses, AgentSurfaceAdminConsentInfoData, AgentSurfaceAdminConsentInfoError, AgentSurfaceAdminConsentInfoErrors, AgentSurfaceAdminConsentInfoResponse, AgentSurfaceAdminConsentInfoResponses, AgentSurfaceCreateData, AgentSurfaceCreateError, AgentSurfaceCreateErrors, AgentSurfaceCreateResponses, AgentSurfaceDeleteData, AgentSurfaceDeleteError, AgentSurfaceDeleteErrors, AgentSurfaceDeleteResponse, AgentSurfaceDeleteResponses, AgentSurfaceGetData, AgentSurfaceGetError, AgentSurfaceGetErrors, AgentSurfaceGetResponses, AgentSurfaceListData, AgentSurfaceListError, AgentSurfaceListErrors, AgentSurfaceListResponse, AgentSurfaceListResponse2, AgentSurfaceListResponses, AgentSurfacePlatformChecklistData, AgentSurfacePlatformChecklistError, AgentSurfacePlatformChecklistErrors, AgentSurfacePlatformChecklistResponse, AgentSurfacePlatformChecklistResponses, AgentSurfaceResponse, AgentSurfaceSetupStatusData, AgentSurfaceSetupStatusError, AgentSurfaceSetupStatusErrors, AgentSurfaceSetupStatusResponse, AgentSurfaceSetupStatusResponses, AgentSurfaceStatus, AgentSurfaceTeamsAdminConsentCallbackData, AgentSurfaceTeamsAdminConsentCallbackError, AgentSurfaceTeamsAdminConsentCallbackErrors, AgentSurfaceTeamsAdminConsentCallbackResponses, AgentSurfaceToggleData, AgentSurfaceToggleError, AgentSurfaceToggleErrors, AgentSurfaceToggleResponses, AgentSurfaceUpdateChannelsData, AgentSurfaceUpdateChannelsError, AgentSurfaceUpdateChannelsErrors, AgentSurfaceUpdateChannelsResponses, AgentSurfaceUpdateData, AgentSurfaceUpdateError, AgentSurfaceUpdateErrors, AgentSurfaceUpdateResponses, AgentSurfaceUpsertByPlatformData, AgentSurfaceUpsertByPlatformError, AgentSurfaceUpsertByPlatformErrors, AgentSurfaceUpsertByPlatformResponses, AgentToolIntegrationHelperAgentData, AgentToolIntegrationHelperAgentError, AgentToolIntegrationHelperAgentErrors, AgentToolIntegrationHelperAgentResponse, AgentToolIntegrationHelperAgentResponses, AgentToolReportFeedbackData, AgentToolReportFeedbackError, AgentToolReportFeedbackErrors, AgentToolReportFeedbackResponse, AgentToolReportFeedbackResponses, AgentToolset, AgentToolWebSearchData, AgentToolWebSearchError, AgentToolWebSearchErrors, AgentToolWebSearchResponse, AgentToolWebSearchResponses, AgentUpdateData, AgentUpdateError, AgentUpdateErrors, AgentUpdateResponse, AgentUpdateResponses, ApiKeyCredentialsResponseSchema, ApplicationDetailResponseSchema, ApplicationGetData, ApplicationGetError, ApplicationGetErrors, ApplicationGetResponse, ApplicationGetResponses, ApplicationListData, ApplicationListError, ApplicationListErrors, ApplicationListResponse, ApplicationListResponses, ApplicationListResponseSchema, ApplicationOperationDetailData, ApplicationOperationDetailError, ApplicationOperationDetailErrors, ApplicationOperationDetailResponse, ApplicationOperationDetailResponses, ApplicationOperationDetailsBatchData, ApplicationOperationDetailsBatchError, ApplicationOperationDetailsBatchErrors, ApplicationOperationDetailsBatchResponse, ApplicationOperationDetailsBatchResponses, ApplicationOperationDiscoverData, ApplicationOperationDiscoverError, ApplicationOperationDiscoverErrors, ApplicationOperationDiscoverResponse, ApplicationOperationDiscoverResponses, ApplicationOperationExecuteData, ApplicationOperationExecuteError, ApplicationOperationExecuteErrors, ApplicationOperationExecuteResponse, ApplicationOperationExecuteResponses, ApplicationResponseSchema, ApplicationSkillGetData, ApplicationSkillGetError, ApplicationSkillGetErrors, ApplicationSkillGetResponse, ApplicationSkillGetResponses, ApplicationSkillResponse, ApplicationTriggerGetData, ApplicationTriggerGetError, ApplicationTriggerGetErrors, ApplicationTriggerGetResponse, ApplicationTriggerGetResponses, ApplicationTriggerListData, ApplicationTriggerListError, ApplicationTriggerListErrors, ApplicationTriggerListResponse, ApplicationTriggerListResponses, AppTriggerListResponseSchema, AppTriggerResponseSchema, AuthConfigCreateSchema, AuthConfigListResponseSchema, AuthConfigResponseSchema, AuthScheme, AuthVerifyTokenData, AuthVerifyTokenResponse, AuthVerifyTokenResponses, BulkCreateRecordsRequest, BulkDeleteRecordsRequest, BulkUpdateRecordsRequest, ClientOptions, ColumnSchema, ComposioProviderCapabilityResponseSchema, ConnectedAccountSummary, ConnectRequestInitiateSchema, ConnectRequestResponseSchema, ConversationListResponse, ConversationResponse, ConversationStatus, ConversationType, ConvertedArtifactResponse, ConvertedFileResponse, ConvertedPageResponse, CreateAgentRequest, CreateAnthropicCompatibleRuntimeProfileRequest, CreateConversationRequest, CreateDeskRequest, CreateFolderRequest, CreateFunctionRequest, CreateOpenAiCompatibleRuntimeProfileRequest, CreateRecordRequest, CreateScheduleRequest, CreateSurfaceRequest, CreateTableRequest, CreateUserDaemonRuntimeProfileRequest, CredentialTypes, DatastoreDataType, DatastoreFileUploadRequest, DataStoreFlowStartInput, DataStoreFlowStartOutput, DatastoreMessageResponse, DatastoreOperation, DatastoreQueryRequest, DatastoreQueryResponse, DataStoreWorkflowStartInput, DataStoreWorkflowStartOutput, DecisionNode, DecisionNodeConfig, DecisionNodeResponse, DecisionRule, DeskAssetGetData, DeskAssetGetError, DeskAssetGetErrors, DeskAssetGetResponses, DeskAssetRootGetData, DeskAssetRootGetError, DeskAssetRootGetErrors, DeskAssetRootGetResponses, DeskBundleUploadData, DeskBundleUploadError, DeskBundleUploadErrors, DeskBundleUploadRequest, DeskBundleUploadResponse, DeskBundleUploadResponse2, DeskBundleUploadResponses, DeskBundleUploadResponseWritable, DeskCreateData, DeskCreateError, DeskCreateErrors, DeskCreateResponse, DeskCreateResponses, DeskDeleteData, DeskDeleteError, DeskDeleteErrors, DeskDeleteResponse, DeskDeleteResponses, DeskDetailResponse, DeskDetailResponseWritable, DeskDistArchiveGetData, DeskDistArchiveGetError, DeskDistArchiveGetErrors, DeskDistArchiveGetResponse, DeskDistArchiveGetResponses, DeskGetData, DeskGetError, DeskGetErrors, DeskGetResponse, DeskGetResponses, DeskListData, DeskListError, DeskListErrors, DeskListResponse, DeskListResponse2, DeskListResponses, DeskListResponseWritable, DeskMessageResponse, DeskSourceArchiveGetData, DeskSourceArchiveGetError, DeskSourceArchiveGetErrors, DeskSourceArchiveGetResponse, DeskSourceArchiveGetResponses, DeskStatus, DeskUpdateData, DeskUpdateError, DeskUpdateErrors, DeskUpdateResponse, DeskUpdateResponses, DirectoryTreeNode, DirectoryTreeResponse, EndNode, EndNodeConfig, EndNodeConfigWritable, EndNodeResponse, EventFlowStartInput, EventFlowStartOutput, EventWorkflowStartInput, EventWorkflowStartOutput, ExecuteFunctionRequest, ExpressionInputBinding, FeedbackCategory, FileConvertedArchiveData, FileConvertedArchiveError, FileConvertedArchiveErrors, FileConvertedArchiveResponse, FileConvertedArchiveResponses, FileConvertedDownloadData, FileConvertedDownloadError, FileConvertedDownloadErrors, FileConvertedDownloadResponse, FileConvertedDownloadResponses, FileConvertedGetData, FileConvertedGetError, FileConvertedGetErrors, FileConvertedGetResponse, FileConvertedGetResponses, FileConvertedRenderData, FileConvertedRenderError, FileConvertedRenderErrors, FileConvertedRenderResponse, FileConvertedRenderResponses, FileDeleteData, FileDeleteError, FileDeleteErrors, FileDeleteResponse, FileDeleteResponses, FileDetailResponse, FileDownloadData, FileDownloadError, FileDownloadErrors, FileDownloadResponse, FileDownloadResponses, FileFolderCreateData, FileFolderCreateError, FileFolderCreateErrors, FileFolderCreateResponse, FileFolderCreateResponses, FileGetData, FileGetError, FileGetErrors, FileGetResponse, FileGetResponses, FileListData, FileListError, FileListErrors, FileListResponse, FileListResponse2, FileListResponses, FileSearchData, FileSearchError, FileSearchErrors, FileSearchRequest, FileSearchResponse, FileSearchResponse2, FileSearchResponses, FileSearchResultSchema, FileSearchScopeMode, FileTreeData, FileTreeError, FileTreeErrors, FileTreeResponse, FileTreeResponses, FileUpdateData, FileUpdateError, FileUpdateErrors, FileUpdateResponse, FileUpdateResponses, FileUploadData, FileUploadError, FileUploadErrors, FileUploadResponse, FileUploadResponses, FlowDetailResponse, FlowRunEntity, FlowRunStatus, ForeignKeySpec, FormNode, FormNodeConfig, FormNodeResponse, FunctionActionResponse, FunctionCreateData, FunctionCreateError, FunctionCreateErrors, FunctionCreateResponse, FunctionCreateResponses, FunctionDeleteData, FunctionDeleteError, FunctionDeleteErrors, FunctionDeleteResponse, FunctionDeleteResponses, FunctionDetailResponse, FunctionGetData, FunctionGetError, FunctionGetErrors, FunctionGetResponse, FunctionGetResponses, FunctionListData, FunctionListError, FunctionListErrors, FunctionListResponse, FunctionListResponse2, FunctionListResponses, FunctionMessageResponse, FunctionNode, FunctionNodeConfig, FunctionNodeResponse, FunctionPermissionsGetData, FunctionPermissionsGetError, FunctionPermissionsGetErrors, FunctionPermissionsGetResponse, FunctionPermissionsGetResponses, FunctionPermissionsReplaceData, FunctionPermissionsReplaceError, FunctionPermissionsReplaceErrors, FunctionPermissionsReplaceRequest, FunctionPermissionsReplaceResponse, FunctionPermissionsReplaceResponses, FunctionPermissionsResponse, FunctionResourcePermissionRequest, FunctionResourcePermissionResponse, FunctionRunData, FunctionRunError, FunctionRunErrors, FunctionRunGetData, FunctionRunGetError, FunctionRunGetErrors, FunctionRunGetResponse, FunctionRunGetResponses, FunctionRunListData, FunctionRunListError, FunctionRunListErrors, FunctionRunListResponse, FunctionRunListResponse2, FunctionRunListResponses, FunctionRunResponse, FunctionRunResponse2, FunctionRunResponses, FunctionRunStatus, FunctionRunSummaryResponse, FunctionStatus, FunctionType, FunctionUpdateData, FunctionUpdateError, FunctionUpdateErrors, FunctionUpdateResponse, FunctionUpdateResponses, GmailSurfaceConfig, HarnessKind, HealthCheckHealthGetData, HealthCheckHealthGetResponses, HttpValidationError, IconPublicGetData, IconPublicGetError, IconPublicGetErrors, IconPublicGetResponses, IconUploadData, IconUploadError, IconUploadErrors, IconUploadRequest, IconUploadResponse, IconUploadResponse2, IconUploadResponses, InstalledAppSummary, IntegrationAccountCreateData, IntegrationAccountCreateError, IntegrationAccountCreateErrors, IntegrationAccountCreateResponse, IntegrationAccountCreateResponses, IntegrationAccountCredentialsGetData, IntegrationAccountCredentialsGetError, IntegrationAccountCredentialsGetErrors, IntegrationAccountCredentialsGetResponse, IntegrationAccountCredentialsGetResponses, IntegrationAccountDeleteData, IntegrationAccountDeleteError, IntegrationAccountDeleteErrors, IntegrationAccountDeleteResponse, IntegrationAccountDeleteResponses, IntegrationAccountGetData, IntegrationAccountGetError, IntegrationAccountGetErrors, IntegrationAccountGetResponse, IntegrationAccountGetResponses, IntegrationAccountListData, IntegrationAccountListError, IntegrationAccountListErrors, IntegrationAccountListResponse, IntegrationAccountListResponses, IntegrationAuthConfigCreateData, IntegrationAuthConfigCreateError, IntegrationAuthConfigCreateErrors, IntegrationAuthConfigCreateResponse, IntegrationAuthConfigCreateResponses, IntegrationAuthConfigDeleteData, IntegrationAuthConfigDeleteError, IntegrationAuthConfigDeleteErrors, IntegrationAuthConfigDeleteResponse, IntegrationAuthConfigDeleteResponses, IntegrationAuthConfigGetData, IntegrationAuthConfigGetError, IntegrationAuthConfigGetErrors, IntegrationAuthConfigGetResponse, IntegrationAuthConfigGetResponses, IntegrationAuthConfigListData, IntegrationAuthConfigListError, IntegrationAuthConfigListErrors, IntegrationAuthConfigListResponse, IntegrationAuthConfigListResponses, IntegrationConnectRequestCreateData, IntegrationConnectRequestCreateError, IntegrationConnectRequestCreateErrors, IntegrationConnectRequestCreateResponse, IntegrationConnectRequestCreateResponses, IntegrationHelperAgentRequest, IntegrationHelperAgentResponse, IntegrationOauthCallbackData, IntegrationOauthCallbackError, IntegrationOauthCallbackErrors, IntegrationOauthCallbackResponse, IntegrationOauthCallbackResponses, IntegrationStatusGetData, IntegrationStatusGetError, IntegrationStatusGetErrors, IntegrationStatusGetResponse, IntegrationStatusGetResponses, IntegrationStatusResponse, LemmaProviderCapabilityResponseSchema, LiteralInputBinding, LoopNode, LoopNodeConfig, LoopNodeResponse, ManualWorkflowStartInput, ManualWorkflowStartOutput, MessageListResponse, MessageResponse, MessageResponseSchema, NotificationContent, OAuth2DefaultsResponseSchema, OauthCredentialsResponseSchema, OperationDetail, OperationDetailsBatchRequest, OperationDetailsBatchResponse, OperationDiscoverResponse, OperationExecutionRequest, OperationExecutionResponse, OperationSummary, OrganizationCreateRequest, OrganizationInvitationListResponse, OrganizationInvitationRequest, OrganizationInvitationResponse, OrganizationInvitationStatus, OrganizationListResponse, OrganizationMemberListResponse, OrganizationMemberResponse, OrganizationMessageResponse, OrganizationResponse, OrganizationRole, OrganizationSlugAvailabilityResponse, OrgCreateData, OrgCreateError, OrgCreateErrors, OrgCreateResponse, OrgCreateResponses, OrgGetData, OrgGetError, OrgGetErrors, OrgGetResponse, OrgGetResponses, OrgInvitationAcceptData, OrgInvitationAcceptError, OrgInvitationAcceptErrors, OrgInvitationAcceptResponse, OrgInvitationAcceptResponses, OrgInvitationGetData, OrgInvitationGetError, OrgInvitationGetErrors, OrgInvitationGetResponse, OrgInvitationGetResponses, OrgInvitationInviteData, OrgInvitationInviteError, OrgInvitationInviteErrors, OrgInvitationInviteResponse, OrgInvitationInviteResponses, OrgInvitationListData, OrgInvitationListError, OrgInvitationListErrors, OrgInvitationListMineData, OrgInvitationListMineError, OrgInvitationListMineErrors, OrgInvitationListMineResponse, OrgInvitationListMineResponses, OrgInvitationListResponse, OrgInvitationListResponses, OrgInvitationRevokeData, OrgInvitationRevokeError, OrgInvitationRevokeErrors, OrgInvitationRevokeResponse, OrgInvitationRevokeResponses, OrgJoinAutoJoinData, OrgJoinAutoJoinError, OrgJoinAutoJoinErrors, OrgJoinAutoJoinResponse, OrgJoinAutoJoinResponses, OrgListData, OrgListError, OrgListErrors, OrgListResponse, OrgListResponses, OrgMemberListData, OrgMemberListError, OrgMemberListErrors, OrgMemberListResponse, OrgMemberListResponses, OrgMemberRemoveData, OrgMemberRemoveError, OrgMemberRemoveErrors, OrgMemberRemoveResponse, OrgMemberRemoveResponses, OrgMemberUpdateRoleData, OrgMemberUpdateRoleError, OrgMemberUpdateRoleErrors, OrgMemberUpdateRoleResponse, OrgMemberUpdateRoleResponses, OrgSlugAvailabilityData, OrgSlugAvailabilityError, OrgSlugAvailabilityErrors, OrgSlugAvailabilityResponse, OrgSlugAvailabilityResponses, OrgSuggestedData, OrgSuggestedError, OrgSuggestedErrors, OrgSuggestedResponse, OrgSuggestedResponses, OutlookSurfaceConfig, PodAppConfigItem, PodAppMode, PodConfig, PodConfigGetData, PodConfigGetError, PodConfigGetErrors, PodConfigGetResponse, PodConfigGetResponses, PodConfigResponse, PodCreateData, PodCreateError, PodCreateErrors, PodCreateRequest, PodCreateResponse, PodCreateResponses, PodDeleteData, PodDeleteError, PodDeleteErrors, PodDeleteResponse, PodDeleteResponses, PodEffectivePermissionsResponse, PodGetData, PodGetError, PodGetErrors, PodGetResponse, PodGetResponses, PodJoinRequestApproveData, PodJoinRequestApproveError, PodJoinRequestApproveErrors, PodJoinRequestApproveRequest, PodJoinRequestApproveResponse, PodJoinRequestApproveResponses, PodJoinRequestCreateData, PodJoinRequestCreateError, PodJoinRequestCreateErrors, PodJoinRequestCreateResponse, PodJoinRequestCreateResponse2, PodJoinRequestCreateResponses, PodJoinRequestListData, PodJoinRequestListError, PodJoinRequestListErrors, PodJoinRequestListResponse, PodJoinRequestListResponse2, PodJoinRequestListResponses, PodJoinRequestMeData, PodJoinRequestMeError, PodJoinRequestMeErrors, PodJoinRequestMeResponse, PodJoinRequestMeResponses, PodJoinRequestStatus, PodListData, PodListError, PodListErrors, PodListResponse, PodListResponse2, PodListResponses, PodMemberAddData, PodMemberAddError, PodMemberAddErrors, PodMemberAddRequest, PodMemberAddResponse, PodMemberAddResponses, PodMemberDetailResponse, PodMemberGetData, PodMemberGetError, PodMemberGetErrors, PodMemberGetResponse, PodMemberGetResponses, PodMemberListData, PodMemberListError, PodMemberListErrors, PodMemberListResponse, PodMemberListResponse2, PodMemberListResponses, PodMemberLookupByEmailData, PodMemberLookupByEmailError, PodMemberLookupByEmailErrors, PodMemberLookupByEmailResponse, PodMemberLookupByEmailResponses, PodMemberLookupByUserIdData, PodMemberLookupByUserIdError, PodMemberLookupByUserIdErrors, PodMemberLookupByUserIdResponse, PodMemberLookupByUserIdResponses, PodMemberRemoveData, PodMemberRemoveError, PodMemberRemoveErrors, PodMemberRemoveResponse, PodMemberRemoveResponses, PodMemberResponse, PodMemberUpdateRoleRequest, PodMemberUpdateRolesData, PodMemberUpdateRolesError, PodMemberUpdateRolesErrors, PodMemberUpdateRolesResponse, PodMemberUpdateRolesResponses, PodPermissionCatalogResponse, PodPermissionResponse, PodPermissionsCatalogData, PodPermissionsCatalogError, PodPermissionsCatalogErrors, PodPermissionsCatalogResponse, PodPermissionsCatalogResponses, PodPermissionsMeData, PodPermissionsMeError, PodPermissionsMeErrors, PodPermissionsMeResponse, PodPermissionsMeResponses, PodResourceAccessGetData, PodResourceAccessGetError, PodResourceAccessGetErrors, PodResourceAccessGetResponse, PodResourceAccessGetResponses, PodResourceAccessGrantDeleteData, PodResourceAccessGrantDeleteError, PodResourceAccessGrantDeleteErrors, PodResourceAccessGrantDeleteResponse, PodResourceAccessGrantDeleteResponses, PodResourceAccessGrantReplaceData, PodResourceAccessGrantReplaceError, PodResourceAccessGrantReplaceErrors, PodResourceAccessGrantReplaceResponse, PodResourceAccessGrantReplaceResponses, PodResponse, PodRole, PodRoleCreateRequest, PodRoleListResponse, PodRolePermissionsGetData, PodRolePermissionsGetError, PodRolePermissionsGetErrors, PodRolePermissionsGetResponse, PodRolePermissionsGetResponses, PodRolePermissionsReplaceData, PodRolePermissionsReplaceError, PodRolePermissionsReplaceErrors, PodRolePermissionsReplaceRequest, PodRolePermissionsReplaceResponse, PodRolePermissionsReplaceResponses, PodRolePermissionsResponse, PodRoleResourcePermissionRequest, PodRoleResourcePermissionResponse, PodRoleResponse, PodRolesCreateData, PodRolesCreateError, PodRolesCreateErrors, PodRolesCreateResponse, PodRolesCreateResponses, PodRolesDeleteData, PodRolesDeleteError, PodRolesDeleteErrors, PodRolesDeleteResponse, PodRolesDeleteResponses, PodRolesListData, PodRolesListError, PodRolesListErrors, PodRolesListResponse, PodRolesListResponses, PodRolesUpdateData, PodRolesUpdateError, PodRolesUpdateErrors, PodRolesUpdateResponse, PodRolesUpdateResponses, PodUpdateData, PodUpdateError, PodUpdateErrors, PodUpdateRequest, PodUpdateResponse, PodUpdateResponses, QueryExecuteData, QueryExecuteError, QueryExecuteErrors, QueryExecuteResponse, QueryExecuteResponses, RecordBulkCreateData, RecordBulkCreateError, RecordBulkCreateErrors, RecordBulkCreateResponse, RecordBulkCreateResponses, RecordBulkDeleteData, RecordBulkDeleteError, RecordBulkDeleteErrors, RecordBulkDeleteResponse, RecordBulkDeleteResponses, RecordBulkUpdateData, RecordBulkUpdateError, RecordBulkUpdateErrors, RecordBulkUpdateResponse, RecordBulkUpdateResponses, RecordCreateData, RecordCreateError, RecordCreateErrors, RecordCreateResponse, RecordCreateResponses, RecordDeleteData, RecordDeleteError, RecordDeleteErrors, RecordDeleteResponse, RecordDeleteResponses, RecordGetData, RecordGetError, RecordGetErrors, RecordGetResponse, RecordGetResponses, RecordListData, RecordListError, RecordListErrors, RecordListResponse, RecordListResponse2, RecordListResponses, RecordResponse, RecordUpdateData, RecordUpdateError, RecordUpdateErrors, RecordUpdateResponse, RecordUpdateResponses, ReportFeedbackRequest, ReportFeedbackResponse, ResolveUserApprovalRequest, ResourceAccessGrantRequest, ResourceAccessGrantResponse, ResourceAccessResponse, ResourceType, ResourceVisibility, RuntimeModelCapability, RuntimeModelCatalogEntry, RuntimeProfileKind, RuntimeProfileProtocol, RuntimeProfileScope, RuntimeProfileStatus, ScheduleCreateData, ScheduleCreateError, ScheduleCreateErrors, ScheduleCreateResponse, ScheduleCreateResponses, ScheduleDeleteData, ScheduleDeleteError, ScheduleDeleteErrors, ScheduleDeleteResponse, ScheduleDeleteResponses, ScheduleDetailResponse, ScheduledFlowStartInput, ScheduledFlowStartOutput, ScheduledFlowStartType, ScheduledWorkflowStartInput, ScheduledWorkflowStartOutput, ScheduleGetData, ScheduleGetError, ScheduleGetErrors, ScheduleGetResponse, ScheduleGetResponses, ScheduleListData, ScheduleListError, ScheduleListErrors, ScheduleListResponse, ScheduleListResponse2, ScheduleListResponses, ScheduleType, ScheduleUpdateData, ScheduleUpdateError, ScheduleUpdateErrors, ScheduleUpdateResponse, ScheduleUpdateResponses, SearchMethod, SearchResult, SendMessageRequest, SlackSurfaceConfig, StackFrame, StepExecution, SurfaceBehaviorConfigInput, SurfaceChannelRouteInput, SurfaceCredentialMode, SurfaceIdentityConfigInput, SurfaceIntegrationSetupGuide, SurfacePlatform, SurfacePlatformSetupGuideResponse, SurfaceSetupField, SurfaceSetupFieldSource, SurfaceSetupMode, SurfaceSetupPhase, SurfaceSetupStatusResponse, SurfaceSetupStep, SurfaceWebhookHandlePlatformData, SurfaceWebhookHandlePlatformError, SurfaceWebhookHandlePlatformErrors, SurfaceWebhookHandlePlatformResponses, SurfaceWebhookHandleSurfaceData, SurfaceWebhookHandleSurfaceError, SurfaceWebhookHandleSurfaceErrors, SurfaceWebhookHandleSurfaceResponses, SurfaceWebhookVerifyData, SurfaceWebhookVerifyError, SurfaceWebhookVerifyErrors, SurfaceWebhookVerifyResponses, SurfaceWebhookVerifySurfaceData, SurfaceWebhookVerifySurfaceError, SurfaceWebhookVerifySurfaceErrors, SurfaceWebhookVerifySurfaceResponses, TableColumnAddData, TableColumnAddError, TableColumnAddErrors, TableColumnAddResponse, TableColumnAddResponses, TableColumnRemoveData, TableColumnRemoveError, TableColumnRemoveErrors, TableColumnRemoveResponse, TableColumnRemoveResponses, TableCreateData, TableCreateError, TableCreateErrors, TableCreateResponse, TableCreateResponses, TableDeleteData, TableDeleteError, TableDeleteErrors, TableDeleteResponse, TableDeleteResponses, TableDetailResponse, TableGetData, TableGetError, TableGetErrors, TableGetResponse, TableGetResponses, TableListData, TableListError, TableListErrors, TableListResponse, TableListResponse2, TableListResponses, TableUpdateData, TableUpdateError, TableUpdateErrors, TableUpdateResponse, TableUpdateResponses, TeamsSurfaceConfig, TelegramSurfaceConfig, TextContent, ThinkingContent, ToggleSurfaceRequest, ToolCallContent, ToolReturnContent, Update, UpdateAgentRequest, UpdateConversationRequest, UpdateDeskRequest, UpdateFunctionRequest, UpdateMemberRoleRequest, UpdateRecordRequest, UpdateScheduleRequest, UpdateSurfaceChannelsRequest, UpdateSurfaceRequest, UpdateTableRequest, UpsertSurfaceRequest, UsageLimitScopeResponse, UsageLimitsResponse, UsageListResponse, UsageOrganizationEventsListData, UsageOrganizationEventsListError, UsageOrganizationEventsListErrors, UsageOrganizationEventsListResponse, UsageOrganizationEventsListResponses, UsageOrganizationLimitsGetData, UsageOrganizationLimitsGetError, UsageOrganizationLimitsGetErrors, UsageOrganizationLimitsGetResponse, UsageOrganizationLimitsGetResponses, UsageOrganizationMeSummaryGetData, UsageOrganizationMeSummaryGetError, UsageOrganizationMeSummaryGetErrors, UsageOrganizationMeSummaryGetResponse, UsageOrganizationMeSummaryGetResponses, UsageOrganizationStatsGetData, UsageOrganizationStatsGetError, UsageOrganizationStatsGetErrors, UsageOrganizationStatsGetResponse, UsageOrganizationStatsGetResponses, UsageOrganizationSummaryGetData, UsageOrganizationSummaryGetError, UsageOrganizationSummaryGetErrors, UsageOrganizationSummaryGetResponse, UsageOrganizationSummaryGetResponses, UsageRecordResponse, UsageStatsBucketResponse, UsageStatsResponse, UsageSummaryResponse, UserApprovalListResponse, UserCurrentGetData, UserCurrentGetResponse, UserCurrentGetResponses, UserProfileGetData, UserProfileGetResponse, UserProfileGetResponses, UserProfileRequest, UserProfileUpsertData, UserProfileUpsertError, UserProfileUpsertErrors, UserProfileUpsertResponse, UserProfileUpsertResponses, UserResponse, ValidationError, VerifyTokenResponse, WaitUntilNode, WaitUntilNodeConfig, WaitUntilNodeResponse, WebhookHandleData, WebhookHandleError, WebhookHandleErrors, WebhookHandleResponse, WebhookHandleResponses, WebhookScheduleHandleData, WebhookScheduleHandleError, WebhookScheduleHandleErrors, WebhookScheduleHandleResponse, WebhookScheduleHandleResponses, WebhookVerifyData, WebhookVerifyError, WebhookVerifyErrors, WebhookVerifyResponses, WebSearchRequest, WebSearchResponse, WhatsAppSurfaceConfig, WorkflowCreateData, WorkflowCreateError, WorkflowCreateErrors, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateResponses, WorkflowDeleteData, WorkflowDeleteError, WorkflowDeleteErrors, WorkflowDeleteResponse, WorkflowDeleteResponses, WorkflowEdge, WorkflowGetData, WorkflowGetError, WorkflowGetErrors, WorkflowGetResponse, WorkflowGetResponses, WorkflowGraphUpdateData, WorkflowGraphUpdateError, WorkflowGraphUpdateErrors, WorkflowGraphUpdateRequest, WorkflowGraphUpdateResponse, WorkflowGraphUpdateResponses, WorkflowListData, WorkflowListError, WorkflowListErrors, WorkflowListResponse, WorkflowListResponse2, WorkflowListResponses, WorkflowMode, WorkflowRunGetData, WorkflowRunGetError, WorkflowRunGetErrors, WorkflowRunGetResponse, WorkflowRunGetResponses, WorkflowRunListData, WorkflowRunListError, WorkflowRunListErrors, WorkflowRunListResponse, WorkflowRunListResponse2, WorkflowRunListResponses, WorkflowRunResumeData, WorkflowRunResumeError, WorkflowRunResumeErrors, WorkflowRunResumeResponse, WorkflowRunResumeResponses, WorkflowRunSummaryResponse, WorkflowRunVisualizeData, WorkflowRunVisualizeError, WorkflowRunVisualizeErrors, WorkflowRunVisualizeResponse, WorkflowRunVisualizeResponses, WorkflowRunWaitAssignment, WorkflowRunWaitAssignmentListResponse, WorkflowRunWaitEntity, WorkflowRunWaitingAssignedToMeData, WorkflowRunWaitingAssignedToMeError, WorkflowRunWaitingAssignedToMeErrors, WorkflowRunWaitingAssignedToMeResponse, WorkflowRunWaitingAssignedToMeResponses, WorkflowRunWaitStatus, WorkflowRunWaitType, WorkflowStartData, WorkflowStartError, WorkflowStartErrors, WorkflowStartResponse, WorkflowStartResponses, WorkflowUpdateData, WorkflowUpdateError, WorkflowUpdateErrors, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateResponses, WorkflowVisualizeData, WorkflowVisualizeError, WorkflowVisualizeErrors, WorkflowVisualizeResponse, WorkflowVisualizeResponses, WorkspaceAppAccessRequest, WorkspaceAppAccessResponse, WorkspaceBrowserAccessData, WorkspaceBrowserAccessError, WorkspaceBrowserAccessErrors, WorkspaceBrowserAccessResponse, WorkspaceBrowserAccessResponses, WorkspaceMeApp, WorkspaceMeData, WorkspaceMeResponse, WorkspaceMeResponse2, WorkspaceMeResponses, WorkspaceMeSandbox, WorkspaceMeSession } from './types.gen';
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export { agentConversationApprovalList, agentConversationApprovalResolve, agentConversationCreate, agentConversationGet, agentConversationList, agentConversationMessageList, agentConversationMessageSend, agentConversationStop, agentConversationStream, agentConversationUpdate, agentCreate, agentDelete, agentGet, agentList, agentPermissionsGet, agentPermissionsReplace, agentRuntimeHarnessesList, agentRuntimeProfilesCreate, agentRuntimeProfilesList, agentSurfaceAdminConsentInfo, agentSurfaceCreate, agentSurfaceDelete, agentSurfaceGet, agentSurfaceList, agentSurfacePlatformChecklist, agentSurfaceSetupStatus, agentSurfaceTeamsAdminConsentCallback, agentSurfaceToggle, agentSurfaceUpdate, agentSurfaceUpdateChannels, agentSurfaceUpsertByPlatform, agentToolIntegrationHelperAgent, agentToolReportFeedback, agentToolWebSearch, agentUpdate, applicationGet, applicationList, applicationOperationDetail, applicationOperationDetailsBatch, applicationOperationDiscover, applicationOperationExecute, applicationSkillGet, applicationTriggerGet, applicationTriggerList, authVerifyToken, deskAssetGet, deskAssetRootGet, deskBundleUpload, deskCreate, deskDelete, deskDistArchiveGet, deskGet, deskList, deskSourceArchiveGet, deskUpdate, fileConvertedArchive, fileConvertedDownload, fileConvertedGet, fileConvertedRender, fileDelete, fileDownload, fileFolderCreate, fileGet, fileList, fileSearch, fileTree, fileUpdate, fileUpload, functionCreate, functionDelete, functionGet, functionList, functionPermissionsGet, functionPermissionsReplace, functionRun, functionRunGet, functionRunList, functionUpdate, healthCheckHealthGet, iconPublicGet, iconUpload, integrationAccountCreate, integrationAccountCredentialsGet, integrationAccountDelete, integrationAccountGet, integrationAccountList, integrationAuthConfigCreate, integrationAuthConfigDelete, integrationAuthConfigGet, integrationAuthConfigList, integrationConnectRequestCreate, integrationOauthCallback, integrationStatusGet, orgCreate, orgGet, orgInvitationAccept, orgInvitationGet, orgInvitationInvite, orgInvitationList, orgInvitationListMine, orgInvitationRevoke, orgJoinAutoJoin, orgList, orgMemberList, orgMemberRemove, orgMemberUpdateRole, orgSlugAvailability, orgSuggested, podConfigGet, podCreate, podDelete, podGet, podJoinRequestApprove, podJoinRequestCreate, podJoinRequestList, podJoinRequestMe, podList, podMemberAdd, podMemberGet, podMemberList, podMemberLookupByEmail, podMemberLookupByUserId, podMemberRemove, podMemberUpdateRoles, podPermissionsCatalog, podPermissionsMe, podResourceAccessGet, podResourceAccessGrantDelete, podResourceAccessGrantReplace, podRolePermissionsGet, podRolePermissionsReplace, podRolesCreate, podRolesDelete, podRolesList, podRolesUpdate, podUpdate, queryExecute, recordBulkCreate, recordBulkDelete, recordBulkUpdate, recordCreate, recordDelete, recordGet, recordList, recordUpdate, scheduleCreate, scheduleDelete, scheduleGet, scheduleList, scheduleUpdate, surfaceWebhookHandlePlatform, surfaceWebhookHandleSurface, surfaceWebhookVerify, surfaceWebhookVerifySurface, tableColumnAdd, tableColumnRemove, tableCreate, tableDelete, tableGet, tableList, tableUpdate, usageOrganizationEventsList, usageOrganizationLimitsGet, usageOrganizationMeSummaryGet, usageOrganizationStatsGet, usageOrganizationSummaryGet, userCurrentGet, userProfileGet, userProfileUpsert, webhookHandle, webhookScheduleHandle, webhookVerify, workflowCreate, workflowDelete, workflowGet, workflowGraphUpdate, workflowList, workflowRunGet, workflowRunList, workflowRunResume, workflowRunVisualize, workflowRunWaitingAssignedToMe, workflowStart, workflowUpdate, workflowVisualize, workspaceBrowserAccess, workspaceMe } from './sdk.gen';