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
@@ -1,6 +1,8 @@
1
1
  export function normalizeError(error, fallback) {
2
2
  if (error instanceof Error)
3
3
  return error;
4
+ if (typeof error === "string" && error.trim())
5
+ return new Error(error.trim());
4
6
  return new Error(fallback);
5
7
  }
6
8
  export function resolvePodClient(client, podId) {
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { AgentRuntimeConfig, AgentHarnessInfo, AgentHarnessListResponse, AgentDetailResponse, AgentRuntimeProfileListResponse, AgentRuntimeProfileResponse, ColumnSchema, ConversationResponse as GeneratedConversationResponse, CreateAgentRequest, DatastoreQueryResponse, DirectoryTreeNode, DirectoryTreeResponse, FileDetailResponse, FileSearchResponse, FileSearchResultSchema, FlowDetailResponse, FlowRunEntity, FunctionDetailResponse, FunctionRunResponse, FunctionRunSummaryResponse, HarnessKind, IconUploadResponse, OrganizationInvitationResponse, OrganizationMemberResponse, OrganizationResponse, PodConfigResponse, PodJoinRequestCreateResponse, PodMemberResponse, PodRoleResponse, PodResponse, ResourceAccessGrantResponse, ResourceAccessResponse, ResourceType as GeneratedResourceType, ScheduleDetailResponse, TableDetailResponse, UpdateAgentRequest, UsageRecordResponse as GeneratedUsageRecordResponse, UsageListResponse as GeneratedUsageListResponse, UsageStatsBucketResponse as GeneratedUsageStatsBucketResponse, UsageStatsResponse as GeneratedUsageStatsResponse, UsageSummaryResponse as GeneratedUsageSummaryResponse, UserResponse, WorkflowRunWaitAssignment, WorkflowRunSummaryResponse } from "./openapi_client/index.js";
1
+ import type { AgentRuntimeConfig, AgentHarnessInfo, AgentHarnessListResponse, AgentDetailResponse, AgentRuntimeProfileListResponse, AgentRuntimeProfileResponse, ColumnSchema, ConversationResponse as GeneratedConversationResponse, CreateAgentRequest, DatastoreQueryResponse, DirectoryTreeNode, DirectoryTreeResponse, FileDetailResponse, FileSearchResponse, FileSearchResultSchema, FlowDetailResponse, WorkflowRunResponse, FunctionDetailResponse, FunctionRunResponse, FunctionRunSummaryResponse, HarnessKind, IconUploadResponse, OrganizationInvitationResponse, OrganizationMemberResponse, OrganizationResponse, PodConfigResponse, PodJoinRequestCreateResponse, PodMemberResponse, PodRoleResponse, PodResponse, ResourceAccessGrantResponse, ResourceAccessResponse, ResourceType as GeneratedResourceType, ScheduleDetailResponse, TableDetailResponse, UpdateAgentRequest, UsageRecordResponse as GeneratedUsageRecordResponse, UsageListResponse as GeneratedUsageListResponse, UsageStatsBucketResponse as GeneratedUsageStatsBucketResponse, UsageStatsResponse as GeneratedUsageStatsResponse, UsageSummaryResponse as GeneratedUsageSummaryResponse, UserResponse, WorkflowRunWaitAssignment, WorkflowRunSummaryResponse } from "./openapi_client/index.js";
2
2
  /** Public ergonomic types. */
3
3
  export interface AvailableModelInfo {
4
4
  id: ConversationModel;
@@ -38,14 +38,12 @@ export interface ListRecordsOptions {
38
38
  limit?: number;
39
39
  pageToken?: string;
40
40
  offset?: number;
41
- sortBy?: string;
42
- order?: "asc" | "desc" | string;
43
- params?: Record<string, string | number | boolean | undefined | null>;
44
41
  }
45
42
  export interface RunFunctionOptions {
46
43
  /** Input payload for the function */
47
44
  input?: Record<string, unknown>;
48
45
  }
46
+ /** Form field values submitted to a workflow form node. */
49
47
  export interface WorkflowRunInputs {
50
48
  [key: string]: unknown;
51
49
  }
@@ -61,22 +59,31 @@ export type Conversation = GeneratedConversationResponse & {
61
59
  model?: ConversationModel | null;
62
60
  status?: string | null;
63
61
  };
62
+ /** Discriminator for the flat message shape (replaces the old nested content union). */
63
+ export type MessageKind = "text" | "thinking" | "notification" | "tool_call" | "tool_return";
64
64
  export interface ConversationMessageResponse {
65
65
  id: string;
66
66
  role: string;
67
- content: unknown;
67
+ kind: MessageKind;
68
+ /** Body for text / thinking / notification messages. */
69
+ text?: string | null;
70
+ /** Set on tool_call / tool_return messages. */
71
+ tool_name?: string | null;
72
+ tool_call_id?: string | null;
73
+ /** Inputs for a tool_call (arbitrary JSON). */
74
+ tool_args?: unknown;
75
+ /** Output for a tool_return (arbitrary JSON). */
76
+ tool_result?: unknown;
68
77
  created_at: string;
69
78
  conversation_id?: string;
70
79
  sequence?: number;
71
80
  agent_run_id?: string | null;
72
81
  metadata?: Record<string, unknown> | null;
73
- tool_call_id?: string | null;
74
- tool_name?: string | null;
75
82
  }
76
83
  export type ConversationMessage = ConversationMessageResponse;
77
84
  export type FunctionRun = FunctionRunResponse;
78
85
  export type FunctionRunSummary = FunctionRunSummaryResponse;
79
- export type FlowRun = FlowRunEntity;
86
+ export type FlowRun = WorkflowRunResponse;
80
87
  export type WorkflowRunSummary = WorkflowRunSummaryResponse;
81
88
  /** @deprecated Use Workflow or FlowDetailResponse. */
82
89
  export type FlowResponse = FlowDetailResponse;
@@ -97,7 +104,6 @@ export type DatastoreFileSearchResponse = FileSearchResponse;
97
104
  export type DatastoreFileSearchResult = FileSearchResultSchema;
98
105
  export type DatastoreDirectoryTree = DirectoryTreeResponse;
99
106
  export type DatastoreDirectoryTreeNode = DirectoryTreeNode;
100
- export type DatastoreFileNamespace = "PRIVATE" | "PERSONAL" | "POD";
101
107
  export type Pod = PodResponse;
102
108
  export type PodConfig = PodConfigResponse;
103
109
  export type PodMember = PodMemberResponse;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lemma-sdk",
3
- "version": "0.2.44",
4
- "description": "Official TypeScript SDK for Lemma pod-scoped APIs",
3
+ "version": "0.2.46",
4
+ "description": "Official TypeScript SDK for Lemma APIs, optimized around pod-scoped workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -20,6 +20,9 @@
20
20
  "lemma",
21
21
  "sdk",
22
22
  "typescript",
23
+ "javascript",
24
+ "node",
25
+ "browser",
23
26
  "api",
24
27
  "react"
25
28
  ],
@@ -41,6 +44,7 @@
41
44
  ],
42
45
  "scripts": {
43
46
  "generate:client": "./scripts/generate_openapi_client.sh",
47
+ "generate:client:hey": "LEMMA_TS_GENERATOR=hey ./scripts/generate_openapi_client.sh",
44
48
  "build": "npm run clean && tsc -p tsconfig.json && npm run build:bundle",
45
49
  "build:bundle": "tsc -p tsconfig.bundle.json && node ./scripts/build_browser_bundle.mjs",
46
50
  "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true, maxRetries: 10, retryDelay: 100 })\"",
@@ -61,6 +65,7 @@
61
65
  "supertokens-web-js": "^0.16.0"
62
66
  },
63
67
  "devDependencies": {
68
+ "@hey-api/openapi-ts": "^0.73.0",
64
69
  "@types/react": "^19.2.14",
65
70
  "openapi-typescript-codegen": "^0.29.0",
66
71
  "shadcn": "^4.2.0",
@@ -1,8 +0,0 @@
1
- import type { BillingInvoiceResponse } from './BillingInvoiceResponse.js';
2
- /**
3
- * Response schema for billing invoice history.
4
- */
5
- export type BillingHistoryResponse = {
6
- items: Array<BillingInvoiceResponse>;
7
- next_page_token?: (string | null);
8
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * Billing interval enum.
3
- */
4
- export declare enum BillingInterval {
5
- MONTHLY = "MONTHLY",
6
- YEARLY = "YEARLY"
7
- }
@@ -1,12 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * Billing interval enum.
7
- */
8
- export var BillingInterval;
9
- (function (BillingInterval) {
10
- BillingInterval["MONTHLY"] = "MONTHLY";
11
- BillingInterval["YEARLY"] = "YEARLY";
12
- })(BillingInterval || (BillingInterval = {}));
@@ -1,27 +0,0 @@
1
- import type { BillingInvoiceStatus } from './BillingInvoiceStatus.js';
2
- /**
3
- * Response schema for a billing invoice.
4
- */
5
- export type BillingInvoiceResponse = {
6
- amount_cents: number;
7
- checkout_url: (string | null);
8
- created_at: string;
9
- currency: string;
10
- dodo_payment_id: (string | null);
11
- due_at: (string | null);
12
- id: string;
13
- llm_credit_cents: number;
14
- llm_overage_cents: number;
15
- metadata: Record<string, any>;
16
- organization_id: (string | null);
17
- paid_at: (string | null);
18
- period_end: string;
19
- period_start: string;
20
- plan_id: string;
21
- seat_count: number;
22
- status: BillingInvoiceStatus;
23
- subscription_id: (string | null);
24
- total_cents: number;
25
- updated_at: string;
26
- user_id: (string | null);
27
- };
@@ -1,10 +0,0 @@
1
- /**
2
- * Billing invoice status enum.
3
- */
4
- export declare enum BillingInvoiceStatus {
5
- DRAFT = "draft",
6
- UNPAID = "unpaid",
7
- PAID = "paid",
8
- FAILED = "failed",
9
- VOID = "void"
10
- }
@@ -1,15 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * Billing invoice status enum.
7
- */
8
- export var BillingInvoiceStatus;
9
- (function (BillingInvoiceStatus) {
10
- BillingInvoiceStatus["DRAFT"] = "draft";
11
- BillingInvoiceStatus["UNPAID"] = "unpaid";
12
- BillingInvoiceStatus["PAID"] = "paid";
13
- BillingInvoiceStatus["FAILED"] = "failed";
14
- BillingInvoiceStatus["VOID"] = "void";
15
- })(BillingInvoiceStatus || (BillingInvoiceStatus = {}));
@@ -1,10 +0,0 @@
1
- import type { SubscriptionStatus } from './SubscriptionStatus.js';
2
- /**
3
- * Response for subscription cancellation.
4
- */
5
- export type CancelSubscriptionResponse = {
6
- effective_date: (string | null);
7
- message: string;
8
- status: SubscriptionStatus;
9
- subscription_id: string;
10
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * Request to generate a payment URL for an invoice.
3
- */
4
- export type CreateInvoicePaymentUrlRequest = {
5
- cancel_url: string;
6
- success_url: string;
7
- };
@@ -1,8 +0,0 @@
1
- import type { BillingInvoiceResponse } from './BillingInvoiceResponse.js';
2
- /**
3
- * Response with invoice payment checkout URL.
4
- */
5
- export type CreateInvoicePaymentUrlResponse = {
6
- checkout_url: string;
7
- invoice: BillingInvoiceResponse;
8
- };
@@ -1,6 +0,0 @@
1
- /**
2
- * Schema for datastore/table/record action message responses.
3
- */
4
- export type DatastoreMessageResponse = {
5
- message: string;
6
- };
@@ -1,11 +0,0 @@
1
- export type DeskServingConfigResponse = {
2
- base_domain: string;
3
- mode: DeskServingConfigResponse.mode;
4
- path_prefix: string;
5
- };
6
- export declare namespace DeskServingConfigResponse {
7
- enum mode {
8
- HOST = "HOST",
9
- PATH = "PATH"
10
- }
11
- }
@@ -1,8 +0,0 @@
1
- export var DeskServingConfigResponse;
2
- (function (DeskServingConfigResponse) {
3
- let mode;
4
- (function (mode) {
5
- mode["HOST"] = "HOST";
6
- mode["PATH"] = "PATH";
7
- })(mode = DeskServingConfigResponse.mode || (DeskServingConfigResponse.mode = {}));
8
- })(DeskServingConfigResponse || (DeskServingConfigResponse = {}));
@@ -1,36 +0,0 @@
1
- import type { FlowRunStatus } from './FlowRunStatus.js';
2
- import type { StackFrame } from './StackFrame.js';
3
- import type { StepExecution } from './StepExecution.js';
4
- /**
5
- * FlowRun Aggregate representing an execution of a Flow.
6
- */
7
- export type FlowRunEntity = {
8
- completed_at?: (string | null);
9
- created_at?: string;
10
- current_node_id?: (string | null);
11
- execution_context?: Record<string, any>;
12
- execution_stack?: Array<StackFrame>;
13
- flow_id: string;
14
- id?: string;
15
- pod_id: string;
16
- schedule_event_id?: (string | null);
17
- start_payload?: Record<string, any>;
18
- start_type?: string;
19
- started_at?: (string | null);
20
- status?: FlowRunStatus;
21
- step_history?: Array<StepExecution>;
22
- updated_at?: string;
23
- user_id: string;
24
- /**
25
- * Agent conversation id when the workflow is waiting for a pod agent execution.
26
- */
27
- waiting_agent_conversation_id?: (string | null);
28
- /**
29
- * Function run id when the workflow is waiting for an async function.
30
- */
31
- waiting_function_run_id?: (string | null);
32
- /**
33
- * Scheduler wake job id when the workflow is waiting for time.
34
- */
35
- waiting_timer_id?: (string | null);
36
- };
@@ -1,7 +0,0 @@
1
- export type GmailSurfaceConfig = {
2
- created_at?: string;
3
- dm_conversation_reset_after_hours?: number;
4
- id?: string;
5
- type?: string;
6
- updated_at?: string;
7
- };
@@ -1,4 +0,0 @@
1
- export type NotificationContent = {
2
- content: string;
3
- type?: string;
4
- };
@@ -1,7 +0,0 @@
1
- export type OutlookSurfaceConfig = {
2
- created_at?: string;
3
- dm_conversation_reset_after_hours?: number;
4
- id?: string;
5
- type?: string;
6
- updated_at?: string;
7
- };
@@ -1,8 +0,0 @@
1
- import type { PlanResponse } from './PlanResponse.js';
2
- /**
3
- * Response schema for list of plans.
4
- */
5
- export type PlanListResponse = {
6
- items: Array<PlanResponse>;
7
- next_page_token?: (string | null);
8
- };
@@ -1,18 +0,0 @@
1
- import type { PlanType } from './PlanType.js';
2
- /**
3
- * Response schema for a plan.
4
- */
5
- export type PlanResponse = {
6
- created_at: string;
7
- currency: string;
8
- description: (string | null);
9
- features: Record<string, any>;
10
- id: string;
11
- is_active: boolean;
12
- name: string;
13
- plan_type: PlanType;
14
- price_cents: number;
15
- seat_limit: (number | null);
16
- updated_at: string;
17
- usage_limits: Record<string, any>;
18
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * Plan type enum.
3
- */
4
- export declare enum PlanType {
5
- PERSONAL = "PERSONAL",
6
- TEAM = "TEAM"
7
- }
@@ -1,12 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * Plan type enum.
7
- */
8
- export var PlanType;
9
- (function (PlanType) {
10
- PlanType["PERSONAL"] = "PERSONAL";
11
- PlanType["TEAM"] = "TEAM";
12
- })(PlanType || (PlanType = {}));
@@ -1,9 +0,0 @@
1
- /**
2
- * Schema for a single record response.
3
- */
4
- export type RecordResponse = {
5
- /**
6
- * Record data
7
- */
8
- data: Record<string, any>;
9
- };
@@ -1,10 +0,0 @@
1
- /**
2
- * Response for seat availability info.
3
- */
4
- export type SeatInfoResponse = {
5
- current_seats: number;
6
- has_available_seats: boolean;
7
- organization_id: string;
8
- seat_limit: (number | null);
9
- seats_remaining: (number | null);
10
- };
@@ -1,7 +0,0 @@
1
- export type SlackSurfaceConfig = {
2
- created_at?: string;
3
- dm_conversation_reset_after_hours?: number;
4
- id?: string;
5
- type?: string;
6
- updated_at?: string;
7
- };
@@ -1,11 +0,0 @@
1
- /**
2
- * Execution stack frame for loops.
3
- */
4
- export type StackFrame = {
5
- index: number;
6
- item_var: string;
7
- items: Array<any>;
8
- node_id: string;
9
- results?: Array<any>;
10
- return_node_id?: (string | null);
11
- };
@@ -1,14 +0,0 @@
1
- /**
2
- * Request to start a subscription.
3
- */
4
- export type StartSubscriptionRequest = {
5
- /**
6
- * URL to redirect if payment is cancelled
7
- */
8
- cancel_url: string;
9
- plan_id: string;
10
- /**
11
- * URL to redirect after successful payment
12
- */
13
- success_url: string;
14
- };
@@ -1,9 +0,0 @@
1
- import type { SubscriptionResponse } from './SubscriptionResponse.js';
2
- /**
3
- * Response with checkout URL.
4
- */
5
- export type StartSubscriptionResponse = {
6
- checkout_url?: (string | null);
7
- message?: string;
8
- subscription?: (SubscriptionResponse | null);
9
- };
@@ -1,6 +0,0 @@
1
- /**
2
- * Request to start monthly-invoiced team billing.
3
- */
4
- export type StartTeamBillingRequest = {
5
- plan_id: string;
6
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- import type { FlowRunStatus } from './FlowRunStatus.js';
2
- /**
3
- * Record of a single node execution.
4
- */
5
- export type StepExecution = {
6
- completed_at?: (string | null);
7
- error?: (string | null);
8
- input_data?: (Record<string, any> | null);
9
- node_id: string;
10
- output_data?: null;
11
- started_at: string;
12
- status: FlowRunStatus;
13
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,22 +0,0 @@
1
- import type { BillingInterval } from './BillingInterval.js';
2
- import type { PlanResponse } from './PlanResponse.js';
3
- import type { SubscriptionStatus } from './SubscriptionStatus.js';
4
- /**
5
- * Response schema for a subscription.
6
- */
7
- export type SubscriptionResponse = {
8
- billing_interval: BillingInterval;
9
- cancel_at_period_end: boolean;
10
- created_at: string;
11
- current_period_end: (string | null);
12
- current_period_start: (string | null);
13
- dodo_subscription_id: (string | null);
14
- id: string;
15
- organization_id: (string | null);
16
- plan?: (PlanResponse | null);
17
- plan_id: string;
18
- seat_count: number;
19
- status: SubscriptionStatus;
20
- updated_at: string;
21
- user_id: (string | null);
22
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- /**
2
- * Subscription status enum.
3
- */
4
- export declare enum SubscriptionStatus {
5
- PENDING = "pending",
6
- ACTIVE = "active",
7
- CANCELLED = "cancelled",
8
- EXPIRED = "expired",
9
- PAST_DUE = "past_due"
10
- }
@@ -1,15 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * Subscription status enum.
7
- */
8
- export var SubscriptionStatus;
9
- (function (SubscriptionStatus) {
10
- SubscriptionStatus["PENDING"] = "pending";
11
- SubscriptionStatus["ACTIVE"] = "active";
12
- SubscriptionStatus["CANCELLED"] = "cancelled";
13
- SubscriptionStatus["EXPIRED"] = "expired";
14
- SubscriptionStatus["PAST_DUE"] = "past_due";
15
- })(SubscriptionStatus || (SubscriptionStatus = {}));
@@ -1,10 +0,0 @@
1
- import type { SubscriptionStatus } from './SubscriptionStatus.js';
2
- /**
3
- * Simple subscription status response.
4
- */
5
- export type SubscriptionStatusResponse = {
6
- has_subscription: boolean;
7
- is_active: boolean;
8
- plan_name: (string | null);
9
- status: (SubscriptionStatus | null);
10
- };
@@ -1,22 +0,0 @@
1
- import type { BillingInterval } from './BillingInterval.js';
2
- import type { PlanResponse } from './PlanResponse.js';
3
- import type { SubscriptionStatus } from './SubscriptionStatus.js';
4
- /**
5
- * Subscription response with plan details.
6
- */
7
- export type SubscriptionWithPlanResponse = {
8
- billing_interval: BillingInterval;
9
- cancel_at_period_end: boolean;
10
- created_at: string;
11
- current_period_end: (string | null);
12
- current_period_start: (string | null);
13
- dodo_subscription_id: (string | null);
14
- id: string;
15
- organization_id: (string | null);
16
- plan: PlanResponse;
17
- plan_id: string;
18
- seat_count: number;
19
- status: SubscriptionStatus;
20
- updated_at: string;
21
- user_id: (string | null);
22
- };
@@ -1,6 +0,0 @@
1
- export declare enum SurfaceEventMode {
2
- WEBHOOK = "WEBHOOK",
3
- POLLING = "POLLING",
4
- SOCKET = "SOCKET",
5
- SCHEDULE = "SCHEDULE"
6
- }
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export var SurfaceEventMode;
6
- (function (SurfaceEventMode) {
7
- SurfaceEventMode["WEBHOOK"] = "WEBHOOK";
8
- SurfaceEventMode["POLLING"] = "POLLING";
9
- SurfaceEventMode["SOCKET"] = "SOCKET";
10
- SurfaceEventMode["SCHEDULE"] = "SCHEDULE";
11
- })(SurfaceEventMode || (SurfaceEventMode = {}));
@@ -1,5 +0,0 @@
1
- export declare enum SurfaceMode {
2
- DM = "DM",
3
- CHANNEL = "CHANNEL",
4
- EMAIL = "EMAIL"
5
- }
@@ -1,10 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export var SurfaceMode;
6
- (function (SurfaceMode) {
7
- SurfaceMode["DM"] = "DM";
8
- SurfaceMode["CHANNEL"] = "CHANNEL";
9
- SurfaceMode["EMAIL"] = "EMAIL";
10
- })(SurfaceMode || (SurfaceMode = {}));
@@ -1,4 +0,0 @@
1
- export declare enum SurfaceRoutingScope {
2
- POD = "POD",
3
- PERSONAL = "PERSONAL"
4
- }
@@ -1,9 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export var SurfaceRoutingScope;
6
- (function (SurfaceRoutingScope) {
7
- SurfaceRoutingScope["POD"] = "POD";
8
- SurfaceRoutingScope["PERSONAL"] = "PERSONAL";
9
- })(SurfaceRoutingScope || (SurfaceRoutingScope = {}));
@@ -1,7 +0,0 @@
1
- export type TeamsSurfaceConfig = {
2
- created_at?: string;
3
- dm_conversation_reset_after_hours?: number;
4
- id?: string;
5
- type?: string;
6
- updated_at?: string;
7
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- export type TelegramSurfaceConfig = {
2
- created_at?: string;
3
- dm_conversation_reset_after_hours?: number;
4
- id?: string;
5
- type?: string;
6
- updated_at?: string;
7
- };