@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.
@@ -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-BNtvwldQ.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-BNtvwldQ.mjs';
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';
@@ -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-BNtvwldQ.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-BNtvwldQ.js';
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';
@@ -31,7 +31,7 @@ import {
31
31
  resourceRelationsSchema,
32
32
  termsAgreementSchema,
33
33
  userLicenseSchema
34
- } from "../chunk-AS6CKE7P.mjs";
34
+ } from "../chunk-YWPI5EO2.mjs";
35
35
  import "../chunk-3QS3WKRC.mjs";
36
36
  export {
37
37
  APP_SETTINGS_ID,
@@ -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: true, type: Boolean },
12117
+ claimed: { default: true, required: false, type: Boolean },
12118
12118
  dateTime: [dateTimeSchema3],
12119
12119
  eventInfoId: {
12120
12120
  ref: "EventInfo",