@timardex/cluemart-server-shared 1.0.200 → 1.0.201
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/{Relation-1llDbRjW.d.ts → Relation-6t3Gn4pM.d.ts} +3 -3
- package/dist/{Relation-BBXiEM1-.d.mts → Relation-BjYghDE9.d.mts} +3 -3
- package/dist/{chunk-MBUS572I.mjs → chunk-HO2KMWIK.mjs} +1 -2
- package/dist/chunk-HO2KMWIK.mjs.map +1 -0
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +0 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +1 -1
- package/dist/mongoose/index.d.ts +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +0 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.d.mts +1 -1
- package/dist/service/index.d.ts +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-MBUS572I.mjs.map +0 -1
|
@@ -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"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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-
|
|
13201
|
+
//# sourceMappingURL=chunk-HO2KMWIK.mjs.map
|