@timardex/cluemart-server-shared 1.0.305 → 1.0.308
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/{Affiliate-BxNv9k41.d.mts → Affiliate-B76iZ3fE.d.mts} +2 -1
- package/dist/{Affiliate-DRuifOv4.d.ts → Affiliate-gqV1-654.d.ts} +2 -1
- package/dist/{chunk-7X5A335O.mjs → chunk-MTFOFVHB.mjs} +1 -3
- package/dist/chunk-MTFOFVHB.mjs.map +1 -0
- package/dist/index.cjs +27 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.mjs +27 -27
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +0 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +2 -2
- package/dist/mongoose/index.d.ts +2 -2
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +27 -27
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.d.mts +4 -3
- package/dist/service/index.d.ts +4 -3
- package/dist/service/index.mjs +28 -26
- package/dist/service/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-7X5A335O.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -7388,7 +7388,6 @@ var AFFILIATE_DETAILS_FIELDS_FRAGMENT = gql`
|
|
|
7388
7388
|
location {
|
|
7389
7389
|
...LocationFields
|
|
7390
7390
|
}
|
|
7391
|
-
region
|
|
7392
7391
|
socialMedia {
|
|
7393
7392
|
...SocialMediaFields
|
|
7394
7393
|
}
|
|
@@ -9225,7 +9224,6 @@ var affiliateDetailsSchema = new MongooseSchema25(
|
|
|
9225
9224
|
required: true,
|
|
9226
9225
|
type: String
|
|
9227
9226
|
},
|
|
9228
|
-
region: { required: true, type: String },
|
|
9229
9227
|
socialMedia: { required: false, type: [SocialMediaTypeSchema] },
|
|
9230
9228
|
termsAgreement: { required: true, type: termsAgreementSchema }
|
|
9231
9229
|
},
|