contentoh-components-library 21.5.94 → 21.5.96

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 (70) hide show
  1. package/dist/ai/utils/compare-strings.js +45 -0
  2. package/dist/components/atoms/GeneralButton/styles.js +1 -1
  3. package/dist/components/atoms/GeneralInput/index.js +249 -54
  4. package/dist/components/atoms/GeneralInput/styles.js +7 -3
  5. package/dist/components/atoms/InputFormatter/index.js +223 -68
  6. package/dist/components/atoms/InputFormatter/styles.js +20 -4
  7. package/dist/components/molecules/StatusAsignationInfo/index.js +11 -1
  8. package/dist/components/molecules/TabsMenu/index.js +13 -1
  9. package/dist/components/molecules/TagAndInput/index.js +364 -24
  10. package/dist/components/molecules/TagAndInput/styles.js +2 -2
  11. package/dist/components/organisms/ChangeStatusModal/index.js +531 -0
  12. package/dist/components/organisms/ChangeStatusModal/styles.js +85 -0
  13. package/dist/components/organisms/FullProductNameHeader/index.js +6 -22
  14. package/dist/components/organisms/InputGroup/index.js +22 -18
  15. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +150 -337
  16. package/dist/components/pages/ProviderProductEdition/context/provider-product-edition.context.js +15 -15
  17. package/dist/components/pages/ProviderProductEdition/index.js +395 -361
  18. package/dist/components/pages/ProviderProductEdition/utils.js +1 -0
  19. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +125 -211
  20. package/dist/components/pages/RetailerProductEdition/context/provider-product-edition.context.js +59 -260
  21. package/dist/components/pages/RetailerProductEdition/context/reducers/product.js +50 -38
  22. package/dist/components/pages/RetailerProductEdition/index.js +1741 -2239
  23. package/dist/components/pages/RetailerProductEdition/styles.js +4 -2
  24. package/dist/components/pages/RetailerProductEdition/utils.js +251 -2
  25. package/dist/contexts/AiProductEdition.js +244 -160
  26. package/dist/global-files/statusDictionary.js +103 -0
  27. package/package.json +4 -2
  28. package/src/ai/utils/compare-strings.js +45 -0
  29. package/src/assets/images/Icons/arrow.png +0 -0
  30. package/src/assets/images/Icons/cancel.png +0 -0
  31. package/src/assets/images/Icons/ia-icon.png +0 -0
  32. package/src/assets/images/Icons/loading.svg +5 -0
  33. package/src/assets/images/Icons/reload.png +0 -0
  34. package/src/components/atoms/GeneralButton/styles.js +4 -0
  35. package/src/components/atoms/GeneralInput/index.js +241 -60
  36. package/src/components/atoms/GeneralInput/styles.js +81 -0
  37. package/src/components/atoms/InputFormatter/index.js +200 -51
  38. package/src/components/atoms/InputFormatter/styles.js +284 -0
  39. package/src/components/atoms/RetailerSelector/RetailerSelector.stories.js +10 -0
  40. package/src/components/atoms/RetailerSelector/index.js +3 -0
  41. package/src/components/atoms/RetailerSelector/styles.js +0 -0
  42. package/src/components/molecules/StatusAsignationInfo/index.js +9 -1
  43. package/src/components/molecules/TabsMenu/index.js +12 -0
  44. package/src/components/molecules/TagAndInput/index.js +294 -21
  45. package/src/components/molecules/TagAndInput/styles.js +59 -17
  46. package/src/components/organisms/ChangeStatusModal/index.jsx +488 -0
  47. package/src/components/organisms/ChangeStatusModal/styles.js +333 -0
  48. package/src/components/organisms/FullProductNameHeader/index.js +4 -28
  49. package/src/components/organisms/FullTabsMenu/index.js +1 -1
  50. package/src/components/organisms/InputGroup/index.js +12 -4
  51. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +174 -202
  52. package/src/components/pages/ProviderProductEdition/context/provider-product-edition.context.jsx +14 -14
  53. package/src/components/pages/ProviderProductEdition/index.js +497 -437
  54. package/src/components/pages/ProviderProductEdition/utils.js +2 -2
  55. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +136 -243
  56. package/src/components/pages/RetailerProductEdition/context/provider-product-edition.context.jsx +575 -0
  57. package/src/components/pages/RetailerProductEdition/context/provider-product-edition.reducer.js +62 -0
  58. package/src/components/pages/RetailerProductEdition/context/reducers/active-state.js +344 -0
  59. package/src/components/pages/RetailerProductEdition/context/reducers/inputs.js +155 -0
  60. package/src/components/pages/RetailerProductEdition/context/reducers/product.js +114 -0
  61. package/src/components/pages/RetailerProductEdition/context/reducers/system.js +60 -0
  62. package/src/components/pages/RetailerProductEdition/index.js +1563 -1717
  63. package/src/components/pages/RetailerProductEdition/index_old.js +1979 -0
  64. package/src/components/pages/RetailerProductEdition/stories/Auditor.stories.js +101 -0
  65. package/src/components/pages/RetailerProductEdition/stories/ImageEditor.stories.js +115 -0
  66. package/src/components/pages/RetailerProductEdition/stories/TextEditor.stories.js +174 -0
  67. package/src/components/pages/RetailerProductEdition/styles.js +67 -2
  68. package/src/components/pages/RetailerProductEdition/utils.js +240 -0
  69. package/src/contexts/AiProductEdition.jsx +347 -0
  70. package/src/global-files/statusDictionary.js +103 -0
@@ -14,6 +14,7 @@ var normalizeProduct = function normalizeProduct(product) {
14
14
  return {
15
15
  id_retailer: rel.id_retailer || rel.retailer_id,
16
16
  retailer: rel.retailer_name || rel.retailerName,
17
+ name: rel.retailer_name || rel.retailerName,
17
18
  id_category: rel.id_category,
18
19
  category: rel.category_name || rel.categoryName,
19
20
  image: "https://content-management-images.s3.amazonaws.com/retailers/".concat(rel.id_retailer || rel.retailer_id, ".png")
@@ -31,261 +31,175 @@ RetailerProductEditionDefault.args = {
31
31
  "Ficha técnica": false,
32
32
  Imágenes: false
33
33
  },
34
- token: "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIzOWE5MDMwOS04MWNkLTQ4ZGYtODZmYi1iMjJjNGEwZTA1NTkiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwiY29nbml0bzp1c2VybmFtZSI6IjM5YTkwMzA5LTgxY2QtNDhkZi04NmZiLWIyMmM0YTBlMDU1OSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiJmOGMyYWZlYS01MDFjLTRiZDItOWVkMS1lNTYyOTNhM2RkZWIiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTc2MDYzNjU2NywibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTc2MDY0MDE2NywiaWF0IjoxNzYwNjM2NTY3LCJlbWFpbCI6ImVzcGVjaWFsaXN0YXRleHRvc2RldkBhbGxmcmVlbWFpbC5uZXQifQ.hcliXw44sm09Z3Lq4MgUp9Pgfmp0EIWL5fMBqCtnGJDKG1rtbbb19GqVqRZNt7H4C4n-5SvA_-UwGP_8_tFYqVQsGedecVB-dvhQMaiIV7OvwbMQq9JxLcygsAoJkWc54AEidxj4wXn7Jczxi8v_9STpBQo2ks4Vo8GyhHDQFd1mxmuXzr-7PVR5FHDr6dqUUaQn1RjUftTnabGRwUYbHo1WKyOPpNpSvK0HGmn8csP8ldU6111t-lA_Q9cF3y1Rcx_TFSAZfKAn-Jqa9I1Wp7l6bJ8o6QK0L5kJykJfpsjgTyoJuVj7-puv-a9-BEXEwyEAwrYbXm9eTpjXXsRhmw",
34
+ token: "eyJraWQiOiJEV3owZnNieXg2MXNFcVduN3RCXC81bVhod3ZNbFZIOTgwUnZcL3RjT0lKdEk9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI4ZDAxMDIxNC01YmZhLTQzYzMtOTZmYi1jNTU2ZGMwNTc3NGIiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfbFN6UVo0WjdSIiwiY29nbml0bzp1c2VybmFtZSI6IjhkMDEwMjE0LTViZmEtNDNjMy05NmZiLWM1NTZkYzA1Nzc0YiIsImF1ZCI6IjUyZDlza2tkY2c4cWpwODhvb2sxdXNlNm1rIiwiZXZlbnRfaWQiOiI1MDgwMTVmMy1mZGVkLTQ2ODUtYTIxNy1mYzgyMTg0ZWRmNGMiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTc2ODI1MzE3NywibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTc2ODI1Njc3NywiaWF0IjoxNzY4MjUzMTc3LCJlbWFpbCI6ImthcmFmZTMyMThAbW9tMmtpZC5jb20ifQ.QiZiscuTvrur0g328Zmh2bI-kZyg7YO_T5jT63096JNuSxGnX9wpK87cVTV1dED4ruD-2NMsgLShUIMcklAg17FL6i5_vCuB1dSIDY0LaybvSpriFJaVVdMUIMGFi_1Q7bI9qqyXYkevcf-HO33vVPdU-_-4-u8YRd-QganUk35vPYPh9vFJWbC0Qtvv25ZR4L2xuRIXx4e7StlTvZXysnYL8A84jkK1zn6d77V-9GqQQW8exO6sBW7R6cGt55vnF80NIfG_9lAqCK0PcZH4o50aqrAVhtfV5edlEmXBHeGK5R3Sz5iTeKb51QF3TWVFZCYGvQJ7FShulUWHcm3X2Q",
35
35
  productSelected: {
36
- "articleId": 18193,
36
+ "articleId": 145188,
37
37
  "services": {
38
38
  "datasheets": 1,
39
39
  "descriptions": 1,
40
40
  "images": 1
41
41
  },
42
- "orderId": 7707,
43
- "city": "",
44
- "status": "AA",
42
+ "orderId": 10451,
43
+ "city": "CDMX, México",
44
+ "status": "AS",
45
45
  "datasheet_status": "AA",
46
46
  "prio": "none",
47
- "version": 30,
48
- "description_status": "AA",
47
+ "version": 3,
48
+ "description_status": "CA",
49
49
  "images_status": "AA",
50
50
  "statusByRetailer": [{
51
- "status": "AA",
51
+ "retailer_id": 2,
52
52
  "service": "datasheet",
53
- "retailer_id": 12,
54
- "task_user_group_id": 5
55
- }, {
56
53
  "status": "AA",
54
+ "task_user_group_id": 2
55
+ }, {
56
+ "retailer_id": 2,
57
57
  "service": "description",
58
- "retailer_id": 12,
59
- "task_user_group_id": 5
58
+ "status": "CA",
59
+ "task_user_group_id": 2
60
60
  }, {
61
- "status": "AA",
61
+ "retailer_id": 2,
62
62
  "service": "images",
63
- "retailer_id": 12,
64
- "task_user_group_id": 5
63
+ "status": "AA",
64
+ "task_user_group_id": 2
65
65
  }],
66
66
  "article": {
67
- "id_article": 18193,
68
- "id_category": "157",
69
- "brand": "Axion",
70
- "name": "Detergente lavatrastes líquido Axion limón 900 ml",
71
- "upc": "7509546052977",
72
- "sku": null,
73
- "timestamp": "2021-10-09T16:33:17.000Z",
67
+ "id_article": 145188,
68
+ "id_category": "5739",
69
+ "brand": null,
70
+ "name": "Pantalla",
71
+ "upc": "91449",
72
+ "sku": "144",
73
+ "timestamp": "2026-04-24T16:09:39.000Z",
74
74
  "active": 1,
75
- "company_id": 226,
76
- "company_name": "COLGATE PALMOLIVE S.A. DE C.V.",
75
+ "company_id": 291,
76
+ "company_name": "LATAM LOGISTICS",
77
77
  "country": "México",
78
- "id_order": 7707,
79
- "id_datasheet_especialist": 498,
78
+ "id_order": 10451,
79
+ "id_datasheet_especialist": 426,
80
80
  "id_datasheet_facilitator": null,
81
- "id_description_especialist": 498,
81
+ "id_description_especialist": 426,
82
82
  "id_description_facilitator": null,
83
- "id_images_especialist": 1460,
83
+ "id_images_especialist": 427,
84
84
  "id_images_facilitator": null,
85
- "id_auditor": 1254,
85
+ "id_auditor": 425,
86
86
  "id_recepcionist": null,
87
- "category": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
87
+ "category": "Tecnología y Electrónica|Televisores|Pantallas",
88
88
  "categoryRetailer": [{
89
- "id_category": 157,
90
- "id_retailer": 17,
91
- "category_name": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
92
- "retailer_name": "Genérico"
93
- }, {
94
- "id_category": 3430,
95
- "id_retailer": 12,
96
- "category_name": "Departamento General La Comer|Departamento General|Departamento General",
97
- "retailer_name": "La Comer"
98
- }, {
99
- "id_category": 3433,
100
- "id_retailer": 24,
101
- "category_name": "Limpieza Del Hogar|Limpieza Del Hogar|Limpieza Del Hogar",
102
- "retailer_name": "Alsuper"
103
- }, {
104
- "id_category": 3456,
105
- "id_retailer": 41,
106
- "category_name": "Categoría Genérica Chapa|Categoría Genérica|Categoría Genérica",
107
- "retailer_name": "Chapa"
108
- }, {
109
- "id_category": 3499,
110
- "id_retailer": 20,
111
- "category_name": "Consumibles Cornershop|Consumibles|Consumibles",
112
- "retailer_name": "Cornershop"
113
- }, {
114
- "id_category": 3507,
115
- "id_retailer": 38,
116
- "category_name": "Hogar|Artículos de Limpieza|Multiusos",
117
- "retailer_name": "Del Sol"
118
- }, {
119
- "id_category": 3562,
120
- "id_retailer": 29,
121
- "category_name": "Consumibles Farmacias del Ahorro|Consumibles|Consumibles",
122
- "retailer_name": "Farmacias del Ahorro"
123
- }, {
124
- "id_category": 3588,
125
- "id_retailer": 8,
126
- "category_name": "Hogar|Limpieza|Lavatrastes",
127
- "retailer_name": "Fragua"
128
- }, {
129
- "id_category": 3604,
130
- "id_retailer": 18,
131
- "category_name": "Categoría Genérica Google|Categoría Genérica|Categoría Genérica",
132
- "retailer_name": "Google"
133
- }, {
134
- "id_category": 3741,
135
- "id_retailer": 6,
136
- "category_name": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
137
- "retailer_name": "HEB"
138
- }, {
139
- "id_category": 4780,
140
- "id_retailer": 27,
141
- "category_name": "Categoría Genérica IMPIRA México|Categoría Genérica|Categoría Genérica",
142
- "retailer_name": "IMPIRA México"
143
- }, {
144
- "id_category": 4796,
145
- "id_retailer": 39,
146
- "category_name": "Limpieza y Hogar|Limpieza General|Limpieza General",
147
- "retailer_name": "Justo"
148
- }, {
149
- "id_category": 4835,
150
- "id_retailer": 7,
151
- "category_name": "Categoría Genérica Mega|Categoría Genérica|Categoría Genérica",
152
- "retailer_name": "Mega"
153
- }, {
154
- "id_category": 4853,
155
- "id_retailer": 33,
156
- "category_name": "Cuidado Hogar|Lavatrastes|Lavatrastes Liquidos",
157
- "retailer_name": "Merza"
158
- }, {
159
- "id_category": 4873,
160
- "id_retailer": 36,
161
- "category_name": "Productos del Hogar|Productos del Hogar|Productos del Hogar",
162
- "retailer_name": "Oxxo"
163
- }, {
164
- "id_category": 4911,
165
- "id_retailer": 16,
166
- "category_name": "Categoría Genérica Rappi|Categoría Genérica|Categoría Genérica",
167
- "retailer_name": "Rappi"
168
- }, {
169
- "id_category": 5918,
170
- "id_retailer": 4,
171
- "category_name": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
172
- "retailer_name": "Walmart Super y Superama"
173
- }, {
174
- "id_category": 7126,
175
- "id_retailer": 13,
176
- "category_name": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
177
- "retailer_name": "Soriana"
178
- }, {
179
- "id_category": 7196,
180
- "id_retailer": 5,
181
- "category_name": "Categoría Consumibles Chedraui|Consumibles|Productos de Limpieza y Lavandería",
182
- "retailer_name": "Chedraui"
89
+ "id_category": 5739,
90
+ "id_retailer": 2,
91
+ "category_name": "Tecnología y Electrónica|Televisores|Pantallas",
92
+ "retailer_name": "Walmart Mercancías Generales"
183
93
  }]
184
94
  },
185
95
  "retailers": [{
186
- "id": 4,
187
- "name": "Walmart Super y Superama"
188
- }, {
189
- "id": 5,
190
- "name": "Chedraui"
191
- }, {
192
- "id": 6,
193
- "name": "HEB"
194
- }, {
195
- "id": 8,
196
- "name": "Fragua"
197
- }, {
198
- "id": 12,
199
- "name": "La Comer"
200
- }, {
201
- "id": 13,
202
- "name": "Soriana"
203
- }, {
204
- "id": 16,
205
- "name": "Rappi"
206
- }, {
207
- "id": 17,
208
- "name": "Genérico"
209
- }, {
210
- "id": 20,
211
- "name": "Cornershop"
212
- }, {
213
- "id": 24,
214
- "name": "Alsuper"
215
- }, {
216
- "id": 29,
217
- "name": "Farmacias del Ahorro"
218
- }, {
219
- "id": 36,
220
- "name": "Oxxo"
96
+ "id": 2,
97
+ "name": "Walmart Mercancías Generales"
221
98
  }],
222
99
  "country": "México",
223
- "upc": "7509546052977"
100
+ "upc": "91449"
224
101
  },
225
102
  // location: {
226
- // product: { articleId: 126855, versionId: 3 },
227
- // state: {
228
- // withChat: true,
229
- // chatType: "product_status",
230
- // },
103
+ // product: { articleId: 126855, versionId: 3 },
104
+ // state: {
105
+ // withChat: true,
106
+ // chatType: "product_status",
107
+ // },
108
+ // },
109
+ // EDICION IMAGENES
110
+ // user: {
111
+ // "id_user": 427,
112
+ // "name": "Especialista Edición",
113
+ // "last_name": null,
114
+ // "email": "kikije1467@mtlcz.com",
115
+ // "position": "Tester",
116
+ // "telephone": null,
117
+ // "country": null,
118
+ // "id_company": 254,
119
+ // "id_cognito": "c7e5a6a4-2b3f-4d54-af98-9e09a4cbc01e",
120
+ // "birth_Date": null,
121
+ // "about_me": null,
122
+ // "zip_code": null,
123
+ // "address": null,
124
+ // "job": null,
125
+ // "id_stripe": null,
126
+ // "id_role": 8,
127
+ // "active": 1,
128
+ // "is_retailer": 0,
129
+ // "email_notify": null,
130
+ // "is_user_tech": null,
131
+ // "is_onboarding": 0,
132
+ // "membership": {
133
+ // "id": 750,
134
+ // "start_date": "2022-01-07T21:32:54.000Z",
135
+ // "end_date": "2023-01-07T21:32:54.000Z",
136
+ // "planID": 6,
137
+ // "plan": "prod_KvGd6YSTJyR3AP",
138
+ // "name": "Plan Small",
139
+ // "user_limit": "10",
140
+ // "products_limit": "1000",
141
+ // "type": "Enterprise"
142
+ // },
143
+ // "src": "https://content-management-profile-prod.s3.amazonaws.com/id-427/427.png?1775592220312"
231
144
  // },
232
- // user: {
233
- // "id_user": 442,
234
- // "name": "Especialista",
235
- // "last_name": "Textos",
236
- // "email": "especialistatextosdev@allfreemail.net",
237
- // "position": "Especialista de Imágenes",
238
- // "telephone": null,
239
- // "country": null,
240
- // "id_company": 2,
241
- // "id_role": 7,
242
- // "about_me": null,
243
- // "address": null,
244
- // "job": null,
245
- // "id_stripe": null,
246
- // "active": 1,
247
- // "email_notify": 1,
248
- // "id_cognito": "39a90309-81cd-48df-86fb-b22c4a0e0559",
249
- // "birth_Date": null,
250
- // "zip_code": null,
251
- // "is_retailer": 0,
252
- // "is_onboarding": 0,
253
- // "is_user_tech": null,
254
- // "profile_picture_ext": null,
255
- // "membership": {
256
- // "id": 2,
257
- // "start_date": "2021-11-05T02:35:12.000Z",
258
- // "end_date": "2022-11-05T02:34:49.000Z",
259
- // "planID": 1,
260
- // "plan": "prod_KtkvuFFLpOdP6e",
261
- // "name": "Plan Free",
262
- // "user_limit": "1",
263
- // "products_limit": "3",
264
- // "type": "PyMES"
265
- // },
266
- // "src": "https://content-management-profile.s3.amazonaws.com/id-442/442.png?1760636567736"
145
+ //TEXTOS
146
+ // user: {
147
+ // id_user: 426,
148
+ // name: "Especialista Textos",
149
+ // last_name: null,
150
+ // email: "karafe3218@mom2kid.com",
151
+ // position: "Tester",
152
+ // telephone: null,
153
+ // country: null,
154
+ // id_company: 254,
155
+ // id_cognito: "8d010214-5bfa-43c3-96fb-c556dc05774b",
156
+ // birth_Date: null,
157
+ // about_me: null,
158
+ // zip_code: null,
159
+ // address: null,
160
+ // job: null,
161
+ // id_stripe: null,
162
+ // id_role: 7,
163
+ // active: 1,
164
+ // is_retailer: 0,
165
+ // email_notify: null,
166
+ // is_user_tech: null,
167
+ // is_onboarding: 0,
168
+ // membership: {
169
+ // id: 750,
170
+ // start_date: "2022-01-07T21:32:54.000Z",
171
+ // end_date: "2023-01-07T21:32:54.000Z",
172
+ // planID: 6,
173
+ // plan: "prod_KvGd6YSTJyR3AP",
174
+ // name: "Plan Small",
175
+ // user_limit: "10",
176
+ // products_limit: "1000",
177
+ // type: "Enterprise",
178
+ // },
179
+ // src: "https://content-management-profile-prod.s3.amazonaws.com/id-426/426.png?1768253179478",
267
180
  // },
181
+ // AUDITORES
268
182
  user: {
269
- "id_user": 3016,
270
- "name": "Oscar",
271
- "last_name": "Serna",
272
- "email": "oserna@contentoh.com",
273
- "position": null,
183
+ "id_user": 425,
184
+ "name": "Auditor QA",
185
+ "last_name": null,
186
+ "email": "ladiboh785@mi166.com",
187
+ "position": "Tester",
274
188
  "telephone": null,
275
189
  "country": null,
276
190
  "id_company": 254,
277
- "id_cognito": "5934beeb-e8d2-4b00-b3a5-8c0fdc516e97",
191
+ "id_cognito": "23a3f496-4e38-4e12-9bf5-7f90b77a2f35",
278
192
  "birth_Date": null,
279
193
  "about_me": null,
280
194
  "zip_code": null,
281
195
  "address": null,
282
196
  "job": null,
283
197
  "id_stripe": null,
284
- "id_role": 1,
198
+ "id_role": 6,
285
199
  "active": 1,
286
200
  "is_retailer": 0,
287
- "email_notify": 1,
288
- "is_user_tech": "ADMIN-AS",
201
+ "email_notify": null,
202
+ "is_user_tech": null,
289
203
  "is_onboarding": 0,
290
204
  "membership": {
291
205
  "id": 750,
@@ -298,6 +212,6 @@ RetailerProductEditionDefault.args = {
298
212
  "products_limit": "1000",
299
213
  "type": "Enterprise"
300
214
  },
301
- "src": "https://content-management-profile-prod.s3.amazonaws.com/id-3016/3016.png?1763071181637"
215
+ "src": "https://content-management-profile-prod.s3.amazonaws.com/id-425/425.png?1778260157973"
302
216
  }
303
217
  };