npm-pkg-hook 1.1.5 → 1.1.8
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.
- package/.eslintrc.js +19 -113
- package/.eslintrc.json +127 -108
- package/next.config.js +2 -5
- package/package.json +27 -24
- package/src/config/client/errors.js +14 -14
- package/src/config/client/index.js +1 -1
- package/src/hooks/getCategoriesWithProduct/helpers/index.js +7 -0
- package/src/hooks/getCategoriesWithProduct/index.js +62 -0
- package/src/hooks/getSession/index.js +18 -18
- package/src/hooks/index.js +13 -9
- package/src/hooks/useAcumulateDate/index.js +1 -1
- package/src/hooks/useAnimationFrame/index.js +45 -45
- package/src/hooks/useAsideCart/helpers/index.js +22 -0
- package/src/hooks/useAsideCart/index.js +156 -0
- package/src/hooks/useAsideCart/queries.js +10 -0
- package/src/hooks/useBanner/index.js +11 -11
- package/src/hooks/useCart/index.js +2 -0
- package/src/hooks/useCart/queries.js +164 -0
- package/src/hooks/useCart/useCart/helpers/index.js +75 -0
- package/src/hooks/useCart/useCart/index.js +411 -0
- package/src/hooks/useCart/useGetCart/index.js +31 -0
- package/src/hooks/useCatWithProduct/index.js +15 -15
- package/src/hooks/useCatWithProduct/queries.js +1 -1
- package/src/hooks/useCatWithProductClient/index.js +48 -0
- package/src/hooks/useCatWithProductClient/queries.js +55 -0
- package/src/hooks/useCategoriesProduct/index.js +12 -12
- package/src/hooks/useCategoriesProduct/queries.js +16 -16
- package/src/hooks/useCategoryInStore/index.js +39 -36
- package/src/hooks/useCategoryInStore/queries.js +78 -78
- package/src/hooks/useCategoryStore/index.js +2 -2
- package/src/hooks/useChartData/index.js +159 -156
- package/src/hooks/useChartData/useChartData/index.js +199 -197
- package/src/hooks/useChartData/useChartDataAllOrders/index.js +94 -94
- package/src/hooks/useCheckbox/index.js +115 -115
- package/src/hooks/useClients/index.js +12 -14
- package/src/hooks/useClients/queries.js +1 -1
- package/src/hooks/useConnection/index.js +20 -21
- package/src/hooks/useCreateProduct/helpers/useEditImageProduct/index.js +6 -2
- package/src/hooks/useCreateProduct/index.js +22 -19
- package/src/hooks/useDeleteSubProductOptional/index.js +31 -30
- package/src/hooks/useDeleteSubProductOptional/queries.js +10 -10
- package/src/hooks/useDessert/helpers/index.js +51 -51
- package/src/hooks/useDessert/index.js +56 -65
- package/src/hooks/useDevices/index.js +35 -36
- package/src/hooks/useDevices/queries.js +19 -19
- package/src/hooks/useDropzone/index.js +94 -79
- package/src/hooks/useDynamicAuth/index.js +13 -13
- package/src/hooks/useDynamicAuth/queries.js +24 -24
- package/src/hooks/useEmployee/queries.js +1 -1
- package/src/hooks/useEvent/index.js +33 -33
- package/src/hooks/useFavoriteStores/index.js +19 -0
- package/src/hooks/useFavoriteStores/queries.js +47 -0
- package/src/hooks/useFetchJson/index.js +25 -25
- package/src/hooks/useFingerprintjs/index.js +172 -176
- package/src/hooks/useFormTools/index.js +12 -11
- package/src/hooks/useFormatDate/index.js +20 -21
- package/src/hooks/useFormatNumberPhone/index.js +9 -9
- package/src/hooks/useFullScreenMode/index.js +65 -65
- package/src/hooks/useGenerateNumberArray/index.js +17 -17
- package/src/hooks/useGetExtProductFoodsSubOptionalAll/index.js +14 -0
- package/src/hooks/useGetFoodRecomended/index.js +33 -0
- package/src/hooks/useGetFoodRecomended/queries.js +47 -0
- package/src/hooks/useGetMinPrice/index.js +8 -0
- package/src/hooks/useGetMinPrice/queries.js +7 -0
- package/src/hooks/useGetOneStoreRating/index.js +40 -0
- package/src/hooks/useGetOneStoreRating/queries.js +18 -0
- package/src/hooks/useGoogleLogin/index.js +160 -161
- package/src/hooks/useHover/index.js +29 -29
- package/src/hooks/useImageOptimization/index.js +15 -15
- package/src/hooks/useImageWeight/index.js +18 -19
- package/src/hooks/useImagesStore/index.js +139 -140
- package/src/hooks/useImagesStore/queries.js +19 -18
- package/src/hooks/useInnerHtml/index.js +39 -38
- package/src/hooks/useIntersection/index.js +4 -4
- package/src/hooks/useKeypress/index.js +28 -28
- package/src/hooks/useLazyScript/index.js +35 -36
- package/src/hooks/useLocalSorage/index.js +2 -2
- package/src/hooks/useLogout/index.js +23 -23
- package/src/hooks/useManageQueryParams/index.js +36 -37
- package/src/hooks/useMobile/index.js +39 -38
- package/src/hooks/useMutateHeight/index.js +15 -16
- package/src/hooks/useOrderClient/index.js +5 -0
- package/src/hooks/useOrders/index.js +10 -16
- package/src/hooks/useOrders/queries.js +1 -1
- package/src/hooks/useProductsFood/index.js +32 -32
- package/src/hooks/useProductsFood/queriesStore.js +49 -48
- package/src/hooks/useProductsFood/useEditProduct.js +2 -4
- package/src/hooks/useProductsFood/usetagsProducts.js +83 -83
- package/src/hooks/useProviders/index.js +3 -3
- package/src/hooks/useProviders/queries.js +31 -31
- package/src/hooks/useProviders/useProvidersCreateStore/index.js +12 -13
- package/src/hooks/useProviders/useProvidersDataStore/index.js +24 -24
- package/src/hooks/useProvidersStore/index.js +24 -24
- package/src/hooks/useProvidersStore/queries.js +31 -31
- package/src/hooks/useRatingArrayData/index.js +54 -0
- package/src/hooks/{useRatingData → useRatingArrayData}/queries.js +19 -18
- package/src/hooks/useReactToPrint/index.js +1120 -1098
- package/src/hooks/useRemoveExtraProductFoodsOptional/index.js +23 -23
- package/src/hooks/useRemoveExtraProductFoodsOptional/queries.js +48 -48
- package/src/hooks/useReport/index.js +9 -9
- package/src/hooks/useReport/queries.js +1 -1
- package/src/hooks/useRestaurant/index.js +19 -19
- package/src/hooks/useRestaurant/queries.js +80 -80
- package/src/hooks/useSales/index.js +476 -451
- package/src/hooks/useSales/queries.js +14 -15
- package/src/hooks/useSales/useGetAllSales/index.js +25 -25
- package/src/hooks/useSales/useTotalSales.js +18 -18
- package/src/hooks/useSaveAvailableProduct/helpers/index.js +29 -29
- package/src/hooks/useSaveAvailableProduct/index.js +16 -16
- package/src/hooks/useSaveAvailableProduct/queries.js +1 -1
- package/src/hooks/useSchedule/index.js +33 -36
- package/src/hooks/useSchedule/index.jsx +22 -22
- package/src/hooks/useSchedule/queries.js +34 -35
- package/src/hooks/useScheduleData/index.js +123 -171
- package/src/hooks/useScroll/index.js +56 -57
- package/src/hooks/useScrollRotate/index.js +16 -14
- package/src/hooks/useSetSession/index.js +16 -16
- package/src/hooks/useSetState/index.js +3 -3
- package/src/hooks/useStatusOpenStore/helpers/index.js +101 -102
- package/src/hooks/useStatusOpenStore/index.js +172 -173
- package/src/hooks/useStatusOrdersClient/helpers/index.js +14 -0
- package/src/hooks/useStatusOrdersClient/index.js +17 -0
- package/src/hooks/useStatusOrdersClient/queries.js +80 -0
- package/src/hooks/useStore/index.js +40 -25
- package/src/hooks/useStore/queries.js +162 -136
- package/src/hooks/useStoreCalendar/index.js +5 -7
- package/src/hooks/useStoreContacts/index.js +16 -16
- package/src/hooks/useStoreContacts/queries.js +1 -1
- package/src/hooks/useTimeAgo/useTimeAgo.js +39 -39
- package/src/hooks/useUpdateCart/index.js +34 -28
- package/src/hooks/useUpdateExistingOrders/index.js +35 -35
- package/src/hooks/useUpdateExtProductFoodsSubOptional/index.js +38 -37
- package/src/hooks/useUser/index.js +1 -1
- package/src/hooks/useUser/queries.js +1 -1
- package/src/hooks/useWindowSize/index.js +38 -38
- package/src/mock/dessert/index.js +16 -16
- package/src/mock/index.js +1 -2
- package/src/utils/index.js +42 -45
- package/src/hooks/useRatingData/index.js +0 -53
- package/src/hooks/useSalesClient/index.js +0 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { useMutation } from '@apollo/client'
|
|
2
|
-
import { DELETE_CAT_EXTRA_PRODUCTS } from './queries'
|
|
3
|
-
|
|
4
|
-
export const useRemoveExtraProductFoodsOptional = () => {
|
|
5
|
-
const [DeleteExtProductFoodsOptional, { loading, error }] = useMutation(DELETE_CAT_EXTRA_PRODUCTS)
|
|
6
|
-
|
|
7
|
-
const handleDeleteOptional = async elem => {
|
|
8
|
-
const { state, opExPid } = elem || {}
|
|
9
|
-
DeleteExtProductFoodsOptional({
|
|
10
|
-
variables: {
|
|
11
|
-
state
|
|
12
|
-
opExPid
|
|
13
|
-
isCustomOpExPid: true
|
|
14
|
-
}
|
|
15
|
-
})
|
|
16
|
-
}
|
|
17
|
-
return {
|
|
18
|
-
handleDeleteOptional,
|
|
19
|
-
DeleteExtProductFoodsOptional,
|
|
20
|
-
loading,
|
|
21
|
-
error
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
import { useMutation } from '@apollo/client'
|
|
2
|
+
import { DELETE_CAT_EXTRA_PRODUCTS } from './queries'
|
|
3
|
+
|
|
4
|
+
export const useRemoveExtraProductFoodsOptional = () => {
|
|
5
|
+
const [DeleteExtProductFoodsOptional, { loading, error }] = useMutation(DELETE_CAT_EXTRA_PRODUCTS)
|
|
6
|
+
|
|
7
|
+
const handleDeleteOptional = async elem => {
|
|
8
|
+
const { state, opExPid } = elem || {}
|
|
9
|
+
DeleteExtProductFoodsOptional({
|
|
10
|
+
variables: {
|
|
11
|
+
state,
|
|
12
|
+
opExPid,
|
|
13
|
+
isCustomOpExPid: true
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
return {
|
|
18
|
+
handleDeleteOptional,
|
|
19
|
+
DeleteExtProductFoodsOptional,
|
|
20
|
+
loading,
|
|
21
|
+
error
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { gql } from
|
|
2
|
-
|
|
3
|
-
export const DELETE_CAT_EXTRA_PRODUCTS = gql`
|
|
4
|
-
mutation DeleteExtProductFoodsOptional($opExPid: ID, $state: Int, $isCustomOpExPid: Boolean) {
|
|
5
|
-
DeleteExtProductFoodsOptional(opExPid: $opExPid, state: $state, isCustomOpExPid: $isCustomOpExPid) {
|
|
6
|
-
success
|
|
7
|
-
message
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export const GET_EXTRAS_PRODUCT_FOOD_OPTIONAL = gql`
|
|
13
|
-
query ExtProductFoodsOptionalAll(
|
|
14
|
-
$search: String
|
|
15
|
-
$min: Int
|
|
16
|
-
$max: Int
|
|
17
|
-
$pId: ID
|
|
18
|
-
) {
|
|
19
|
-
ExtProductFoodsOptionalAll(
|
|
20
|
-
search: $search
|
|
21
|
-
min: $min
|
|
22
|
-
max: $max
|
|
23
|
-
pId: $pId
|
|
24
|
-
) {
|
|
25
|
-
pId
|
|
26
|
-
opExPid
|
|
27
|
-
OptionalProName
|
|
28
|
-
state
|
|
29
|
-
code
|
|
30
|
-
numbersOptionalOnly
|
|
31
|
-
pDatCre
|
|
32
|
-
required
|
|
33
|
-
pDatMod
|
|
34
|
-
ExtProductFoodsSubOptionalAll {
|
|
35
|
-
pId
|
|
36
|
-
opExPid
|
|
37
|
-
idStore
|
|
38
|
-
opSubExPid
|
|
39
|
-
OptionalSubProName
|
|
40
|
-
exCodeOptionExtra
|
|
41
|
-
exCode
|
|
42
|
-
state
|
|
43
|
-
pDatCre
|
|
44
|
-
pDatMod
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
1
|
+
import { gql } from '@apollo/client'
|
|
2
|
+
|
|
3
|
+
export const DELETE_CAT_EXTRA_PRODUCTS = gql`
|
|
4
|
+
mutation DeleteExtProductFoodsOptional($opExPid: ID, $state: Int, $isCustomOpExPid: Boolean) {
|
|
5
|
+
DeleteExtProductFoodsOptional(opExPid: $opExPid, state: $state, isCustomOpExPid: $isCustomOpExPid) {
|
|
6
|
+
success
|
|
7
|
+
message
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
`
|
|
11
|
+
|
|
12
|
+
export const GET_EXTRAS_PRODUCT_FOOD_OPTIONAL = gql`
|
|
13
|
+
query ExtProductFoodsOptionalAll(
|
|
14
|
+
$search: String
|
|
15
|
+
$min: Int
|
|
16
|
+
$max: Int
|
|
17
|
+
$pId: ID
|
|
18
|
+
) {
|
|
19
|
+
ExtProductFoodsOptionalAll(
|
|
20
|
+
search: $search
|
|
21
|
+
min: $min
|
|
22
|
+
max: $max
|
|
23
|
+
pId: $pId
|
|
24
|
+
) {
|
|
25
|
+
pId
|
|
26
|
+
opExPid
|
|
27
|
+
OptionalProName
|
|
28
|
+
state
|
|
29
|
+
code
|
|
30
|
+
numbersOptionalOnly
|
|
31
|
+
pDatCre
|
|
32
|
+
required
|
|
33
|
+
pDatMod
|
|
34
|
+
ExtProductFoodsSubOptionalAll {
|
|
35
|
+
pId
|
|
36
|
+
opExPid
|
|
37
|
+
idStore
|
|
38
|
+
opSubExPid
|
|
39
|
+
OptionalSubProName
|
|
40
|
+
exCodeOptionExtra
|
|
41
|
+
exCode
|
|
42
|
+
state
|
|
43
|
+
pDatCre
|
|
44
|
+
pDatMod
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useQuery, useLazyQuery } from '@apollo/client'
|
|
2
|
-
import { GET_ALL_SALES, GET_ALL_TOTAL_SALES } from './queries'
|
|
1
|
+
import { useQuery, useLazyQuery } from '@apollo/client'
|
|
2
|
+
import { GET_ALL_SALES, GET_ALL_TOTAL_SALES } from './queries'
|
|
3
3
|
|
|
4
4
|
export const useReport = ({
|
|
5
5
|
fromDate = '',
|
|
@@ -9,7 +9,7 @@ export const useReport = ({
|
|
|
9
9
|
toDate = '',
|
|
10
10
|
lazyQuery = false
|
|
11
11
|
}) => {
|
|
12
|
-
const [getAllSalesStore, { data: lazyDataSales, loading: lazyLoading }] = useLazyQuery(GET_ALL_SALES)
|
|
12
|
+
const [getAllSalesStore, { data: lazyDataSales, loading: lazyLoading }] = useLazyQuery(GET_ALL_SALES)
|
|
13
13
|
|
|
14
14
|
// Combine both queries to reduce separate requests
|
|
15
15
|
const { data, fetchMore, loading } = useQuery(GET_ALL_SALES, {
|
|
@@ -23,7 +23,7 @@ export const useReport = ({
|
|
|
23
23
|
toDate,
|
|
24
24
|
max: more
|
|
25
25
|
}
|
|
26
|
-
})
|
|
26
|
+
})
|
|
27
27
|
|
|
28
28
|
// Get total sales in the same query
|
|
29
29
|
const { data: totalSalesData } = useQuery(GET_ALL_TOTAL_SALES, {
|
|
@@ -32,17 +32,17 @@ export const useReport = ({
|
|
|
32
32
|
toDate
|
|
33
33
|
},
|
|
34
34
|
skip: !data || data?.getAllSalesStore?.length === 0 // Skip if main query hasn't loaded or has no data
|
|
35
|
-
})
|
|
35
|
+
})
|
|
36
36
|
|
|
37
|
-
const totalSales = totalSalesData?.getAllSalesStoreTotal ?? {}
|
|
37
|
+
const totalSales = totalSalesData?.getAllSalesStoreTotal ?? {}
|
|
38
38
|
|
|
39
39
|
return {
|
|
40
|
-
getAllSalesStore: lazyQuery ? getAllSalesStore : () => {
|
|
40
|
+
getAllSalesStore: lazyQuery ? getAllSalesStore : () => { }, // Return function only if in lazy mode
|
|
41
41
|
data: lazyQuery ? data || lazyDataSales : data, // Use data from lazy query if available
|
|
42
42
|
loading: lazyQuery ? lazyLoading || loading : loading,
|
|
43
43
|
totalSales: totalSales.TOTAL || 0,
|
|
44
44
|
restaurant: totalSales.restaurant || 0,
|
|
45
45
|
delivery: totalSales.delivery || 0,
|
|
46
46
|
fetchMore
|
|
47
|
-
}
|
|
48
|
-
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { useQuery } from '@apollo/client'
|
|
2
|
-
import { GET_ALL_RESTAURANT } from './queries'
|
|
3
|
-
|
|
4
|
-
export const useRestaurant = () => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
1
|
+
import { useQuery } from '@apollo/client'
|
|
2
|
+
import { GET_ALL_RESTAURANT } from './queries'
|
|
3
|
+
|
|
4
|
+
export const useRestaurant = () => {
|
|
5
|
+
const {
|
|
6
|
+
data,
|
|
7
|
+
loading,
|
|
8
|
+
error,
|
|
9
|
+
fetchMore
|
|
10
|
+
} = useQuery(GET_ALL_RESTAURANT, {
|
|
11
|
+
fetchPolicy: 'cache-and-network',
|
|
12
|
+
notifyOnNetworkStatusChange: true,
|
|
13
|
+
nextFetchPolicy: 'cache-first',
|
|
14
|
+
refetchWritePolicy: 'merge',
|
|
15
|
+
context: { clientName: 'admin-store' }
|
|
16
|
+
})
|
|
17
|
+
const dataRestaurant = data?.getAllStoreInStore
|
|
18
|
+
return [dataRestaurant, { loading, error, fetchMore }]
|
|
19
|
+
}
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { gql } from '@apollo/client'
|
|
2
|
-
export const GET_ALL_RESTAURANT = gql`
|
|
3
|
-
query getAllStoreInStore($search: String, $min: Int, $max: Int){
|
|
4
|
-
getAllStoreInStore(search: $search, min: $min, max: $max) {
|
|
5
|
-
open
|
|
6
|
-
getStoreSchedules {
|
|
7
|
-
idStore
|
|
8
|
-
schId
|
|
9
|
-
schDay
|
|
10
|
-
schHoSta
|
|
11
|
-
schHoEnd
|
|
12
|
-
schState
|
|
13
|
-
}
|
|
14
|
-
idStore
|
|
15
|
-
cId
|
|
16
|
-
id
|
|
17
|
-
dId
|
|
18
|
-
ctId
|
|
19
|
-
catStore
|
|
20
|
-
neighborhoodStore
|
|
21
|
-
Viaprincipal
|
|
22
|
-
storeOwner
|
|
23
|
-
storeName
|
|
24
|
-
cateStore{
|
|
25
|
-
catStore
|
|
26
|
-
cName
|
|
27
|
-
}
|
|
28
|
-
emailStore
|
|
29
|
-
storePhone
|
|
30
|
-
socialRaz
|
|
31
|
-
Image
|
|
32
|
-
banner
|
|
33
|
-
documentIdentifier
|
|
34
|
-
uPhoNum
|
|
35
|
-
ULocation
|
|
36
|
-
upLat
|
|
37
|
-
upLon
|
|
38
|
-
uState
|
|
39
|
-
siteWeb
|
|
40
|
-
description
|
|
41
|
-
NitStore
|
|
42
|
-
typeRegiments
|
|
43
|
-
typeContribute
|
|
44
|
-
secVia
|
|
45
|
-
addressStore
|
|
46
|
-
createdAt
|
|
47
|
-
pais{
|
|
48
|
-
cId
|
|
49
|
-
cName
|
|
50
|
-
cCalCod
|
|
51
|
-
cState
|
|
52
|
-
cDatCre
|
|
53
|
-
cDatMod
|
|
54
|
-
}
|
|
55
|
-
city {
|
|
56
|
-
ctId
|
|
57
|
-
dId
|
|
58
|
-
cName
|
|
59
|
-
cState
|
|
60
|
-
cDatCre
|
|
61
|
-
cDatMod
|
|
62
|
-
}
|
|
63
|
-
department {
|
|
64
|
-
dId
|
|
65
|
-
cId
|
|
66
|
-
dName
|
|
67
|
-
dState
|
|
68
|
-
dDatCre
|
|
69
|
-
dDatMod
|
|
70
|
-
}
|
|
71
|
-
getAllRatingStar {
|
|
72
|
-
rSId
|
|
73
|
-
rScore
|
|
74
|
-
idStore
|
|
75
|
-
createAt
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
`
|
|
1
|
+
import { gql } from '@apollo/client'
|
|
2
|
+
export const GET_ALL_RESTAURANT = gql`
|
|
3
|
+
query getAllStoreInStore($search: String, $min: Int, $max: Int){
|
|
4
|
+
getAllStoreInStore(search: $search, min: $min, max: $max) {
|
|
5
|
+
open
|
|
6
|
+
getStoreSchedules {
|
|
7
|
+
idStore
|
|
8
|
+
schId
|
|
9
|
+
schDay
|
|
10
|
+
schHoSta
|
|
11
|
+
schHoEnd
|
|
12
|
+
schState
|
|
13
|
+
}
|
|
14
|
+
idStore
|
|
15
|
+
cId
|
|
16
|
+
id
|
|
17
|
+
dId
|
|
18
|
+
ctId
|
|
19
|
+
catStore
|
|
20
|
+
neighborhoodStore
|
|
21
|
+
Viaprincipal
|
|
22
|
+
storeOwner
|
|
23
|
+
storeName
|
|
24
|
+
cateStore{
|
|
25
|
+
catStore
|
|
26
|
+
cName
|
|
27
|
+
}
|
|
28
|
+
emailStore
|
|
29
|
+
storePhone
|
|
30
|
+
socialRaz
|
|
31
|
+
Image
|
|
32
|
+
banner
|
|
33
|
+
documentIdentifier
|
|
34
|
+
uPhoNum
|
|
35
|
+
ULocation
|
|
36
|
+
upLat
|
|
37
|
+
upLon
|
|
38
|
+
uState
|
|
39
|
+
siteWeb
|
|
40
|
+
description
|
|
41
|
+
NitStore
|
|
42
|
+
typeRegiments
|
|
43
|
+
typeContribute
|
|
44
|
+
secVia
|
|
45
|
+
addressStore
|
|
46
|
+
createdAt
|
|
47
|
+
pais{
|
|
48
|
+
cId
|
|
49
|
+
cName
|
|
50
|
+
cCalCod
|
|
51
|
+
cState
|
|
52
|
+
cDatCre
|
|
53
|
+
cDatMod
|
|
54
|
+
}
|
|
55
|
+
city {
|
|
56
|
+
ctId
|
|
57
|
+
dId
|
|
58
|
+
cName
|
|
59
|
+
cState
|
|
60
|
+
cDatCre
|
|
61
|
+
cDatMod
|
|
62
|
+
}
|
|
63
|
+
department {
|
|
64
|
+
dId
|
|
65
|
+
cId
|
|
66
|
+
dName
|
|
67
|
+
dState
|
|
68
|
+
dDatCre
|
|
69
|
+
dDatMod
|
|
70
|
+
}
|
|
71
|
+
getAllRatingStar {
|
|
72
|
+
rSId
|
|
73
|
+
rScore
|
|
74
|
+
idStore
|
|
75
|
+
createAt
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
}
|
|
80
|
+
`
|