@remoteoss/remote-flows 1.5.0 → 1.5.1
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.
- package/dist/{chunk-W4G2O5QV.js → chunk-7KLYZBVN.js} +2 -2
- package/dist/{chunk-OW7BCYPF.js → chunk-MMYLDOJD.js} +2 -2
- package/dist/chunk-OGKTFLXW.js +2 -0
- package/dist/chunk-OGKTFLXW.js.map +1 -0
- package/dist/default-components.d.ts +2 -2
- package/dist/flows/ContractAmendment/ContractAmendmentConfirmationForm.d.ts +1 -1
- package/dist/flows/ContractAmendment/ContractAmendmentFlow.d.ts +3 -3
- package/dist/flows/ContractAmendment/ContractAmendmentForm.d.ts +1 -1
- package/dist/flows/ContractAmendment/context.d.ts +3 -3
- package/dist/flows/ContractAmendment/hooks.d.ts +3 -3
- package/dist/flows/ContractAmendment/index.d.ts +3 -3
- package/dist/flows/ContractAmendment/types.d.ts +2 -2
- package/dist/flows/ContractAmendment/utils.d.ts +2 -2
- package/dist/flows/ContractorOnboarding/ContractorOnboarding.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/ContractorOnboarding.js +1 -1
- package/dist/flows/ContractorOnboarding/api.d.ts +2 -2
- package/dist/flows/ContractorOnboarding/components/BasicInformationStep.d.ts +4 -4
- package/dist/flows/ContractorOnboarding/components/ContractDetailsStep.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/components/ContractPreviewStep.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/components/ContractorOnboardingForm.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/components/OnboardingInvite.d.ts +3 -3
- package/dist/flows/ContractorOnboarding/components/PricingPlan.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/components/SelectCountryStep.d.ts +4 -4
- package/dist/flows/ContractorOnboarding/context.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/hooks.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/hooks.js +1 -1
- package/dist/flows/ContractorOnboarding/index.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/index.js +1 -1
- package/dist/flows/ContractorOnboarding/types.d.ts +5 -5
- package/dist/flows/ContractorOnboarding/utils.d.ts +2 -2
- package/dist/flows/CostCalculator/CostCalculatorFlow.d.ts +3 -3
- package/dist/flows/CostCalculator/CostCalculatorFlow.js +1 -1
- package/dist/flows/CostCalculator/CostCalculatorForm.d.ts +3 -3
- package/dist/flows/CostCalculator/EstimationResults/EstimationResults.d.ts +2 -2
- package/dist/flows/CostCalculator/SummaryResults/SummaryResults.d.ts +2 -2
- package/dist/flows/CostCalculator/api.d.ts +2 -2
- package/dist/flows/CostCalculator/components/SalaryField.d.ts +2 -2
- package/dist/flows/CostCalculator/context.d.ts +3 -3
- package/dist/flows/CostCalculator/hooks.d.ts +3 -3
- package/dist/flows/CostCalculator/hooks.js +1 -1
- package/dist/flows/CostCalculator/index.d.ts +3 -3
- package/dist/flows/CostCalculator/index.js +1 -1
- package/dist/flows/CostCalculator/types.d.ts +2 -2
- package/dist/flows/CostCalculator/utils.d.ts +3 -3
- package/dist/flows/CostCalculator/utils.js +1 -1
- package/dist/flows/Onboarding/OnboardingFlow.d.ts +4 -4
- package/dist/flows/Onboarding/api.d.ts +4 -4
- package/dist/flows/Onboarding/components/AnnualGrossSalary.d.ts +2 -2
- package/dist/flows/Onboarding/components/BasicInformationStep.d.ts +4 -4
- package/dist/flows/Onboarding/components/BenefitsStep.d.ts +4 -4
- package/dist/flows/Onboarding/components/ContractDetailsStep.d.ts +4 -4
- package/dist/flows/Onboarding/components/OnboardingForm.d.ts +4 -4
- package/dist/flows/Onboarding/components/OnboardingInvite.d.ts +3 -3
- package/dist/flows/Onboarding/components/ReviewStep.d.ts +4 -4
- package/dist/flows/Onboarding/components/SaveDraftButton.d.ts +3 -3
- package/dist/flows/Onboarding/components/SelectCountryStep.d.ts +4 -4
- package/dist/flows/Onboarding/context.d.ts +4 -4
- package/dist/flows/Onboarding/hooks.d.ts +4 -4
- package/dist/flows/Onboarding/index.d.ts +4 -4
- package/dist/flows/Onboarding/types.d.ts +4 -4
- package/dist/flows/Onboarding/utils.d.ts +4 -4
- package/dist/flows/Termination/AdditionalDetailsForm.d.ts +4 -4
- package/dist/flows/Termination/EmployeeComunicationForm.d.ts +4 -4
- package/dist/flows/Termination/PaidTimeOffForm.d.ts +4 -4
- package/dist/flows/Termination/TerminationDetailsForm.d.ts +4 -4
- package/dist/flows/Termination/TerminationFlow.d.ts +4 -4
- package/dist/flows/Termination/TerminationForm.d.ts +4 -4
- package/dist/flows/Termination/api.d.ts +5 -5
- package/dist/flows/Termination/components/PaidTimeOff/PaidTimeOff.d.ts +6 -6
- package/dist/flows/Termination/components/PaidTimeOff/PaidTimeOffContainer.d.ts +6 -6
- package/dist/flows/Termination/components/PaidTimeOff/types.d.ts +6 -6
- package/dist/flows/Termination/components/TerminationDialogInfoContent/TerminationDialogInfoContent.js +1 -1
- package/dist/flows/Termination/context.d.ts +4 -4
- package/dist/flows/Termination/hooks.d.ts +4 -4
- package/dist/flows/Termination/index.d.ts +6 -6
- package/dist/flows/Termination/index.js +1 -1
- package/dist/flows/Termination/json-schemas/schema.d.ts +4 -4
- package/dist/flows/Termination/types.d.ts +4 -4
- package/dist/flows/Termination/utils.d.ts +4 -4
- package/dist/flows/types.d.ts +2 -2
- package/dist/index.d.ts +10 -10
- package/dist/index.js +1 -1
- package/dist/internals.d.ts +3 -3
- package/dist/{mutations-_fbChogH.d.ts → mutations-DSBVK5sW.d.ts} +1 -1
- package/dist/{remoteFlows-EO5mIvOd.d.ts → remoteFlows-6XWROwtF.d.ts} +1 -1
- package/dist/{types-5HNrr4sn.d.ts → types-3ylqaF_t.d.ts} +3 -3
- package/dist/{types-DDpMBsb_.d.ts → types-DX7H-fFQ.d.ts} +1 -1
- package/dist/{types-CWrhMXgL.d.ts → types-E0XdIl4i.d.ts} +2 -2
- package/dist/{types-BBqw2IyP.d.ts → types-ZSicyhLB.d.ts} +4 -4
- package/dist/{types.gen-DNn2UIXs.d.ts → types.gen-DICXUtXl.d.ts} +1 -1
- package/dist/{utils-Cl7flwLn.d.ts → utils-Cw537oiU.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-BAGTZ3NN.js +0 -2
- package/dist/chunk-BAGTZ3NN.js.map +0 -1
- /package/dist/{chunk-W4G2O5QV.js.map → chunk-7KLYZBVN.js.map} +0 -0
- /package/dist/{chunk-OW7BCYPF.js.map → chunk-MMYLDOJD.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as JSFFieldset } from '../../remoteFlows-
|
|
1
|
+
import { a as JSFFieldset } from '../../remoteFlows-6XWROwtF.js';
|
|
2
2
|
import * as _remoteoss_remote_json_schema_form_kit from '@remoteoss/remote-json-schema-form-kit';
|
|
3
3
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
4
|
-
import {
|
|
4
|
+
import { j as CostCalculatorEstimatePdfResponse, N as NotFoundResponse, U as UnprocessableEntityResponse, k as CostCalculatorEstimateParams, l as CostCalculatorEstimateCsvResponse, m as MinimalRegion, i as CostCalculatorEstimateResponse } from '../../types.gen-DICXUtXl.js';
|
|
5
5
|
import { CostCalculatorEstimationOptions } from './types.js';
|
|
6
6
|
import { JSFModify } from '../types.js';
|
|
7
7
|
import 'react';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { b as JSFField } from '../../../remoteFlows-
|
|
2
|
+
import { b as JSFField } from '../../../remoteFlows-6XWROwtF.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'yup';
|
|
5
|
-
import '../../../types.gen-
|
|
5
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
6
6
|
import '../../../types-ZWIpiFgj.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { $ as $TSFixMe, M as Meta } from '../../remoteFlows-
|
|
2
|
-
import {
|
|
1
|
+
import { $ as $TSFixMe, M as Meta } from '../../remoteFlows-6XWROwtF.js';
|
|
2
|
+
import { i as CostCalculatorEstimateResponse, N as NotFoundResponse, U as UnprocessableEntityResponse } from '../../types.gen-DICXUtXl.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { useCostCalculator } from './hooks.js';
|
|
5
5
|
import { CostCalculatorEstimationFormValues, CostCalculatorEstimationSubmitValues } from './types.js';
|
|
6
|
-
import { E as ErrorResponse, S as SuccessResponse } from '../../mutations-
|
|
6
|
+
import { E as ErrorResponse, S as SuccessResponse } from '../../mutations-DSBVK5sW.js';
|
|
7
7
|
import * as yup from 'yup';
|
|
8
8
|
import { UseFormReturn } from 'react-hook-form';
|
|
9
9
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { E as ErrorResponse, S as SuccessResponse } from '../../mutations-
|
|
1
|
+
import { i as CostCalculatorEstimateResponse, N as NotFoundResponse, U as UnprocessableEntityResponse } from '../../types.gen-DICXUtXl.js';
|
|
2
|
+
import { E as ErrorResponse, S as SuccessResponse } from '../../mutations-DSBVK5sW.js';
|
|
3
3
|
import * as yup from 'yup';
|
|
4
4
|
import { ValidationError } from 'yup';
|
|
5
5
|
import { CostCalculatorEstimationOptions, UseCostCalculatorOptions, CostCalculatorEstimationFormValues, CostCalculatorEstimationSubmitValues } from './types.js';
|
|
6
|
-
import { M as Meta } from '../../remoteFlows-
|
|
6
|
+
import { M as Meta } from '../../remoteFlows-6XWROwtF.js';
|
|
7
7
|
import './constants.js';
|
|
8
8
|
import '../types.js';
|
|
9
9
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as a,d as b}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-
|
|
1
|
+
import{c as a,d as b}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-VFRHMNLJ.js";import"../../chunk-4N66FNVP.js";import"../../chunk-2RLH6ZLY.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-U7CW67TM.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-H6YNMT4M.js";import"../../chunk-LNV36S6D.js";import"../../chunk-75H7ASIK.js";import"../../chunk-EAV5VOMZ.js";import"../../chunk-XXIUJVIY.js";import"../../chunk-HRG5MSVG.js";import"../../chunk-7EHK36JU.js";import"../../chunk-RVYQJM63.js";import"../../chunk-ZDTHQRXJ.js";import"../../chunk-Q3LH3SPI.js";import"../../chunk-CR7AIZKA.js";import"../../chunk-T6Q7IALZ.js";import"../../chunk-PJN2YJO4.js";import"../../chunk-ILOKQ6OH.js";import"../../chunk-UQCSN47K.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-KQPDXXG3.js";import"../../chunk-P37U34EQ.js";export{a as defaultEstimationOptions,b as useCostCalculator};
|
|
2
2
|
//# sourceMappingURL=hooks.js.map
|
|
@@ -10,10 +10,10 @@ export { buildPayload as buildCostCalculatorEstimationPayload } from './utils.js
|
|
|
10
10
|
export { EstimationError } from './types.js';
|
|
11
11
|
import 'react/jsx-runtime';
|
|
12
12
|
import 'react';
|
|
13
|
-
import '../../mutations-
|
|
14
|
-
import '../../remoteFlows-
|
|
13
|
+
import '../../mutations-DSBVK5sW.js';
|
|
14
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
15
15
|
import 'yup';
|
|
16
|
-
import '../../types.gen-
|
|
16
|
+
import '../../types.gen-DICXUtXl.js';
|
|
17
17
|
import '../../types-ZWIpiFgj.js';
|
|
18
18
|
import 'react-hook-form';
|
|
19
19
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../../chunk-FGBEOUQK.js";import{a as i}from"../../chunk-WAG67DRI.js";import{a as j}from"../../chunk-ZT72WOPZ.js";import"../../chunk-4UAHJOHZ.js";import{a as e}from"../../chunk-RYOXAR7O.js";import{b as a,d}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-
|
|
1
|
+
import"../../chunk-FGBEOUQK.js";import{a as i}from"../../chunk-WAG67DRI.js";import{a as j}from"../../chunk-ZT72WOPZ.js";import"../../chunk-4UAHJOHZ.js";import{a as e}from"../../chunk-RYOXAR7O.js";import{b as a,d}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-VFRHMNLJ.js";import"../../chunk-4N66FNVP.js";import{a as f}from"../../chunk-DN6SGTCI.js";import{a as h}from"../../chunk-VAFD5QUX.js";import{a as g}from"../../chunk-M6SSA4VP.js";import{d as b,e as c}from"../../chunk-2RLH6ZLY.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-KSHK3ZPX.js";import"../../chunk-U7CW67TM.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-H6YNMT4M.js";import"../../chunk-LNV36S6D.js";import"../../chunk-FDBLCEFN.js";import"../../chunk-75H7ASIK.js";import"../../chunk-EAV5VOMZ.js";import"../../chunk-XXIUJVIY.js";import"../../chunk-HRG5MSVG.js";import"../../chunk-7EHK36JU.js";import"../../chunk-RVYQJM63.js";import"../../chunk-ZDTHQRXJ.js";import"../../chunk-Q3LH3SPI.js";import"../../chunk-CR7AIZKA.js";import"../../chunk-T6Q7IALZ.js";import"../../chunk-LHNX27TY.js";import"../../chunk-PJN2YJO4.js";import"../../chunk-ILOKQ6OH.js";import"../../chunk-UQCSN47K.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-KQPDXXG3.js";import"../../chunk-P37U34EQ.js";export{e as CostCalculatorFlow,f as CostCalculatorForm,h as CostCalculatorResetButton,g as CostCalculatorSubmitButton,i as EstimationResults,j as SummaryResults,a as buildCostCalculatorEstimationPayload,d as useCostCalculator,c as useCostCalculatorEstimationCsv,b as useCostCalculatorEstimationPdf};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as EmploymentTermType, p as CostCalculatorEmployment, q as PostCreateEstimationError, V as ValidationError } from '../../types.gen-
|
|
1
|
+
import { o as EmploymentTermType, p as CostCalculatorEmployment, q as PostCreateEstimationError, V as ValidationError } from '../../types.gen-DICXUtXl.js';
|
|
2
2
|
import { BASE_RATES } from './constants.js';
|
|
3
3
|
import { JSFModify } from '../types.js';
|
|
4
|
-
import '../../remoteFlows-
|
|
4
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'yup';
|
|
7
7
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { $ as $TSFixMe } from '../../remoteFlows-
|
|
1
|
+
import { k as CostCalculatorEstimateParams } from '../../types.gen-DICXUtXl.js';
|
|
2
|
+
import { $ as $TSFixMe } from '../../remoteFlows-6XWROwtF.js';
|
|
3
3
|
import { AnyObjectSchema } from 'yup';
|
|
4
4
|
import { CostCalculatorVersion } from './hooks.js';
|
|
5
5
|
import { CostCalculatorEstimationSubmitValues, CostCalculatorEstimationOptions } from './types.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import '../../types-ZWIpiFgj.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
-
import '../../mutations-
|
|
9
|
+
import '../../mutations-DSBVK5sW.js';
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import '../types.js';
|
|
12
12
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-
|
|
1
|
+
import{a,b}from"../../chunk-K4IKYJ3B.js";import"../../chunk-P5GY5LLV.js";import"../../chunk-VFRHMNLJ.js";import"../../chunk-4N66FNVP.js";import"../../chunk-2RLH6ZLY.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-U7CW67TM.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-H6YNMT4M.js";import"../../chunk-LNV36S6D.js";import"../../chunk-75H7ASIK.js";import"../../chunk-EAV5VOMZ.js";import"../../chunk-XXIUJVIY.js";import"../../chunk-HRG5MSVG.js";import"../../chunk-7EHK36JU.js";import"../../chunk-RVYQJM63.js";import"../../chunk-ZDTHQRXJ.js";import"../../chunk-Q3LH3SPI.js";import"../../chunk-CR7AIZKA.js";import"../../chunk-T6Q7IALZ.js";import"../../chunk-PJN2YJO4.js";import"../../chunk-ILOKQ6OH.js";import"../../chunk-UQCSN47K.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-KQPDXXG3.js";import"../../chunk-P37U34EQ.js";export{b as buildPayload,a as buildValidationSchema};
|
|
2
2
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { O as OnboardingFlowProps } from '../../types-
|
|
2
|
+
import { O as OnboardingFlowProps } from '../../types-3ylqaF_t.js';
|
|
3
3
|
import './components/OnboardingInvite.js';
|
|
4
|
-
import '../../types.gen-
|
|
4
|
+
import '../../types.gen-DICXUtXl.js';
|
|
5
5
|
import './components/OnboardingBack.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import '../../mutations-
|
|
8
|
-
import '../../remoteFlows-
|
|
7
|
+
import '../../mutations-DSBVK5sW.js';
|
|
8
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as JSFFieldset } from '../../remoteFlows-
|
|
1
|
+
import { a as JSFFieldset } from '../../remoteFlows-6XWROwtF.js';
|
|
2
2
|
import * as _remoteoss_remote_json_schema_form_kit from '@remoteoss/remote-json-schema-form-kit';
|
|
3
3
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
4
4
|
import { UseQueryResult } from '@tanstack/react-query';
|
|
5
|
-
import { E as Employment, s as Company, S as SuccessResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, t as ConflictResponse, B as BadRequestResponse, N as NotFoundResponse, a as UnauthorizedResponse, r as EmploymentCreationResponse, u as EmploymentCreateParams, v as EmploymentResponse, w as EmploymentFullParams, F as ForbiddenResponse, x as UnifiedEmploymentUpsertBenefitOffersRequest, y as ConvertCurrencyResponse, z as ConvertCurrencyParams, A as CreateContractEligibilityParams } from '../../types.gen-
|
|
5
|
+
import { E as Employment, s as Company, S as SuccessResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, t as ConflictResponse, B as BadRequestResponse, N as NotFoundResponse, a as UnauthorizedResponse, r as EmploymentCreationResponse, u as EmploymentCreateParams, v as EmploymentResponse, w as EmploymentFullParams, F as ForbiddenResponse, x as UnifiedEmploymentUpsertBenefitOffersRequest, y as ConvertCurrencyResponse, z as ConvertCurrencyParams, A as CreateContractEligibilityParams } from '../../types.gen-DICXUtXl.js';
|
|
6
6
|
import { FieldValues } from 'react-hook-form';
|
|
7
|
-
import { O as OnboardingFlowProps } from '../../types-
|
|
7
|
+
import { O as OnboardingFlowProps } from '../../types-3ylqaF_t.js';
|
|
8
8
|
import { JSONSchemaFormType, FlowOptions, JSONSchemaFormResultWithFieldsets } from '../types.js';
|
|
9
9
|
import 'react';
|
|
10
10
|
import 'yup';
|
|
@@ -12,7 +12,7 @@ import '../../types-ZWIpiFgj.js';
|
|
|
12
12
|
import 'react/jsx-runtime';
|
|
13
13
|
import './components/OnboardingBack.js';
|
|
14
14
|
import './components/OnboardingInvite.js';
|
|
15
|
-
import '../../mutations-
|
|
15
|
+
import '../../mutations-DSBVK5sW.js';
|
|
16
16
|
import './components/OnboardingSubmit.js';
|
|
17
17
|
import '@tanstack/query-core';
|
|
18
18
|
import '../useStepState.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { b as JSFField } from '../../../remoteFlows-
|
|
2
|
+
import { b as JSFField } from '../../../remoteFlows-6XWROwtF.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'yup';
|
|
5
|
-
import '../../../types.gen-
|
|
5
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
6
6
|
import '../../../types-ZWIpiFgj.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { h as BasicInformationStep } from '../../../types-
|
|
3
|
-
import '../../../types.gen-
|
|
4
|
-
import '../../../mutations-
|
|
2
|
+
export { h as BasicInformationStep } from '../../../types-3ylqaF_t.js';
|
|
3
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
5
5
|
import './OnboardingBack.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import './OnboardingInvite.js';
|
|
8
|
-
import '../../../remoteFlows-
|
|
8
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
import '../../../remoteFlows-
|
|
3
|
-
import '../../../types.gen-
|
|
4
|
-
export { j as BenefitsStep } from '../../../types-
|
|
5
|
-
import '../../../mutations-
|
|
2
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
3
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
4
|
+
export { j as BenefitsStep } from '../../../types-3ylqaF_t.js';
|
|
5
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../../types-ZWIpiFgj.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
import '../../../types.gen-
|
|
3
|
-
export { i as ContractDetailsStep } from '../../../types-
|
|
4
|
-
import '../../../mutations-
|
|
2
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
3
|
+
export { i as ContractDetailsStep } from '../../../types-3ylqaF_t.js';
|
|
4
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
5
5
|
import './OnboardingBack.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import './OnboardingInvite.js';
|
|
8
|
-
import '../../../remoteFlows-
|
|
8
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as Components, J as JSFFields } from '../../../remoteFlows-
|
|
3
|
-
import { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload } from '../../../types-
|
|
2
|
+
import { C as Components, J as JSFFields } from '../../../remoteFlows-6XWROwtF.js';
|
|
3
|
+
import { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload } from '../../../types-3ylqaF_t.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'yup';
|
|
6
|
-
import '../../../types.gen-
|
|
6
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
7
7
|
import '../../../types-ZWIpiFgj.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
import './OnboardingBack.js';
|
|
10
10
|
import './OnboardingInvite.js';
|
|
11
|
-
import '../../../mutations-
|
|
11
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
12
12
|
import './OnboardingSubmit.js';
|
|
13
13
|
import '@tanstack/query-core';
|
|
14
14
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ButtonHTMLAttributes, ReactNode } from 'react';
|
|
3
|
-
import { F as FieldError } from '../../../mutations-
|
|
4
|
-
import { S as SuccessResponse } from '../../../types.gen-
|
|
5
|
-
import '../../../remoteFlows-
|
|
3
|
+
import { F as FieldError } from '../../../mutations-DSBVK5sW.js';
|
|
4
|
+
import { S as SuccessResponse } from '../../../types.gen-DICXUtXl.js';
|
|
5
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'yup';
|
|
7
7
|
import '../../../types-ZWIpiFgj.js';
|
|
8
8
|
import 'react-hook-form';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { R as ReviewStep } from '../../../types-
|
|
3
|
-
import '../../../types.gen-
|
|
2
|
+
export { R as ReviewStep } from '../../../types-3ylqaF_t.js';
|
|
3
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import './OnboardingBack.js';
|
|
6
6
|
import './OnboardingInvite.js';
|
|
7
|
-
import '../../../mutations-
|
|
8
|
-
import '../../../remoteFlows-
|
|
7
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
8
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ButtonHTMLAttributes } from 'react';
|
|
3
|
-
import { N as NormalizedFieldError } from '../../../mutations-
|
|
4
|
-
import '../../../remoteFlows-
|
|
3
|
+
import { N as NormalizedFieldError } from '../../../mutations-DSBVK5sW.js';
|
|
4
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
5
5
|
import 'yup';
|
|
6
|
-
import '../../../types.gen-
|
|
6
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
7
7
|
import '../../../types-ZWIpiFgj.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { g as SelectCountryStep } from '../../../types-
|
|
3
|
-
import '../../../mutations-
|
|
4
|
-
import '../../../types.gen-
|
|
2
|
+
export { g as SelectCountryStep } from '../../../types-3ylqaF_t.js';
|
|
3
|
+
import '../../../mutations-DSBVK5sW.js';
|
|
4
|
+
import '../../../types.gen-DICXUtXl.js';
|
|
5
5
|
import './OnboardingBack.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import './OnboardingInvite.js';
|
|
8
|
-
import '../../../remoteFlows-
|
|
8
|
+
import '../../../remoteFlows-6XWROwtF.js';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _tanstack_query_core from '@tanstack/query-core';
|
|
2
|
-
import { u as useOnboarding, S as STEPS } from '../../types-
|
|
3
|
-
import { S as SuccessResponse, E as ErrorResponse } from '../../mutations-
|
|
4
|
-
import { r as EmploymentCreationResponse, N as NotFoundResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, B as BadRequestResponse, a as UnauthorizedResponse, v as EmploymentResponse, t as ConflictResponse, S as SuccessResponse$1, F as ForbiddenResponse, E as Employment } from '../../types.gen-
|
|
2
|
+
import { u as useOnboarding, S as STEPS } from '../../types-3ylqaF_t.js';
|
|
3
|
+
import { S as SuccessResponse, E as ErrorResponse } from '../../mutations-DSBVK5sW.js';
|
|
4
|
+
import { r as EmploymentCreationResponse, N as NotFoundResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, B as BadRequestResponse, a as UnauthorizedResponse, v as EmploymentResponse, t as ConflictResponse, S as SuccessResponse$1, F as ForbiddenResponse, E as Employment } from '../../types.gen-DICXUtXl.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
|
-
import { J as JSFFields, M as Meta, a as JSFFieldset } from '../../remoteFlows-
|
|
6
|
+
import { J as JSFFields, M as Meta, a as JSFFieldset } from '../../remoteFlows-6XWROwtF.js';
|
|
7
7
|
import * as _remoteoss_remote_json_schema_form_kit from '@remoteoss/remote-json-schema-form-kit';
|
|
8
8
|
import * as react_hook_form from 'react-hook-form';
|
|
9
9
|
import { Step } from '../useStepState.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '@tanstack/query-core';
|
|
2
|
-
import '../../mutations-
|
|
3
|
-
import '../../types.gen-
|
|
2
|
+
import '../../mutations-DSBVK5sW.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
6
|
-
import '../../remoteFlows-
|
|
6
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
7
7
|
import '../useStepState.js';
|
|
8
|
-
export { u as useOnboarding } from '../../types-
|
|
8
|
+
export { u as useOnboarding } from '../../types-3ylqaF_t.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import 'yup';
|
|
11
11
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { OnboardingFlow } from './OnboardingFlow.js';
|
|
2
2
|
export { OnboardingInviteProps } from './components/OnboardingInvite.js';
|
|
3
|
-
export { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload, e as CreditRiskState, d as CreditRiskStatus, E as Employment, f as OnboardingRenderProps, a as SelectCountryFormPayload, b as SelectCountrySuccess } from '../../types-
|
|
3
|
+
export { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload, e as CreditRiskState, d as CreditRiskStatus, E as Employment, f as OnboardingRenderProps, a as SelectCountryFormPayload, b as SelectCountrySuccess } from '../../types-3ylqaF_t.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
|
-
import '../../types.gen-
|
|
5
|
+
import '../../types.gen-DICXUtXl.js';
|
|
6
6
|
import './components/OnboardingBack.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../mutations-
|
|
9
|
-
import '../../remoteFlows-
|
|
8
|
+
import '../../mutations-DSBVK5sW.js';
|
|
9
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
10
10
|
import 'yup';
|
|
11
11
|
import '../../types-ZWIpiFgj.js';
|
|
12
12
|
import 'react-hook-form';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import '../../types.gen-
|
|
2
|
-
export { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload, e as CreditRiskState, d as CreditRiskStatus, E as Employment, O as OnboardingFlowProps, f as OnboardingRenderProps, a as SelectCountryFormPayload, b as SelectCountrySuccess } from '../../types-
|
|
1
|
+
import '../../types.gen-DICXUtXl.js';
|
|
2
|
+
export { B as BasicInformationFormPayload, c as BenefitsFormPayload, C as ContractDetailsFormPayload, e as CreditRiskState, d as CreditRiskStatus, E as Employment, O as OnboardingFlowProps, f as OnboardingRenderProps, a as SelectCountryFormPayload, b as SelectCountrySuccess } from '../../types-3ylqaF_t.js';
|
|
3
3
|
import './components/OnboardingBack.js';
|
|
4
4
|
import './components/OnboardingInvite.js';
|
|
5
5
|
import './components/OnboardingSubmit.js';
|
|
6
6
|
import '../types.js';
|
|
7
7
|
import './components/SaveDraftButton.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
|
-
import '../../mutations-
|
|
10
|
-
import '../../remoteFlows-
|
|
9
|
+
import '../../mutations-DSBVK5sW.js';
|
|
10
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
11
11
|
import 'react';
|
|
12
12
|
import 'yup';
|
|
13
13
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { D as DEFAULT_VERSION, S as STEPS, k as STEPS_WITHOUT_SELECT_COUNTRY, l as disabledInviteButtonEmploymentStatus, m as getContractDetailsSchemaVersion, r as reviewStepAllowedEmploymentStatus } from '../../types-
|
|
1
|
+
export { D as DEFAULT_VERSION, S as STEPS, k as STEPS_WITHOUT_SELECT_COUNTRY, l as disabledInviteButtonEmploymentStatus, m as getContractDetailsSchemaVersion, r as reviewStepAllowedEmploymentStatus } from '../../types-3ylqaF_t.js';
|
|
2
2
|
import '../useStepState.js';
|
|
3
|
-
import '../../types.gen-
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import './components/OnboardingBack.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import './components/OnboardingInvite.js';
|
|
8
|
-
import '../../mutations-
|
|
9
|
-
import '../../remoteFlows-
|
|
8
|
+
import '../../mutations-DSBVK5sW.js';
|
|
9
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
10
10
|
import 'yup';
|
|
11
11
|
import '../../types-ZWIpiFgj.js';
|
|
12
12
|
import 'react-hook-form';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { d as AdditionalDetailsForm } from '../../types-
|
|
3
|
-
import '../../types.gen-
|
|
4
|
-
import '../../mutations-
|
|
5
|
-
import '../../remoteFlows-
|
|
2
|
+
export { d as AdditionalDetailsForm } from '../../types-E0XdIl4i.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../mutations-DSBVK5sW.js';
|
|
5
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { e as EmployeeCommunicationForm } from '../../types-
|
|
3
|
-
import '../../types.gen-
|
|
4
|
-
import '../../mutations-
|
|
5
|
-
import '../../remoteFlows-
|
|
2
|
+
export { e as EmployeeCommunicationForm } from '../../types-E0XdIl4i.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../mutations-DSBVK5sW.js';
|
|
5
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { j as PaidTimeOffForm } from '../../types-
|
|
3
|
-
import '../../types.gen-
|
|
4
|
-
import '../../mutations-
|
|
5
|
-
import '../../remoteFlows-
|
|
2
|
+
export { j as PaidTimeOffForm } from '../../types-E0XdIl4i.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../mutations-DSBVK5sW.js';
|
|
5
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
|
-
export { k as TerminationDetailsForm } from '../../types-
|
|
3
|
-
import '../../types.gen-
|
|
4
|
-
import '../../mutations-
|
|
5
|
-
import '../../remoteFlows-
|
|
2
|
+
export { k as TerminationDetailsForm } from '../../types-E0XdIl4i.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../mutations-DSBVK5sW.js';
|
|
5
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as TerminationFlowProps } from '../../types-
|
|
3
|
-
import '../../types.gen-
|
|
4
|
-
import '../../mutations-
|
|
5
|
-
import '../../remoteFlows-
|
|
2
|
+
import { a as TerminationFlowProps } from '../../types-E0XdIl4i.js';
|
|
3
|
+
import '../../types.gen-DICXUtXl.js';
|
|
4
|
+
import '../../mutations-DSBVK5sW.js';
|
|
5
|
+
import '../../remoteFlows-6XWROwtF.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'yup';
|
|
8
8
|
import '../../types-ZWIpiFgj.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { J as JSFFields } from '../../remoteFlows-
|
|
3
|
-
import { T as TerminationFormValues } from '../../types-
|
|
2
|
+
import { J as JSFFields } from '../../remoteFlows-6XWROwtF.js';
|
|
3
|
+
import { T as TerminationFormValues } from '../../types-E0XdIl4i.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'yup';
|
|
6
|
-
import '../../types.gen-
|
|
6
|
+
import '../../types.gen-DICXUtXl.js';
|
|
7
7
|
import '../../types-ZWIpiFgj.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
-
import '../../mutations-
|
|
9
|
+
import '../../mutations-DSBVK5sW.js';
|
|
10
10
|
import '@remoteoss/json-schema-form';
|
|
11
11
|
import '@remoteoss/json-schema-form-v0-deprecated';
|
|
12
12
|
import '../useStepState.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as JSFFieldset } from '../../remoteFlows-
|
|
1
|
+
import { a as JSFFieldset } from '../../remoteFlows-6XWROwtF.js';
|
|
2
2
|
import * as _remoteoss_remote_json_schema_form_kit from '@remoteoss/remote-json-schema-form-kit';
|
|
3
|
-
import { O as OffboardingResponse, N as NotFoundResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, B as BadRequestResponse, a as UnauthorizedResponse, R as RequestError, J as CreateOffboardingParams } from '../../types.gen-
|
|
3
|
+
import { O as OffboardingResponse, N as NotFoundResponse, U as UnprocessableEntityResponse, T as TooManyRequestsResponse, B as BadRequestResponse, a as UnauthorizedResponse, R as RequestError, J as CreateOffboardingParams } from '../../types.gen-DICXUtXl.js';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
|
-
import { E as Employment } from '../../types-
|
|
6
|
-
import { T as TerminationFormValues } from '../../types-
|
|
5
|
+
import { E as Employment } from '../../types-3ylqaF_t.js';
|
|
6
|
+
import { T as TerminationFormValues } from '../../types-E0XdIl4i.js';
|
|
7
7
|
import { JSFModify } from '../types.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'yup';
|
|
@@ -12,7 +12,7 @@ import 'react-hook-form';
|
|
|
12
12
|
import 'react/jsx-runtime';
|
|
13
13
|
import '../Onboarding/components/OnboardingBack.js';
|
|
14
14
|
import '../Onboarding/components/OnboardingInvite.js';
|
|
15
|
-
import '../../mutations-
|
|
15
|
+
import '../../mutations-DSBVK5sW.js';
|
|
16
16
|
import '../Onboarding/components/OnboardingSubmit.js';
|
|
17
17
|
import '@tanstack/query-core';
|
|
18
18
|
import '../useStepState.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { P as PaidTimeOffRenderProps } from '../../../../types-
|
|
3
|
-
import '../../../../types.gen-
|
|
2
|
+
import { P as PaidTimeOffRenderProps } from '../../../../types-DX7H-fFQ.js';
|
|
3
|
+
import '../../../../types.gen-DICXUtXl.js';
|
|
4
4
|
import '@tanstack/react-query';
|
|
5
5
|
import '@tanstack/query-core';
|
|
6
6
|
import '../../api.js';
|
|
7
|
-
import '../../../../remoteFlows-
|
|
7
|
+
import '../../../../remoteFlows-6XWROwtF.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'yup';
|
|
10
10
|
import '../../../../types-ZWIpiFgj.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
13
|
-
import '../../../../types-
|
|
13
|
+
import '../../../../types-3ylqaF_t.js';
|
|
14
14
|
import '../../../Onboarding/components/OnboardingBack.js';
|
|
15
15
|
import '../../../Onboarding/components/OnboardingInvite.js';
|
|
16
|
-
import '../../../../mutations-
|
|
16
|
+
import '../../../../mutations-DSBVK5sW.js';
|
|
17
17
|
import '../../../Onboarding/components/OnboardingSubmit.js';
|
|
18
18
|
import '../../../useStepState.js';
|
|
19
19
|
import '../../../types.js';
|
|
20
20
|
import '../../../Onboarding/components/SaveDraftButton.js';
|
|
21
|
-
import '../../../../types-
|
|
21
|
+
import '../../../../types-E0XdIl4i.js';
|
|
22
22
|
import '@remoteoss/json-schema-form';
|
|
23
23
|
import '@remoteoss/json-schema-form-v0-deprecated';
|
|
24
24
|
import '../../TerminationBack.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { a as PaidTimeOffContainerProps } from '../../../../types-
|
|
3
|
-
import '../../../../types.gen-
|
|
2
|
+
import { a as PaidTimeOffContainerProps } from '../../../../types-DX7H-fFQ.js';
|
|
3
|
+
import '../../../../types.gen-DICXUtXl.js';
|
|
4
4
|
import '@tanstack/react-query';
|
|
5
5
|
import '@tanstack/query-core';
|
|
6
6
|
import '../../api.js';
|
|
7
|
-
import '../../../../remoteFlows-
|
|
7
|
+
import '../../../../remoteFlows-6XWROwtF.js';
|
|
8
8
|
import 'yup';
|
|
9
9
|
import '../../../../types-ZWIpiFgj.js';
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
import '@remoteoss/remote-json-schema-form-kit';
|
|
12
|
-
import '../../../../types-
|
|
12
|
+
import '../../../../types-3ylqaF_t.js';
|
|
13
13
|
import 'react/jsx-runtime';
|
|
14
14
|
import '../../../Onboarding/components/OnboardingBack.js';
|
|
15
15
|
import '../../../Onboarding/components/OnboardingInvite.js';
|
|
16
|
-
import '../../../../mutations-
|
|
16
|
+
import '../../../../mutations-DSBVK5sW.js';
|
|
17
17
|
import '../../../Onboarding/components/OnboardingSubmit.js';
|
|
18
18
|
import '../../../useStepState.js';
|
|
19
19
|
import '../../../types.js';
|
|
20
20
|
import '../../../Onboarding/components/SaveDraftButton.js';
|
|
21
|
-
import '../../../../types-
|
|
21
|
+
import '../../../../types-E0XdIl4i.js';
|
|
22
22
|
import '@remoteoss/json-schema-form';
|
|
23
23
|
import '@remoteoss/json-schema-form-v0-deprecated';
|
|
24
24
|
import '../../TerminationBack.js';
|