@aldb2b/common 1.0.947 → 1.0.948
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.
|
@@ -50,30 +50,6 @@
|
|
|
50
50
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
51
51
|
/// <reference types="@aldb2b/common/node_modules/mongoose/types/inferschematype" />
|
|
52
52
|
export declare const modelProviders: ({
|
|
53
|
-
provide: import("../..").DatabaseModel;
|
|
54
|
-
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<{
|
|
55
|
-
_id: string;
|
|
56
|
-
}>, any>;
|
|
57
|
-
inject: import("../..").DatabaseConnection[];
|
|
58
|
-
} | {
|
|
59
|
-
provide: import("../..").RepositoryProvider;
|
|
60
|
-
inject: import("../..").DatabaseModel[];
|
|
61
|
-
useFactory: (auditModel: import("../..").CustomModel<import("./common").AuditTrail>) => import("./common").AuditTrailRepository;
|
|
62
|
-
} | {
|
|
63
|
-
provide: import("../..").ServiceProvider;
|
|
64
|
-
inject: (import("../..").DatabaseModel | import("../..").RepositoryProvider)[];
|
|
65
|
-
useFactory: (auditLogRepository: import("./common").AuditTrailRepository, userModel: import("../..").CustomModel<import("./users").User>) => import("./common").AuditTrailService;
|
|
66
|
-
} | {
|
|
67
|
-
provide: import("../..").DatabaseModel;
|
|
68
|
-
useFactory: (connection: import("mongoose").Connection, eventConnection: import("mongoose").Connection, companyConnection: import("mongoose").Connection) => import("mongoose").Model<import("./common").PreferenceCustomization, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./common").PreferenceCustomization> & import("./common").PreferenceCustomization & Required<{
|
|
69
|
-
_id: string;
|
|
70
|
-
}>, any>;
|
|
71
|
-
inject: import("../..").DatabaseConnection[];
|
|
72
|
-
} | {
|
|
73
|
-
provide: import("../..").RepositoryProvider;
|
|
74
|
-
inject: import("../..").DatabaseModel[];
|
|
75
|
-
useFactory: (preferenceCustomizationModel: import("../..").CustomModel<import("./common").PreferenceCustomization>) => import("./common").PreferenceCustomizationRepository;
|
|
76
|
-
} | {
|
|
77
53
|
provide: import("../..").DatabaseModel;
|
|
78
54
|
useFactory: (connection: import("mongoose").Connection, companyConnection: import("mongoose").Connection, eventConnection: import("mongoose").Connection) => import("mongoose").Model<import("./meetings").Meeting, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./meetings").Meeting> & import("./meetings").Meeting & Required<{
|
|
79
55
|
_id: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.modelProviders = void 0;
|
|
4
|
-
const common_provider_1 = require("./common/common.provider");
|
|
5
4
|
const companies_1 = require("./companies");
|
|
6
5
|
const events_provider_1 = require("./events/events.provider");
|
|
7
6
|
const meetings_1 = require("./meetings");
|
|
@@ -13,6 +12,5 @@ exports.modelProviders = [
|
|
|
13
12
|
...users_provider_1.userProviders,
|
|
14
13
|
...meetings_1.meetingProviders,
|
|
15
14
|
...subscriptions_provider_1.subscriptionProviders,
|
|
16
|
-
...common_provider_1.commonProviders,
|
|
17
15
|
];
|
|
18
16
|
//# sourceMappingURL=model.providers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.providers.js","sourceRoot":"","sources":["../../../src/entities/models/model.providers.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"model.providers.js","sourceRoot":"","sources":["../../../src/entities/models/model.providers.ts"],"names":[],"mappings":";;;AACA,2CAAgD;AAChD,8DAAyD;AACzD,yCAA6C;AAC7C,mFAA8E;AAC9E,2DAAsD;AAEzC,QAAA,cAAc,GAAG;IAC5B,GAAG,gCAAc;IACjB,GAAG,8BAAkB;IACrB,GAAG,8BAAa;IAChB,GAAG,2BAAgB;IACnB,GAAG,8CAAqB;CACzB,CAAA"}
|