@awell-health/awell-extensions 1.1.42 → 1.1.43-beta45
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/awell/v1/webhooks/index.d.ts +1 -1
- package/dist/extensions/awell/v1/webhooks/pathwayStart.d.ts +3 -1
- package/dist/extensions/awell/v1/webhooks/pathwayStart.js +13 -3
- package/dist/extensions/awell/v1/webhooks/pathwayStart.js.map +1 -1
- package/dist/extensions/calDotCom/webhooks/index.d.ts +1 -1
- package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
- package/dist/extensions/elation/actions/updatePatient.js +1 -0
- package/dist/extensions/elation/actions/updatePatient.js.map +1 -1
- package/dist/extensions/elation/webhooks/index.d.ts +1 -1
- package/dist/extensions/healthie/lib/sdk/createSdk.d.ts +10 -0
- package/dist/extensions/healthie/lib/sdk/createSdk.js +17 -0
- package/dist/extensions/healthie/lib/sdk/createSdk.js.map +1 -0
- package/dist/extensions/healthie/lib/sdk/errors.d.ts +1 -0
- package/dist/extensions/healthie/lib/sdk/errors.js +46 -1
- package/dist/extensions/healthie/lib/sdk/errors.js.map +1 -1
- package/dist/extensions/healthie/lib/sdk/generated/sdk.d.ts +373 -9
- package/dist/extensions/healthie/lib/sdk/generated/sdk.js +110 -3
- package/dist/extensions/healthie/lib/sdk/generated/sdk.js.map +1 -1
- package/dist/extensions/healthie/lib/sdk/validatePayloadAndCreateSdk.js.map +1 -1
- package/dist/extensions/healthie/lib/types.d.ts +2 -1
- package/dist/extensions/healthie/lib/types.js +2 -0
- package/dist/extensions/healthie/lib/types.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appliedTagCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/appliedTagCreated.js +18 -7
- package/dist/extensions/healthie/webhooks/appliedTagCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appliedTagDeleted.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/appliedTagDeleted.js +18 -7
- package/dist/extensions/healthie/webhooks/appliedTagDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.d.ts +6 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.js +24 -6
- package/dist/extensions/healthie/webhooks/appointmentCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentDeleted.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/appointmentDeleted.js +20 -6
- package/dist/extensions/healthie/webhooks/appointmentDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.d.ts +6 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js +24 -6
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.d.ts +6 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js +25 -7
- package/dist/extensions/healthie/webhooks/formAnswerGroupCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js +19 -6
- package/dist/extensions/healthie/webhooks/formAnswerGroupDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.d.ts +6 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js +24 -6
- package/dist/extensions/healthie/webhooks/formAnswerGroupLocked.js.map +1 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.d.ts +6 -1
- package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js +24 -6
- package/dist/extensions/healthie/webhooks/formAnswerGroupSigned.js.map +1 -1
- package/dist/extensions/healthie/webhooks/goalCreated.d.ts +3 -2
- package/dist/extensions/healthie/webhooks/goalCreated.js +26 -9
- package/dist/extensions/healthie/webhooks/goalCreated.js.map +1 -1
- 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/goalUpdated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/goalUpdated.js +19 -8
- package/dist/extensions/healthie/webhooks/goalUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/index.d.ts +316 -5
- package/dist/extensions/healthie/webhooks/index.js +0 -8
- package/dist/extensions/healthie/webhooks/index.js.map +1 -1
- package/dist/extensions/healthie/webhooks/labOrderCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/labOrderCreated.js +18 -7
- package/dist/extensions/healthie/webhooks/labOrderCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/labOrderUpdated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/labOrderUpdated.js +18 -7
- package/dist/extensions/healthie/webhooks/labOrderUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/messageCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/messageCreated.js +19 -7
- package/dist/extensions/healthie/webhooks/messageCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/messageDeleted.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/messageDeleted.js +19 -7
- package/dist/extensions/healthie/webhooks/messageDeleted.js.map +1 -1
- package/dist/extensions/healthie/webhooks/metricEntryCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/metricEntryCreated.js +18 -7
- package/dist/extensions/healthie/webhooks/metricEntryCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/metricEntryUpdated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/metricEntryUpdated.js +18 -7
- package/dist/extensions/healthie/webhooks/metricEntryUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/patientCreated.js +7 -1
- package/dist/extensions/healthie/webhooks/patientCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/patientUpdated.js +7 -1
- package/dist/extensions/healthie/webhooks/patientUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js +18 -7
- package/dist/extensions/healthie/webhooks/requestedFormCompletionCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js +18 -7
- package/dist/extensions/healthie/webhooks/requestedFormCompletionUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/taskCreated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/taskCreated.js +18 -7
- package/dist/extensions/healthie/webhooks/taskCreated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/taskUpdated.d.ts +2 -1
- package/dist/extensions/healthie/webhooks/taskUpdated.js +19 -8
- package/dist/extensions/healthie/webhooks/taskUpdated.js.map +1 -1
- package/dist/extensions/hello-world/webhooks/index.d.ts +1 -1
- package/dist/extensions/markdown.json +0 -4
- package/dist/extensions/zusHealth/webhooks/index.d.ts +37 -1
- package/dist/extensions/zusHealth/webhooks/patientAdmitted.d.ts +2 -1
- package/dist/extensions/zusHealth/webhooks/patientAdmitted.js.map +1 -1
- package/dist/extensions/zusHealth/webhooks/patientDischarged.d.ts +2 -1
- package/dist/extensions/zusHealth/webhooks/patientDischarged.js.map +1 -1
- package/dist/src/test-server.js +4 -0
- package/dist/src/test-server.js.map +1 -1
- package/package.json +6 -5
- package/dist/extensions/healthie/webhooks/goalDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/goalDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/goalDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/taskDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/taskDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/taskDeleted.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js +0 -39
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +0 -85
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.d.ts +0 -18
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js +0 -18
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.d.ts +0 -33
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js +0 -129
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js +0 -154
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +0 -26
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js +0 -139
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +0 -185
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.d.ts +0 -23
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js +0 -153
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js +0 -184
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +0 -26
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +0 -118
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +0 -119
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.d.ts +0 -82
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js +0 -78
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js +0 -6
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js +0 -152
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +0 -4
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +0 -86
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +0 -42
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js +0 -6
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.d.ts +0 -58
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js +0 -56
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js +0 -56
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js +0 -53
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/index.d.ts +0 -967
- package/dist/extensions/wellinks-public/actions/index.js +0 -24
- package/dist/extensions/wellinks-public/actions/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.d.ts +0 -78
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js +0 -66
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.d.ts +0 -38
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js +0 -11
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js +0 -75
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js +0 -133
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.d.ts +0 -188
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js +0 -160
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.d.ts +0 -19
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js +0 -66
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js +0 -125
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.d.ts +0 -16
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js +0 -40
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.d.ts +0 -14
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js +0 -201
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.d.ts +0 -3
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js +0 -23
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js +0 -192
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js.map +0 -1
- package/dist/extensions/wellinks-public/codegen.d.ts +0 -3
- package/dist/extensions/wellinks-public/codegen.js +0 -21
- package/dist/extensions/wellinks-public/codegen.js.map +0 -1
- package/dist/extensions/wellinks-public/config/settings.d.ts +0 -107
- package/dist/extensions/wellinks-public/config/settings.js +0 -89
- package/dist/extensions/wellinks-public/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/config/types.d.ts +0 -5
- package/dist/extensions/wellinks-public/config/types.js +0 -3
- package/dist/extensions/wellinks-public/config/types.js.map +0 -1
- package/dist/extensions/wellinks-public/gql/wellinksSdk.d.ts +0 -24110
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js +0 -635
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js.map +0 -1
- package/dist/extensions/wellinks-public/graphql/mutations.d.ts +0 -1
- package/dist/extensions/wellinks-public/graphql/mutations.js +0 -17
- package/dist/extensions/wellinks-public/graphql/mutations.js.map +0 -1
- package/dist/extensions/wellinks-public/graphql/queries.d.ts +0 -5
- package/dist/extensions/wellinks-public/graphql/queries.js +0 -66
- package/dist/extensions/wellinks-public/graphql/queries.js.map +0 -1
- package/dist/extensions/wellinks-public/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/index.js +0 -20
- package/dist/extensions/wellinks-public/index.js.map +0 -1
- /package/dist/extensions/{wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts → healthie/webhooks/goalCreated.test.d.ts} +0 -0
@@ -1,58 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
import { FieldType } from '@awell-health/extensions-core';
|
3
|
-
export declare const fields: {
|
4
|
-
firstName: {
|
5
|
-
id: string;
|
6
|
-
label: string;
|
7
|
-
description: string;
|
8
|
-
type: FieldType.STRING;
|
9
|
-
required: true;
|
10
|
-
};
|
11
|
-
lastName: {
|
12
|
-
id: string;
|
13
|
-
label: string;
|
14
|
-
description: string;
|
15
|
-
type: FieldType.STRING;
|
16
|
-
required: true;
|
17
|
-
};
|
18
|
-
dateOfBirth: {
|
19
|
-
id: string;
|
20
|
-
label: string;
|
21
|
-
description: string;
|
22
|
-
type: FieldType.DATE;
|
23
|
-
required: true;
|
24
|
-
};
|
25
|
-
subgroupId: {
|
26
|
-
id: string;
|
27
|
-
label: string;
|
28
|
-
description: string;
|
29
|
-
type: FieldType.STRING;
|
30
|
-
required: true;
|
31
|
-
};
|
32
|
-
thirdPartyIdentifier: {
|
33
|
-
id: string;
|
34
|
-
label: string;
|
35
|
-
description: string;
|
36
|
-
type: FieldType.STRING;
|
37
|
-
required: true;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
export declare const FieldsValidationSchema: z.ZodObject<{
|
41
|
-
firstName: z.ZodString;
|
42
|
-
lastName: z.ZodString;
|
43
|
-
dateOfBirth: z.ZodString;
|
44
|
-
subgroupId: z.ZodString;
|
45
|
-
thirdPartyIdentifier: z.ZodString;
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
47
|
-
firstName: string;
|
48
|
-
lastName: string;
|
49
|
-
thirdPartyIdentifier: string;
|
50
|
-
dateOfBirth: string;
|
51
|
-
subgroupId: string;
|
52
|
-
}, {
|
53
|
-
firstName: string;
|
54
|
-
lastName: string;
|
55
|
-
thirdPartyIdentifier: string;
|
56
|
-
dateOfBirth: string;
|
57
|
-
subgroupId: string;
|
58
|
-
}>;
|
@@ -1,56 +0,0 @@
|
|
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
|
-
firstName: {
|
8
|
-
id: 'firstName',
|
9
|
-
label: 'First Name',
|
10
|
-
description: 'The first name of the user to create in Flourish.',
|
11
|
-
type: extensions_core_1.FieldType.STRING,
|
12
|
-
required: true,
|
13
|
-
},
|
14
|
-
lastName: {
|
15
|
-
id: 'lastName',
|
16
|
-
label: 'Last Name',
|
17
|
-
description: 'The last name of the user to create in Flourish.',
|
18
|
-
type: extensions_core_1.FieldType.STRING,
|
19
|
-
required: true,
|
20
|
-
},
|
21
|
-
dateOfBirth: {
|
22
|
-
id: 'dateOfBirth',
|
23
|
-
label: 'Date of Birth',
|
24
|
-
description: 'The date of birth of the user to create in Flourish in YYYY-MM-DD format.',
|
25
|
-
type: extensions_core_1.FieldType.DATE,
|
26
|
-
required: true,
|
27
|
-
},
|
28
|
-
subgroupId: {
|
29
|
-
id: 'subgroupId',
|
30
|
-
label: 'Subgroup ID',
|
31
|
-
description: 'The subgroup ID of the user to create in Flourish.',
|
32
|
-
type: extensions_core_1.FieldType.STRING,
|
33
|
-
required: true,
|
34
|
-
},
|
35
|
-
thirdPartyIdentifier: {
|
36
|
-
id: 'thirdPartyIdentifier',
|
37
|
-
label: 'Third Party Identifier',
|
38
|
-
description: 'The third party identifier of the user to create in Flourish.',
|
39
|
-
type: extensions_core_1.FieldType.STRING,
|
40
|
-
required: true,
|
41
|
-
},
|
42
|
-
};
|
43
|
-
exports.FieldsValidationSchema = zod_1.z.object({
|
44
|
-
firstName: zod_1.z.string(),
|
45
|
-
lastName: zod_1.z.string(),
|
46
|
-
dateOfBirth: zod_1.z
|
47
|
-
.string({
|
48
|
-
errorMap: () => ({
|
49
|
-
message: 'Admin date is required and must be of format YYYY-MM-DD',
|
50
|
-
}),
|
51
|
-
})
|
52
|
-
.datetime(),
|
53
|
-
subgroupId: zod_1.z.string(),
|
54
|
-
thirdPartyIdentifier: zod_1.z.string(),
|
55
|
-
});
|
56
|
-
//# sourceMappingURL=fields.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks-public/actions/createFlourishCustomer/config/fields.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AACxC,mEAAqE;AAExD,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mDAAmD;QAChE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,kDAAkD;QAC/D,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,eAAe;QACtB,WAAW,EACT,2EAA2E;QAC7E,IAAI,EAAE,2BAAS,CAAC,IAAI;QACpB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,oDAAoD;QACjE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,EAAE,EAAE,sBAAsB;QAC1B,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EACT,+DAA+D;QACjE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,WAAW,EAAE,OAAC;SACX,MAAM,CAAC;QACN,QAAQ,EAAE,GAAG,EAAE,CAAC,CAAC;YACf,OAAO,EAAE,yDAAyD;SACnE,CAAC;KACH,CAAC;SACD,QAAQ,EAAE;IACb,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE;CACiB,CAAC,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks-public/actions/createFlourishCustomer/config/index.ts"],"names":[],"mappings":";;;AAAA,mCAAyD;AAAhD,gGAAA,MAAM,OAAA;AAAE,gHAAA,sBAAsB,OAAA;AACvC,uCAAqD;AAA5C,oHAAA,wBAAwB,OAAA"}
|
@@ -1,35 +0,0 @@
|
|
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
|
-
apiUrl?: string | undefined;
|
18
|
-
apiKey?: string | undefined;
|
19
|
-
platformApiUrl?: string | undefined;
|
20
|
-
platformApiKey?: 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
|
-
apiUrl?: string | undefined;
|
29
|
-
apiKey?: string | undefined;
|
30
|
-
platformApiUrl?: string | undefined;
|
31
|
-
platformApiKey?: string | undefined;
|
32
|
-
selectEventTypeQuestion?: string | undefined;
|
33
|
-
startSendingRemindersQuestions?: string | undefined;
|
34
|
-
memberEventFormId?: string | undefined;
|
35
|
-
}>;
|
@@ -1,17 +0,0 @@
|
|
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
|
package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../../../extensions/wellinks-public/actions/createFlourishCustomer/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"}
|
package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.d.ts
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
import { type Action } from '@awell-health/extensions-core';
|
2
|
-
import { type settings } from '../../config/settings';
|
3
|
-
import { fields } from './config';
|
4
|
-
declare const dataPoints: {
|
5
|
-
createSuccessful: {
|
6
|
-
key: string;
|
7
|
-
valueType: "boolean";
|
8
|
-
};
|
9
|
-
};
|
10
|
-
export declare const createFlourishCustomer: Action<typeof fields, typeof settings, keyof typeof dataPoints>;
|
11
|
-
export {};
|
package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.createFlourishCustomer = void 0;
|
4
|
-
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
-
const wellinksFlourishClient_1 = require("../../api/clients/wellinksFlourishClient");
|
6
|
-
const config_1 = require("./config");
|
7
|
-
const zod_1 = require("zod");
|
8
|
-
const dataPoints = {
|
9
|
-
createSuccessful: {
|
10
|
-
key: 'createSuccessful',
|
11
|
-
valueType: 'boolean',
|
12
|
-
},
|
13
|
-
};
|
14
|
-
exports.createFlourishCustomer = {
|
15
|
-
key: 'createFlourishCustomer',
|
16
|
-
category: extensions_core_1.Category.EHR_INTEGRATIONS,
|
17
|
-
title: 'Create a Flourish Customer',
|
18
|
-
description: 'Creates a customer in Flourish using supplied information.',
|
19
|
-
fields: config_1.fields,
|
20
|
-
dataPoints,
|
21
|
-
previewable: true,
|
22
|
-
onActivityCreated: async (payload, onComplete, onError) => {
|
23
|
-
const { fields: { firstName, lastName, dateOfBirth, subgroupId, thirdPartyIdentifier, }, settings: { flourishApiKey, flourishApiUrl, flourishClientExtId }, } = (0, extensions_core_1.validate)({
|
24
|
-
schema: zod_1.z.object({
|
25
|
-
fields: config_1.FieldsValidationSchema,
|
26
|
-
settings: config_1.SettingsValidationSchema,
|
27
|
-
}),
|
28
|
-
payload,
|
29
|
-
});
|
30
|
-
const client = new wellinksFlourishClient_1.WellinksFlourishClient(flourishApiUrl, flourishApiKey, flourishClientExtId);
|
31
|
-
try {
|
32
|
-
const result = await client.user.create(firstName, lastName, dateOfBirth, subgroupId, thirdPartyIdentifier);
|
33
|
-
await onComplete({
|
34
|
-
data_points: {
|
35
|
-
createSuccessful: result.toString(),
|
36
|
-
},
|
37
|
-
});
|
38
|
-
}
|
39
|
-
catch (err) {
|
40
|
-
const error = err;
|
41
|
-
await onError({
|
42
|
-
events: [
|
43
|
-
{
|
44
|
-
date: new Date().toISOString(),
|
45
|
-
text: { en: 'Something went wrong while orchestration the action' },
|
46
|
-
error: {
|
47
|
-
category: 'SERVER_ERROR',
|
48
|
-
message: error.message,
|
49
|
-
},
|
50
|
-
},
|
51
|
-
],
|
52
|
-
});
|
53
|
-
}
|
54
|
-
},
|
55
|
-
};
|
56
|
-
//# sourceMappingURL=createFlourishCustomer.js.map
|
package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"createFlourishCustomer.js","sourceRoot":"","sources":["../../../../../extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.ts"],"names":[],"mappings":";;;AAAA,mEAKsC;AAEtC,qFAAiF;AACjF,qCAIiB;AACjB,6BAAuB;AAEvB,MAAM,UAAU,GAAG;IACjB,gBAAgB,EAAE;QAChB,GAAG,EAAE,kBAAkB;QACvB,SAAS,EAAE,SAAS;KACrB;CAC4C,CAAA;AAElC,QAAA,sBAAsB,GAI/B;IACF,GAAG,EAAE,wBAAwB;IAC7B,QAAQ,EAAE,0BAAQ,CAAC,gBAAgB;IACnC,KAAK,EAAE,4BAA4B;IACnC,WAAW,EAAE,4DAA4D;IACzE,MAAM,EAAN,eAAM;IACN,UAAU;IACV,WAAW,EAAE,IAAI;IACjB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAiB,EAAE;QACvE,MAAM,EACJ,MAAM,EAAE,EACN,SAAS,EACT,QAAQ,EACR,WAAW,EACX,UAAU,EACV,oBAAoB,GACrB,EACD,QAAQ,EAAE,EAAE,cAAc,EAAE,cAAc,EAAE,mBAAmB,EAAE,GAClE,GAAG,IAAA,0BAAQ,EAAC;YACX,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;gBACf,MAAM,EAAE,+BAAsB;gBAC9B,QAAQ,EAAE,iCAAwB;aACnC,CAAC;YACF,OAAO;SACR,CAAC,CAAA;QACF,MAAM,MAAM,GAAG,IAAI,+CAAsB,CACvC,cAAc,EACd,cAAc,EACd,mBAAmB,CACpB,CAAA;QACD,IAAI;YACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,MAAM,CACrC,SAAS,EACT,QAAQ,EACR,WAAW,EACX,UAAU,EACV,oBAAoB,CACrB,CAAA;YACD,MAAM,UAAU,CAAC;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,MAAM,CAAC,QAAQ,EAAE;iBACpC;aACF,CAAC,CAAA;SACH;QAAC,OAAO,GAAG,EAAE;YACZ,MAAM,KAAK,GAAG,GAAY,CAAA;YAC1B,MAAM,OAAO,CAAC;gBACZ,MAAM,EAAE;oBACN;wBACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;wBAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,qDAAqD,EAAE;wBACnE,KAAK,EAAE;4BACL,QAAQ,EAAE,cAAc;4BACxB,OAAO,EAAE,KAAK,CAAC,OAAO;yBACvB;qBACF;iBACF;aACF,CAAC,CAAA;SACH;IACH,CAAC;CACF,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,53 +0,0 @@
|
|
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 createFlourishCustomer_1 = require("./createFlourishCustomer");
|
7
|
-
const zod_1 = require("zod");
|
8
|
-
jest.mock('../../api/clients/wellinksFlourishClient', () => ({
|
9
|
-
WellinksFlourishClient: wellinksFlourishClient_1.WellinksFlourishClient,
|
10
|
-
}));
|
11
|
-
describe('Create Flourish User', () => {
|
12
|
-
const onComplete = jest.fn();
|
13
|
-
const onError = jest.fn();
|
14
|
-
beforeEach(() => {
|
15
|
-
jest.clearAllMocks();
|
16
|
-
});
|
17
|
-
test('should throw a ZodError when the payload is invalid', async () => {
|
18
|
-
const invalidPayload = (0, tests_1.generateTestPayload)({
|
19
|
-
fields: {
|
20
|
-
firstName: undefined,
|
21
|
-
lastName: undefined,
|
22
|
-
dateOfBirth: undefined,
|
23
|
-
subgroupId: undefined,
|
24
|
-
thirdPartyIdentifier: undefined,
|
25
|
-
},
|
26
|
-
settings: settings_1.mockSettings,
|
27
|
-
});
|
28
|
-
await expect(createFlourishCustomer_1.createFlourishCustomer.onActivityCreated(invalidPayload, onComplete, onError)).rejects.toThrowError(zod_1.ZodError);
|
29
|
-
});
|
30
|
-
test('should call onComplete with a dataPoint boolean value equal to the return from the client', async () => {
|
31
|
-
const validPayload = (0, tests_1.generateTestPayload)({
|
32
|
-
fields: {
|
33
|
-
firstName: 'firstName',
|
34
|
-
lastName: 'lastName',
|
35
|
-
dateOfBirth: '2020-01-01T00:00:00Z',
|
36
|
-
subgroupId: '1234',
|
37
|
-
thirdPartyIdentifier: '1234',
|
38
|
-
},
|
39
|
-
settings: settings_1.mockSettings,
|
40
|
-
});
|
41
|
-
wellinksFlourishClient_1.WellinksFlourishClientMockImplementation.user.create.mockImplementationOnce(() => {
|
42
|
-
return true;
|
43
|
-
});
|
44
|
-
await createFlourishCustomer_1.createFlourishCustomer.onActivityCreated(validPayload, onComplete, onError);
|
45
|
-
expect(onError).not.toBeCalled();
|
46
|
-
expect(onComplete).toHaveBeenNthCalledWith(1, {
|
47
|
-
data_points: {
|
48
|
-
createSuccessful: 'true',
|
49
|
-
},
|
50
|
-
});
|
51
|
-
});
|
52
|
-
});
|
53
|
-
//# sourceMappingURL=createFlourishCustomer.test.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"createFlourishCustomer.test.js","sourceRoot":"","sources":["../../../../../extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.ts"],"names":[],"mappings":";;AAAA,iDAA2D;AAC3D,+FAG2D;AAC3D,8DAA8D;AAC9D,qEAAiE;AACjE,6BAA8B;AAE9B,IAAI,CAAC,IAAI,CAAC,0CAA0C,EAAE,GAAG,EAAE,CAAC,CAAC;IAC3D,sBAAsB,EAAtB,+CAAsB;CACvB,CAAC,CAAC,CAAA;AAEH,QAAQ,CAAC,sBAAsB,EAAE,GAAG,EAAE;IACpC,MAAM,UAAU,GAAG,IAAI,CAAC,EAAE,EAAE,CAAA;IAC5B,MAAM,OAAO,GAAG,IAAI,CAAC,EAAE,EAAE,CAAA;IACzB,UAAU,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC,CAAC,CAAA;IACF,IAAI,CAAC,qDAAqD,EAAE,KAAK,IAAI,EAAE;QACrE,MAAM,cAAc,GAAG,IAAA,2BAAmB,EAAC;YACzC,MAAM,EAAE;gBACN,SAAS,EAAE,SAAS;gBACpB,QAAQ,EAAE,SAAS;gBACnB,WAAW,EAAE,SAAS;gBACtB,UAAU,EAAE,SAAS;gBACrB,oBAAoB,EAAE,SAAS;aAChC;YACD,QAAQ,EAAE,uBAAY;SACvB,CAAC,CAAA;QAEF,MAAM,MAAM,CACV,+CAAsB,CAAC,iBAAiB,CACtC,cAAc,EACd,UAAU,EACV,OAAO,CACR,CACF,CAAC,OAAO,CAAC,YAAY,CAAC,cAAQ,CAAC,CAAA;IAClC,CAAC,CAAC,CAAA;IAEF,IAAI,CAAC,2FAA2F,EAAE,KAAK,IAAI,EAAE;QAC3G,MAAM,YAAY,GAAG,IAAA,2BAAmB,EAAC;YACvC,MAAM,EAAE;gBACN,SAAS,EAAE,WAAW;gBACtB,QAAQ,EAAE,UAAU;gBACpB,WAAW,EAAE,sBAAsB;gBACnC,UAAU,EAAE,MAAM;gBAClB,oBAAoB,EAAE,MAAM;aAC7B;YACD,QAAQ,EAAE,uBAAY;SACvB,CAAC,CAAA;QACF,iEAAwC,CAAC,IAAI,CAAC,MAAM,CAAC,sBAAsB,CACzE,GAAG,EAAE;YACH,OAAO,IAAI,CAAA;QACb,CAAC,CACF,CAAA;QAED,MAAM,+CAAsB,CAAC,iBAAiB,CAC5C,YAAY,EACZ,UAAU,EACV,OAAO,CACR,CAAA;QACD,MAAM,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,UAAU,EAAE,CAAA;QAChC,MAAM,CAAC,UAAU,CAAC,CAAC,uBAAuB,CAAC,CAAC,EAAE;YAC5C,WAAW,EAAE;gBACX,gBAAgB,EAAE,MAAM;aACzB;SACF,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|