@timardex/cluemart-server-shared 1.0.104 → 1.0.105

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.
@@ -8306,6 +8306,7 @@ var USER_FIELDS_FRAGMENT = gql`
8306
8306
  partner
8307
8307
  platform
8308
8308
  preferredRegion
8309
+ promoCodes
8309
8310
  refreshToken
8310
8311
  role
8311
8312
  termsAgreement {
@@ -11512,6 +11513,10 @@ var schema7 = new MongooseSchema11(
11512
11513
  required: true,
11513
11514
  type: String
11514
11515
  },
11516
+ promoCodes: {
11517
+ required: false,
11518
+ type: [String]
11519
+ },
11515
11520
  refreshToken: {
11516
11521
  required: false,
11517
11522
  type: String