easywork-common-lib 1.0.92 → 1.0.97
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/common/enums/index.d.ts +0 -1
- package/dist/common/enums/index.js +0 -1
- package/dist/common/enums/index.js.map +1 -1
- package/dist/entities/oauth.entity.d.ts +2 -2
- package/dist/entities/oauth.entity.js +5 -5
- 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/common/enums/notification.enum.d.ts +0 -6
- package/dist/common/enums/notification.enum.js +0 -11
- package/dist/common/enums/notification.enum.js.map +0 -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
|
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./sales.enum"), exports);
|
|
18
18
|
__exportStar(require("./tools.enum"), exports);
|
|
19
|
-
__exportStar(require("./notification.enum"), exports);
|
|
20
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B"}
|
|
@@ -18,16 +18,16 @@ let Oauth = class Oauth extends database_1.BaseEntity {
|
|
|
18
18
|
userId;
|
|
19
19
|
};
|
|
20
20
|
exports.Oauth = Oauth;
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, typeorm_1.Column)(),
|
|
23
|
-
__metadata("design:type", String)
|
|
24
|
-
], Oauth.prototype, "service", void 0);
|
|
25
21
|
__decorate([
|
|
26
22
|
(0, typeorm_1.Column)("int"),
|
|
27
23
|
__metadata("design:type", Number)
|
|
24
|
+
], Oauth.prototype, "service", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
28
|
], Oauth.prototype, "code", void 0);
|
|
29
29
|
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)(
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], Oauth.prototype, "userId", void 0);
|
|
33
33
|
exports.Oauth = Oauth = __decorate([
|
|
@@ -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,IAAI,CAAS;IAGb,MAAM,CAAS;CAChB,CAAA;AATY,sBAAK;AAEhB;IADC,IAAA,gBAAM,
|
|
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,IAAI,CAAS;IAGb,MAAM,CAAS;CAChB,CAAA;AATY,sBAAK;AAEhB;IADC,IAAA,gBAAM,EAAC,KAAK,CAAC;;sCACE;AAGhB;IADC,IAAA,gBAAM,GAAE;;mCACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qCACM;gBARJ,KAAK;IADjB,IAAA,gBAAM,GAAE;GACI,KAAK,CASjB"}
|
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
|