@soma-vertical-web/multi-lib-sacurai 0.0.2 → 1.0.23

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 (86) hide show
  1. package/cms/ContentTypes/LPLojas/LPLojaClientWrapper.d.ts +3 -0
  2. package/cms/ContentTypes/LPLojas/LPLojasContent.d.ts +3 -0
  3. package/cms/ContentTypes/LPLojas/helpers.d.ts +6 -0
  4. package/cms/ContentTypes/PolicyPage/PolicyPageContent.d.ts +3 -0
  5. package/cms/Sections/Banner/Component.d.ts +1 -1
  6. package/cms/Sections/BennefitsBar/Component.d.ts +1 -1
  7. package/cms/Sections/BennefitsBar/index.d.ts +1 -1
  8. package/cms/Sections/EmbedLive/Component.d.ts +1 -1
  9. package/cms/Sections/Newsletter/Component.d.ts +1 -1
  10. package/cms/Sections/PopupModal/Component.d.ts +1 -1
  11. package/cms/Sections/ProductCarousel/ProductCarousel.d.ts +2 -2
  12. package/cms/Sections/TextAccordion/Component.d.ts +1 -1
  13. package/cms/Sections/TextContent/Component.d.ts +1 -1
  14. package/cms/index.d.ts +10 -9
  15. package/cms/server.d.ts +2 -0
  16. package/contexts/contexts/Session.d.ts +1 -1
  17. package/contexts/contexts/lplojas/Context.d.ts +6 -0
  18. package/contexts/hooks/useSimilars.d.ts +7 -0
  19. package/contexts/index.d.ts +5 -1
  20. package/data/api/catalog/index.d.ts +1 -0
  21. package/data/api/catalog/product/similars/index.d.ts +10 -6
  22. package/data/api/checkout/order-form/shipping/update/index.d.ts +2 -2
  23. package/data/api/master-data/search/index.d.ts +1 -1
  24. package/data/api/user/index.d.ts +3 -0
  25. package/index-CLnfgUUG.mjs +1910 -0
  26. package/index-CR3TrqwQ.js +4 -0
  27. package/index-DUlLXnzY.js +4 -0
  28. package/index-DhQ8rusf.mjs +1906 -0
  29. package/index-DjjGiBzS.mjs +2216 -0
  30. package/index-Rwk0NGoh.js +4 -0
  31. package/index.js +16 -16
  32. package/index.mjs +9861 -9150
  33. package/index2.js +8 -1
  34. package/index2.mjs +2282 -1085
  35. package/layout/index.d.ts +39 -1
  36. package/layout/template/LPLojas/Composite/Content/Content.d.ts +12 -0
  37. package/layout/template/LPLojas/Composite/Content/index.d.ts +1 -0
  38. package/layout/template/LPLojas/Composite/Details/Details.d.ts +7 -0
  39. package/layout/template/LPLojas/Composite/Details/Item.d.ts +7 -0
  40. package/layout/template/LPLojas/Composite/Details/Vendor.d.ts +7 -0
  41. package/layout/template/LPLojas/Composite/Details/index.d.ts +1 -0
  42. package/layout/template/LPLojas/Composite/DropDown/DropDown.d.ts +7 -0
  43. package/layout/template/LPLojas/Composite/DropDown/index.d.ts +1 -0
  44. package/layout/template/LPLojas/Composite/ReturnButton/ReturnButton.d.ts +11 -0
  45. package/layout/template/LPLojas/Composite/ReturnButton/index.d.ts +1 -0
  46. package/layout/template/LPLojas/Composite/Root.d.ts +7 -0
  47. package/layout/template/LPLojas/Composite/Section/Section.d.ts +12 -0
  48. package/layout/template/LPLojas/Composite/Section/index.d.ts +1 -0
  49. package/layout/template/LPLojas/Composite/Select/Select.d.ts +10 -0
  50. package/layout/template/LPLojas/Composite/Select/index.d.ts +1 -0
  51. package/layout/template/LPLojas/Composite/Title/Title.d.ts +7 -0
  52. package/layout/template/LPLojas/Composite/Title/index.d.ts +1 -0
  53. package/layout/template/LPLojas/index.d.ts +35 -0
  54. package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
  55. package/layout/template/PDC/index.d.ts +1 -1
  56. package/layout/template/PDP/Composite/Info/MainContent/Similars/index.d.ts +1 -1
  57. package/layout/template/PDP/index.d.ts +2 -2
  58. package/layout/template/Politicas/Composite/Banner.d.ts +4 -0
  59. package/layout/template/Politicas/Composite/Container.d.ts +7 -0
  60. package/layout/template/Politicas/Composite/OneTrustPolicy.d.ts +14 -0
  61. package/layout/template/Politicas/Politicas.d.ts +10 -0
  62. package/layout/template/QuickShop/Composite/Body.d.ts +1 -1
  63. package/layout/template/QuickShop/Composite/Similars.d.ts +1 -1
  64. package/layout/template/TrackingRouteWatcher/index.d.ts +5 -0
  65. package/package.json +1 -1
  66. package/server.d.ts +3 -3
  67. package/style.css +1 -1
  68. package/types/cms/ContentTypes/LPLojas/index.d.ts +22 -1
  69. package/types/cms/ContentTypes/PolicyPage/index.d.ts +17 -0
  70. package/types/cms/Sections/Banner/index.d.ts +1 -0
  71. package/types/cms/Sections/BannerCarousel/index.d.ts +1 -0
  72. package/types/cms/Sections/EmbedLive/index.d.ts +1 -0
  73. package/types/cms/Sections/PopupModal/index.d.ts +1 -0
  74. package/types/cms/Sections/SectionZone/index.d.ts +1 -0
  75. package/types/contexts/contexts/plp.d.ts +1 -1
  76. package/types/contexts/contexts/session.d.ts +1 -0
  77. package/types/contexts/hooks/index.d.ts +12 -0
  78. package/types/layout/team-components/ProductCard/index.d.ts +1 -0
  79. package/types/layout/team-components/ProductList/index.d.ts +3 -4
  80. package/types/layout/templates/LPLojas/Details/index.d.ts +18 -0
  81. package/types/layout/templates/LPLojas/DropDown/index.d.ts +10 -0
  82. package/types/layout/templates/LPLojas/index.d.ts +18 -0
  83. package/types/layout/templates/PDP/index.d.ts +1 -2
  84. package/types/layout/templates/PLP/index.d.ts +1 -1
  85. package/types/layout/templates/Politicas/index.d.ts +27 -0
  86. package/types/layout/templates/QuickShop/index.d.ts +2 -2
@@ -0,0 +1,3 @@
1
+ import { LPStoresClientWrapperProps } from '../../../types/cms/ContentTypes/LPLojas';
2
+
3
+ export declare const LPStoresClientWrapper: ({ content, data, showVendor, ICONS, entity, LPLOJAS_TEMPLATE_RETURN_BUTTON, }: LPStoresClientWrapperProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,3 @@
1
+ import { LPLojasContentProps } from '../../../types/cms/ContentTypes/LPLojas';
2
+
3
+ export declare const LPLojasContent: ({ LPLOJAS_TEMPLATE_RETURN_BUTTON, ICONS, entity, showVendor, LPStoresClientWrapper, ...props }: LPLojasContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,6 @@
1
+ import { StoreMetaData } from '../../../types/layout/templates/LPLojas';
2
+
3
+ export declare const orderCities: (stores: StoreMetaData[]) => StoreMetaData[];
4
+ export declare const flattenStores: (groupedStores: Record<string, StoreMetaData[]>) => StoreMetaData[];
5
+ export declare const groupByState: (stores: StoreMetaData[]) => Record<string, StoreMetaData[]>;
6
+ export declare const sortObjectKeys: <T>(obj: Record<string, T> | undefined) => Record<string, T>;
@@ -0,0 +1,3 @@
1
+ import { PolicyPageContentProps } from '../../../types/cms/ContentTypes/PolicyPage';
2
+
3
+ export declare const PolicyPageContent: ({ slug, Politicas, SectionZone, oneTrust, ...props }: PolicyPageContentProps) => Promise<import("react/jsx-runtime").JSX.Element | null>;
@@ -1,7 +1,7 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import { BannerSectionType, IBannerSectionTypeComponent } from '../../../types/cms/Sections/Banner';
3
3
 
4
- export declare const BannerSection: ({ data, className, priority, creative, ...props }: IBannerSectionTypeComponent & {
4
+ export declare const BannerSection: ({ data, className, priority, creative, name, ...props }: IBannerSectionTypeComponent & {
5
5
  imgStyles?: HTMLAttributes<HTMLImageElement>["style"];
6
6
  } & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const SingleBannerSection: (data: BannerSectionType) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import { BennefitsBarProps } from '../../../types/cms/Sections/BennefitsBar';
2
2
 
3
- export declare const BennefitsBarSection: ({ data, CONSTANTS }: BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const BennefitsBarSection: ({ data, name, CONSTANTS }: BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
@@ -4,5 +4,5 @@ export declare function generateBennefitsBarSection({ ICONS }: {
4
4
  ICONS: ICONSType;
5
5
  }): import('../../../types/cms/Factories').ISection;
6
6
  export declare const Component: {
7
- 'Bennefits Bar': ({ data, CONSTANTS }: import('../../../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
7
+ 'Bennefits Bar': ({ data, name, CONSTANTS }: import('../../../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
8
8
  };
@@ -1,4 +1,4 @@
1
1
  import { EmbedLiveProps } from 'libs/multi-lib/src/types/cms/Sections/EmbedLive';
2
2
 
3
- declare const EmbedLive: ({ data }: EmbedLiveProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const EmbedLive: ({ data, name }: EmbedLiveProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export default EmbedLive;
@@ -1,3 +1,3 @@
1
1
  import { NewsLetterSectionType } from '../../../types/cms/Sections/Newsletter';
2
2
 
3
- export declare const NewsletterSection: ({ data: { componentIndex, ...props }, CONSTANTS, }: NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const NewsletterSection: ({ data: { componentIndex, ...props }, name, CONSTANTS, }: NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import { PopupModalSectionProps } from '../../../types/cms/Sections/PopupModal';
2
2
 
3
- export declare const PopupModalSection: ({ data, CONSTANTS, }: PopupModalSectionProps) => import("react/jsx-runtime").JSX.Element | null;
3
+ export declare const PopupModalSection: ({ data, name, CONSTANTS, }: PopupModalSectionProps) => import("react/jsx-runtime").JSX.Element | null;
4
4
  export default PopupModalSection;
@@ -1,4 +1,4 @@
1
1
  import { ProductCarouselProps, PDPProductCarouselProps } from '../../../types/cms/Sections/ProductCarousel';
2
2
 
3
- export declare const PDPProductCarousel: ({ data, CONSTANTS, }: PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
4
- export declare const ProductCarousel: ({ data, CONSTANTS, searchModal, }: ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
3
+ export declare const PDPProductCarousel: ({ data, name, CONSTANTS, }: PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
4
+ export declare const ProductCarousel: ({ data, CONSTANTS, searchModal, name }: ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
@@ -1,3 +1,3 @@
1
1
  import { TextAccordionSectionProps } from '../../../types/cms/Sections/TextAccordion';
2
2
 
3
- export declare const TextAccordionSection: ({ data, id: sectionId, ICONS, className }: TextAccordionSectionProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const TextAccordionSection: ({ data, id: sectionId, ICONS, className, name }: TextAccordionSectionProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import { TextContentSectionProps } from '../../../types/cms/Sections/TextContent';
2
2
 
3
- export declare const TextContentSection: ({ data, ICONS, TEXTCONTENT_EXPANDED, className, }: TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const TextContentSection: ({ data, ICONS, TEXTCONTENT_EXPANDED, className, name }: TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
package/cms/index.d.ts CHANGED
@@ -4,24 +4,25 @@ export declare const clientCMS: {
4
4
  Banner: {
5
5
  Banner: (data: import('../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
6
6
  };
7
- BannerSection: ({ data, className, priority, creative, ...props }: import('../types/cms/Sections/Banner').IBannerSectionTypeComponent & {
7
+ BannerSection: ({ data, className, priority, creative, name, ...props }: import('../types/cms/Sections/Banner').IBannerSectionTypeComponent & {
8
8
  imgStyles?: import('react').HTMLAttributes<HTMLImageElement>["style"];
9
9
  } & import('react').HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
10
- BennefitsBarSection: ({ data, CONSTANTS }: import('../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
10
+ BennefitsBarSection: ({ data, name, CONSTANTS }: import('../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
11
11
  SingleBannerSection: (data: import('../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
12
- TextContentSection: ({ data, ICONS, TEXTCONTENT_EXPANDED, className, }: import('../types/cms/Sections/TextContent').TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
12
+ TextContentSection: ({ data, ICONS, TEXTCONTENT_EXPANDED, className, name }: import('../types/cms/Sections/TextContent').TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
13
13
  BannerCarousel: (data: import('../types/cms/Sections/BannerCarousel').BannerCarouselProps) => import("react/jsx-runtime").JSX.Element;
14
- TextAccordionSection: ({ data, id: sectionId, ICONS, className }: import('../types/cms/Sections/TextAccordion').TextAccordionSectionProps) => import("react/jsx-runtime").JSX.Element;
14
+ TextAccordionSection: ({ data, id: sectionId, ICONS, className, name }: import('../types/cms/Sections/TextAccordion').TextAccordionSectionProps) => import("react/jsx-runtime").JSX.Element;
15
15
  TipbarScreening: ({ CONSTANTS, data }: import('../types/cms/ContentTypes/Tipbar').TipbarScreeningProps) => import("react/jsx-runtime").JSX.Element;
16
16
  ImageGrid: (data: import('../types/cms/Sections/ImageGrid').ImageGridSectionType) => import("react/jsx-runtime").JSX.Element;
17
17
  SearchPageScreening: ({ children, data, SectionZone, className, }: import('../types/cms/ContentTypes/Search').SearchPageScrenningProps) => import("react/jsx-runtime").JSX.Element;
18
18
  SearchContent: ({ SectionZone, name, storeId, previewId, }: import('../types/cms/ContentTypes/Search').SearchContentProps) => import("react/jsx-runtime").JSX.Element;
19
- NewsletterSection: ({ data: { componentIndex, ...props }, CONSTANTS, }: import('../types/cms/Sections/Newsletter').NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
20
- PDPProductCarousel: ({ data, CONSTANTS, }: import('../types/cms/Sections/ProductCarousel').PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
21
- ProductCarousel: ({ data, CONSTANTS, searchModal, }: import('../types/cms/Sections/ProductCarousel').ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
22
- EmbedLive: ({ data }: import('../types/cms/Sections/EmbedLive').EmbedLiveProps) => import("react/jsx-runtime").JSX.Element;
23
- PopupModalSection: ({ data, CONSTANTS, }: import('../types/cms/Sections/PopupModal').PopupModalSectionProps) => import("react/jsx-runtime").JSX.Element | null;
19
+ NewsletterSection: ({ data: { componentIndex, ...props }, name, CONSTANTS, }: import('../types/cms/Sections/Newsletter').NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
20
+ PDPProductCarousel: ({ data, name, CONSTANTS, }: import('../types/cms/Sections/ProductCarousel').PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
21
+ ProductCarousel: ({ data, CONSTANTS, searchModal, name }: import('../types/cms/Sections/ProductCarousel').ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[] | null;
22
+ EmbedLive: ({ data, name }: import('../types/cms/Sections/EmbedLive').EmbedLiveProps) => import("react/jsx-runtime").JSX.Element;
23
+ PopupModalSection: ({ data, name, CONSTANTS, }: import('../types/cms/Sections/PopupModal').PopupModalSectionProps) => import("react/jsx-runtime").JSX.Element | null;
24
24
  SectionZone: import('react').FunctionComponent<import('../types/cms/Sections/SectionZone').SectionZoneProps>;
25
+ LPStoresClientWrapper: ({ content, data, showVendor, ICONS, entity, LPLOJAS_TEMPLATE_RETURN_BUTTON, }: import('../types/cms/ContentTypes/LPLojas').LPStoresClientWrapperProps) => import("react/jsx-runtime").JSX.Element | null;
25
26
  };
26
27
  helpers: typeof helpers;
27
28
  };
package/cms/server.d.ts CHANGED
@@ -41,5 +41,7 @@ export declare const serverCMS: {
41
41
  SearchPageContent: ({ children, SectionZone, className, ...props }: import('../types/cms/ContentTypes/Search').SearchPageContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
42
42
  HelpButtonContent: ({ HelpButton, ICONS, className, ...props }: import('../types/cms/ContentTypes/HelpButton').HelpButtonContentProps) => Promise<import("react/jsx-runtime").JSX.Element | null>;
43
43
  LPCadastroContent: ({ SectionZone, LPCadastro, ...props }: import('../types/layout/templates/LPCadastro').LPCadastroContentTypeProps) => Promise<import("react/jsx-runtime").JSX.Element | null>;
44
+ LPLojasContent: ({ LPLOJAS_TEMPLATE_RETURN_BUTTON, ICONS, entity, showVendor, LPStoresClientWrapper, ...props }: import('../types/cms/ContentTypes/LPLojas').LPLojasContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
45
+ PolicyPageContent: ({ slug, Politicas, SectionZone, oneTrust, ...props }: import('../types/cms/ContentTypes/PolicyPage').PolicyPageContentProps) => Promise<import("react/jsx-runtime").JSX.Element | null>;
44
46
  };
45
47
  };
@@ -1,5 +1,5 @@
1
1
  import { ISessionContext, SessionProviderProps } from '../../types/contexts/contexts/session';
2
2
 
3
- declare const SessionProvider: ({ children, AUTH_TOKEN_COOKIE, accountName, }: SessionProviderProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const SessionProvider: ({ children, AUTH_TOKEN_COOKIE }: SessionProviderProps) => import("react/jsx-runtime").JSX.Element;
4
4
  declare const useSession: () => ISessionContext;
5
5
  export { SessionProvider, useSession };
@@ -0,0 +1,6 @@
1
+ import { LPStoreContextProps, LPStoreProviderProps } from '../../../types/layout/templates/LPLojas';
2
+
3
+ declare const LPStoreContext: import('react').Context<LPStoreContextProps>;
4
+ declare const LPStoreProvider: ({ children, data }: LPStoreProviderProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const useLPStoreContext: () => LPStoreContextProps;
6
+ export { LPStoreContext, LPStoreProvider, useLPStoreContext };
@@ -0,0 +1,7 @@
1
+ import { SimilarsOptions } from '../../types/contexts/hooks';
2
+
3
+ export declare function useSimilars(productId: string | undefined, options: SimilarsOptions): {
4
+ items: any[];
5
+ loadSimilars: () => void;
6
+ clearCache: () => void;
7
+ };
@@ -117,12 +117,16 @@ export declare const contexts: {
117
117
  };
118
118
  session: {
119
119
  hook: () => import('../types/contexts/contexts/session').ISessionContext;
120
- provider: ({ children, AUTH_TOKEN_COOKIE, accountName, }: import('../types/contexts/contexts/session').SessionProviderProps) => import("react/jsx-runtime").JSX.Element;
120
+ provider: ({ children, AUTH_TOKEN_COOKIE }: import('../types/contexts/contexts/session').SessionProviderProps) => import("react/jsx-runtime").JSX.Element;
121
121
  };
122
122
  ui: {
123
123
  hook: () => import('../types/contexts/contexts/cart').UIContextProps;
124
124
  provider: ({ children, ...props }: import('../types/contexts/contexts/cart').UIProviderProps) => import("react/jsx-runtime").JSX.Element;
125
125
  };
126
+ lpStore: {
127
+ hook: () => import('../types/layout/templates/LPLojas').LPStoreContextProps;
128
+ provider: ({ children, data }: import('../types/layout/templates/LPLojas').LPStoreProviderProps) => import("react/jsx-runtime").JSX.Element;
129
+ };
126
130
  };
127
131
  hooks: {
128
132
  useBackPDC: ({ gridScrollBack }: import('../types/contexts/hooks').UseBackPDCProps) => void;
@@ -1,2 +1,3 @@
1
1
  export * from './kit';
2
2
  export * from './product/info';
3
+ export * from './product/similars';
@@ -1,7 +1,11 @@
1
- import { TEXTURE_IMAGEType } from '../../../../../types/constants';
1
+ import { FetchFunctionsProps } from '../../../../../types/data/api';
2
2
 
3
- export declare const getSimilars: ({ productId, TEXTURE_IMAGE, apiUrl }: {
4
- productId: string;
5
- TEXTURE_IMAGE: TEXTURE_IMAGEType;
6
- apiUrl: string;
7
- }) => Promise<import('../../../../../types/data/api/catalog/product').SimilarType[]>;
3
+ import * as yup from 'yup';
4
+ declare const schema: yup.ObjectSchema<{
5
+ productId: number;
6
+ }, yup.AnyObject, {
7
+ productId: undefined;
8
+ }, "">;
9
+ type SchemaType = yup.InferType<typeof schema>;
10
+ export declare function getCatalogSimilars({ apiUrl, body, fetchOptions }: FetchFunctionsProps<SchemaType>): Promise<any>;
11
+ export {};
@@ -10,12 +10,12 @@ declare const schemaShipping: yup.ObjectSchema<{
10
10
  selectedAddresses: {
11
11
  number?: string | null | undefined;
12
12
  state?: string | null | undefined;
13
- street?: string | null | undefined;
14
- city?: string | null | undefined;
15
13
  complement?: string | null | undefined;
14
+ city?: string | null | undefined;
16
15
  neighborhood?: string | null | undefined;
17
16
  receiverName?: string | null | undefined;
18
17
  reference?: string | null | undefined;
18
+ street?: string | null | undefined;
19
19
  country: string;
20
20
  postalCode: string;
21
21
  addressId: string;
@@ -57,5 +57,5 @@ export type SearchFieldsMasterData = yup.InferType<typeof searchFieldsSchema>;
57
57
  * The dataEntityName parameter specifies the data entity to search.
58
58
  * The queryParams object allows you to filter the search based on various criteria.
59
59
  */
60
- export declare function getSearchMasterdata({ apiUrl, body, fetchOptions, }: FetchFunctionsProps<SchemaType>): Promise<any>;
60
+ export declare function getSearchMasterdata({ apiUrl, body, fetchOptions, }: FetchFunctionsProps<SchemaType>): Promise<unknown[] | undefined>;
61
61
  export {};
@@ -0,0 +1,3 @@
1
+ import { FetchFunctionsProps } from 'libs/multi-lib/src/types/data/api';
2
+
3
+ export declare function getUserData({ apiUrl, extraData, fetchOptions }: FetchFunctionsProps<any>): Promise<any>;