easywork-common-lib 1.0.800 → 1.0.803

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.
@@ -1,37 +1,37 @@
1
- export * from './protocol.entity';
2
- export * from './otp-log.entity';
3
- export * from './refresh-token.entity';
4
- export * from './permission.entity';
5
- export * from './phone.entity';
6
- export * from './email.entity';
7
1
  export * from './app_config/app-config.entity';
8
- export * from './imap-config.entity';
9
- export * from './tag.entity';
10
- export * from './tools';
11
- export * from './drive';
12
- export * from './sales';
13
- export * from './helpers';
14
- export * from './notifications';
15
2
  export * from './capacitation';
16
- export * from './easyapp/filter-view.entity';
17
- export * from './third-party/oauth.entity';
18
- export * from './third-party/service.entity';
19
- export * from './third-party/email.entity';
20
- export * from './third-party/email-config.entity';
21
- export * from './third-party/user-email-relation.entity';
22
3
  export * from './currency.entity';
23
- export * from './user.entity';
4
+ export * from './drive';
5
+ export * from './easyapp/filter-view.entity';
6
+ export * from './email.entity';
7
+ export * from './google-oauth-credentials.entity';
24
8
  export * from './group.entity';
9
+ export * from './helpers';
10
+ export * from './imap-config.entity';
11
+ export * from './login-history.entity';
12
+ export * from './meeting-comment.entity';
13
+ export * from './meeting.entity';
25
14
  export * from './menu-permissions.entity';
15
+ export * from './notifications';
16
+ export * from './otp-log.entity';
17
+ export * from './permission.entity';
18
+ export * from './phone.entity';
19
+ export * from './policy';
26
20
  export * from './profile.entity';
21
+ export * from './protocol.entity';
22
+ export * from './refresh-token.entity';
27
23
  export * from './role.entity';
24
+ export * from './sales';
25
+ export * from './tag.entity';
26
+ export * from './tools';
28
27
  export * from './tools/calendar/event-list-calendars.entity';
29
- export * from './meeting-comment.entity';
30
- export * from './meeting.entity';
31
28
  export * from './user-invitations.entity';
32
- export * from './login-history.entity';
33
- export * from './policy';
34
- export * from './google-oauth-credentials.entity';
29
+ export * from './user.entity';
30
+ export * from './third-party/email-config.entity';
31
+ export * from './third-party/email.entity';
35
32
  export * from './third-party/google-calendar-config.entity';
36
- export * from './third-party/oauth-v2.entity';
37
33
  export * from './third-party/google-webhooks-config.entity';
34
+ export * from './third-party/oauth-v2.entity';
35
+ export * from './third-party/oauth.entity';
36
+ export * from './third-party/service.entity';
37
+ export * from './third-party/user-email-relation.entity';
@@ -14,41 +14,41 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./protocol.entity"), exports);
18
- __exportStar(require("./otp-log.entity"), exports);
19
- __exportStar(require("./refresh-token.entity"), exports);
20
- __exportStar(require("./permission.entity"), exports);
21
- __exportStar(require("./phone.entity"), exports);
22
- __exportStar(require("./email.entity"), exports);
23
17
  __exportStar(require("./app_config/app-config.entity"), exports);
24
- __exportStar(require("./imap-config.entity"), exports);
25
- __exportStar(require("./tag.entity"), exports);
26
- __exportStar(require("./tools"), exports);
27
- __exportStar(require("./drive"), exports);
28
- __exportStar(require("./sales"), exports);
29
- __exportStar(require("./helpers"), exports);
30
- __exportStar(require("./notifications"), exports);
31
18
  __exportStar(require("./capacitation"), exports);
32
- __exportStar(require("./easyapp/filter-view.entity"), exports);
33
- __exportStar(require("./third-party/oauth.entity"), exports);
34
- __exportStar(require("./third-party/service.entity"), exports);
35
- __exportStar(require("./third-party/email.entity"), exports);
36
- __exportStar(require("./third-party/email-config.entity"), exports);
37
- __exportStar(require("./third-party/user-email-relation.entity"), exports);
38
19
  __exportStar(require("./currency.entity"), exports);
39
- __exportStar(require("./user.entity"), exports);
20
+ __exportStar(require("./drive"), exports);
21
+ __exportStar(require("./easyapp/filter-view.entity"), exports);
22
+ __exportStar(require("./email.entity"), exports);
23
+ __exportStar(require("./google-oauth-credentials.entity"), exports);
40
24
  __exportStar(require("./group.entity"), exports);
25
+ __exportStar(require("./helpers"), exports);
26
+ __exportStar(require("./imap-config.entity"), exports);
27
+ __exportStar(require("./login-history.entity"), exports);
28
+ __exportStar(require("./meeting-comment.entity"), exports);
29
+ __exportStar(require("./meeting.entity"), exports);
41
30
  __exportStar(require("./menu-permissions.entity"), exports);
31
+ __exportStar(require("./notifications"), exports);
32
+ __exportStar(require("./otp-log.entity"), exports);
33
+ __exportStar(require("./permission.entity"), exports);
34
+ __exportStar(require("./phone.entity"), exports);
35
+ __exportStar(require("./policy"), exports);
42
36
  __exportStar(require("./profile.entity"), exports);
37
+ __exportStar(require("./protocol.entity"), exports);
38
+ __exportStar(require("./refresh-token.entity"), exports);
43
39
  __exportStar(require("./role.entity"), exports);
40
+ __exportStar(require("./sales"), exports);
41
+ __exportStar(require("./tag.entity"), exports);
42
+ __exportStar(require("./tools"), exports);
44
43
  __exportStar(require("./tools/calendar/event-list-calendars.entity"), exports);
45
- __exportStar(require("./meeting-comment.entity"), exports);
46
- __exportStar(require("./meeting.entity"), exports);
47
44
  __exportStar(require("./user-invitations.entity"), exports);
48
- __exportStar(require("./login-history.entity"), exports);
49
- __exportStar(require("./policy"), exports);
50
- __exportStar(require("./google-oauth-credentials.entity"), exports);
45
+ __exportStar(require("./user.entity"), exports);
46
+ __exportStar(require("./third-party/email-config.entity"), exports);
47
+ __exportStar(require("./third-party/email.entity"), exports);
51
48
  __exportStar(require("./third-party/google-calendar-config.entity"), exports);
52
- __exportStar(require("./third-party/oauth-v2.entity"), exports);
53
49
  __exportStar(require("./third-party/google-webhooks-config.entity"), exports);
50
+ __exportStar(require("./third-party/oauth-v2.entity"), exports);
51
+ __exportStar(require("./third-party/oauth.entity"), exports);
52
+ __exportStar(require("./third-party/service.entity"), exports);
53
+ __exportStar(require("./third-party/user-email-relation.entity"), exports);
54
54
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,sDAAoC;AACpC,iDAA+B;AAC/B,iDAA+B;AAC/B,iEAA+C;AAC/C,uDAAqC;AACrC,+CAA6B;AAC7B,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,iDAA+B;AAC/B,+DAA6C;AAC7C,6DAA2C;AAC3C,+DAA6C;AAC7C,6DAA2C;AAC3C,oEAAkD;AAClD,2EAAyD;AACzD,oDAAkC;AAClC,gDAA8B;AAC9B,iDAA+B;AAC/B,4DAA0C;AAC1C,mDAAiC;AACjC,gDAA8B;AAC9B,+EAA6D;AAC7D,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,yDAAuC;AACvC,2CAAyB;AACzB,oEAAkD;AAClD,8EAA4D;AAC5D,gEAA8C;AAC9C,8EAA4D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,iDAA+B;AAC/B,oDAAkC;AAClC,0CAAwB;AACxB,+DAA6C;AAC7C,iDAA+B;AAC/B,oEAAkD;AAClD,iDAA+B;AAC/B,4CAA0B;AAC1B,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAC/B,2CAAyB;AACzB,mDAAiC;AACjC,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B;AAC9B,0CAAwB;AACxB,+CAA6B;AAC7B,0CAAwB;AACxB,+EAA6D;AAC7D,4DAA0C;AAC1C,gDAA8B;AAG9B,oEAAkD;AAClD,6DAA2C;AAC3C,8EAA4D;AAC5D,8EAA4D;AAC5D,gEAA8C;AAC9C,6DAA2C;AAC3C,+DAA6C;AAC7C,2EAAyD"}
@@ -38,11 +38,11 @@ __decorate([
38
38
  __metadata("design:type", String)
39
39
  ], GoogleCalendarConfig.prototype, "id", void 0);
40
40
  __decorate([
41
- (0, typeorm_1.Column)({ type: 'varchar', unique: true, nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', unique: true }),
42
42
  __metadata("design:type", String)
43
43
  ], GoogleCalendarConfig.prototype, "calendarId", void 0);
44
44
  __decorate([
45
- (0, typeorm_1.Column)({ nullable: true }),
45
+ (0, typeorm_1.Column)(),
46
46
  __metadata("design:type", String)
47
47
  ], GoogleCalendarConfig.prototype, "name", void 0);
48
48
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"google-calendar-config.entity.js","sourceRoot":"","sources":["../../../src/entities/third-party/google-calendar-config.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgH;AAChH,uDAA4C;AAC5C,gDAAsC;AAG/B,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAE/B,EAAE,CAAS;IAGX,UAAU,CAAS;IAGnB,IAAI,CAAS;IAGb,WAAW,CAAU;IAGrB,SAAS,CAAU;IAGnB,QAAQ,CAAS;IAGjB,UAAU,CAAS;IAGnB,eAAe,CAAU;IAGzB,eAAe,CAAU;IAGzB,QAAQ,CAAU;IAGlB,gBAAgB,CAAyC;IAGzD,oBAAoB,CAAgD;IAGpE,oBAAoB,CAAyD;IAG7E,SAAS,CAAQ;IAGjB,SAAS,CAAQ;IAGjB,KAAK,CAAU;IAGf,IAAI,CAAO;CACZ,CAAA;AAnDY,oDAAoB;AAE/B;IADC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;gDACpB;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACvC;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACd;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACN;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uDACR;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;sDACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACe;AAGzD;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEAC0B;AAGpE;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEACmC;AAG7E;IADC,IAAA,0BAAgB,GAAE;8BACP,IAAI;uDAAC;AAGjB;IADC,IAAA,0BAAgB,GAAE;8BACP,IAAI;uDAAC;AAGjB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yBAAO,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC5D,yBAAO;mDAAC;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC1D,kBAAI;kDAAC;+BAlDA,oBAAoB;IADhC,IAAA,gBAAM,GAAE;GACI,oBAAoB,CAmDhC"}
1
+ {"version":3,"file":"google-calendar-config.entity.js","sourceRoot":"","sources":["../../../src/entities/third-party/google-calendar-config.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgH;AAChH,uDAA4C;AAC5C,gDAAsC;AAG/B,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAE/B,EAAE,CAAS;IAGX,UAAU,CAAS;IAGnB,IAAI,CAAS;IAGb,WAAW,CAAU;IAGrB,SAAS,CAAU;IAGnB,QAAQ,CAAS;IAGjB,UAAU,CAAS;IAGnB,eAAe,CAAU;IAGzB,eAAe,CAAU;IAGzB,QAAQ,CAAU;IAGlB,gBAAgB,CAAyC;IAGzD,oBAAoB,CAAgD;IAGpE,oBAAoB,CAAyD;IAG7E,SAAS,CAAQ;IAGjB,SAAS,CAAQ;IAGjB,KAAK,CAAU;IAGf,IAAI,CAAO;CACZ,CAAA;AAnDY,oDAAoB;AAE/B;IADC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;gDACpB;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;wDACvB;AAGnB;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACN;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uDACR;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;sDACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACe;AAGzD;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEAC0B;AAGpE;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEACmC;AAG7E;IADC,IAAA,0BAAgB,GAAE;8BACP,IAAI;uDAAC;AAGjB;IADC,IAAA,0BAAgB,GAAE;8BACP,IAAI;uDAAC;AAGjB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yBAAO,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC5D,yBAAO;mDAAC;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC1D,kBAAI;kDAAC;+BAlDA,oBAAoB;IADhC,IAAA,gBAAM,GAAE;GACI,oBAAoB,CAmDhC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.800",
3
+ "version": "1.0.803",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {