easywork-common-lib 1.0.117 → 1.0.118
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 +5 -0
- 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
|
@@ -18,6 +18,7 @@ let Oauth = class Oauth extends database_1.BaseEntity {
|
|
|
18
18
|
access_token;
|
|
19
19
|
expires_in;
|
|
20
20
|
userId;
|
|
21
|
+
usergoogle_id;
|
|
21
22
|
};
|
|
22
23
|
exports.Oauth = Oauth;
|
|
23
24
|
__decorate([
|
|
@@ -40,6 +41,10 @@ __decorate([
|
|
|
40
41
|
(0, typeorm_1.Column)(),
|
|
41
42
|
__metadata("design:type", String)
|
|
42
43
|
], Oauth.prototype, "userId", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], Oauth.prototype, "usergoogle_id", void 0);
|
|
43
48
|
exports.Oauth = Oauth = __decorate([
|
|
44
49
|
(0, typeorm_1.Entity)()
|
|
45
50
|
], 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;
|
|
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;CACvB,CAAA;AAlBY,sBAAK;AAEhB;IADC,IAAA,gBAAM,EAAC,KAAK,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;sCACf;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,GAAE;;4CACa;gBAjBX,KAAK;IADjB,IAAA,gBAAM,GAAE;GACI,KAAK,CAkBjB"}
|
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
|