@heliofi/common 0.1.528 → 0.1.529
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/src/domain/model/shopify-gdpr/dtos/Customer.dto.d.ts +2 -2
- package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js +2 -1
- package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js.map +1 -1
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantDetailsPublic.entity.d.ts +6 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantDetailsPublic.entity.js +8 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantDetailsPublic.entity.js.map +1 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/index.js +1 -0
- package/dist/src/domain/model/shopify-merchant-details/entities/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
class CustomerDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
17
18
|
(0, class_validator_1.IsNumber)(),
|
|
18
19
|
__metadata("design:type", Number)
|
|
19
20
|
], CustomerDto.prototype, "id", void 0);
|
|
@@ -24,7 +25,7 @@ __decorate([
|
|
|
24
25
|
], CustomerDto.prototype, "email", void 0);
|
|
25
26
|
__decorate([
|
|
26
27
|
(0, class_validator_1.IsString)(),
|
|
27
|
-
__metadata("design:type",
|
|
28
|
+
__metadata("design:type", Object)
|
|
28
29
|
], CustomerDto.prototype, "phone", void 0);
|
|
29
30
|
exports.CustomerDto = CustomerDto;
|
|
30
31
|
//# sourceMappingURL=Customer.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Customer.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shopify-gdpr/dtos/Customer.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,WAAW;
|
|
1
|
+
{"version":3,"file":"Customer.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shopify-gdpr/dtos/Customer.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAEjE,MAAa,WAAW;CAWvB;AAVC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uCACA;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;;0CACW;AAVxB,kCAWC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShopifyMerchantDetailsPublic = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class ShopifyMerchantDetailsPublic extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.ShopifyMerchantDetailsPublic = ShopifyMerchantDetailsPublic;
|
|
8
|
+
//# sourceMappingURL=ShopifyMerchantDetailsPublic.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopifyMerchantDetailsPublic.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shopify-merchant-details/entities/ShopifyMerchantDetailsPublic.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,4BAA6B,SAAQ,eAAM;CAMvD;AAND,oEAMC"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./ShopifyMerchantDetails.entity"), exports);
|
|
18
|
+
__exportStar(require("./ShopifyMerchantDetailsPublic.entity"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shopify-merchant-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/shopify-merchant-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,wEAAsD"}
|