@tap-payments/auth-jsconnect 2.4.76-test → 2.4.78-test

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.
Files changed (111) hide show
  1. package/build/@types/app.d.ts +16 -16
  2. package/build/@types/form.d.ts +20 -20
  3. package/build/@types/theme.d.ts +1 -1
  4. package/build/api/account.d.ts +2 -2
  5. package/build/api/auth.d.ts +11 -11
  6. package/build/api/availabilityServices.d.ts +3 -3
  7. package/build/api/axios.js +1 -1
  8. package/build/api/board.d.ts +3 -3
  9. package/build/api/brand.d.ts +1 -1
  10. package/build/api/country.d.ts +1 -1
  11. package/build/api/data.d.ts +11 -11
  12. package/build/api/document.d.ts +2 -2
  13. package/build/api/entity.d.ts +8 -8
  14. package/build/api/file.d.ts +1 -1
  15. package/build/api/individual.d.ts +5 -5
  16. package/build/api/init.d.ts +1 -1
  17. package/build/api/lead.d.ts +11 -11
  18. package/build/api/operator.d.ts +1 -1
  19. package/build/api/operator.js +1 -1
  20. package/build/api/user.d.ts +2 -2
  21. package/build/app/settings.d.ts +11 -2
  22. package/build/app/settings.js +1 -1
  23. package/build/app/store.d.ts +4 -4
  24. package/build/components/Slide/Slide.d.ts +1 -1
  25. package/build/constants/app.d.ts +1 -1
  26. package/build/features/app/bank/bankStore.d.ts +82 -10
  27. package/build/features/app/bank/bankStore.js +1 -1
  28. package/build/features/app/brand/brandStore.d.ts +132 -15
  29. package/build/features/app/brand/brandStore.js +1 -1
  30. package/build/features/app/business/businessStore.d.ts +162 -18
  31. package/build/features/app/business/businessStore.js +1 -1
  32. package/build/features/app/connect/connectStore.d.ts +141 -15
  33. package/build/features/app/connect/connectStore.js +1 -1
  34. package/build/features/app/connectExpress/connectExpressStore.d.ts +211 -22
  35. package/build/features/app/connectExpress/connectExpressStore.js +1 -1
  36. package/build/features/app/entity/entityStore.d.ts +82 -10
  37. package/build/features/app/entity/entityStore.js +1 -1
  38. package/build/features/app/individual/individualStore.d.ts +175 -22
  39. package/build/features/app/individual/individualStore.js +1 -1
  40. package/build/features/app/password/passwordStore.d.ts +102 -12
  41. package/build/features/app/password/passwordStore.js +1 -1
  42. package/build/features/app/signIn/signInStore.d.ts +61 -7
  43. package/build/features/app/signIn/signInStore.js +1 -1
  44. package/build/features/app/tax/taxStore.d.ts +72 -9
  45. package/build/features/app/tax/taxStore.js +1 -1
  46. package/build/features/bank/screens/BankDetails/BankName.d.ts +1 -1
  47. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
  48. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +1 -1
  49. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  50. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +6 -6
  51. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +3 -3
  52. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +5 -5
  53. package/build/features/brand/screens/BrandActivities/TAC.d.ts +2 -2
  54. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +1 -1
  55. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
  56. package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
  57. package/build/features/business/screens/Activities/ActivitiesList.d.ts +2 -2
  58. package/build/features/business/screens/Activities/OperationStartDate.d.ts +1 -1
  59. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +1 -1
  60. package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
  61. package/build/features/business/screens/BusinessType/LicenseType.d.ts +3 -3
  62. package/build/features/business/screens/Customers/CustomerLocations.d.ts +7 -7
  63. package/build/features/business/screens/Customers/RefundPolicy.d.ts +4 -4
  64. package/build/features/connect/Connect.d.ts +1 -0
  65. package/build/features/connect/screens/Individual/Email.js +1 -1
  66. package/build/features/connect/screens/Merchant/BrandName.js +1 -1
  67. package/build/features/connectExpress/ConnectExpress.js +1 -1
  68. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
  69. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +3 -3
  70. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +2 -2
  71. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
  72. package/build/features/connectExpress/screens/NID/TAC.d.ts +2 -2
  73. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +2 -2
  74. package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
  75. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +6 -6
  76. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +1 -1
  77. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +1 -1
  78. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +1 -1
  79. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
  80. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +2 -2
  81. package/build/features/individual/screens/IndividualList/Email.js +1 -1
  82. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +2 -2
  83. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +3 -3
  84. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +1 -1
  85. package/build/features/shared/Address/CountryList.d.ts +6 -6
  86. package/build/features/shared/Address/InputSelect.d.ts +6 -6
  87. package/build/features/shared/Address/InputSelect.js +1 -1
  88. package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
  89. package/build/features/shared/Button/FlowsButtons.d.ts +1 -1
  90. package/build/features/shared/Button/FlowsButtons.js +1 -1
  91. package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
  92. package/build/features/shared/CheckIcon/CheckIcon.d.ts +1 -1
  93. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
  94. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  95. package/build/features/shared/Footer/PoweredByFooter.d.ts +1 -1
  96. package/build/features/shared/Input/Input.d.ts +2 -2
  97. package/build/features/shared/UploadFile/FileUpload.d.ts +3 -3
  98. package/build/features/shared/UploadFile/FileUpload.js +1 -1
  99. package/build/features/shared/UploadFile/UploadFile.d.ts +2 -2
  100. package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
  101. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +3 -3
  102. package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
  103. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
  104. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +1 -1
  105. package/build/features/tax/screens/TaxDetails/VATId.d.ts +1 -1
  106. package/build/hooks/useDataVerified.d.ts +1 -1
  107. package/build/hooks/useExcludeReadOnlyFelids.d.ts +1 -1
  108. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +1 -1
  109. package/build/hooks/useFormReadOnly.d.ts +1 -1
  110. package/build/utils/array.js +1 -1
  111. package/package.json +1 -1
@@ -4,9 +4,9 @@ export declare const InputContainerStyled: import("@emotion/styled").StyledCompo
4
4
  component?: React.ElementType<any> | undefined;
5
5
  ref?: React.Ref<unknown> | undefined;
6
6
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
7
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
7
+ } & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
8
8
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
9
- }, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
9
+ }, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
10
10
  interface UploadFileProps {
11
11
  label: string;
12
12
  required?: boolean;
@@ -7,9 +7,9 @@ export declare const InputContainerStyled: import("@emotion/styled").StyledCompo
7
7
  component?: React.ElementType<any> | undefined;
8
8
  ref?: React.Ref<unknown> | undefined;
9
9
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
10
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
10
+ } & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
11
11
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
12
- }, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
12
+ }, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
13
13
  interface UploadWrapperProps {
14
14
  id: string;
15
15
  control: Control<FieldValues, any>;
@@ -6,10 +6,10 @@ export declare const InputContainerStyled: import("@emotion/styled").StyledCompo
6
6
  component?: React.ElementType<any> | undefined;
7
7
  ref?: React.Ref<unknown> | undefined;
8
8
  sx?: SxProps<Theme> | undefined;
9
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
9
+ } & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
10
10
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
11
- }, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
12
- export declare type UploadFileProps = {
11
+ }, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
12
+ export type UploadFileProps = {
13
13
  index: number;
14
14
  purpose: string;
15
15
  file: File;
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
24
24
  function verb(n) { return function (v) { return step([n, v]); }; }
25
25
  function step(op) {
26
26
  if (f) throw new TypeError("Generator is already executing.");
27
- while (_) try {
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
28
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
29
  if (y = 0, t) op = [op[0] & 2, t.value];
30
30
  switch (op[0]) {
@@ -7,9 +7,9 @@ export declare const InputContainerStyled: import("@emotion/styled").StyledCompo
7
7
  component?: React.ElementType<any> | undefined;
8
8
  ref?: React.Ref<unknown> | undefined;
9
9
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
10
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
10
+ } & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
11
11
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
12
- }, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
12
+ }, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
13
13
  interface UploadMultipleFileProps {
14
14
  id: string;
15
15
  control: Control<FieldValues, any>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type ConfirmPolicyProps = {
2
+ type ConfirmPolicyProps = {
3
3
  readOnly?: boolean;
4
4
  };
5
5
  declare const ConfirmPolicy: ({ readOnly }: ConfirmPolicyProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type VATIdProps = {
2
+ type VATIdProps = {
3
3
  readOnly?: boolean;
4
4
  isVerified?: boolean;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { FieldType } from '../@types';
2
- declare type DataVerified<T> = {
2
+ type DataVerified<T> = {
3
3
  [K in keyof T]?: boolean;
4
4
  };
5
5
  export declare const useDataVerified: <T = undefined>(dataVerification: Record<keyof T, FieldType>, verifiedKeys: (keyof T)[]) => DataVerified<T>;
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, UseFormReturn } from 'react-hook-form';
2
- declare type ReadOnly<TF, V> = {
2
+ type ReadOnly<TF, V> = {
3
3
  [key in keyof TF]: V;
4
4
  };
5
5
  export declare const useExcludeReadOnlyFelids: <TF extends FieldValues = FieldValues>({ formState }: UseFormReturn<TF, any>, readOnly: ReadOnly<TF, boolean>) => {
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, UseFormReturn } from 'react-hook-form';
2
- declare type ReadOnly<TF, V> = {
2
+ type ReadOnly<TF, V> = {
3
3
  [key in keyof TF]: V;
4
4
  };
5
5
  export declare const useFormErrorAndUpdateReadOnly: <TF extends FieldValues = FieldValues>(methods: UseFormReturn<TF, any>, readOnlyData: { [key in keyof TF]: boolean; }, noneEditable?: Record<any, boolean>) => ReadOnly<TF, boolean>;
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, UseFormReturn } from 'react-hook-form';
2
- declare type ReadOnly<TF, V> = {
2
+ type ReadOnly<TF, V> = {
3
3
  [key in keyof TF]: V;
4
4
  };
5
5
  export declare const useFormReadOnly: <TF extends FieldValues = FieldValues>(methods: UseFormReturn<TF, any>, extraData?: { [key in keyof TF]?: any; }) => ReadOnly<TF, boolean>;
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
24
24
  function verb(n) { return function (v) { return step([n, v]); }; }
25
25
  function step(op) {
26
26
  if (f) throw new TypeError("Generator is already executing.");
27
- while (_) try {
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
28
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
29
  if (y = 0, t) op = [op[0] & 2, t.value];
30
30
  switch (op[0]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.76-test",
3
+ "version": "2.4.78-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",