@timardex/cluemart-server-shared 1.0.200 → 1.0.202

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.
@@ -11,7 +11,7 @@ declare const relationDatesSchema: mongoose.Schema<RelationDate, mongoose.Model<
11
11
  } & {
12
12
  __v: number;
13
13
  }>;
14
- type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId" | "apiMessage"> & {
14
+ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
15
15
  eventId: ObjectId;
16
16
  vendorId: ObjectId;
17
17
  chatId: ObjectId;
@@ -21,7 +21,7 @@ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId" |
21
21
  * It is used to define the structure of the relation type in the database.
22
22
  * The schema is used by Mongoose to create a model for the relation type.
23
23
  */
24
- declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId" | "apiMessage"> & {
24
+ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
25
25
  eventId: ObjectId;
26
26
  vendorId: ObjectId;
27
27
  chatId: ObjectId;
@@ -34,7 +34,7 @@ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.M
34
34
  }> & {
35
35
  __v: number;
36
36
  }>;
37
- declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId" | "apiMessage"> & {
37
+ declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
38
38
  eventId: ObjectId;
39
39
  vendorId: ObjectId;
40
40
  chatId: ObjectId;
@@ -11,7 +11,7 @@ declare const relationDatesSchema: mongoose.Schema<RelationDate, mongoose.Model<
11
11
  } & {
12
12
  __v: number;
13
13
  }>;
14
- type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId" | "apiMessage"> & {
14
+ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
15
15
  eventId: ObjectId;
16
16
  vendorId: ObjectId;
17
17
  chatId: ObjectId;
@@ -21,7 +21,7 @@ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId" |
21
21
  * It is used to define the structure of the relation type in the database.
22
22
  * The schema is used by Mongoose to create a model for the relation type.
23
23
  */
24
- declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId" | "apiMessage"> & {
24
+ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
25
25
  eventId: ObjectId;
26
26
  vendorId: ObjectId;
27
27
  chatId: ObjectId;
@@ -34,7 +34,7 @@ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.M
34
34
  }> & {
35
35
  __v: number;
36
36
  }>;
37
- declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId" | "apiMessage"> & {
37
+ declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
38
38
  eventId: ObjectId;
39
39
  vendorId: ObjectId;
40
40
  chatId: ObjectId;
@@ -9855,7 +9855,6 @@ var RELATION_FIELDS_FRAGMENT = gql`
9855
9855
  fragment RelationFields on RelationType {
9856
9856
  _id
9857
9857
  active
9858
- apiMessage
9859
9858
  chatId
9860
9859
  createdAt
9861
9860
  lastUpdateBy
@@ -13199,4 +13198,4 @@ react/cjs/react.development.js:
13199
13198
  * LICENSE file in the root directory of this source tree.
13200
13199
  *)
13201
13200
  */
13202
- //# sourceMappingURL=chunk-MBUS572I.mjs.map
13201
+ //# sourceMappingURL=chunk-7FP7SWJH.mjs.map