easywork-common-lib 1.0.1341 → 1.0.1342
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/entities/index.d.ts
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
35
|
-
export * from
|
|
36
|
-
export * from
|
|
37
|
-
export * from
|
|
38
|
-
export * from
|
|
39
|
-
export * from
|
|
40
|
-
export * from
|
|
41
|
-
export * from
|
|
42
|
-
export * from
|
|
43
|
-
export * from
|
|
44
|
-
export * from
|
|
45
|
-
export * from
|
|
46
|
-
export * from
|
|
47
|
-
export * from
|
|
48
|
-
export * from
|
|
49
|
-
export * from
|
|
50
|
-
export * from
|
|
51
|
-
export * from
|
|
52
|
-
export * from
|
|
53
|
-
export * from
|
|
54
|
-
export * from
|
|
55
|
-
export * from
|
|
56
|
-
export * from
|
|
57
|
-
export * from
|
|
58
|
-
export * from
|
|
59
|
-
export * from
|
|
60
|
-
export * from
|
|
61
|
-
export * from
|
|
62
|
-
export * from
|
|
1
|
+
export * from "./app_config/app-config.entity";
|
|
2
|
+
export * from "./currency.entity";
|
|
3
|
+
export * from "./drive";
|
|
4
|
+
export * from "./easyapp/filter-view.entity";
|
|
5
|
+
export * from "./email.entity";
|
|
6
|
+
export * from "./group.entity";
|
|
7
|
+
export * from "./group/group-collection-responsible.entity";
|
|
8
|
+
export * from "./imap-config.entity";
|
|
9
|
+
export * from "./login-history.entity";
|
|
10
|
+
export * from "./meeting-comment.entity";
|
|
11
|
+
export * from "./meeting.entity";
|
|
12
|
+
export * from "./menu-permissions.entity";
|
|
13
|
+
export * from "./notifications";
|
|
14
|
+
export * from "./otp-log.entity";
|
|
15
|
+
export * from "./qrcode.entity";
|
|
16
|
+
export * from "./permission.entity";
|
|
17
|
+
export * from "./phone.entity";
|
|
18
|
+
export * from "./policy";
|
|
19
|
+
export * from "./profile.entity";
|
|
20
|
+
export * from "./protocol.entity";
|
|
21
|
+
export * from "./refresh-token.entity";
|
|
22
|
+
export * from "./role.entity";
|
|
23
|
+
export * from "./sales";
|
|
24
|
+
export * from "./tag.entity";
|
|
25
|
+
export * from "./policy-tag.entity";
|
|
26
|
+
export * from "./template.entity";
|
|
27
|
+
export * from "./user-invitations.entity";
|
|
28
|
+
export * from "./user.entity";
|
|
29
|
+
export * from "./user-group-status.entity";
|
|
30
|
+
export * from "./user-from-cognito.entity";
|
|
31
|
+
export * from "./company.entity";
|
|
32
|
+
export * from "./user-special-role.entity";
|
|
33
|
+
export * from "./capacitation";
|
|
34
|
+
export * from "./tools";
|
|
35
|
+
export * from "./project_management";
|
|
36
|
+
export * from "./tools/mail/email-signature.entity";
|
|
37
|
+
export * from "./tools/mail/mailbox-user-access.entity";
|
|
38
|
+
export * from "./tools/mail/mailbox.entity";
|
|
39
|
+
export * from "./tools/mail/mail.entity";
|
|
40
|
+
export * from "./tools/mail/mail-gmail.entity";
|
|
41
|
+
export * from "./tools/mail/mail-crm-queue-distribution.entity";
|
|
42
|
+
export * from "./tools/mail/mail-crm-queue-entities-assigned.entity";
|
|
43
|
+
export * from "./tools/mail/mail-crm-queue-status.entity";
|
|
44
|
+
export * from "./tools/mail/mail-contact.entity";
|
|
45
|
+
export * from "./all-activities.entity";
|
|
46
|
+
export * from "./thirdparty/google-webhooks-config.entity";
|
|
47
|
+
export * from "./thirdparty/google-gmail-watch-record.entity";
|
|
48
|
+
export * from "./thirdparty/oauth.entity";
|
|
49
|
+
export * from "./thirdparty/diio-integration.entity";
|
|
50
|
+
export * from "./messaging/whatsapp";
|
|
51
|
+
export * from "./subscriptions/plan.entity";
|
|
52
|
+
export * from "./subscriptions/feature.entity";
|
|
53
|
+
export * from "./subscriptions/plan-feature.entity";
|
|
54
|
+
export * from "./subscriptions/subscription.entity";
|
|
55
|
+
export * from "./payments/payment.entity";
|
|
56
|
+
export * from "./payments/stripe-payment.entity";
|
|
57
|
+
export * from "./payments/banbajio-payment.entity";
|
|
58
|
+
export * from "./helpers";
|
|
59
|
+
export * from "./audit.entity";
|
|
60
|
+
export * from "./role-audit-log.entity";
|
|
61
|
+
export * from "./user-change-log.entity";
|
|
62
|
+
export * from "./subgroup.entity";
|
|
63
|
+
export * from "./import-job.entity";
|
package/dist/entities/index.js
CHANGED
|
@@ -76,4 +76,5 @@ __exportStar(require("./audit.entity"), exports);
|
|
|
76
76
|
__exportStar(require("./role-audit-log.entity"), exports);
|
|
77
77
|
__exportStar(require("./user-change-log.entity"), exports);
|
|
78
78
|
__exportStar(require("./subgroup.entity"), exports);
|
|
79
|
+
__exportStar(require("./import-job.entity"), exports);
|
|
79
80
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,oDAAkC;AAClC,0CAAwB;AACxB,+DAA6C;AAC7C,iDAA+B;AAC/B,iDAA+B;AAC/B,8EAA4D;AAC5D,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mDAAiC;AACjC,kDAAgC;AAChC,sDAAoC;AACpC,iDAA+B;AAC/B,2CAAyB;AACzB,mDAAiC;AACjC,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B;AAC9B,0CAAwB;AACxB,+CAA6B;AAC7B,sDAAoC;AACpC,oDAAkC;AAClC,4DAA0C;AAC1C,gDAA8B;AAC9B,6DAA2C;AAC3C,6DAA2C;AAC3C,mDAAiC;AACjC,6DAA2C;AAG3C,iDAA+B;AAG/B,0CAAwB;AAGxB,uDAAqC;AAGrC,sEAAoD;AACpD,0EAAwD;AACxD,8DAA4C;AAC5C,2DAAyC;AACzC,iEAA+C;AAC/C,kFAAgE;AAChE,uFAAqE;AACrE,4EAA0D;AAC1D,mEAAiD;AAGjD,0DAAwC;AAGxC,6EAA2D;AAC3D,gFAA8D;AAC9D,4DAA0C;AAC1C,uEAAqD;AAGrD,uDAAqC;AAGrC,8DAA4C;AAC5C,iEAA+C;AAC/C,sEAAoD;AACpD,sEAAoD;AAGpD,4DAA0C;AAC1C,mEAAiD;AACjD,qEAAmD;AAGnD,4CAA0B;AAG1B,iDAA+B;AAC/B,0DAAwC;AAGxC,2DAAyC;AAGzC,oDAAkC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,oDAAkC;AAClC,0CAAwB;AACxB,+DAA6C;AAC7C,iDAA+B;AAC/B,iDAA+B;AAC/B,8EAA4D;AAC5D,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mDAAiC;AACjC,kDAAgC;AAChC,sDAAoC;AACpC,iDAA+B;AAC/B,2CAAyB;AACzB,mDAAiC;AACjC,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B;AAC9B,0CAAwB;AACxB,+CAA6B;AAC7B,sDAAoC;AACpC,oDAAkC;AAClC,4DAA0C;AAC1C,gDAA8B;AAC9B,6DAA2C;AAC3C,6DAA2C;AAC3C,mDAAiC;AACjC,6DAA2C;AAG3C,iDAA+B;AAG/B,0CAAwB;AAGxB,uDAAqC;AAGrC,sEAAoD;AACpD,0EAAwD;AACxD,8DAA4C;AAC5C,2DAAyC;AACzC,iEAA+C;AAC/C,kFAAgE;AAChE,uFAAqE;AACrE,4EAA0D;AAC1D,mEAAiD;AAGjD,0DAAwC;AAGxC,6EAA2D;AAC3D,gFAA8D;AAC9D,4DAA0C;AAC1C,uEAAqD;AAGrD,uDAAqC;AAGrC,8DAA4C;AAC5C,iEAA+C;AAC/C,sEAAoD;AACpD,sEAAoD;AAGpD,4DAA0C;AAC1C,mEAAiD;AACjD,qEAAmD;AAGnD,4CAA0B;AAG1B,iDAA+B;AAC/B,0DAAwC;AAGxC,2DAAyC;AAGzC,oDAAkC;AAGlC,sDAAoC"}
|
|
@@ -19,8 +19,8 @@ export declare class AuthorizationModule {
|
|
|
19
19
|
}): {
|
|
20
20
|
module: typeof AuthorizationModule;
|
|
21
21
|
imports: import("@nestjs/common").DynamicModule[];
|
|
22
|
-
providers: (typeof
|
|
23
|
-
exports: (typeof
|
|
22
|
+
providers: (typeof TaskAuthorizationService | typeof PolicyAuthorizationService | typeof LeadAuthorizationService | typeof ContactAuthorizationService | typeof ResourceAuthorizationFactory | typeof PermissionEvaluatorService | typeof ResourceAuthorizationService | typeof ResourceAccessFilterService | typeof DynamicFilterService | typeof PermissionCacheService | typeof AuthorizationService)[];
|
|
23
|
+
exports: (typeof TaskAuthorizationService | typeof PolicyAuthorizationService | typeof LeadAuthorizationService | typeof ContactAuthorizationService | typeof ResourceAuthorizationFactory | typeof PermissionEvaluatorService | typeof ResourceAuthorizationService | typeof ResourceAccessFilterService | typeof DynamicFilterService | typeof PermissionCacheService | typeof AuthorizationService)[];
|
|
24
24
|
global: boolean;
|
|
25
25
|
};
|
|
26
26
|
}
|