easywork-common-lib 1.0.121 → 1.0.123
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/oauth.entity.d.ts +1 -0
- package/dist/entities/oauth.entity.js +9 -4
- package/dist/entities/oauth.entity.js.map +1 -1
- package/package.json +1 -1
- package/scripts/bump.sh +5 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/entities/helpers/contact_email.entity.d.ts +0 -11
- package/dist/entities/helpers/contact_email.entity.js +0 -61
- package/dist/entities/helpers/contact_email.entity.js.map +0 -1
- package/dist/entities/helpers/contact_phone.entity.d.ts +0 -11
- package/dist/entities/helpers/contact_phone.entity.js +0 -61
- package/dist/entities/helpers/contact_phone.entity.js.map +0 -1
- package/dist/entities/helpers/contact_sources.entity.d.ts +0 -5
- package/dist/entities/helpers/contact_sources.entity.js +0 -33
- package/dist/entities/helpers/contact_sources.entity.js.map +0 -1
- package/dist/entities/helpers/contact_types.entity.d.ts +0 -5
- package/dist/entities/helpers/contact_types.entity.js +0 -33
- package/dist/entities/helpers/contact_types.entity.js.map +0 -1
- package/dist/entities/helpers/lead_email.entity.d.ts +0 -11
- package/dist/entities/helpers/lead_email.entity.js +0 -59
- package/dist/entities/helpers/lead_email.entity.js.map +0 -1
- package/dist/entities/helpers/lead_phone.entity.d.ts +0 -11
- package/dist/entities/helpers/lead_phone.entity.js +0 -59
- package/dist/entities/helpers/lead_phone.entity.js.map +0 -1
- package/dist/entities/helpers/sales/h_poliza_forma_cobro.entity.d.ts +0 -5
- package/dist/entities/helpers/sales/h_poliza_forma_cobro.entity.js +0 -30
- package/dist/entities/helpers/sales/h_poliza_forma_cobro.entity.js.map +0 -1
- package/dist/entities/helpers/sales/h_poliza_frecuencia_pago.entity.d.ts +0 -6
- package/dist/entities/helpers/sales/h_poliza_frecuencia_pago.entity.js +0 -35
- package/dist/entities/helpers/sales/h_poliza_frecuencia_pago.entity.js.map +0 -1
- package/dist/entities/helpers/sales/h_poliza_type.entity.d.ts +0 -5
- package/dist/entities/helpers/sales/h_poliza_type.entity.js +0 -30
- package/dist/entities/helpers/sales/h_poliza_type.entity.js.map +0 -1
|
@@ -23,6 +23,7 @@ let Oauth = class Oauth extends database_1.BaseEntity {
|
|
|
23
23
|
given_name;
|
|
24
24
|
email;
|
|
25
25
|
picture;
|
|
26
|
+
id_token;
|
|
26
27
|
};
|
|
27
28
|
exports.Oauth = Oauth;
|
|
28
29
|
__decorate([
|
|
@@ -50,21 +51,25 @@ __decorate([
|
|
|
50
51
|
__metadata("design:type", String)
|
|
51
52
|
], Oauth.prototype, "usergoogle_id", void 0);
|
|
52
53
|
__decorate([
|
|
53
|
-
(0, typeorm_1.Column)(),
|
|
54
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
54
55
|
__metadata("design:type", String)
|
|
55
56
|
], Oauth.prototype, "family_name", void 0);
|
|
56
57
|
__decorate([
|
|
57
|
-
(0, typeorm_1.Column)(),
|
|
58
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
58
59
|
__metadata("design:type", String)
|
|
59
60
|
], Oauth.prototype, "given_name", void 0);
|
|
60
61
|
__decorate([
|
|
61
|
-
(0, typeorm_1.Column)(),
|
|
62
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
62
63
|
__metadata("design:type", String)
|
|
63
64
|
], Oauth.prototype, "email", void 0);
|
|
64
65
|
__decorate([
|
|
65
|
-
(0, typeorm_1.Column)(),
|
|
66
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
66
67
|
__metadata("design:type", String)
|
|
67
68
|
], Oauth.prototype, "picture", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], Oauth.prototype, "id_token", void 0);
|
|
68
73
|
exports.Oauth = Oauth = __decorate([
|
|
69
74
|
(0, typeorm_1.Entity)()
|
|
70
75
|
], Oauth);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth.entity.js","sourceRoot":"","sources":["../../src/entities/oauth.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAAgD;AAChD,qCAAyC;AAGlC,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,qBAAU;IAEnC,OAAO,CAAS;IAGhB,aAAa,CAAS;IAGtB,YAAY,CAAS;IAGrB,UAAU,CAAS;IAGnB,MAAM,CAAS;IAGf,aAAa,CAAS;IAGtB,WAAW,CAAS;IAGpB,UAAU,CAAS;IAGnB,KAAK,CAAS;IAGd,OAAO,CAAS;
|
|
1
|
+
{"version":3,"file":"oauth.entity.js","sourceRoot":"","sources":["../../src/entities/oauth.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAAgD;AAChD,qCAAyC;AAGlC,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,qBAAU;IAEnC,OAAO,CAAS;IAGhB,aAAa,CAAS;IAGtB,YAAY,CAAS;IAGrB,UAAU,CAAS;IAGnB,MAAM,CAAS;IAGf,aAAa,CAAS;IAGtB,WAAW,CAAS;IAGpB,UAAU,CAAS;IAGnB,KAAK,CAAS;IAGd,OAAO,CAAS;IAGhB,QAAQ,CAAS;CAClB,CAAA;AAjCY,sBAAK;AAEhB;IADC,IAAA,gBAAM,EAAC,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;sCAChB;AAGhB;IADC,IAAA,gBAAM,GAAE;;4CACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;2CACY;AAGrB;IADC,IAAA,gBAAM,EAAC,KAAK,CAAC;;yCACK;AAGnB;IADC,IAAA,gBAAM,GAAE;;qCACM;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACL;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCACR;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oCACb;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCACV;gBAhCN,KAAK;IADjB,IAAA,gBAAM,GAAE;GACI,KAAK,CAiCjB"}
|
package/package.json
CHANGED
package/scripts/bump.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
git add .
|
|
2
|
-
git commit -m "bump version"
|
|
3
|
-
git push
|
|
4
|
-
npm version patch
|
|
5
|
-
yarn build
|
|
1
|
+
git add .
|
|
2
|
+
git commit -m "bump version"
|
|
3
|
+
git push
|
|
4
|
+
npm version patch
|
|
5
|
+
yarn build
|
|
6
6
|
npm publish
|