contentoh-components-library 21.5.92 → 21.5.93

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/components/atoms/GeneralButton/styles.js +1 -1
  2. package/dist/components/atoms/GeneralInput/index.js +54 -245
  3. package/dist/components/atoms/GeneralInput/styles.js +3 -7
  4. package/dist/components/atoms/InputFormatter/index.js +68 -223
  5. package/dist/components/atoms/InputFormatter/styles.js +4 -20
  6. package/dist/components/molecules/StatusAsignationInfo/index.js +1 -11
  7. package/dist/components/molecules/TabsMenu/index.js +12 -13
  8. package/dist/components/molecules/TagAndInput/index.js +24 -361
  9. package/dist/components/molecules/TagAndInput/styles.js +2 -2
  10. package/dist/components/organisms/FullProductNameHeader/index.js +22 -6
  11. package/dist/components/organisms/InputGroup/index.js +18 -22
  12. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +337 -150
  13. package/dist/components/pages/ProviderProductEdition/context/provider-product-edition.context.js +15 -15
  14. package/dist/components/pages/ProviderProductEdition/index.js +362 -368
  15. package/dist/components/pages/ProviderProductEdition/utils.js +0 -1
  16. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +196 -179
  17. package/dist/components/pages/RetailerProductEdition/context/provider-product-edition.context.js +260 -59
  18. package/dist/components/pages/RetailerProductEdition/context/reducers/product.js +38 -50
  19. package/dist/components/pages/RetailerProductEdition/index.js +2234 -1716
  20. package/dist/components/pages/RetailerProductEdition/styles.js +2 -4
  21. package/dist/components/pages/RetailerProductEdition/utils.js +2 -251
  22. package/dist/contexts/AiProductEdition.js +158 -230
  23. package/package.json +2 -4
  24. package/src/components/atoms/GeneralButton/styles.js +0 -4
  25. package/src/components/atoms/GeneralInput/index.js +60 -237
  26. package/src/components/atoms/GeneralInput/styles.js +0 -81
  27. package/src/components/atoms/InputFormatter/index.js +51 -200
  28. package/src/components/atoms/InputFormatter/styles.js +0 -284
  29. package/src/components/molecules/StatusAsignationInfo/index.js +1 -9
  30. package/src/components/molecules/TabsMenu/index.js +11 -12
  31. package/src/components/molecules/TagAndInput/index.js +21 -286
  32. package/src/components/molecules/TagAndInput/styles.js +17 -59
  33. package/src/components/organisms/FullProductNameHeader/index.js +28 -4
  34. package/src/components/organisms/FullTabsMenu/index.js +1 -1
  35. package/src/components/organisms/InputGroup/index.js +4 -12
  36. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +202 -174
  37. package/src/components/pages/ProviderProductEdition/context/provider-product-edition.context.jsx +14 -14
  38. package/src/components/pages/ProviderProductEdition/index.js +452 -453
  39. package/src/components/pages/ProviderProductEdition/utils.js +2 -2
  40. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +224 -201
  41. package/src/components/pages/RetailerProductEdition/index.js +1718 -1547
  42. package/src/components/pages/RetailerProductEdition/styles.js +2 -67
  43. package/src/components/pages/RetailerProductEdition/utils.js +0 -240
  44. package/dist/ai/utils/compare-strings.js +0 -45
  45. package/dist/components/organisms/ChangeStatusModal/index.js +0 -531
  46. package/dist/components/organisms/ChangeStatusModal/styles.js +0 -85
  47. package/dist/global-files/statusDictionary.js +0 -103
  48. package/src/ai/utils/compare-strings.js +0 -45
  49. package/src/assets/images/Icons/arrow.png +0 -0
  50. package/src/assets/images/Icons/cancel.png +0 -0
  51. package/src/assets/images/Icons/ia-icon.png +0 -0
  52. package/src/assets/images/Icons/loading.svg +0 -5
  53. package/src/assets/images/Icons/reload.png +0 -0
  54. package/src/components/atoms/RetailerSelector/RetailerSelector.stories.js +0 -10
  55. package/src/components/atoms/RetailerSelector/index.js +0 -3
  56. package/src/components/atoms/RetailerSelector/styles.js +0 -0
  57. package/src/components/organisms/ChangeStatusModal/index.jsx +0 -488
  58. package/src/components/organisms/ChangeStatusModal/styles.js +0 -333
  59. package/src/components/pages/RetailerProductEdition/context/provider-product-edition.context.jsx +0 -575
  60. package/src/components/pages/RetailerProductEdition/context/provider-product-edition.reducer.js +0 -62
  61. package/src/components/pages/RetailerProductEdition/context/reducers/active-state.js +0 -344
  62. package/src/components/pages/RetailerProductEdition/context/reducers/inputs.js +0 -155
  63. package/src/components/pages/RetailerProductEdition/context/reducers/product.js +0 -114
  64. package/src/components/pages/RetailerProductEdition/context/reducers/system.js +0 -60
  65. package/src/components/pages/RetailerProductEdition/index_old.js +0 -1979
  66. package/src/components/pages/RetailerProductEdition/stories/Auditor.stories.js +0 -101
  67. package/src/components/pages/RetailerProductEdition/stories/ImageEditor.stories.js +0 -115
  68. package/src/components/pages/RetailerProductEdition/stories/TextEditor.stories.js +0 -174
  69. package/src/contexts/AiProductEdition.jsx +0 -339
  70. package/src/global-files/statusDictionary.js +0 -103
@@ -9,7 +9,6 @@ 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,
13
12
  id_category: rel.id_category,
14
13
  category: rel.category_name || rel.categoryName,
15
14
  image: `https://content-management-images.s3.amazonaws.com/retailers/${
@@ -54,7 +53,8 @@ export const normalizeProduct = (product) => {
54
53
  id_datasheet_especialist: article.id_datasheet_especialist || 0,
55
54
  id_datasheet_facilitator: article.id_datasheet_facilitator || null,
56
55
  id_description_especialist: article.id_description_especialist || 0,
57
- id_description_facilitator: article.id_description_facilitator || null,
56
+ id_description_facilitator:
57
+ 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,150 +16,222 @@ RetailerProductEditionDefault.args = {
16
16
  Imágenes: false,
17
17
  },
18
18
  token:
19
- "eyJraWQiOiJEV3owZnNieXg2MXNFcVduN3RCXC81bVhod3ZNbFZIOTgwUnZcL3RjT0lKdEk9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI4ZDAxMDIxNC01YmZhLTQzYzMtOTZmYi1jNTU2ZGMwNTc3NGIiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfbFN6UVo0WjdSIiwiY29nbml0bzp1c2VybmFtZSI6IjhkMDEwMjE0LTViZmEtNDNjMy05NmZiLWM1NTZkYzA1Nzc0YiIsImF1ZCI6IjUyZDlza2tkY2c4cWpwODhvb2sxdXNlNm1rIiwiZXZlbnRfaWQiOiI1MDgwMTVmMy1mZGVkLTQ2ODUtYTIxNy1mYzgyMTg0ZWRmNGMiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTc2ODI1MzE3NywibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTc2ODI1Njc3NywiaWF0IjoxNzY4MjUzMTc3LCJlbWFpbCI6ImthcmFmZTMyMThAbW9tMmtpZC5jb20ifQ.QiZiscuTvrur0g328Zmh2bI-kZyg7YO_T5jT63096JNuSxGnX9wpK87cVTV1dED4ruD-2NMsgLShUIMcklAg17FL6i5_vCuB1dSIDY0LaybvSpriFJaVVdMUIMGFi_1Q7bI9qqyXYkevcf-HO33vVPdU-_-4-u8YRd-QganUk35vPYPh9vFJWbC0Qtvv25ZR4L2xuRIXx4e7StlTvZXysnYL8A84jkK1zn6d77V-9GqQQW8exO6sBW7R6cGt55vnF80NIfG_9lAqCK0PcZH4o50aqrAVhtfV5edlEmXBHeGK5R3Sz5iTeKb51QF3TWVFZCYGvQJ7FShulUWHcm3X2Q",
19
+ "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIzOWE5MDMwOS04MWNkLTQ4ZGYtODZmYi1iMjJjNGEwZTA1NTkiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwiY29nbml0bzp1c2VybmFtZSI6IjM5YTkwMzA5LTgxY2QtNDhkZi04NmZiLWIyMmM0YTBlMDU1OSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiJmOGMyYWZlYS01MDFjLTRiZDItOWVkMS1lNTYyOTNhM2RkZWIiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTc2MDYzNjU2NywibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTc2MDY0MDE2NywiaWF0IjoxNzYwNjM2NTY3LCJlbWFpbCI6ImVzcGVjaWFsaXN0YXRleHRvc2RldkBhbGxmcmVlbWFpbC5uZXQifQ.hcliXw44sm09Z3Lq4MgUp9Pgfmp0EIWL5fMBqCtnGJDKG1rtbbb19GqVqRZNt7H4C4n-5SvA_-UwGP_8_tFYqVQsGedecVB-dvhQMaiIV7OvwbMQq9JxLcygsAoJkWc54AEidxj4wXn7Jczxi8v_9STpBQo2ks4Vo8GyhHDQFd1mxmuXzr-7PVR5FHDr6dqUUaQn1RjUftTnabGRwUYbHo1WKyOPpNpSvK0HGmn8csP8ldU6111t-lA_Q9cF3y1Rcx_TFSAZfKAn-Jqa9I1Wp7l6bJ8o6QK0L5kJykJfpsjgTyoJuVj7-puv-a9-BEXEwyEAwrYbXm9eTpjXXsRhmw",
20
20
  productSelected: {
21
- "articleId": 145210,
21
+ "articleId": 18193,
22
22
  "services": {
23
23
  "datasheets": 1,
24
24
  "descriptions": 1,
25
25
  "images": 1
26
26
  },
27
- "orderId": 10459,
28
- "city": "CDMX, México",
29
- "status": "AC",
30
- "datasheet_status": "AC",
27
+ "orderId": 7707,
28
+ "city": "",
29
+ "status": "AA",
30
+ "datasheet_status": "AA",
31
31
  "prio": "none",
32
- "version": 3,
33
- "description_status": "AC",
34
- "images_status": "AC",
32
+ "version": 30,
33
+ "description_status": "AA",
34
+ "images_status": "AA",
35
35
  "statusByRetailer": [
36
36
  {
37
- "status": "AC",
37
+ "status": "AA",
38
38
  "service": "datasheet",
39
- "retailer_id": 13,
40
- "task_user_group_id": 4
39
+ "retailer_id": 12,
40
+ "task_user_group_id": 5
41
41
  },
42
42
  {
43
- "status": "AC",
43
+ "status": "AA",
44
44
  "service": "description",
45
- "retailer_id": 13,
46
- "task_user_group_id": 4
45
+ "retailer_id": 12,
46
+ "task_user_group_id": 5
47
47
  },
48
48
  {
49
- "status": "AC",
49
+ "status": "AA",
50
50
  "service": "images",
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
51
+ "retailer_id": 12,
52
+ "task_user_group_id": 5
107
53
  }
108
54
  ],
109
55
  "article": {
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",
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",
117
63
  "active": 1,
118
- "company_id": 291,
119
- "company_name": "LATAM LOGISTICS",
64
+ "company_id": 226,
65
+ "company_name": "COLGATE PALMOLIVE S.A. DE C.V.",
120
66
  "country": "México",
121
- "id_order": 10459,
122
- "id_datasheet_especialist": 426,
67
+ "id_order": 7707,
68
+ "id_datasheet_especialist": 498,
123
69
  "id_datasheet_facilitator": null,
124
- "id_description_especialist": 426,
70
+ "id_description_especialist": 498,
125
71
  "id_description_facilitator": null,
126
- "id_images_especialist": 427,
72
+ "id_images_especialist": 1460,
127
73
  "id_images_facilitator": null,
128
- "id_auditor": 425,
74
+ "id_auditor": 1254,
129
75
  "id_recepcionist": null,
130
- "category": "Productos de Higiene Personal|Productos de Higiene Personal|Productos de Higiene Personal",
76
+ "category": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
131
77
  "categoryRetailer": [
132
78
  {
133
- "id_category": 3561,
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,
134
116
  "id_retailer": 29,
135
- "category_name": "Abarrotes Farmacias del Ahorro|Abarrotes|Abarrotes",
117
+ "category_name": "Consumibles Farmacias del Ahorro|Consumibles|Consumibles",
136
118
  "retailer_name": "Farmacias del Ahorro"
137
119
  },
138
120
  {
139
- "id_category": 4216,
140
- "id_retailer": 70,
141
- "category_name": "Limpieza|Cuarto de Lavado|Cuarto de Lavado",
142
- "retailer_name": "Bodega Aurrera"
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"
143
149
  },
144
150
  {
145
- "id_category": 4874,
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,
146
164
  "id_retailer": 36,
147
- "category_name": "Productos de Higiene Personal|Productos de Higiene Personal|Productos de Higiene Personal",
165
+ "category_name": "Productos del Hogar|Productos del Hogar|Productos del Hogar",
148
166
  "retailer_name": "Oxxo"
149
167
  },
150
168
  {
151
- "id_category": 4941,
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,
152
182
  "id_retailer": 13,
153
- "category_name": "Supermercado Soriana|Supermercado|Supermercado",
183
+ "category_name": "Consumibles|Productos de Limpieza y Lavandería|Jabones y Lavatrastes",
154
184
  "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"
155
191
  }
156
192
  ]
157
193
  },
158
194
  "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
+ },
159
215
  {
160
216
  "id": 13,
161
217
  "name": "Soriana"
162
218
  },
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
+ },
163
235
  {
164
236
  "id": 29,
165
237
  "name": "Farmacias del Ahorro"
@@ -167,124 +239,76 @@ RetailerProductEditionDefault.args = {
167
239
  {
168
240
  "id": 36,
169
241
  "name": "Oxxo"
170
- },
171
- {
172
- "id": 70,
173
- "name": "Bodega Aurrera"
174
242
  }
175
243
  ],
176
244
  "country": "México",
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"
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"
225
289
  // },
226
290
 
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",
291
+ user: {
292
+ "id_user": 3016,
293
+ "name": "Oscar",
294
+ "last_name": "Serna",
295
+ "email": "oserna@contentoh.com",
296
+ "position": null,
273
297
  "telephone": null,
274
298
  "country": null,
275
299
  "id_company": 254,
276
- "id_cognito": "23a3f496-4e38-4e12-9bf5-7f90b77a2f35",
300
+ "id_cognito": "5934beeb-e8d2-4b00-b3a5-8c0fdc516e97",
277
301
  "birth_Date": null,
278
302
  "about_me": null,
279
303
  "zip_code": null,
280
304
  "address": null,
281
305
  "job": null,
282
306
  "id_stripe": null,
283
- "id_role": 6,
307
+ "id_role": 1,
284
308
  "active": 1,
285
309
  "is_retailer": 0,
286
- "email_notify": null,
287
- "is_user_tech": null,
310
+ "email_notify": 1,
311
+ "is_user_tech": "ADMIN-AS",
288
312
  "is_onboarding": 0,
289
313
  "membership": {
290
314
  "id": 750,
@@ -297,7 +321,6 @@ user: {
297
321
  "products_limit": "1000",
298
322
  "type": "Enterprise"
299
323
  },
300
- "src": "https://content-management-profile-prod.s3.amazonaws.com/id-425/425.png?1778260157973"
324
+ "src": "https://content-management-profile-prod.s3.amazonaws.com/id-3016/3016.png?1763071181637"
301
325
  }
302
-
303
326
  };