@timardex/cluemart-server-shared 1.0.76 → 1.0.77
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/{Chat-BNtvwldQ.d.mts → Chat-Cc3rfu3L.d.mts} +1 -0
- package/dist/{Chat-BNtvwldQ.d.ts → Chat-Cc3rfu3L.d.ts} +1 -0
- package/dist/{chunk-AS6CKE7P.mjs → chunk-YWPI5EO2.mjs} +2 -2
- package/dist/{chunk-AS6CKE7P.mjs.map → chunk-YWPI5EO2.mjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +2 -2
- package/dist/mongoose/index.d.ts +2 -2
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -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/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _timardex_cluemart_shared from '@timardex/cluemart-shared';
|
|
2
2
|
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, LocationType, ResourceContactDetailsType, PosterUsageType, GoogleImportedMarket, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
3
3
|
import mongoose from 'mongoose';
|
|
4
|
-
import { O as ObjectId } from '../Chat-
|
|
5
|
-
export { C as ChatModel, N as NotificationModel, P as ParticipantSchema, S as SchemaChatMessageType, b as SchemaChatType, c as SchemaCreateBulkNotificationInput, d as SchemaNotificationType, a as SchemaParticipantType } from '../Chat-
|
|
4
|
+
import { O as ObjectId } from '../Chat-Cc3rfu3L.mjs';
|
|
5
|
+
export { C as ChatModel, N as NotificationModel, P as ParticipantSchema, S as SchemaChatMessageType, b as SchemaChatType, c as SchemaCreateBulkNotificationInput, d as SchemaNotificationType, a as SchemaParticipantType } from '../Chat-Cc3rfu3L.mjs';
|
|
6
6
|
import { EnumOSPlatform } from '@timardex/cluemart-shared/enums';
|
|
7
7
|
import '@timardex/cluemart-shared/types';
|
|
8
8
|
import 'express';
|
package/dist/mongoose/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _timardex_cluemart_shared from '@timardex/cluemart-shared';
|
|
2
2
|
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, LocationType, ResourceContactDetailsType, PosterUsageType, GoogleImportedMarket, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
3
3
|
import mongoose from 'mongoose';
|
|
4
|
-
import { O as ObjectId } from '../Chat-
|
|
5
|
-
export { C as ChatModel, N as NotificationModel, P as ParticipantSchema, S as SchemaChatMessageType, b as SchemaChatType, c as SchemaCreateBulkNotificationInput, d as SchemaNotificationType, a as SchemaParticipantType } from '../Chat-
|
|
4
|
+
import { O as ObjectId } from '../Chat-Cc3rfu3L.js';
|
|
5
|
+
export { C as ChatModel, N as NotificationModel, P as ParticipantSchema, S as SchemaChatMessageType, b as SchemaChatType, c as SchemaCreateBulkNotificationInput, d as SchemaNotificationType, a as SchemaParticipantType } from '../Chat-Cc3rfu3L.js';
|
|
6
6
|
import { EnumOSPlatform } from '@timardex/cluemart-shared/enums';
|
|
7
7
|
import '@timardex/cluemart-shared/types';
|
|
8
8
|
import 'express';
|
package/dist/mongoose/index.mjs
CHANGED
package/dist/service/index.cjs
CHANGED
|
@@ -12114,7 +12114,7 @@ var schema11 = new MongooseSchema15(
|
|
|
12114
12114
|
{
|
|
12115
12115
|
...baseResourceFields,
|
|
12116
12116
|
// Importing base resource fields from global.ts
|
|
12117
|
-
claimed: { default: true, required:
|
|
12117
|
+
claimed: { default: true, required: false, type: Boolean },
|
|
12118
12118
|
dateTime: [dateTimeSchema3],
|
|
12119
12119
|
eventInfoId: {
|
|
12120
12120
|
ref: "EventInfo",
|