@careflair/common 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,6 +93,26 @@ export declare const SUPPORT_WORKER_SERVICES_FILTERS: {
|
|
|
93
93
|
value: SupportWorkerService;
|
|
94
94
|
}[];
|
|
95
95
|
}[];
|
|
96
|
+
export declare const supportWorkerServiceTooltip: {
|
|
97
|
+
readonly showeringToiletingDressing: "Assistance with personal hygiene tasks, including showering, toileting, and dressing";
|
|
98
|
+
readonly continenceAidAssistance: "e.g., changing pads, incontinence management";
|
|
99
|
+
readonly pressureCare: "For bed-bound clients to prevent pressure sores";
|
|
100
|
+
readonly hoistLifting: "For clients requiring mechanical transfer support";
|
|
101
|
+
readonly overnightCare: "Active or inactive overnight support";
|
|
102
|
+
readonly generalEatingSupport: "e.g., cutting food, feeding assistance, mealtime supervision";
|
|
103
|
+
readonly pegFeeding: "Providing support for clients requiring percutaneous endoscopic gastrostomy (PEG) feeding.";
|
|
104
|
+
readonly medicationAssistance: "Including blister packs, PRN medications, and reminders";
|
|
105
|
+
readonly stomaCare: "e.g., emptying or changing colostomy/urostomy bags";
|
|
106
|
+
readonly basicDressingChanges: "For minor, non-infected wounds and simple adhesive dressings, as per care plan";
|
|
107
|
+
readonly cookingMealPrep: "Meal planning, batch cooking, and food storage. Does not include cooking for individuals with swallowing difficulties, texture-modified diets, or medically complex meal plans.";
|
|
108
|
+
readonly householdCleaning: "Vacuuming, dusting, laundry, bathroom cleaning, and general tidying";
|
|
109
|
+
readonly lightGardening: "Weeding, lawn cutting, planting, minor yard upkeep";
|
|
110
|
+
readonly appointmentManagement: "Reminders, calendar management, booking medical appointments, correspondence support";
|
|
111
|
+
readonly paperworkAdminHelp: "Form-filling, organizing personal documents, bill reminders – non-financial advice";
|
|
112
|
+
readonly communityAccess: "Accompanying clients to events, social groups, recreational activities, or appointments";
|
|
113
|
+
readonly standardVehicle: "Driving clients to appointments, social events, or community activities";
|
|
114
|
+
readonly wheelchairAccessibleVehicle: "For participants requiring a vehicle with a ramp or hoist";
|
|
115
|
+
};
|
|
96
116
|
export declare const commonLabels: {
|
|
97
117
|
GenderOfAttendanceEnum: typeof GenderOfAttendanceEnum;
|
|
98
118
|
};
|
|
@@ -122,25 +142,25 @@ export declare const onboardingStepsDetails: readonly [{
|
|
|
122
142
|
readonly id: OnboardingSteps.LOCATIONS;
|
|
123
143
|
readonly isRequired: true;
|
|
124
144
|
readonly title: "Locations";
|
|
125
|
-
readonly description: "Select
|
|
145
|
+
readonly description: "Select your service locations";
|
|
126
146
|
readonly url: "/onboarding/business-info/locations";
|
|
127
147
|
}, {
|
|
128
148
|
readonly id: OnboardingSteps.SUPPORTED_AGES;
|
|
129
149
|
readonly isRequired: false;
|
|
130
150
|
readonly title: "Supported Ages";
|
|
131
|
-
readonly description: "Select the ages you support";
|
|
151
|
+
readonly description: "Select the participant ages you support";
|
|
132
152
|
readonly url: "/onboarding/business-info/supported-ages";
|
|
133
153
|
}, {
|
|
134
154
|
readonly id: OnboardingSteps.EXPERIENCE;
|
|
135
155
|
readonly isRequired: false;
|
|
136
156
|
readonly title: "Experience";
|
|
137
|
-
readonly description: "
|
|
157
|
+
readonly description: "Your work experience as a support worker/provider";
|
|
138
158
|
readonly url: "/onboarding/personal-info/experience";
|
|
139
159
|
}, {
|
|
140
160
|
readonly id: OnboardingSteps.HOURLY_RATE;
|
|
141
161
|
readonly isRequired: false;
|
|
142
162
|
readonly title: "Hourly Rate";
|
|
143
|
-
readonly description: "
|
|
163
|
+
readonly description: "Your base hourly rate";
|
|
144
164
|
readonly url: "/onboarding/personal-info/hourly-rate";
|
|
145
165
|
}, {
|
|
146
166
|
readonly id: OnboardingSteps.GENDER;
|
package/dist/constants/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.flagCodeByLanguage = exports.daysOfWeek = exports.contractTypeDetails = exports.onboardingStepsDetails = exports.DocumentTypeLabels = exports.altCommunicationOptions = exports.altCommunicationLabels = exports.commonLabels = exports.SUPPORT_WORKER_SERVICES_FILTERS = exports.SupportWorkerServiceLabels = exports.StateShortToFull = exports.StateFullToShort = exports.ProfileAllSteps = exports.educationTypeOptions = exports.providerInterestOptions = exports.providerPreferenceOptions = exports.participantInterestOptions = exports.participantPreferenceOptions = exports.complexNeedsSupportedOptions = exports.agesSupportedOptions = exports.genderOfAttendanceOptions = exports.deliveryOptions = exports.languageOptions = exports.statesOptions = exports.serviceCategoriesMap = exports.categoryOptions = void 0;
|
|
3
|
+
exports.flagCodeByLanguage = exports.daysOfWeek = exports.contractTypeDetails = exports.onboardingStepsDetails = exports.DocumentTypeLabels = exports.altCommunicationOptions = exports.altCommunicationLabels = exports.commonLabels = exports.supportWorkerServiceTooltip = exports.SUPPORT_WORKER_SERVICES_FILTERS = exports.SupportWorkerServiceLabels = exports.StateShortToFull = exports.StateFullToShort = exports.ProfileAllSteps = exports.educationTypeOptions = exports.providerInterestOptions = exports.providerPreferenceOptions = exports.participantInterestOptions = exports.participantPreferenceOptions = exports.complexNeedsSupportedOptions = exports.agesSupportedOptions = exports.genderOfAttendanceOptions = exports.deliveryOptions = exports.languageOptions = exports.statesOptions = exports.serviceCategoriesMap = exports.categoryOptions = void 0;
|
|
4
4
|
const enums_1 = require("../enums");
|
|
5
5
|
const utils_1 = require("../utils/utils");
|
|
6
6
|
exports.categoryOptions = [
|
|
@@ -452,6 +452,27 @@ exports.SUPPORT_WORKER_SERVICES_FILTERS = [
|
|
|
452
452
|
],
|
|
453
453
|
},
|
|
454
454
|
];
|
|
455
|
+
// Support Worker Service Tooltips
|
|
456
|
+
exports.supportWorkerServiceTooltip = {
|
|
457
|
+
[enums_1.SupportWorkerService.ShoweringToiletingDressing]: "Assistance with personal hygiene tasks, including showering, toileting, and dressing",
|
|
458
|
+
[enums_1.SupportWorkerService.ContinenceAidAssistance]: "e.g., changing pads, incontinence management",
|
|
459
|
+
[enums_1.SupportWorkerService.PressureCare]: "For bed-bound clients to prevent pressure sores",
|
|
460
|
+
[enums_1.SupportWorkerService.HoistLifting]: "For clients requiring mechanical transfer support",
|
|
461
|
+
[enums_1.SupportWorkerService.OvernightCare]: "Active or inactive overnight support",
|
|
462
|
+
[enums_1.SupportWorkerService.GeneralEatingSupport]: "e.g., cutting food, feeding assistance, mealtime supervision",
|
|
463
|
+
[enums_1.SupportWorkerService.PegFeeding]: "Providing support for clients requiring percutaneous endoscopic gastrostomy (PEG) feeding.",
|
|
464
|
+
[enums_1.SupportWorkerService.MedicationAssistance]: "Including blister packs, PRN medications, and reminders",
|
|
465
|
+
[enums_1.SupportWorkerService.StomaCare]: "e.g., emptying or changing colostomy/urostomy bags",
|
|
466
|
+
[enums_1.SupportWorkerService.BasicDressingChanges]: "For minor, non-infected wounds and simple adhesive dressings, as per care plan",
|
|
467
|
+
[enums_1.SupportWorkerService.CookingMealPrep]: "Meal planning, batch cooking, and food storage. Does not include cooking for individuals with swallowing difficulties, texture-modified diets, or medically complex meal plans.",
|
|
468
|
+
[enums_1.SupportWorkerService.HouseholdCleaning]: "Vacuuming, dusting, laundry, bathroom cleaning, and general tidying",
|
|
469
|
+
[enums_1.SupportWorkerService.LightGardening]: "Weeding, lawn cutting, planting, minor yard upkeep",
|
|
470
|
+
[enums_1.SupportWorkerService.AppointmentManagement]: "Reminders, calendar management, booking medical appointments, correspondence support",
|
|
471
|
+
[enums_1.SupportWorkerService.PaperworkAdminHelp]: "Form-filling, organizing personal documents, bill reminders – non-financial advice",
|
|
472
|
+
[enums_1.SupportWorkerService.CommunityAccess]: "Accompanying clients to events, social groups, recreational activities, or appointments",
|
|
473
|
+
[enums_1.SupportWorkerService.StandardVehicle]: "Driving clients to appointments, social events, or community activities",
|
|
474
|
+
[enums_1.SupportWorkerService.WheelchairAccessibleVehicle]: "For participants requiring a vehicle with a ramp or hoist",
|
|
475
|
+
};
|
|
455
476
|
// common labels
|
|
456
477
|
exports.commonLabels = {
|
|
457
478
|
GenderOfAttendanceEnum: enums_1.GenderOfAttendanceEnum,
|
|
@@ -507,7 +528,7 @@ exports.onboardingStepsDetails = [
|
|
|
507
528
|
id: enums_1.OnboardingSteps.LOCATIONS,
|
|
508
529
|
isRequired: true,
|
|
509
530
|
title: "Locations",
|
|
510
|
-
description: "Select
|
|
531
|
+
description: "Select your service locations",
|
|
511
532
|
url: "/onboarding/business-info/locations",
|
|
512
533
|
},
|
|
513
534
|
// {
|
|
@@ -521,21 +542,21 @@ exports.onboardingStepsDetails = [
|
|
|
521
542
|
id: enums_1.OnboardingSteps.SUPPORTED_AGES,
|
|
522
543
|
isRequired: false,
|
|
523
544
|
title: "Supported Ages",
|
|
524
|
-
description: "Select the ages you support",
|
|
545
|
+
description: "Select the participant ages you support",
|
|
525
546
|
url: "/onboarding/business-info/supported-ages",
|
|
526
547
|
},
|
|
527
548
|
{
|
|
528
549
|
id: enums_1.OnboardingSteps.EXPERIENCE,
|
|
529
550
|
isRequired: false,
|
|
530
551
|
title: "Experience",
|
|
531
|
-
description: "
|
|
552
|
+
description: "Your work experience as a support worker/provider",
|
|
532
553
|
url: "/onboarding/personal-info/experience",
|
|
533
554
|
},
|
|
534
555
|
{
|
|
535
556
|
id: enums_1.OnboardingSteps.HOURLY_RATE,
|
|
536
557
|
isRequired: false,
|
|
537
558
|
title: "Hourly Rate",
|
|
538
|
-
description: "
|
|
559
|
+
description: "Your base hourly rate",
|
|
539
560
|
url: "/onboarding/personal-info/hourly-rate",
|
|
540
561
|
},
|
|
541
562
|
{
|
|
@@ -15,25 +15,25 @@ export declare const getCurrentOnboardingStep: (completedSteps: OnboardingSteps[
|
|
|
15
15
|
readonly id: OnboardingSteps.LOCATIONS;
|
|
16
16
|
readonly isRequired: true;
|
|
17
17
|
readonly title: "Locations";
|
|
18
|
-
readonly description: "Select
|
|
18
|
+
readonly description: "Select your service locations";
|
|
19
19
|
readonly url: "/onboarding/business-info/locations";
|
|
20
20
|
} | {
|
|
21
21
|
readonly id: OnboardingSteps.SUPPORTED_AGES;
|
|
22
22
|
readonly isRequired: false;
|
|
23
23
|
readonly title: "Supported Ages";
|
|
24
|
-
readonly description: "Select the ages you support";
|
|
24
|
+
readonly description: "Select the participant ages you support";
|
|
25
25
|
readonly url: "/onboarding/business-info/supported-ages";
|
|
26
26
|
} | {
|
|
27
27
|
readonly id: OnboardingSteps.EXPERIENCE;
|
|
28
28
|
readonly isRequired: false;
|
|
29
29
|
readonly title: "Experience";
|
|
30
|
-
readonly description: "
|
|
30
|
+
readonly description: "Your work experience as a support worker/provider";
|
|
31
31
|
readonly url: "/onboarding/personal-info/experience";
|
|
32
32
|
} | {
|
|
33
33
|
readonly id: OnboardingSteps.HOURLY_RATE;
|
|
34
34
|
readonly isRequired: false;
|
|
35
35
|
readonly title: "Hourly Rate";
|
|
36
|
-
readonly description: "
|
|
36
|
+
readonly description: "Your base hourly rate";
|
|
37
37
|
readonly url: "/onboarding/personal-info/hourly-rate";
|
|
38
38
|
} | {
|
|
39
39
|
readonly id: OnboardingSteps.GENDER;
|
|
@@ -84,25 +84,25 @@ export declare const getNextOnboardingStep: (currentStep: OnboardingSteps) => {
|
|
|
84
84
|
readonly id: OnboardingSteps.LOCATIONS;
|
|
85
85
|
readonly isRequired: true;
|
|
86
86
|
readonly title: "Locations";
|
|
87
|
-
readonly description: "Select
|
|
87
|
+
readonly description: "Select your service locations";
|
|
88
88
|
readonly url: "/onboarding/business-info/locations";
|
|
89
89
|
} | {
|
|
90
90
|
readonly id: OnboardingSteps.SUPPORTED_AGES;
|
|
91
91
|
readonly isRequired: false;
|
|
92
92
|
readonly title: "Supported Ages";
|
|
93
|
-
readonly description: "Select the ages you support";
|
|
93
|
+
readonly description: "Select the participant ages you support";
|
|
94
94
|
readonly url: "/onboarding/business-info/supported-ages";
|
|
95
95
|
} | {
|
|
96
96
|
readonly id: OnboardingSteps.EXPERIENCE;
|
|
97
97
|
readonly isRequired: false;
|
|
98
98
|
readonly title: "Experience";
|
|
99
|
-
readonly description: "
|
|
99
|
+
readonly description: "Your work experience as a support worker/provider";
|
|
100
100
|
readonly url: "/onboarding/personal-info/experience";
|
|
101
101
|
} | {
|
|
102
102
|
readonly id: OnboardingSteps.HOURLY_RATE;
|
|
103
103
|
readonly isRequired: false;
|
|
104
104
|
readonly title: "Hourly Rate";
|
|
105
|
-
readonly description: "
|
|
105
|
+
readonly description: "Your base hourly rate";
|
|
106
106
|
readonly url: "/onboarding/personal-info/hourly-rate";
|
|
107
107
|
} | {
|
|
108
108
|
readonly id: OnboardingSteps.GENDER;
|