@timardex/cluemart-server-shared 1.0.58 → 1.0.60
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/{chunk-2W6GLZ2Z.mjs → chunk-EOKS26AC.mjs} +250 -193
- package/dist/chunk-EOKS26AC.mjs.map +1 -0
- package/dist/index.cjs +255 -197
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.mjs +253 -196
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +251 -193
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +8 -2
- package/dist/mongoose/index.d.ts +8 -2
- package/dist/mongoose/index.mjs +3 -1
- package/dist/service/index.cjs +238 -182
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-2W6GLZ2Z.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _timardex_cluemart_shared from '@timardex/cluemart-shared';
|
|
2
|
-
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, ResourceContactDetailsType, PosterUsageType, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, LocationType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
2
|
+
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, ResourceContactDetailsType, PosterUsageType, GoogleImportedMarket, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, LocationType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
3
3
|
import mongoose from 'mongoose';
|
|
4
4
|
import { O as ObjectId } from '../Chat-BNtvwldQ.mjs';
|
|
5
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';
|
|
@@ -239,6 +239,12 @@ declare const baseResourceFields: {
|
|
|
239
239
|
}>;
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
+
declare const GoogleImportedMarketModel: mongoose.Model<GoogleImportedMarket, {}, {}, {}, mongoose.Document<unknown, {}, GoogleImportedMarket, {}, {}> & GoogleImportedMarket & Required<{
|
|
243
|
+
_id: string;
|
|
244
|
+
}> & {
|
|
245
|
+
__v: number;
|
|
246
|
+
}, any>;
|
|
247
|
+
|
|
242
248
|
type PushTokenType = {
|
|
243
249
|
_id: string;
|
|
244
250
|
createdAt: Date;
|
|
@@ -483,4 +489,4 @@ declare const AppSettingModel: mongoose.Model<AppSettingsType, {}, {}, {}, mongo
|
|
|
483
489
|
__v: number;
|
|
484
490
|
}, any>;
|
|
485
491
|
|
|
486
|
-
export { APP_SETTINGS_ID, AdModel, AppSettingModel, CategorySchema, EventInfoModel, EventModel, PartnerModel, PostModel, PushTokenModel, RelationModel, RelationTypeSchema, ResourceActivityModel, ResourceImageTypeSchema, type SchemaEventInfoType, type SchemaEventType, type SchemaOwnerType, type SchemaPartnerType, type SchemaPostType, type SchemaPushTokenType, type SchemaRelationType, type SchemaUserActivityEvent, type SchemaUserType, type SchemaVendorInfoType, type SchemaVendorType, SocialMediaTypeSchema, StallTypeSchema, TesterModel, UserModel, VendorInfoModel, VendorModel, VerificationTokenModel, type VerificationTokenType, associatesSchema, baseResourceFields, dateTimeSchema, locationsSchema, relationDatesSchema, resourceRelationsSchema, termsAgreementSchema, userLicenseSchema };
|
|
492
|
+
export { APP_SETTINGS_ID, AdModel, AppSettingModel, CategorySchema, EventInfoModel, EventModel, GoogleImportedMarketModel, PartnerModel, PostModel, PushTokenModel, RelationModel, RelationTypeSchema, ResourceActivityModel, ResourceImageTypeSchema, type SchemaEventInfoType, type SchemaEventType, type SchemaOwnerType, type SchemaPartnerType, type SchemaPostType, type SchemaPushTokenType, type SchemaRelationType, type SchemaUserActivityEvent, type SchemaUserType, type SchemaVendorInfoType, type SchemaVendorType, SocialMediaTypeSchema, StallTypeSchema, TesterModel, UserModel, VendorInfoModel, VendorModel, VerificationTokenModel, type VerificationTokenType, associatesSchema, baseResourceFields, dateTimeSchema, locationsSchema, relationDatesSchema, resourceRelationsSchema, termsAgreementSchema, userLicenseSchema };
|
package/dist/mongoose/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _timardex_cluemart_shared from '@timardex/cluemart-shared';
|
|
2
|
-
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, ResourceContactDetailsType, PosterUsageType, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, LocationType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
2
|
+
import { AdType, OwnerType, SocialMediaType, ResourceImageType, Category, UserLicenceType, AssociateType, TermsAgreement, RelationDate, DateTimeType, ResourceContactDetailsType, PosterUsageType, GoogleImportedMarket, RelationType, ResourceActivityType, TesterType, UserActivityEvent, UserType, VendorType, VendorInfoType, LocationType, EventType, StallType, EventInfoType, PartnerType, PostType, PostContentType, AppSettingsType } from '@timardex/cluemart-shared';
|
|
3
3
|
import mongoose from 'mongoose';
|
|
4
4
|
import { O as ObjectId } from '../Chat-BNtvwldQ.js';
|
|
5
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';
|
|
@@ -239,6 +239,12 @@ declare const baseResourceFields: {
|
|
|
239
239
|
}>;
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
+
declare const GoogleImportedMarketModel: mongoose.Model<GoogleImportedMarket, {}, {}, {}, mongoose.Document<unknown, {}, GoogleImportedMarket, {}, {}> & GoogleImportedMarket & Required<{
|
|
243
|
+
_id: string;
|
|
244
|
+
}> & {
|
|
245
|
+
__v: number;
|
|
246
|
+
}, any>;
|
|
247
|
+
|
|
242
248
|
type PushTokenType = {
|
|
243
249
|
_id: string;
|
|
244
250
|
createdAt: Date;
|
|
@@ -483,4 +489,4 @@ declare const AppSettingModel: mongoose.Model<AppSettingsType, {}, {}, {}, mongo
|
|
|
483
489
|
__v: number;
|
|
484
490
|
}, any>;
|
|
485
491
|
|
|
486
|
-
export { APP_SETTINGS_ID, AdModel, AppSettingModel, CategorySchema, EventInfoModel, EventModel, PartnerModel, PostModel, PushTokenModel, RelationModel, RelationTypeSchema, ResourceActivityModel, ResourceImageTypeSchema, type SchemaEventInfoType, type SchemaEventType, type SchemaOwnerType, type SchemaPartnerType, type SchemaPostType, type SchemaPushTokenType, type SchemaRelationType, type SchemaUserActivityEvent, type SchemaUserType, type SchemaVendorInfoType, type SchemaVendorType, SocialMediaTypeSchema, StallTypeSchema, TesterModel, UserModel, VendorInfoModel, VendorModel, VerificationTokenModel, type VerificationTokenType, associatesSchema, baseResourceFields, dateTimeSchema, locationsSchema, relationDatesSchema, resourceRelationsSchema, termsAgreementSchema, userLicenseSchema };
|
|
492
|
+
export { APP_SETTINGS_ID, AdModel, AppSettingModel, CategorySchema, EventInfoModel, EventModel, GoogleImportedMarketModel, PartnerModel, PostModel, PushTokenModel, RelationModel, RelationTypeSchema, ResourceActivityModel, ResourceImageTypeSchema, type SchemaEventInfoType, type SchemaEventType, type SchemaOwnerType, type SchemaPartnerType, type SchemaPostType, type SchemaPushTokenType, type SchemaRelationType, type SchemaUserActivityEvent, type SchemaUserType, type SchemaVendorInfoType, type SchemaVendorType, SocialMediaTypeSchema, StallTypeSchema, TesterModel, UserModel, VendorInfoModel, VendorModel, VerificationTokenModel, type VerificationTokenType, associatesSchema, baseResourceFields, dateTimeSchema, locationsSchema, relationDatesSchema, resourceRelationsSchema, termsAgreementSchema, userLicenseSchema };
|
package/dist/mongoose/index.mjs
CHANGED
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
ChatModel,
|
|
7
7
|
EventInfoModel,
|
|
8
8
|
EventModel,
|
|
9
|
+
GoogleImportedMarketModel,
|
|
9
10
|
NotificationModel,
|
|
10
11
|
ParticipantSchema,
|
|
11
12
|
PartnerModel,
|
|
@@ -30,7 +31,7 @@ import {
|
|
|
30
31
|
resourceRelationsSchema,
|
|
31
32
|
termsAgreementSchema,
|
|
32
33
|
userLicenseSchema
|
|
33
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-EOKS26AC.mjs";
|
|
34
35
|
import "../chunk-3QS3WKRC.mjs";
|
|
35
36
|
export {
|
|
36
37
|
APP_SETTINGS_ID,
|
|
@@ -40,6 +41,7 @@ export {
|
|
|
40
41
|
ChatModel,
|
|
41
42
|
EventInfoModel,
|
|
42
43
|
EventModel,
|
|
44
|
+
GoogleImportedMarketModel,
|
|
43
45
|
NotificationModel,
|
|
44
46
|
ParticipantSchema,
|
|
45
47
|
PartnerModel,
|