@awell-health/awell-extensions 1.1.62 → 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/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
@@ -0,0 +1,85 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tests_1 = require("../../../../src/tests");
|
4
|
+
const wellinksFlourishClient_1 = require("../../api/clients/__mocks__/wellinksFlourishClient");
|
5
|
+
const settings_1 = require("../../__mocks__/config/settings");
|
6
|
+
const checkFlourishCustomer_1 = require("./checkFlourishCustomer");
|
7
|
+
const zod_1 = require("zod");
|
8
|
+
jest.mock('../../api/clients/wellinksFlourishClient', () => ({
|
9
|
+
WellinksFlourishClient: wellinksFlourishClient_1.WellinksFlourishClient,
|
10
|
+
}));
|
11
|
+
describe('Check Flourish Customer', () => {
|
12
|
+
const onComplete = jest.fn();
|
13
|
+
const onError = jest.fn();
|
14
|
+
beforeEach(() => {
|
15
|
+
jest.clearAllMocks();
|
16
|
+
});
|
17
|
+
test('should call onComplete with a true DataPoint when there is a customer with the given identifier', async () => {
|
18
|
+
const validPayload = (0, tests_1.generateTestPayload)({
|
19
|
+
fields: {
|
20
|
+
identifier: 'identifier',
|
21
|
+
},
|
22
|
+
settings: settings_1.mockSettings,
|
23
|
+
});
|
24
|
+
wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
|
25
|
+
return true;
|
26
|
+
});
|
27
|
+
await checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError);
|
28
|
+
expect(onError).not.toBeCalled();
|
29
|
+
expect(onComplete).toHaveBeenNthCalledWith(1, {
|
30
|
+
data_points: {
|
31
|
+
userExists: 'true',
|
32
|
+
},
|
33
|
+
});
|
34
|
+
});
|
35
|
+
test('should call onComplete with a false DataPoint when there is a customer with the given identifier', async () => {
|
36
|
+
const validPayload = (0, tests_1.generateTestPayload)({
|
37
|
+
fields: {
|
38
|
+
identifier: 'identifier',
|
39
|
+
},
|
40
|
+
settings: settings_1.mockSettings,
|
41
|
+
});
|
42
|
+
wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
|
43
|
+
return false;
|
44
|
+
});
|
45
|
+
await checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError);
|
46
|
+
expect(onError).not.toBeCalled();
|
47
|
+
expect(onComplete).toHaveBeenNthCalledWith(1, {
|
48
|
+
data_points: {
|
49
|
+
userExists: 'false',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
});
|
53
|
+
test('should call onError when the action is not given an identifier', async () => {
|
54
|
+
const validPayload = (0, tests_1.generateTestPayload)({
|
55
|
+
fields: {
|
56
|
+
identifier: undefined,
|
57
|
+
},
|
58
|
+
settings: settings_1.mockSettings,
|
59
|
+
});
|
60
|
+
wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
|
61
|
+
return true;
|
62
|
+
});
|
63
|
+
await expect(checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError)).rejects.toThrow(zod_1.ZodError);
|
64
|
+
expect(onComplete).not.toBeCalled();
|
65
|
+
});
|
66
|
+
test('should call onError when the Flourish Settings are not set', async () => {
|
67
|
+
const validPayload = (0, tests_1.generateTestPayload)({
|
68
|
+
fields: {
|
69
|
+
identifier: 'identifier',
|
70
|
+
},
|
71
|
+
settings: {
|
72
|
+
...settings_1.mockSettings,
|
73
|
+
flourishApiKey: undefined,
|
74
|
+
flourishApiUrl: undefined,
|
75
|
+
flourishClientExtId: undefined,
|
76
|
+
},
|
77
|
+
});
|
78
|
+
wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.exists.mockImplementationOnce(() => {
|
79
|
+
return true;
|
80
|
+
});
|
81
|
+
await expect(checkFlourishCustomer_1.checkFlourishCustomer.onActivityCreated(validPayload, onComplete, onError)).rejects.toThrow(zod_1.ZodError);
|
82
|
+
expect(onComplete).not.toBeCalled();
|
83
|
+
});
|
84
|
+
});
|
85
|
+
//# sourceMappingURL=checkFlourishCustomer.test.js.map
|
package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkFlourishCustomer.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { FieldType } from '@awell-health/extensions-core';
|
3
|
+
export declare const fields: {
|
4
|
+
identifier: {
|
5
|
+
id: string;
|
6
|
+
label: string;
|
7
|
+
description: string;
|
8
|
+
type: FieldType.STRING;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
export declare const FieldsValidationSchema: z.ZodObject<{
|
13
|
+
identifier: z.ZodString;
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
15
|
+
identifier: string;
|
16
|
+
}, {
|
17
|
+
identifier: string;
|
18
|
+
}>;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FieldsValidationSchema = exports.fields = void 0;
|
4
|
+
const zod_1 = require("zod");
|
5
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
6
|
+
exports.fields = {
|
7
|
+
identifier: {
|
8
|
+
id: 'identifier',
|
9
|
+
label: 'Identifier',
|
10
|
+
description: 'The identifier of the user to check Flourish for.',
|
11
|
+
type: extensions_core_1.FieldType.STRING,
|
12
|
+
required: true,
|
13
|
+
},
|
14
|
+
};
|
15
|
+
exports.FieldsValidationSchema = zod_1.z.object({
|
16
|
+
identifier: zod_1.z.string(),
|
17
|
+
});
|
18
|
+
//# sourceMappingURL=fields.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/fields.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AACxC,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mDAAmD;QAChE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;CAC2B,CAAC,CAAA"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SettingsValidationSchema = exports.FieldsValidationSchema = exports.fields = void 0;
|
4
|
+
var fields_1 = require("./fields");
|
5
|
+
Object.defineProperty(exports, "fields", { enumerable: true, get: function () { return fields_1.fields; } });
|
6
|
+
Object.defineProperty(exports, "FieldsValidationSchema", { enumerable: true, get: function () { return fields_1.FieldsValidationSchema; } });
|
7
|
+
var settings_1 = require("./settings");
|
8
|
+
Object.defineProperty(exports, "SettingsValidationSchema", { enumerable: true, get: function () { return settings_1.SettingsValidationSchema; } });
|
9
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,uCAAqD;AAA5C,oHAAA,wBAAwB,OAAA"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
export declare const SettingsValidationSchema: z.ZodObject<{
|
3
|
+
platformApiKey: z.ZodOptional<z.ZodString>;
|
4
|
+
platformApiUrl: z.ZodOptional<z.ZodString>;
|
5
|
+
apiUrl: z.ZodOptional<z.ZodString>;
|
6
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
7
|
+
selectEventTypeQuestion: z.ZodOptional<z.ZodString>;
|
8
|
+
startSendingRemindersQuestions: z.ZodOptional<z.ZodString>;
|
9
|
+
memberEventFormId: z.ZodOptional<z.ZodString>;
|
10
|
+
flourishApiKey: z.ZodString;
|
11
|
+
flourishApiUrl: z.ZodString;
|
12
|
+
flourishClientExtId: z.ZodString;
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
14
|
+
flourishApiUrl: string;
|
15
|
+
flourishApiKey: string;
|
16
|
+
flourishClientExtId: string;
|
17
|
+
platformApiKey?: string | undefined;
|
18
|
+
platformApiUrl?: string | undefined;
|
19
|
+
apiUrl?: string | undefined;
|
20
|
+
apiKey?: string | undefined;
|
21
|
+
selectEventTypeQuestion?: string | undefined;
|
22
|
+
startSendingRemindersQuestions?: string | undefined;
|
23
|
+
memberEventFormId?: string | undefined;
|
24
|
+
}, {
|
25
|
+
flourishApiUrl: string;
|
26
|
+
flourishApiKey: string;
|
27
|
+
flourishClientExtId: string;
|
28
|
+
platformApiKey?: string | undefined;
|
29
|
+
platformApiUrl?: string | undefined;
|
30
|
+
apiUrl?: string | undefined;
|
31
|
+
apiKey?: string | undefined;
|
32
|
+
selectEventTypeQuestion?: string | undefined;
|
33
|
+
startSendingRemindersQuestions?: string | undefined;
|
34
|
+
memberEventFormId?: string | undefined;
|
35
|
+
}>;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SettingsValidationSchema = void 0;
|
4
|
+
const zod_1 = require("zod");
|
5
|
+
exports.SettingsValidationSchema = zod_1.z.object({
|
6
|
+
platformApiKey: zod_1.z.string().optional(),
|
7
|
+
platformApiUrl: zod_1.z.string().optional(),
|
8
|
+
apiUrl: zod_1.z.string().optional(),
|
9
|
+
apiKey: zod_1.z.string().optional(),
|
10
|
+
selectEventTypeQuestion: zod_1.z.string().optional(),
|
11
|
+
startSendingRemindersQuestions: zod_1.z.string().optional(),
|
12
|
+
memberEventFormId: zod_1.z.string().optional(),
|
13
|
+
flourishApiKey: zod_1.z.string(),
|
14
|
+
flourishApiUrl: zod_1.z.string(),
|
15
|
+
flourishClientExtId: zod_1.z.string(),
|
16
|
+
});
|
17
|
+
//# sourceMappingURL=settings.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks/actions/checkFlourishCustomer/config/settings.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AAE3B,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,uBAAuB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,8BAA8B,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrD,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;CACoB,CAAC,CAAA"}
|
@@ -0,0 +1,33 @@
|
|
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
|
+
coachId: {
|
12
|
+
id: string;
|
13
|
+
label: string;
|
14
|
+
description: string;
|
15
|
+
type: FieldType.STRING;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
appointmentTime: {
|
19
|
+
id: string;
|
20
|
+
label: string;
|
21
|
+
description: string;
|
22
|
+
type: FieldType.DATE;
|
23
|
+
required: true;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
declare const dataPoints: {
|
27
|
+
messageSent: {
|
28
|
+
key: string;
|
29
|
+
valueType: "boolean";
|
30
|
+
};
|
31
|
+
};
|
32
|
+
export declare const checkForChat: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
|
33
|
+
export {};
|
@@ -0,0 +1,129 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.checkForChat = 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 chats for.',
|
14
|
+
type: extensions_core_1.FieldType.STRING,
|
15
|
+
required: true,
|
16
|
+
},
|
17
|
+
coachId: {
|
18
|
+
id: 'coachId',
|
19
|
+
label: 'Coach ID',
|
20
|
+
description: 'The ID of the coach to check chats for.',
|
21
|
+
type: extensions_core_1.FieldType.STRING,
|
22
|
+
required: true,
|
23
|
+
},
|
24
|
+
appointmentTime: {
|
25
|
+
id: 'appointmentTime',
|
26
|
+
label: 'Appointment Time',
|
27
|
+
description: 'The appointment time to check against',
|
28
|
+
type: extensions_core_1.FieldType.DATE,
|
29
|
+
required: true,
|
30
|
+
},
|
31
|
+
};
|
32
|
+
const dataPoints = {
|
33
|
+
messageSent: {
|
34
|
+
key: 'messageSent',
|
35
|
+
valueType: 'boolean',
|
36
|
+
},
|
37
|
+
};
|
38
|
+
exports.checkForChat = {
|
39
|
+
key: 'checkForChat',
|
40
|
+
category: extensions_core_2.Category.SCHEDULING,
|
41
|
+
title: 'Check for Messages after Appointment',
|
42
|
+
description: 'Checks that a message has been sent 24 hours after the given Appointment',
|
43
|
+
fields,
|
44
|
+
dataPoints,
|
45
|
+
previewable: true,
|
46
|
+
onActivityCreated: async (payload, onComplete, onError) => {
|
47
|
+
var _a, _b;
|
48
|
+
const { fields, settings } = payload;
|
49
|
+
const { patientId, coachId, appointmentTime } = fields;
|
50
|
+
try {
|
51
|
+
const client = (0, wellinksGraphqlClient_1.initialiseClient)(settings);
|
52
|
+
if (!(0, lodash_1.isNil)(client)) {
|
53
|
+
const sdk = (0, wellinksSdk_1.getSdk)(client);
|
54
|
+
const { data } = await sdk.getConversationMemberships({
|
55
|
+
client_id: patientId,
|
56
|
+
});
|
57
|
+
if (!(0, lodash_1.isNil)(data.conversationMemberships)) {
|
58
|
+
const conversationMemberships = data.conversationMemberships.filter((conversation) => { var _a; return ((_a = conversation === null || conversation === void 0 ? void 0 : conversation.convo) === null || _a === void 0 ? void 0 : _a.dietitian_id) === coachId; });
|
59
|
+
for (const conversation of conversationMemberships) {
|
60
|
+
// check if dates are within 24 hours of each other
|
61
|
+
if (areDatesMoreThanADayApart(new Date((_b = (_a = conversation === null || conversation === void 0 ? void 0 : conversation.convo) === null || _a === void 0 ? void 0 : _a.updated_at) !== null && _b !== void 0 ? _b : ''), new Date(appointmentTime !== null && appointmentTime !== void 0 ? appointmentTime : ''))) {
|
62
|
+
await onComplete({
|
63
|
+
data_points: {
|
64
|
+
messageSent: 'true',
|
65
|
+
},
|
66
|
+
});
|
67
|
+
return;
|
68
|
+
}
|
69
|
+
}
|
70
|
+
await onComplete({
|
71
|
+
data_points: {
|
72
|
+
messageSent: 'false',
|
73
|
+
},
|
74
|
+
});
|
75
|
+
}
|
76
|
+
else {
|
77
|
+
await onError({
|
78
|
+
events: [
|
79
|
+
{
|
80
|
+
date: new Date().toISOString(),
|
81
|
+
text: {
|
82
|
+
en: 'conversationMemberships returned null or undefined',
|
83
|
+
},
|
84
|
+
error: {
|
85
|
+
category: 'SERVER_ERROR',
|
86
|
+
message: 'conversationMemberships returned null or undefined',
|
87
|
+
},
|
88
|
+
},
|
89
|
+
],
|
90
|
+
});
|
91
|
+
}
|
92
|
+
}
|
93
|
+
else {
|
94
|
+
await onError({
|
95
|
+
events: [
|
96
|
+
{
|
97
|
+
date: new Date().toISOString(),
|
98
|
+
text: { en: 'API client requires an API url and API key' },
|
99
|
+
error: {
|
100
|
+
category: 'MISSING_SETTINGS',
|
101
|
+
message: 'Missing api url or api key',
|
102
|
+
},
|
103
|
+
},
|
104
|
+
],
|
105
|
+
});
|
106
|
+
}
|
107
|
+
}
|
108
|
+
catch (err) {
|
109
|
+
const error = err;
|
110
|
+
await onError({
|
111
|
+
events: [
|
112
|
+
{
|
113
|
+
date: new Date().toISOString(),
|
114
|
+
text: { en: 'There was in error checking for a recent Chat' },
|
115
|
+
error: {
|
116
|
+
category: 'SERVER_ERROR',
|
117
|
+
message: error.message,
|
118
|
+
},
|
119
|
+
},
|
120
|
+
],
|
121
|
+
});
|
122
|
+
}
|
123
|
+
},
|
124
|
+
};
|
125
|
+
function areDatesMoreThanADayApart(date1, date2) {
|
126
|
+
const oneDay = 1000 * 60 * 60 * 24;
|
127
|
+
return date1.getTime() > date2.getTime() + oneDay;
|
128
|
+
}
|
129
|
+
//# sourceMappingURL=checkForChat.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkForChat.js","sourceRoot":"","sources":["../../../../../extensions/wellinks/actions/checkForChat/checkForChat.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -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/actions/checkForChat/checkForChat.test.ts"],"names":[],"mappings":"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"}
|
@@ -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 {};
|