@aldb2b/common 1.0.2133 → 1.0.2135
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/build/db/CustomModel.d.ts +0 -25
- package/build/db/MongooseBase.d.ts +0 -25
- package/build/db/aggregate/AggregateConvertor.d.ts +0 -25
- package/build/entities/interfaces/connection-dictionary.interface.d.ts +0 -25
- package/build/entities/models/common/common.provider.d.ts +0 -25
- package/build/entities/models/common/entities/audit-trail.entity.d.ts +0 -25
- package/build/entities/models/common/entities/location.entity.d.ts +0 -25
- package/build/entities/models/common/entities/preference-customization.entity.d.ts +0 -25
- package/build/entities/models/common/entities/tracing.entity.d.ts +0 -25
- package/build/entities/models/common/repositories/tracing.repository.d.ts +3 -2
- package/build/entities/models/common/repositories/tracing.repository.js +6 -5
- package/build/entities/models/common/repositories/tracing.repository.js.map +1 -1
- package/build/entities/models/companies/companies.provider.d.ts +0 -25
- package/build/entities/models/companies/entities/categories/category.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/cities/city.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/assignee.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/company-contact-detail.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/company-statistic.entity.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/company.entity.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/custom-fields.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/export-capability.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/hr-data.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/investor.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/manufacturer.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/preference.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/sector.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/companies/status-detail.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/activity-log.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/company-status-detail.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/contact-detail.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/contact.entity.d.ts +2 -26
- package/build/entities/models/companies/entities/contacts/contact.entity.js +8 -7
- package/build/entities/models/companies/entities/contacts/contact.entity.js.map +1 -1
- package/build/entities/models/companies/entities/contacts/device-notification.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/location.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/web-notification-key.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/contacts/web-notification.schema.d.ts +0 -25
- package/build/entities/models/companies/entities/countries/country.schema.d.ts +0 -25
- package/build/entities/models/events/entities/event/event.entity.d.ts +0 -25
- package/build/entities/models/events/entities/event/sponsor.schema.d.ts +0 -25
- package/build/entities/models/events/entities/eventProfile/company-profile-item.entity.d.ts +0 -25
- package/build/entities/models/events/entities/eventProfile/event-profile.entity.d.ts +0 -25
- package/build/entities/models/events/entities/eventType/event-type.entity.d.ts +0 -25
- package/build/entities/models/events/entities/timestamp.entity.d.ts +0 -25
- package/build/entities/models/events/events.provider.d.ts +0 -25
- package/build/entities/models/meetings/entities/meetingRequests/meeting-request.entity.d.ts +0 -25
- package/build/entities/models/meetings/entities/meetingRequests/rejected-contact.entity.d.ts +0 -25
- package/build/entities/models/meetings/entities/meetings/meeting.entity.d.ts +0 -25
- package/build/entities/models/meetings/entities/meetings/meeting.entity.js +0 -10
- package/build/entities/models/meetings/entities/meetings/meeting.entity.js.map +1 -1
- package/build/entities/models/meetings/entities/userAvailabilities/user-availability-timeslot.entity.d.ts +0 -25
- package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.d.ts +0 -25
- package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.js +6 -2
- package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.js.map +1 -1
- package/build/entities/models/meetings/meetings.provider.d.ts +0 -25
- package/build/entities/models/model.providers.d.ts +10 -25
- package/build/entities/models/subscriptions/entities/companySubscriptions/company-subscription-user.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/companySubscriptions/company-subscription.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/eventSubscriptions/event-subscription.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/features/endpoint.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/features/feature.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/index.d.ts +4 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/index.js +21 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/index.js.map +1 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-status.enum.d.ts +9 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-status.enum.js +14 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-status.enum.js.map +1 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user-status.enum.d.ts +4 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user-status.enum.js +9 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user-status.enum.js.map +1 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user.entity.d.ts +43 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user.entity.js +49 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user.entity.js.map +1 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription.entity.d.ts +60 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription.entity.js +155 -0
- package/build/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription.entity.js.map +1 -0
- package/build/entities/models/subscriptions/entities/subscription/subscription-model.enum.d.ts +2 -1
- package/build/entities/models/subscriptions/entities/subscription/subscription-model.enum.js +1 -0
- package/build/entities/models/subscriptions/entities/subscription/subscription-model.enum.js.map +1 -1
- package/build/entities/models/subscriptions/entities/subscription/subscription.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/subscription/user-settin-option.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/entities/subscriptionLogs/subscription-log.entity.d.ts +0 -25
- package/build/entities/models/subscriptions/index.d.ts +1 -0
- package/build/entities/models/subscriptions/index.js +1 -0
- package/build/entities/models/subscriptions/index.js.map +1 -1
- package/build/entities/models/subscriptions/repositories/index.d.ts +1 -0
- package/build/entities/models/subscriptions/repositories/index.js +1 -0
- package/build/entities/models/subscriptions/repositories/index.js.map +1 -1
- package/build/entities/models/subscriptions/repositories/managed-service-subscription-common.repository.d.ts +7 -0
- package/build/entities/models/subscriptions/repositories/managed-service-subscription-common.repository.js +12 -0
- package/build/entities/models/subscriptions/repositories/managed-service-subscription-common.repository.js.map +1 -0
- package/build/entities/models/subscriptions/subscriptions.provider.d.ts +19 -33
- package/build/entities/models/subscriptions/subscriptions.provider.js +15 -0
- package/build/entities/models/subscriptions/subscriptions.provider.js.map +1 -1
- package/build/entities/models/users/entities/rolePermissions/permission.entity.d.ts +0 -25
- package/build/entities/models/users/entities/rolePermissions/role-permission.entity.d.ts +0 -25
- package/build/entities/models/users/entities/users/chat-info.entity.d.ts +0 -25
- package/build/entities/models/users/entities/users/event-info.entity.d.ts +0 -25
- package/build/entities/models/users/entities/users/user.entity.d.ts +0 -25
- package/build/entities/models/users/users.provider.d.ts +0 -25
- package/build/entities/mongoose.providers.d.ts +0 -25
- package/build/entities/services/generate-model.d.ts +0 -25
- package/build/entities/services/get-model-ref.d.ts +0 -25
- package/build/enums/database-model.enum.d.ts +1 -0
- package/build/enums/database-model.enum.js +1 -0
- package/build/enums/database-model.enum.js.map +1 -1
- package/build/enums/repository-provider.enum.d.ts +1 -0
- package/build/enums/repository-provider.enum.js +1 -0
- package/build/enums/repository-provider.enum.js.map +1 -1
- package/build/events/get-categories-by-query.interface.d.ts +1 -1
- package/build/events/get-cities-by-query.interface.d.ts +1 -1
- package/build/events/get-countries-by-query.interface.d.ts +1 -1
- package/build/events/get-industries-by-query.interface.d.ts +1 -1
- package/build/events/get-itp-by-id.interface.d.ts +11 -0
- package/build/events/get-itp-by-id.interface.js +3 -0
- package/build/events/get-itp-by-id.interface.js.map +1 -0
- package/build/events/get-tags-by-query.interface.d.ts +1 -1
- package/build/events/subjects.d.ts +1 -0
- package/build/events/subjects.js +1 -0
- package/build/events/subjects.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/utils/getEndpoint.js.map +1 -1
- package/package.json +1 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meeting.entity.js","sourceRoot":"","sources":["../../../../../../src/entities/models/meetings/entities/meetings/meeting.entity.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"meeting.entity.js","sourceRoot":"","sources":["../../../../../../src/entities/models/meetings/entities/meetings/meeting.entity.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Schema } from 'mongoose';
|
|
52
27
|
import { CustomModel } from '../../../../../db/CustomModel';
|
|
53
28
|
import { UserAvailabilityDay } from './user-availability-day.enum';
|
package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.d.ts
CHANGED
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Connection } from 'mongoose';
|
|
52
27
|
import { Contact } from '../../../companies';
|
|
53
28
|
import { Event } from '../../../../../entities/models/events';
|
package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.js
CHANGED
|
@@ -6,7 +6,6 @@ const validateProjectionResult_1 = require("../../../../../validators/validatePr
|
|
|
6
6
|
const validateProjection_1 = require("../../../../../validators/validateProjection");
|
|
7
7
|
const validateNewItem_1 = require("../../../../../validators/validateNewItem");
|
|
8
8
|
const validateUpdateItem_1 = require("../../../../../validators/validateUpdateItem");
|
|
9
|
-
const companies_1 = require("../../../companies");
|
|
10
9
|
const get_model_ref_1 = require("../../../../services/get-model-ref");
|
|
11
10
|
const generate_model_1 = require("../../../../../entities/services/generate-model");
|
|
12
11
|
const meeting_type_enum_1 = require("../../../../../types/meeting-type.enum");
|
|
@@ -55,7 +54,12 @@ const userAvailabilityFactory = (connection, companyConnection, eventConnection)
|
|
|
55
54
|
location: { type: String },
|
|
56
55
|
viewCount: { type: Number, default: 0 },
|
|
57
56
|
scheduledMeetingCount: { type: Number, default: 0 },
|
|
58
|
-
teamMembers: [
|
|
57
|
+
teamMembers: [
|
|
58
|
+
{
|
|
59
|
+
type: ObjectId,
|
|
60
|
+
ref: (0, get_model_ref_1.getModelRef)('Contact', companyConnection),
|
|
61
|
+
},
|
|
62
|
+
],
|
|
59
63
|
meetingType: {
|
|
60
64
|
type: String,
|
|
61
65
|
enum: Object.values(meeting_type_enum_1.MeetingType),
|
package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-availability.entity.js","sourceRoot":"","sources":["../../../../../../src/entities/models/meetings/entities/userAvailabilities/user-availability.entity.ts"],"names":[],"mappings":";;;AAAA,uCAA6C;AAC7C,iGAA6F;AAC7F,qFAAiF;AACjF,+EAA2E;AAC3E,qFAAiF;
|
|
1
|
+
{"version":3,"file":"user-availability.entity.js","sourceRoot":"","sources":["../../../../../../src/entities/models/meetings/entities/userAvailabilities/user-availability.entity.ts"],"names":[],"mappings":";;;AAAA,uCAA6C;AAC7C,iGAA6F;AAC7F,qFAAiF;AACjF,+EAA2E;AAC3E,qFAAiF;AAQjF,sEAAgE;AAChE,oFAA+E;AAE/E,8EAAoE;AACpE,2FAG4C;AAE5C,MAAM,QAAQ,GAAG,iBAAM,CAAC,KAAK,CAAC,QAAQ,CAAA;AAGtC,MAAa,gBAAgB;CAkB5B;AAlBD,4CAkBC;AAEM,MAAM,uBAAuB,GAAG,CACrC,UAAsB,EACtB,iBAA6B,EAC7B,eAA2B,EAC3B,EAAE;IACF,MAAM,sBAAsB,GAAG,IAAI,iBAAM,CAGvC;QACA,OAAO,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,IAAA,2BAAW,EAAoB,OAAO,EAAE,eAAe,CAAC;SAC9D;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,GAAG,EAAE;gBACR,OAAO,IAAA,2BAAW,EAAwB,SAAS,EAAE,iBAAiB,CAAC,CAAA;YACzE,CAAC;SACF;QACD,SAAS,EAAE;YACT,IAAI,EAAE,CAAC,MAAM,CAAC;YACd,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE;gBACR,SAAS,EAAE,CAAC,SAAmB,EAAE,EAAE;oBACjC,IAAI,SAAS,IAAI,SAAS,CAAC,MAAM,EAAE,CAAC;wBAClC,OAAO,SAAS,CAAC,KAAK,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,GAAG,EAAE,KAAK,CAAC,CAAC,CAAA;oBAC3D,CAAC;yBAAM,CAAC;wBACN,OAAO,IAAI,CAAA;oBACb,CAAC;gBACH,CAAC;gBACD,OAAO,EAAE,mCAAmC;aAC7C;SACF;QACD,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;QAChD,QAAQ,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE;QAC7D,YAAY,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE;QAC1C,yBAAyB,EAAE;YACzB;gBACE,IAAI,EAAE,kEAA8B;aACrC;SACF;QACD,kBAAkB,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;QACpC,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE;QAC1C,QAAQ,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;QAC1B,SAAS,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE;QACvC,qBAAqB,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE;QACnD,WAAW,EAAE;YACX;gBACE,IAAI,EAAE,QAAQ;gBACd,GAAG,EAAE,IAAA,2BAAW,EAAwB,SAAS,EAAE,iBAAiB,CAAC;aACtE;SACF;QACD,WAAW,EAAE;YACX,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,+BAAW,CAAC;YAChC,OAAO,EAAE,+BAAW,CAAC,IAAI;SAC1B;QACD,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;QAC5D,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;KAC7D,CAAC,CAAA;IAEF,MAAM,uBAAuB,GAAG;QAC9B,KAAK;QACL,SAAS;QACT,WAAW;QACX,WAAW;QACX,MAAM;QACN,UAAU;QACV,cAAc;QACd,2BAA2B;QAC3B,oBAAoB;QACpB,SAAS;QACT,UAAU;QACV,aAAa;QACb,WAAW;QACX,uBAAuB;QACvB,aAAa;QACb,WAAW;QACX,WAAW;KACZ,CAAA;IAED,MAAM,4BAA4B,GAAG;QACnC,KAAK;QACL,SAAS;QACT,WAAW;QACX,WAAW;QACX,MAAM;QACN,UAAU;QACV,cAAc;QACd,2BAA2B;QAC3B,oBAAoB;QACpB,WAAW;QACX,SAAS;QACT,UAAU;QACV,aAAa;QACb,WAAW;QACX,uBAAuB;QACvB,aAAa;QACb,WAAW;KACZ,CAAA;IAED,MAAM,+BAA+B,GAAG;QACtC,WAAW;QACX,MAAM;QACN,UAAU;QACV,cAAc;QACd,2BAA2B;QAC3B,oBAAoB;QACpB,SAAS;QACT,UAAU;QACV,aAAa;QACb,WAAW;QACX,uBAAuB;QACvB,aAAa;QACb,WAAW;KACZ,CAAA;IAED,sBAAsB,CAAC,OAAO,CAAC,wBAAwB,GAAG,CACxD,sBAAsB,EACtB,EAAE,CAAC,IAAA,mDAAwB,EAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAA;IAE9E,sBAAsB,CAAC,OAAO,CAAC,kBAAkB,GAAG,CAClD,wBAAwB,EACxB,EAAE,CAAC,IAAA,uCAAkB,EAAC,uBAAuB,EAAE,wBAAwB,CAAC,CAAA;IAE1E,sBAAsB,CAAC,OAAO,CAAC,eAAe,GAAG,CAAC,UAAU,EAAE,EAAE,CAC9D,IAAA,iCAAe,EAAC,4BAA4B,EAAE,UAAU,CAAC,CAAA;IAE3D,sBAAsB,CAAC,OAAO,CAAC,kBAAkB,GAAG,CAAC,aAAa,EAAE,EAAE,CACpE,IAAA,uCAAkB,EAAC,+BAA+B,EAAE,aAAa,CAAC,CAAA;IAEpE,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,EAAE,KAAK,WAAiB,IAAI;QAGvE,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,IAAI,EAAE,CAAA;QACnC,IAAI,EAAE,CAAA;IACR,CAAC,CAAC,CAAA;IAEF,OAAO,IAAA,8BAAa,EAClB,kBAAkB,EAClB,UAAU,EACV,sBAAsB,CACvB,CAAA;AACH,CAAC,CAAA;AA/IY,QAAA,uBAAuB,2BA+InC"}
|
|
@@ -22,33 +22,8 @@
|
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
24
|
/// <reference types="mongoose" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
48
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
49
25
|
/// <reference types="mongoose/types/inferschematype" />
|
|
50
26
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
51
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
52
27
|
import { DatabaseModel } from '../../../enums/database-model.enum';
|
|
53
28
|
import { DatabaseConnection } from '../../../enums/database-connection.enum';
|
|
54
29
|
export declare const meetingProviders: ({
|
|
@@ -22,33 +22,8 @@
|
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
24
|
/// <reference types="mongoose" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
48
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
49
25
|
/// <reference types="mongoose/types/inferschematype" />
|
|
50
26
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
51
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
52
27
|
export declare const modelProviders: ({
|
|
53
28
|
provide: import("../..").DatabaseModel;
|
|
54
29
|
useFactory: (connection: import("mongoose").Connection, eventConnection: import("mongoose").Connection, userConnection: import("mongoose").Connection) => import("mongoose").Model<import("./common").AuditTrail, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./common").AuditTrail> & import("./common").AuditTrail & Required<{
|
|
@@ -107,6 +82,12 @@ export declare const modelProviders: ({
|
|
|
107
82
|
_id: string;
|
|
108
83
|
}>, any>;
|
|
109
84
|
inject: import("../..").DatabaseConnection[];
|
|
85
|
+
} | {
|
|
86
|
+
provide: import("../..").DatabaseModel;
|
|
87
|
+
useFactory: (connection: import("mongoose").Connection, companyConnection: import("mongoose").Connection, eventConnection: import("mongoose").Connection) => import("mongoose").Model<import("./subscriptions").ManagedServiceSubscription, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./subscriptions").ManagedServiceSubscription> & import("./subscriptions").ManagedServiceSubscription & Required<{
|
|
88
|
+
_id: string;
|
|
89
|
+
}>, any>;
|
|
90
|
+
inject: import("../..").DatabaseConnection[];
|
|
110
91
|
} | {
|
|
111
92
|
provide: import("../..").DatabaseModel;
|
|
112
93
|
useFactory: (connection: import("mongoose").Connection) => import("mongoose").Model<import("./subscriptions").Feature, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./subscriptions").Feature> & import("./subscriptions").Feature & Required<{
|
|
@@ -131,6 +112,10 @@ export declare const modelProviders: ({
|
|
|
131
112
|
_id: string;
|
|
132
113
|
}>, any>;
|
|
133
114
|
inject: import("../..").DatabaseConnection[];
|
|
115
|
+
} | {
|
|
116
|
+
provide: import("../..").RepositoryProvider;
|
|
117
|
+
inject: import("../..").DatabaseModel[];
|
|
118
|
+
useFactory: (companySubscription: import("../..").CustomModel<import("./subscriptions").ManagedServiceSubscription>) => import("./subscriptions").ManagedServiceSubscriptionCommonRepository;
|
|
134
119
|
} | {
|
|
135
120
|
provide: import("../..").RepositoryProvider;
|
|
136
121
|
inject: import("../..").DatabaseModel[];
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Connection, Schema } from 'mongoose';
|
|
52
27
|
import { CustomModel } from '../../../../../db/CustomModel';
|
|
53
28
|
import { UserType } from '../../../../../types/user-type.enum';
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Connection, Schema } from 'mongoose';
|
|
52
27
|
import { Company } from '../../../companies';
|
|
53
28
|
import { Event } from '../../../events';
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Connection } from 'mongoose';
|
|
52
27
|
import { Company, Contact } from '../../../companies';
|
|
53
28
|
import { Event } from '../../../events';
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Schema } from 'mongoose';
|
|
52
27
|
import { CustomModel } from '../../../../../db/CustomModel';
|
|
53
28
|
import { EndpointType } from '../../../../../types/endpoint-type.enum';
|
|
@@ -21,33 +21,8 @@
|
|
|
21
21
|
/// <reference types="mongoose/types/utility" />
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/aggregate" />
|
|
25
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/callback" />
|
|
26
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/collection" />
|
|
27
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/connection" />
|
|
28
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/cursor" />
|
|
29
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/document" />
|
|
30
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/error" />
|
|
31
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/expressions" />
|
|
32
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/helpers" />
|
|
33
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/middlewares" />
|
|
34
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/indexes" />
|
|
35
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/models" />
|
|
36
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/mongooseoptions" />
|
|
37
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/pipelinestage" />
|
|
38
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/populate" />
|
|
39
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/query" />
|
|
40
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schemaoptions" />
|
|
41
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/schematypes" />
|
|
42
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/session" />
|
|
43
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/types" />
|
|
44
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/utility" />
|
|
45
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/validation" />
|
|
46
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/virtuals" />
|
|
47
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose" />
|
|
48
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
49
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
50
|
-
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
51
26
|
import { Connection, Schema } from 'mongoose';
|
|
52
27
|
import { CustomModel } from '../../../../../db/CustomModel';
|
|
53
28
|
import { FeatureType } from '../../../../../types/feature-type.enum';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./managed-service-subscription-status.enum"), exports);
|
|
18
|
+
__exportStar(require("./managed-service-subscription-user-status.enum"), exports);
|
|
19
|
+
__exportStar(require("./managed-service-subscription-user.entity"), exports);
|
|
20
|
+
__exportStar(require("./managed-service-subscription.entity"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/entities/models/subscriptions/entities/managedServiceSubscriptions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA0D;AAC1D,kFAA+D;AAC/D,6EAA0D;AAC1D,wEAAqD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ManagedServiceSubscriptionStatus = void 0;
|
|
4
|
+
var ManagedServiceSubscriptionStatus;
|
|
5
|
+
(function (ManagedServiceSubscriptionStatus) {
|
|
6
|
+
ManagedServiceSubscriptionStatus["ACTIVE"] = "Active";
|
|
7
|
+
ManagedServiceSubscriptionStatus["EXPIRED"] = "Expired";
|
|
8
|
+
ManagedServiceSubscriptionStatus["CANCELED"] = "Canceled";
|
|
9
|
+
ManagedServiceSubscriptionStatus["SUSPENDED"] = "Suspended";
|
|
10
|
+
ManagedServiceSubscriptionStatus["PAYMENT_DUE"] = "PaymentDue";
|
|
11
|
+
ManagedServiceSubscriptionStatus["PAUSE"] = "Pause";
|
|
12
|
+
ManagedServiceSubscriptionStatus["TRIAL"] = "Trial";
|
|
13
|
+
})(ManagedServiceSubscriptionStatus || (exports.ManagedServiceSubscriptionStatus = ManagedServiceSubscriptionStatus = {}));
|
|
14
|
+
//# sourceMappingURL=managed-service-subscription-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-service-subscription-status.enum.js","sourceRoot":"","sources":["../../../../../../src/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gCAQX;AARD,WAAY,gCAAgC;IAC1C,qDAAiB,CAAA;IACjB,uDAAmB,CAAA;IACnB,yDAAqB,CAAA;IACrB,2DAAuB,CAAA;IACvB,8DAA0B,CAAA;IAC1B,mDAAe,CAAA;IACf,mDAAe,CAAA;AACjB,CAAC,EARW,gCAAgC,gDAAhC,gCAAgC,QAQ3C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ManagedServiceSubscriptionUserStatus = void 0;
|
|
4
|
+
var ManagedServiceSubscriptionUserStatus;
|
|
5
|
+
(function (ManagedServiceSubscriptionUserStatus) {
|
|
6
|
+
ManagedServiceSubscriptionUserStatus["ACTIVE"] = "Active";
|
|
7
|
+
ManagedServiceSubscriptionUserStatus["DISABLED"] = "Disabled";
|
|
8
|
+
})(ManagedServiceSubscriptionUserStatus || (exports.ManagedServiceSubscriptionUserStatus = ManagedServiceSubscriptionUserStatus = {}));
|
|
9
|
+
//# sourceMappingURL=managed-service-subscription-user-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-service-subscription-user-status.enum.js","sourceRoot":"","sources":["../../../../../../src/entities/models/subscriptions/entities/managedServiceSubscriptions/managed-service-subscription-user-status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,yDAAiB,CAAA;IACjB,6DAAqB,CAAA;AACvB,CAAC,EAHW,oCAAoC,oDAApC,oCAAoC,QAG/C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
+
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
+
import { Connection, Schema } from "mongoose";
|
|
27
|
+
import { CustomModel } from "../../../../../db/CustomModel";
|
|
28
|
+
import { UserType } from "../../../../../types/user-type.enum";
|
|
29
|
+
import { User } from "../../../../../entities/models/users";
|
|
30
|
+
import { ManagedServiceSubscriptionStatus } from "./managed-service-subscription-status.enum";
|
|
31
|
+
export type ManagedServiceSubscriptionUserModel = CustomModel<ManagedServiceSubscriptionUser>;
|
|
32
|
+
export declare class ManagedServiceSubscriptionUser {
|
|
33
|
+
_id?: string;
|
|
34
|
+
userId: User;
|
|
35
|
+
status: ManagedServiceSubscriptionStatus;
|
|
36
|
+
type: UserType;
|
|
37
|
+
creditLimit: number;
|
|
38
|
+
remainingPoints: number;
|
|
39
|
+
features: any[];
|
|
40
|
+
countries: any[];
|
|
41
|
+
locations: any[];
|
|
42
|
+
}
|
|
43
|
+
export declare const getManagedServiceSubscriptionUserSchema: (connection: Connection, userConnection: Connection) => Schema<ManagedServiceSubscriptionUser, ManagedServiceSubscriptionUserModel>;
|