sales-frontend-components 0.0.140 → 0.0.141

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/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { CheckboxButtonProps, CheckboxProps, DatePickerSingleHtmlProps, DatePick
4
4
  import * as React$1 from 'react';
5
5
  import React__default from 'react';
6
6
  import * as sales_frontend_api_method from 'sales-frontend-api/method';
7
- import { AddressStandardizationResponseDto, AddressResponseDto, CodeDto, CustomerSearchProps, CustomerDto, NationalityResponseDto, VisaStatusResponseDto, PersonalCustomerProfileResponseDto, EmployeeProfileResponseDto, OccupationResponseDto, OrganizationProfileResponse, RemoteIdentityVerificationSystemTokenRequestDto, ApiConfig } from 'sales-frontend-api/method';
7
+ import { AddressStandardizationResponseDto, AddressResponseDto, CodeDto, CustomerSearchProps, CustomerDto, NationalityResponseDto, VisaStatusResponseDto, PersonalCustomerProfileResponseDto, EmployeeProfileResponseDto, OccupationResponseDto, OccupationDetailResponseDto, OrganizationProfileResponse, RemoteIdentityVerificationSystemTokenRequestDto, ApiConfig } from 'sales-frontend-api/method';
8
8
 
9
9
  declare const FormCheckboxButton: <TFormValues extends FieldValues>({ name, control, disabled, children, ...props }: Pick<UseControllerProps<TFormValues>, "name" | "control" | "disabled"> & Omit<CheckboxButtonProps, "id">) => react_jsx_runtime.JSX.Element;
10
10
 
@@ -460,14 +460,14 @@ declare function useJobSearchModal(): {
460
460
  openJobSearchModal: () => void;
461
461
  closeJobSearchModal: () => void;
462
462
  selectedJob: OccupationResponseDto | null;
463
- selectedJobDetail: any;
463
+ selectedJobDetail: OccupationDetailResponseDto | undefined;
464
464
  resetJobSearch: () => void;
465
465
  setSelectedJob: React$1.Dispatch<React$1.SetStateAction<OccupationResponseDto | null>>;
466
466
  };
467
467
 
468
468
  declare function useJobVehicleSearchModal(): {
469
469
  selectedJob: sales_frontend_api_method.OccupationResponseDto | null;
470
- selectedJobDetail: any;
470
+ selectedJobDetail: sales_frontend_api_method.OccupationDetailResponseDto | undefined;
471
471
  selectedVehicle: sales_frontend_api_method.VehicleTypeResponseDto | undefined;
472
472
  riskGrade: string;
473
473
  hospitalizationGrade: string;