@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,967 @@
|
|
1
|
+
export declare const actions: {
|
2
|
+
checkForOverride: import("@awell-health/extensions-core").Action<{
|
3
|
+
patientId: {
|
4
|
+
id: string;
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
8
|
+
required: true;
|
9
|
+
};
|
10
|
+
}, {
|
11
|
+
platformApiUrl: {
|
12
|
+
key: string;
|
13
|
+
label: string;
|
14
|
+
obfuscated: false;
|
15
|
+
required: false;
|
16
|
+
description: string;
|
17
|
+
};
|
18
|
+
platformApiKey: {
|
19
|
+
key: string;
|
20
|
+
label: string;
|
21
|
+
obfuscated: true;
|
22
|
+
required: false;
|
23
|
+
description: string;
|
24
|
+
};
|
25
|
+
apiUrl: {
|
26
|
+
key: string;
|
27
|
+
label: string;
|
28
|
+
obfuscated: false;
|
29
|
+
required: true;
|
30
|
+
description: string;
|
31
|
+
};
|
32
|
+
apiKey: {
|
33
|
+
key: string;
|
34
|
+
label: string;
|
35
|
+
obfuscated: true;
|
36
|
+
required: true;
|
37
|
+
description: string;
|
38
|
+
};
|
39
|
+
selectEventTypeQuestion: {
|
40
|
+
key: string;
|
41
|
+
label: string;
|
42
|
+
obfuscated: false;
|
43
|
+
required: false;
|
44
|
+
description: string;
|
45
|
+
};
|
46
|
+
startSendingRemindersQuestions: {
|
47
|
+
key: string;
|
48
|
+
label: string;
|
49
|
+
obfuscated: false;
|
50
|
+
required: false;
|
51
|
+
description: string;
|
52
|
+
};
|
53
|
+
memberEventFormId: {
|
54
|
+
key: string;
|
55
|
+
label: string;
|
56
|
+
obfuscated: false;
|
57
|
+
required: false;
|
58
|
+
description: string;
|
59
|
+
};
|
60
|
+
flourishApiUrl: {
|
61
|
+
key: string;
|
62
|
+
label: string;
|
63
|
+
obfuscated: false;
|
64
|
+
required: false;
|
65
|
+
description: string;
|
66
|
+
};
|
67
|
+
flourishApiKey: {
|
68
|
+
key: string;
|
69
|
+
label: string;
|
70
|
+
obfuscated: true;
|
71
|
+
required: false;
|
72
|
+
description: string;
|
73
|
+
};
|
74
|
+
flourishClientExtId: {
|
75
|
+
key: string;
|
76
|
+
label: string;
|
77
|
+
obfuscated: false;
|
78
|
+
required: false;
|
79
|
+
description: string;
|
80
|
+
};
|
81
|
+
}, "activeOverride" | "overrideDate", never>;
|
82
|
+
checkForScheduledAppointment: import("@awell-health/extensions-core").Action<{
|
83
|
+
appointmentTypeId: {
|
84
|
+
id: string;
|
85
|
+
label: string;
|
86
|
+
description: string;
|
87
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
88
|
+
required: true;
|
89
|
+
};
|
90
|
+
patientId: {
|
91
|
+
id: string;
|
92
|
+
label: string;
|
93
|
+
description: string;
|
94
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
95
|
+
required: true;
|
96
|
+
};
|
97
|
+
}, {
|
98
|
+
platformApiUrl: {
|
99
|
+
key: string;
|
100
|
+
label: string;
|
101
|
+
obfuscated: false;
|
102
|
+
required: false;
|
103
|
+
description: string;
|
104
|
+
};
|
105
|
+
platformApiKey: {
|
106
|
+
key: string;
|
107
|
+
label: string;
|
108
|
+
obfuscated: true;
|
109
|
+
required: false;
|
110
|
+
description: string;
|
111
|
+
};
|
112
|
+
apiUrl: {
|
113
|
+
key: string;
|
114
|
+
label: string;
|
115
|
+
obfuscated: false;
|
116
|
+
required: true;
|
117
|
+
description: string;
|
118
|
+
};
|
119
|
+
apiKey: {
|
120
|
+
key: string;
|
121
|
+
label: string;
|
122
|
+
obfuscated: true;
|
123
|
+
required: true;
|
124
|
+
description: string;
|
125
|
+
};
|
126
|
+
selectEventTypeQuestion: {
|
127
|
+
key: string;
|
128
|
+
label: string;
|
129
|
+
obfuscated: false;
|
130
|
+
required: false;
|
131
|
+
description: string;
|
132
|
+
};
|
133
|
+
startSendingRemindersQuestions: {
|
134
|
+
key: string;
|
135
|
+
label: string;
|
136
|
+
obfuscated: false;
|
137
|
+
required: false;
|
138
|
+
description: string;
|
139
|
+
};
|
140
|
+
memberEventFormId: {
|
141
|
+
key: string;
|
142
|
+
label: string;
|
143
|
+
obfuscated: false;
|
144
|
+
required: false;
|
145
|
+
description: string;
|
146
|
+
};
|
147
|
+
flourishApiUrl: {
|
148
|
+
key: string;
|
149
|
+
label: string;
|
150
|
+
obfuscated: false;
|
151
|
+
required: false;
|
152
|
+
description: string;
|
153
|
+
};
|
154
|
+
flourishApiKey: {
|
155
|
+
key: string;
|
156
|
+
label: string;
|
157
|
+
obfuscated: true;
|
158
|
+
required: false;
|
159
|
+
description: string;
|
160
|
+
};
|
161
|
+
flourishClientExtId: {
|
162
|
+
key: string;
|
163
|
+
label: string;
|
164
|
+
obfuscated: false;
|
165
|
+
required: false;
|
166
|
+
description: string;
|
167
|
+
};
|
168
|
+
}, "appointmentScheduled", never>;
|
169
|
+
checkForChat: import("@awell-health/extensions-core").Action<{
|
170
|
+
patientId: {
|
171
|
+
id: string;
|
172
|
+
label: string;
|
173
|
+
description: string;
|
174
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
175
|
+
required: true;
|
176
|
+
};
|
177
|
+
coachId: {
|
178
|
+
id: string;
|
179
|
+
label: string;
|
180
|
+
description: string;
|
181
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
182
|
+
required: true;
|
183
|
+
};
|
184
|
+
appointmentTime: {
|
185
|
+
id: string;
|
186
|
+
label: string;
|
187
|
+
description: string;
|
188
|
+
type: import("@awell-health/extensions-core").FieldType.DATE;
|
189
|
+
required: true;
|
190
|
+
};
|
191
|
+
}, {
|
192
|
+
platformApiUrl: {
|
193
|
+
key: string;
|
194
|
+
label: string;
|
195
|
+
obfuscated: false;
|
196
|
+
required: false;
|
197
|
+
description: string;
|
198
|
+
};
|
199
|
+
platformApiKey: {
|
200
|
+
key: string;
|
201
|
+
label: string;
|
202
|
+
obfuscated: true;
|
203
|
+
required: false;
|
204
|
+
description: string;
|
205
|
+
};
|
206
|
+
apiUrl: {
|
207
|
+
key: string;
|
208
|
+
label: string;
|
209
|
+
obfuscated: false;
|
210
|
+
required: true;
|
211
|
+
description: string;
|
212
|
+
};
|
213
|
+
apiKey: {
|
214
|
+
key: string;
|
215
|
+
label: string;
|
216
|
+
obfuscated: true;
|
217
|
+
required: true;
|
218
|
+
description: string;
|
219
|
+
};
|
220
|
+
selectEventTypeQuestion: {
|
221
|
+
key: string;
|
222
|
+
label: string;
|
223
|
+
obfuscated: false;
|
224
|
+
required: false;
|
225
|
+
description: string;
|
226
|
+
};
|
227
|
+
startSendingRemindersQuestions: {
|
228
|
+
key: string;
|
229
|
+
label: string;
|
230
|
+
obfuscated: false;
|
231
|
+
required: false;
|
232
|
+
description: string;
|
233
|
+
};
|
234
|
+
memberEventFormId: {
|
235
|
+
key: string;
|
236
|
+
label: string;
|
237
|
+
obfuscated: false;
|
238
|
+
required: false;
|
239
|
+
description: string;
|
240
|
+
};
|
241
|
+
flourishApiUrl: {
|
242
|
+
key: string;
|
243
|
+
label: string;
|
244
|
+
obfuscated: false;
|
245
|
+
required: false;
|
246
|
+
description: string;
|
247
|
+
};
|
248
|
+
flourishApiKey: {
|
249
|
+
key: string;
|
250
|
+
label: string;
|
251
|
+
obfuscated: true;
|
252
|
+
required: false;
|
253
|
+
description: string;
|
254
|
+
};
|
255
|
+
flourishClientExtId: {
|
256
|
+
key: string;
|
257
|
+
label: string;
|
258
|
+
obfuscated: false;
|
259
|
+
required: false;
|
260
|
+
description: string;
|
261
|
+
};
|
262
|
+
}, "messageSent", never>;
|
263
|
+
checkForCheckInOverride: import("@awell-health/extensions-core").Action<{
|
264
|
+
patientId: {
|
265
|
+
id: string;
|
266
|
+
label: string;
|
267
|
+
description: string;
|
268
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
269
|
+
required: true;
|
270
|
+
};
|
271
|
+
appointmentTime: {
|
272
|
+
id: string;
|
273
|
+
label: string;
|
274
|
+
description: string;
|
275
|
+
type: import("@awell-health/extensions-core").FieldType.DATE;
|
276
|
+
required: true;
|
277
|
+
};
|
278
|
+
}, {
|
279
|
+
platformApiUrl: {
|
280
|
+
key: string;
|
281
|
+
label: string;
|
282
|
+
obfuscated: false;
|
283
|
+
required: false;
|
284
|
+
description: string;
|
285
|
+
};
|
286
|
+
platformApiKey: {
|
287
|
+
key: string;
|
288
|
+
label: string;
|
289
|
+
obfuscated: true;
|
290
|
+
required: false;
|
291
|
+
description: string;
|
292
|
+
};
|
293
|
+
apiUrl: {
|
294
|
+
key: string;
|
295
|
+
label: string;
|
296
|
+
obfuscated: false;
|
297
|
+
required: true;
|
298
|
+
description: string;
|
299
|
+
};
|
300
|
+
apiKey: {
|
301
|
+
key: string;
|
302
|
+
label: string;
|
303
|
+
obfuscated: true;
|
304
|
+
required: true;
|
305
|
+
description: string;
|
306
|
+
};
|
307
|
+
selectEventTypeQuestion: {
|
308
|
+
key: string;
|
309
|
+
label: string;
|
310
|
+
obfuscated: false;
|
311
|
+
required: false;
|
312
|
+
description: string;
|
313
|
+
};
|
314
|
+
startSendingRemindersQuestions: {
|
315
|
+
key: string;
|
316
|
+
label: string;
|
317
|
+
obfuscated: false;
|
318
|
+
required: false;
|
319
|
+
description: string;
|
320
|
+
};
|
321
|
+
memberEventFormId: {
|
322
|
+
key: string;
|
323
|
+
label: string;
|
324
|
+
obfuscated: false;
|
325
|
+
required: false;
|
326
|
+
description: string;
|
327
|
+
};
|
328
|
+
flourishApiUrl: {
|
329
|
+
key: string;
|
330
|
+
label: string;
|
331
|
+
obfuscated: false;
|
332
|
+
required: false;
|
333
|
+
description: string;
|
334
|
+
};
|
335
|
+
flourishApiKey: {
|
336
|
+
key: string;
|
337
|
+
label: string;
|
338
|
+
obfuscated: true;
|
339
|
+
required: false;
|
340
|
+
description: string;
|
341
|
+
};
|
342
|
+
flourishClientExtId: {
|
343
|
+
key: string;
|
344
|
+
label: string;
|
345
|
+
obfuscated: false;
|
346
|
+
required: false;
|
347
|
+
description: string;
|
348
|
+
};
|
349
|
+
}, "activeOverride", never>;
|
350
|
+
insertMemberListEvent: import("@awell-health/extensions-core").Action<{
|
351
|
+
eventName: {
|
352
|
+
id: string;
|
353
|
+
label: string;
|
354
|
+
description: string;
|
355
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
356
|
+
required: true;
|
357
|
+
};
|
358
|
+
memberId: {
|
359
|
+
id: string;
|
360
|
+
label: string;
|
361
|
+
description: string;
|
362
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
363
|
+
required: true;
|
364
|
+
};
|
365
|
+
sourceName: {
|
366
|
+
id: string;
|
367
|
+
label: string;
|
368
|
+
description: string;
|
369
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
370
|
+
required: true;
|
371
|
+
};
|
372
|
+
sendgridListId: {
|
373
|
+
id: string;
|
374
|
+
label: string;
|
375
|
+
description: string;
|
376
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
377
|
+
required: true;
|
378
|
+
};
|
379
|
+
originatorName: {
|
380
|
+
id: string;
|
381
|
+
label: string;
|
382
|
+
description: string;
|
383
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
384
|
+
required: true;
|
385
|
+
};
|
386
|
+
eventDate: {
|
387
|
+
id: string;
|
388
|
+
label: string;
|
389
|
+
description: string;
|
390
|
+
type: import("@awell-health/extensions-core").FieldType.DATE;
|
391
|
+
required: true;
|
392
|
+
};
|
393
|
+
lockedById: {
|
394
|
+
id: string;
|
395
|
+
label: string;
|
396
|
+
description: string;
|
397
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
398
|
+
required: false;
|
399
|
+
};
|
400
|
+
}, {
|
401
|
+
platformApiUrl: {
|
402
|
+
key: string;
|
403
|
+
label: string;
|
404
|
+
obfuscated: false;
|
405
|
+
required: false;
|
406
|
+
description: string;
|
407
|
+
};
|
408
|
+
platformApiKey: {
|
409
|
+
key: string;
|
410
|
+
label: string;
|
411
|
+
obfuscated: true;
|
412
|
+
required: false;
|
413
|
+
description: string;
|
414
|
+
};
|
415
|
+
apiUrl: {
|
416
|
+
key: string;
|
417
|
+
label: string;
|
418
|
+
obfuscated: false;
|
419
|
+
required: true;
|
420
|
+
description: string;
|
421
|
+
};
|
422
|
+
apiKey: {
|
423
|
+
key: string;
|
424
|
+
label: string;
|
425
|
+
obfuscated: true;
|
426
|
+
required: true;
|
427
|
+
description: string;
|
428
|
+
};
|
429
|
+
selectEventTypeQuestion: {
|
430
|
+
key: string;
|
431
|
+
label: string;
|
432
|
+
obfuscated: false;
|
433
|
+
required: false;
|
434
|
+
description: string;
|
435
|
+
};
|
436
|
+
startSendingRemindersQuestions: {
|
437
|
+
key: string;
|
438
|
+
label: string;
|
439
|
+
obfuscated: false;
|
440
|
+
required: false;
|
441
|
+
description: string;
|
442
|
+
};
|
443
|
+
memberEventFormId: {
|
444
|
+
key: string;
|
445
|
+
label: string;
|
446
|
+
obfuscated: false;
|
447
|
+
required: false;
|
448
|
+
description: string;
|
449
|
+
};
|
450
|
+
flourishApiUrl: {
|
451
|
+
key: string;
|
452
|
+
label: string;
|
453
|
+
obfuscated: false;
|
454
|
+
required: false;
|
455
|
+
description: string;
|
456
|
+
};
|
457
|
+
flourishApiKey: {
|
458
|
+
key: string;
|
459
|
+
label: string;
|
460
|
+
obfuscated: true;
|
461
|
+
required: false;
|
462
|
+
description: string;
|
463
|
+
};
|
464
|
+
flourishClientExtId: {
|
465
|
+
key: string;
|
466
|
+
label: string;
|
467
|
+
obfuscated: false;
|
468
|
+
required: false;
|
469
|
+
description: string;
|
470
|
+
};
|
471
|
+
}, "insertSuccessful", never>;
|
472
|
+
checkFlourishCustomer: import("@awell-health/extensions-core").Action<{
|
473
|
+
identifier: {
|
474
|
+
id: string;
|
475
|
+
label: string;
|
476
|
+
description: string;
|
477
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
478
|
+
required: true;
|
479
|
+
};
|
480
|
+
}, {
|
481
|
+
platformApiUrl: {
|
482
|
+
key: string;
|
483
|
+
label: string;
|
484
|
+
obfuscated: false;
|
485
|
+
required: false;
|
486
|
+
description: string;
|
487
|
+
};
|
488
|
+
platformApiKey: {
|
489
|
+
key: string;
|
490
|
+
label: string;
|
491
|
+
obfuscated: true;
|
492
|
+
required: false;
|
493
|
+
description: string;
|
494
|
+
};
|
495
|
+
apiUrl: {
|
496
|
+
key: string;
|
497
|
+
label: string;
|
498
|
+
obfuscated: false;
|
499
|
+
required: true;
|
500
|
+
description: string;
|
501
|
+
};
|
502
|
+
apiKey: {
|
503
|
+
key: string;
|
504
|
+
label: string;
|
505
|
+
obfuscated: true;
|
506
|
+
required: true;
|
507
|
+
description: string;
|
508
|
+
};
|
509
|
+
selectEventTypeQuestion: {
|
510
|
+
key: string;
|
511
|
+
label: string;
|
512
|
+
obfuscated: false;
|
513
|
+
required: false;
|
514
|
+
description: string;
|
515
|
+
};
|
516
|
+
startSendingRemindersQuestions: {
|
517
|
+
key: string;
|
518
|
+
label: string;
|
519
|
+
obfuscated: false;
|
520
|
+
required: false;
|
521
|
+
description: string;
|
522
|
+
};
|
523
|
+
memberEventFormId: {
|
524
|
+
key: string;
|
525
|
+
label: string;
|
526
|
+
obfuscated: false;
|
527
|
+
required: false;
|
528
|
+
description: string;
|
529
|
+
};
|
530
|
+
flourishApiUrl: {
|
531
|
+
key: string;
|
532
|
+
label: string;
|
533
|
+
obfuscated: false;
|
534
|
+
required: false;
|
535
|
+
description: string;
|
536
|
+
};
|
537
|
+
flourishApiKey: {
|
538
|
+
key: string;
|
539
|
+
label: string;
|
540
|
+
obfuscated: true;
|
541
|
+
required: false;
|
542
|
+
description: string;
|
543
|
+
};
|
544
|
+
flourishClientExtId: {
|
545
|
+
key: string;
|
546
|
+
label: string;
|
547
|
+
obfuscated: false;
|
548
|
+
required: false;
|
549
|
+
description: string;
|
550
|
+
};
|
551
|
+
}, "userExists", never>;
|
552
|
+
submitPamSurvey: import("@awell-health/extensions-core").Action<{
|
553
|
+
language: {
|
554
|
+
id: string;
|
555
|
+
label: string;
|
556
|
+
description: string;
|
557
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
558
|
+
required: true;
|
559
|
+
};
|
560
|
+
adminDate: {
|
561
|
+
id: string;
|
562
|
+
label: string;
|
563
|
+
description: string;
|
564
|
+
type: import("@awell-health/extensions-core").FieldType.DATE;
|
565
|
+
required: true;
|
566
|
+
};
|
567
|
+
thirdPartyIdentifier: {
|
568
|
+
id: string;
|
569
|
+
label: string;
|
570
|
+
description: string;
|
571
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
572
|
+
required: true;
|
573
|
+
};
|
574
|
+
gender: {
|
575
|
+
id: string;
|
576
|
+
label: string;
|
577
|
+
description: string;
|
578
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
579
|
+
required: true;
|
580
|
+
};
|
581
|
+
age: {
|
582
|
+
id: string;
|
583
|
+
label: string;
|
584
|
+
description: string;
|
585
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
586
|
+
required: true;
|
587
|
+
};
|
588
|
+
pa1: {
|
589
|
+
id: string;
|
590
|
+
label: string;
|
591
|
+
description: string;
|
592
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
593
|
+
required: true;
|
594
|
+
};
|
595
|
+
pa2: {
|
596
|
+
id: string;
|
597
|
+
label: string;
|
598
|
+
description: string;
|
599
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
600
|
+
required: true;
|
601
|
+
};
|
602
|
+
pa3: {
|
603
|
+
id: string;
|
604
|
+
label: string;
|
605
|
+
description: string;
|
606
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
607
|
+
required: true;
|
608
|
+
};
|
609
|
+
pa4: {
|
610
|
+
id: string;
|
611
|
+
label: string;
|
612
|
+
description: string;
|
613
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
614
|
+
required: true;
|
615
|
+
};
|
616
|
+
pa5: {
|
617
|
+
id: string;
|
618
|
+
label: string;
|
619
|
+
description: string;
|
620
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
621
|
+
required: true;
|
622
|
+
};
|
623
|
+
pa6: {
|
624
|
+
id: string;
|
625
|
+
label: string;
|
626
|
+
description: string;
|
627
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
628
|
+
required: true;
|
629
|
+
};
|
630
|
+
pa7: {
|
631
|
+
id: string;
|
632
|
+
label: string;
|
633
|
+
description: string;
|
634
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
635
|
+
required: true;
|
636
|
+
};
|
637
|
+
pa8: {
|
638
|
+
id: string;
|
639
|
+
label: string;
|
640
|
+
description: string;
|
641
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
642
|
+
required: true;
|
643
|
+
};
|
644
|
+
pa9: {
|
645
|
+
id: string;
|
646
|
+
label: string;
|
647
|
+
description: string;
|
648
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
649
|
+
required: true;
|
650
|
+
};
|
651
|
+
pa10: {
|
652
|
+
id: string;
|
653
|
+
label: string;
|
654
|
+
description: string;
|
655
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
656
|
+
required: true;
|
657
|
+
};
|
658
|
+
pa11: {
|
659
|
+
id: string;
|
660
|
+
label: string;
|
661
|
+
description: string;
|
662
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
663
|
+
required: true;
|
664
|
+
};
|
665
|
+
pa12: {
|
666
|
+
id: string;
|
667
|
+
label: string;
|
668
|
+
description: string;
|
669
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
670
|
+
required: true;
|
671
|
+
};
|
672
|
+
pa13: {
|
673
|
+
id: string;
|
674
|
+
label: string;
|
675
|
+
description: string;
|
676
|
+
type: import("@awell-health/extensions-core").FieldType.NUMERIC;
|
677
|
+
required: true;
|
678
|
+
};
|
679
|
+
}, {
|
680
|
+
platformApiUrl: {
|
681
|
+
key: string;
|
682
|
+
label: string;
|
683
|
+
obfuscated: false;
|
684
|
+
required: false;
|
685
|
+
description: string;
|
686
|
+
};
|
687
|
+
platformApiKey: {
|
688
|
+
key: string;
|
689
|
+
label: string;
|
690
|
+
obfuscated: true;
|
691
|
+
required: false;
|
692
|
+
description: string;
|
693
|
+
};
|
694
|
+
apiUrl: {
|
695
|
+
key: string;
|
696
|
+
label: string;
|
697
|
+
obfuscated: false;
|
698
|
+
required: true;
|
699
|
+
description: string;
|
700
|
+
};
|
701
|
+
apiKey: {
|
702
|
+
key: string;
|
703
|
+
label: string;
|
704
|
+
obfuscated: true;
|
705
|
+
required: true;
|
706
|
+
description: string;
|
707
|
+
};
|
708
|
+
selectEventTypeQuestion: {
|
709
|
+
key: string;
|
710
|
+
label: string;
|
711
|
+
obfuscated: false;
|
712
|
+
required: false;
|
713
|
+
description: string;
|
714
|
+
};
|
715
|
+
startSendingRemindersQuestions: {
|
716
|
+
key: string;
|
717
|
+
label: string;
|
718
|
+
obfuscated: false;
|
719
|
+
required: false;
|
720
|
+
description: string;
|
721
|
+
};
|
722
|
+
memberEventFormId: {
|
723
|
+
key: string;
|
724
|
+
label: string;
|
725
|
+
obfuscated: false;
|
726
|
+
required: false;
|
727
|
+
description: string;
|
728
|
+
};
|
729
|
+
flourishApiUrl: {
|
730
|
+
key: string;
|
731
|
+
label: string;
|
732
|
+
obfuscated: false;
|
733
|
+
required: false;
|
734
|
+
description: string;
|
735
|
+
};
|
736
|
+
flourishApiKey: {
|
737
|
+
key: string;
|
738
|
+
label: string;
|
739
|
+
obfuscated: true;
|
740
|
+
required: false;
|
741
|
+
description: string;
|
742
|
+
};
|
743
|
+
flourishClientExtId: {
|
744
|
+
key: string;
|
745
|
+
label: string;
|
746
|
+
obfuscated: false;
|
747
|
+
required: false;
|
748
|
+
description: string;
|
749
|
+
};
|
750
|
+
}, "success" | "pamLevel" | "pamScore", never>;
|
751
|
+
createFlourishCustomer: import("@awell-health/extensions-core").Action<{
|
752
|
+
firstName: {
|
753
|
+
id: string;
|
754
|
+
label: string;
|
755
|
+
description: string;
|
756
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
757
|
+
required: true;
|
758
|
+
};
|
759
|
+
lastName: {
|
760
|
+
id: string;
|
761
|
+
label: string;
|
762
|
+
description: string;
|
763
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
764
|
+
required: true;
|
765
|
+
};
|
766
|
+
dateOfBirth: {
|
767
|
+
id: string;
|
768
|
+
label: string;
|
769
|
+
description: string;
|
770
|
+
type: import("@awell-health/extensions-core").FieldType.DATE;
|
771
|
+
required: true;
|
772
|
+
};
|
773
|
+
subgroupId: {
|
774
|
+
id: string;
|
775
|
+
label: string;
|
776
|
+
description: string;
|
777
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
778
|
+
required: true;
|
779
|
+
};
|
780
|
+
thirdPartyIdentifier: {
|
781
|
+
id: string;
|
782
|
+
label: string;
|
783
|
+
description: string;
|
784
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
785
|
+
required: true;
|
786
|
+
};
|
787
|
+
}, {
|
788
|
+
platformApiUrl: {
|
789
|
+
key: string;
|
790
|
+
label: string;
|
791
|
+
obfuscated: false;
|
792
|
+
required: false;
|
793
|
+
description: string;
|
794
|
+
};
|
795
|
+
platformApiKey: {
|
796
|
+
key: string;
|
797
|
+
label: string;
|
798
|
+
obfuscated: true;
|
799
|
+
required: false;
|
800
|
+
description: string;
|
801
|
+
};
|
802
|
+
apiUrl: {
|
803
|
+
key: string;
|
804
|
+
label: string;
|
805
|
+
obfuscated: false;
|
806
|
+
required: true;
|
807
|
+
description: string;
|
808
|
+
};
|
809
|
+
apiKey: {
|
810
|
+
key: string;
|
811
|
+
label: string;
|
812
|
+
obfuscated: true;
|
813
|
+
required: true;
|
814
|
+
description: string;
|
815
|
+
};
|
816
|
+
selectEventTypeQuestion: {
|
817
|
+
key: string;
|
818
|
+
label: string;
|
819
|
+
obfuscated: false;
|
820
|
+
required: false;
|
821
|
+
description: string;
|
822
|
+
};
|
823
|
+
startSendingRemindersQuestions: {
|
824
|
+
key: string;
|
825
|
+
label: string;
|
826
|
+
obfuscated: false;
|
827
|
+
required: false;
|
828
|
+
description: string;
|
829
|
+
};
|
830
|
+
memberEventFormId: {
|
831
|
+
key: string;
|
832
|
+
label: string;
|
833
|
+
obfuscated: false;
|
834
|
+
required: false;
|
835
|
+
description: string;
|
836
|
+
};
|
837
|
+
flourishApiUrl: {
|
838
|
+
key: string;
|
839
|
+
label: string;
|
840
|
+
obfuscated: false;
|
841
|
+
required: false;
|
842
|
+
description: string;
|
843
|
+
};
|
844
|
+
flourishApiKey: {
|
845
|
+
key: string;
|
846
|
+
label: string;
|
847
|
+
obfuscated: true;
|
848
|
+
required: false;
|
849
|
+
description: string;
|
850
|
+
};
|
851
|
+
flourishClientExtId: {
|
852
|
+
key: string;
|
853
|
+
label: string;
|
854
|
+
obfuscated: false;
|
855
|
+
required: false;
|
856
|
+
description: string;
|
857
|
+
};
|
858
|
+
}, "createSuccessful", never>;
|
859
|
+
createChartingNoteAdvanced: import("@awell-health/extensions-core").Action<{
|
860
|
+
healthie_patient_id: {
|
861
|
+
id: string;
|
862
|
+
label: string;
|
863
|
+
description: string;
|
864
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
865
|
+
required: true;
|
866
|
+
};
|
867
|
+
form_id: {
|
868
|
+
id: string;
|
869
|
+
label: string;
|
870
|
+
description: string;
|
871
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
872
|
+
required: true;
|
873
|
+
};
|
874
|
+
note_content: {
|
875
|
+
id: string;
|
876
|
+
label: string;
|
877
|
+
description: string;
|
878
|
+
type: import("@awell-health/extensions-core").FieldType.JSON;
|
879
|
+
required: true;
|
880
|
+
};
|
881
|
+
marked_locked: {
|
882
|
+
id: string;
|
883
|
+
label: string;
|
884
|
+
description: string;
|
885
|
+
type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
|
886
|
+
required: false;
|
887
|
+
};
|
888
|
+
appointment_id: {
|
889
|
+
id: string;
|
890
|
+
label: string;
|
891
|
+
description: string;
|
892
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
893
|
+
required: false;
|
894
|
+
};
|
895
|
+
}, {
|
896
|
+
platformApiUrl: {
|
897
|
+
key: string;
|
898
|
+
label: string;
|
899
|
+
obfuscated: false;
|
900
|
+
required: false;
|
901
|
+
description: string;
|
902
|
+
};
|
903
|
+
platformApiKey: {
|
904
|
+
key: string;
|
905
|
+
label: string;
|
906
|
+
obfuscated: true;
|
907
|
+
required: false;
|
908
|
+
description: string;
|
909
|
+
};
|
910
|
+
apiUrl: {
|
911
|
+
key: string;
|
912
|
+
label: string;
|
913
|
+
obfuscated: false;
|
914
|
+
required: true;
|
915
|
+
description: string;
|
916
|
+
};
|
917
|
+
apiKey: {
|
918
|
+
key: string;
|
919
|
+
label: string;
|
920
|
+
obfuscated: true;
|
921
|
+
required: true;
|
922
|
+
description: string;
|
923
|
+
};
|
924
|
+
selectEventTypeQuestion: {
|
925
|
+
key: string;
|
926
|
+
label: string;
|
927
|
+
obfuscated: false;
|
928
|
+
required: false;
|
929
|
+
description: string;
|
930
|
+
};
|
931
|
+
startSendingRemindersQuestions: {
|
932
|
+
key: string;
|
933
|
+
label: string;
|
934
|
+
obfuscated: false;
|
935
|
+
required: false;
|
936
|
+
description: string;
|
937
|
+
};
|
938
|
+
memberEventFormId: {
|
939
|
+
key: string;
|
940
|
+
label: string;
|
941
|
+
obfuscated: false;
|
942
|
+
required: false;
|
943
|
+
description: string;
|
944
|
+
};
|
945
|
+
flourishApiUrl: {
|
946
|
+
key: string;
|
947
|
+
label: string;
|
948
|
+
obfuscated: false;
|
949
|
+
required: false;
|
950
|
+
description: string;
|
951
|
+
};
|
952
|
+
flourishApiKey: {
|
953
|
+
key: string;
|
954
|
+
label: string;
|
955
|
+
obfuscated: true;
|
956
|
+
required: false;
|
957
|
+
description: string;
|
958
|
+
};
|
959
|
+
flourishClientExtId: {
|
960
|
+
key: string;
|
961
|
+
label: string;
|
962
|
+
obfuscated: false;
|
963
|
+
required: false;
|
964
|
+
description: string;
|
965
|
+
};
|
966
|
+
}, string, never>;
|
967
|
+
};
|