@awell-health/awell-extensions 1.1.63 → 1.2.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/avaAi/common/sdk/openAiSdk.d.ts +2 -0
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js +5 -0
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js.map +1 -0
- package/dist/extensions/avaAi/index.d.ts +2 -0
- package/dist/extensions/avaAi/index.js +21 -0
- package/dist/extensions/avaAi/index.js.map +1 -0
- package/dist/extensions/avaAi/settings.d.ts +18 -0
- package/dist/extensions/avaAi/settings.js +22 -0
- package/dist/extensions/avaAi/settings.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.d.ts +10 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js +15 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.d.ts +29 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js +46 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.d.ts +2 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js +9 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.d.ts +4 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js +83 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js +27 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js +6 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.d.ts +3 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js +43 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js +133 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js +6 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js +6 -0
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js.map +1 -0
- package/dist/extensions/avaAi/v1/actions/index.d.ts +1 -0
- package/dist/extensions/avaAi/v1/actions/index.js +6 -0
- package/dist/extensions/avaAi/v1/actions/index.js.map +1 -0
- package/dist/extensions/awell/v1/gql/fragment-masking.d.ts +13 -0
- package/dist/extensions/awell/v1/gql/fragment-masking.js +12 -0
- package/dist/extensions/awell/v1/gql/fragment-masking.js.map +1 -0
- package/dist/extensions/awell/v1/gql/gql.d.ts +36 -0
- package/dist/extensions/awell/v1/gql/gql.js +47 -0
- package/dist/extensions/awell/v1/gql/gql.js.map +1 -0
- package/dist/extensions/awell/v1/gql/index.d.ts +2 -0
- package/dist/extensions/awell/v1/gql/index.js +19 -0
- package/dist/extensions/awell/v1/gql/index.js.map +1 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js +2 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js.map +1 -1
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.d.ts +9 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js +55 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js.map +1 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.d.ts +10 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js +8 -0
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js.map +1 -0
- package/dist/extensions/calendly/webhooks/eventRescheduled.d.ts +71 -0
- package/dist/extensions/calendly/webhooks/eventRescheduled.js +113 -0
- package/dist/extensions/calendly/webhooks/eventRescheduled.js.map +1 -0
- package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +8 -8
- package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +32 -32
- package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +16 -16
- package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +8 -8
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +2 -2
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.d.ts +6 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js +10 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js.map +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.d.ts +3 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js +7 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js.map +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.d.ts +2 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js +9 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js.map +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.d.ts +4 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js +24 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js.map +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.d.ts +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js +21 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js.map +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/index.d.ts +1 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/index.js +6 -0
- package/dist/extensions/experimental/v1/actions/enterMedication/index.js.map +1 -0
- package/dist/extensions/healthie/codegen.d.ts +3 -0
- package/dist/extensions/healthie/codegen.js +20 -0
- package/dist/extensions/healthie/codegen.js.map +1 -0
- package/dist/extensions/healthie/errors.d.ts +9 -0
- package/dist/extensions/healthie/errors.js +42 -0
- package/dist/extensions/healthie/errors.js.map +1 -0
- package/dist/extensions/healthie/gql/sdk.d.ts +24576 -0
- package/dist/extensions/healthie/gql/sdk.js +1002 -0
- package/dist/extensions/healthie/gql/sdk.js.map +1 -0
- package/dist/extensions/healthie/graphqlClient.d.ts +5 -0
- package/dist/extensions/healthie/graphqlClient.js +31 -0
- package/dist/extensions/healthie/graphqlClient.js.map +1 -0
- package/dist/extensions/healthie/graphqlClient.test.d.ts +1 -0
- package/dist/extensions/healthie/graphqlClient.test.js +63 -0
- package/dist/extensions/healthie/graphqlClient.test.js.map +1 -0
- package/dist/extensions/healthie/helpers.d.ts +1 -0
- package/dist/extensions/healthie/helpers.js +18 -0
- package/dist/extensions/healthie/helpers.js.map +1 -0
- package/dist/extensions/healthie/types.d.ts +11 -0
- package/dist/extensions/healthie/types.js +3 -0
- package/dist/extensions/healthie/types.js.map +1 -0
- package/dist/extensions/healthie/validation/createTask.zod.d.ts +168 -0
- package/dist/extensions/healthie/validation/createTask.zod.js +113 -0
- package/dist/extensions/healthie/validation/createTask.zod.js.map +1 -0
- package/dist/extensions/healthie/validation/dateValidation.d.ts +11 -0
- package/dist/extensions/healthie/validation/dateValidation.js +27 -0
- package/dist/extensions/healthie/validation/dateValidation.js.map +1 -0
- package/dist/extensions/healthie/validation/getPatient.zod.d.ts +12 -0
- package/dist/extensions/healthie/validation/getPatient.zod.js +50 -0
- package/dist/extensions/healthie/validation/getPatient.zod.js.map +1 -0
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.d.ts +57 -0
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js +106 -0
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js.map +1 -0
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +1 -0
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +61 -0
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +1 -0
- package/dist/extensions/healthie/webhooks/goalCreated.test.d.ts +1 -0
- package/dist/extensions/healthie/webhooks/goalCreated.test.js +35 -0
- package/dist/extensions/healthie/webhooks/goalCreated.test.js.map +1 -0
- package/dist/extensions/healthie/webhooks/goalDeleted.d.ts +11 -0
- package/dist/extensions/healthie/webhooks/goalDeleted.js +30 -0
- package/dist/extensions/healthie/webhooks/goalDeleted.js.map +1 -0
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.d.ts +11 -0
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js +30 -0
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js.map +1 -0
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.d.ts +11 -0
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js +30 -0
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js.map +1 -0
- package/dist/extensions/healthie/webhooks/taskDeleted.d.ts +11 -0
- package/dist/extensions/healthie/webhooks/taskDeleted.js +30 -0
- package/dist/extensions/healthie/webhooks/taskDeleted.js.map +1 -0
- package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +2 -2
- package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +2 -2
- package/dist/extensions/rest/actions/post/post.js +28 -72
- package/dist/extensions/rest/actions/post/post.js.map +1 -1
- package/dist/extensions/rest/actions/post/post.test.js +0 -49
- package/dist/extensions/rest/actions/post/post.test.js.map +1 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +11 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js +39 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +85 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.d.ts +18 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js +18 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.d.ts +2 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js +9 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js +17 -0
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.d.ts +33 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js +129 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js +154 -0
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +26 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js +139 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +185 -0
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.d.ts +23 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js +153 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js +184 -0
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +26 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +118 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +1 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +119 -0
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.d.ts +66 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js +59 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js.map +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.d.ts +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js +6 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +4 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +80 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +47 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.d.ts +1 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js +6 -0
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.d.ts +58 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js +56 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js.map +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.d.ts +2 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js +9 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js +17 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js.map +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.d.ts +11 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js +56 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js.map +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js +53 -0
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/index.d.ts +967 -0
- package/dist/extensions/wellinks/actions/index.js +24 -0
- package/dist/extensions/wellinks/actions/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.d.ts +78 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js +66 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js.map +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.d.ts +2 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js +9 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js +11 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js.map +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.d.ts +11 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js +75 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js.map +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js +133 -0
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.d.ts +188 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js +160 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js.map +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.d.ts +2 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js +9 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js.map +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js +17 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js.map +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.d.ts +19 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js +66 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js.map +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.d.ts +1 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js +125 -0
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js.map +1 -0
- package/dist/extensions/wellinks/api/clients/wellinksClient.d.ts +16 -0
- package/dist/extensions/wellinks/api/clients/wellinksClient.js +40 -0
- package/dist/extensions/wellinks/api/clients/wellinksClient.js.map +1 -0
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.d.ts +14 -0
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js +195 -0
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js.map +1 -0
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.d.ts +3 -0
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js +23 -0
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js.map +1 -0
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.d.ts +1 -0
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js +192 -0
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js.map +1 -0
- package/dist/extensions/wellinks/codegen.d.ts +3 -0
- package/dist/extensions/wellinks/codegen.js +21 -0
- package/dist/extensions/wellinks/codegen.js.map +1 -0
- package/dist/extensions/wellinks/config/settings.d.ts +107 -0
- package/dist/extensions/wellinks/config/settings.js +89 -0
- package/dist/extensions/wellinks/config/settings.js.map +1 -0
- package/dist/extensions/wellinks/config/types.d.ts +5 -0
- package/dist/extensions/wellinks/config/types.js +3 -0
- package/dist/extensions/wellinks/config/types.js.map +1 -0
- package/dist/extensions/wellinks/gql/wellinksSdk.d.ts +24053 -0
- package/dist/extensions/wellinks/gql/wellinksSdk.js +619 -0
- package/dist/extensions/wellinks/gql/wellinksSdk.js.map +1 -0
- package/dist/extensions/wellinks/graphql/mutations.d.ts +1 -0
- package/dist/extensions/wellinks/graphql/mutations.js +17 -0
- package/dist/extensions/wellinks/graphql/mutations.js.map +1 -0
- package/dist/extensions/wellinks/graphql/queries.d.ts +4 -0
- package/dist/extensions/wellinks/graphql/queries.js +58 -0
- package/dist/extensions/wellinks/graphql/queries.js.map +1 -0
- package/dist/extensions/wellinks/index.d.ts +2 -0
- package/dist/extensions/wellinks/index.js +20 -0
- package/dist/extensions/wellinks/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +11 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js +39 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +85 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.d.ts +18 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js +18 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.d.ts +2 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js +9 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js +17 -0
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.d.ts +33 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js +129 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js +154 -0
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +26 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js +139 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +185 -0
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.d.ts +23 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js +153 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js +184 -0
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +26 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +118 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +119 -0
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.d.ts +82 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js +78 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js +6 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js +152 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +4 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +86 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +42 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js +6 -0
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.d.ts +58 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js +56 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.d.ts +2 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js +9 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js +17 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.d.ts +11 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js +56 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js +53 -0
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/index.d.ts +967 -0
- package/dist/extensions/wellinks-public/actions/index.js +24 -0
- package/dist/extensions/wellinks-public/actions/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.d.ts +78 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js +66 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.d.ts +2 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js +9 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.d.ts +38 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js +11 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.d.ts +11 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js +75 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js +133 -0
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.d.ts +188 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js +160 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.d.ts +2 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js +9 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.d.ts +35 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js +17 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.d.ts +19 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js +66 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js.map +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js +125 -0
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js.map +1 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.d.ts +16 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js +40 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js.map +1 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.d.ts +14 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js +201 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js.map +1 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.d.ts +3 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js +23 -0
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js.map +1 -0
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.d.ts +1 -0
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js +192 -0
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js.map +1 -0
- package/dist/extensions/wellinks-public/codegen.d.ts +3 -0
- package/dist/extensions/wellinks-public/codegen.js +21 -0
- package/dist/extensions/wellinks-public/codegen.js.map +1 -0
- package/dist/extensions/wellinks-public/config/settings.d.ts +107 -0
- package/dist/extensions/wellinks-public/config/settings.js +89 -0
- package/dist/extensions/wellinks-public/config/settings.js.map +1 -0
- package/dist/extensions/wellinks-public/config/types.d.ts +5 -0
- package/dist/extensions/wellinks-public/config/types.js +3 -0
- package/dist/extensions/wellinks-public/config/types.js.map +1 -0
- package/dist/extensions/wellinks-public/gql/wellinksSdk.d.ts +24110 -0
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js +635 -0
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js.map +1 -0
- package/dist/extensions/wellinks-public/graphql/mutations.d.ts +1 -0
- package/dist/extensions/wellinks-public/graphql/mutations.js +17 -0
- package/dist/extensions/wellinks-public/graphql/mutations.js.map +1 -0
- package/dist/extensions/wellinks-public/graphql/queries.d.ts +5 -0
- package/dist/extensions/wellinks-public/graphql/queries.js +66 -0
- package/dist/extensions/wellinks-public/graphql/queries.js.map +1 -0
- package/dist/extensions/wellinks-public/index.d.ts +2 -0
- package/dist/extensions/wellinks-public/index.js +20 -0
- package/dist/extensions/wellinks-public/index.js.map +1 -0
- package/dist/src/types/OrchestrationTypes.d.ts +2065 -0
- package/dist/src/types/OrchestrationTypes.js +266 -0
- package/dist/src/types/OrchestrationTypes.js.map +1 -0
- package/dist/src/types/index.d.ts +1 -0
- package/dist/src/types/index.js +18 -0
- package/dist/src/types/index.js.map +1 -0
- package/dist/src/utils/mapToObject.d.ts +4 -0
- package/dist/src/utils/mapToObject.js +18 -0
- package/dist/src/utils/mapToObject.js.map +1 -0
- package/package.json +13 -3
- package/dist/extensions/rest/lib/errors.d.ts +0 -6
- package/dist/extensions/rest/lib/errors.js +0 -16
- package/dist/extensions/rest/lib/errors.js.map +0 -1
@@ -0,0 +1,154 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tests_1 = require("../../../../src/tests");
|
4
|
+
const wellinksSdk_1 = require("../../gql/wellinksSdk");
|
5
|
+
const wellinksSdk_2 = require("../../gql/__mocks__/wellinksSdk");
|
6
|
+
const checkForChat_1 = require("./checkForChat");
|
7
|
+
const settings_1 = require("../../__mocks__/config/settings");
|
8
|
+
jest.mock('../../gql/wellinksSdk');
|
9
|
+
jest.mock('../../api/clients/wellinksGraphqlClient');
|
10
|
+
describe('the checkForChat action', () => {
|
11
|
+
const onComplete = jest.fn();
|
12
|
+
const onError = jest.fn();
|
13
|
+
beforeAll(() => {
|
14
|
+
;
|
15
|
+
wellinksSdk_1.getSdk.mockImplementation(wellinksSdk_2.mockGetSdk);
|
16
|
+
});
|
17
|
+
beforeEach(() => {
|
18
|
+
jest.clearAllMocks();
|
19
|
+
});
|
20
|
+
// DEFINE TEST CASE
|
21
|
+
test('when given a null data return from the Healthie API', async () => {
|
22
|
+
;
|
23
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
24
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
25
|
+
getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
|
26
|
+
data: {
|
27
|
+
conversationMemberships: null,
|
28
|
+
},
|
29
|
+
}),
|
30
|
+
});
|
31
|
+
await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
|
32
|
+
fields: {
|
33
|
+
patientId: 'patientIdTest',
|
34
|
+
coachId: 'coachId',
|
35
|
+
appointmentTime: '2023-08-08',
|
36
|
+
},
|
37
|
+
settings: settings_1.mockSettings,
|
38
|
+
}), onComplete, onError);
|
39
|
+
// DO TESTS
|
40
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
|
41
|
+
expect(onError).toBeCalledWith({
|
42
|
+
events: expect.arrayContaining([
|
43
|
+
expect.objectContaining({
|
44
|
+
error: {
|
45
|
+
category: 'SERVER_ERROR',
|
46
|
+
message: 'conversationMemberships returned null or undefined',
|
47
|
+
},
|
48
|
+
}),
|
49
|
+
]),
|
50
|
+
});
|
51
|
+
});
|
52
|
+
// DEFINE TEST CASE
|
53
|
+
test('when given a list of conversationMemberships where there is a message sent 24 hours after the appointmentDate returns true', async () => {
|
54
|
+
;
|
55
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
56
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
57
|
+
getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
|
58
|
+
data: {
|
59
|
+
conversationMemberships: [
|
60
|
+
{
|
61
|
+
convo: {
|
62
|
+
last_message_content: 'Hi this is a message 24 hours after the appointment date',
|
63
|
+
updated_at: '2023-05-30 15:00:00 -0500',
|
64
|
+
dietitian_id: 'coachId',
|
65
|
+
patient_id: '37616',
|
66
|
+
},
|
67
|
+
},
|
68
|
+
{
|
69
|
+
convo: {
|
70
|
+
last_message_content: '\nHi Ash, after talking with you today I thought I’d share this resource with you, http://www.findhelp.org/.\nThis is a helpful way to find housing support in your area. By entering your zip code, you can find local resources. \nLet me know what you learn and what options you are considering. I’m excited to hear more. Talk to you soon.\n',
|
71
|
+
updated_at: '2023-05-31 15:41:38 -0500',
|
72
|
+
dietitian_id: null,
|
73
|
+
patient_id: null,
|
74
|
+
},
|
75
|
+
},
|
76
|
+
{
|
77
|
+
convo: {
|
78
|
+
last_message_content: '',
|
79
|
+
updated_at: '2023-02-03 09:41:45 -0600',
|
80
|
+
dietitian_id: null,
|
81
|
+
patient_id: null,
|
82
|
+
},
|
83
|
+
},
|
84
|
+
],
|
85
|
+
},
|
86
|
+
}),
|
87
|
+
});
|
88
|
+
await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
|
89
|
+
fields: {
|
90
|
+
patientId: 'patientIdTest',
|
91
|
+
coachId: 'coachId',
|
92
|
+
appointmentTime: '2023-05-28',
|
93
|
+
},
|
94
|
+
settings: settings_1.mockSettings,
|
95
|
+
}), onComplete, onError);
|
96
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
|
97
|
+
expect(onComplete).toHaveBeenCalledWith({
|
98
|
+
data_points: {
|
99
|
+
messageSent: 'true',
|
100
|
+
},
|
101
|
+
});
|
102
|
+
});
|
103
|
+
test('when given a list of conversationMemberships where there is not a message sent at least 24 hours after the appointmentDate returns false', async () => {
|
104
|
+
;
|
105
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
106
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
107
|
+
getConversationMemberships: wellinksSdk_2.mockGetSdkReturn.getConversationMemberships.mockReturnValueOnce({
|
108
|
+
data: {
|
109
|
+
conversationMemberships: [
|
110
|
+
{
|
111
|
+
convo: {
|
112
|
+
last_message_content: 'There is no message within 24 hours of the appointment date',
|
113
|
+
updated_at: '2023-01-30 15:00:00 -0500',
|
114
|
+
dietitian_id: 'coachId',
|
115
|
+
patient_id: '37616',
|
116
|
+
},
|
117
|
+
},
|
118
|
+
{
|
119
|
+
convo: {
|
120
|
+
last_message_content: '\nHi Ash, after talking with you today I thought I’d share this resource with you, http://www.findhelp.org/.\nThis is a helpful way to find housing support in your area. By entering your zip code, you can find local resources. \nLet me know what you learn and what options you are considering. I’m excited to hear more. Talk to you soon.\n',
|
121
|
+
updated_at: '2023-05-01 00:00:01 -0500',
|
122
|
+
dietitian_id: null,
|
123
|
+
patient_id: null,
|
124
|
+
},
|
125
|
+
},
|
126
|
+
{
|
127
|
+
convo: {
|
128
|
+
last_message_content: '',
|
129
|
+
updated_at: '2023-02-03 09:41:45 -0600',
|
130
|
+
dietitian_id: null,
|
131
|
+
patient_id: null,
|
132
|
+
},
|
133
|
+
},
|
134
|
+
],
|
135
|
+
},
|
136
|
+
}),
|
137
|
+
});
|
138
|
+
await checkForChat_1.checkForChat.onActivityCreated((0, tests_1.generateTestPayload)({
|
139
|
+
fields: {
|
140
|
+
patientId: 'patientIdTest',
|
141
|
+
coachId: 'coachId',
|
142
|
+
appointmentTime: '2023-05-01',
|
143
|
+
},
|
144
|
+
settings: settings_1.mockSettings,
|
145
|
+
}), onComplete, onError);
|
146
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getConversationMemberships).toHaveBeenCalled();
|
147
|
+
expect(onComplete).toHaveBeenCalledWith({
|
148
|
+
data_points: {
|
149
|
+
messageSent: 'false',
|
150
|
+
},
|
151
|
+
});
|
152
|
+
});
|
153
|
+
});
|
154
|
+
//# sourceMappingURL=checkForChat.test.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkForChat.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks-public/actions/checkForChat/checkForChat.test.ts"],"names":[],"mappings":"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"}
|
package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
import { FieldType, type Action } from '@awell-health/extensions-core';
|
2
|
+
import { type settings } from '../../config/settings';
|
3
|
+
declare const fields: {
|
4
|
+
patientId: {
|
5
|
+
id: string;
|
6
|
+
label: string;
|
7
|
+
description: string;
|
8
|
+
type: FieldType.STRING;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
appointmentTime: {
|
12
|
+
id: string;
|
13
|
+
label: string;
|
14
|
+
description: string;
|
15
|
+
type: FieldType.DATE;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
declare const dataPoints: {
|
20
|
+
activeOverride: {
|
21
|
+
key: string;
|
22
|
+
valueType: "boolean";
|
23
|
+
};
|
24
|
+
};
|
25
|
+
export declare const checkForCheckInOverride: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
|
26
|
+
export {};
|
package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js
ADDED
@@ -0,0 +1,139 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.checkForCheckInOverride = void 0;
|
4
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
+
const extensions_core_2 = require("@awell-health/extensions-core");
|
6
|
+
const wellinksSdk_1 = require("../../gql/wellinksSdk");
|
7
|
+
const wellinksGraphqlClient_1 = require("../../api/clients/wellinksGraphqlClient");
|
8
|
+
const lodash_1 = require("lodash");
|
9
|
+
const fields = {
|
10
|
+
patientId: {
|
11
|
+
id: 'patientId',
|
12
|
+
label: 'Patient ID',
|
13
|
+
description: 'The ID of the patient to check an override for.',
|
14
|
+
type: extensions_core_1.FieldType.STRING,
|
15
|
+
required: true,
|
16
|
+
},
|
17
|
+
appointmentTime: {
|
18
|
+
id: 'appointmentTime',
|
19
|
+
label: 'Appointment Time',
|
20
|
+
description: 'The time of the appointment to check against.',
|
21
|
+
type: extensions_core_1.FieldType.DATE,
|
22
|
+
required: true,
|
23
|
+
},
|
24
|
+
};
|
25
|
+
const dataPoints = {
|
26
|
+
activeOverride: {
|
27
|
+
key: 'activeOverride',
|
28
|
+
valueType: 'boolean',
|
29
|
+
},
|
30
|
+
};
|
31
|
+
exports.checkForCheckInOverride = {
|
32
|
+
key: 'checkForCheckInOverride',
|
33
|
+
category: extensions_core_2.Category.SCHEDULING,
|
34
|
+
title: 'Check if a patient has an active Override for Check In Automation',
|
35
|
+
description: 'Check if a patient has an Override form in Healthie for Check In Automation created after the appointment time.',
|
36
|
+
fields,
|
37
|
+
dataPoints,
|
38
|
+
previewable: true,
|
39
|
+
onActivityCreated: async (payload, onComplete, onError) => {
|
40
|
+
var _a, _b;
|
41
|
+
const { fields, settings } = payload;
|
42
|
+
const { patientId, appointmentTime } = fields;
|
43
|
+
try {
|
44
|
+
const client = (0, wellinksGraphqlClient_1.initialiseClient)(settings);
|
45
|
+
if (!(0, lodash_1.isNil)(client)) {
|
46
|
+
const sdk = (0, wellinksSdk_1.getSdk)(client);
|
47
|
+
const { data } = await sdk.getChartingItems({
|
48
|
+
user_id: patientId,
|
49
|
+
custom_module_form_id: settings.memberEventFormId,
|
50
|
+
});
|
51
|
+
if (!(0, lodash_1.isNil)(data.chartingItems)) {
|
52
|
+
const active = parseListOfForms(data.chartingItems, (_a = settings.selectEventTypeQuestion) !== null && _a !== void 0 ? _a : '', (_b = settings.startSendingRemindersQuestions) !== null && _b !== void 0 ? _b : '', appointmentTime !== null && appointmentTime !== void 0 ? appointmentTime : '');
|
53
|
+
if (active) {
|
54
|
+
await onComplete({
|
55
|
+
data_points: {
|
56
|
+
activeOverride: 'true',
|
57
|
+
},
|
58
|
+
});
|
59
|
+
}
|
60
|
+
else {
|
61
|
+
await onComplete({
|
62
|
+
data_points: {
|
63
|
+
activeOverride: 'false',
|
64
|
+
},
|
65
|
+
});
|
66
|
+
}
|
67
|
+
}
|
68
|
+
else {
|
69
|
+
await onError({
|
70
|
+
events: [
|
71
|
+
{
|
72
|
+
date: new Date().toISOString(),
|
73
|
+
text: {
|
74
|
+
en: 'There was in error processing the Charting Items',
|
75
|
+
},
|
76
|
+
error: {
|
77
|
+
category: 'WRONG_DATA',
|
78
|
+
message: 'Charting Items returned Null',
|
79
|
+
},
|
80
|
+
},
|
81
|
+
],
|
82
|
+
});
|
83
|
+
}
|
84
|
+
}
|
85
|
+
else {
|
86
|
+
await onError({
|
87
|
+
events: [
|
88
|
+
{
|
89
|
+
date: new Date().toISOString(),
|
90
|
+
text: { en: 'API client requires an API url and API key' },
|
91
|
+
error: {
|
92
|
+
category: 'MISSING_SETTINGS',
|
93
|
+
message: 'Missing api url or api key',
|
94
|
+
},
|
95
|
+
},
|
96
|
+
],
|
97
|
+
});
|
98
|
+
}
|
99
|
+
}
|
100
|
+
catch (err) {
|
101
|
+
const error = err;
|
102
|
+
await onError({
|
103
|
+
events: [
|
104
|
+
{
|
105
|
+
date: new Date().toISOString(),
|
106
|
+
text: { en: 'There was in error processing the Charting Items' },
|
107
|
+
error: {
|
108
|
+
category: 'SERVER_ERROR',
|
109
|
+
message: error.message,
|
110
|
+
},
|
111
|
+
},
|
112
|
+
],
|
113
|
+
});
|
114
|
+
}
|
115
|
+
},
|
116
|
+
};
|
117
|
+
function parseListOfForms(data, eventTypeQuestionId, startDateQuestionId, appointmentTime) {
|
118
|
+
if ((0, lodash_1.isNil)(data) ||
|
119
|
+
(0, lodash_1.isNil)(appointmentTime) ||
|
120
|
+
(0, lodash_1.isNil)(eventTypeQuestionId) ||
|
121
|
+
(0, lodash_1.isNil)(startDateQuestionId)) {
|
122
|
+
return false;
|
123
|
+
}
|
124
|
+
else {
|
125
|
+
const overrideForms = data.filter((value) => {
|
126
|
+
var _a, _b;
|
127
|
+
return ((_b = (_a = value === null || value === void 0 ? void 0 : value.form_answer_group) === null || _a === void 0 ? void 0 : _a.form_answers.find((value) => value.custom_module_id === eventTypeQuestionId)) === null || _b === void 0 ? void 0 : _b.answer) === 'Override check-in automation';
|
128
|
+
});
|
129
|
+
for (const form of overrideForms) {
|
130
|
+
if (!(0, lodash_1.isNil)(form) && !(0, lodash_1.isNil)(form.created_at)) {
|
131
|
+
if (new Date(form.created_at) > new Date(appointmentTime)) {
|
132
|
+
return true;
|
133
|
+
}
|
134
|
+
}
|
135
|
+
}
|
136
|
+
return false;
|
137
|
+
}
|
138
|
+
}
|
139
|
+
//# sourceMappingURL=checkForCheckInOverride.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkForCheckInOverride.js","sourceRoot":"","sources":["../../../../../extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,185 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tests_1 = require("../../../../src/tests");
|
4
|
+
const wellinksSdk_1 = require("../../gql/wellinksSdk");
|
5
|
+
const wellinksSdk_2 = require("../../gql/__mocks__/wellinksSdk");
|
6
|
+
const checkForCheckInOverride_1 = require("./checkForCheckInOverride");
|
7
|
+
const settings_1 = require("../../__mocks__/config/settings");
|
8
|
+
jest.mock('../../gql/wellinksSdk');
|
9
|
+
jest.mock('../../api/clients/wellinksGraphqlClient');
|
10
|
+
describe('the checkForOverride action', () => {
|
11
|
+
const onComplete = jest.fn();
|
12
|
+
const onError = jest.fn();
|
13
|
+
beforeAll(() => {
|
14
|
+
;
|
15
|
+
wellinksSdk_1.getSdk.mockImplementation(wellinksSdk_2.mockGetSdk);
|
16
|
+
});
|
17
|
+
beforeEach(() => {
|
18
|
+
jest.clearAllMocks();
|
19
|
+
});
|
20
|
+
test('when given an empty list, should raise an error', async () => {
|
21
|
+
;
|
22
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
23
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
24
|
+
getChartingItems: wellinksSdk_2.mockGetSdkReturn.getChartingItems.mockReturnValueOnce({
|
25
|
+
data: {
|
26
|
+
chartingItems: null,
|
27
|
+
},
|
28
|
+
}),
|
29
|
+
});
|
30
|
+
await checkForCheckInOverride_1.checkForCheckInOverride.onActivityCreated((0, tests_1.generateTestPayload)({
|
31
|
+
fields: {
|
32
|
+
patientId: 'patientIdTest',
|
33
|
+
appointmentTime: '2023-08-08',
|
34
|
+
},
|
35
|
+
settings: settings_1.mockSettings,
|
36
|
+
}), onComplete, onError);
|
37
|
+
wellinksSdk_2.mockGetSdkReturn.getChartingItems.mockReturnValue({
|
38
|
+
data: {
|
39
|
+
chartingItems: null,
|
40
|
+
},
|
41
|
+
});
|
42
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getChartingItems).toHaveBeenCalled();
|
43
|
+
expect(onError).toHaveBeenCalledWith({
|
44
|
+
events: expect.arrayContaining([
|
45
|
+
expect.objectContaining({
|
46
|
+
error: {
|
47
|
+
category: 'WRONG_DATA',
|
48
|
+
message: 'Charting Items returned Null',
|
49
|
+
},
|
50
|
+
}),
|
51
|
+
]),
|
52
|
+
});
|
53
|
+
});
|
54
|
+
test('when given a list of charting items where there is no Override form created after the appointment time', async () => {
|
55
|
+
;
|
56
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
57
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
58
|
+
getChartingItems: wellinksSdk_2.mockGetSdkReturn.getChartingItems.mockReturnValueOnce({
|
59
|
+
data: {
|
60
|
+
chartingItems: [
|
61
|
+
{
|
62
|
+
id: '1111',
|
63
|
+
created_at: '2023-05-16 10:41:00 -0400',
|
64
|
+
form_answer_group: {
|
65
|
+
id: '2222',
|
66
|
+
created_at: '2023-05-16 10:41:00 -0400',
|
67
|
+
form_answers: [
|
68
|
+
{
|
69
|
+
custom_module_id: '2602707',
|
70
|
+
label: 'Please select the event type',
|
71
|
+
answer: 'Override check-in automation',
|
72
|
+
},
|
73
|
+
{
|
74
|
+
custom_module_id: '3860906',
|
75
|
+
label: 'Start Sending Schedule Reminders On',
|
76
|
+
answer: '2030-09-05',
|
77
|
+
},
|
78
|
+
],
|
79
|
+
},
|
80
|
+
},
|
81
|
+
{
|
82
|
+
id: '1111',
|
83
|
+
created_at: '2023-05-16 11:41:00 -0400',
|
84
|
+
form_answer_group: {
|
85
|
+
id: '2222',
|
86
|
+
created_at: '2023-05-16 11:41:00 -0400',
|
87
|
+
form_answers: [
|
88
|
+
{
|
89
|
+
custom_module_id: '2602707',
|
90
|
+
label: 'Please select the event type',
|
91
|
+
answer: 'Override Scheduling Reminder Automations',
|
92
|
+
},
|
93
|
+
{
|
94
|
+
custom_module_id: '3860906',
|
95
|
+
label: 'Start Sending Schedule Reminders On',
|
96
|
+
answer: '2000-09-05',
|
97
|
+
},
|
98
|
+
],
|
99
|
+
},
|
100
|
+
},
|
101
|
+
],
|
102
|
+
},
|
103
|
+
}),
|
104
|
+
});
|
105
|
+
await checkForCheckInOverride_1.checkForCheckInOverride.onActivityCreated((0, tests_1.generateTestPayload)({
|
106
|
+
fields: {
|
107
|
+
patientId: 'patientIdTest',
|
108
|
+
appointmentTime: '2023-08-08',
|
109
|
+
},
|
110
|
+
settings: settings_1.mockSettings,
|
111
|
+
}), onComplete, onError);
|
112
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getChartingItems).toHaveBeenCalled();
|
113
|
+
expect(onComplete).toHaveBeenCalledWith({
|
114
|
+
data_points: {
|
115
|
+
activeOverride: 'false',
|
116
|
+
},
|
117
|
+
});
|
118
|
+
});
|
119
|
+
test('when given a list of charting items with an Override form created after the appointment time', async () => {
|
120
|
+
;
|
121
|
+
wellinksSdk_1.getSdk.mockReturnValueOnce({
|
122
|
+
...wellinksSdk_2.mockGetSdkReturn,
|
123
|
+
getChartingItems: wellinksSdk_2.mockGetSdkReturn.getChartingItems.mockReturnValueOnce({
|
124
|
+
data: {
|
125
|
+
chartingItems: [
|
126
|
+
{
|
127
|
+
id: '1111',
|
128
|
+
created_at: '2023-05-16 10:41:00 -0400',
|
129
|
+
form_answer_group: {
|
130
|
+
id: '2222',
|
131
|
+
created_at: '2023-05-16 10:41:00 -0400',
|
132
|
+
form_answers: [
|
133
|
+
{
|
134
|
+
custom_module_id: '2602707',
|
135
|
+
label: 'Please select the event type',
|
136
|
+
answer: 'Override check-in automation',
|
137
|
+
},
|
138
|
+
{
|
139
|
+
custom_module_id: '3860906',
|
140
|
+
label: 'Start Sending Schedule Reminders On',
|
141
|
+
answer: '2030-09-05',
|
142
|
+
},
|
143
|
+
],
|
144
|
+
},
|
145
|
+
},
|
146
|
+
{
|
147
|
+
id: '1111',
|
148
|
+
created_at: '2023-05-16 01:41:00 -0400',
|
149
|
+
form_answer_group: {
|
150
|
+
id: '2222',
|
151
|
+
created_at: '2023-05-16 01:41:00 -0400',
|
152
|
+
form_answers: [
|
153
|
+
{
|
154
|
+
custom_module_id: '2602707',
|
155
|
+
label: 'Please select the event type',
|
156
|
+
answer: 'Override Scheduling Reminder Automations',
|
157
|
+
},
|
158
|
+
{
|
159
|
+
custom_module_id: '3860906',
|
160
|
+
label: 'Start Sending Schedule Reminders On',
|
161
|
+
answer: '2000-09-05',
|
162
|
+
},
|
163
|
+
],
|
164
|
+
},
|
165
|
+
},
|
166
|
+
],
|
167
|
+
},
|
168
|
+
}),
|
169
|
+
});
|
170
|
+
await checkForCheckInOverride_1.checkForCheckInOverride.onActivityCreated((0, tests_1.generateTestPayload)({
|
171
|
+
fields: {
|
172
|
+
patientId: 'patientIdTest',
|
173
|
+
appointmentTime: '2020-08-08',
|
174
|
+
},
|
175
|
+
settings: settings_1.mockSettings,
|
176
|
+
}), onComplete, onError);
|
177
|
+
expect(wellinksSdk_2.mockGetSdkReturn.getChartingItems).toHaveBeenCalled();
|
178
|
+
expect(onComplete).toHaveBeenCalledWith({
|
179
|
+
data_points: {
|
180
|
+
activeOverride: 'true',
|
181
|
+
},
|
182
|
+
});
|
183
|
+
});
|
184
|
+
});
|
185
|
+
//# sourceMappingURL=checkForCheckInOverride.test.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkForCheckInOverride.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { FieldType, type Action } from '@awell-health/extensions-core';
|
2
|
+
import { type settings } from '../../config/settings';
|
3
|
+
declare const fields: {
|
4
|
+
patientId: {
|
5
|
+
id: string;
|
6
|
+
label: string;
|
7
|
+
description: string;
|
8
|
+
type: FieldType.STRING;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
declare const dataPoints: {
|
13
|
+
activeOverride: {
|
14
|
+
key: string;
|
15
|
+
valueType: "boolean";
|
16
|
+
};
|
17
|
+
overrideDate: {
|
18
|
+
key: string;
|
19
|
+
valueType: "date";
|
20
|
+
};
|
21
|
+
};
|
22
|
+
export declare const checkForOverride: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
|
23
|
+
export {};
|