@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
package/dist/index.cjs
CHANGED
|
@@ -7470,6 +7470,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql`
|
|
|
7470
7470
|
var AFFILIATE_FIELDS_FRAGMENT = gql`
|
|
7471
7471
|
fragment AffiliateFields on AffiliateType {
|
|
7472
7472
|
_id
|
|
7473
|
+
active
|
|
7473
7474
|
affiliateCode
|
|
7474
7475
|
affiliateResources {
|
|
7475
7476
|
...AffiliateResourceFields
|
|
@@ -9253,6 +9254,7 @@ var affiliateResourceSchema = new MongooseSchema25(
|
|
|
9253
9254
|
);
|
|
9254
9255
|
var schema17 = new MongooseSchema25(
|
|
9255
9256
|
{
|
|
9257
|
+
active: { default: true, required: true, type: Boolean },
|
|
9256
9258
|
affiliateCode: { required: true, type: String },
|
|
9257
9259
|
affiliateResources: {
|
|
9258
9260
|
default: [],
|