addio-ecomm-sdk 1.3.77 → 1.3.78

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 (106) hide show
  1. package/.vscode/settings.json +34 -34
  2. package/README.md +79 -79
  3. package/dist/index.d.ts +203 -203
  4. package/dist/index.js +1237 -1237
  5. package/dist/lib/constants/components/CreditCardInput.d.ts +11 -11
  6. package/dist/lib/constants/components/CreditCardInput.js +65 -65
  7. package/dist/lib/constants/components/Snackbar.d.ts +11 -11
  8. package/dist/lib/constants/components/Snackbar.js +29 -29
  9. package/dist/lib/constants/contexts/CartContext/CartContextProvider.d.ts +7 -7
  10. package/dist/lib/constants/contexts/CartContext/CartContextProvider.js +640 -640
  11. package/dist/lib/constants/contexts/CartContext/index.d.ts +79 -79
  12. package/dist/lib/constants/contexts/CartContext/index.js +47 -47
  13. package/dist/lib/constants/contexts/DataContext/DataContextProvider.d.ts +15 -15
  14. package/dist/lib/constants/contexts/DataContext/DataContextProvider.js +173 -173
  15. package/dist/lib/constants/contexts/DataContext/index.d.ts +47 -47
  16. package/dist/lib/constants/contexts/DataContext/index.js +27 -27
  17. package/dist/lib/constants/contexts/LogContext/LogContextProvider.d.ts +6 -6
  18. package/dist/lib/constants/contexts/LogContext/LogContextProvider.js +40 -40
  19. package/dist/lib/constants/contexts/LogContext/index.d.ts +7 -7
  20. package/dist/lib/constants/contexts/LogContext/index.js +7 -7
  21. package/dist/lib/constants/contexts/ModalContext/ModalContextProvider.d.ts +7 -7
  22. package/dist/lib/constants/contexts/ModalContext/ModalContextProvider.js +61 -61
  23. package/dist/lib/constants/contexts/ModalContext/index.d.ts +14 -14
  24. package/dist/lib/constants/contexts/ModalContext/index.js +16 -16
  25. package/dist/lib/constants/contexts/SDKContext/SDKProvider.d.ts +8 -8
  26. package/dist/lib/constants/contexts/SDKContext/SDKProvider.js +23 -23
  27. package/dist/lib/constants/contexts/SDKContext/index.d.ts +4 -4
  28. package/dist/lib/constants/contexts/SDKContext/index.js +4 -4
  29. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContext.d.ts +4 -4
  30. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContext.js +6 -6
  31. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContextProvider.d.ts +12 -12
  32. package/dist/lib/constants/contexts/SnackbarContext/SnackbarContextProvider.js +38 -38
  33. package/dist/lib/constants/contexts/SnackbarContext/interfaces/ISnackbarContext.d.ts +19 -19
  34. package/dist/lib/constants/contexts/SnackbarContext/interfaces/ISnackbarContext.js +21 -21
  35. package/dist/lib/constants/contexts/StockNotifContext/StockNotifContextProvider.d.ts +7 -7
  36. package/dist/lib/constants/contexts/StockNotifContext/StockNotifContextProvider.js +112 -112
  37. package/dist/lib/constants/contexts/StockNotifContext/index.d.ts +10 -10
  38. package/dist/lib/constants/contexts/StockNotifContext/index.js +10 -10
  39. package/dist/lib/constants/contexts/UserContext/UserContextProvider.d.ts +5 -5
  40. package/dist/lib/constants/contexts/UserContext/UserContextProvider.js +313 -313
  41. package/dist/lib/constants/contexts/UserContext/index.d.ts +54 -54
  42. package/dist/lib/constants/contexts/UserContext/index.js +28 -28
  43. package/dist/lib/constants/contexts/WishlistContext/WishlistContextProvider.d.ts +6 -6
  44. package/dist/lib/constants/contexts/WishlistContext/WishlistContextProvider.js +231 -231
  45. package/dist/lib/constants/contexts/WishlistContext/index.d.ts +12 -12
  46. package/dist/lib/constants/contexts/WishlistContext/index.js +12 -12
  47. package/dist/lib/constants/hooks/useCart.d.ts +2 -2
  48. package/dist/lib/constants/hooks/useCart.js +11 -11
  49. package/dist/lib/constants/hooks/useData.d.ts +2 -2
  50. package/dist/lib/constants/hooks/useData.js +11 -11
  51. package/dist/lib/constants/hooks/useLogs.d.ts +2 -2
  52. package/dist/lib/constants/hooks/useLogs.js +11 -11
  53. package/dist/lib/constants/hooks/useModal.d.ts +2 -2
  54. package/dist/lib/constants/hooks/useModal.js +11 -11
  55. package/dist/lib/constants/hooks/useSDK.d.ts +2 -2
  56. package/dist/lib/constants/hooks/useSDK.js +11 -11
  57. package/dist/lib/constants/hooks/useSnackbar.d.ts +2 -2
  58. package/dist/lib/constants/hooks/useSnackbar.js +11 -11
  59. package/dist/lib/constants/hooks/useStockNotif.d.ts +2 -2
  60. package/dist/lib/constants/hooks/useStockNotif.js +11 -11
  61. package/dist/lib/constants/hooks/useUser.d.ts +2 -2
  62. package/dist/lib/constants/hooks/useUser.js +11 -11
  63. package/dist/lib/constants/hooks/useWishlist.d.ts +2 -2
  64. package/dist/lib/constants/hooks/useWishlist.js +11 -11
  65. package/dist/lib/models/image/index.d.ts +6 -6
  66. package/dist/lib/models/image/index.js +10 -10
  67. package/dist/lib/models/stockNotification/index.d.ts +13 -13
  68. package/dist/lib/models/stockNotification/index.js +70 -70
  69. package/dist/lib/models/wishlist/index.d.ts +14 -14
  70. package/dist/lib/models/wishlist/index.js +86 -86
  71. package/dist/utils/StripeErrors.d.ts +24 -24
  72. package/dist/utils/StripeErrors.js +55 -55
  73. package/dist/utils/algolia.d.ts +3 -3
  74. package/dist/utils/algolia.js +35 -35
  75. package/dist/utils/analytics.d.ts +71 -71
  76. package/dist/utils/analytics.js +246 -246
  77. package/dist/utils/cart.d.ts +3 -3
  78. package/dist/utils/cart.js +65 -65
  79. package/dist/utils/contentful.d.ts +10 -10
  80. package/dist/utils/contentful.js +63 -63
  81. package/dist/utils/functions.d.ts +21 -21
  82. package/dist/utils/functions.js +183 -183
  83. package/dist/utils/getSDK.d.ts +4 -4
  84. package/dist/utils/getSDK.js +19 -19
  85. package/dist/utils/initStoreData.d.ts +3 -3
  86. package/dist/utils/initStoreData.js +17 -17
  87. package/dist/utils/interfaces/IClientCMSData.d.ts +132 -132
  88. package/dist/utils/interfaces/IClientCMSData.js +2 -2
  89. package/dist/utils/interfaces/IEndpointResult.d.ts +10 -10
  90. package/dist/utils/interfaces/IEndpointResult.js +2 -2
  91. package/dist/utils/interfaces/IFacebookUserProfile.d.ts +10 -10
  92. package/dist/utils/interfaces/IFacebookUserProfile.js +2 -2
  93. package/dist/utils/interfaces/IFilter.d.ts +23 -23
  94. package/dist/utils/interfaces/IFilter.js +2 -2
  95. package/dist/utils/interfaces/IGoogleUserProfile.d.ts +7 -7
  96. package/dist/utils/interfaces/IGoogleUserProfile.js +2 -2
  97. package/dist/utils/interfaces/ISDKConfig.d.ts +7 -7
  98. package/dist/utils/interfaces/ISDKConfig.js +2 -2
  99. package/dist/utils/interfaces/ISpaceData.d.ts +18 -18
  100. package/dist/utils/interfaces/ISpaceData.js +2 -2
  101. package/dist/utils/larivieremeunier.d.ts +3 -3
  102. package/dist/utils/larivieremeunier.js +156 -156
  103. package/dist/utils/technosupply.d.ts +3 -3
  104. package/dist/utils/technosupply.js +155 -155
  105. package/package.json +61 -61
  106. package/publish.sh +132 -132
@@ -1,18 +1,18 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const initStoreData = async (api, token) => {
4
- const fetchData = await fetch(`${api}/store`, {
5
- method: 'GET',
6
- headers: {
7
- authorization: `Bearer ${token}`,
8
- 'Content-Type': 'application/json'
9
- }
10
- });
11
- const responseData = await fetchData.json();
12
- if (responseData.status !== 200) {
13
- throw new Error(JSON.stringify({ status: responseData.status, error: responseData.error }));
14
- }
15
- return responseData.data;
16
- };
17
- exports.default = initStoreData;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const initStoreData = async (api, token) => {
4
+ const fetchData = await fetch(`${api}/store`, {
5
+ method: 'GET',
6
+ headers: {
7
+ authorization: `Bearer ${token}`,
8
+ 'Content-Type': 'application/json'
9
+ }
10
+ });
11
+ const responseData = await fetchData.json();
12
+ if (responseData.status !== 200) {
13
+ throw new Error(JSON.stringify({ status: responseData.status, error: responseData.error }));
14
+ }
15
+ return responseData.data;
16
+ };
17
+ exports.default = initStoreData;
18
18
  //# sourceMappingURL=initStoreData.js.map
@@ -1,132 +1,132 @@
1
- export default interface IClientCMSData {
2
- readonly header: {
3
- readonly promo?: string;
4
- readonly promoLink?: string;
5
- readonly menu: {
6
- readonly showAbout: boolean;
7
- };
8
- };
9
- readonly contact: {
10
- readonly phones: {
11
- readonly name: string;
12
- readonly phone: string;
13
- }[];
14
- readonly addressLine1: string;
15
- readonly addressLine2: string;
16
- readonly addressLine3: string;
17
- readonly email: string;
18
- readonly businessHours?: {
19
- readonly title: string;
20
- readonly hours: string;
21
- };
22
- readonly banner: string;
23
- readonly businessHoursEachDay?: {
24
- readonly opening: string;
25
- readonly close: string;
26
- }[];
27
- readonly companyName: string;
28
- };
29
- readonly social?: {
30
- readonly facebook?: string;
31
- readonly twitter?: string;
32
- readonly instagram?: string;
33
- readonly pinterest?: string;
34
- };
35
- readonly products: {
36
- readonly displayTemplate: '4columns' | 'sidebar3columns' | 'sidebar2columnslist' | 'sidebar1columnlist';
37
- readonly productType: 'random' | 'new';
38
- readonly title: string;
39
- readonly buttonText: string;
40
- readonly buttonLink: string;
41
- readonly sidebar?: {
42
- readonly title: string;
43
- readonly promoIcon1: string;
44
- readonly promoTitle1: string;
45
- readonly promoDescription1: string;
46
- readonly promoIcon2: string;
47
- readonly promoTitle2: string;
48
- readonly promoDescription2: string;
49
- };
50
- };
51
- readonly callToActionBar?: {
52
- readonly logo: string;
53
- readonly title: string;
54
- readonly subtitle: string;
55
- };
56
- readonly promoProducts?: {
57
- readonly title?: string;
58
- readonly buttonText?: string;
59
- readonly buttonLink?: string;
60
- };
61
- readonly promoBanner?: {
62
- readonly type: 'fullsize' | 'contained' | 'textLeftImgRight' | 'imgLeftTextRight';
63
- readonly title: string;
64
- readonly title2: string;
65
- readonly subtitle: string;
66
- readonly buttonText: string;
67
- readonly buttonLink: string;
68
- readonly background: string;
69
- };
70
- readonly promoBlock?: {
71
- readonly title: string;
72
- readonly title2: string;
73
- readonly text: string;
74
- readonly color: 'primary' | 'secondary';
75
- }[];
76
- readonly testmponialsTitle?: string;
77
- readonly testimonials?: {
78
- readonly authorImg: string;
79
- readonly text: string;
80
- readonly stars: number;
81
- readonly authorName: string;
82
- readonly authorTitle: string;
83
- }[];
84
- readonly team?: {
85
- readonly title: string;
86
- readonly subtitle: string;
87
- readonly members: {
88
- readonly img: string;
89
- readonly name: string;
90
- readonly title: string;
91
- }[];
92
- };
93
- readonly about?: {
94
- readonly style: 'textLeft' | 'textRight';
95
- readonly title: string;
96
- readonly subtitle: string;
97
- readonly description: string;
98
- readonly itemsList: {
99
- readonly icon: string;
100
- readonly title: string;
101
- }[];
102
- readonly buttonText: string;
103
- readonly buttonLink: string;
104
- };
105
- readonly qna?: {
106
- readonly title: string;
107
- readonly banner: string;
108
- readonly catch: string;
109
- readonly catchSubtitle: string;
110
- readonly catchButtonText: string;
111
- readonly catchButtonLink: string;
112
- readonly questions: {
113
- readonly question: string;
114
- readonly answer: string;
115
- }[];
116
- };
117
- readonly map?: {
118
- readonly longitude: number;
119
- readonly latitude: number;
120
- };
121
- readonly footer: {
122
- readonly showNewProducts: boolean;
123
- readonly sections: {
124
- readonly title: string;
125
- readonly description?: string;
126
- readonly links?: {
127
- readonly title: string;
128
- readonly url: string;
129
- }[];
130
- }[];
131
- };
132
- }
1
+ export default interface IClientCMSData {
2
+ readonly header: {
3
+ readonly promo?: string;
4
+ readonly promoLink?: string;
5
+ readonly menu: {
6
+ readonly showAbout: boolean;
7
+ };
8
+ };
9
+ readonly contact: {
10
+ readonly phones: {
11
+ readonly name: string;
12
+ readonly phone: string;
13
+ }[];
14
+ readonly addressLine1: string;
15
+ readonly addressLine2: string;
16
+ readonly addressLine3: string;
17
+ readonly email: string;
18
+ readonly businessHours?: {
19
+ readonly title: string;
20
+ readonly hours: string;
21
+ };
22
+ readonly banner: string;
23
+ readonly businessHoursEachDay?: {
24
+ readonly opening: string;
25
+ readonly close: string;
26
+ }[];
27
+ readonly companyName: string;
28
+ };
29
+ readonly social?: {
30
+ readonly facebook?: string;
31
+ readonly twitter?: string;
32
+ readonly instagram?: string;
33
+ readonly pinterest?: string;
34
+ };
35
+ readonly products: {
36
+ readonly displayTemplate: '4columns' | 'sidebar3columns' | 'sidebar2columnslist' | 'sidebar1columnlist';
37
+ readonly productType: 'random' | 'new';
38
+ readonly title: string;
39
+ readonly buttonText: string;
40
+ readonly buttonLink: string;
41
+ readonly sidebar?: {
42
+ readonly title: string;
43
+ readonly promoIcon1: string;
44
+ readonly promoTitle1: string;
45
+ readonly promoDescription1: string;
46
+ readonly promoIcon2: string;
47
+ readonly promoTitle2: string;
48
+ readonly promoDescription2: string;
49
+ };
50
+ };
51
+ readonly callToActionBar?: {
52
+ readonly logo: string;
53
+ readonly title: string;
54
+ readonly subtitle: string;
55
+ };
56
+ readonly promoProducts?: {
57
+ readonly title?: string;
58
+ readonly buttonText?: string;
59
+ readonly buttonLink?: string;
60
+ };
61
+ readonly promoBanner?: {
62
+ readonly type: 'fullsize' | 'contained' | 'textLeftImgRight' | 'imgLeftTextRight';
63
+ readonly title: string;
64
+ readonly title2: string;
65
+ readonly subtitle: string;
66
+ readonly buttonText: string;
67
+ readonly buttonLink: string;
68
+ readonly background: string;
69
+ };
70
+ readonly promoBlock?: {
71
+ readonly title: string;
72
+ readonly title2: string;
73
+ readonly text: string;
74
+ readonly color: 'primary' | 'secondary';
75
+ }[];
76
+ readonly testmponialsTitle?: string;
77
+ readonly testimonials?: {
78
+ readonly authorImg: string;
79
+ readonly text: string;
80
+ readonly stars: number;
81
+ readonly authorName: string;
82
+ readonly authorTitle: string;
83
+ }[];
84
+ readonly team?: {
85
+ readonly title: string;
86
+ readonly subtitle: string;
87
+ readonly members: {
88
+ readonly img: string;
89
+ readonly name: string;
90
+ readonly title: string;
91
+ }[];
92
+ };
93
+ readonly about?: {
94
+ readonly style: 'textLeft' | 'textRight';
95
+ readonly title: string;
96
+ readonly subtitle: string;
97
+ readonly description: string;
98
+ readonly itemsList: {
99
+ readonly icon: string;
100
+ readonly title: string;
101
+ }[];
102
+ readonly buttonText: string;
103
+ readonly buttonLink: string;
104
+ };
105
+ readonly qna?: {
106
+ readonly title: string;
107
+ readonly banner: string;
108
+ readonly catch: string;
109
+ readonly catchSubtitle: string;
110
+ readonly catchButtonText: string;
111
+ readonly catchButtonLink: string;
112
+ readonly questions: {
113
+ readonly question: string;
114
+ readonly answer: string;
115
+ }[];
116
+ };
117
+ readonly map?: {
118
+ readonly longitude: number;
119
+ readonly latitude: number;
120
+ };
121
+ readonly footer: {
122
+ readonly showNewProducts: boolean;
123
+ readonly sections: {
124
+ readonly title: string;
125
+ readonly description?: string;
126
+ readonly links?: {
127
+ readonly title: string;
128
+ readonly url: string;
129
+ }[];
130
+ }[];
131
+ };
132
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=IClientCMSData.js.map
@@ -1,10 +1,10 @@
1
- import ILang from 'addio-admin-sdk/dist/utils/string';
2
- export default interface IEndpointResult {
3
- readonly data?: any;
4
- readonly error?: string | ILang;
5
- readonly status: number;
6
- readonly meta?: {
7
- readonly total: number;
8
- };
9
- readonly token?: string;
10
- }
1
+ import ILang from 'addio-admin-sdk/dist/utils/string';
2
+ export default interface IEndpointResult {
3
+ readonly data?: any;
4
+ readonly error?: string | ILang;
5
+ readonly status: number;
6
+ readonly meta?: {
7
+ readonly total: number;
8
+ };
9
+ readonly token?: string;
10
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=IEndpointResult.js.map
@@ -1,10 +1,10 @@
1
- export default interface IFacebookUserProfile {
2
- readonly first_name: string;
3
- readonly last_name: string;
4
- readonly email: string;
5
- readonly picture: {
6
- data: {
7
- url: string;
8
- };
9
- };
10
- }
1
+ export default interface IFacebookUserProfile {
2
+ readonly first_name: string;
3
+ readonly last_name: string;
4
+ readonly email: string;
5
+ readonly picture: {
6
+ data: {
7
+ url: string;
8
+ };
9
+ };
10
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=IFacebookUserProfile.js.map
@@ -1,23 +1,23 @@
1
- import ILang from 'addio-admin-sdk/dist/utils/string';
2
- export default interface IFilter {
3
- readonly name: string;
4
- readonly id: string;
5
- readonly slug: string;
6
- readonly values: IFilterValue[];
7
- }
8
- export interface IFilterValue {
9
- readonly slug: string;
10
- readonly value_name: string;
11
- readonly qte: number;
12
- }
13
- export interface ISelectedFilter {
14
- parent_id: string;
15
- parent_slug: string;
16
- values: IFilterValue[];
17
- }
18
- export interface IPriceFilter {
19
- id: string;
20
- name: ILang;
21
- min: number;
22
- max: number;
23
- }
1
+ import ILang from 'addio-admin-sdk/dist/utils/string';
2
+ export default interface IFilter {
3
+ readonly name: string;
4
+ readonly id: string;
5
+ readonly slug: string;
6
+ readonly values: IFilterValue[];
7
+ }
8
+ export interface IFilterValue {
9
+ readonly slug: string;
10
+ readonly value_name: string;
11
+ readonly qte: number;
12
+ }
13
+ export interface ISelectedFilter {
14
+ parent_id: string;
15
+ parent_slug: string;
16
+ values: IFilterValue[];
17
+ }
18
+ export interface IPriceFilter {
19
+ id: string;
20
+ name: ILang;
21
+ min: number;
22
+ max: number;
23
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=IFilter.js.map
@@ -1,7 +1,7 @@
1
- export default interface IGoogleUserProfile {
2
- readonly given_name: string;
3
- readonly family_name: string;
4
- readonly email: string;
5
- readonly picture: string;
6
- readonly locale: string;
7
- }
1
+ export default interface IGoogleUserProfile {
2
+ readonly given_name: string;
3
+ readonly family_name: string;
4
+ readonly email: string;
5
+ readonly picture: string;
6
+ readonly locale: string;
7
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=IGoogleUserProfile.js.map
@@ -1,7 +1,7 @@
1
- export default interface ISDKConfig {
2
- readonly api: string;
3
- readonly url: string;
4
- readonly org: string;
5
- readonly token: string;
6
- readonly userToken?: string;
7
- }
1
+ export default interface ISDKConfig {
2
+ readonly api: string;
3
+ readonly url: string;
4
+ readonly org: string;
5
+ readonly token: string;
6
+ readonly userToken?: string;
7
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ISDKConfig.js.map
@@ -1,18 +1,18 @@
1
- import IStore from 'addio-admin-sdk/dist/Interfaces/Store';
2
- import { IFixedPromoBanner } from 'addio-admin-sdk/dist/Interfaces/Space';
3
- export default interface ISpaceData {
4
- readonly stores: IStore[];
5
- readonly languages: string[];
6
- readonly defaultCurrency: string;
7
- readonly website_in_maintenance: boolean;
8
- readonly payments_accepted: string[];
9
- readonly deposit_amount?: number;
10
- readonly exchangeRates: {
11
- readonly [key: string]: number;
12
- };
13
- readonly fixed_promo_banner?: IFixedPromoBanner;
14
- readonly space_inventory_units?: {
15
- slug: string;
16
- roundToOneQte: boolean;
17
- }[];
18
- }
1
+ import IStore from 'addio-admin-sdk/dist/Interfaces/Store';
2
+ import { IFixedPromoBanner } from 'addio-admin-sdk/dist/Interfaces/Space';
3
+ export default interface ISpaceData {
4
+ readonly stores: IStore[];
5
+ readonly languages: string[];
6
+ readonly defaultCurrency: string;
7
+ readonly website_in_maintenance: boolean;
8
+ readonly payments_accepted: string[];
9
+ readonly deposit_amount?: number;
10
+ readonly exchangeRates: {
11
+ readonly [key: string]: number;
12
+ };
13
+ readonly fixed_promo_banner?: IFixedPromoBanner;
14
+ readonly space_inventory_units?: {
15
+ slug: string;
16
+ roundToOneQte: boolean;
17
+ }[];
18
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=ISpaceData.js.map
@@ -1,3 +1,3 @@
1
- import IClientCMSData from './interfaces/IClientCMSData';
2
- declare const larivieremeunier: IClientCMSData;
3
- export default larivieremeunier;
1
+ import IClientCMSData from './interfaces/IClientCMSData';
2
+ declare const larivieremeunier: IClientCMSData;
3
+ export default larivieremeunier;