biz-email-builder-shared 1.6.17 → 1.6.18
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/entity/index.d.ts +2 -0
- package/dist/entity/index.d.ts.map +1 -1
- package/dist/entity/index.js +2 -0
- package/dist/entity/organisation.entity.d.ts +1 -1
- package/dist/entity/organisation.entity.d.ts.map +1 -1
- package/dist/entity/organisation.entity.js +2 -2
- package/dist/entity/organisationTeams.entity.d.ts +1 -1
- package/dist/entity/organisationTeams.entity.d.ts.map +1 -1
- package/dist/entity/organisationTeams.entity.js +2 -2
- package/package.json +1 -1
package/dist/entity/index.d.ts
CHANGED
|
@@ -6,4 +6,6 @@ export * from "./templateShare.entity";
|
|
|
6
6
|
export * from "./subscriptionPlan.entity";
|
|
7
7
|
export * from "./planHistory.entity";
|
|
8
8
|
export * from "./emailConfiguration.entity";
|
|
9
|
+
export * from "./organisationTeams.entity";
|
|
10
|
+
export * from "./organisation.entity";
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entity/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC"}
|
package/dist/entity/index.js
CHANGED
|
@@ -22,3 +22,5 @@ __exportStar(require("./templateShare.entity"), exports);
|
|
|
22
22
|
__exportStar(require("./subscriptionPlan.entity"), exports);
|
|
23
23
|
__exportStar(require("./planHistory.entity"), exports);
|
|
24
24
|
__exportStar(require("./emailConfiguration.entity"), exports);
|
|
25
|
+
__exportStar(require("./organisationTeams.entity"), exports);
|
|
26
|
+
__exportStar(require("./organisation.entity"), exports);
|
|
@@ -8,7 +8,7 @@ export interface IOrganisation extends Document {
|
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
updatedAt: Date;
|
|
10
10
|
}
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const OrganisationModel: import("mongoose").Model<IOrganisation, {}, {}, {}, import("mongoose").Document<unknown, {}, IOrganisation> & IOrganisation & {
|
|
12
12
|
_id: Types.ObjectId;
|
|
13
13
|
} & {
|
|
14
14
|
__v: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation.entity.d.ts","sourceRoot":"","sources":["../../src/entity/organisation.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,aAAc,SAAQ,QAAQ;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC1B,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB;AAWD,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"organisation.entity.d.ts","sourceRoot":"","sources":["../../src/entity/organisation.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,aAAc,SAAQ,QAAQ;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC1B,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB;AAWD,eAAO,MAAM,iBAAiB;SAC4oI,MAAO,QAAQ;;;OADhmI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.OrganisationModel = void 0;
|
|
4
4
|
const mongoose_1 = require("mongoose");
|
|
5
5
|
const OrganisationSchema = new mongoose_1.Schema({
|
|
6
6
|
name: { type: String, required: true },
|
|
@@ -10,4 +10,4 @@ const OrganisationSchema = new mongoose_1.Schema({
|
|
|
10
10
|
createdAt: { type: Date, default: null },
|
|
11
11
|
updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: "user", required: true },
|
|
12
12
|
}, { timestamps: true });
|
|
13
|
-
exports.
|
|
13
|
+
exports.OrganisationModel = (0, mongoose_1.model)("organisation", OrganisationSchema);
|
|
@@ -10,7 +10,7 @@ export interface IOrganisationTeamSchema extends Document {
|
|
|
10
10
|
updatedAt: Date;
|
|
11
11
|
addedAt: Date;
|
|
12
12
|
}
|
|
13
|
-
export declare const
|
|
13
|
+
export declare const OrganisationTeamModel: import("mongoose").Model<{
|
|
14
14
|
createdAt: NativeDate;
|
|
15
15
|
updatedAt: NativeDate;
|
|
16
16
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisationTeams.entity.d.ts","sourceRoot":"","sources":["../../src/entity/organisationTeams.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAS,MAAM,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC/B,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf;AAWD,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"organisationTeams.entity.d.ts","sourceRoot":"","sources":["../../src/entity/organisationTeams.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAS,MAAM,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC/B,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf;AAWD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SACgxH,MAAO,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAf,MAAO,QAAQ;;;GAD1uH,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.OrganisationTeamModel = void 0;
|
|
4
4
|
const email_builder_utils_1 = require("email-builder-utils");
|
|
5
5
|
const mongoose_1 = require("mongoose");
|
|
6
6
|
const OrganisationTeamSchema = new mongoose_1.Schema({
|
|
@@ -13,4 +13,4 @@ const OrganisationTeamSchema = new mongoose_1.Schema({
|
|
|
13
13
|
updatedBy: { type: mongoose_1.Schema.Types.ObjectId, required: true },
|
|
14
14
|
addedAt: { type: mongoose_1.Schema.Types.ObjectId, required: true }
|
|
15
15
|
}, { timestamps: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.OrganisationTeamModel = (0, mongoose_1.model)("organisation-team", OrganisationTeamSchema);
|