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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/agent/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/agent/client/Client.js +2 -2
- package/dist/cjs/api/resources/agent/client/requests/AgentChatRequest.d.ts +1 -1
- package/dist/cjs/api/resources/agent/client/requests/AgentStreamChatRequest.d.ts +1 -1
- package/dist/cjs/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.d.ts → GetChatMessagesRequest.d.ts} +3 -3
- package/dist/{esm/api/resources/agent/client/requests/AgentListRequest.d.mts → cjs/api/resources/agent/client/requests/ListRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/agent/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/agent/types/{AgentDeleteResponse.d.ts → DeleteResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/agent/types/GetChatMessagesRequestOrder.d.ts +5 -0
- package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesRequestOrder.js → GetChatMessagesRequestOrder.js} +2 -2
- package/dist/cjs/api/resources/agent/types/GetChatMessagesRequestRole.d.ts +7 -0
- package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesRequestRole.js → GetChatMessagesRequestRole.js} +2 -2
- package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesResponse.d.ts → GetChatMessagesResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/agent/types/{AgentListResponse.d.ts → ListResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/agent/types/index.d.ts +5 -5
- package/dist/cjs/api/resources/agent/types/index.js +5 -5
- package/dist/cjs/api/resources/authtoken/client/Client.d.ts +26 -4
- package/dist/cjs/api/resources/authtoken/client/Client.js +109 -4
- package/dist/cjs/api/resources/authtoken/client/index.d.ts +1 -1
- package/dist/cjs/api/resources/authtoken/client/index.js +15 -0
- package/dist/cjs/api/resources/authtoken/exports.d.ts +0 -1
- package/dist/cjs/api/resources/authtoken/exports.js +0 -1
- package/dist/cjs/api/resources/authtoken/index.d.ts +0 -1
- package/dist/cjs/api/resources/authtoken/index.js +0 -1
- package/dist/cjs/api/resources/construe/client/Client.d.ts +35 -35
- package/dist/cjs/api/resources/construe/client/Client.js +43 -43
- package/dist/cjs/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.d.ts → DeleteCodeSystemRequest.d.ts} +1 -1
- package/dist/{esm/api/resources/construe/client/requests/DeleteConstrueCodesSystemsCodesystemRequest.d.mts → cjs/api/resources/construe/client/requests/ExportCodeSystemRequest.d.ts} +1 -1
- package/dist/{esm/api/resources/construe/client/requests/GetConstrueCodesCodesystemCodeIdRequest.d.mts → cjs/api/resources/construe/client/requests/GetCodeRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.d.ts → GetCodeSystemRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.d.ts → ListCodesRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.d.ts → SearchSemanticRequest.d.ts} +1 -1
- package/dist/{esm/api/resources/construe/client/requests/GetConstrueCodesCodesystemSearchTextRequest.d.mts → cjs/api/resources/construe/client/requests/SearchTextRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/construe/client/requests/index.d.ts +7 -7
- package/dist/{esm/api/resources/construe/types/ConstrueUploadCodeSystemResponse.d.mts → cjs/api/resources/construe/types/UploadCodeSystemResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/construe/types/index.d.ts +1 -1
- package/dist/cjs/api/resources/construe/types/index.js +1 -1
- package/dist/cjs/api/resources/fhir/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/fhir/client/Client.js +6 -6
- package/dist/cjs/api/resources/fhir/client/requests/{FhirCreateRequest.d.ts → CreateRequest.d.ts} +1 -1
- package/dist/{esm/api/resources/fhir/client/requests/FhirDeleteRequest.d.mts → cjs/api/resources/fhir/client/requests/DeleteRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.d.ts → ExecuteBundleRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/fhir/client/requests/{FhirPatchRequest.d.ts → PatchRequest.d.ts} +2 -2
- package/dist/cjs/api/resources/fhir/client/requests/{FhirSearchRequest.d.ts → SearchRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/fhir/client/requests/{FhirUpsertRequest.d.ts → UpsertRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/fhir/client/requests/index.d.ts +6 -6
- package/dist/cjs/api/resources/fhir/types/{FhirPatchRequestBodyItem.d.ts → PatchRequestBodyItem.d.ts} +3 -3
- package/dist/cjs/api/resources/fhir/types/{FhirPatchRequestBodyItem.js → PatchRequestBodyItem.js} +5 -5
- package/dist/cjs/api/resources/fhir/types/SearchResponse.d.ts +2 -0
- package/dist/cjs/api/resources/fhir/types/index.d.ts +2 -2
- package/dist/cjs/api/resources/fhir/types/index.js +2 -2
- package/dist/cjs/api/resources/fhirProvider/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/fhirProvider/client/Client.js +1 -4
- package/dist/{esm/api/resources/agent/types/AgentDeleteResponse.d.mts → cjs/api/resources/fhirProvider/types/DeleteResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.d.ts → RemoveAuthConfigResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/fhirProvider/types/index.d.ts +2 -2
- package/dist/cjs/api/resources/fhirProvider/types/index.js +2 -2
- package/dist/cjs/api/resources/lang2Fhir/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/lang2Fhir/client/Client.js +4 -4
- package/dist/cjs/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.d.ts → UploadProfileResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/lang2Fhir/types/index.d.ts +1 -1
- package/dist/cjs/api/resources/lang2Fhir/types/index.js +1 -1
- package/dist/cjs/api/resources/summary/client/Client.d.ts +3 -88
- package/dist/cjs/api/resources/summary/client/Client.js +4 -309
- package/dist/cjs/api/resources/summary/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/summary/exports.d.ts +1 -0
- package/dist/cjs/api/resources/summary/exports.js +1 -0
- package/dist/cjs/api/resources/summary/index.d.ts +1 -0
- package/dist/cjs/api/resources/summary/index.js +1 -0
- package/dist/cjs/api/resources/summary/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/{authtoken → summary}/resources/index.js +4 -3
- package/dist/cjs/api/resources/summary/resources/templates/client/Client.d.ts +101 -0
- package/dist/cjs/api/resources/summary/resources/templates/client/Client.js +366 -0
- package/dist/cjs/api/resources/summary/resources/templates/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/summary/resources/templates/exports.d.ts +2 -0
- package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/exports.js +2 -2
- package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.d.ts +1 -0
- package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.js +1 -0
- package/dist/cjs/api/resources/{workflows/types/WorkflowsDeleteResponse.d.ts → summary/resources/templates/types/TemplatesDeleteResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/summary/{types/SummaryGetTemplateResponse.d.ts → resources/templates/types/TemplatesGetResponse.d.ts} +2 -2
- package/dist/cjs/api/resources/summary/{types/SummaryListTemplatesResponse.d.ts → resources/templates/types/TemplatesListResponse.d.ts} +2 -2
- package/dist/cjs/api/resources/summary/{types/SummaryUpdateTemplateResponse.d.ts → resources/templates/types/TemplatesUpdateResponse.d.ts} +2 -2
- package/dist/cjs/api/resources/summary/resources/templates/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/summary/resources/templates/types/index.js +20 -0
- package/dist/cjs/api/resources/summary/types/index.d.ts +0 -4
- package/dist/cjs/api/resources/summary/types/index.js +0 -4
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/index.js +0 -4
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/Client.d.ts +0 -21
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/Client.js +0 -68
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/index.d.ts +1 -1
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/index.js +0 -15
- package/dist/cjs/api/resources/tools/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/tools/types/index.js +0 -1
- package/dist/cjs/api/resources/workflows/client/Client.d.ts +7 -6
- package/dist/cjs/api/resources/workflows/client/Client.js +8 -14
- package/dist/{esm/api/resources/workflows/client/requests/WorkflowsGetRequest.d.mts → cjs/api/resources/workflows/client/requests/GetRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/workflows/client/requests/{WorkflowsGetRequest.d.ts → ListRequest.d.ts} +1 -1
- package/dist/cjs/api/resources/workflows/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/workflows/errors/GatewayTimeoutError.d.ts +5 -0
- package/dist/cjs/api/resources/workflows/errors/GatewayTimeoutError.js +54 -0
- package/dist/cjs/api/resources/workflows/errors/index.d.ts +1 -0
- package/dist/cjs/api/resources/workflows/errors/index.js +1 -0
- package/dist/{esm/api/resources/workflows/types/WorkflowsDeleteResponse.d.mts → cjs/api/resources/workflows/types/DeleteResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/workflows/types/{WorkflowsGetResponse.d.ts → GetResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/workflows/types/{WorkflowsUpdateResponse.d.ts → UpdateResponse.d.ts} +1 -1
- package/dist/cjs/api/resources/workflows/types/index.d.ts +3 -3
- package/dist/cjs/api/resources/workflows/types/index.js +3 -3
- package/dist/cjs/auth/OAuthAuthProvider.js +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/agent/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/agent/client/Client.mjs +2 -2
- package/dist/esm/api/resources/agent/client/requests/AgentChatRequest.d.mts +1 -1
- package/dist/esm/api/resources/agent/client/requests/AgentStreamChatRequest.d.mts +1 -1
- package/dist/esm/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.d.mts → GetChatMessagesRequest.d.mts} +3 -3
- package/dist/{cjs/api/resources/agent/client/requests/AgentListRequest.d.ts → esm/api/resources/agent/client/requests/ListRequest.d.mts} +1 -1
- package/dist/esm/api/resources/agent/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/agent/types/DeleteResponse.d.mts +4 -0
- package/dist/esm/api/resources/agent/types/GetChatMessagesRequestOrder.d.mts +5 -0
- package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesRequestOrder.mjs → GetChatMessagesRequestOrder.mjs} +1 -1
- package/dist/esm/api/resources/agent/types/GetChatMessagesRequestRole.d.mts +7 -0
- package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesRequestRole.mjs → GetChatMessagesRequestRole.mjs} +1 -1
- package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesResponse.d.mts → GetChatMessagesResponse.d.mts} +1 -1
- package/dist/esm/api/resources/agent/types/{AgentListResponse.d.mts → ListResponse.d.mts} +1 -1
- package/dist/esm/api/resources/agent/types/index.d.mts +5 -5
- package/dist/esm/api/resources/agent/types/index.mjs +5 -5
- package/dist/esm/api/resources/authtoken/client/Client.d.mts +26 -4
- package/dist/esm/api/resources/authtoken/client/Client.mjs +76 -4
- package/dist/esm/api/resources/authtoken/client/index.d.mts +1 -1
- package/dist/esm/api/resources/authtoken/client/index.mjs +1 -1
- package/dist/esm/api/resources/authtoken/exports.d.mts +0 -1
- package/dist/esm/api/resources/authtoken/exports.mjs +0 -1
- package/dist/esm/api/resources/authtoken/index.d.mts +0 -1
- package/dist/esm/api/resources/authtoken/index.mjs +0 -1
- package/dist/esm/api/resources/construe/client/Client.d.mts +35 -35
- package/dist/esm/api/resources/construe/client/Client.mjs +43 -43
- package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.d.mts → DeleteCodeSystemRequest.d.mts} +1 -1
- package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesSystemsCodesystemExportRequest.d.ts → esm/api/resources/construe/client/requests/ExportCodeSystemRequest.d.mts} +1 -1
- package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesCodesystemCodeIdRequest.d.ts → esm/api/resources/construe/client/requests/GetCodeRequest.d.mts} +1 -1
- package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.d.mts → GetCodeSystemRequest.d.mts} +1 -1
- package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.d.mts → ListCodesRequest.d.mts} +1 -1
- package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.d.mts → SearchSemanticRequest.d.mts} +1 -1
- package/dist/{cjs/api/resources/construe/client/requests/GetConstrueCodesCodesystemSearchTextRequest.d.ts → esm/api/resources/construe/client/requests/SearchTextRequest.d.mts} +1 -1
- package/dist/esm/api/resources/construe/client/requests/index.d.mts +7 -7
- package/dist/{cjs/api/resources/construe/types/ConstrueUploadCodeSystemResponse.d.ts → esm/api/resources/construe/types/UploadCodeSystemResponse.d.mts} +1 -1
- package/dist/esm/api/resources/construe/types/index.d.mts +1 -1
- package/dist/esm/api/resources/construe/types/index.mjs +1 -1
- package/dist/esm/api/resources/fhir/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/fhir/client/Client.mjs +6 -6
- package/dist/esm/api/resources/fhir/client/requests/{FhirCreateRequest.d.mts → CreateRequest.d.mts} +1 -1
- package/dist/{cjs/api/resources/fhir/client/requests/FhirDeleteRequest.d.ts → esm/api/resources/fhir/client/requests/DeleteRequest.d.mts} +1 -1
- package/dist/esm/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.d.mts → ExecuteBundleRequest.d.mts} +1 -1
- package/dist/esm/api/resources/fhir/client/requests/{FhirPatchRequest.d.mts → PatchRequest.d.mts} +2 -2
- package/dist/esm/api/resources/fhir/client/requests/{FhirSearchRequest.d.mts → SearchRequest.d.mts} +1 -1
- package/dist/esm/api/resources/fhir/client/requests/{FhirUpsertRequest.d.mts → UpsertRequest.d.mts} +1 -1
- package/dist/esm/api/resources/fhir/client/requests/index.d.mts +6 -6
- package/dist/esm/api/resources/fhir/types/{FhirPatchRequestBodyItem.d.mts → PatchRequestBodyItem.d.mts} +3 -3
- package/dist/esm/api/resources/fhir/types/{FhirPatchRequestBodyItem.mjs → PatchRequestBodyItem.mjs} +4 -4
- package/dist/esm/api/resources/fhir/types/SearchResponse.d.mts +2 -0
- package/dist/esm/api/resources/fhir/types/index.d.mts +2 -2
- package/dist/esm/api/resources/fhir/types/index.mjs +2 -2
- package/dist/esm/api/resources/fhirProvider/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/fhirProvider/client/Client.mjs +1 -4
- package/dist/esm/api/resources/fhirProvider/types/DeleteResponse.d.mts +4 -0
- package/dist/esm/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.d.mts → RemoveAuthConfigResponse.d.mts} +1 -1
- package/dist/esm/api/resources/fhirProvider/types/index.d.mts +2 -2
- package/dist/esm/api/resources/fhirProvider/types/index.mjs +2 -2
- package/dist/esm/api/resources/lang2Fhir/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/lang2Fhir/client/Client.mjs +4 -4
- package/dist/esm/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.d.mts → UploadProfileResponse.d.mts} +1 -1
- package/dist/esm/api/resources/lang2Fhir/types/index.d.mts +1 -1
- package/dist/esm/api/resources/lang2Fhir/types/index.mjs +1 -1
- package/dist/esm/api/resources/summary/client/Client.d.mts +3 -88
- package/dist/esm/api/resources/summary/client/Client.mjs +4 -309
- package/dist/esm/api/resources/summary/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/summary/exports.d.mts +1 -0
- package/dist/esm/api/resources/summary/exports.mjs +1 -0
- package/dist/esm/api/resources/summary/index.d.mts +1 -0
- package/dist/esm/api/resources/summary/index.mjs +1 -0
- package/dist/esm/api/resources/summary/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/summary/resources/index.mjs +3 -0
- package/dist/esm/api/resources/summary/resources/templates/client/Client.d.mts +101 -0
- package/dist/esm/api/resources/summary/resources/templates/client/Client.mjs +329 -0
- package/dist/esm/api/resources/summary/resources/templates/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/summary/resources/templates/exports.d.mts +2 -0
- package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/exports.mjs +1 -1
- package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.d.mts +1 -0
- package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/index.mjs +1 -0
- package/dist/esm/api/resources/summary/resources/templates/types/TemplatesDeleteResponse.d.mts +4 -0
- package/dist/esm/api/resources/summary/resources/templates/types/TemplatesGetResponse.d.mts +5 -0
- package/dist/esm/api/resources/summary/{types/SummaryListTemplatesResponse.d.mts → resources/templates/types/TemplatesListResponse.d.mts} +2 -2
- package/dist/esm/api/resources/summary/{types/SummaryUpdateTemplateResponse.d.mts → resources/templates/types/TemplatesUpdateResponse.d.mts} +2 -2
- package/dist/esm/api/resources/summary/resources/templates/types/index.d.mts +4 -0
- package/dist/esm/api/resources/summary/resources/templates/types/index.mjs +4 -0
- package/dist/esm/api/resources/summary/types/index.d.mts +0 -4
- package/dist/esm/api/resources/summary/types/index.mjs +0 -4
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/index.mjs +0 -1
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/Client.d.mts +0 -21
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/Client.mjs +0 -68
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/index.d.mts +1 -1
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/index.mjs +1 -1
- package/dist/esm/api/resources/tools/types/index.d.mts +0 -1
- package/dist/esm/api/resources/tools/types/index.mjs +0 -1
- package/dist/esm/api/resources/workflows/client/Client.d.mts +7 -6
- package/dist/esm/api/resources/workflows/client/Client.mjs +8 -14
- package/dist/{cjs/api/resources/workflows/client/requests/WorkflowsListRequest.d.ts → esm/api/resources/workflows/client/requests/GetRequest.d.mts} +1 -1
- package/dist/esm/api/resources/workflows/client/requests/{WorkflowsListRequest.d.mts → ListRequest.d.mts} +1 -1
- package/dist/esm/api/resources/workflows/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/workflows/errors/GatewayTimeoutError.d.mts +5 -0
- package/dist/esm/api/resources/workflows/errors/GatewayTimeoutError.mjs +17 -0
- package/dist/esm/api/resources/workflows/errors/index.d.mts +1 -0
- package/dist/esm/api/resources/workflows/errors/index.mjs +1 -0
- package/dist/esm/api/resources/workflows/types/DeleteResponse.d.mts +4 -0
- package/dist/esm/api/resources/workflows/types/{WorkflowsGetResponse.d.mts → GetResponse.d.mts} +1 -1
- package/dist/esm/api/resources/workflows/types/{WorkflowsUpdateResponse.d.mts → UpdateResponse.d.mts} +1 -1
- package/dist/esm/api/resources/workflows/types/index.d.mts +3 -3
- package/dist/esm/api/resources/workflows/types/index.mjs +3 -3
- package/dist/esm/auth/OAuthAuthProvider.mjs +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/openapi/openapi.json +11397 -0
- package/package.json +14 -12
- package/reference.md +140 -214
- package/dist/cjs/api/resources/agent/types/AgentGetChatMessagesRequestOrder.d.ts +0 -5
- package/dist/cjs/api/resources/agent/types/AgentGetChatMessagesRequestRole.d.ts +0 -7
- package/dist/cjs/api/resources/authtoken/resources/auth/client/Client.d.ts +0 -34
- package/dist/cjs/api/resources/authtoken/resources/auth/client/Client.js +0 -121
- package/dist/cjs/api/resources/authtoken/resources/auth/exports.d.ts +0 -2
- package/dist/cjs/api/resources/authtoken/resources/index.d.ts +0 -2
- package/dist/cjs/api/resources/fhir/types/FhirSearchResponse.d.ts +0 -2
- package/dist/cjs/api/resources/fhirProvider/types/FhirProviderDeleteResponse.d.ts +0 -4
- package/dist/cjs/api/resources/summary/types/SummaryDeleteTemplateResponse.d.ts +0 -4
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.d.ts +0 -12
- package/dist/cjs/api/resources/tools/resources/mcpServer/resources/tools/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/tools/types/McpServerToolCallResponse.d.ts +0 -10
- package/dist/cjs/api/resources/workflows/types/WorkflowsGetResponse.js +0 -3
- package/dist/cjs/api/resources/workflows/types/WorkflowsUpdateResponse.js +0 -3
- package/dist/esm/api/resources/agent/types/AgentGetChatMessagesRequestOrder.d.mts +0 -5
- package/dist/esm/api/resources/agent/types/AgentGetChatMessagesRequestRole.d.mts +0 -7
- package/dist/esm/api/resources/authtoken/resources/auth/client/Client.d.mts +0 -34
- package/dist/esm/api/resources/authtoken/resources/auth/client/Client.mjs +0 -84
- package/dist/esm/api/resources/authtoken/resources/auth/exports.d.mts +0 -2
- package/dist/esm/api/resources/authtoken/resources/index.d.mts +0 -2
- package/dist/esm/api/resources/authtoken/resources/index.mjs +0 -2
- package/dist/esm/api/resources/fhir/types/FhirSearchResponse.d.mts +0 -2
- package/dist/esm/api/resources/fhirProvider/types/FhirProviderDeleteResponse.d.mts +0 -4
- package/dist/esm/api/resources/summary/types/SummaryDeleteTemplateResponse.d.mts +0 -4
- package/dist/esm/api/resources/summary/types/SummaryGetTemplateResponse.d.mts +0 -5
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.d.mts +0 -12
- package/dist/esm/api/resources/tools/resources/mcpServer/resources/tools/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/tools/types/McpServerToolCallResponse.d.mts +0 -10
- package/dist/esm/api/resources/workflows/types/WorkflowsGetResponse.mjs +0 -2
- package/dist/esm/api/resources/workflows/types/WorkflowsUpdateResponse.mjs +0 -2
- /package/dist/cjs/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.js → GetChatMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/agent/client/requests/{AgentListRequest.js → ListRequest.js} +0 -0
- /package/dist/cjs/api/resources/agent/types/{AgentDeleteResponse.js → DeleteResponse.js} +0 -0
- /package/dist/cjs/api/resources/agent/types/{AgentGetChatMessagesResponse.js → GetChatMessagesResponse.js} +0 -0
- /package/dist/cjs/api/resources/agent/types/{AgentListResponse.js → ListResponse.js} +0 -0
- /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.d.ts +0 -0
- /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.js +0 -0
- /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/index.d.ts +0 -0
- /package/dist/cjs/api/resources/authtoken/{resources/auth/client → client}/requests/index.js +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.js → DeleteCodeSystemRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemCodeIdRequest.js → ExportCodeSystemRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.js → GetCodeRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.js → GetCodeSystemRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchTextRequest.js → ListCodesRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.js → SearchSemanticRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.js → SearchTextRequest.js} +0 -0
- /package/dist/cjs/api/resources/construe/types/{ConstrueUploadCodeSystemResponse.js → UploadCodeSystemResponse.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirCreateRequest.js → CreateRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirDeleteRequest.js → DeleteRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.js → ExecuteBundleRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirPatchRequest.js → PatchRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirSearchRequest.js → SearchRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/client/requests/{FhirUpsertRequest.js → UpsertRequest.js} +0 -0
- /package/dist/cjs/api/resources/fhir/types/{FhirSearchResponse.js → SearchResponse.js} +0 -0
- /package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderDeleteResponse.js → DeleteResponse.js} +0 -0
- /package/dist/cjs/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.js → RemoveAuthConfigResponse.js} +0 -0
- /package/dist/cjs/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.js → UploadProfileResponse.js} +0 -0
- /package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.js +0 -0
- /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.d.ts +0 -0
- /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.js +0 -0
- /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.d.ts +0 -0
- /package/dist/cjs/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.js +0 -0
- /package/dist/cjs/api/resources/{tools/resources/mcpServer/resources/tools → summary/resources/templates}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/summary/{types/SummaryDeleteTemplateResponse.js → resources/templates/types/TemplatesDeleteResponse.js} +0 -0
- /package/dist/cjs/api/resources/summary/{types/SummaryGetTemplateResponse.js → resources/templates/types/TemplatesGetResponse.js} +0 -0
- /package/dist/cjs/api/resources/summary/{types/SummaryListTemplatesResponse.js → resources/templates/types/TemplatesListResponse.js} +0 -0
- /package/dist/cjs/api/resources/summary/{types/SummaryUpdateTemplateResponse.js → resources/templates/types/TemplatesUpdateResponse.js} +0 -0
- /package/dist/cjs/api/resources/{tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.js → workflows/client/requests/GetRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tools/types/McpServerToolCallResponse.js → workflows/client/requests/ListRequest.js} +0 -0
- /package/dist/cjs/api/resources/workflows/{client/requests/WorkflowsGetRequest.js → types/DeleteResponse.js} +0 -0
- /package/dist/cjs/api/resources/workflows/{client/requests/WorkflowsListRequest.js → types/GetResponse.js} +0 -0
- /package/dist/cjs/api/resources/workflows/types/{WorkflowsDeleteResponse.js → UpdateResponse.js} +0 -0
- /package/dist/esm/api/resources/agent/client/requests/{AgentGetChatMessagesRequest.mjs → GetChatMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/agent/client/requests/{AgentListRequest.mjs → ListRequest.mjs} +0 -0
- /package/dist/esm/api/resources/agent/types/{AgentDeleteResponse.mjs → DeleteResponse.mjs} +0 -0
- /package/dist/esm/api/resources/agent/types/{AgentGetChatMessagesResponse.mjs → GetChatMessagesResponse.mjs} +0 -0
- /package/dist/esm/api/resources/agent/types/{AgentListResponse.mjs → ListResponse.mjs} +0 -0
- /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.d.mts +0 -0
- /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/ClientCredentialsRequest.mjs +0 -0
- /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/index.d.mts +0 -0
- /package/dist/esm/api/resources/authtoken/{resources/auth/client → client}/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{DeleteConstrueCodesSystemsCodesystemRequest.mjs → DeleteCodeSystemRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemCodeIdRequest.mjs → ExportCodeSystemRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemRequest.mjs → GetCodeRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchSemanticRequest.mjs → GetCodeSystemRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesCodesystemSearchTextRequest.mjs → ListCodesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemExportRequest.mjs → SearchSemanticRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/client/requests/{GetConstrueCodesSystemsCodesystemRequest.mjs → SearchTextRequest.mjs} +0 -0
- /package/dist/esm/api/resources/construe/types/{ConstrueUploadCodeSystemResponse.mjs → UploadCodeSystemResponse.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirCreateRequest.mjs → CreateRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirDeleteRequest.mjs → DeleteRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirExecuteBundleRequest.mjs → ExecuteBundleRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirPatchRequest.mjs → PatchRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirSearchRequest.mjs → SearchRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/client/requests/{FhirUpsertRequest.mjs → UpsertRequest.mjs} +0 -0
- /package/dist/esm/api/resources/fhir/types/{FhirSearchResponse.mjs → SearchResponse.mjs} +0 -0
- /package/dist/esm/api/resources/fhirProvider/types/{FhirProviderDeleteResponse.mjs → DeleteResponse.mjs} +0 -0
- /package/dist/esm/api/resources/fhirProvider/types/{FhirProviderRemoveAuthConfigResponse.mjs → RemoveAuthConfigResponse.mjs} +0 -0
- /package/dist/esm/api/resources/lang2Fhir/types/{Lang2FhirUploadProfileResponse.mjs → UploadProfileResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{authtoken/resources/auth → summary/resources/templates}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.d.mts +0 -0
- /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/CreateSummaryTemplateRequest.mjs +0 -0
- /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.d.mts +0 -0
- /package/dist/esm/api/resources/summary/{client → resources/templates/client}/requests/UpdateSummaryTemplateRequest.mjs +0 -0
- /package/dist/esm/api/resources/{tools/resources/mcpServer/resources/tools → summary/resources/templates}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/summary/{types/SummaryDeleteTemplateResponse.mjs → resources/templates/types/TemplatesDeleteResponse.mjs} +0 -0
- /package/dist/esm/api/resources/summary/{types/SummaryGetTemplateResponse.mjs → resources/templates/types/TemplatesGetResponse.mjs} +0 -0
- /package/dist/esm/api/resources/summary/{types/SummaryListTemplatesResponse.mjs → resources/templates/types/TemplatesListResponse.mjs} +0 -0
- /package/dist/esm/api/resources/summary/{types/SummaryUpdateTemplateResponse.mjs → resources/templates/types/TemplatesUpdateResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{tools/resources/mcpServer/resources/tools/client/requests/McpServerToolCallRequest.mjs → workflows/client/requests/GetRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tools/types/McpServerToolCallResponse.mjs → workflows/client/requests/ListRequest.mjs} +0 -0
- /package/dist/esm/api/resources/workflows/{client/requests/WorkflowsGetRequest.mjs → types/DeleteResponse.mjs} +0 -0
- /package/dist/esm/api/resources/workflows/{client/requests/WorkflowsListRequest.mjs → types/GetResponse.mjs} +0 -0
- /package/dist/esm/api/resources/workflows/types/{WorkflowsDeleteResponse.mjs → UpdateResponse.mjs} +0 -0
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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", {
|
|
@@ -69,7 +69,7 @@ class WorkflowsClient {
|
|
|
69
69
|
/**
|
|
70
70
|
* Retrieves all workflow definitions for the authenticated user
|
|
71
71
|
*
|
|
72
|
-
* @param {phenoml.workflows.
|
|
72
|
+
* @param {phenoml.workflows.ListRequest} request
|
|
73
73
|
* @param {WorkflowsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link phenoml.workflows.UnauthorizedError}
|
|
@@ -219,7 +219,7 @@ class WorkflowsClient {
|
|
|
219
219
|
* Retrieves a workflow definition by its ID
|
|
220
220
|
*
|
|
221
221
|
* @param {string} id - ID of the workflow to retrieve
|
|
222
|
-
* @param {phenoml.workflows.
|
|
222
|
+
* @param {phenoml.workflows.GetRequest} request
|
|
223
223
|
* @param {WorkflowsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
224
224
|
*
|
|
225
225
|
* @throws {@link phenoml.workflows.UnauthorizedError}
|
|
@@ -260,10 +260,7 @@ class WorkflowsClient {
|
|
|
260
260
|
logging: this._options.logging,
|
|
261
261
|
});
|
|
262
262
|
if (_response.ok) {
|
|
263
|
-
return {
|
|
264
|
-
data: _response.body,
|
|
265
|
-
rawResponse: _response.rawResponse,
|
|
266
|
-
};
|
|
263
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
267
264
|
}
|
|
268
265
|
if (_response.error.reason === "status-code") {
|
|
269
266
|
switch (_response.error.statusCode) {
|
|
@@ -344,10 +341,7 @@ class WorkflowsClient {
|
|
|
344
341
|
logging: this._options.logging,
|
|
345
342
|
});
|
|
346
343
|
if (_response.ok) {
|
|
347
|
-
return {
|
|
348
|
-
data: _response.body,
|
|
349
|
-
rawResponse: _response.rawResponse,
|
|
350
|
-
};
|
|
344
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
351
345
|
}
|
|
352
346
|
if (_response.error.reason === "status-code") {
|
|
353
347
|
switch (_response.error.statusCode) {
|
|
@@ -406,10 +400,7 @@ class WorkflowsClient {
|
|
|
406
400
|
logging: this._options.logging,
|
|
407
401
|
});
|
|
408
402
|
if (_response.ok) {
|
|
409
|
-
return {
|
|
410
|
-
data: _response.body,
|
|
411
|
-
rawResponse: _response.rawResponse,
|
|
412
|
-
};
|
|
403
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
413
404
|
}
|
|
414
405
|
if (_response.error.reason === "status-code") {
|
|
415
406
|
switch (_response.error.statusCode) {
|
|
@@ -444,6 +435,7 @@ class WorkflowsClient {
|
|
|
444
435
|
* @throws {@link phenoml.workflows.ForbiddenError}
|
|
445
436
|
* @throws {@link phenoml.workflows.NotFoundError}
|
|
446
437
|
* @throws {@link phenoml.workflows.InternalServerError}
|
|
438
|
+
* @throws {@link phenoml.workflows.GatewayTimeoutError}
|
|
447
439
|
*
|
|
448
440
|
* @example
|
|
449
441
|
* await client.workflows.execute("7a8b9c0d-1234-5678-abcd-ef9876543210", {
|
|
@@ -505,6 +497,8 @@ class WorkflowsClient {
|
|
|
505
497
|
throw new phenoml.workflows.NotFoundError(_response.error.body, _response.rawResponse);
|
|
506
498
|
case 500:
|
|
507
499
|
throw new phenoml.workflows.InternalServerError(_response.error.body, _response.rawResponse);
|
|
500
|
+
case 504:
|
|
501
|
+
throw new phenoml.workflows.GatewayTimeoutError(_response.error.body, _response.rawResponse);
|
|
508
502
|
default:
|
|
509
503
|
throw new errors.phenomlError({
|
|
510
504
|
statusCode: _response.error.statusCode,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type { CreateWorkflowRequest } from "./CreateWorkflowRequest.js";
|
|
2
2
|
export type { ExecuteWorkflowRequest } from "./ExecuteWorkflowRequest.js";
|
|
3
|
+
export type { GetRequest } from "./GetRequest.js";
|
|
4
|
+
export type { ListRequest } from "./ListRequest.js";
|
|
3
5
|
export type { UpdateWorkflowRequest } from "./UpdateWorkflowRequest.js";
|
|
4
|
-
export type { WorkflowsGetRequest } from "./WorkflowsGetRequest.js";
|
|
5
|
-
export type { WorkflowsListRequest } from "./WorkflowsListRequest.js";
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GatewayTimeoutError = void 0;
|
|
38
|
+
const errors = __importStar(require("../../../../errors/index.js"));
|
|
39
|
+
class GatewayTimeoutError extends errors.phenomlError {
|
|
40
|
+
constructor(body, rawResponse) {
|
|
41
|
+
super({
|
|
42
|
+
message: "GatewayTimeoutError",
|
|
43
|
+
statusCode: 504,
|
|
44
|
+
body: body,
|
|
45
|
+
rawResponse: rawResponse,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, new.target.prototype);
|
|
48
|
+
if (Error.captureStackTrace) {
|
|
49
|
+
Error.captureStackTrace(this, this.constructor);
|
|
50
|
+
}
|
|
51
|
+
this.name = this.constructor.name;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./BadRequestError.js"), exports);
|
|
18
18
|
__exportStar(require("./ForbiddenError.js"), exports);
|
|
19
|
+
__exportStar(require("./GatewayTimeoutError.js"), exports);
|
|
19
20
|
__exportStar(require("./InternalServerError.js"), exports);
|
|
20
21
|
__exportStar(require("./NotFoundError.js"), exports);
|
|
21
22
|
__exportStar(require("./UnauthorizedError.js"), exports);
|
package/dist/cjs/api/resources/workflows/types/{WorkflowsGetResponse.d.ts → GetResponse.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as phenoml from "../../../index.js";
|
|
2
|
-
export interface
|
|
2
|
+
export interface GetResponse {
|
|
3
3
|
success?: boolean | undefined;
|
|
4
4
|
workflow?: phenoml.workflows.WorkflowResponse | undefined;
|
|
5
5
|
/** Only included when verbose=true - contains full implementation details */
|
package/dist/cjs/api/resources/workflows/types/{WorkflowsUpdateResponse.d.ts → UpdateResponse.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as phenoml from "../../../index.js";
|
|
2
|
-
export interface
|
|
2
|
+
export interface UpdateResponse {
|
|
3
3
|
success?: boolean | undefined;
|
|
4
4
|
message?: string | undefined;
|
|
5
5
|
/** Simplified workflow response with only essential step information */
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export * from "./CreateWorkflowResponse.js";
|
|
2
2
|
export * from "./DecisionNodeDefinition.js";
|
|
3
|
+
export * from "./DeleteResponse.js";
|
|
3
4
|
export * from "./ExecuteWorkflowResponse.js";
|
|
5
|
+
export * from "./GetResponse.js";
|
|
4
6
|
export * from "./Lang2FhirCreateDefinition.js";
|
|
5
7
|
export * from "./Lang2FhirSearchDefinition.js";
|
|
6
8
|
export * from "./ListWorkflowsResponse.js";
|
|
7
9
|
export * from "./StepOperation.js";
|
|
8
10
|
export * from "./SubWorkflowDefinition.js";
|
|
11
|
+
export * from "./UpdateResponse.js";
|
|
9
12
|
export * from "./WorkflowConfig.js";
|
|
10
13
|
export * from "./WorkflowDefinition.js";
|
|
11
14
|
export * from "./WorkflowGraph.js";
|
|
12
15
|
export * from "./WorkflowResponse.js";
|
|
13
16
|
export * from "./WorkflowStep.js";
|
|
14
17
|
export * from "./WorkflowStepSummary.js";
|
|
15
|
-
export * from "./WorkflowsDeleteResponse.js";
|
|
16
|
-
export * from "./WorkflowsGetResponse.js";
|
|
17
|
-
export * from "./WorkflowsUpdateResponse.js";
|
|
@@ -16,18 +16,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CreateWorkflowResponse.js"), exports);
|
|
18
18
|
__exportStar(require("./DecisionNodeDefinition.js"), exports);
|
|
19
|
+
__exportStar(require("./DeleteResponse.js"), exports);
|
|
19
20
|
__exportStar(require("./ExecuteWorkflowResponse.js"), exports);
|
|
21
|
+
__exportStar(require("./GetResponse.js"), exports);
|
|
20
22
|
__exportStar(require("./Lang2FhirCreateDefinition.js"), exports);
|
|
21
23
|
__exportStar(require("./Lang2FhirSearchDefinition.js"), exports);
|
|
22
24
|
__exportStar(require("./ListWorkflowsResponse.js"), exports);
|
|
23
25
|
__exportStar(require("./StepOperation.js"), exports);
|
|
24
26
|
__exportStar(require("./SubWorkflowDefinition.js"), exports);
|
|
27
|
+
__exportStar(require("./UpdateResponse.js"), exports);
|
|
25
28
|
__exportStar(require("./WorkflowConfig.js"), exports);
|
|
26
29
|
__exportStar(require("./WorkflowDefinition.js"), exports);
|
|
27
30
|
__exportStar(require("./WorkflowGraph.js"), exports);
|
|
28
31
|
__exportStar(require("./WorkflowResponse.js"), exports);
|
|
29
32
|
__exportStar(require("./WorkflowStep.js"), exports);
|
|
30
33
|
__exportStar(require("./WorkflowStepSummary.js"), exports);
|
|
31
|
-
__exportStar(require("./WorkflowsDeleteResponse.js"), exports);
|
|
32
|
-
__exportStar(require("./WorkflowsGetResponse.js"), exports);
|
|
33
|
-
__exportStar(require("./WorkflowsUpdateResponse.js"), exports);
|
|
@@ -44,7 +44,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
44
44
|
};
|
|
45
45
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
46
|
exports.OAuthTokenOverrideAuthProvider = exports.OAuthAuthProvider = void 0;
|
|
47
|
-
const Client_js_1 = require("../api/resources/authtoken/
|
|
47
|
+
const Client_js_1 = require("../api/resources/authtoken/client/Client.js");
|
|
48
48
|
const core = __importStar(require("../core/index.js"));
|
|
49
49
|
const errors = __importStar(require("../errors/index.js"));
|
|
50
50
|
const CLIENT_ID_PARAM = "clientId";
|
|
@@ -59,7 +59,7 @@ const BUFFER_IN_MINUTES = 2;
|
|
|
59
59
|
class OAuthAuthProvider {
|
|
60
60
|
constructor(options) {
|
|
61
61
|
this.options = options;
|
|
62
|
-
this.authClient = new Client_js_1.
|
|
62
|
+
this.authClient = new Client_js_1.AuthtokenClient(options);
|
|
63
63
|
this.expiresAt = new Date();
|
|
64
64
|
}
|
|
65
65
|
static canCreate(options) {
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "16.0.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "phenoml",
|
|
9
|
-
"X-Fern-SDK-Version": "
|
|
10
|
-
"User-Agent": "phenoml/
|
|
9
|
+
"X-Fern-SDK-Version": "16.0.0",
|
|
10
|
+
"User-Agent": "phenoml/16.0.0",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -38,7 +38,7 @@ export declare class AgentClient {
|
|
|
38
38
|
/**
|
|
39
39
|
* Retrieves a list of PhenoAgents belonging to the authenticated user
|
|
40
40
|
*
|
|
41
|
-
* @param {phenoml.agent.
|
|
41
|
+
* @param {phenoml.agent.ListRequest} request
|
|
42
42
|
* @param {AgentClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
43
43
|
*
|
|
44
44
|
* @throws {@link phenoml.agent.UnauthorizedError}
|
|
@@ -50,7 +50,7 @@ export declare class AgentClient {
|
|
|
50
50
|
* tags: "tags"
|
|
51
51
|
* })
|
|
52
52
|
*/
|
|
53
|
-
list(request?: phenoml.agent.
|
|
53
|
+
list(request?: phenoml.agent.ListRequest, requestOptions?: AgentClient.RequestOptions): core.HttpResponsePromise<phenoml.agent.ListResponse>;
|
|
54
54
|
private __list;
|
|
55
55
|
/**
|
|
56
56
|
* Retrieves a specific agent by its ID
|
|
@@ -106,7 +106,7 @@ export declare class AgentClient {
|
|
|
106
106
|
* @example
|
|
107
107
|
* await client.agent.delete("id")
|
|
108
108
|
*/
|
|
109
|
-
delete(id: string, requestOptions?: AgentClient.RequestOptions): core.HttpResponsePromise<phenoml.agent.
|
|
109
|
+
delete(id: string, requestOptions?: AgentClient.RequestOptions): core.HttpResponsePromise<phenoml.agent.DeleteResponse>;
|
|
110
110
|
private __delete;
|
|
111
111
|
/**
|
|
112
112
|
* Patches an existing agent's configuration
|
|
@@ -176,7 +176,7 @@ export declare class AgentClient {
|
|
|
176
176
|
/**
|
|
177
177
|
* Retrieves a list of chat messages for a given chat session
|
|
178
178
|
*
|
|
179
|
-
* @param {phenoml.agent.
|
|
179
|
+
* @param {phenoml.agent.GetChatMessagesRequest} request
|
|
180
180
|
* @param {AgentClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
181
181
|
*
|
|
182
182
|
* @throws {@link phenoml.agent.UnauthorizedError}
|
|
@@ -191,6 +191,6 @@ export declare class AgentClient {
|
|
|
191
191
|
* order: "asc"
|
|
192
192
|
* })
|
|
193
193
|
*/
|
|
194
|
-
getChatMessages(request: phenoml.agent.
|
|
194
|
+
getChatMessages(request: phenoml.agent.GetChatMessagesRequest, requestOptions?: AgentClient.RequestOptions): core.HttpResponsePromise<phenoml.agent.GetChatMessagesResponse>;
|
|
195
195
|
private __getChatMessages;
|
|
196
196
|
}
|
|
@@ -104,7 +104,7 @@ export class AgentClient {
|
|
|
104
104
|
/**
|
|
105
105
|
* Retrieves a list of PhenoAgents belonging to the authenticated user
|
|
106
106
|
*
|
|
107
|
-
* @param {phenoml.agent.
|
|
107
|
+
* @param {phenoml.agent.ListRequest} request
|
|
108
108
|
* @param {AgentClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link phenoml.agent.UnauthorizedError}
|
|
@@ -570,7 +570,7 @@ export class AgentClient {
|
|
|
570
570
|
/**
|
|
571
571
|
* Retrieves a list of chat messages for a given chat session
|
|
572
572
|
*
|
|
573
|
-
* @param {phenoml.agent.
|
|
573
|
+
* @param {phenoml.agent.GetChatMessagesRequest} request
|
|
574
574
|
* @param {AgentClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
575
575
|
*
|
|
576
576
|
* @throws {@link phenoml.agent.UnauthorizedError}
|
|
@@ -37,6 +37,6 @@ export interface AgentChatRequest {
|
|
|
37
37
|
session_id?: string;
|
|
38
38
|
/** The ID of the agent to chat with */
|
|
39
39
|
agent_id: string;
|
|
40
|
-
/** Enable enhanced reasoning capabilities
|
|
40
|
+
/** Enable enhanced reasoning capabilities. Increases latency but improves response quality and reliability. */
|
|
41
41
|
enhanced_reasoning?: boolean;
|
|
42
42
|
}
|
|
@@ -27,6 +27,6 @@ export interface AgentStreamChatRequest {
|
|
|
27
27
|
session_id?: string;
|
|
28
28
|
/** The ID of the agent to chat with */
|
|
29
29
|
agent_id: string;
|
|
30
|
-
/** Enable enhanced reasoning capabilities
|
|
30
|
+
/** Enable enhanced reasoning capabilities. Increases latency but improves response quality and reliability. */
|
|
31
31
|
enhanced_reasoning?: boolean;
|
|
32
32
|
}
|
|
@@ -8,7 +8,7 @@ import type * as phenoml from "../../../../index.mjs";
|
|
|
8
8
|
* order: "asc"
|
|
9
9
|
* }
|
|
10
10
|
*/
|
|
11
|
-
export interface
|
|
11
|
+
export interface GetChatMessagesRequest {
|
|
12
12
|
/** Chat session ID */
|
|
13
13
|
chat_session_id: string;
|
|
14
14
|
/** Number of messages to return */
|
|
@@ -23,7 +23,7 @@ export interface AgentGetChatMessagesRequest {
|
|
|
23
23
|
* - `model` - Function/tool call requests from the model
|
|
24
24
|
* - `function` - Function/tool call results
|
|
25
25
|
*/
|
|
26
|
-
role?: phenoml.agent.
|
|
26
|
+
role?: phenoml.agent.GetChatMessagesRequestRole;
|
|
27
27
|
/** Order of messages */
|
|
28
|
-
order?: phenoml.agent.
|
|
28
|
+
order?: phenoml.agent.GetChatMessagesRequestOrder;
|
|
29
29
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export type { AgentChatRequest } from "./AgentChatRequest.mjs";
|
|
2
|
-
export type { AgentGetChatMessagesRequest } from "./AgentGetChatMessagesRequest.mjs";
|
|
3
|
-
export type { AgentListRequest } from "./AgentListRequest.mjs";
|
|
4
2
|
export type { AgentStreamChatRequest } from "./AgentStreamChatRequest.mjs";
|
|
3
|
+
export type { GetChatMessagesRequest } from "./GetChatMessagesRequest.mjs";
|
|
4
|
+
export type { ListRequest } from "./ListRequest.mjs";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const GetChatMessagesRequestRole: {
|
|
2
|
+
readonly User: "user";
|
|
3
|
+
readonly Assistant: "assistant";
|
|
4
|
+
readonly Model: "model";
|
|
5
|
+
readonly Function: "function";
|
|
6
|
+
};
|
|
7
|
+
export type GetChatMessagesRequestRole = (typeof GetChatMessagesRequestRole)[keyof typeof GetChatMessagesRequestRole];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as phenoml from "../../../index.mjs";
|
|
2
|
-
export interface
|
|
2
|
+
export interface GetChatMessagesResponse {
|
|
3
3
|
messages?: phenoml.agent.ChatMessageTemplate[] | undefined;
|
|
4
4
|
total?: number | undefined;
|
|
5
5
|
session_id?: string | undefined;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export * from "./AgentChatResponse.mjs";
|
|
2
2
|
export * from "./AgentChatStreamEvent.mjs";
|
|
3
3
|
export * from "./AgentCreateRequest.mjs";
|
|
4
|
-
export * from "./AgentDeleteResponse.mjs";
|
|
5
|
-
export * from "./AgentGetChatMessagesRequestOrder.mjs";
|
|
6
|
-
export * from "./AgentGetChatMessagesRequestRole.mjs";
|
|
7
|
-
export * from "./AgentGetChatMessagesResponse.mjs";
|
|
8
|
-
export * from "./AgentListResponse.mjs";
|
|
9
4
|
export * from "./AgentPromptsResponse.mjs";
|
|
10
5
|
export * from "./AgentResponse.mjs";
|
|
11
6
|
export * from "./AgentTemplate.mjs";
|
|
12
7
|
export * from "./ChatMessageTemplate.mjs";
|
|
13
8
|
export * from "./ChatSessionTemplate.mjs";
|
|
9
|
+
export * from "./DeleteResponse.mjs";
|
|
10
|
+
export * from "./GetChatMessagesRequestOrder.mjs";
|
|
11
|
+
export * from "./GetChatMessagesRequestRole.mjs";
|
|
12
|
+
export * from "./GetChatMessagesResponse.mjs";
|
|
14
13
|
export * from "./JsonPatch.mjs";
|
|
15
14
|
export * from "./JsonPatchOperation.mjs";
|
|
15
|
+
export * from "./ListResponse.mjs";
|
|
16
16
|
export * from "./PromptTemplate.mjs";
|
|
17
17
|
export * from "./SuccessResponse.mjs";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export * from "./AgentChatResponse.mjs";
|
|
2
2
|
export * from "./AgentChatStreamEvent.mjs";
|
|
3
3
|
export * from "./AgentCreateRequest.mjs";
|
|
4
|
-
export * from "./AgentDeleteResponse.mjs";
|
|
5
|
-
export * from "./AgentGetChatMessagesRequestOrder.mjs";
|
|
6
|
-
export * from "./AgentGetChatMessagesRequestRole.mjs";
|
|
7
|
-
export * from "./AgentGetChatMessagesResponse.mjs";
|
|
8
|
-
export * from "./AgentListResponse.mjs";
|
|
9
4
|
export * from "./AgentPromptsResponse.mjs";
|
|
10
5
|
export * from "./AgentResponse.mjs";
|
|
11
6
|
export * from "./AgentTemplate.mjs";
|
|
12
7
|
export * from "./ChatMessageTemplate.mjs";
|
|
13
8
|
export * from "./ChatSessionTemplate.mjs";
|
|
9
|
+
export * from "./DeleteResponse.mjs";
|
|
10
|
+
export * from "./GetChatMessagesRequestOrder.mjs";
|
|
11
|
+
export * from "./GetChatMessagesRequestRole.mjs";
|
|
12
|
+
export * from "./GetChatMessagesResponse.mjs";
|
|
14
13
|
export * from "./JsonPatch.mjs";
|
|
15
14
|
export * from "./JsonPatchOperation.mjs";
|
|
15
|
+
export * from "./ListResponse.mjs";
|
|
16
16
|
export * from "./PromptTemplate.mjs";
|
|
17
17
|
export * from "./SuccessResponse.mjs";
|
|
@@ -1,12 +1,34 @@
|
|
|
1
|
-
import type { BaseClientOptions } from "../../../../BaseClient.mjs";
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient.mjs";
|
|
2
2
|
import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient.mjs";
|
|
3
|
-
import
|
|
3
|
+
import * as core from "../../../../core/index.mjs";
|
|
4
|
+
import * as phenoml from "../../../index.mjs";
|
|
4
5
|
export declare namespace AuthtokenClient {
|
|
5
6
|
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
6
9
|
}
|
|
7
10
|
export declare class AuthtokenClient {
|
|
8
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<AuthtokenClient.Options>;
|
|
9
|
-
protected _auth: AuthClient | undefined;
|
|
10
12
|
constructor(options?: AuthtokenClient.Options);
|
|
11
|
-
|
|
13
|
+
/**
|
|
14
|
+
* OAuth 2.0 client credentials token endpoint (RFC 6749 §4.4).
|
|
15
|
+
* Accepts client_id and client_secret in the request body (JSON or
|
|
16
|
+
* form-encoded) or via Basic Auth header (RFC 6749 §2.3.1), and
|
|
17
|
+
* returns an access token with expiration information.
|
|
18
|
+
*
|
|
19
|
+
* @param {phenoml.authtoken.ClientCredentialsRequest} request
|
|
20
|
+
* @param {AuthtokenClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
21
|
+
*
|
|
22
|
+
* @throws {@link phenoml.authtoken.BadRequestError}
|
|
23
|
+
* @throws {@link phenoml.authtoken.UnauthorizedError}
|
|
24
|
+
* @throws {@link phenoml.authtoken.InternalServerError}
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* await client.authtoken.getToken({
|
|
28
|
+
* client_id: "your_client_id",
|
|
29
|
+
* client_secret: "your_client_secret"
|
|
30
|
+
* })
|
|
31
|
+
*/
|
|
32
|
+
getToken(request?: phenoml.authtoken.ClientCredentialsRequest, requestOptions?: AuthtokenClient.RequestOptions): core.HttpResponsePromise<phenoml.authtoken.TokenResponse>;
|
|
33
|
+
private __getToken;
|
|
12
34
|
}
|