phenoml 14.0.0 → 16.0.0

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 (343) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/agent/client/Client.d.ts +5 -5
  3. package/dist/cjs/api/resources/agent/client/Client.js +2 -2
  4. package/dist/cjs/api/resources/agent/client/requests/AgentChatRequest.d.ts +1 -1
  5. package/dist/cjs/api/resources/agent/client/requests/AgentStreamChatRequest.d.ts +1 -1
  6. package/dist/cjs/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.d.ts → GetChatMessagesRequest.d.ts} +3 -3
  7. package/dist/{esm/api/resources/agent/client/requests/AgentListRequest.d.mts → cjs/api/resources/agent/client/requests/ListRequest.d.ts} +1 -1
  8. package/dist/cjs/api/resources/agent/client/requests/index.d.ts +2 -2
  9. package/dist/cjs/api/resources/agent/types/{AgentDeleteResponse.d.ts → DeleteResponse.d.ts} +1 -1
  10. package/dist/cjs/api/resources/agent/types/GetChatMessagesRequestOrder.d.ts +5 -0
  11. package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesRequestOrder.js → GetChatMessagesRequestOrder.js} +2 -2
  12. package/dist/cjs/api/resources/agent/types/GetChatMessagesRequestRole.d.ts +7 -0
  13. package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesRequestRole.js → GetChatMessagesRequestRole.js} +2 -2
  14. package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesResponse.d.ts → GetChatMessagesResponse.d.ts} +1 -1
  15. package/dist/cjs/api/resources/agent/types/{AgentListResponse.d.ts → ListResponse.d.ts} +1 -1
  16. package/dist/cjs/api/resources/agent/types/index.d.ts +5 -5
  17. package/dist/cjs/api/resources/agent/types/index.js +5 -5
  18. package/dist/cjs/api/resources/authtoken/client/Client.d.ts +26 -4
  19. package/dist/cjs/api/resources/authtoken/client/Client.js +109 -4
  20. package/dist/cjs/api/resources/authtoken/client/index.d.ts +1 -1
  21. package/dist/cjs/api/resources/authtoken/client/index.js +15 -0
  22. package/dist/cjs/api/resources/authtoken/exports.d.ts +0 -1
  23. package/dist/cjs/api/resources/authtoken/exports.js +0 -1
  24. package/dist/cjs/api/resources/authtoken/index.d.ts +0 -1
  25. package/dist/cjs/api/resources/authtoken/index.js +0 -1
  26. package/dist/cjs/api/resources/construe/client/Client.d.ts +35 -35
  27. package/dist/cjs/api/resources/construe/client/Client.js +43 -43
  28. package/dist/cjs/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.d.ts → DeleteCodeSystemRequest.d.ts} +1 -1
  29. package/dist/{esm/api/resources/construe/client/requests/DeleteConstrueCodesSystemsCodesystemRequest.d.mts → cjs/api/resources/construe/client/requests/ExportCodeSystemRequest.d.ts} +1 -1
  30. package/dist/{esm/api/resources/construe/client/requests/GetConstrueCodesCodesystemCodeIdRequest.d.mts → cjs/api/resources/construe/client/requests/GetCodeRequest.d.ts} +1 -1
  31. package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.d.ts → GetCodeSystemRequest.d.ts} +1 -1
  32. package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.d.ts → ListCodesRequest.d.ts} +1 -1
  33. package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.d.ts → SearchSemanticRequest.d.ts} +1 -1
  34. package/dist/{esm/api/resources/construe/client/requests/GetConstrueCodesCodesystemSearchTextRequest.d.mts → cjs/api/resources/construe/client/requests/SearchTextRequest.d.ts} +1 -1
  35. package/dist/cjs/api/resources/construe/client/requests/index.d.ts +7 -7
  36. package/dist/{esm/api/resources/construe/types/ConstrueUploadCodeSystemResponse.d.mts → cjs/api/resources/construe/types/UploadCodeSystemResponse.d.ts} +1 -1
  37. package/dist/cjs/api/resources/construe/types/index.d.ts +1 -1
  38. package/dist/cjs/api/resources/construe/types/index.js +1 -1
  39. package/dist/cjs/api/resources/fhir/client/Client.d.ts +12 -12
  40. package/dist/cjs/api/resources/fhir/client/Client.js +6 -6
  41. package/dist/cjs/api/resources/fhir/client/requests/{FhirCreateRequest.d.ts → CreateRequest.d.ts} +1 -1
  42. package/dist/{esm/api/resources/fhir/client/requests/FhirDeleteRequest.d.mts → cjs/api/resources/fhir/client/requests/DeleteRequest.d.ts} +1 -1
  43. package/dist/cjs/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.d.ts → ExecuteBundleRequest.d.ts} +1 -1
  44. package/dist/cjs/api/resources/fhir/client/requests/{FhirPatchRequest.d.ts → PatchRequest.d.ts} +2 -2
  45. package/dist/cjs/api/resources/fhir/client/requests/{FhirSearchRequest.d.ts → SearchRequest.d.ts} +1 -1
  46. package/dist/cjs/api/resources/fhir/client/requests/{FhirUpsertRequest.d.ts → UpsertRequest.d.ts} +1 -1
  47. package/dist/cjs/api/resources/fhir/client/requests/index.d.ts +6 -6
  48. package/dist/cjs/api/resources/fhir/types/{FhirPatchRequestBodyItem.d.ts → PatchRequestBodyItem.d.ts} +3 -3
  49. package/dist/cjs/api/resources/fhir/types/{FhirPatchRequestBodyItem.js → PatchRequestBodyItem.js} +5 -5
  50. package/dist/cjs/api/resources/fhir/types/SearchResponse.d.ts +2 -0
  51. package/dist/cjs/api/resources/fhir/types/index.d.ts +2 -2
  52. package/dist/cjs/api/resources/fhir/types/index.js +2 -2
  53. package/dist/cjs/api/resources/fhirProvider/client/Client.d.ts +2 -2
  54. package/dist/cjs/api/resources/fhirProvider/client/Client.js +1 -4
  55. package/dist/{esm/api/resources/agent/types/AgentDeleteResponse.d.mts → cjs/api/resources/fhirProvider/types/DeleteResponse.d.ts} +1 -1
  56. package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.d.ts → RemoveAuthConfigResponse.d.ts} +1 -1
  57. package/dist/cjs/api/resources/fhirProvider/types/index.d.ts +2 -2
  58. package/dist/cjs/api/resources/fhirProvider/types/index.js +2 -2
  59. package/dist/cjs/api/resources/lang2Fhir/client/Client.d.ts +4 -4
  60. package/dist/cjs/api/resources/lang2Fhir/client/Client.js +4 -4
  61. package/dist/cjs/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.d.ts → UploadProfileResponse.d.ts} +1 -1
  62. package/dist/cjs/api/resources/lang2Fhir/types/index.d.ts +1 -1
  63. package/dist/cjs/api/resources/lang2Fhir/types/index.js +1 -1
  64. package/dist/cjs/api/resources/summary/client/Client.d.ts +3 -88
  65. package/dist/cjs/api/resources/summary/client/Client.js +4 -309
  66. package/dist/cjs/api/resources/summary/client/requests/index.d.ts +0 -2
  67. package/dist/cjs/api/resources/summary/exports.d.ts +1 -0
  68. package/dist/cjs/api/resources/summary/exports.js +1 -0
  69. package/dist/cjs/api/resources/summary/index.d.ts +1 -0
  70. package/dist/cjs/api/resources/summary/index.js +1 -0
  71. package/dist/cjs/api/resources/summary/resources/index.d.ts +3 -0
  72. package/dist/cjs/api/resources/{authtoken → summary}/resources/index.js +4 -3
  73. package/dist/cjs/api/resources/summary/resources/templates/client/Client.d.ts +101 -0
  74. package/dist/cjs/api/resources/summary/resources/templates/client/Client.js +366 -0
  75. package/dist/cjs/api/resources/summary/resources/templates/client/requests/index.d.ts +2 -0
  76. package/dist/cjs/api/resources/summary/resources/templates/exports.d.ts +2 -0
  77. package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/exports.js +2 -2
  78. package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.d.ts +1 -0
  79. package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.js +1 -0
  80. package/dist/cjs/api/resources/{workflows/types/WorkflowsDeleteResponse.d.ts → summary/resources/templates/types/TemplatesDeleteResponse.d.ts} +1 -1
  81. package/dist/cjs/api/resources/summary/{types/SummaryGetTemplateResponse.d.ts → resources/templates/types/TemplatesGetResponse.d.ts} +2 -2
  82. package/dist/cjs/api/resources/summary/{types/SummaryListTemplatesResponse.d.ts → resources/templates/types/TemplatesListResponse.d.ts} +2 -2
  83. package/dist/cjs/api/resources/summary/{types/SummaryUpdateTemplateResponse.d.ts → resources/templates/types/TemplatesUpdateResponse.d.ts} +2 -2
  84. package/dist/cjs/api/resources/summary/resources/templates/types/index.d.ts +4 -0
  85. package/dist/cjs/api/resources/summary/resources/templates/types/index.js +20 -0
  86. package/dist/cjs/api/resources/summary/types/index.d.ts +0 -4
  87. package/dist/cjs/api/resources/summary/types/index.js +0 -4
  88. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/index.d.ts +0 -1
  89. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/index.js +0 -4
  90. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/Client.d.ts +0 -21
  91. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/Client.js +0 -68
  92. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/index.d.ts +1 -1
  93. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/index.js +0 -15
  94. package/dist/cjs/api/resources/tools/types/index.d.ts +0 -1
  95. package/dist/cjs/api/resources/tools/types/index.js +0 -1
  96. package/dist/cjs/api/resources/workflows/client/Client.d.ts +7 -6
  97. package/dist/cjs/api/resources/workflows/client/Client.js +8 -14
  98. package/dist/{esm/api/resources/workflows/client/requests/WorkflowsGetRequest.d.mts → cjs/api/resources/workflows/client/requests/GetRequest.d.ts} +1 -1
  99. package/dist/cjs/api/resources/workflows/client/requests/{WorkflowsGetRequest.d.ts → ListRequest.d.ts} +1 -1
  100. package/dist/cjs/api/resources/workflows/client/requests/index.d.ts +2 -2
  101. package/dist/cjs/api/resources/workflows/errors/GatewayTimeoutError.d.ts +5 -0
  102. package/dist/cjs/api/resources/workflows/errors/GatewayTimeoutError.js +54 -0
  103. package/dist/cjs/api/resources/workflows/errors/index.d.ts +1 -0
  104. package/dist/cjs/api/resources/workflows/errors/index.js +1 -0
  105. package/dist/{esm/api/resources/workflows/types/WorkflowsDeleteResponse.d.mts → cjs/api/resources/workflows/types/DeleteResponse.d.ts} +1 -1
  106. package/dist/cjs/api/resources/workflows/types/{WorkflowsGetResponse.d.ts → GetResponse.d.ts} +1 -1
  107. package/dist/cjs/api/resources/workflows/types/{WorkflowsUpdateResponse.d.ts → UpdateResponse.d.ts} +1 -1
  108. package/dist/cjs/api/resources/workflows/types/index.d.ts +3 -3
  109. package/dist/cjs/api/resources/workflows/types/index.js +3 -3
  110. package/dist/cjs/auth/OAuthAuthProvider.js +2 -2
  111. package/dist/cjs/version.d.ts +1 -1
  112. package/dist/cjs/version.js +1 -1
  113. package/dist/esm/BaseClient.mjs +2 -2
  114. package/dist/esm/api/resources/agent/client/Client.d.mts +5 -5
  115. package/dist/esm/api/resources/agent/client/Client.mjs +2 -2
  116. package/dist/esm/api/resources/agent/client/requests/AgentChatRequest.d.mts +1 -1
  117. package/dist/esm/api/resources/agent/client/requests/AgentStreamChatRequest.d.mts +1 -1
  118. package/dist/esm/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.d.mts → GetChatMessagesRequest.d.mts} +3 -3
  119. package/dist/{cjs/api/resources/agent/client/requests/AgentListRequest.d.ts → esm/api/resources/agent/client/requests/ListRequest.d.mts} +1 -1
  120. package/dist/esm/api/resources/agent/client/requests/index.d.mts +2 -2
  121. package/dist/esm/api/resources/agent/types/DeleteResponse.d.mts +4 -0
  122. package/dist/esm/api/resources/agent/types/GetChatMessagesRequestOrder.d.mts +5 -0
  123. package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesRequestOrder.mjs → GetChatMessagesRequestOrder.mjs} +1 -1
  124. package/dist/esm/api/resources/agent/types/GetChatMessagesRequestRole.d.mts +7 -0
  125. package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesRequestRole.mjs → GetChatMessagesRequestRole.mjs} +1 -1
  126. package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesResponse.d.mts → GetChatMessagesResponse.d.mts} +1 -1
  127. package/dist/esm/api/resources/agent/types/{AgentListResponse.d.mts → ListResponse.d.mts} +1 -1
  128. package/dist/esm/api/resources/agent/types/index.d.mts +5 -5
  129. package/dist/esm/api/resources/agent/types/index.mjs +5 -5
  130. package/dist/esm/api/resources/authtoken/client/Client.d.mts +26 -4
  131. package/dist/esm/api/resources/authtoken/client/Client.mjs +76 -4
  132. package/dist/esm/api/resources/authtoken/client/index.d.mts +1 -1
  133. package/dist/esm/api/resources/authtoken/client/index.mjs +1 -1
  134. package/dist/esm/api/resources/authtoken/exports.d.mts +0 -1
  135. package/dist/esm/api/resources/authtoken/exports.mjs +0 -1
  136. package/dist/esm/api/resources/authtoken/index.d.mts +0 -1
  137. package/dist/esm/api/resources/authtoken/index.mjs +0 -1
  138. package/dist/esm/api/resources/construe/client/Client.d.mts +35 -35
  139. package/dist/esm/api/resources/construe/client/Client.mjs +43 -43
  140. package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.d.mts → DeleteCodeSystemRequest.d.mts} +1 -1
  141. package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesSystemsCodesystemExportRequest.d.ts → esm/api/resources/construe/client/requests/ExportCodeSystemRequest.d.mts} +1 -1
  142. package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesCodesystemCodeIdRequest.d.ts → esm/api/resources/construe/client/requests/GetCodeRequest.d.mts} +1 -1
  143. package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.d.mts → GetCodeSystemRequest.d.mts} +1 -1
  144. package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.d.mts → ListCodesRequest.d.mts} +1 -1
  145. package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.d.mts → SearchSemanticRequest.d.mts} +1 -1
  146. package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesCodesystemSearchTextRequest.d.ts → esm/api/resources/construe/client/requests/SearchTextRequest.d.mts} +1 -1
  147. package/dist/esm/api/resources/construe/client/requests/index.d.mts +7 -7
  148. package/dist/{cjs/api/resources/construe/types/ConstrueUploadCodeSystemResponse.d.ts → esm/api/resources/construe/types/UploadCodeSystemResponse.d.mts} +1 -1
  149. package/dist/esm/api/resources/construe/types/index.d.mts +1 -1
  150. package/dist/esm/api/resources/construe/types/index.mjs +1 -1
  151. package/dist/esm/api/resources/fhir/client/Client.d.mts +12 -12
  152. package/dist/esm/api/resources/fhir/client/Client.mjs +6 -6
  153. package/dist/esm/api/resources/fhir/client/requests/{FhirCreateRequest.d.mts → CreateRequest.d.mts} +1 -1
  154. package/dist/{cjs/api/resources/fhir/client/requests/FhirDeleteRequest.d.ts → esm/api/resources/fhir/client/requests/DeleteRequest.d.mts} +1 -1
  155. package/dist/esm/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.d.mts → ExecuteBundleRequest.d.mts} +1 -1
  156. package/dist/esm/api/resources/fhir/client/requests/{FhirPatchRequest.d.mts → PatchRequest.d.mts} +2 -2
  157. package/dist/esm/api/resources/fhir/client/requests/{FhirSearchRequest.d.mts → SearchRequest.d.mts} +1 -1
  158. package/dist/esm/api/resources/fhir/client/requests/{FhirUpsertRequest.d.mts → UpsertRequest.d.mts} +1 -1
  159. package/dist/esm/api/resources/fhir/client/requests/index.d.mts +6 -6
  160. package/dist/esm/api/resources/fhir/types/{FhirPatchRequestBodyItem.d.mts → PatchRequestBodyItem.d.mts} +3 -3
  161. package/dist/esm/api/resources/fhir/types/{FhirPatchRequestBodyItem.mjs → PatchRequestBodyItem.mjs} +4 -4
  162. package/dist/esm/api/resources/fhir/types/SearchResponse.d.mts +2 -0
  163. package/dist/esm/api/resources/fhir/types/index.d.mts +2 -2
  164. package/dist/esm/api/resources/fhir/types/index.mjs +2 -2
  165. package/dist/esm/api/resources/fhirProvider/client/Client.d.mts +2 -2
  166. package/dist/esm/api/resources/fhirProvider/client/Client.mjs +1 -4
  167. package/dist/esm/api/resources/fhirProvider/types/DeleteResponse.d.mts +4 -0
  168. package/dist/esm/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.d.mts → RemoveAuthConfigResponse.d.mts} +1 -1
  169. package/dist/esm/api/resources/fhirProvider/types/index.d.mts +2 -2
  170. package/dist/esm/api/resources/fhirProvider/types/index.mjs +2 -2
  171. package/dist/esm/api/resources/lang2Fhir/client/Client.d.mts +4 -4
  172. package/dist/esm/api/resources/lang2Fhir/client/Client.mjs +4 -4
  173. package/dist/esm/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.d.mts → UploadProfileResponse.d.mts} +1 -1
  174. package/dist/esm/api/resources/lang2Fhir/types/index.d.mts +1 -1
  175. package/dist/esm/api/resources/lang2Fhir/types/index.mjs +1 -1
  176. package/dist/esm/api/resources/summary/client/Client.d.mts +3 -88
  177. package/dist/esm/api/resources/summary/client/Client.mjs +4 -309
  178. package/dist/esm/api/resources/summary/client/requests/index.d.mts +0 -2
  179. package/dist/esm/api/resources/summary/exports.d.mts +1 -0
  180. package/dist/esm/api/resources/summary/exports.mjs +1 -0
  181. package/dist/esm/api/resources/summary/index.d.mts +1 -0
  182. package/dist/esm/api/resources/summary/index.mjs +1 -0
  183. package/dist/esm/api/resources/summary/resources/index.d.mts +3 -0
  184. package/dist/esm/api/resources/summary/resources/index.mjs +3 -0
  185. package/dist/esm/api/resources/summary/resources/templates/client/Client.d.mts +101 -0
  186. package/dist/esm/api/resources/summary/resources/templates/client/Client.mjs +329 -0
  187. package/dist/esm/api/resources/summary/resources/templates/client/requests/index.d.mts +2 -0
  188. package/dist/esm/api/resources/summary/resources/templates/exports.d.mts +2 -0
  189. package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/exports.mjs +1 -1
  190. package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.d.mts +1 -0
  191. package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.mjs +1 -0
  192. package/dist/esm/api/resources/summary/resources/templates/types/TemplatesDeleteResponse.d.mts +4 -0
  193. package/dist/esm/api/resources/summary/resources/templates/types/TemplatesGetResponse.d.mts +5 -0
  194. package/dist/esm/api/resources/summary/{types/SummaryListTemplatesResponse.d.mts → resources/templates/types/TemplatesListResponse.d.mts} +2 -2
  195. package/dist/esm/api/resources/summary/{types/SummaryUpdateTemplateResponse.d.mts → resources/templates/types/TemplatesUpdateResponse.d.mts} +2 -2
  196. package/dist/esm/api/resources/summary/resources/templates/types/index.d.mts +4 -0
  197. package/dist/esm/api/resources/summary/resources/templates/types/index.mjs +4 -0
  198. package/dist/esm/api/resources/summary/types/index.d.mts +0 -4
  199. package/dist/esm/api/resources/summary/types/index.mjs +0 -4
  200. package/dist/esm/api/resources/tools/resources/mcpServer/resources/index.d.mts +0 -1
  201. package/dist/esm/api/resources/tools/resources/mcpServer/resources/index.mjs +0 -1
  202. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/Client.d.mts +0 -21
  203. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/Client.mjs +0 -68
  204. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/index.d.mts +1 -1
  205. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/index.mjs +1 -1
  206. package/dist/esm/api/resources/tools/types/index.d.mts +0 -1
  207. package/dist/esm/api/resources/tools/types/index.mjs +0 -1
  208. package/dist/esm/api/resources/workflows/client/Client.d.mts +7 -6
  209. package/dist/esm/api/resources/workflows/client/Client.mjs +8 -14
  210. package/dist/{cjs/api/resources/workflows/client/requests/WorkflowsListRequest.d.ts → esm/api/resources/workflows/client/requests/GetRequest.d.mts} +1 -1
  211. package/dist/esm/api/resources/workflows/client/requests/{WorkflowsListRequest.d.mts → ListRequest.d.mts} +1 -1
  212. package/dist/esm/api/resources/workflows/client/requests/index.d.mts +2 -2
  213. package/dist/esm/api/resources/workflows/errors/GatewayTimeoutError.d.mts +5 -0
  214. package/dist/esm/api/resources/workflows/errors/GatewayTimeoutError.mjs +17 -0
  215. package/dist/esm/api/resources/workflows/errors/index.d.mts +1 -0
  216. package/dist/esm/api/resources/workflows/errors/index.mjs +1 -0
  217. package/dist/esm/api/resources/workflows/types/DeleteResponse.d.mts +4 -0
  218. package/dist/esm/api/resources/workflows/types/{WorkflowsGetResponse.d.mts → GetResponse.d.mts} +1 -1
  219. package/dist/esm/api/resources/workflows/types/{WorkflowsUpdateResponse.d.mts → UpdateResponse.d.mts} +1 -1
  220. package/dist/esm/api/resources/workflows/types/index.d.mts +3 -3
  221. package/dist/esm/api/resources/workflows/types/index.mjs +3 -3
  222. package/dist/esm/auth/OAuthAuthProvider.mjs +2 -2
  223. package/dist/esm/version.d.mts +1 -1
  224. package/dist/esm/version.mjs +1 -1
  225. package/openapi/openapi.json +11397 -0
  226. package/package.json +14 -12
  227. package/reference.md +140 -214
  228. package/dist/cjs/api/resources/agent/types/AgentGetChatMessagesRequestOrder.d.ts +0 -5
  229. package/dist/cjs/api/resources/agent/types/AgentGetChatMessagesRequestRole.d.ts +0 -7
  230. package/dist/cjs/api/resources/authtoken/resources/auth/client/Client.d.ts +0 -34
  231. package/dist/cjs/api/resources/authtoken/resources/auth/client/Client.js +0 -121
  232. package/dist/cjs/api/resources/authtoken/resources/auth/exports.d.ts +0 -2
  233. package/dist/cjs/api/resources/authtoken/resources/index.d.ts +0 -2
  234. package/dist/cjs/api/resources/fhir/types/FhirSearchResponse.d.ts +0 -2
  235. package/dist/cjs/api/resources/fhirProvider/types/FhirProviderDeleteResponse.d.ts +0 -4
  236. package/dist/cjs/api/resources/summary/types/SummaryDeleteTemplateResponse.d.ts +0 -4
  237. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.d.ts +0 -12
  238. package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/requests/index.d.ts +0 -1
  239. package/dist/cjs/api/resources/tools/types/McpServerToolCallResponse.d.ts +0 -10
  240. package/dist/cjs/api/resources/workflows/types/WorkflowsGetResponse.js +0 -3
  241. package/dist/cjs/api/resources/workflows/types/WorkflowsUpdateResponse.js +0 -3
  242. package/dist/esm/api/resources/agent/types/AgentGetChatMessagesRequestOrder.d.mts +0 -5
  243. package/dist/esm/api/resources/agent/types/AgentGetChatMessagesRequestRole.d.mts +0 -7
  244. package/dist/esm/api/resources/authtoken/resources/auth/client/Client.d.mts +0 -34
  245. package/dist/esm/api/resources/authtoken/resources/auth/client/Client.mjs +0 -84
  246. package/dist/esm/api/resources/authtoken/resources/auth/exports.d.mts +0 -2
  247. package/dist/esm/api/resources/authtoken/resources/index.d.mts +0 -2
  248. package/dist/esm/api/resources/authtoken/resources/index.mjs +0 -2
  249. package/dist/esm/api/resources/fhir/types/FhirSearchResponse.d.mts +0 -2
  250. package/dist/esm/api/resources/fhirProvider/types/FhirProviderDeleteResponse.d.mts +0 -4
  251. package/dist/esm/api/resources/summary/types/SummaryDeleteTemplateResponse.d.mts +0 -4
  252. package/dist/esm/api/resources/summary/types/SummaryGetTemplateResponse.d.mts +0 -5
  253. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.d.mts +0 -12
  254. package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/requests/index.d.mts +0 -1
  255. package/dist/esm/api/resources/tools/types/McpServerToolCallResponse.d.mts +0 -10
  256. package/dist/esm/api/resources/workflows/types/WorkflowsGetResponse.mjs +0 -2
  257. package/dist/esm/api/resources/workflows/types/WorkflowsUpdateResponse.mjs +0 -2
  258. /package/dist/cjs/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.js → GetChatMessagesRequest.js} +0 -0
  259. /package/dist/cjs/api/resources/agent/client/requests/{AgentListRequest.js → ListRequest.js} +0 -0
  260. /package/dist/cjs/api/resources/agent/types/{AgentDeleteResponse.js → DeleteResponse.js} +0 -0
  261. /package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesResponse.js → GetChatMessagesResponse.js} +0 -0
  262. /package/dist/cjs/api/resources/agent/types/{AgentListResponse.js → ListResponse.js} +0 -0
  263. /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.d.ts +0 -0
  264. /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.js +0 -0
  265. /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/index.d.ts +0 -0
  266. /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/index.js +0 -0
  267. /package/dist/cjs/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.js → DeleteCodeSystemRequest.js} +0 -0
  268. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemCodeIdRequest.js → ExportCodeSystemRequest.js} +0 -0
  269. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.js → GetCodeRequest.js} +0 -0
  270. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.js → GetCodeSystemRequest.js} +0 -0
  271. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchTextRequest.js → ListCodesRequest.js} +0 -0
  272. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.js → SearchSemanticRequest.js} +0 -0
  273. /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.js → SearchTextRequest.js} +0 -0
  274. /package/dist/cjs/api/resources/construe/types/{ConstrueUploadCodeSystemResponse.js → UploadCodeSystemResponse.js} +0 -0
  275. /package/dist/cjs/api/resources/fhir/client/requests/{FhirCreateRequest.js → CreateRequest.js} +0 -0
  276. /package/dist/cjs/api/resources/fhir/client/requests/{FhirDeleteRequest.js → DeleteRequest.js} +0 -0
  277. /package/dist/cjs/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.js → ExecuteBundleRequest.js} +0 -0
  278. /package/dist/cjs/api/resources/fhir/client/requests/{FhirPatchRequest.js → PatchRequest.js} +0 -0
  279. /package/dist/cjs/api/resources/fhir/client/requests/{FhirSearchRequest.js → SearchRequest.js} +0 -0
  280. /package/dist/cjs/api/resources/fhir/client/requests/{FhirUpsertRequest.js → UpsertRequest.js} +0 -0
  281. /package/dist/cjs/api/resources/fhir/types/{FhirSearchResponse.js → SearchResponse.js} +0 -0
  282. /package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderDeleteResponse.js → DeleteResponse.js} +0 -0
  283. /package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.js → RemoveAuthConfigResponse.js} +0 -0
  284. /package/dist/cjs/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.js → UploadProfileResponse.js} +0 -0
  285. /package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.d.ts +0 -0
  286. /package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.js +0 -0
  287. /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.d.ts +0 -0
  288. /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.js +0 -0
  289. /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.d.ts +0 -0
  290. /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.js +0 -0
  291. /package/dist/cjs/api/resources/{tools/resources/mcpServer/resources/tools → summary/resources/templates}/client/requests/index.js +0 -0
  292. /package/dist/cjs/api/resources/summary/{types/SummaryDeleteTemplateResponse.js → resources/templates/types/TemplatesDeleteResponse.js} +0 -0
  293. /package/dist/cjs/api/resources/summary/{types/SummaryGetTemplateResponse.js → resources/templates/types/TemplatesGetResponse.js} +0 -0
  294. /package/dist/cjs/api/resources/summary/{types/SummaryListTemplatesResponse.js → resources/templates/types/TemplatesListResponse.js} +0 -0
  295. /package/dist/cjs/api/resources/summary/{types/SummaryUpdateTemplateResponse.js → resources/templates/types/TemplatesUpdateResponse.js} +0 -0
  296. /package/dist/cjs/api/resources/{tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.js → workflows/client/requests/GetRequest.js} +0 -0
  297. /package/dist/cjs/api/resources/{tools/types/McpServerToolCallResponse.js → workflows/client/requests/ListRequest.js} +0 -0
  298. /package/dist/cjs/api/resources/workflows/{client/requests/WorkflowsGetRequest.js → types/DeleteResponse.js} +0 -0
  299. /package/dist/cjs/api/resources/workflows/{client/requests/WorkflowsListRequest.js → types/GetResponse.js} +0 -0
  300. /package/dist/cjs/api/resources/workflows/types/{WorkflowsDeleteResponse.js → UpdateResponse.js} +0 -0
  301. /package/dist/esm/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.mjs → GetChatMessagesRequest.mjs} +0 -0
  302. /package/dist/esm/api/resources/agent/client/requests/{AgentListRequest.mjs → ListRequest.mjs} +0 -0
  303. /package/dist/esm/api/resources/agent/types/{AgentDeleteResponse.mjs → DeleteResponse.mjs} +0 -0
  304. /package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesResponse.mjs → GetChatMessagesResponse.mjs} +0 -0
  305. /package/dist/esm/api/resources/agent/types/{AgentListResponse.mjs → ListResponse.mjs} +0 -0
  306. /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.d.mts +0 -0
  307. /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.mjs +0 -0
  308. /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/index.d.mts +0 -0
  309. /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/index.mjs +0 -0
  310. /package/dist/esm/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.mjs → DeleteCodeSystemRequest.mjs} +0 -0
  311. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemCodeIdRequest.mjs → ExportCodeSystemRequest.mjs} +0 -0
  312. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.mjs → GetCodeRequest.mjs} +0 -0
  313. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.mjs → GetCodeSystemRequest.mjs} +0 -0
  314. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchTextRequest.mjs → ListCodesRequest.mjs} +0 -0
  315. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.mjs → SearchSemanticRequest.mjs} +0 -0
  316. /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.mjs → SearchTextRequest.mjs} +0 -0
  317. /package/dist/esm/api/resources/construe/types/{ConstrueUploadCodeSystemResponse.mjs → UploadCodeSystemResponse.mjs} +0 -0
  318. /package/dist/esm/api/resources/fhir/client/requests/{FhirCreateRequest.mjs → CreateRequest.mjs} +0 -0
  319. /package/dist/esm/api/resources/fhir/client/requests/{FhirDeleteRequest.mjs → DeleteRequest.mjs} +0 -0
  320. /package/dist/esm/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.mjs → ExecuteBundleRequest.mjs} +0 -0
  321. /package/dist/esm/api/resources/fhir/client/requests/{FhirPatchRequest.mjs → PatchRequest.mjs} +0 -0
  322. /package/dist/esm/api/resources/fhir/client/requests/{FhirSearchRequest.mjs → SearchRequest.mjs} +0 -0
  323. /package/dist/esm/api/resources/fhir/client/requests/{FhirUpsertRequest.mjs → UpsertRequest.mjs} +0 -0
  324. /package/dist/esm/api/resources/fhir/types/{FhirSearchResponse.mjs → SearchResponse.mjs} +0 -0
  325. /package/dist/esm/api/resources/fhirProvider/types/{FhirProviderDeleteResponse.mjs → DeleteResponse.mjs} +0 -0
  326. /package/dist/esm/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.mjs → RemoveAuthConfigResponse.mjs} +0 -0
  327. /package/dist/esm/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.mjs → UploadProfileResponse.mjs} +0 -0
  328. /package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.d.mts +0 -0
  329. /package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.mjs +0 -0
  330. /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.d.mts +0 -0
  331. /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.mjs +0 -0
  332. /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.d.mts +0 -0
  333. /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.mjs +0 -0
  334. /package/dist/esm/api/resources/{tools/resources/mcpServer/resources/tools → summary/resources/templates}/client/requests/index.mjs +0 -0
  335. /package/dist/esm/api/resources/summary/{types/SummaryDeleteTemplateResponse.mjs → resources/templates/types/TemplatesDeleteResponse.mjs} +0 -0
  336. /package/dist/esm/api/resources/summary/{types/SummaryGetTemplateResponse.mjs → resources/templates/types/TemplatesGetResponse.mjs} +0 -0
  337. /package/dist/esm/api/resources/summary/{types/SummaryListTemplatesResponse.mjs → resources/templates/types/TemplatesListResponse.mjs} +0 -0
  338. /package/dist/esm/api/resources/summary/{types/SummaryUpdateTemplateResponse.mjs → resources/templates/types/TemplatesUpdateResponse.mjs} +0 -0
  339. /package/dist/esm/api/resources/{tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.mjs → workflows/client/requests/GetRequest.mjs} +0 -0
  340. /package/dist/esm/api/resources/{tools/types/McpServerToolCallResponse.mjs → workflows/client/requests/ListRequest.mjs} +0 -0
  341. /package/dist/esm/api/resources/workflows/{client/requests/WorkflowsGetRequest.mjs → types/DeleteResponse.mjs} +0 -0
  342. /package/dist/esm/api/resources/workflows/{client/requests/WorkflowsListRequest.mjs → types/GetResponse.mjs} +0 -0
  343. /package/dist/esm/api/resources/workflows/types/{WorkflowsDeleteResponse.mjs → UpdateResponse.mjs} +0 -0
@@ -0,0 +1,329 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ import { normalizeClientOptionsWithAuth } from "../../../../../../BaseClient.mjs";
12
+ import { mergeHeaders } from "../../../../../../core/headers.mjs";
13
+ import * as core from "../../../../../../core/index.mjs";
14
+ import * as environments from "../../../../../../environments.mjs";
15
+ import { handleNonStatusCodeError } from "../../../../../../errors/handleNonStatusCodeError.mjs";
16
+ import * as errors from "../../../../../../errors/index.mjs";
17
+ import * as phenoml from "../../../../../index.mjs";
18
+ export class TemplatesClient {
19
+ constructor(options = {}) {
20
+ this._options = normalizeClientOptionsWithAuth(options);
21
+ }
22
+ /**
23
+ * Retrieves all summary templates for the authenticated user
24
+ *
25
+ * @param {TemplatesClient.RequestOptions} requestOptions - Request-specific configuration.
26
+ *
27
+ * @throws {@link phenoml.summary.UnauthorizedError}
28
+ * @throws {@link phenoml.summary.InternalServerError}
29
+ *
30
+ * @example
31
+ * await client.summary.templates.list()
32
+ */
33
+ list(requestOptions) {
34
+ return core.HttpResponsePromise.fromPromise(this.__list(requestOptions));
35
+ }
36
+ __list(requestOptions) {
37
+ return __awaiter(this, void 0, void 0, function* () {
38
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
39
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
40
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
41
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
42
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, "fhir2summary/templates"),
43
+ method: "GET",
44
+ headers: _headers,
45
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
46
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
47
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
48
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
49
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
50
+ logging: this._options.logging,
51
+ });
52
+ if (_response.ok) {
53
+ return {
54
+ data: _response.body,
55
+ rawResponse: _response.rawResponse,
56
+ };
57
+ }
58
+ if (_response.error.reason === "status-code") {
59
+ switch (_response.error.statusCode) {
60
+ case 401:
61
+ throw new phenoml.summary.UnauthorizedError(_response.error.body, _response.rawResponse);
62
+ case 500:
63
+ throw new phenoml.summary.InternalServerError(_response.error.body, _response.rawResponse);
64
+ default:
65
+ throw new errors.phenomlError({
66
+ statusCode: _response.error.statusCode,
67
+ body: _response.error.body,
68
+ rawResponse: _response.rawResponse,
69
+ });
70
+ }
71
+ }
72
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/fhir2summary/templates");
73
+ });
74
+ }
75
+ /**
76
+ * Creates a summary template from an example using LLM function calling
77
+ *
78
+ * @param {phenoml.summary.CreateSummaryTemplateRequest} request
79
+ * @param {TemplatesClient.RequestOptions} requestOptions - Request-specific configuration.
80
+ *
81
+ * @throws {@link phenoml.summary.BadRequestError}
82
+ * @throws {@link phenoml.summary.UnauthorizedError}
83
+ * @throws {@link phenoml.summary.InternalServerError}
84
+ *
85
+ * @example
86
+ * await client.summary.templates.create({
87
+ * name: "Discharge Summary",
88
+ * example_summary: "Patient John Doe, age 45, was admitted on 2024-01-10 with Type 2 Diabetes. Discharged on 2024-01-15 with Metformin 500mg BID.",
89
+ * target_resources: ["Patient", "Condition", "MedicationRequest"],
90
+ * mode: "narrative"
91
+ * })
92
+ */
93
+ create(request, requestOptions) {
94
+ return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
95
+ }
96
+ __create(request, requestOptions) {
97
+ return __awaiter(this, void 0, void 0, function* () {
98
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
99
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
100
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
101
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
102
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, "fhir2summary/template"),
103
+ method: "POST",
104
+ headers: _headers,
105
+ contentType: "application/json",
106
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
107
+ requestType: "json",
108
+ body: request,
109
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
110
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
111
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
112
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
113
+ logging: this._options.logging,
114
+ });
115
+ if (_response.ok) {
116
+ return {
117
+ data: _response.body,
118
+ rawResponse: _response.rawResponse,
119
+ };
120
+ }
121
+ if (_response.error.reason === "status-code") {
122
+ switch (_response.error.statusCode) {
123
+ case 400:
124
+ throw new phenoml.summary.BadRequestError(_response.error.body, _response.rawResponse);
125
+ case 401:
126
+ throw new phenoml.summary.UnauthorizedError(_response.error.body, _response.rawResponse);
127
+ case 500:
128
+ throw new phenoml.summary.InternalServerError(_response.error.body, _response.rawResponse);
129
+ default:
130
+ throw new errors.phenomlError({
131
+ statusCode: _response.error.statusCode,
132
+ body: _response.error.body,
133
+ rawResponse: _response.rawResponse,
134
+ });
135
+ }
136
+ }
137
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/fhir2summary/template");
138
+ });
139
+ }
140
+ /**
141
+ * Retrieves a specific summary template
142
+ *
143
+ * @param {string} id - Template ID
144
+ * @param {TemplatesClient.RequestOptions} requestOptions - Request-specific configuration.
145
+ *
146
+ * @throws {@link phenoml.summary.UnauthorizedError}
147
+ * @throws {@link phenoml.summary.ForbiddenError}
148
+ * @throws {@link phenoml.summary.NotFoundError}
149
+ * @throws {@link phenoml.summary.InternalServerError}
150
+ *
151
+ * @example
152
+ * await client.summary.templates.get("id")
153
+ */
154
+ get(id, requestOptions) {
155
+ return core.HttpResponsePromise.fromPromise(this.__get(id, requestOptions));
156
+ }
157
+ __get(id, requestOptions) {
158
+ return __awaiter(this, void 0, void 0, function* () {
159
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
160
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
161
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
162
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
163
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, `fhir2summary/template/${core.url.encodePathParam(id)}`),
164
+ method: "GET",
165
+ headers: _headers,
166
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
167
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
168
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
169
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
170
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
171
+ logging: this._options.logging,
172
+ });
173
+ if (_response.ok) {
174
+ return { data: _response.body, rawResponse: _response.rawResponse };
175
+ }
176
+ if (_response.error.reason === "status-code") {
177
+ switch (_response.error.statusCode) {
178
+ case 401:
179
+ throw new phenoml.summary.UnauthorizedError(_response.error.body, _response.rawResponse);
180
+ case 403:
181
+ throw new phenoml.summary.ForbiddenError(_response.error.body, _response.rawResponse);
182
+ case 404:
183
+ throw new phenoml.summary.NotFoundError(_response.error.body, _response.rawResponse);
184
+ case 500:
185
+ throw new phenoml.summary.InternalServerError(_response.error.body, _response.rawResponse);
186
+ default:
187
+ throw new errors.phenomlError({
188
+ statusCode: _response.error.statusCode,
189
+ body: _response.error.body,
190
+ rawResponse: _response.rawResponse,
191
+ });
192
+ }
193
+ }
194
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/fhir2summary/template/{id}");
195
+ });
196
+ }
197
+ /**
198
+ * Updates an existing summary template
199
+ *
200
+ * @param {string} id - Template ID
201
+ * @param {phenoml.summary.UpdateSummaryTemplateRequest} request
202
+ * @param {TemplatesClient.RequestOptions} requestOptions - Request-specific configuration.
203
+ *
204
+ * @throws {@link phenoml.summary.BadRequestError}
205
+ * @throws {@link phenoml.summary.UnauthorizedError}
206
+ * @throws {@link phenoml.summary.ForbiddenError}
207
+ * @throws {@link phenoml.summary.NotFoundError}
208
+ * @throws {@link phenoml.summary.InternalServerError}
209
+ *
210
+ * @example
211
+ * await client.summary.templates.update("id", {
212
+ * name: "Discharge Summary",
213
+ * template: "Patient {{Patient.name[0].text}} was discharged on {{Encounter[0].period.end}} with {{MedicationRequest[0].medicationCodeableConcept.coding[0].display}} {{MedicationRequest[0].dosageInstruction[0].text}}.",
214
+ * target_resources: ["Patient", "Encounter", "MedicationRequest"],
215
+ * mode: "narrative"
216
+ * })
217
+ */
218
+ update(id, request, requestOptions) {
219
+ return core.HttpResponsePromise.fromPromise(this.__update(id, request, requestOptions));
220
+ }
221
+ __update(id, request, requestOptions) {
222
+ return __awaiter(this, void 0, void 0, function* () {
223
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
224
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
225
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
226
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
227
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, `fhir2summary/template/${core.url.encodePathParam(id)}`),
228
+ method: "PUT",
229
+ headers: _headers,
230
+ contentType: "application/json",
231
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
232
+ requestType: "json",
233
+ body: request,
234
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
235
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
236
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
237
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
238
+ logging: this._options.logging,
239
+ });
240
+ if (_response.ok) {
241
+ return {
242
+ data: _response.body,
243
+ rawResponse: _response.rawResponse,
244
+ };
245
+ }
246
+ if (_response.error.reason === "status-code") {
247
+ switch (_response.error.statusCode) {
248
+ case 400:
249
+ throw new phenoml.summary.BadRequestError(_response.error.body, _response.rawResponse);
250
+ case 401:
251
+ throw new phenoml.summary.UnauthorizedError(_response.error.body, _response.rawResponse);
252
+ case 403:
253
+ throw new phenoml.summary.ForbiddenError(_response.error.body, _response.rawResponse);
254
+ case 404:
255
+ throw new phenoml.summary.NotFoundError(_response.error.body, _response.rawResponse);
256
+ case 500:
257
+ throw new phenoml.summary.InternalServerError(_response.error.body, _response.rawResponse);
258
+ default:
259
+ throw new errors.phenomlError({
260
+ statusCode: _response.error.statusCode,
261
+ body: _response.error.body,
262
+ rawResponse: _response.rawResponse,
263
+ });
264
+ }
265
+ }
266
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "PUT", "/fhir2summary/template/{id}");
267
+ });
268
+ }
269
+ /**
270
+ * Deletes a summary template
271
+ *
272
+ * @param {string} id - Template ID
273
+ * @param {TemplatesClient.RequestOptions} requestOptions - Request-specific configuration.
274
+ *
275
+ * @throws {@link phenoml.summary.UnauthorizedError}
276
+ * @throws {@link phenoml.summary.ForbiddenError}
277
+ * @throws {@link phenoml.summary.NotFoundError}
278
+ * @throws {@link phenoml.summary.InternalServerError}
279
+ *
280
+ * @example
281
+ * await client.summary.templates.delete("id")
282
+ */
283
+ delete(id, requestOptions) {
284
+ return core.HttpResponsePromise.fromPromise(this.__delete(id, requestOptions));
285
+ }
286
+ __delete(id, requestOptions) {
287
+ return __awaiter(this, void 0, void 0, function* () {
288
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
289
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
290
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
291
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
292
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, `fhir2summary/template/${core.url.encodePathParam(id)}`),
293
+ method: "DELETE",
294
+ headers: _headers,
295
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
296
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
297
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
298
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
299
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
300
+ logging: this._options.logging,
301
+ });
302
+ if (_response.ok) {
303
+ return {
304
+ data: _response.body,
305
+ rawResponse: _response.rawResponse,
306
+ };
307
+ }
308
+ if (_response.error.reason === "status-code") {
309
+ switch (_response.error.statusCode) {
310
+ case 401:
311
+ throw new phenoml.summary.UnauthorizedError(_response.error.body, _response.rawResponse);
312
+ case 403:
313
+ throw new phenoml.summary.ForbiddenError(_response.error.body, _response.rawResponse);
314
+ case 404:
315
+ throw new phenoml.summary.NotFoundError(_response.error.body, _response.rawResponse);
316
+ case 500:
317
+ throw new phenoml.summary.InternalServerError(_response.error.body, _response.rawResponse);
318
+ default:
319
+ throw new errors.phenomlError({
320
+ statusCode: _response.error.statusCode,
321
+ body: _response.error.body,
322
+ rawResponse: _response.rawResponse,
323
+ });
324
+ }
325
+ }
326
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "DELETE", "/fhir2summary/template/{id}");
327
+ });
328
+ }
329
+ }
@@ -0,0 +1,2 @@
1
+ export type { CreateSummaryTemplateRequest } from "./CreateSummaryTemplateRequest.mjs";
2
+ export type { UpdateSummaryTemplateRequest } from "./UpdateSummaryTemplateRequest.mjs";
@@ -0,0 +1,2 @@
1
+ export { TemplatesClient } from "./client/Client.mjs";
2
+ export * from "./client/index.mjs";
@@ -1,3 +1,3 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
- export { AuthClient } from "./client/Client.mjs";
2
+ export { TemplatesClient } from "./client/Client.mjs";
3
3
  export * from "./client/index.mjs";
@@ -1 +1,2 @@
1
1
  export * from "./client/index.mjs";
2
+ export * from "./types/index.mjs";
@@ -1 +1,2 @@
1
1
  export * from "./client/index.mjs";
2
+ export * from "./types/index.mjs";
@@ -0,0 +1,4 @@
1
+ export interface TemplatesDeleteResponse {
2
+ success?: boolean | undefined;
3
+ message?: string | undefined;
4
+ }
@@ -0,0 +1,5 @@
1
+ import type * as phenoml from "../../../../../index.mjs";
2
+ export interface TemplatesGetResponse {
3
+ success?: boolean | undefined;
4
+ template?: phenoml.summary.SummaryTemplate | undefined;
5
+ }
@@ -1,5 +1,5 @@
1
- import type * as phenoml from "../../../index.mjs";
2
- export interface SummaryListTemplatesResponse {
1
+ import type * as phenoml from "../../../../../index.mjs";
2
+ export interface TemplatesListResponse {
3
3
  success?: boolean | undefined;
4
4
  templates?: phenoml.summary.SummaryTemplate[] | undefined;
5
5
  }
@@ -1,5 +1,5 @@
1
- import type * as phenoml from "../../../index.mjs";
2
- export interface SummaryUpdateTemplateResponse {
1
+ import type * as phenoml from "../../../../../index.mjs";
2
+ export interface TemplatesUpdateResponse {
3
3
  success?: boolean | undefined;
4
4
  message?: string | undefined;
5
5
  template?: phenoml.summary.SummaryTemplate | undefined;
@@ -0,0 +1,4 @@
1
+ export * from "./TemplatesDeleteResponse.mjs";
2
+ export * from "./TemplatesGetResponse.mjs";
3
+ export * from "./TemplatesListResponse.mjs";
4
+ export * from "./TemplatesUpdateResponse.mjs";
@@ -0,0 +1,4 @@
1
+ export * from "./TemplatesDeleteResponse.mjs";
2
+ export * from "./TemplatesGetResponse.mjs";
3
+ export * from "./TemplatesListResponse.mjs";
4
+ export * from "./TemplatesUpdateResponse.mjs";
@@ -1,7 +1,3 @@
1
1
  export * from "./CreateSummaryResponse.mjs";
2
2
  export * from "./CreateSummaryTemplateResponse.mjs";
3
- export * from "./SummaryDeleteTemplateResponse.mjs";
4
- export * from "./SummaryGetTemplateResponse.mjs";
5
- export * from "./SummaryListTemplatesResponse.mjs";
6
3
  export * from "./SummaryTemplate.mjs";
7
- export * from "./SummaryUpdateTemplateResponse.mjs";
@@ -1,7 +1,3 @@
1
1
  export * from "./CreateSummaryResponse.mjs";
2
2
  export * from "./CreateSummaryTemplateResponse.mjs";
3
- export * from "./SummaryDeleteTemplateResponse.mjs";
4
- export * from "./SummaryGetTemplateResponse.mjs";
5
- export * from "./SummaryListTemplatesResponse.mjs";
6
3
  export * from "./SummaryTemplate.mjs";
7
- export * from "./SummaryUpdateTemplateResponse.mjs";
@@ -1,2 +1 @@
1
- export * from "./tools/client/requests/index.mjs";
2
1
  export * as tools from "./tools/index.mjs";
@@ -1,2 +1 @@
1
- export * from "./tools/client/requests/index.mjs";
2
1
  export * as tools from "./tools/index.mjs";
@@ -55,25 +55,4 @@ export declare class ToolsClient {
55
55
  */
56
56
  delete(mcp_server_tool_id: string, requestOptions?: ToolsClient.RequestOptions): core.HttpResponsePromise<phenoml.tools.McpServerToolResponse>;
57
57
  private __delete;
58
- /**
59
- * Calls a MCP server tool
60
- *
61
- * @param {string} mcp_server_tool_id - ID of the MCP server tool to call
62
- * @param {phenoml.tools.mcpServer.McpServerToolCallRequest} request
63
- * @param {ToolsClient.RequestOptions} requestOptions - Request-specific configuration.
64
- *
65
- * @throws {@link phenoml.tools.BadRequestError}
66
- * @throws {@link phenoml.tools.UnauthorizedError}
67
- * @throws {@link phenoml.tools.ForbiddenError}
68
- * @throws {@link phenoml.tools.InternalServerError}
69
- *
70
- * @example
71
- * await client.tools.mcpServer.tools.call("mcp_server_tool_id", {
72
- * arguments: {
73
- * "title": "PhenoML Agent API"
74
- * }
75
- * })
76
- */
77
- call(mcp_server_tool_id: string, request: phenoml.tools.mcpServer.McpServerToolCallRequest, requestOptions?: ToolsClient.RequestOptions): core.HttpResponsePromise<phenoml.tools.McpServerToolCallResponse>;
78
- private __call;
79
58
  }
@@ -181,72 +181,4 @@ export class ToolsClient {
181
181
  return handleNonStatusCodeError(_response.error, _response.rawResponse, "DELETE", "/tools/mcp-server/tool/{mcp_server_tool_id}");
182
182
  });
183
183
  }
184
- /**
185
- * Calls a MCP server tool
186
- *
187
- * @param {string} mcp_server_tool_id - ID of the MCP server tool to call
188
- * @param {phenoml.tools.mcpServer.McpServerToolCallRequest} request
189
- * @param {ToolsClient.RequestOptions} requestOptions - Request-specific configuration.
190
- *
191
- * @throws {@link phenoml.tools.BadRequestError}
192
- * @throws {@link phenoml.tools.UnauthorizedError}
193
- * @throws {@link phenoml.tools.ForbiddenError}
194
- * @throws {@link phenoml.tools.InternalServerError}
195
- *
196
- * @example
197
- * await client.tools.mcpServer.tools.call("mcp_server_tool_id", {
198
- * arguments: {
199
- * "title": "PhenoML Agent API"
200
- * }
201
- * })
202
- */
203
- call(mcp_server_tool_id, request, requestOptions) {
204
- return core.HttpResponsePromise.fromPromise(this.__call(mcp_server_tool_id, request, requestOptions));
205
- }
206
- __call(mcp_server_tool_id, request, requestOptions) {
207
- return __awaiter(this, void 0, void 0, function* () {
208
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
209
- const _authRequest = yield this._options.authProvider.getAuthRequest();
210
- const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
211
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
212
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.phenomlEnvironment.Default, `tools/mcp-server/tool/${core.url.encodePathParam(mcp_server_tool_id)}/call`),
213
- method: "POST",
214
- headers: _headers,
215
- contentType: "application/json",
216
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
217
- requestType: "json",
218
- body: request,
219
- timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
220
- maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
221
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
222
- fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
223
- logging: this._options.logging,
224
- });
225
- if (_response.ok) {
226
- return {
227
- data: _response.body,
228
- rawResponse: _response.rawResponse,
229
- };
230
- }
231
- if (_response.error.reason === "status-code") {
232
- switch (_response.error.statusCode) {
233
- case 400:
234
- throw new phenoml.tools.BadRequestError(_response.error.body, _response.rawResponse);
235
- case 401:
236
- throw new phenoml.tools.UnauthorizedError(_response.error.body, _response.rawResponse);
237
- case 403:
238
- throw new phenoml.tools.ForbiddenError(_response.error.body, _response.rawResponse);
239
- case 500:
240
- throw new phenoml.tools.InternalServerError(_response.error.body, _response.rawResponse);
241
- default:
242
- throw new errors.phenomlError({
243
- statusCode: _response.error.statusCode,
244
- body: _response.error.body,
245
- rawResponse: _response.rawResponse,
246
- });
247
- }
248
- }
249
- return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/tools/mcp-server/tool/{mcp_server_tool_id}/call");
250
- });
251
- }
252
184
  }
@@ -1 +1 @@
1
- export * from "./requests/index.mjs";
1
+ export {};
@@ -1 +1 @@
1
- export * from "./requests/index.mjs";
1
+ export {};
@@ -5,6 +5,5 @@ export * from "./Lang2FhirAndSearchResponse.mjs";
5
5
  export * from "./McpServer.mjs";
6
6
  export * from "./McpServerResponse.mjs";
7
7
  export * from "./McpServerTool.mjs";
8
- export * from "./McpServerToolCallResponse.mjs";
9
8
  export * from "./McpServerToolResponse.mjs";
10
9
  export * from "./SearchConcept.mjs";
@@ -5,6 +5,5 @@ export * from "./Lang2FhirAndSearchResponse.mjs";
5
5
  export * from "./McpServer.mjs";
6
6
  export * from "./McpServerResponse.mjs";
7
7
  export * from "./McpServerTool.mjs";
8
- export * from "./McpServerToolCallResponse.mjs";
9
8
  export * from "./McpServerToolResponse.mjs";
10
9
  export * from "./SearchConcept.mjs";
@@ -13,7 +13,7 @@ export declare class WorkflowsClient {
13
13
  /**
14
14
  * Retrieves all workflow definitions for the authenticated user
15
15
  *
16
- * @param {phenoml.workflows.WorkflowsListRequest} request
16
+ * @param {phenoml.workflows.ListRequest} request
17
17
  * @param {WorkflowsClient.RequestOptions} requestOptions - Request-specific configuration.
18
18
  *
19
19
  * @throws {@link phenoml.workflows.UnauthorizedError}
@@ -25,7 +25,7 @@ export declare class WorkflowsClient {
25
25
  * verbose: true
26
26
  * })
27
27
  */
28
- list(request?: phenoml.workflows.WorkflowsListRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.ListWorkflowsResponse>;
28
+ list(request?: phenoml.workflows.ListRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.ListWorkflowsResponse>;
29
29
  private __list;
30
30
  /**
31
31
  * Creates a new workflow definition with graph generation from workflow instructions
@@ -58,7 +58,7 @@ export declare class WorkflowsClient {
58
58
  * Retrieves a workflow definition by its ID
59
59
  *
60
60
  * @param {string} id - ID of the workflow to retrieve
61
- * @param {phenoml.workflows.WorkflowsGetRequest} request
61
+ * @param {phenoml.workflows.GetRequest} request
62
62
  * @param {WorkflowsClient.RequestOptions} requestOptions - Request-specific configuration.
63
63
  *
64
64
  * @throws {@link phenoml.workflows.UnauthorizedError}
@@ -71,7 +71,7 @@ export declare class WorkflowsClient {
71
71
  * verbose: true
72
72
  * })
73
73
  */
74
- get(id: string, request?: phenoml.workflows.WorkflowsGetRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.WorkflowsGetResponse>;
74
+ get(id: string, request?: phenoml.workflows.GetRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.GetResponse>;
75
75
  private __get;
76
76
  /**
77
77
  * Updates an existing workflow definition
@@ -100,7 +100,7 @@ export declare class WorkflowsClient {
100
100
  * fhir_provider_id: "550e8400-e29b-41d4-a716-446655440000"
101
101
  * })
102
102
  */
103
- update(id: string, request: phenoml.workflows.UpdateWorkflowRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.WorkflowsUpdateResponse>;
103
+ update(id: string, request: phenoml.workflows.UpdateWorkflowRequest, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.UpdateResponse>;
104
104
  private __update;
105
105
  /**
106
106
  * Deletes a workflow definition by its ID
@@ -116,7 +116,7 @@ export declare class WorkflowsClient {
116
116
  * @example
117
117
  * await client.workflows.delete("id")
118
118
  */
119
- delete(id: string, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.WorkflowsDeleteResponse>;
119
+ delete(id: string, requestOptions?: WorkflowsClient.RequestOptions): core.HttpResponsePromise<phenoml.workflows.DeleteResponse>;
120
120
  private __delete;
121
121
  /**
122
122
  * Executes a workflow with provided input data and returns results
@@ -130,6 +130,7 @@ export declare class WorkflowsClient {
130
130
  * @throws {@link phenoml.workflows.ForbiddenError}
131
131
  * @throws {@link phenoml.workflows.NotFoundError}
132
132
  * @throws {@link phenoml.workflows.InternalServerError}
133
+ * @throws {@link phenoml.workflows.GatewayTimeoutError}
133
134
  *
134
135
  * @example
135
136
  * await client.workflows.execute("7a8b9c0d-1234-5678-abcd-ef9876543210", {