contentoh-components-library 21.4.57 → 21.4.59

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 (120) hide show
  1. package/dist/components/atoms/Avatar/index.js +2 -3
  2. package/dist/components/atoms/CheckBox/index.js +2 -7
  3. package/dist/components/atoms/CheckBox/styles.js +1 -1
  4. package/dist/components/atoms/InputFormatter/styles.js +1 -1
  5. package/dist/components/atoms/SliderToolTip/styles.js +1 -1
  6. package/dist/components/molecules/CarouselImagesLogin/index.js +1 -1
  7. package/dist/components/molecules/HeaderTop/index.js +11 -68
  8. package/dist/components/molecules/SignInLogin/index.js +28 -36
  9. package/dist/components/molecules/StripeCardSelector/CardSelector.stories.js +2 -1
  10. package/dist/components/molecules/TagAndInput/index.js +3 -64
  11. package/dist/components/organisms/Chat/Chat.stories.js +8 -27
  12. package/dist/components/organisms/Chat/ContainerItems/index.js +3 -19
  13. package/dist/components/organisms/Chat/ContainerItems/styles.js +1 -1
  14. package/dist/components/organisms/Chat/ContentChat/index.js +197 -350
  15. package/dist/components/organisms/Chat/Footer/index.js +39 -48
  16. package/dist/components/organisms/Chat/index.js +4 -49
  17. package/dist/components/organisms/Chat/styles.js +1 -1
  18. package/dist/components/organisms/FullProductNameHeader/index.js +2 -2
  19. package/dist/components/organisms/InputGroup/index.js +48 -154
  20. package/dist/components/organisms/Modal/styles.js +1 -1
  21. package/dist/components/pages/Dashboard/index.js +2 -8
  22. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +137 -123
  23. package/dist/components/pages/ProviderProductEdition/index.js +258 -269
  24. package/dist/components/pages/ProviderProductEdition/styles.js +1 -1
  25. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +3 -7
  26. package/dist/components/pages/RetailerProductEdition/index.js +276 -278
  27. package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
  28. package/dist/components/pages/RetailerProductEdition/utils.js +2 -61
  29. package/dist/global-files/data.js +8 -21
  30. package/dist/global-files/variables.js +1 -5
  31. package/dist/index.js +58 -201
  32. package/package.json +1 -2
  33. package/src/components/atoms/Avatar/index.js +2 -8
  34. package/src/components/atoms/CheckBox/index.js +1 -4
  35. package/src/components/atoms/CheckBox/styles.js +0 -2
  36. package/src/components/atoms/InputFormatter/styles.js +1 -2
  37. package/src/components/atoms/SliderToolTip/styles.js +1 -1
  38. package/src/components/molecules/CarouselImagesLogin/index.js +1 -1
  39. package/src/components/molecules/HeaderTop/index.js +6 -52
  40. package/src/components/molecules/SignInLogin/index.js +11 -11
  41. package/src/components/molecules/StripeCardSelector/CardSelector.stories.js +2 -1
  42. package/src/components/molecules/TagAndInput/index.js +8 -52
  43. package/src/components/organisms/Chat/Chat.stories.js +7 -27
  44. package/src/components/organisms/Chat/ContainerItems/index.js +2 -18
  45. package/src/components/organisms/Chat/ContainerItems/styles.js +2 -14
  46. package/src/components/organisms/Chat/ContentChat/index.js +12 -88
  47. package/src/components/organisms/Chat/Footer/index.js +0 -11
  48. package/src/components/organisms/Chat/index.js +4 -46
  49. package/src/components/organisms/Chat/styles.js +0 -4
  50. package/src/components/organisms/FullProductNameHeader/index.js +1 -1
  51. package/src/components/organisms/InputGroup/index.js +88 -238
  52. package/src/components/organisms/Modal/styles.js +1 -4
  53. package/src/components/organisms/OrderDetail/utils/Table/utils.js +16 -6
  54. package/src/components/pages/Dashboard/index.js +1 -6
  55. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +145 -141
  56. package/src/components/pages/ProviderProductEdition/index.js +148 -145
  57. package/src/components/pages/ProviderProductEdition/styles.js +1 -5
  58. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +2 -6
  59. package/src/components/pages/RetailerProductEdition/index.js +144 -115
  60. package/src/components/pages/RetailerProductEdition/styles.js +0 -4
  61. package/src/components/pages/RetailerProductEdition/utils.js +0 -37
  62. package/src/global-files/data.js +6 -10
  63. package/src/global-files/variables.js +0 -4
  64. package/src/index.js +0 -11
  65. package/src/assets/images/Icons/info.svg +0 -8
  66. package/src/components/atoms/ImageCarousel/ImgeSlider.stories.js +0 -76
  67. package/src/components/atoms/ImageCarousel/index.js +0 -103
  68. package/src/components/atoms/ImageCarousel/styles.js +0 -79
  69. package/src/components/atoms/PercentTag/PercentTag.stories.js +0 -7
  70. package/src/components/atoms/PercentTag/index.js +0 -9
  71. package/src/components/atoms/PercentTag/styles.js +0 -69
  72. package/src/components/atoms/RatingStars/RatingStars.stories.js +0 -10
  73. package/src/components/atoms/RatingStars/index.js +0 -31
  74. package/src/components/atoms/RatingStars/styles.js +0 -28
  75. package/src/components/atoms/RetailerCatalog/RetailerCatalog.stories.js +0 -36
  76. package/src/components/atoms/RetailerCatalog/index.js +0 -49
  77. package/src/components/atoms/RetailerCatalog/styles.js +0 -30
  78. package/src/components/atoms/RetailerOption/RetailerOption.stories.js +0 -15
  79. package/src/components/atoms/RetailerOption/index.js +0 -53
  80. package/src/components/atoms/RetailerOption/styles.js +0 -41
  81. package/src/components/atoms/RetailersList/RetailersList.stories.js +0 -33
  82. package/src/components/atoms/RetailersList/index.js +0 -20
  83. package/src/components/atoms/RetailersList/styles.js +0 -19
  84. package/src/components/atoms/TabSection/styles.js +0 -23
  85. package/src/components/atoms/UserCatalog/UserCatalog.stories.js +0 -67
  86. package/src/components/atoms/UserCatalog/index.js +0 -100
  87. package/src/components/atoms/UserCatalog/styles.js +0 -24
  88. package/src/components/atoms/UserOption/UserOption.stories.js +0 -25
  89. package/src/components/atoms/UserOption/index.js +0 -95
  90. package/src/components/atoms/UserOption/styles.js +0 -61
  91. package/src/components/atoms/UserSelector/UserSelector.stories.js +0 -25
  92. package/src/components/atoms/UserSelector/index.js +0 -86
  93. package/src/components/atoms/UserSelector/styles.js +0 -55
  94. package/src/components/molecules/BoxAttribute/BoxAttribute.stories.js +0 -16
  95. package/src/components/molecules/BoxAttribute/index.js +0 -72
  96. package/src/components/molecules/BoxAttribute/styles.js +0 -41
  97. package/src/components/molecules/BoxButtons/BoxButtons.stories.js +0 -15
  98. package/src/components/molecules/BoxButtons/index.js +0 -32
  99. package/src/components/molecules/BoxButtons/styles.js +0 -43
  100. package/src/components/molecules/GridItem/GridItem.stories.js +0 -126
  101. package/src/components/molecules/GridItem/index.js +0 -105
  102. package/src/components/molecules/GridItem/styles.js +0 -104
  103. package/src/components/molecules/HeaderItem/ColumnItem.js +0 -9
  104. package/src/components/molecules/HeaderItem/HeaderItem.stories.js +0 -24
  105. package/src/components/molecules/HeaderItem/index.js +0 -26
  106. package/src/components/molecules/HeaderItem/styles.js +0 -27
  107. package/src/components/molecules/RowItem/ColumnItem.js +0 -9
  108. package/src/components/molecules/RowItem/RowItem.stories.js +0 -5660
  109. package/src/components/molecules/RowItem/index.js +0 -45
  110. package/src/components/molecules/RowItem/styles.js +0 -40
  111. package/src/components/organisms/Box/Box.stories.js +0 -17
  112. package/src/components/organisms/Box/index.js +0 -103
  113. package/src/components/organisms/Box/styles.js +0 -48
  114. package/src/components/organisms/BoxOnboarding/BoxOnboarding.stories.js +0 -17
  115. package/src/components/organisms/BoxOnboarding/index.js +0 -60
  116. package/src/components/organisms/BoxOnboarding/styles.js +0 -44
  117. package/src/components/organisms/GridProducts/GridProducts.stories.js +0 -5485
  118. package/src/components/organisms/GridProducts/index.js +0 -50
  119. package/src/components/organisms/GridProducts/styles.js +0 -14
  120. package/src/components/organisms/GridProducts/utils.js +0 -111
@@ -16,156 +16,172 @@ ProviderProductEditionDefault.args = {
16
16
  Imágenes: false,
17
17
  },
18
18
  token:
19
- "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxZmFjNjY2Ny1hMDMzLTQ1NjAtOWU5ZC01MTQwMDc2MmI2MWYiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6IjFmYWM2NjY3LWEwMzMtNDU2MC05ZTlkLTUxNDAwNzYyYjYxZiIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiI2YzMxMWNhYS1kYTI4LTQ4ZjktOTc5NC1jNzIzM2MwNmI0ZjgiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY5ODQzNTc3MCwibmFtZSI6IlJhZGlvc2NoYWNrIE9uYm9hcmRpbmciLCJwaG9uZV9udW1iZXIiOiIrNTIxMjM0NTY3ODk4IiwiZXhwIjoxNjk4NDM5MzcwLCJpYXQiOjE2OTg0MzU3NzAsImVtYWlsIjoicmFkaW9zaGFja2Ryb3BzaGlwQGFsbGZyZWVtYWlsLm5ldCJ9.oeUam133Gj8QbKe6NpRmItI1NK8sRW0mtlyJCu16syBaZk7-6NqsNhqWnYx7CNLMrtdBbTXSH1mSkzVY_J-S1OmceHtJg2Uo0iXQboRaiFOjZIKCDeFXOIgKIAFN1p_YVAvYXsNdwYwFqa4Jl1AozW4Ae4VwOWBQqpwb6vxmS_nASJpd0ZnwhHbcGkdoTsYJPDCahmMchK9lUtMjKu7bAkdkrgf8F18M94VfcSAiBEFo8EebcyV0BRtrEeoP44N-tJfZ_F_MriO3mGWi_EFGbhThp6DpLe0qlzOpIzmYtWzTHn-CiFA0ijhLqEfNjFuv__VEq3kD6Ef_1XXlnLj5aQ",
19
+ "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJmNTkyN2Y4ZS1jYmY3LTQ5MjItOWUwOS1lNjllYzBiMjczMWEiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6ImY1OTI3ZjhlLWNiZjctNDkyMi05ZTA5LWU2OWVjMGIyNzMxYSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiIwZmUxYTZjMS05MzcyLTRiNjktOTgwMi1lN2QxOGM2MzU4YzQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY5MzMzODMzMiwibmFtZSI6IklzbWFlbCBMb3BleiIsInBob25lX251bWJlciI6Iis1MjMxMTEzNjYzMzYiLCJleHAiOjE2OTMzNDE5MzIsImlhdCI6MTY5MzMzODMzMiwiZW1haWwiOiJpbG9wZXpAY29udGVudG9oLmNvbSJ9.lQwTS_RbJalEPmmpWcBsVYd8xx4tkw3U6uyW_laE6ucyHQpXSXYMfadAxxV2PZ5ObbgmX98nFKj32E2F4CxHxw3W7B1Wj7ZoGML409GjlylQ1RuVVHjwTw0OH5TtveV1JNNpts0belvzxbk5vX9E1vKoZLOKn8gO9yaFe0YawKjS0hW-P4NcjIonsNJ5KWMsh0fJCM2oAKAk8oAGZcszYHknMPF6ahf-fWeboVuK89UEsKlQukr7W8fnIePFI8aSlKM1nG0I7nOT_1734Pf-A9QQDXEwhfj8NMHHICb2c_ECgHPEspM9VxIR6Lbws-gCTSG6FTMjsIFKU3EqaQvlVw",
20
20
  articleId: 39485,
21
21
  category: 11,
22
22
  version: 3,
23
23
  productSelected: {
24
- version: 1,
25
- missing: {},
24
+ orderId: 15275,
25
+ status: "AA",
26
+ datasheet_status: "AA",
27
+ prio: "none",
28
+ version: 3,
29
+ description_status: "AA",
30
+ images_status: "AA",
31
+ brand: null,
32
+ retailerOrder: 0,
33
+ missing: {
34
+ datasheet: null,
35
+ descriptions: null,
36
+ images: null,
37
+ },
38
+ services: {
39
+ datasheets: 1,
40
+ descriptions: 1,
41
+ images: 1,
42
+ },
26
43
  article: {
27
- category: "Tecnología|Accesorios Computadora|Mouse",
28
- company_name: "Radioshack",
29
- company_id: 950,
30
- id_category: "904",
31
- id_article: 118438,
32
- name: "Mouse Gamer",
33
- upc: "3434",
44
+ category: "Abarrotes|Abarrotes Secos|Frutos Secos",
45
+ company_name: "GRUPO BRAHMA",
46
+ country: "México",
47
+ id_category: "11",
48
+ id_datasheet_especialist: 54,
49
+ id_datasheet_facilitator: 52,
50
+ id_description_especialist: 54,
51
+ id_description_facilitator: 52,
52
+ id_images_especialist: 55,
53
+ id_images_facilitator: 53,
54
+ id_order: 15275,
55
+ id_article: 39485,
56
+ id_auditor: 37,
57
+ name: "Mix de nueces",
58
+ timestamp: "2023-07-14T21:03:19.000Z",
59
+ upc: "7543453453",
34
60
  },
35
- asignations: [],
36
61
  retailers: [
37
62
  {
38
- id: 74,
39
- name: "Radioshack",
40
- country: "México",
41
- id_region: 1,
42
- active: 1,
43
- flow: 1,
63
+ id: 34,
64
+ name: "San Pablo",
44
65
  },
45
66
  ],
46
- percentage: "100",
47
- retailersAvailable: [
48
- {
49
- id: 74,
50
- name: "Radioshack",
51
- country: "México",
52
- id_region: 1,
53
- active: 1,
54
- flow: 1,
67
+ statusByRetailer: {
68
+ 34: {
69
+ datasheet: "AA",
70
+ description: "AA",
71
+ images: "AA",
55
72
  },
56
- ],
57
- upc: "3434",
58
- name: "Mouse Gamer",
59
- categoryName: "Tecnología|Accesorios Computadora|Mouse",
60
- id_category: "904",
61
- id_article: 118438,
62
- services: [
73
+ },
74
+ retailersAvailable: [
63
75
  {
64
- id_article: 118438,
65
- service: "datasheet",
66
- quantity: 1,
67
- price: 0,
68
- id_user: 349,
69
- datasheet_common: null,
70
- discount: null,
76
+ id: 34,
77
+ name: "San Pablo",
71
78
  },
72
79
  ],
80
+ categoryName: "Abarrotes|Abarrotes Secos|Frutos Secos",
81
+ upc: "7543453453",
82
+ id_article: 39485,
83
+ id_order: 15275,
73
84
  },
74
85
  productToEdit: {
75
- idCategory: "904",
76
- ArticleId: 118438,
77
- product: [
78
- {
79
- version: 1,
80
- missing: {},
81
- article: {
82
- category: "Tecnología|Accesorios Computadora|Mouse",
83
- company_name: "Radioshack",
84
- company_id: 950,
85
- id_category: "904",
86
- id_article: 118438,
87
- name: "Mouse Gamer",
88
- upc: "3434",
86
+ ArticleId: 39485,
87
+ idCategory: "11",
88
+ product: {
89
+ orderId: 15275,
90
+ status: "AA",
91
+ datasheet_status: "AA",
92
+ prio: "none",
93
+ version: 3,
94
+ description_status: "AA",
95
+ images_status: "AA",
96
+ brand: null,
97
+ retailerOrder: 0,
98
+ missing: {
99
+ datasheet: null,
100
+ descriptions: null,
101
+ images: null,
102
+ },
103
+ services: {
104
+ datasheets: 1,
105
+ descriptions: 1,
106
+ images: 1,
107
+ },
108
+ article: {
109
+ category: "Abarrotes|Abarrotes Secos|Frutos Secos",
110
+ company_name: "GRUPO BRAHMA",
111
+ country: "México",
112
+ id_category: "11",
113
+ id_datasheet_especialist: 54,
114
+ id_datasheet_facilitator: 52,
115
+ id_description_especialist: 54,
116
+ id_description_facilitator: 52,
117
+ id_images_especialist: 55,
118
+ id_images_facilitator: 53,
119
+ id_order: 15275,
120
+ id_article: 39485,
121
+ id_auditor: 37,
122
+ name: "Mix de nueces",
123
+ timestamp: "2023-07-14T21:03:19.000Z",
124
+ upc: "7543453453",
125
+ },
126
+ retailers: [
127
+ {
128
+ id: 34,
129
+ name: "San Pablo",
130
+ },
131
+ ],
132
+ statusByRetailer: {
133
+ 34: {
134
+ datasheet: "AA",
135
+ description: "AA",
136
+ images: "AA",
89
137
  },
90
- asignations: [],
91
- retailers: [
92
- {
93
- id: 74,
94
- name: "Radioshack",
95
- country: "México",
96
- id_region: 1,
97
- active: 1,
98
- flow: 1,
99
- percentage: 100,
100
- },
101
- ],
102
- percentage: "100",
103
- retailersAvailable: [
104
- {
105
- id: 74,
106
- name: "Radioshack",
107
- country: "México",
108
- id_region: 1,
109
- active: 1,
110
- flow: 1,
111
- percentage: 100,
112
- },
113
- ],
114
- upc: "3434",
115
- name: "Mouse Gamer",
116
- categoryName: "Tecnología|Accesorios Computadora|Mouse",
117
- id_category: "904",
118
- id_article: 118438,
119
- services: [
120
- {
121
- id_article: 118438,
122
- service: "datasheet",
123
- quantity: 1,
124
- price: 0,
125
- id_user: 349,
126
- datasheet_common: null,
127
- discount: null,
128
- },
129
- ],
130
138
  },
131
- ],
139
+ retailersAvailable: [
140
+ {
141
+ id: 34,
142
+ name: "San Pablo",
143
+ },
144
+ ],
145
+ categoryName: "Abarrotes|Abarrotes Secos|Frutos Secos",
146
+ upc: "7543453453",
147
+ id_article: 39485,
148
+ id_order: 15275,
149
+ },
132
150
  },
133
151
  location: {
134
152
  pathname: "/EditProducts",
135
153
  search: "",
136
154
  hash: "",
137
155
  state: {
138
- withChat: true,
139
- chatType: "product_status",
140
156
  origin: "RequestWithContentoh",
141
157
  },
142
158
  key: "24vwut",
143
159
  },
144
160
  user: {
145
- id_user: 349,
146
- name: "Radioschack",
147
- last_name: "Onboarding",
148
- email: "radioshackdropship@allfreemail.net",
149
- position: "KAM",
150
- telephone: "+521234567898",
161
+ id_user: 28,
162
+ name: "Ismael",
163
+ last_name: "López",
164
+ email: "ilopez@contentoh.com",
165
+ position: "Test States",
166
+ telephone: "+523111366336",
151
167
  country: "México",
152
- id_company: 949,
153
- id_cognito: "1fac6667-a033-4560-9e9d-51400762b61f",
168
+ id_company: 1,
169
+ id_cognito: "f5927f8e-cbf7-4922-9e09-e69ec0b2731a",
154
170
  birth_Date: null,
155
- about_me: null,
156
- zip_code: null,
157
- address: null,
158
- job: null,
159
- id_stripe: null,
171
+ about_me: "",
172
+ zip_code: "",
173
+ address: "",
174
+ job: "",
175
+ id_stripe: "cus_KuEt6R6vwmN09f",
160
176
  id_role: 0,
161
177
  active: 1,
162
- is_retailer: 1,
178
+ is_retailer: 0,
163
179
  email_notify: 1,
164
- is_user_tech: null,
180
+ is_user_tech: "ADMIN-AS",
165
181
  membership: {
166
- id: 145,
167
- start_date: "2023-10-14T00:06:44.000Z",
168
- end_date: "2024-10-14T00:06:44.000Z",
182
+ id: 76,
183
+ start_date: "2022-01-18T17:25:35.000Z",
184
+ end_date: "2023-01-18T17:25:35.000Z",
169
185
  planID: 8,
170
186
  plan: "prod_KtlhECVSFG2iro",
171
187
  name: "Plan Pro",
@@ -173,35 +189,23 @@ ProviderProductEditionDefault.args = {
173
189
  products_limit: "5000",
174
190
  type: "Enterprise",
175
191
  },
176
- src: "https://content-management-profile.s3.amazonaws.com/id-349/349.png?1698435772702",
192
+ src: "https://content-management-profile.s3.amazonaws.com/id-28/28.png?1693338334183",
177
193
  },
178
194
  company: {
179
- id_company: 949,
180
- trade_name: "Radioshack",
181
- company_name: "Radioshack",
182
- rfc: "ASDAS",
183
- adress: "CDMX",
184
- about_company: null,
185
- telephone: null,
186
- web_site: null,
187
- zip_code: null,
195
+ id_company: 1,
196
+ trade_name: "GRUPO BRAHMA",
197
+ company_name: "GRUPO BRAHMA",
198
+ rfc: "XAXX010101000",
199
+ adress: "AA",
200
+ about_company: "",
201
+ telephone: "",
202
+ web_site: "",
203
+ zip_code: "",
188
204
  email: null,
189
- social_link: null,
190
- is_retailer: 1,
191
- financedRetailers: [
192
- {
193
- id: 74,
194
- name: "Radioshack",
195
- country: "México",
196
- },
197
- ],
198
- retailers: [
199
- {
200
- id: 74,
201
- name: "Radioshack",
202
- country: "México",
203
- },
204
- ],
205
+ social_link: "",
206
+ is_retailer: 0,
207
+ financedRetailers: [],
208
+ retailers: [],
205
209
  },
206
210
  showSurvey: (v) => v && alert("se muestra"),
207
211
  };