@timardex/cluemart-shared 1.2.56 → 1.2.57
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/dist/graphql/index.cjs +8 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +8 -0
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3019,6 +3019,9 @@ var PARTNER = gql11`
|
|
|
3019
3019
|
...OwnerFields
|
|
3020
3020
|
}
|
|
3021
3021
|
partnerType
|
|
3022
|
+
posterUsage {
|
|
3023
|
+
...PosterUsageFields
|
|
3024
|
+
}
|
|
3022
3025
|
region
|
|
3023
3026
|
socialMedia {
|
|
3024
3027
|
...SocialMediaFields
|
|
@@ -3030,6 +3033,11 @@ var PARTNER = gql11`
|
|
|
3030
3033
|
}
|
|
3031
3034
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
3032
3035
|
${LOCATION_FIELDS_FRAGMENT}
|
|
3036
|
+
${OWNER_FIELDS_FRAGMENT}
|
|
3037
|
+
${ASSOCIATES_FIELDS_FRAGMENT}
|
|
3038
|
+
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
3039
|
+
${POSTER_USAGE_FIELDS_FRAGMENT}
|
|
3040
|
+
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
3033
3041
|
`;
|
|
3034
3042
|
var GET_PARTNERS = gql11`
|
|
3035
3043
|
query getPartners {
|