@timardex/cluemart-server-shared 1.0.264 → 1.0.265
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/{chunk-REX574WV.mjs → chunk-SHBCW7T5.mjs} +3 -1
- package/dist/chunk-SHBCW7T5.mjs.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-REX574WV.mjs.map +0 -1
|
@@ -7380,6 +7380,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql`
|
|
|
7380
7380
|
var AFFILIATE_FIELDS_FRAGMENT = gql`
|
|
7381
7381
|
fragment AffiliateFields on AffiliateType {
|
|
7382
7382
|
_id
|
|
7383
|
+
active
|
|
7383
7384
|
affiliateCode
|
|
7384
7385
|
affiliateResources {
|
|
7385
7386
|
...AffiliateResourceFields
|
|
@@ -9163,6 +9164,7 @@ var affiliateResourceSchema = new MongooseSchema25(
|
|
|
9163
9164
|
);
|
|
9164
9165
|
var schema17 = new MongooseSchema25(
|
|
9165
9166
|
{
|
|
9167
|
+
active: { default: true, required: true, type: Boolean },
|
|
9166
9168
|
affiliateCode: { required: true, type: String },
|
|
9167
9169
|
affiliateResources: {
|
|
9168
9170
|
default: [],
|
|
@@ -9238,4 +9240,4 @@ export {
|
|
|
9238
9240
|
SchoolModel,
|
|
9239
9241
|
AffiliateModel
|
|
9240
9242
|
};
|
|
9241
|
-
//# sourceMappingURL=chunk-
|
|
9243
|
+
//# sourceMappingURL=chunk-SHBCW7T5.mjs.map
|