contentoh-components-library 21.5.93 → 21.5.95

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