@careflair/common 1.0.15 → 1.0.17

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
  };
@@ -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,
@@ -1,2 +1,7 @@
1
+ export * from "./phone";
2
+ export * from "./date";
3
+ export * from "./time";
4
+ export * from "./debounce";
5
+ export * from "./enum";
6
+ export * from "./video";
1
7
  export * from "./onboarding";
2
- export * from "./utils";
@@ -14,5 +14,17 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Phone validation utilities
18
+ __exportStar(require("./phone"), exports);
19
+ // Date formatting utilities
20
+ __exportStar(require("./date"), exports);
21
+ // Time/shift utilities
22
+ __exportStar(require("./time"), exports);
23
+ // Functional utilities
24
+ __exportStar(require("./debounce"), exports);
25
+ // Enum utilities
26
+ __exportStar(require("./enum"), exports);
27
+ // Video validation utilities
28
+ __exportStar(require("./video"), exports);
29
+ // Onboarding utilities
17
30
  __exportStar(require("./onboarding"), exports);
18
- __exportStar(require("./utils"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careflair/common",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "Shared assets for CareFlair",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",