@timardex/cluemart-server-shared 1.0.171 → 1.0.172

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.
@@ -37,7 +37,7 @@ import {
37
37
  resourceRelationsSchema,
38
38
  termsAgreementSchema,
39
39
  userLicenseSchema
40
- } from "../chunk-PLTSIORQ.mjs";
40
+ } from "../chunk-UVBT7AW4.mjs";
41
41
  import "../chunk-3QS3WKRC.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
@@ -8796,6 +8796,7 @@ var VENDOR = gql`
8796
8796
  }
8797
8797
  updatedAt
8798
8798
  vendorType
8799
+ unregisteredVendorId
8799
8800
  }
8800
8801
  ${CATEGORY_FIELDS_FRAGMENT}
8801
8802
  ${VENDOR_DATETIME_FIELDS_FRAGMENT}
@@ -12344,6 +12345,11 @@ var schema9 = new MongooseSchema13(
12344
12345
  required: false,
12345
12346
  type: [resourceRelationsSchema]
12346
12347
  },
12348
+ unregisteredVendorId: {
12349
+ default: null,
12350
+ required: false,
12351
+ type: String
12352
+ },
12347
12353
  vendorInfoId: {
12348
12354
  ref: "VendorInfo",
12349
12355
  required: false,