@careflair/common 1.0.49 → 1.0.51

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.
@@ -161,7 +161,7 @@ export declare const onboardingStepsDetails: readonly [{
161
161
  readonly url: "/onboarding/business-info/locations";
162
162
  }, {
163
163
  readonly id: OnboardingSteps.SUPPORTED_AGES;
164
- readonly isRequired: false;
164
+ readonly isRequired: true;
165
165
  readonly title: "Supported Ages";
166
166
  readonly description: "Select the participant ages you support";
167
167
  readonly url: "/onboarding/business-info/supported-ages";
@@ -278,7 +278,7 @@ exports.onboardingStepsDetails = [
278
278
  // },
279
279
  {
280
280
  id: enums_1.OnboardingSteps.SUPPORTED_AGES,
281
- isRequired: false,
281
+ isRequired: true,
282
282
  title: "Supported Ages",
283
283
  description: "Select the participant ages you support",
284
284
  url: "/onboarding/business-info/supported-ages",
@@ -19,7 +19,7 @@ export declare const getCurrentOnboardingStep: (completedSteps: OnboardingSteps[
19
19
  readonly url: "/onboarding/business-info/locations";
20
20
  } | {
21
21
  readonly id: OnboardingSteps.SUPPORTED_AGES;
22
- readonly isRequired: false;
22
+ readonly isRequired: true;
23
23
  readonly title: "Supported Ages";
24
24
  readonly description: "Select the participant ages you support";
25
25
  readonly url: "/onboarding/business-info/supported-ages";
@@ -88,7 +88,7 @@ export declare const getNextOnboardingStep: (currentStep: OnboardingSteps) => {
88
88
  readonly url: "/onboarding/business-info/locations";
89
89
  } | {
90
90
  readonly id: OnboardingSteps.SUPPORTED_AGES;
91
- readonly isRequired: false;
91
+ readonly isRequired: true;
92
92
  readonly title: "Supported Ages";
93
93
  readonly description: "Select the participant ages you support";
94
94
  readonly url: "/onboarding/business-info/supported-ages";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careflair/common",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "Shared assets for CareFlair",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",