@nmshd/content 1.3.0 → 2.0.0-alpha.2.1
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/attributes/Attribute.d.ts +9 -11
- package/dist/attributes/Attribute.js +27 -14
- package/dist/attributes/Attribute.js.map +1 -1
- package/dist/attributes/AttributeName.d.ts +16 -0
- package/dist/attributes/AttributeName.js +62 -0
- package/dist/attributes/AttributeName.js.map +1 -0
- package/dist/attributes/AttributeNamespace.d.ts +8 -0
- package/dist/attributes/AttributeNamespace.js +13 -0
- package/dist/attributes/AttributeNamespace.js.map +1 -0
- package/dist/attributes/addresses/Address.d.ts +22 -0
- package/dist/attributes/{types/address/DeliveryBoxAddress.js → addresses/Address.js} +31 -22
- package/dist/attributes/addresses/Address.js.map +1 -0
- package/dist/attributes/addresses/DeliveryAddress.d.ts +12 -0
- package/dist/attributes/{types/birth/BirthDate.js → addresses/DeliveryAddress.js} +17 -17
- package/dist/attributes/addresses/DeliveryAddress.js.map +1 -0
- package/dist/buildInformation.js +4 -4
- package/dist/index.d.ts +4 -10
- package/dist/index.js +4 -10
- package/dist/index.js.map +1 -1
- package/dist/messages/RequestMail.d.ts +2 -2
- package/dist/messages/RequestMail.js +4 -4
- package/dist/messages/RequestMail.js.map +1 -1
- package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +29 -0
- package/dist/relationships/RelationshipCreationChangeRequestBody.js +56 -0
- package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +1 -0
- package/dist/relationships/RelationshipCreationChangeResponseBody.d.ts +0 -0
- package/dist/relationships/RelationshipCreationChangeResponseBody.js +2 -0
- package/dist/relationships/RelationshipCreationChangeResponseBody.js.map +1 -0
- package/dist/relationships/RelationshipExistsAction.d.ts +7 -0
- package/dist/{attributes/types/birth/BirthCountry.js → relationships/RelationshipExistsAction.js} +7 -8
- package/dist/relationships/RelationshipExistsAction.js.map +1 -0
- package/dist/relationships/RelationshipExistsMessageAction.d.ts +11 -0
- package/dist/{attributes/types/address/City.js → relationships/RelationshipExistsMessageAction.js} +10 -10
- package/dist/relationships/RelationshipExistsMessageAction.js.map +1 -0
- package/dist/relationships/RelationshipTemplateBody.d.ts +42 -0
- package/dist/relationships/RelationshipTemplateBody.js +73 -0
- package/dist/relationships/RelationshipTemplateBody.js.map +1 -0
- package/dist/requests/Request.js +1 -1
- package/dist/requests/Request.js.map +1 -1
- package/dist/requests/RequestItemGroup.d.ts +1 -0
- package/dist/requests/RequestItemGroup.js +6 -2
- package/dist/requests/RequestItemGroup.js.map +1 -1
- package/dist/requests/index.d.ts +7 -0
- package/dist/{attributes/types/birth → requests}/index.js +7 -8
- package/dist/requests/index.js.map +1 -0
- package/dist/requests/{AttributesChangeRequest.d.ts → old/AttributesChangeRequest.d.ts} +2 -2
- package/dist/requests/{AttributesChangeRequest.js → old/AttributesChangeRequest.js} +3 -3
- package/dist/requests/old/AttributesChangeRequest.js.map +1 -0
- package/dist/requests/old/AttributesRequest.d.ts +49 -0
- package/dist/requests/old/AttributesRequest.js +65 -0
- package/dist/requests/old/AttributesRequest.js.map +1 -0
- package/dist/requests/{AttributesShareRequest.d.ts → old/AttributesShareRequest.d.ts} +1 -1
- package/dist/requests/{AttributesShareRequest.js → old/AttributesShareRequest.js} +0 -0
- package/dist/requests/old/AttributesShareRequest.js.map +1 -0
- package/dist/requests/response/AcceptResponseItem.d.ts +12 -0
- package/dist/{attributes/types/birth/BirthMonth.js → requests/response/AcceptResponseItem.js} +12 -8
- package/dist/requests/response/AcceptResponseItem.js.map +1 -0
- package/dist/requests/response/ErrorResponseItem.d.ts +18 -0
- package/dist/{attributes/types/measurements/AbstractMeasurement.js → requests/response/ErrorResponseItem.js} +16 -12
- package/dist/requests/response/ErrorResponseItem.js.map +1 -0
- package/dist/requests/response/RejectResponseItem.d.ts +18 -0
- package/dist/{attributes/types/address/Country.js → requests/response/RejectResponseItem.js} +18 -9
- package/dist/requests/response/RejectResponseItem.js.map +1 -0
- package/dist/requests/{Response.d.ts → response/Response.d.ts} +1 -1
- package/dist/requests/{Response.js → response/Response.js} +1 -1
- package/dist/requests/response/Response.js.map +1 -0
- package/dist/requests/response/ResponseItem.d.ts +15 -0
- package/dist/{attributes/types/address/AbstractAddress.js → requests/response/ResponseItem.js} +11 -6
- package/dist/requests/response/ResponseItem.js.map +1 -0
- package/dist/requests/{ResponseItemGroup.d.ts → response/ResponseItemGroup.d.ts} +2 -1
- package/dist/requests/{ResponseItemGroup.js → response/ResponseItemGroup.js} +6 -2
- package/dist/requests/response/ResponseItemGroup.js.map +1 -0
- package/dist/requests/{ResponseItemResult.d.ts → response/ResponseItemResult.d.ts} +0 -0
- package/dist/requests/{ResponseItemResult.js → response/ResponseItemResult.js} +0 -0
- package/dist/requests/response/ResponseItemResult.js.map +1 -0
- package/dist/requests/response/index.d.ts +7 -0
- package/dist/{attributes/types/measurements → requests/response}/index.js +7 -1
- package/dist/requests/response/index.js.map +1 -0
- package/lib-web/nmshd.content.js +520 -2081
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +9 -9
- package/dist/attributes/AbstractAttributeValue.d.ts +0 -9
- package/dist/attributes/AbstractAttributeValue.js +0 -8
- package/dist/attributes/AbstractAttributeValue.js.map +0 -1
- package/dist/attributes/AttributeQuery.d.ts +0 -12
- package/dist/attributes/AttributeQuery.js +0 -43
- package/dist/attributes/AttributeQuery.js.map +0 -1
- package/dist/attributes/index.d.ts +0 -4
- package/dist/attributes/index.js +0 -21
- package/dist/attributes/index.js.map +0 -1
- package/dist/attributes/types/AbstractDay.d.ts +0 -7
- package/dist/attributes/types/AbstractDay.js +0 -26
- package/dist/attributes/types/AbstractDay.js.map +0 -1
- package/dist/attributes/types/AbstractMonth.d.ts +0 -25
- package/dist/attributes/types/AbstractMonth.js +0 -44
- package/dist/attributes/types/AbstractMonth.js.map +0 -1
- package/dist/attributes/types/AbstractYear.d.ts +0 -4
- package/dist/attributes/types/AbstractYear.js +0 -23
- package/dist/attributes/types/AbstractYear.js.map +0 -1
- package/dist/attributes/types/AttributeList.d.ts +0 -1
- package/dist/attributes/types/AttributeList.js +0 -37
- package/dist/attributes/types/AttributeList.js.map +0 -1
- package/dist/attributes/types/AttributeTypeMapping.d.ts +0 -1
- package/dist/attributes/types/AttributeTypeMapping.js +0 -9
- package/dist/attributes/types/AttributeTypeMapping.js.map +0 -1
- package/dist/attributes/types/address/AbstractAddress.d.ts +0 -4
- package/dist/attributes/types/address/AbstractAddress.js.map +0 -1
- package/dist/attributes/types/address/City.d.ts +0 -4
- package/dist/attributes/types/address/City.js.map +0 -1
- package/dist/attributes/types/address/Country.d.ts +0 -4
- package/dist/attributes/types/address/Country.js.map +0 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +0 -13
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +0 -1
- package/dist/attributes/types/address/HouseNumber.d.ts +0 -4
- package/dist/attributes/types/address/HouseNumber.js +0 -26
- package/dist/attributes/types/address/HouseNumber.js.map +0 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +0 -12
- package/dist/attributes/types/address/PostOfficeBoxAddress.js +0 -50
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +0 -1
- package/dist/attributes/types/address/State.d.ts +0 -4
- package/dist/attributes/types/address/State.js +0 -26
- package/dist/attributes/types/address/State.js.map +0 -1
- package/dist/attributes/types/address/Street.d.ts +0 -4
- package/dist/attributes/types/address/Street.js +0 -26
- package/dist/attributes/types/address/Street.js.map +0 -1
- package/dist/attributes/types/address/StreetAddress.d.ts +0 -15
- package/dist/attributes/types/address/StreetAddress.js +0 -57
- package/dist/attributes/types/address/StreetAddress.js.map +0 -1
- package/dist/attributes/types/address/ZipCode.d.ts +0 -4
- package/dist/attributes/types/address/ZipCode.js +0 -26
- package/dist/attributes/types/address/ZipCode.js.map +0 -1
- package/dist/attributes/types/address/index.d.ts +0 -10
- package/dist/attributes/types/address/index.js +0 -27
- package/dist/attributes/types/address/index.js.map +0 -1
- package/dist/attributes/types/birth/BirthCity.d.ts +0 -3
- package/dist/attributes/types/birth/BirthCity.js +0 -18
- package/dist/attributes/types/birth/BirthCity.js.map +0 -1
- package/dist/attributes/types/birth/BirthCountry.d.ts +0 -3
- package/dist/attributes/types/birth/BirthCountry.js.map +0 -1
- package/dist/attributes/types/birth/BirthDate.d.ts +0 -9
- package/dist/attributes/types/birth/BirthDate.js.map +0 -1
- package/dist/attributes/types/birth/BirthDay.d.ts +0 -3
- package/dist/attributes/types/birth/BirthDay.js +0 -18
- package/dist/attributes/types/birth/BirthDay.js.map +0 -1
- package/dist/attributes/types/birth/BirthMonth.d.ts +0 -3
- package/dist/attributes/types/birth/BirthMonth.js.map +0 -1
- package/dist/attributes/types/birth/BirthPlace.d.ts +0 -9
- package/dist/attributes/types/birth/BirthPlace.js +0 -39
- package/dist/attributes/types/birth/BirthPlace.js.map +0 -1
- package/dist/attributes/types/birth/BirthState.d.ts +0 -3
- package/dist/attributes/types/birth/BirthState.js +0 -18
- package/dist/attributes/types/birth/BirthState.js.map +0 -1
- package/dist/attributes/types/birth/BirthYear.d.ts +0 -3
- package/dist/attributes/types/birth/BirthYear.js +0 -18
- package/dist/attributes/types/birth/BirthYear.js.map +0 -1
- package/dist/attributes/types/birth/index.d.ts +0 -8
- package/dist/attributes/types/birth/index.js.map +0 -1
- package/dist/attributes/types/idcard/AbstractIDCard.d.ts +0 -3
- package/dist/attributes/types/idcard/AbstractIDCard.js +0 -8
- package/dist/attributes/types/idcard/AbstractIDCard.js.map +0 -1
- package/dist/attributes/types/idcard/IDCardAuthorityName.d.ts +0 -4
- package/dist/attributes/types/idcard/IDCardAuthorityName.js +0 -26
- package/dist/attributes/types/idcard/IDCardAuthorityName.js.map +0 -1
- package/dist/attributes/types/idcard/IDCardDE.d.ts +0 -11
- package/dist/attributes/types/idcard/IDCardDE.js +0 -45
- package/dist/attributes/types/idcard/IDCardDE.js.map +0 -1
- package/dist/attributes/types/idcard/IDCardIssuingDate.d.ts +0 -4
- package/dist/attributes/types/idcard/IDCardIssuingDate.js +0 -26
- package/dist/attributes/types/idcard/IDCardIssuingDate.js.map +0 -1
- package/dist/attributes/types/idcard/index.d.ts +0 -4
- package/dist/attributes/types/idcard/index.js +0 -21
- package/dist/attributes/types/idcard/index.js.map +0 -1
- package/dist/attributes/types/index.d.ts +0 -6
- package/dist/attributes/types/index.js +0 -23
- package/dist/attributes/types/index.js.map +0 -1
- package/dist/attributes/types/measurements/AbstractMeasurement.d.ts +0 -8
- package/dist/attributes/types/measurements/AbstractMeasurement.js.map +0 -1
- package/dist/attributes/types/measurements/LengthMeasurement.d.ts +0 -18
- package/dist/attributes/types/measurements/LengthMeasurement.js +0 -43
- package/dist/attributes/types/measurements/LengthMeasurement.js.map +0 -1
- package/dist/attributes/types/measurements/index.d.ts +0 -1
- package/dist/attributes/types/measurements/index.js.map +0 -1
- package/dist/attributes/types/name/AbstractLegalName.d.ts +0 -3
- package/dist/attributes/types/name/AbstractLegalName.js +0 -8
- package/dist/attributes/types/name/AbstractLegalName.js.map +0 -1
- package/dist/attributes/types/name/BirthName.d.ts +0 -4
- package/dist/attributes/types/name/BirthName.js +0 -26
- package/dist/attributes/types/name/BirthName.js.map +0 -1
- package/dist/attributes/types/name/DisplayName.d.ts +0 -4
- package/dist/attributes/types/name/DisplayName.js +0 -26
- package/dist/attributes/types/name/DisplayName.js.map +0 -1
- package/dist/attributes/types/name/GivenName.d.ts +0 -4
- package/dist/attributes/types/name/GivenName.js +0 -26
- package/dist/attributes/types/name/GivenName.js.map +0 -1
- package/dist/attributes/types/name/LegalNameDE.d.ts +0 -11
- package/dist/attributes/types/name/LegalNameDE.js +0 -45
- package/dist/attributes/types/name/LegalNameDE.js.map +0 -1
- package/dist/attributes/types/name/Pseudonym.d.ts +0 -4
- package/dist/attributes/types/name/Pseudonym.js +0 -26
- package/dist/attributes/types/name/Pseudonym.js.map +0 -1
- package/dist/attributes/types/name/Salutation.d.ts +0 -11
- package/dist/attributes/types/name/Salutation.js +0 -45
- package/dist/attributes/types/name/Salutation.js.map +0 -1
- package/dist/attributes/types/name/Surname.d.ts +0 -4
- package/dist/attributes/types/name/Surname.js +0 -26
- package/dist/attributes/types/name/Surname.js.map +0 -1
- package/dist/attributes/types/name/Title.d.ts +0 -4
- package/dist/attributes/types/name/Title.js +0 -26
- package/dist/attributes/types/name/Title.js.map +0 -1
- package/dist/attributes/types/name/index.d.ts +0 -9
- package/dist/attributes/types/name/index.js +0 -26
- package/dist/attributes/types/name/index.js.map +0 -1
- package/dist/attributes/types/person/Age.d.ts +0 -4
- package/dist/attributes/types/person/Age.js +0 -26
- package/dist/attributes/types/person/Age.js.map +0 -1
- package/dist/attributes/types/person/Gender.d.ts +0 -7
- package/dist/attributes/types/person/Gender.js +0 -29
- package/dist/attributes/types/person/Gender.js.map +0 -1
- package/dist/attributes/types/person/PersonEyeColor.d.ts +0 -4
- package/dist/attributes/types/person/PersonEyeColor.js +0 -26
- package/dist/attributes/types/person/PersonEyeColor.js.map +0 -1
- package/dist/attributes/types/person/PersonHeight.d.ts +0 -4
- package/dist/attributes/types/person/PersonHeight.js +0 -29
- package/dist/attributes/types/person/PersonHeight.js.map +0 -1
- package/dist/attributes/types/person/Sex.d.ts +0 -7
- package/dist/attributes/types/person/Sex.js +0 -29
- package/dist/attributes/types/person/Sex.js.map +0 -1
- package/dist/attributes/types/person/index.d.ts +0 -5
- package/dist/attributes/types/person/index.js +0 -22
- package/dist/attributes/types/person/index.js.map +0 -1
- package/dist/requests/AttributesChangeRequest.js.map +0 -1
- package/dist/requests/AttributesShareRequest.js.map +0 -1
- package/dist/requests/Response.js.map +0 -1
- package/dist/requests/ResponseItem.d.ts +0 -48
- package/dist/requests/ResponseItem.js +0 -71
- package/dist/requests/ResponseItem.js.map +0 -1
- package/dist/requests/ResponseItemGroup.js.map +0 -1
- package/dist/requests/ResponseItemResult.js.map +0 -1
package/lib-web/nmshd.content.js
CHANGED
|
@@ -15,1778 +15,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
15
15
|
|
|
16
16
|
/***/ }),
|
|
17
17
|
|
|
18
|
-
/***/ "./dist/attributes/
|
|
19
|
-
|
|
20
|
-
!*** ./dist/attributes/
|
|
21
|
-
|
|
22
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26
|
-
exports.AbstractAttributeValue = void 0;
|
|
27
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
28
|
-
class AbstractAttributeValue extends ts_serval_1.Serializable {
|
|
29
|
-
}
|
|
30
|
-
exports.AbstractAttributeValue = AbstractAttributeValue;
|
|
31
|
-
//# sourceMappingURL=AbstractAttributeValue.js.map
|
|
32
|
-
|
|
33
|
-
/***/ }),
|
|
34
|
-
|
|
35
|
-
/***/ "./dist/attributes/Attribute.js":
|
|
36
|
-
/*!**************************************!*\
|
|
37
|
-
!*** ./dist/attributes/Attribute.js ***!
|
|
38
|
-
\**************************************/
|
|
39
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
43
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
44
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
45
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
46
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
47
|
-
};
|
|
48
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
49
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
50
|
-
};
|
|
51
|
-
var Attribute_1;
|
|
52
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
53
|
-
exports.Attribute = void 0;
|
|
54
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
55
|
-
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
56
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ./AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
57
|
-
let Attribute = Attribute_1 = class Attribute extends transport_1.CoreSerializable {
|
|
58
|
-
static from(value) {
|
|
59
|
-
return super.fromT(value, Attribute_1);
|
|
60
|
-
}
|
|
61
|
-
static fromJSON(attribute) {
|
|
62
|
-
return super.fromT(attribute, Attribute_1);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, ts_serval_1.validate)(),
|
|
67
|
-
(0, ts_serval_1.serialize)(),
|
|
68
|
-
__metadata("design:type", AbstractAttributeValue_1.AbstractAttributeValue)
|
|
69
|
-
], Attribute.prototype, "content", void 0);
|
|
70
|
-
__decorate([
|
|
71
|
-
(0, ts_serval_1.validate)(),
|
|
72
|
-
(0, ts_serval_1.serialize)(),
|
|
73
|
-
__metadata("design:type", transport_1.CoreDate)
|
|
74
|
-
], Attribute.prototype, "createdAt", void 0);
|
|
75
|
-
__decorate([
|
|
76
|
-
(0, ts_serval_1.serialize)({ type: String }),
|
|
77
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
78
|
-
__metadata("design:type", Array)
|
|
79
|
-
], Attribute.prototype, "tags", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, ts_serval_1.serialize)(),
|
|
82
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
83
|
-
__metadata("design:type", transport_1.CoreDate)
|
|
84
|
-
], Attribute.prototype, "validFrom", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, ts_serval_1.serialize)(),
|
|
87
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
88
|
-
__metadata("design:type", transport_1.CoreDate)
|
|
89
|
-
], Attribute.prototype, "validTo", void 0);
|
|
90
|
-
Attribute = Attribute_1 = __decorate([
|
|
91
|
-
(0, ts_serval_1.type)("Attribute")
|
|
92
|
-
], Attribute);
|
|
93
|
-
exports.Attribute = Attribute;
|
|
94
|
-
//# sourceMappingURL=Attribute.js.map
|
|
95
|
-
|
|
96
|
-
/***/ }),
|
|
97
|
-
|
|
98
|
-
/***/ "./dist/attributes/AttributeQuery.js":
|
|
99
|
-
/*!*******************************************!*\
|
|
100
|
-
!*** ./dist/attributes/AttributeQuery.js ***!
|
|
101
|
-
\*******************************************/
|
|
102
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
106
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
107
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
108
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
109
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
110
|
-
};
|
|
111
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
112
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
113
|
-
};
|
|
114
|
-
var AttributeQuery_1;
|
|
115
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
116
|
-
exports.AttributeQuery = void 0;
|
|
117
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
118
|
-
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
119
|
-
let AttributeQuery = AttributeQuery_1 = class AttributeQuery extends transport_1.CoreSerializable {
|
|
120
|
-
static from(value) {
|
|
121
|
-
return super.fromT(value, AttributeQuery_1);
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
__decorate([
|
|
125
|
-
(0, ts_serval_1.serialize)(),
|
|
126
|
-
(0, ts_serval_1.validate)(),
|
|
127
|
-
__metadata("design:type", Boolean)
|
|
128
|
-
], AttributeQuery.prototype, "onlyValid", void 0);
|
|
129
|
-
__decorate([
|
|
130
|
-
(0, ts_serval_1.serialize)(),
|
|
131
|
-
(0, ts_serval_1.validate)({
|
|
132
|
-
nullable: true,
|
|
133
|
-
customValidator: (v) => (v === "" ? "must not be an empty string" : undefined)
|
|
134
|
-
}),
|
|
135
|
-
__metadata("design:type", String)
|
|
136
|
-
], AttributeQuery.prototype, "attributeType", void 0);
|
|
137
|
-
__decorate([
|
|
138
|
-
(0, ts_serval_1.serialize)({ type: String }),
|
|
139
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
140
|
-
__metadata("design:type", Array)
|
|
141
|
-
], AttributeQuery.prototype, "tags", void 0);
|
|
142
|
-
AttributeQuery = AttributeQuery_1 = __decorate([
|
|
143
|
-
(0, ts_serval_1.type)("AttributeQuery")
|
|
144
|
-
], AttributeQuery);
|
|
145
|
-
exports.AttributeQuery = AttributeQuery;
|
|
146
|
-
//# sourceMappingURL=AttributeQuery.js.map
|
|
147
|
-
|
|
148
|
-
/***/ }),
|
|
149
|
-
|
|
150
|
-
/***/ "./dist/attributes/index.js":
|
|
151
|
-
/*!**********************************!*\
|
|
152
|
-
!*** ./dist/attributes/index.js ***!
|
|
153
|
-
\**********************************/
|
|
154
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
158
|
-
if (k2 === undefined) k2 = k;
|
|
159
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
160
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
161
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
162
|
-
}
|
|
163
|
-
Object.defineProperty(o, k2, desc);
|
|
164
|
-
}) : (function(o, m, k, k2) {
|
|
165
|
-
if (k2 === undefined) k2 = k;
|
|
166
|
-
o[k2] = m[k];
|
|
167
|
-
}));
|
|
168
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
169
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
170
|
-
};
|
|
171
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
172
|
-
__exportStar(__webpack_require__(/*! ./AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js"), exports);
|
|
173
|
-
__exportStar(__webpack_require__(/*! ./Attribute */ "./dist/attributes/Attribute.js"), exports);
|
|
174
|
-
__exportStar(__webpack_require__(/*! ./AttributeQuery */ "./dist/attributes/AttributeQuery.js"), exports);
|
|
175
|
-
__exportStar(__webpack_require__(/*! ./types */ "./dist/attributes/types/index.js"), exports);
|
|
176
|
-
//# sourceMappingURL=index.js.map
|
|
177
|
-
|
|
178
|
-
/***/ }),
|
|
179
|
-
|
|
180
|
-
/***/ "./dist/attributes/types/AbstractDay.js":
|
|
181
|
-
/*!**********************************************!*\
|
|
182
|
-
!*** ./dist/attributes/types/AbstractDay.js ***!
|
|
183
|
-
\**********************************************/
|
|
184
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
188
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
189
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
190
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
191
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
192
|
-
};
|
|
193
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
194
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
195
|
-
};
|
|
196
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
197
|
-
exports.AbstractDay = void 0;
|
|
198
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
199
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
200
|
-
/**
|
|
201
|
-
* day values start with 1 = first day of month
|
|
202
|
-
*/
|
|
203
|
-
class AbstractDay extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
204
|
-
}
|
|
205
|
-
__decorate([
|
|
206
|
-
(0, ts_serval_1.serialize)(),
|
|
207
|
-
(0, ts_serval_1.validate)({ customValidator: (v) => (v < 1 || v > 31 ? "has invalid value" : undefined) }),
|
|
208
|
-
__metadata("design:type", Number)
|
|
209
|
-
], AbstractDay.prototype, "value", void 0);
|
|
210
|
-
exports.AbstractDay = AbstractDay;
|
|
211
|
-
//# sourceMappingURL=AbstractDay.js.map
|
|
212
|
-
|
|
213
|
-
/***/ }),
|
|
214
|
-
|
|
215
|
-
/***/ "./dist/attributes/types/AbstractMonth.js":
|
|
216
|
-
/*!************************************************!*\
|
|
217
|
-
!*** ./dist/attributes/types/AbstractMonth.js ***!
|
|
218
|
-
\************************************************/
|
|
219
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
223
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
224
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
225
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
226
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
227
|
-
};
|
|
228
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
229
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
230
|
-
};
|
|
231
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
232
|
-
exports.AbstractMonth = void 0;
|
|
233
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
234
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
235
|
-
/**
|
|
236
|
-
* Month values: 1 (january) - 12 (december)
|
|
237
|
-
*/
|
|
238
|
-
var Month;
|
|
239
|
-
(function (Month) {
|
|
240
|
-
Month[Month["January"] = 1] = "January";
|
|
241
|
-
Month[Month["February"] = 2] = "February";
|
|
242
|
-
Month[Month["March"] = 3] = "March";
|
|
243
|
-
Month[Month["April"] = 4] = "April";
|
|
244
|
-
Month[Month["May"] = 5] = "May";
|
|
245
|
-
Month[Month["June"] = 6] = "June";
|
|
246
|
-
Month[Month["July"] = 7] = "July";
|
|
247
|
-
Month[Month["August"] = 8] = "August";
|
|
248
|
-
Month[Month["September"] = 9] = "September";
|
|
249
|
-
Month[Month["October"] = 10] = "October";
|
|
250
|
-
Month[Month["November"] = 11] = "November";
|
|
251
|
-
Month[Month["December"] = 12] = "December";
|
|
252
|
-
})(Month || (Month = {}));
|
|
253
|
-
/**
|
|
254
|
-
* Month value are continuously numbered: 1 (january) - 12 (december)
|
|
255
|
-
*/
|
|
256
|
-
class AbstractMonth extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
257
|
-
}
|
|
258
|
-
__decorate([
|
|
259
|
-
(0, ts_serval_1.serialize)(),
|
|
260
|
-
(0, ts_serval_1.validate)({ customValidator: (v) => (!Month[v] ? "has invalid value" : undefined) }),
|
|
261
|
-
__metadata("design:type", Number)
|
|
262
|
-
], AbstractMonth.prototype, "value", void 0);
|
|
263
|
-
exports.AbstractMonth = AbstractMonth;
|
|
264
|
-
//# sourceMappingURL=AbstractMonth.js.map
|
|
265
|
-
|
|
266
|
-
/***/ }),
|
|
267
|
-
|
|
268
|
-
/***/ "./dist/attributes/types/AbstractYear.js":
|
|
269
|
-
/*!***********************************************!*\
|
|
270
|
-
!*** ./dist/attributes/types/AbstractYear.js ***!
|
|
271
|
-
\***********************************************/
|
|
272
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
276
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
277
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
278
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
279
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
280
|
-
};
|
|
281
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
282
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
283
|
-
};
|
|
284
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
285
|
-
exports.AbstractYear = void 0;
|
|
286
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
287
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
288
|
-
class AbstractYear extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
289
|
-
}
|
|
290
|
-
__decorate([
|
|
291
|
-
(0, ts_serval_1.serialize)(),
|
|
292
|
-
(0, ts_serval_1.validate)(),
|
|
293
|
-
__metadata("design:type", Number)
|
|
294
|
-
], AbstractYear.prototype, "value", void 0);
|
|
295
|
-
exports.AbstractYear = AbstractYear;
|
|
296
|
-
//# sourceMappingURL=AbstractYear.js.map
|
|
297
|
-
|
|
298
|
-
/***/ }),
|
|
299
|
-
|
|
300
|
-
/***/ "./dist/attributes/types/address/AbstractAddress.js":
|
|
301
|
-
/*!**********************************************************!*\
|
|
302
|
-
!*** ./dist/attributes/types/address/AbstractAddress.js ***!
|
|
303
|
-
\**********************************************************/
|
|
304
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
308
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
309
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
310
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
311
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
312
|
-
};
|
|
313
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
314
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
315
|
-
};
|
|
316
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
317
|
-
exports.AbstractAddress = void 0;
|
|
318
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
319
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
320
|
-
class AbstractAddress extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
321
|
-
}
|
|
322
|
-
__decorate([
|
|
323
|
-
(0, ts_serval_1.serialize)(),
|
|
324
|
-
(0, ts_serval_1.validate)(),
|
|
325
|
-
__metadata("design:type", String)
|
|
326
|
-
], AbstractAddress.prototype, "recipient", void 0);
|
|
327
|
-
exports.AbstractAddress = AbstractAddress;
|
|
328
|
-
//# sourceMappingURL=AbstractAddress.js.map
|
|
329
|
-
|
|
330
|
-
/***/ }),
|
|
331
|
-
|
|
332
|
-
/***/ "./dist/attributes/types/address/City.js":
|
|
333
|
-
/*!***********************************************!*\
|
|
334
|
-
!*** ./dist/attributes/types/address/City.js ***!
|
|
335
|
-
\***********************************************/
|
|
336
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
340
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
341
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
342
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
343
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
344
|
-
};
|
|
345
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
346
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
347
|
-
};
|
|
348
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
349
|
-
exports.City = void 0;
|
|
350
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
351
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
352
|
-
let City = class City extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
353
|
-
};
|
|
354
|
-
__decorate([
|
|
355
|
-
(0, ts_serval_1.serialize)(),
|
|
356
|
-
(0, ts_serval_1.validate)(),
|
|
357
|
-
__metadata("design:type", String)
|
|
358
|
-
], City.prototype, "value", void 0);
|
|
359
|
-
City = __decorate([
|
|
360
|
-
(0, ts_serval_1.type)("City")
|
|
361
|
-
], City);
|
|
362
|
-
exports.City = City;
|
|
363
|
-
//# sourceMappingURL=City.js.map
|
|
364
|
-
|
|
365
|
-
/***/ }),
|
|
366
|
-
|
|
367
|
-
/***/ "./dist/attributes/types/address/Country.js":
|
|
368
|
-
/*!**************************************************!*\
|
|
369
|
-
!*** ./dist/attributes/types/address/Country.js ***!
|
|
370
|
-
\**************************************************/
|
|
371
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
375
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
376
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
377
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
378
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
379
|
-
};
|
|
380
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
381
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
382
|
-
};
|
|
383
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
384
|
-
exports.Country = void 0;
|
|
385
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
386
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
387
|
-
let Country = class Country extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
388
|
-
};
|
|
389
|
-
__decorate([
|
|
390
|
-
(0, ts_serval_1.serialize)(),
|
|
391
|
-
(0, ts_serval_1.validate)(),
|
|
392
|
-
__metadata("design:type", String)
|
|
393
|
-
], Country.prototype, "value", void 0);
|
|
394
|
-
Country = __decorate([
|
|
395
|
-
(0, ts_serval_1.type)("Country")
|
|
396
|
-
], Country);
|
|
397
|
-
exports.Country = Country;
|
|
398
|
-
//# sourceMappingURL=Country.js.map
|
|
399
|
-
|
|
400
|
-
/***/ }),
|
|
401
|
-
|
|
402
|
-
/***/ "./dist/attributes/types/address/DeliveryBoxAddress.js":
|
|
403
|
-
/*!*************************************************************!*\
|
|
404
|
-
!*** ./dist/attributes/types/address/DeliveryBoxAddress.js ***!
|
|
405
|
-
\*************************************************************/
|
|
406
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
410
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
411
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
412
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
413
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
414
|
-
};
|
|
415
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
416
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
417
|
-
};
|
|
418
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
419
|
-
exports.DeliveryBoxAddress = void 0;
|
|
420
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
421
|
-
const AbstractAddress_1 = __webpack_require__(/*! ./AbstractAddress */ "./dist/attributes/types/address/AbstractAddress.js");
|
|
422
|
-
const City_1 = __webpack_require__(/*! ./City */ "./dist/attributes/types/address/City.js");
|
|
423
|
-
const Country_1 = __webpack_require__(/*! ./Country */ "./dist/attributes/types/address/Country.js");
|
|
424
|
-
const State_1 = __webpack_require__(/*! ./State */ "./dist/attributes/types/address/State.js");
|
|
425
|
-
const ZipCode_1 = __webpack_require__(/*! ./ZipCode */ "./dist/attributes/types/address/ZipCode.js");
|
|
426
|
-
let DeliveryBoxAddress = class DeliveryBoxAddress extends AbstractAddress_1.AbstractAddress {
|
|
427
|
-
};
|
|
428
|
-
__decorate([
|
|
429
|
-
(0, ts_serval_1.serialize)(),
|
|
430
|
-
(0, ts_serval_1.validate)(),
|
|
431
|
-
__metadata("design:type", String)
|
|
432
|
-
], DeliveryBoxAddress.prototype, "userId", void 0);
|
|
433
|
-
__decorate([
|
|
434
|
-
(0, ts_serval_1.serialize)(),
|
|
435
|
-
(0, ts_serval_1.validate)(),
|
|
436
|
-
__metadata("design:type", String)
|
|
437
|
-
], DeliveryBoxAddress.prototype, "deliveryBoxId", void 0);
|
|
438
|
-
__decorate([
|
|
439
|
-
(0, ts_serval_1.serialize)(),
|
|
440
|
-
(0, ts_serval_1.validate)(),
|
|
441
|
-
__metadata("design:type", ZipCode_1.ZipCode)
|
|
442
|
-
], DeliveryBoxAddress.prototype, "zipCode", void 0);
|
|
443
|
-
__decorate([
|
|
444
|
-
(0, ts_serval_1.serialize)(),
|
|
445
|
-
(0, ts_serval_1.validate)(),
|
|
446
|
-
__metadata("design:type", City_1.City)
|
|
447
|
-
], DeliveryBoxAddress.prototype, "city", void 0);
|
|
448
|
-
__decorate([
|
|
449
|
-
(0, ts_serval_1.serialize)(),
|
|
450
|
-
(0, ts_serval_1.validate)(),
|
|
451
|
-
__metadata("design:type", Country_1.Country)
|
|
452
|
-
], DeliveryBoxAddress.prototype, "country", void 0);
|
|
453
|
-
__decorate([
|
|
454
|
-
(0, ts_serval_1.serialize)(),
|
|
455
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
456
|
-
__metadata("design:type", State_1.State)
|
|
457
|
-
], DeliveryBoxAddress.prototype, "state", void 0);
|
|
458
|
-
DeliveryBoxAddress = __decorate([
|
|
459
|
-
(0, ts_serval_1.type)("DeliveryBoxAddress")
|
|
460
|
-
], DeliveryBoxAddress);
|
|
461
|
-
exports.DeliveryBoxAddress = DeliveryBoxAddress;
|
|
462
|
-
//# sourceMappingURL=DeliveryBoxAddress.js.map
|
|
463
|
-
|
|
464
|
-
/***/ }),
|
|
465
|
-
|
|
466
|
-
/***/ "./dist/attributes/types/address/HouseNumber.js":
|
|
467
|
-
/*!******************************************************!*\
|
|
468
|
-
!*** ./dist/attributes/types/address/HouseNumber.js ***!
|
|
469
|
-
\******************************************************/
|
|
470
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
474
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
475
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
476
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
477
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
478
|
-
};
|
|
479
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
480
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
481
|
-
};
|
|
482
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
483
|
-
exports.HouseNumber = void 0;
|
|
484
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
485
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
486
|
-
let HouseNumber = class HouseNumber extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
487
|
-
};
|
|
488
|
-
__decorate([
|
|
489
|
-
(0, ts_serval_1.serialize)(),
|
|
490
|
-
(0, ts_serval_1.validate)(),
|
|
491
|
-
__metadata("design:type", String)
|
|
492
|
-
], HouseNumber.prototype, "value", void 0);
|
|
493
|
-
HouseNumber = __decorate([
|
|
494
|
-
(0, ts_serval_1.type)("HouseNumber")
|
|
495
|
-
], HouseNumber);
|
|
496
|
-
exports.HouseNumber = HouseNumber;
|
|
497
|
-
//# sourceMappingURL=HouseNumber.js.map
|
|
498
|
-
|
|
499
|
-
/***/ }),
|
|
500
|
-
|
|
501
|
-
/***/ "./dist/attributes/types/address/PostOfficeBoxAddress.js":
|
|
502
|
-
/*!***************************************************************!*\
|
|
503
|
-
!*** ./dist/attributes/types/address/PostOfficeBoxAddress.js ***!
|
|
504
|
-
\***************************************************************/
|
|
505
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
509
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
510
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
511
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
512
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
513
|
-
};
|
|
514
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
515
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
516
|
-
};
|
|
517
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
518
|
-
exports.PostOfficeBoxAddress = void 0;
|
|
519
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
520
|
-
const AbstractAddress_1 = __webpack_require__(/*! ./AbstractAddress */ "./dist/attributes/types/address/AbstractAddress.js");
|
|
521
|
-
const City_1 = __webpack_require__(/*! ./City */ "./dist/attributes/types/address/City.js");
|
|
522
|
-
const Country_1 = __webpack_require__(/*! ./Country */ "./dist/attributes/types/address/Country.js");
|
|
523
|
-
const State_1 = __webpack_require__(/*! ./State */ "./dist/attributes/types/address/State.js");
|
|
524
|
-
const ZipCode_1 = __webpack_require__(/*! ./ZipCode */ "./dist/attributes/types/address/ZipCode.js");
|
|
525
|
-
let PostOfficeBoxAddress = class PostOfficeBoxAddress extends AbstractAddress_1.AbstractAddress {
|
|
526
|
-
};
|
|
527
|
-
__decorate([
|
|
528
|
-
(0, ts_serval_1.serialize)(),
|
|
529
|
-
(0, ts_serval_1.validate)(),
|
|
530
|
-
__metadata("design:type", String)
|
|
531
|
-
], PostOfficeBoxAddress.prototype, "boxId", void 0);
|
|
532
|
-
__decorate([
|
|
533
|
-
(0, ts_serval_1.serialize)(),
|
|
534
|
-
(0, ts_serval_1.validate)(),
|
|
535
|
-
__metadata("design:type", ZipCode_1.ZipCode)
|
|
536
|
-
], PostOfficeBoxAddress.prototype, "zipCode", void 0);
|
|
537
|
-
__decorate([
|
|
538
|
-
(0, ts_serval_1.serialize)(),
|
|
539
|
-
(0, ts_serval_1.validate)(),
|
|
540
|
-
__metadata("design:type", City_1.City)
|
|
541
|
-
], PostOfficeBoxAddress.prototype, "city", void 0);
|
|
542
|
-
__decorate([
|
|
543
|
-
(0, ts_serval_1.serialize)(),
|
|
544
|
-
(0, ts_serval_1.validate)(),
|
|
545
|
-
__metadata("design:type", Country_1.Country)
|
|
546
|
-
], PostOfficeBoxAddress.prototype, "country", void 0);
|
|
547
|
-
__decorate([
|
|
548
|
-
(0, ts_serval_1.serialize)(),
|
|
549
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
550
|
-
__metadata("design:type", State_1.State)
|
|
551
|
-
], PostOfficeBoxAddress.prototype, "state", void 0);
|
|
552
|
-
PostOfficeBoxAddress = __decorate([
|
|
553
|
-
(0, ts_serval_1.type)("PostOfficeBoxAddress")
|
|
554
|
-
], PostOfficeBoxAddress);
|
|
555
|
-
exports.PostOfficeBoxAddress = PostOfficeBoxAddress;
|
|
556
|
-
//# sourceMappingURL=PostOfficeBoxAddress.js.map
|
|
557
|
-
|
|
558
|
-
/***/ }),
|
|
559
|
-
|
|
560
|
-
/***/ "./dist/attributes/types/address/State.js":
|
|
561
|
-
/*!************************************************!*\
|
|
562
|
-
!*** ./dist/attributes/types/address/State.js ***!
|
|
563
|
-
\************************************************/
|
|
564
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
568
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
569
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
570
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
571
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
572
|
-
};
|
|
573
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
574
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
575
|
-
};
|
|
576
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
577
|
-
exports.State = void 0;
|
|
578
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
579
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
580
|
-
let State = class State extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
581
|
-
};
|
|
582
|
-
__decorate([
|
|
583
|
-
(0, ts_serval_1.serialize)(),
|
|
584
|
-
(0, ts_serval_1.validate)(),
|
|
585
|
-
__metadata("design:type", String)
|
|
586
|
-
], State.prototype, "value", void 0);
|
|
587
|
-
State = __decorate([
|
|
588
|
-
(0, ts_serval_1.type)("State")
|
|
589
|
-
], State);
|
|
590
|
-
exports.State = State;
|
|
591
|
-
//# sourceMappingURL=State.js.map
|
|
592
|
-
|
|
593
|
-
/***/ }),
|
|
594
|
-
|
|
595
|
-
/***/ "./dist/attributes/types/address/Street.js":
|
|
596
|
-
/*!*************************************************!*\
|
|
597
|
-
!*** ./dist/attributes/types/address/Street.js ***!
|
|
598
|
-
\*************************************************/
|
|
599
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
603
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
604
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
605
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
606
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
607
|
-
};
|
|
608
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
609
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
610
|
-
};
|
|
611
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
612
|
-
exports.Street = void 0;
|
|
613
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
614
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
615
|
-
let Street = class Street extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
616
|
-
};
|
|
617
|
-
__decorate([
|
|
618
|
-
(0, ts_serval_1.serialize)(),
|
|
619
|
-
(0, ts_serval_1.validate)(),
|
|
620
|
-
__metadata("design:type", String)
|
|
621
|
-
], Street.prototype, "value", void 0);
|
|
622
|
-
Street = __decorate([
|
|
623
|
-
(0, ts_serval_1.type)("Street")
|
|
624
|
-
], Street);
|
|
625
|
-
exports.Street = Street;
|
|
626
|
-
//# sourceMappingURL=Street.js.map
|
|
627
|
-
|
|
628
|
-
/***/ }),
|
|
629
|
-
|
|
630
|
-
/***/ "./dist/attributes/types/address/StreetAddress.js":
|
|
631
|
-
/*!********************************************************!*\
|
|
632
|
-
!*** ./dist/attributes/types/address/StreetAddress.js ***!
|
|
633
|
-
\********************************************************/
|
|
634
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
638
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
639
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
640
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
641
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
642
|
-
};
|
|
643
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
644
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
645
|
-
};
|
|
646
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
647
|
-
exports.StreetAddress = void 0;
|
|
648
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
649
|
-
const AbstractAddress_1 = __webpack_require__(/*! ./AbstractAddress */ "./dist/attributes/types/address/AbstractAddress.js");
|
|
650
|
-
const City_1 = __webpack_require__(/*! ./City */ "./dist/attributes/types/address/City.js");
|
|
651
|
-
const Country_1 = __webpack_require__(/*! ./Country */ "./dist/attributes/types/address/Country.js");
|
|
652
|
-
const HouseNumber_1 = __webpack_require__(/*! ./HouseNumber */ "./dist/attributes/types/address/HouseNumber.js");
|
|
653
|
-
const State_1 = __webpack_require__(/*! ./State */ "./dist/attributes/types/address/State.js");
|
|
654
|
-
const Street_1 = __webpack_require__(/*! ./Street */ "./dist/attributes/types/address/Street.js");
|
|
655
|
-
const ZipCode_1 = __webpack_require__(/*! ./ZipCode */ "./dist/attributes/types/address/ZipCode.js");
|
|
656
|
-
let StreetAddress = class StreetAddress extends AbstractAddress_1.AbstractAddress {
|
|
657
|
-
};
|
|
658
|
-
__decorate([
|
|
659
|
-
(0, ts_serval_1.serialize)(),
|
|
660
|
-
(0, ts_serval_1.validate)(),
|
|
661
|
-
__metadata("design:type", Street_1.Street)
|
|
662
|
-
], StreetAddress.prototype, "street", void 0);
|
|
663
|
-
__decorate([
|
|
664
|
-
(0, ts_serval_1.serialize)(),
|
|
665
|
-
(0, ts_serval_1.validate)(),
|
|
666
|
-
__metadata("design:type", HouseNumber_1.HouseNumber)
|
|
667
|
-
], StreetAddress.prototype, "houseNo", void 0);
|
|
668
|
-
__decorate([
|
|
669
|
-
(0, ts_serval_1.serialize)(),
|
|
670
|
-
(0, ts_serval_1.validate)(),
|
|
671
|
-
__metadata("design:type", ZipCode_1.ZipCode)
|
|
672
|
-
], StreetAddress.prototype, "zipCode", void 0);
|
|
673
|
-
__decorate([
|
|
674
|
-
(0, ts_serval_1.serialize)(),
|
|
675
|
-
(0, ts_serval_1.validate)(),
|
|
676
|
-
__metadata("design:type", City_1.City)
|
|
677
|
-
], StreetAddress.prototype, "city", void 0);
|
|
678
|
-
__decorate([
|
|
679
|
-
(0, ts_serval_1.serialize)(),
|
|
680
|
-
(0, ts_serval_1.validate)(),
|
|
681
|
-
__metadata("design:type", Country_1.Country)
|
|
682
|
-
], StreetAddress.prototype, "country", void 0);
|
|
683
|
-
__decorate([
|
|
684
|
-
(0, ts_serval_1.serialize)(),
|
|
685
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
686
|
-
__metadata("design:type", State_1.State)
|
|
687
|
-
], StreetAddress.prototype, "state", void 0);
|
|
688
|
-
StreetAddress = __decorate([
|
|
689
|
-
(0, ts_serval_1.type)("StreetAddress")
|
|
690
|
-
], StreetAddress);
|
|
691
|
-
exports.StreetAddress = StreetAddress;
|
|
692
|
-
//# sourceMappingURL=StreetAddress.js.map
|
|
693
|
-
|
|
694
|
-
/***/ }),
|
|
695
|
-
|
|
696
|
-
/***/ "./dist/attributes/types/address/ZipCode.js":
|
|
697
|
-
/*!**************************************************!*\
|
|
698
|
-
!*** ./dist/attributes/types/address/ZipCode.js ***!
|
|
699
|
-
\**************************************************/
|
|
700
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
704
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
705
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
706
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
707
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
708
|
-
};
|
|
709
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
710
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
711
|
-
};
|
|
712
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
713
|
-
exports.ZipCode = void 0;
|
|
714
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
715
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
716
|
-
let ZipCode = class ZipCode extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
717
|
-
};
|
|
718
|
-
__decorate([
|
|
719
|
-
(0, ts_serval_1.serialize)(),
|
|
720
|
-
(0, ts_serval_1.validate)(),
|
|
721
|
-
__metadata("design:type", String)
|
|
722
|
-
], ZipCode.prototype, "value", void 0);
|
|
723
|
-
ZipCode = __decorate([
|
|
724
|
-
(0, ts_serval_1.type)("ZipCode")
|
|
725
|
-
], ZipCode);
|
|
726
|
-
exports.ZipCode = ZipCode;
|
|
727
|
-
//# sourceMappingURL=ZipCode.js.map
|
|
728
|
-
|
|
729
|
-
/***/ }),
|
|
730
|
-
|
|
731
|
-
/***/ "./dist/attributes/types/address/index.js":
|
|
732
|
-
/*!************************************************!*\
|
|
733
|
-
!*** ./dist/attributes/types/address/index.js ***!
|
|
734
|
-
\************************************************/
|
|
735
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
739
|
-
if (k2 === undefined) k2 = k;
|
|
740
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
741
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
742
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
743
|
-
}
|
|
744
|
-
Object.defineProperty(o, k2, desc);
|
|
745
|
-
}) : (function(o, m, k, k2) {
|
|
746
|
-
if (k2 === undefined) k2 = k;
|
|
747
|
-
o[k2] = m[k];
|
|
748
|
-
}));
|
|
749
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
750
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
751
|
-
};
|
|
752
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
753
|
-
__exportStar(__webpack_require__(/*! ./AbstractAddress */ "./dist/attributes/types/address/AbstractAddress.js"), exports);
|
|
754
|
-
__exportStar(__webpack_require__(/*! ./City */ "./dist/attributes/types/address/City.js"), exports);
|
|
755
|
-
__exportStar(__webpack_require__(/*! ./Country */ "./dist/attributes/types/address/Country.js"), exports);
|
|
756
|
-
__exportStar(__webpack_require__(/*! ./DeliveryBoxAddress */ "./dist/attributes/types/address/DeliveryBoxAddress.js"), exports);
|
|
757
|
-
__exportStar(__webpack_require__(/*! ./HouseNumber */ "./dist/attributes/types/address/HouseNumber.js"), exports);
|
|
758
|
-
__exportStar(__webpack_require__(/*! ./PostOfficeBoxAddress */ "./dist/attributes/types/address/PostOfficeBoxAddress.js"), exports);
|
|
759
|
-
__exportStar(__webpack_require__(/*! ./State */ "./dist/attributes/types/address/State.js"), exports);
|
|
760
|
-
__exportStar(__webpack_require__(/*! ./Street */ "./dist/attributes/types/address/Street.js"), exports);
|
|
761
|
-
__exportStar(__webpack_require__(/*! ./StreetAddress */ "./dist/attributes/types/address/StreetAddress.js"), exports);
|
|
762
|
-
__exportStar(__webpack_require__(/*! ./ZipCode */ "./dist/attributes/types/address/ZipCode.js"), exports);
|
|
763
|
-
//# sourceMappingURL=index.js.map
|
|
764
|
-
|
|
765
|
-
/***/ }),
|
|
766
|
-
|
|
767
|
-
/***/ "./dist/attributes/types/birth/BirthCity.js":
|
|
768
|
-
/*!**************************************************!*\
|
|
769
|
-
!*** ./dist/attributes/types/birth/BirthCity.js ***!
|
|
770
|
-
\**************************************************/
|
|
771
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
775
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
776
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
777
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
778
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
779
|
-
};
|
|
780
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
781
|
-
exports.BirthCity = void 0;
|
|
782
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
783
|
-
const City_1 = __webpack_require__(/*! ../address/City */ "./dist/attributes/types/address/City.js");
|
|
784
|
-
let BirthCity = class BirthCity extends City_1.City {
|
|
785
|
-
};
|
|
786
|
-
BirthCity = __decorate([
|
|
787
|
-
(0, ts_serval_1.type)("BirthCity")
|
|
788
|
-
], BirthCity);
|
|
789
|
-
exports.BirthCity = BirthCity;
|
|
790
|
-
//# sourceMappingURL=BirthCity.js.map
|
|
791
|
-
|
|
792
|
-
/***/ }),
|
|
793
|
-
|
|
794
|
-
/***/ "./dist/attributes/types/birth/BirthCountry.js":
|
|
795
|
-
/*!*****************************************************!*\
|
|
796
|
-
!*** ./dist/attributes/types/birth/BirthCountry.js ***!
|
|
797
|
-
\*****************************************************/
|
|
798
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
802
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
803
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
804
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
805
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
806
|
-
};
|
|
807
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
808
|
-
exports.BirthCountry = void 0;
|
|
809
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
810
|
-
const Country_1 = __webpack_require__(/*! ../address/Country */ "./dist/attributes/types/address/Country.js");
|
|
811
|
-
let BirthCountry = class BirthCountry extends Country_1.Country {
|
|
812
|
-
};
|
|
813
|
-
BirthCountry = __decorate([
|
|
814
|
-
(0, ts_serval_1.type)("BirthCountry")
|
|
815
|
-
], BirthCountry);
|
|
816
|
-
exports.BirthCountry = BirthCountry;
|
|
817
|
-
//# sourceMappingURL=BirthCountry.js.map
|
|
818
|
-
|
|
819
|
-
/***/ }),
|
|
820
|
-
|
|
821
|
-
/***/ "./dist/attributes/types/birth/BirthDate.js":
|
|
822
|
-
/*!**************************************************!*\
|
|
823
|
-
!*** ./dist/attributes/types/birth/BirthDate.js ***!
|
|
824
|
-
\**************************************************/
|
|
825
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
829
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
830
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
831
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
832
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
833
|
-
};
|
|
834
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
835
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
836
|
-
};
|
|
837
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
838
|
-
exports.BirthDate = void 0;
|
|
839
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
840
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
841
|
-
const BirthDay_1 = __webpack_require__(/*! ./BirthDay */ "./dist/attributes/types/birth/BirthDay.js");
|
|
842
|
-
const BirthMonth_1 = __webpack_require__(/*! ./BirthMonth */ "./dist/attributes/types/birth/BirthMonth.js");
|
|
843
|
-
const BirthYear_1 = __webpack_require__(/*! ./BirthYear */ "./dist/attributes/types/birth/BirthYear.js");
|
|
844
|
-
let BirthDate = class BirthDate extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
845
|
-
};
|
|
846
|
-
__decorate([
|
|
847
|
-
(0, ts_serval_1.serialize)(),
|
|
848
|
-
(0, ts_serval_1.validate)(),
|
|
849
|
-
__metadata("design:type", BirthDay_1.BirthDay)
|
|
850
|
-
], BirthDate.prototype, "day", void 0);
|
|
851
|
-
__decorate([
|
|
852
|
-
(0, ts_serval_1.serialize)(),
|
|
853
|
-
(0, ts_serval_1.validate)(),
|
|
854
|
-
__metadata("design:type", BirthMonth_1.BirthMonth)
|
|
855
|
-
], BirthDate.prototype, "month", void 0);
|
|
856
|
-
__decorate([
|
|
857
|
-
(0, ts_serval_1.serialize)(),
|
|
858
|
-
(0, ts_serval_1.validate)(),
|
|
859
|
-
__metadata("design:type", BirthYear_1.BirthYear)
|
|
860
|
-
], BirthDate.prototype, "year", void 0);
|
|
861
|
-
BirthDate = __decorate([
|
|
862
|
-
(0, ts_serval_1.type)("BirthDate")
|
|
863
|
-
], BirthDate);
|
|
864
|
-
exports.BirthDate = BirthDate;
|
|
865
|
-
//# sourceMappingURL=BirthDate.js.map
|
|
866
|
-
|
|
867
|
-
/***/ }),
|
|
868
|
-
|
|
869
|
-
/***/ "./dist/attributes/types/birth/BirthDay.js":
|
|
870
|
-
/*!*************************************************!*\
|
|
871
|
-
!*** ./dist/attributes/types/birth/BirthDay.js ***!
|
|
872
|
-
\*************************************************/
|
|
873
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
877
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
878
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
879
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
880
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
881
|
-
};
|
|
882
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
883
|
-
exports.BirthDay = void 0;
|
|
884
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
885
|
-
const AbstractDay_1 = __webpack_require__(/*! ../AbstractDay */ "./dist/attributes/types/AbstractDay.js");
|
|
886
|
-
let BirthDay = class BirthDay extends AbstractDay_1.AbstractDay {
|
|
887
|
-
};
|
|
888
|
-
BirthDay = __decorate([
|
|
889
|
-
(0, ts_serval_1.type)("BirthDay")
|
|
890
|
-
], BirthDay);
|
|
891
|
-
exports.BirthDay = BirthDay;
|
|
892
|
-
//# sourceMappingURL=BirthDay.js.map
|
|
893
|
-
|
|
894
|
-
/***/ }),
|
|
895
|
-
|
|
896
|
-
/***/ "./dist/attributes/types/birth/BirthMonth.js":
|
|
897
|
-
/*!***************************************************!*\
|
|
898
|
-
!*** ./dist/attributes/types/birth/BirthMonth.js ***!
|
|
899
|
-
\***************************************************/
|
|
900
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
904
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
905
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
906
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
907
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
908
|
-
};
|
|
909
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
910
|
-
exports.BirthMonth = void 0;
|
|
911
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
912
|
-
const AbstractMonth_1 = __webpack_require__(/*! ../AbstractMonth */ "./dist/attributes/types/AbstractMonth.js");
|
|
913
|
-
let BirthMonth = class BirthMonth extends AbstractMonth_1.AbstractMonth {
|
|
914
|
-
};
|
|
915
|
-
BirthMonth = __decorate([
|
|
916
|
-
(0, ts_serval_1.type)("BirthMonth")
|
|
917
|
-
], BirthMonth);
|
|
918
|
-
exports.BirthMonth = BirthMonth;
|
|
919
|
-
//# sourceMappingURL=BirthMonth.js.map
|
|
920
|
-
|
|
921
|
-
/***/ }),
|
|
922
|
-
|
|
923
|
-
/***/ "./dist/attributes/types/birth/BirthPlace.js":
|
|
924
|
-
/*!***************************************************!*\
|
|
925
|
-
!*** ./dist/attributes/types/birth/BirthPlace.js ***!
|
|
926
|
-
\***************************************************/
|
|
927
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
931
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
932
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
933
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
934
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
935
|
-
};
|
|
936
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
937
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
938
|
-
};
|
|
939
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
940
|
-
exports.BirthPlace = void 0;
|
|
941
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
942
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
943
|
-
const BirthCity_1 = __webpack_require__(/*! ./BirthCity */ "./dist/attributes/types/birth/BirthCity.js");
|
|
944
|
-
const BirthCountry_1 = __webpack_require__(/*! ./BirthCountry */ "./dist/attributes/types/birth/BirthCountry.js");
|
|
945
|
-
const BirthState_1 = __webpack_require__(/*! ./BirthState */ "./dist/attributes/types/birth/BirthState.js");
|
|
946
|
-
let BirthPlace = class BirthPlace extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
947
|
-
};
|
|
948
|
-
__decorate([
|
|
949
|
-
(0, ts_serval_1.serialize)(),
|
|
950
|
-
(0, ts_serval_1.validate)(),
|
|
951
|
-
__metadata("design:type", BirthCity_1.BirthCity)
|
|
952
|
-
], BirthPlace.prototype, "city", void 0);
|
|
953
|
-
__decorate([
|
|
954
|
-
(0, ts_serval_1.serialize)(),
|
|
955
|
-
(0, ts_serval_1.validate)(),
|
|
956
|
-
__metadata("design:type", BirthCountry_1.BirthCountry)
|
|
957
|
-
], BirthPlace.prototype, "country", void 0);
|
|
958
|
-
__decorate([
|
|
959
|
-
(0, ts_serval_1.serialize)(),
|
|
960
|
-
(0, ts_serval_1.validate)(),
|
|
961
|
-
__metadata("design:type", BirthState_1.BirthState)
|
|
962
|
-
], BirthPlace.prototype, "state", void 0);
|
|
963
|
-
BirthPlace = __decorate([
|
|
964
|
-
(0, ts_serval_1.type)("BirthPlace")
|
|
965
|
-
], BirthPlace);
|
|
966
|
-
exports.BirthPlace = BirthPlace;
|
|
967
|
-
//# sourceMappingURL=BirthPlace.js.map
|
|
968
|
-
|
|
969
|
-
/***/ }),
|
|
970
|
-
|
|
971
|
-
/***/ "./dist/attributes/types/birth/BirthState.js":
|
|
972
|
-
/*!***************************************************!*\
|
|
973
|
-
!*** ./dist/attributes/types/birth/BirthState.js ***!
|
|
974
|
-
\***************************************************/
|
|
975
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
979
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
980
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
981
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
982
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
983
|
-
};
|
|
984
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
985
|
-
exports.BirthState = void 0;
|
|
986
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
987
|
-
const State_1 = __webpack_require__(/*! ../address/State */ "./dist/attributes/types/address/State.js");
|
|
988
|
-
let BirthState = class BirthState extends State_1.State {
|
|
989
|
-
};
|
|
990
|
-
BirthState = __decorate([
|
|
991
|
-
(0, ts_serval_1.type)("BirthState")
|
|
992
|
-
], BirthState);
|
|
993
|
-
exports.BirthState = BirthState;
|
|
994
|
-
//# sourceMappingURL=BirthState.js.map
|
|
995
|
-
|
|
996
|
-
/***/ }),
|
|
997
|
-
|
|
998
|
-
/***/ "./dist/attributes/types/birth/BirthYear.js":
|
|
999
|
-
/*!**************************************************!*\
|
|
1000
|
-
!*** ./dist/attributes/types/birth/BirthYear.js ***!
|
|
1001
|
-
\**************************************************/
|
|
1002
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1006
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1007
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1008
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1009
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1010
|
-
};
|
|
1011
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1012
|
-
exports.BirthYear = void 0;
|
|
1013
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1014
|
-
const AbstractYear_1 = __webpack_require__(/*! ../AbstractYear */ "./dist/attributes/types/AbstractYear.js");
|
|
1015
|
-
let BirthYear = class BirthYear extends AbstractYear_1.AbstractYear {
|
|
1016
|
-
};
|
|
1017
|
-
BirthYear = __decorate([
|
|
1018
|
-
(0, ts_serval_1.type)("BirthYear")
|
|
1019
|
-
], BirthYear);
|
|
1020
|
-
exports.BirthYear = BirthYear;
|
|
1021
|
-
//# sourceMappingURL=BirthYear.js.map
|
|
1022
|
-
|
|
1023
|
-
/***/ }),
|
|
1024
|
-
|
|
1025
|
-
/***/ "./dist/attributes/types/birth/index.js":
|
|
1026
|
-
/*!**********************************************!*\
|
|
1027
|
-
!*** ./dist/attributes/types/birth/index.js ***!
|
|
1028
|
-
\**********************************************/
|
|
1029
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1033
|
-
if (k2 === undefined) k2 = k;
|
|
1034
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1035
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1036
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1037
|
-
}
|
|
1038
|
-
Object.defineProperty(o, k2, desc);
|
|
1039
|
-
}) : (function(o, m, k, k2) {
|
|
1040
|
-
if (k2 === undefined) k2 = k;
|
|
1041
|
-
o[k2] = m[k];
|
|
1042
|
-
}));
|
|
1043
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1044
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1045
|
-
};
|
|
1046
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1047
|
-
__exportStar(__webpack_require__(/*! ./BirthCity */ "./dist/attributes/types/birth/BirthCity.js"), exports);
|
|
1048
|
-
__exportStar(__webpack_require__(/*! ./BirthCountry */ "./dist/attributes/types/birth/BirthCountry.js"), exports);
|
|
1049
|
-
__exportStar(__webpack_require__(/*! ./BirthDate */ "./dist/attributes/types/birth/BirthDate.js"), exports);
|
|
1050
|
-
__exportStar(__webpack_require__(/*! ./BirthDay */ "./dist/attributes/types/birth/BirthDay.js"), exports);
|
|
1051
|
-
__exportStar(__webpack_require__(/*! ./BirthMonth */ "./dist/attributes/types/birth/BirthMonth.js"), exports);
|
|
1052
|
-
__exportStar(__webpack_require__(/*! ./BirthPlace */ "./dist/attributes/types/birth/BirthPlace.js"), exports);
|
|
1053
|
-
__exportStar(__webpack_require__(/*! ./BirthState */ "./dist/attributes/types/birth/BirthState.js"), exports);
|
|
1054
|
-
__exportStar(__webpack_require__(/*! ./BirthYear */ "./dist/attributes/types/birth/BirthYear.js"), exports);
|
|
1055
|
-
//# sourceMappingURL=index.js.map
|
|
1056
|
-
|
|
1057
|
-
/***/ }),
|
|
1058
|
-
|
|
1059
|
-
/***/ "./dist/attributes/types/idcard/AbstractIDCard.js":
|
|
1060
|
-
/*!********************************************************!*\
|
|
1061
|
-
!*** ./dist/attributes/types/idcard/AbstractIDCard.js ***!
|
|
1062
|
-
\********************************************************/
|
|
1063
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1067
|
-
exports.AbstractIDCard = void 0;
|
|
1068
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1069
|
-
class AbstractIDCard extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1070
|
-
}
|
|
1071
|
-
exports.AbstractIDCard = AbstractIDCard;
|
|
1072
|
-
//# sourceMappingURL=AbstractIDCard.js.map
|
|
1073
|
-
|
|
1074
|
-
/***/ }),
|
|
1075
|
-
|
|
1076
|
-
/***/ "./dist/attributes/types/idcard/IDCardAuthorityName.js":
|
|
1077
|
-
/*!*************************************************************!*\
|
|
1078
|
-
!*** ./dist/attributes/types/idcard/IDCardAuthorityName.js ***!
|
|
1079
|
-
\*************************************************************/
|
|
1080
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1084
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1085
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1086
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1087
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1088
|
-
};
|
|
1089
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1090
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1091
|
-
};
|
|
1092
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1093
|
-
exports.IDCardAuthorityName = void 0;
|
|
1094
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1095
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1096
|
-
let IDCardAuthorityName = class IDCardAuthorityName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1097
|
-
};
|
|
1098
|
-
__decorate([
|
|
1099
|
-
(0, ts_serval_1.serialize)(),
|
|
1100
|
-
(0, ts_serval_1.validate)(),
|
|
1101
|
-
__metadata("design:type", String)
|
|
1102
|
-
], IDCardAuthorityName.prototype, "value", void 0);
|
|
1103
|
-
IDCardAuthorityName = __decorate([
|
|
1104
|
-
(0, ts_serval_1.type)("IDCardAuthorityName")
|
|
1105
|
-
], IDCardAuthorityName);
|
|
1106
|
-
exports.IDCardAuthorityName = IDCardAuthorityName;
|
|
1107
|
-
//# sourceMappingURL=IDCardAuthorityName.js.map
|
|
1108
|
-
|
|
1109
|
-
/***/ }),
|
|
1110
|
-
|
|
1111
|
-
/***/ "./dist/attributes/types/idcard/IDCardDE.js":
|
|
1112
|
-
/*!**************************************************!*\
|
|
1113
|
-
!*** ./dist/attributes/types/idcard/IDCardDE.js ***!
|
|
1114
|
-
\**************************************************/
|
|
1115
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1119
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1120
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1121
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1122
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1123
|
-
};
|
|
1124
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1125
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1126
|
-
};
|
|
1127
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1128
|
-
exports.IDCardDE = void 0;
|
|
1129
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1130
|
-
const StreetAddress_1 = __webpack_require__(/*! ../address/StreetAddress */ "./dist/attributes/types/address/StreetAddress.js");
|
|
1131
|
-
const BirthDate_1 = __webpack_require__(/*! ../birth/BirthDate */ "./dist/attributes/types/birth/BirthDate.js");
|
|
1132
|
-
const BirthPlace_1 = __webpack_require__(/*! ../birth/BirthPlace */ "./dist/attributes/types/birth/BirthPlace.js");
|
|
1133
|
-
const LegalNameDE_1 = __webpack_require__(/*! ../name/LegalNameDE */ "./dist/attributes/types/name/LegalNameDE.js");
|
|
1134
|
-
const AbstractIDCard_1 = __webpack_require__(/*! ./AbstractIDCard */ "./dist/attributes/types/idcard/AbstractIDCard.js");
|
|
1135
|
-
let IDCardDE = class IDCardDE extends AbstractIDCard_1.AbstractIDCard {
|
|
1136
|
-
};
|
|
1137
|
-
__decorate([
|
|
1138
|
-
(0, ts_serval_1.serialize)(),
|
|
1139
|
-
(0, ts_serval_1.validate)(),
|
|
1140
|
-
__metadata("design:type", LegalNameDE_1.LegalNameDE)
|
|
1141
|
-
], IDCardDE.prototype, "legalName", void 0);
|
|
1142
|
-
__decorate([
|
|
1143
|
-
(0, ts_serval_1.serialize)(),
|
|
1144
|
-
(0, ts_serval_1.validate)(),
|
|
1145
|
-
__metadata("design:type", BirthDate_1.BirthDate)
|
|
1146
|
-
], IDCardDE.prototype, "birthDate", void 0);
|
|
1147
|
-
__decorate([
|
|
1148
|
-
(0, ts_serval_1.serialize)(),
|
|
1149
|
-
(0, ts_serval_1.validate)(),
|
|
1150
|
-
__metadata("design:type", BirthPlace_1.BirthPlace)
|
|
1151
|
-
], IDCardDE.prototype, "birthPlace", void 0);
|
|
1152
|
-
__decorate([
|
|
1153
|
-
(0, ts_serval_1.serialize)(),
|
|
1154
|
-
(0, ts_serval_1.validate)(),
|
|
1155
|
-
__metadata("design:type", StreetAddress_1.StreetAddress)
|
|
1156
|
-
], IDCardDE.prototype, "address", void 0);
|
|
1157
|
-
IDCardDE = __decorate([
|
|
1158
|
-
(0, ts_serval_1.type)("IDCardDE")
|
|
1159
|
-
], IDCardDE);
|
|
1160
|
-
exports.IDCardDE = IDCardDE;
|
|
1161
|
-
//# sourceMappingURL=IDCardDE.js.map
|
|
1162
|
-
|
|
1163
|
-
/***/ }),
|
|
1164
|
-
|
|
1165
|
-
/***/ "./dist/attributes/types/idcard/IDCardIssuingDate.js":
|
|
1166
|
-
/*!***********************************************************!*\
|
|
1167
|
-
!*** ./dist/attributes/types/idcard/IDCardIssuingDate.js ***!
|
|
1168
|
-
\***********************************************************/
|
|
1169
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1173
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1174
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1175
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1176
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1177
|
-
};
|
|
1178
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1179
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1180
|
-
};
|
|
1181
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1182
|
-
exports.IDCardIssuingDate = void 0;
|
|
1183
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1184
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1185
|
-
let IDCardIssuingDate = class IDCardIssuingDate extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1186
|
-
};
|
|
1187
|
-
__decorate([
|
|
1188
|
-
(0, ts_serval_1.serialize)(),
|
|
1189
|
-
(0, ts_serval_1.validate)(),
|
|
1190
|
-
__metadata("design:type", String)
|
|
1191
|
-
], IDCardIssuingDate.prototype, "value", void 0);
|
|
1192
|
-
IDCardIssuingDate = __decorate([
|
|
1193
|
-
(0, ts_serval_1.type)("IDCardIssuingDate")
|
|
1194
|
-
], IDCardIssuingDate);
|
|
1195
|
-
exports.IDCardIssuingDate = IDCardIssuingDate;
|
|
1196
|
-
//# sourceMappingURL=IDCardIssuingDate.js.map
|
|
1197
|
-
|
|
1198
|
-
/***/ }),
|
|
1199
|
-
|
|
1200
|
-
/***/ "./dist/attributes/types/idcard/index.js":
|
|
1201
|
-
/*!***********************************************!*\
|
|
1202
|
-
!*** ./dist/attributes/types/idcard/index.js ***!
|
|
1203
|
-
\***********************************************/
|
|
1204
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1208
|
-
if (k2 === undefined) k2 = k;
|
|
1209
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1210
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1211
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1212
|
-
}
|
|
1213
|
-
Object.defineProperty(o, k2, desc);
|
|
1214
|
-
}) : (function(o, m, k, k2) {
|
|
1215
|
-
if (k2 === undefined) k2 = k;
|
|
1216
|
-
o[k2] = m[k];
|
|
1217
|
-
}));
|
|
1218
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1219
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1220
|
-
};
|
|
1221
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1222
|
-
__exportStar(__webpack_require__(/*! ./AbstractIDCard */ "./dist/attributes/types/idcard/AbstractIDCard.js"), exports);
|
|
1223
|
-
__exportStar(__webpack_require__(/*! ./IDCardAuthorityName */ "./dist/attributes/types/idcard/IDCardAuthorityName.js"), exports);
|
|
1224
|
-
__exportStar(__webpack_require__(/*! ./IDCardDE */ "./dist/attributes/types/idcard/IDCardDE.js"), exports);
|
|
1225
|
-
__exportStar(__webpack_require__(/*! ./IDCardIssuingDate */ "./dist/attributes/types/idcard/IDCardIssuingDate.js"), exports);
|
|
1226
|
-
//# sourceMappingURL=index.js.map
|
|
1227
|
-
|
|
1228
|
-
/***/ }),
|
|
1229
|
-
|
|
1230
|
-
/***/ "./dist/attributes/types/index.js":
|
|
1231
|
-
/*!****************************************!*\
|
|
1232
|
-
!*** ./dist/attributes/types/index.js ***!
|
|
1233
|
-
\****************************************/
|
|
1234
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1238
|
-
if (k2 === undefined) k2 = k;
|
|
1239
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1240
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1241
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1242
|
-
}
|
|
1243
|
-
Object.defineProperty(o, k2, desc);
|
|
1244
|
-
}) : (function(o, m, k, k2) {
|
|
1245
|
-
if (k2 === undefined) k2 = k;
|
|
1246
|
-
o[k2] = m[k];
|
|
1247
|
-
}));
|
|
1248
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1249
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1250
|
-
};
|
|
1251
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1252
|
-
__exportStar(__webpack_require__(/*! ./address */ "./dist/attributes/types/address/index.js"), exports);
|
|
1253
|
-
__exportStar(__webpack_require__(/*! ./birth */ "./dist/attributes/types/birth/index.js"), exports);
|
|
1254
|
-
__exportStar(__webpack_require__(/*! ./idcard */ "./dist/attributes/types/idcard/index.js"), exports);
|
|
1255
|
-
__exportStar(__webpack_require__(/*! ./measurements */ "./dist/attributes/types/measurements/index.js"), exports);
|
|
1256
|
-
__exportStar(__webpack_require__(/*! ./name */ "./dist/attributes/types/name/index.js"), exports);
|
|
1257
|
-
__exportStar(__webpack_require__(/*! ./person */ "./dist/attributes/types/person/index.js"), exports);
|
|
1258
|
-
//# sourceMappingURL=index.js.map
|
|
1259
|
-
|
|
1260
|
-
/***/ }),
|
|
1261
|
-
|
|
1262
|
-
/***/ "./dist/attributes/types/measurements/AbstractMeasurement.js":
|
|
1263
|
-
/*!*******************************************************************!*\
|
|
1264
|
-
!*** ./dist/attributes/types/measurements/AbstractMeasurement.js ***!
|
|
1265
|
-
\*******************************************************************/
|
|
1266
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1270
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1271
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1272
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1273
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1274
|
-
};
|
|
1275
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1276
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1277
|
-
};
|
|
1278
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1279
|
-
exports.AbstractMeasurement = void 0;
|
|
1280
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1281
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1282
|
-
/**
|
|
1283
|
-
* valid unit strings must be defined in the classes extending AbstractMeasurement as enum
|
|
1284
|
-
*/
|
|
1285
|
-
class AbstractMeasurement extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1286
|
-
}
|
|
1287
|
-
__decorate([
|
|
1288
|
-
(0, ts_serval_1.serialize)(),
|
|
1289
|
-
(0, ts_serval_1.validate)(),
|
|
1290
|
-
__metadata("design:type", String)
|
|
1291
|
-
], AbstractMeasurement.prototype, "unit", void 0);
|
|
1292
|
-
__decorate([
|
|
1293
|
-
(0, ts_serval_1.serialize)(),
|
|
1294
|
-
(0, ts_serval_1.validate)(),
|
|
1295
|
-
__metadata("design:type", Number)
|
|
1296
|
-
], AbstractMeasurement.prototype, "value", void 0);
|
|
1297
|
-
exports.AbstractMeasurement = AbstractMeasurement;
|
|
1298
|
-
//# sourceMappingURL=AbstractMeasurement.js.map
|
|
1299
|
-
|
|
1300
|
-
/***/ }),
|
|
1301
|
-
|
|
1302
|
-
/***/ "./dist/attributes/types/measurements/LengthMeasurement.js":
|
|
1303
|
-
/*!*****************************************************************!*\
|
|
1304
|
-
!*** ./dist/attributes/types/measurements/LengthMeasurement.js ***!
|
|
1305
|
-
\*****************************************************************/
|
|
1306
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1310
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1311
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1312
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1313
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1314
|
-
};
|
|
1315
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1316
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1317
|
-
};
|
|
1318
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1319
|
-
exports.LengthMeasurement = exports.LengthUnit = void 0;
|
|
1320
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1321
|
-
const AbstractMeasurement_1 = __webpack_require__(/*! ./AbstractMeasurement */ "./dist/attributes/types/measurements/AbstractMeasurement.js");
|
|
1322
|
-
var LengthUnit;
|
|
1323
|
-
(function (LengthUnit) {
|
|
1324
|
-
LengthUnit["NM"] = "nm";
|
|
1325
|
-
LengthUnit["UM"] = "um";
|
|
1326
|
-
LengthUnit["MM"] = "mm";
|
|
1327
|
-
LengthUnit["CM"] = "cm";
|
|
1328
|
-
LengthUnit["DM"] = "dm";
|
|
1329
|
-
LengthUnit["M"] = "m";
|
|
1330
|
-
LengthUnit["KM"] = "km";
|
|
1331
|
-
LengthUnit["MI"] = "mi";
|
|
1332
|
-
LengthUnit["YD"] = "yd";
|
|
1333
|
-
LengthUnit["FT"] = "ft";
|
|
1334
|
-
LengthUnit["SM"] = "sm";
|
|
1335
|
-
LengthUnit["IN"] = "in";
|
|
1336
|
-
})(LengthUnit = exports.LengthUnit || (exports.LengthUnit = {}));
|
|
1337
|
-
let LengthMeasurement = class LengthMeasurement extends AbstractMeasurement_1.AbstractMeasurement {
|
|
1338
|
-
};
|
|
1339
|
-
__decorate([
|
|
1340
|
-
(0, ts_serval_1.serialize)(),
|
|
1341
|
-
(0, ts_serval_1.validate)({
|
|
1342
|
-
customValidator: (v) => !Object.values(LengthUnit).includes(v) ? `must be one of: ${Object.values(LengthUnit)}` : undefined
|
|
1343
|
-
}),
|
|
1344
|
-
__metadata("design:type", String)
|
|
1345
|
-
], LengthMeasurement.prototype, "unit", void 0);
|
|
1346
|
-
LengthMeasurement = __decorate([
|
|
1347
|
-
(0, ts_serval_1.type)("LengthMeasurement")
|
|
1348
|
-
], LengthMeasurement);
|
|
1349
|
-
exports.LengthMeasurement = LengthMeasurement;
|
|
1350
|
-
//# sourceMappingURL=LengthMeasurement.js.map
|
|
1351
|
-
|
|
1352
|
-
/***/ }),
|
|
1353
|
-
|
|
1354
|
-
/***/ "./dist/attributes/types/measurements/index.js":
|
|
1355
|
-
/*!*****************************************************!*\
|
|
1356
|
-
!*** ./dist/attributes/types/measurements/index.js ***!
|
|
1357
|
-
\*****************************************************/
|
|
1358
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1362
|
-
if (k2 === undefined) k2 = k;
|
|
1363
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1364
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1365
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1366
|
-
}
|
|
1367
|
-
Object.defineProperty(o, k2, desc);
|
|
1368
|
-
}) : (function(o, m, k, k2) {
|
|
1369
|
-
if (k2 === undefined) k2 = k;
|
|
1370
|
-
o[k2] = m[k];
|
|
1371
|
-
}));
|
|
1372
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1373
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1374
|
-
};
|
|
1375
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1376
|
-
__exportStar(__webpack_require__(/*! ./LengthMeasurement */ "./dist/attributes/types/measurements/LengthMeasurement.js"), exports);
|
|
1377
|
-
//# sourceMappingURL=index.js.map
|
|
1378
|
-
|
|
1379
|
-
/***/ }),
|
|
1380
|
-
|
|
1381
|
-
/***/ "./dist/attributes/types/name/AbstractLegalName.js":
|
|
1382
|
-
/*!*********************************************************!*\
|
|
1383
|
-
!*** ./dist/attributes/types/name/AbstractLegalName.js ***!
|
|
1384
|
-
\*********************************************************/
|
|
1385
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1389
|
-
exports.AbstractLegalName = void 0;
|
|
1390
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1391
|
-
class AbstractLegalName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1392
|
-
}
|
|
1393
|
-
exports.AbstractLegalName = AbstractLegalName;
|
|
1394
|
-
//# sourceMappingURL=AbstractLegalName.js.map
|
|
1395
|
-
|
|
1396
|
-
/***/ }),
|
|
1397
|
-
|
|
1398
|
-
/***/ "./dist/attributes/types/name/BirthName.js":
|
|
1399
|
-
/*!*************************************************!*\
|
|
1400
|
-
!*** ./dist/attributes/types/name/BirthName.js ***!
|
|
1401
|
-
\*************************************************/
|
|
1402
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1406
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1407
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1408
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1409
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1410
|
-
};
|
|
1411
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1412
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1413
|
-
};
|
|
1414
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1415
|
-
exports.BirthName = void 0;
|
|
1416
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1417
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1418
|
-
let BirthName = class BirthName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1419
|
-
};
|
|
1420
|
-
__decorate([
|
|
1421
|
-
(0, ts_serval_1.serialize)(),
|
|
1422
|
-
(0, ts_serval_1.validate)(),
|
|
1423
|
-
__metadata("design:type", String)
|
|
1424
|
-
], BirthName.prototype, "value", void 0);
|
|
1425
|
-
BirthName = __decorate([
|
|
1426
|
-
(0, ts_serval_1.type)("BirthName")
|
|
1427
|
-
], BirthName);
|
|
1428
|
-
exports.BirthName = BirthName;
|
|
1429
|
-
//# sourceMappingURL=BirthName.js.map
|
|
1430
|
-
|
|
1431
|
-
/***/ }),
|
|
1432
|
-
|
|
1433
|
-
/***/ "./dist/attributes/types/name/DisplayName.js":
|
|
1434
|
-
/*!***************************************************!*\
|
|
1435
|
-
!*** ./dist/attributes/types/name/DisplayName.js ***!
|
|
1436
|
-
\***************************************************/
|
|
1437
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1441
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1442
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1443
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1444
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1445
|
-
};
|
|
1446
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1447
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1448
|
-
};
|
|
1449
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1450
|
-
exports.DisplayName = void 0;
|
|
1451
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1452
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1453
|
-
let DisplayName = class DisplayName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1454
|
-
};
|
|
1455
|
-
__decorate([
|
|
1456
|
-
(0, ts_serval_1.serialize)(),
|
|
1457
|
-
(0, ts_serval_1.validate)(),
|
|
1458
|
-
__metadata("design:type", String)
|
|
1459
|
-
], DisplayName.prototype, "value", void 0);
|
|
1460
|
-
DisplayName = __decorate([
|
|
1461
|
-
(0, ts_serval_1.type)("DisplayName")
|
|
1462
|
-
], DisplayName);
|
|
1463
|
-
exports.DisplayName = DisplayName;
|
|
1464
|
-
//# sourceMappingURL=DisplayName.js.map
|
|
1465
|
-
|
|
1466
|
-
/***/ }),
|
|
1467
|
-
|
|
1468
|
-
/***/ "./dist/attributes/types/name/GivenName.js":
|
|
1469
|
-
/*!*************************************************!*\
|
|
1470
|
-
!*** ./dist/attributes/types/name/GivenName.js ***!
|
|
1471
|
-
\*************************************************/
|
|
1472
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1476
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1477
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1478
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1479
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1480
|
-
};
|
|
1481
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1482
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1483
|
-
};
|
|
1484
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1485
|
-
exports.GivenName = void 0;
|
|
1486
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1487
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1488
|
-
let GivenName = class GivenName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1489
|
-
};
|
|
1490
|
-
__decorate([
|
|
1491
|
-
(0, ts_serval_1.serialize)(),
|
|
1492
|
-
(0, ts_serval_1.validate)(),
|
|
1493
|
-
__metadata("design:type", String)
|
|
1494
|
-
], GivenName.prototype, "value", void 0);
|
|
1495
|
-
GivenName = __decorate([
|
|
1496
|
-
(0, ts_serval_1.type)("GivenName")
|
|
1497
|
-
], GivenName);
|
|
1498
|
-
exports.GivenName = GivenName;
|
|
1499
|
-
//# sourceMappingURL=GivenName.js.map
|
|
1500
|
-
|
|
1501
|
-
/***/ }),
|
|
1502
|
-
|
|
1503
|
-
/***/ "./dist/attributes/types/name/LegalNameDE.js":
|
|
1504
|
-
/*!***************************************************!*\
|
|
1505
|
-
!*** ./dist/attributes/types/name/LegalNameDE.js ***!
|
|
1506
|
-
\***************************************************/
|
|
1507
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1511
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1512
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1513
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1514
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1515
|
-
};
|
|
1516
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1517
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1518
|
-
};
|
|
1519
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1520
|
-
exports.LegalNameDE = void 0;
|
|
1521
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1522
|
-
const AbstractLegalName_1 = __webpack_require__(/*! ./AbstractLegalName */ "./dist/attributes/types/name/AbstractLegalName.js");
|
|
1523
|
-
const BirthName_1 = __webpack_require__(/*! ./BirthName */ "./dist/attributes/types/name/BirthName.js");
|
|
1524
|
-
const GivenName_1 = __webpack_require__(/*! ./GivenName */ "./dist/attributes/types/name/GivenName.js");
|
|
1525
|
-
const Pseudonym_1 = __webpack_require__(/*! ./Pseudonym */ "./dist/attributes/types/name/Pseudonym.js");
|
|
1526
|
-
const Surname_1 = __webpack_require__(/*! ./Surname */ "./dist/attributes/types/name/Surname.js");
|
|
1527
|
-
let LegalNameDE = class LegalNameDE extends AbstractLegalName_1.AbstractLegalName {
|
|
1528
|
-
};
|
|
1529
|
-
__decorate([
|
|
1530
|
-
(0, ts_serval_1.serialize)(),
|
|
1531
|
-
(0, ts_serval_1.validate)(),
|
|
1532
|
-
__metadata("design:type", Surname_1.Surname)
|
|
1533
|
-
], LegalNameDE.prototype, "surname", void 0);
|
|
1534
|
-
__decorate([
|
|
1535
|
-
(0, ts_serval_1.serialize)({ type: GivenName_1.GivenName }),
|
|
1536
|
-
(0, ts_serval_1.validate)(),
|
|
1537
|
-
__metadata("design:type", Array)
|
|
1538
|
-
], LegalNameDE.prototype, "givenNames", void 0);
|
|
1539
|
-
__decorate([
|
|
1540
|
-
(0, ts_serval_1.serialize)(),
|
|
1541
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1542
|
-
__metadata("design:type", BirthName_1.BirthName)
|
|
1543
|
-
], LegalNameDE.prototype, "birthName", void 0);
|
|
1544
|
-
__decorate([
|
|
1545
|
-
(0, ts_serval_1.serialize)(),
|
|
1546
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1547
|
-
__metadata("design:type", Pseudonym_1.Pseudonym)
|
|
1548
|
-
], LegalNameDE.prototype, "pseudonym", void 0);
|
|
1549
|
-
LegalNameDE = __decorate([
|
|
1550
|
-
(0, ts_serval_1.type)("LegalNameDE")
|
|
1551
|
-
], LegalNameDE);
|
|
1552
|
-
exports.LegalNameDE = LegalNameDE;
|
|
1553
|
-
//# sourceMappingURL=LegalNameDE.js.map
|
|
1554
|
-
|
|
1555
|
-
/***/ }),
|
|
1556
|
-
|
|
1557
|
-
/***/ "./dist/attributes/types/name/Pseudonym.js":
|
|
1558
|
-
/*!*************************************************!*\
|
|
1559
|
-
!*** ./dist/attributes/types/name/Pseudonym.js ***!
|
|
1560
|
-
\*************************************************/
|
|
1561
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1565
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1566
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1567
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1568
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1569
|
-
};
|
|
1570
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1571
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1572
|
-
};
|
|
1573
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1574
|
-
exports.Pseudonym = void 0;
|
|
1575
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1576
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1577
|
-
let Pseudonym = class Pseudonym extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1578
|
-
};
|
|
1579
|
-
__decorate([
|
|
1580
|
-
(0, ts_serval_1.serialize)(),
|
|
1581
|
-
(0, ts_serval_1.validate)(),
|
|
1582
|
-
__metadata("design:type", String)
|
|
1583
|
-
], Pseudonym.prototype, "value", void 0);
|
|
1584
|
-
Pseudonym = __decorate([
|
|
1585
|
-
(0, ts_serval_1.type)("Pseudonym")
|
|
1586
|
-
], Pseudonym);
|
|
1587
|
-
exports.Pseudonym = Pseudonym;
|
|
1588
|
-
//# sourceMappingURL=Pseudonym.js.map
|
|
1589
|
-
|
|
1590
|
-
/***/ }),
|
|
1591
|
-
|
|
1592
|
-
/***/ "./dist/attributes/types/name/Salutation.js":
|
|
1593
|
-
/*!**************************************************!*\
|
|
1594
|
-
!*** ./dist/attributes/types/name/Salutation.js ***!
|
|
1595
|
-
\**************************************************/
|
|
1596
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1600
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1601
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1602
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1603
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1604
|
-
};
|
|
1605
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1606
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1607
|
-
};
|
|
1608
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1609
|
-
exports.Salutation = void 0;
|
|
1610
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1611
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1612
|
-
const DisplayName_1 = __webpack_require__(/*! ./DisplayName */ "./dist/attributes/types/name/DisplayName.js");
|
|
1613
|
-
const GivenName_1 = __webpack_require__(/*! ./GivenName */ "./dist/attributes/types/name/GivenName.js");
|
|
1614
|
-
const Surname_1 = __webpack_require__(/*! ./Surname */ "./dist/attributes/types/name/Surname.js");
|
|
1615
|
-
const Title_1 = __webpack_require__(/*! ./Title */ "./dist/attributes/types/name/Title.js");
|
|
1616
|
-
let Salutation = class Salutation extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1617
|
-
};
|
|
1618
|
-
__decorate([
|
|
1619
|
-
(0, ts_serval_1.serialize)(),
|
|
1620
|
-
(0, ts_serval_1.validate)(),
|
|
1621
|
-
__metadata("design:type", DisplayName_1.DisplayName)
|
|
1622
|
-
], Salutation.prototype, "displayName", void 0);
|
|
1623
|
-
__decorate([
|
|
1624
|
-
(0, ts_serval_1.serialize)(),
|
|
1625
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1626
|
-
__metadata("design:type", GivenName_1.GivenName)
|
|
1627
|
-
], Salutation.prototype, "givenName", void 0);
|
|
1628
|
-
__decorate([
|
|
1629
|
-
(0, ts_serval_1.serialize)(),
|
|
1630
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1631
|
-
__metadata("design:type", Surname_1.Surname)
|
|
1632
|
-
], Salutation.prototype, "surname", void 0);
|
|
1633
|
-
__decorate([
|
|
1634
|
-
(0, ts_serval_1.serialize)({ type: Title_1.Title }),
|
|
1635
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1636
|
-
__metadata("design:type", Array)
|
|
1637
|
-
], Salutation.prototype, "titles", void 0);
|
|
1638
|
-
Salutation = __decorate([
|
|
1639
|
-
(0, ts_serval_1.type)("Salutation")
|
|
1640
|
-
], Salutation);
|
|
1641
|
-
exports.Salutation = Salutation;
|
|
1642
|
-
//# sourceMappingURL=Salutation.js.map
|
|
1643
|
-
|
|
1644
|
-
/***/ }),
|
|
1645
|
-
|
|
1646
|
-
/***/ "./dist/attributes/types/name/Surname.js":
|
|
1647
|
-
/*!***********************************************!*\
|
|
1648
|
-
!*** ./dist/attributes/types/name/Surname.js ***!
|
|
1649
|
-
\***********************************************/
|
|
1650
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1654
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1655
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1656
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1657
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1658
|
-
};
|
|
1659
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1660
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1661
|
-
};
|
|
1662
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1663
|
-
exports.Surname = void 0;
|
|
1664
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1665
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1666
|
-
let Surname = class Surname extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1667
|
-
};
|
|
1668
|
-
__decorate([
|
|
1669
|
-
(0, ts_serval_1.serialize)(),
|
|
1670
|
-
(0, ts_serval_1.validate)(),
|
|
1671
|
-
__metadata("design:type", String)
|
|
1672
|
-
], Surname.prototype, "value", void 0);
|
|
1673
|
-
Surname = __decorate([
|
|
1674
|
-
(0, ts_serval_1.type)("Surname")
|
|
1675
|
-
], Surname);
|
|
1676
|
-
exports.Surname = Surname;
|
|
1677
|
-
//# sourceMappingURL=Surname.js.map
|
|
1678
|
-
|
|
1679
|
-
/***/ }),
|
|
1680
|
-
|
|
1681
|
-
/***/ "./dist/attributes/types/name/Title.js":
|
|
1682
|
-
/*!*********************************************!*\
|
|
1683
|
-
!*** ./dist/attributes/types/name/Title.js ***!
|
|
1684
|
-
\*********************************************/
|
|
1685
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1689
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1690
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1691
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1692
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1693
|
-
};
|
|
1694
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1695
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1696
|
-
};
|
|
1697
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1698
|
-
exports.Title = void 0;
|
|
1699
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1700
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1701
|
-
let Title = class Title extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1702
|
-
};
|
|
1703
|
-
__decorate([
|
|
1704
|
-
(0, ts_serval_1.serialize)(),
|
|
1705
|
-
(0, ts_serval_1.validate)(),
|
|
1706
|
-
__metadata("design:type", String)
|
|
1707
|
-
], Title.prototype, "value", void 0);
|
|
1708
|
-
Title = __decorate([
|
|
1709
|
-
(0, ts_serval_1.type)("Title")
|
|
1710
|
-
], Title);
|
|
1711
|
-
exports.Title = Title;
|
|
1712
|
-
//# sourceMappingURL=Title.js.map
|
|
1713
|
-
|
|
1714
|
-
/***/ }),
|
|
1715
|
-
|
|
1716
|
-
/***/ "./dist/attributes/types/name/index.js":
|
|
1717
|
-
/*!*********************************************!*\
|
|
1718
|
-
!*** ./dist/attributes/types/name/index.js ***!
|
|
1719
|
-
\*********************************************/
|
|
1720
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1724
|
-
if (k2 === undefined) k2 = k;
|
|
1725
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1726
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1727
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1728
|
-
}
|
|
1729
|
-
Object.defineProperty(o, k2, desc);
|
|
1730
|
-
}) : (function(o, m, k, k2) {
|
|
1731
|
-
if (k2 === undefined) k2 = k;
|
|
1732
|
-
o[k2] = m[k];
|
|
1733
|
-
}));
|
|
1734
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1735
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1736
|
-
};
|
|
1737
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1738
|
-
__exportStar(__webpack_require__(/*! ./AbstractLegalName */ "./dist/attributes/types/name/AbstractLegalName.js"), exports);
|
|
1739
|
-
__exportStar(__webpack_require__(/*! ./BirthName */ "./dist/attributes/types/name/BirthName.js"), exports);
|
|
1740
|
-
__exportStar(__webpack_require__(/*! ./DisplayName */ "./dist/attributes/types/name/DisplayName.js"), exports);
|
|
1741
|
-
__exportStar(__webpack_require__(/*! ./GivenName */ "./dist/attributes/types/name/GivenName.js"), exports);
|
|
1742
|
-
__exportStar(__webpack_require__(/*! ./LegalNameDE */ "./dist/attributes/types/name/LegalNameDE.js"), exports);
|
|
1743
|
-
__exportStar(__webpack_require__(/*! ./Pseudonym */ "./dist/attributes/types/name/Pseudonym.js"), exports);
|
|
1744
|
-
__exportStar(__webpack_require__(/*! ./Salutation */ "./dist/attributes/types/name/Salutation.js"), exports);
|
|
1745
|
-
__exportStar(__webpack_require__(/*! ./Surname */ "./dist/attributes/types/name/Surname.js"), exports);
|
|
1746
|
-
__exportStar(__webpack_require__(/*! ./Title */ "./dist/attributes/types/name/Title.js"), exports);
|
|
1747
|
-
//# sourceMappingURL=index.js.map
|
|
1748
|
-
|
|
1749
|
-
/***/ }),
|
|
1750
|
-
|
|
1751
|
-
/***/ "./dist/attributes/types/person/Age.js":
|
|
1752
|
-
/*!*********************************************!*\
|
|
1753
|
-
!*** ./dist/attributes/types/person/Age.js ***!
|
|
1754
|
-
\*********************************************/
|
|
1755
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1759
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1760
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1761
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1762
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1763
|
-
};
|
|
1764
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1765
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1766
|
-
};
|
|
1767
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1768
|
-
exports.Age = void 0;
|
|
1769
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1770
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1771
|
-
let Age = class Age extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1772
|
-
};
|
|
1773
|
-
__decorate([
|
|
1774
|
-
(0, ts_serval_1.serialize)(),
|
|
1775
|
-
(0, ts_serval_1.validate)(),
|
|
1776
|
-
__metadata("design:type", Number)
|
|
1777
|
-
], Age.prototype, "value", void 0);
|
|
1778
|
-
Age = __decorate([
|
|
1779
|
-
(0, ts_serval_1.type)("Age")
|
|
1780
|
-
], Age);
|
|
1781
|
-
exports.Age = Age;
|
|
1782
|
-
//# sourceMappingURL=Age.js.map
|
|
1783
|
-
|
|
1784
|
-
/***/ }),
|
|
1785
|
-
|
|
1786
|
-
/***/ "./dist/attributes/types/person/Gender.js":
|
|
1787
|
-
/*!************************************************!*\
|
|
1788
|
-
!*** ./dist/attributes/types/person/Gender.js ***!
|
|
1789
|
-
\************************************************/
|
|
18
|
+
/***/ "./dist/attributes/Attribute.js":
|
|
19
|
+
/*!**************************************!*\
|
|
20
|
+
!*** ./dist/attributes/Attribute.js ***!
|
|
21
|
+
\**************************************/
|
|
1790
22
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1791
23
|
|
|
1792
24
|
|
|
@@ -1799,105 +31,70 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1799
31
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1800
32
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1801
33
|
};
|
|
34
|
+
var Attribute_1;
|
|
1802
35
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1803
|
-
exports.
|
|
36
|
+
exports.Attribute = void 0;
|
|
1804
37
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1805
|
-
const
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
38
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
39
|
+
let Attribute = Attribute_1 = class Attribute extends transport_1.CoreSerializable {
|
|
40
|
+
get namespace() {
|
|
41
|
+
if (!this.name)
|
|
42
|
+
return undefined;
|
|
43
|
+
const ar = this.name.split(".");
|
|
44
|
+
if (ar.length <= 1)
|
|
45
|
+
return undefined;
|
|
46
|
+
return ar[0];
|
|
47
|
+
}
|
|
48
|
+
get attribute() {
|
|
49
|
+
if (!this.name)
|
|
50
|
+
return undefined;
|
|
51
|
+
const ar = this.name.split(".");
|
|
52
|
+
return ar.pop();
|
|
53
|
+
}
|
|
54
|
+
static from(value) {
|
|
55
|
+
return super.from(value, Attribute_1);
|
|
56
|
+
}
|
|
57
|
+
static fromJSON(value) {
|
|
58
|
+
return this.from({
|
|
59
|
+
name: value.name,
|
|
60
|
+
value: value.value,
|
|
61
|
+
validFrom: value.validFrom ? transport_1.CoreDate.from(value.validFrom) : undefined,
|
|
62
|
+
validTo: value.validTo ? transport_1.CoreDate.from(value.validTo) : undefined
|
|
63
|
+
});
|
|
64
|
+
}
|
|
1810
65
|
};
|
|
1811
66
|
__decorate([
|
|
1812
67
|
(0, ts_serval_1.serialize)(),
|
|
1813
68
|
(0, ts_serval_1.validate)(),
|
|
1814
69
|
__metadata("design:type", String)
|
|
1815
|
-
],
|
|
1816
|
-
|
|
1817
|
-
(0, ts_serval_1.
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
/***/ }),
|
|
1823
|
-
|
|
1824
|
-
/***/ "./dist/attributes/types/person/PersonEyeColor.js":
|
|
1825
|
-
/*!********************************************************!*\
|
|
1826
|
-
!*** ./dist/attributes/types/person/PersonEyeColor.js ***!
|
|
1827
|
-
\********************************************************/
|
|
1828
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1832
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1833
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1834
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1835
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1836
|
-
};
|
|
1837
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1838
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1839
|
-
};
|
|
1840
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1841
|
-
exports.PersonEyeColor = void 0;
|
|
1842
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1843
|
-
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1844
|
-
let PersonEyeColor = class PersonEyeColor extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1845
|
-
};
|
|
70
|
+
], Attribute.prototype, "name", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, ts_serval_1.serialize)({ any: true }),
|
|
73
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
74
|
+
__metadata("design:type", Object)
|
|
75
|
+
], Attribute.prototype, "value", void 0);
|
|
1846
76
|
__decorate([
|
|
1847
77
|
(0, ts_serval_1.serialize)(),
|
|
1848
|
-
(0, ts_serval_1.validate)(),
|
|
1849
|
-
__metadata("design:type",
|
|
1850
|
-
],
|
|
1851
|
-
PersonEyeColor = __decorate([
|
|
1852
|
-
(0, ts_serval_1.type)("PersonEyeColor")
|
|
1853
|
-
], PersonEyeColor);
|
|
1854
|
-
exports.PersonEyeColor = PersonEyeColor;
|
|
1855
|
-
//# sourceMappingURL=PersonEyeColor.js.map
|
|
1856
|
-
|
|
1857
|
-
/***/ }),
|
|
1858
|
-
|
|
1859
|
-
/***/ "./dist/attributes/types/person/PersonHeight.js":
|
|
1860
|
-
/*!******************************************************!*\
|
|
1861
|
-
!*** ./dist/attributes/types/person/PersonHeight.js ***!
|
|
1862
|
-
\******************************************************/
|
|
1863
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1867
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1868
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1869
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1870
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1871
|
-
};
|
|
1872
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1873
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1874
|
-
};
|
|
1875
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1876
|
-
exports.PersonHeight = void 0;
|
|
1877
|
-
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1878
|
-
const LengthMeasurement_1 = __webpack_require__(/*! ../measurements/LengthMeasurement */ "./dist/attributes/types/measurements/LengthMeasurement.js");
|
|
1879
|
-
const validUnits = [LengthMeasurement_1.LengthUnit.CM, LengthMeasurement_1.LengthUnit.M];
|
|
1880
|
-
let PersonHeight = class PersonHeight extends LengthMeasurement_1.LengthMeasurement {
|
|
1881
|
-
};
|
|
78
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
79
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
80
|
+
], Attribute.prototype, "validFrom", void 0);
|
|
1882
81
|
__decorate([
|
|
1883
82
|
(0, ts_serval_1.serialize)(),
|
|
1884
|
-
(0, ts_serval_1.validate)({
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
exports.PersonHeight = PersonHeight;
|
|
1893
|
-
//# sourceMappingURL=PersonHeight.js.map
|
|
83
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
84
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
85
|
+
], Attribute.prototype, "validTo", void 0);
|
|
86
|
+
Attribute = Attribute_1 = __decorate([
|
|
87
|
+
(0, ts_serval_1.type)("Attribute")
|
|
88
|
+
], Attribute);
|
|
89
|
+
exports.Attribute = Attribute;
|
|
90
|
+
//# sourceMappingURL=Attribute.js.map
|
|
1894
91
|
|
|
1895
92
|
/***/ }),
|
|
1896
93
|
|
|
1897
|
-
/***/ "./dist/attributes/
|
|
1898
|
-
|
|
1899
|
-
!*** ./dist/attributes/
|
|
1900
|
-
|
|
94
|
+
/***/ "./dist/attributes/AttributeName.js":
|
|
95
|
+
/*!******************************************!*\
|
|
96
|
+
!*** ./dist/attributes/AttributeName.js ***!
|
|
97
|
+
\******************************************/
|
|
1901
98
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1902
99
|
|
|
1903
100
|
|
|
@@ -1910,56 +107,80 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1910
107
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1911
108
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1912
109
|
};
|
|
110
|
+
var AttributeName_1;
|
|
1913
111
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1914
|
-
exports.
|
|
112
|
+
exports.AttributeName = void 0;
|
|
1915
113
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
114
|
+
let AttributeName = AttributeName_1 = class AttributeName extends ts_serval_1.Serializable {
|
|
115
|
+
constructor(name) {
|
|
116
|
+
super();
|
|
117
|
+
this.checkName(name);
|
|
118
|
+
this._name = name;
|
|
119
|
+
}
|
|
120
|
+
set name(value) {
|
|
121
|
+
this.checkName(value);
|
|
122
|
+
this._name = value;
|
|
123
|
+
}
|
|
124
|
+
get name() {
|
|
125
|
+
return this._name;
|
|
126
|
+
}
|
|
127
|
+
checkName(name, throwError = true) {
|
|
128
|
+
let err;
|
|
129
|
+
if (!name) {
|
|
130
|
+
err = new Error("error.content.attribute.nameMustBeSet");
|
|
131
|
+
}
|
|
132
|
+
if (err && throwError) {
|
|
133
|
+
throw err;
|
|
134
|
+
}
|
|
135
|
+
return null;
|
|
136
|
+
}
|
|
137
|
+
static from(value) {
|
|
138
|
+
if (typeof value === "string") {
|
|
139
|
+
return new AttributeName_1(value);
|
|
140
|
+
}
|
|
141
|
+
return new AttributeName_1(value.name);
|
|
142
|
+
}
|
|
143
|
+
static deserialize(value) {
|
|
144
|
+
return new AttributeName_1(value);
|
|
145
|
+
}
|
|
146
|
+
toString() {
|
|
147
|
+
return this._name;
|
|
148
|
+
}
|
|
149
|
+
serialize() {
|
|
150
|
+
return this._name;
|
|
151
|
+
}
|
|
152
|
+
toJSON() {
|
|
153
|
+
return this._name;
|
|
154
|
+
}
|
|
1921
155
|
};
|
|
1922
|
-
__decorate([
|
|
1923
|
-
(0, ts_serval_1.
|
|
1924
|
-
(
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
(0, ts_serval_1.type)("Sex")
|
|
1929
|
-
], Sex);
|
|
1930
|
-
exports.Sex = Sex;
|
|
1931
|
-
//# sourceMappingURL=Sex.js.map
|
|
156
|
+
AttributeName = AttributeName_1 = __decorate([
|
|
157
|
+
(0, ts_serval_1.type)("AttributeName"),
|
|
158
|
+
__metadata("design:paramtypes", [String])
|
|
159
|
+
], AttributeName);
|
|
160
|
+
exports.AttributeName = AttributeName;
|
|
161
|
+
//# sourceMappingURL=AttributeName.js.map
|
|
1932
162
|
|
|
1933
163
|
/***/ }),
|
|
1934
164
|
|
|
1935
|
-
/***/ "./dist/attributes/
|
|
165
|
+
/***/ "./dist/attributes/AttributeNamespace.js":
|
|
1936
166
|
/*!***********************************************!*\
|
|
1937
|
-
!*** ./dist/attributes/
|
|
167
|
+
!*** ./dist/attributes/AttributeNamespace.js ***!
|
|
1938
168
|
\***********************************************/
|
|
1939
|
-
/***/ (
|
|
169
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1940
170
|
|
|
1941
171
|
|
|
1942
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1943
|
-
if (k2 === undefined) k2 = k;
|
|
1944
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1945
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1946
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1947
|
-
}
|
|
1948
|
-
Object.defineProperty(o, k2, desc);
|
|
1949
|
-
}) : (function(o, m, k, k2) {
|
|
1950
|
-
if (k2 === undefined) k2 = k;
|
|
1951
|
-
o[k2] = m[k];
|
|
1952
|
-
}));
|
|
1953
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1954
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1955
|
-
};
|
|
1956
172
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
173
|
+
exports.AttributeNamespaces = void 0;
|
|
174
|
+
var AttributeNamespaces;
|
|
175
|
+
(function (AttributeNamespaces) {
|
|
176
|
+
AttributeNamespaces[AttributeNamespaces["Person"] = 0] = "Person";
|
|
177
|
+
AttributeNamespaces[AttributeNamespaces["Thing"] = 1] = "Thing";
|
|
178
|
+
AttributeNamespaces[AttributeNamespaces["Address"] = 2] = "Address";
|
|
179
|
+
AttributeNamespaces[AttributeNamespaces["Payment"] = 3] = "Payment";
|
|
180
|
+
AttributeNamespaces[AttributeNamespaces["Communication"] = 4] = "Communication";
|
|
181
|
+
AttributeNamespaces[AttributeNamespaces["Corporation"] = 5] = "Corporation";
|
|
182
|
+
})(AttributeNamespaces = exports.AttributeNamespaces || (exports.AttributeNamespaces = {}));
|
|
183
|
+
//# sourceMappingURL=AttributeNamespace.js.map
|
|
1963
184
|
|
|
1964
185
|
/***/ }),
|
|
1965
186
|
|
|
@@ -2019,10 +240,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
2019
240
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
2020
241
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
2021
242
|
exports.buildInformation = {
|
|
2022
|
-
version: "
|
|
2023
|
-
build: "
|
|
2024
|
-
date: "2022-03-
|
|
2025
|
-
commit: "
|
|
243
|
+
version: "2.0.0-alpha.2.1",
|
|
244
|
+
build: "29",
|
|
245
|
+
date: "2022-03-24T14:20:44+00:00",
|
|
246
|
+
commit: "d771348ecf7a72ea4411ae89478cdb46603b0465",
|
|
2026
247
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
2027
248
|
libraries: {
|
|
2028
249
|
serval: ts_serval_1.buildInformation,
|
|
@@ -2477,22 +698,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
2477
698
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
2478
699
|
};
|
|
2479
700
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2480
|
-
__exportStar(__webpack_require__(/*! ./attributes */ "./dist/attributes/
|
|
701
|
+
__exportStar(__webpack_require__(/*! ./attributes/Attribute */ "./dist/attributes/Attribute.js"), exports);
|
|
702
|
+
__exportStar(__webpack_require__(/*! ./attributes/AttributeName */ "./dist/attributes/AttributeName.js"), exports);
|
|
703
|
+
__exportStar(__webpack_require__(/*! ./attributes/AttributeNamespace */ "./dist/attributes/AttributeNamespace.js"), exports);
|
|
2481
704
|
__exportStar(__webpack_require__(/*! ./authorizations/Authorization */ "./dist/authorizations/Authorization.js"), exports);
|
|
2482
705
|
__exportStar(__webpack_require__(/*! ./buildInformation */ "./dist/buildInformation.js"), exports);
|
|
2483
706
|
__exportStar(__webpack_require__(/*! ./ContentJSON */ "./dist/ContentJSON.js"), exports);
|
|
2484
707
|
__exportStar(__webpack_require__(/*! ./forms */ "./dist/forms/index.js"), exports);
|
|
2485
708
|
__exportStar(__webpack_require__(/*! ./messages/Mail */ "./dist/messages/Mail.js"), exports);
|
|
2486
709
|
__exportStar(__webpack_require__(/*! ./messages/RequestMail */ "./dist/messages/RequestMail.js"), exports);
|
|
2487
|
-
__exportStar(__webpack_require__(/*! ./requests
|
|
2488
|
-
__exportStar(__webpack_require__(/*! ./requests/AttributesShareRequest */ "./dist/requests/AttributesShareRequest.js"), exports);
|
|
2489
|
-
__exportStar(__webpack_require__(/*! ./requests/Request */ "./dist/requests/Request.js"), exports);
|
|
2490
|
-
__exportStar(__webpack_require__(/*! ./requests/RequestItem */ "./dist/requests/RequestItem.js"), exports);
|
|
2491
|
-
__exportStar(__webpack_require__(/*! ./requests/RequestItemGroup */ "./dist/requests/RequestItemGroup.js"), exports);
|
|
2492
|
-
__exportStar(__webpack_require__(/*! ./requests/Response */ "./dist/requests/Response.js"), exports);
|
|
2493
|
-
__exportStar(__webpack_require__(/*! ./requests/ResponseItem */ "./dist/requests/ResponseItem.js"), exports);
|
|
2494
|
-
__exportStar(__webpack_require__(/*! ./requests/ResponseItemGroup */ "./dist/requests/ResponseItemGroup.js"), exports);
|
|
2495
|
-
__exportStar(__webpack_require__(/*! ./requests/ResponseItemResult */ "./dist/requests/ResponseItemResult.js"), exports);
|
|
710
|
+
__exportStar(__webpack_require__(/*! ./requests */ "./dist/requests/index.js"), exports);
|
|
2496
711
|
//# sourceMappingURL=index.js.map
|
|
2497
712
|
|
|
2498
713
|
/***/ }),
|
|
@@ -2587,8 +802,8 @@ var RequestMail_1;
|
|
|
2587
802
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2588
803
|
exports.RequestMail = void 0;
|
|
2589
804
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2590
|
-
const AttributesChangeRequest_1 = __webpack_require__(/*! ../requests/AttributesChangeRequest */ "./dist/requests/AttributesChangeRequest.js");
|
|
2591
|
-
const AttributesShareRequest_1 = __webpack_require__(/*! ../requests/AttributesShareRequest */ "./dist/requests/AttributesShareRequest.js");
|
|
805
|
+
const AttributesChangeRequest_1 = __webpack_require__(/*! ../requests/old/AttributesChangeRequest */ "./dist/requests/old/AttributesChangeRequest.js");
|
|
806
|
+
const AttributesShareRequest_1 = __webpack_require__(/*! ../requests/old/AttributesShareRequest */ "./dist/requests/old/AttributesShareRequest.js");
|
|
2592
807
|
const Mail_1 = __webpack_require__(/*! ./Mail */ "./dist/messages/Mail.js");
|
|
2593
808
|
let RequestMail = RequestMail_1 = class RequestMail extends Mail_1.Mail {
|
|
2594
809
|
static async from(value) {
|
|
@@ -2599,9 +814,9 @@ let RequestMail = RequestMail_1 = class RequestMail extends Mail_1.Mail {
|
|
|
2599
814
|
const requests = await Promise.all(value.requests.map((request) => {
|
|
2600
815
|
switch (request["@type"]) {
|
|
2601
816
|
case "AttributesChangeRequest":
|
|
2602
|
-
return
|
|
817
|
+
return super.fromT(request, AttributesChangeRequest_1.AttributesChangeRequest);
|
|
2603
818
|
case "AttributesShareRequest":
|
|
2604
|
-
return
|
|
819
|
+
return super.fromT(request, AttributesShareRequest_1.AttributesShareRequest);
|
|
2605
820
|
default:
|
|
2606
821
|
throw new Error(`Unknown request type: ${request["@type"]}`);
|
|
2607
822
|
}
|
|
@@ -2619,19 +834,205 @@ __decorate([
|
|
|
2619
834
|
(0, ts_serval_1.serialize)(),
|
|
2620
835
|
(0, ts_serval_1.validate)(),
|
|
2621
836
|
__metadata("design:type", Array)
|
|
2622
|
-
], RequestMail.prototype, "requests", void 0);
|
|
2623
|
-
RequestMail = RequestMail_1 = __decorate([
|
|
2624
|
-
(0, ts_serval_1.type)("RequestMail")
|
|
2625
|
-
], RequestMail);
|
|
2626
|
-
exports.RequestMail = RequestMail;
|
|
2627
|
-
//# sourceMappingURL=RequestMail.js.map
|
|
837
|
+
], RequestMail.prototype, "requests", void 0);
|
|
838
|
+
RequestMail = RequestMail_1 = __decorate([
|
|
839
|
+
(0, ts_serval_1.type)("RequestMail")
|
|
840
|
+
], RequestMail);
|
|
841
|
+
exports.RequestMail = RequestMail;
|
|
842
|
+
//# sourceMappingURL=RequestMail.js.map
|
|
843
|
+
|
|
844
|
+
/***/ }),
|
|
845
|
+
|
|
846
|
+
/***/ "./dist/requests/Request.js":
|
|
847
|
+
/*!**********************************!*\
|
|
848
|
+
!*** ./dist/requests/Request.js ***!
|
|
849
|
+
\**********************************/
|
|
850
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
854
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
855
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
856
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
857
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
858
|
+
};
|
|
859
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
860
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
861
|
+
};
|
|
862
|
+
var Request_1;
|
|
863
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
864
|
+
exports.Request = void 0;
|
|
865
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
866
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
867
|
+
let Request = Request_1 = class Request extends ts_serval_1.SerializableAsync {
|
|
868
|
+
static async from(value) {
|
|
869
|
+
return await super.fromT(value, Request_1);
|
|
870
|
+
}
|
|
871
|
+
};
|
|
872
|
+
__decorate([
|
|
873
|
+
(0, ts_serval_1.serialize)(),
|
|
874
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
875
|
+
__metadata("design:type", transport_1.CoreId)
|
|
876
|
+
], Request.prototype, "id", void 0);
|
|
877
|
+
__decorate([
|
|
878
|
+
(0, ts_serval_1.serialize)(),
|
|
879
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
880
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
881
|
+
], Request.prototype, "expiresAt", void 0);
|
|
882
|
+
__decorate([
|
|
883
|
+
(0, ts_serval_1.serialize)(),
|
|
884
|
+
(0, ts_serval_1.validate)({ customValidator: (v) => (v.length < 1 ? "may not be empty" : undefined) }),
|
|
885
|
+
__metadata("design:type", Array)
|
|
886
|
+
], Request.prototype, "items", void 0);
|
|
887
|
+
Request = Request_1 = __decorate([
|
|
888
|
+
(0, ts_serval_1.type)("Request")
|
|
889
|
+
], Request);
|
|
890
|
+
exports.Request = Request;
|
|
891
|
+
//# sourceMappingURL=Request.js.map
|
|
892
|
+
|
|
893
|
+
/***/ }),
|
|
894
|
+
|
|
895
|
+
/***/ "./dist/requests/RequestItem.js":
|
|
896
|
+
/*!**************************************!*\
|
|
897
|
+
!*** ./dist/requests/RequestItem.js ***!
|
|
898
|
+
\**************************************/
|
|
899
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
903
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
904
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
905
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
906
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
907
|
+
};
|
|
908
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
909
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
910
|
+
};
|
|
911
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
912
|
+
exports.RequestItem = void 0;
|
|
913
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
914
|
+
class RequestItem extends ts_serval_1.SerializableAsync {
|
|
915
|
+
}
|
|
916
|
+
__decorate([
|
|
917
|
+
(0, ts_serval_1.serialize)(),
|
|
918
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
919
|
+
__metadata("design:type", String)
|
|
920
|
+
], RequestItem.prototype, "title", void 0);
|
|
921
|
+
__decorate([
|
|
922
|
+
(0, ts_serval_1.serialize)(),
|
|
923
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
924
|
+
__metadata("design:type", String)
|
|
925
|
+
], RequestItem.prototype, "description", void 0);
|
|
926
|
+
__decorate([
|
|
927
|
+
(0, ts_serval_1.serialize)(),
|
|
928
|
+
(0, ts_serval_1.validate)(),
|
|
929
|
+
__metadata("design:type", Boolean)
|
|
930
|
+
], RequestItem.prototype, "mustBeAccepted", void 0);
|
|
931
|
+
__decorate([
|
|
932
|
+
(0, ts_serval_1.serialize)(),
|
|
933
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
934
|
+
__metadata("design:type", Object)
|
|
935
|
+
], RequestItem.prototype, "responseMetadata", void 0);
|
|
936
|
+
exports.RequestItem = RequestItem;
|
|
937
|
+
//# sourceMappingURL=RequestItem.js.map
|
|
938
|
+
|
|
939
|
+
/***/ }),
|
|
940
|
+
|
|
941
|
+
/***/ "./dist/requests/RequestItemGroup.js":
|
|
942
|
+
/*!*******************************************!*\
|
|
943
|
+
!*** ./dist/requests/RequestItemGroup.js ***!
|
|
944
|
+
\*******************************************/
|
|
945
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
949
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
950
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
951
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
952
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
953
|
+
};
|
|
954
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
955
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
956
|
+
};
|
|
957
|
+
var RequestItemGroup_1;
|
|
958
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
959
|
+
exports.RequestItemGroup = void 0;
|
|
960
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
961
|
+
let RequestItemGroup = RequestItemGroup_1 = class RequestItemGroup extends ts_serval_1.SerializableAsync {
|
|
962
|
+
static async from(value) {
|
|
963
|
+
return await super.fromT(value, RequestItemGroup_1);
|
|
964
|
+
}
|
|
965
|
+
};
|
|
966
|
+
__decorate([
|
|
967
|
+
(0, ts_serval_1.serialize)(),
|
|
968
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
969
|
+
__metadata("design:type", String)
|
|
970
|
+
], RequestItemGroup.prototype, "title", void 0);
|
|
971
|
+
__decorate([
|
|
972
|
+
(0, ts_serval_1.serialize)(),
|
|
973
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
974
|
+
__metadata("design:type", String)
|
|
975
|
+
], RequestItemGroup.prototype, "description", void 0);
|
|
976
|
+
__decorate([
|
|
977
|
+
(0, ts_serval_1.serialize)(),
|
|
978
|
+
(0, ts_serval_1.validate)(),
|
|
979
|
+
__metadata("design:type", Boolean)
|
|
980
|
+
], RequestItemGroup.prototype, "mustBeAccepted", void 0);
|
|
981
|
+
__decorate([
|
|
982
|
+
(0, ts_serval_1.serialize)(),
|
|
983
|
+
(0, ts_serval_1.validate)({ customValidator: (v) => (v.length < 1 ? "may not be empty" : undefined) }),
|
|
984
|
+
__metadata("design:type", Array)
|
|
985
|
+
], RequestItemGroup.prototype, "items", void 0);
|
|
986
|
+
__decorate([
|
|
987
|
+
(0, ts_serval_1.serialize)(),
|
|
988
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
989
|
+
__metadata("design:type", Object)
|
|
990
|
+
], RequestItemGroup.prototype, "responseMetadata", void 0);
|
|
991
|
+
RequestItemGroup = RequestItemGroup_1 = __decorate([
|
|
992
|
+
(0, ts_serval_1.type)("RequestItemGroup")
|
|
993
|
+
], RequestItemGroup);
|
|
994
|
+
exports.RequestItemGroup = RequestItemGroup;
|
|
995
|
+
//# sourceMappingURL=RequestItemGroup.js.map
|
|
996
|
+
|
|
997
|
+
/***/ }),
|
|
998
|
+
|
|
999
|
+
/***/ "./dist/requests/index.js":
|
|
1000
|
+
/*!********************************!*\
|
|
1001
|
+
!*** ./dist/requests/index.js ***!
|
|
1002
|
+
\********************************/
|
|
1003
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1007
|
+
if (k2 === undefined) k2 = k;
|
|
1008
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1009
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1010
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1011
|
+
}
|
|
1012
|
+
Object.defineProperty(o, k2, desc);
|
|
1013
|
+
}) : (function(o, m, k, k2) {
|
|
1014
|
+
if (k2 === undefined) k2 = k;
|
|
1015
|
+
o[k2] = m[k];
|
|
1016
|
+
}));
|
|
1017
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1018
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1019
|
+
};
|
|
1020
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1021
|
+
__exportStar(__webpack_require__(/*! ./old/AttributesChangeRequest */ "./dist/requests/old/AttributesChangeRequest.js"), exports);
|
|
1022
|
+
__exportStar(__webpack_require__(/*! ./old/AttributesRequest */ "./dist/requests/old/AttributesRequest.js"), exports);
|
|
1023
|
+
__exportStar(__webpack_require__(/*! ./old/AttributesShareRequest */ "./dist/requests/old/AttributesShareRequest.js"), exports);
|
|
1024
|
+
__exportStar(__webpack_require__(/*! ./Request */ "./dist/requests/Request.js"), exports);
|
|
1025
|
+
__exportStar(__webpack_require__(/*! ./RequestItem */ "./dist/requests/RequestItem.js"), exports);
|
|
1026
|
+
__exportStar(__webpack_require__(/*! ./RequestItemGroup */ "./dist/requests/RequestItemGroup.js"), exports);
|
|
1027
|
+
__exportStar(__webpack_require__(/*! ./response */ "./dist/requests/response/index.js"), exports);
|
|
1028
|
+
//# sourceMappingURL=index.js.map
|
|
2628
1029
|
|
|
2629
1030
|
/***/ }),
|
|
2630
1031
|
|
|
2631
|
-
/***/ "./dist/requests/AttributesChangeRequest.js":
|
|
2632
|
-
|
|
2633
|
-
!*** ./dist/requests/AttributesChangeRequest.js ***!
|
|
2634
|
-
|
|
1032
|
+
/***/ "./dist/requests/old/AttributesChangeRequest.js":
|
|
1033
|
+
/*!******************************************************!*\
|
|
1034
|
+
!*** ./dist/requests/old/AttributesChangeRequest.js ***!
|
|
1035
|
+
\******************************************************/
|
|
2635
1036
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2636
1037
|
|
|
2637
1038
|
|
|
@@ -2649,13 +1050,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
2649
1050
|
exports.AttributesChangeRequest = void 0;
|
|
2650
1051
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2651
1052
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
2652
|
-
const
|
|
1053
|
+
const Attribute_1 = __webpack_require__(/*! ../../attributes/Attribute */ "./dist/attributes/Attribute.js");
|
|
2653
1054
|
let AttributesChangeRequest = AttributesChangeRequest_1 = class AttributesChangeRequest extends ts_serval_1.SerializableAsync {
|
|
2654
1055
|
static async from(value) {
|
|
2655
1056
|
return (await super.from(value, AttributesChangeRequest_1));
|
|
2656
1057
|
}
|
|
2657
1058
|
static async fromJSON(value) {
|
|
2658
|
-
const parsedAttributes = await Promise.all(value.attributes.map((attribute) =>
|
|
1059
|
+
const parsedAttributes = await Promise.all(value.attributes.map((attribute) => Attribute_1.Attribute.fromJSON(attribute)));
|
|
2659
1060
|
return await this.from({
|
|
2660
1061
|
id: value.id ? transport_1.CoreId.from(value.id) : undefined,
|
|
2661
1062
|
attributes: parsedAttributes,
|
|
@@ -2692,7 +1093,7 @@ __decorate([
|
|
|
2692
1093
|
__metadata("design:type", String)
|
|
2693
1094
|
], AttributesChangeRequest.prototype, "impact", void 0);
|
|
2694
1095
|
__decorate([
|
|
2695
|
-
(0, ts_serval_1.serialize)({ type:
|
|
1096
|
+
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
2696
1097
|
(0, ts_serval_1.validate)(),
|
|
2697
1098
|
__metadata("design:type", Array)
|
|
2698
1099
|
], AttributesChangeRequest.prototype, "attributes", void 0);
|
|
@@ -2709,10 +1110,84 @@ exports.AttributesChangeRequest = AttributesChangeRequest;
|
|
|
2709
1110
|
|
|
2710
1111
|
/***/ }),
|
|
2711
1112
|
|
|
2712
|
-
/***/ "./dist/requests/
|
|
2713
|
-
|
|
2714
|
-
!*** ./dist/requests/
|
|
2715
|
-
|
|
1113
|
+
/***/ "./dist/requests/old/AttributesRequest.js":
|
|
1114
|
+
/*!************************************************!*\
|
|
1115
|
+
!*** ./dist/requests/old/AttributesRequest.js ***!
|
|
1116
|
+
\************************************************/
|
|
1117
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1121
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1122
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1123
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1124
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1125
|
+
};
|
|
1126
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1127
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1128
|
+
};
|
|
1129
|
+
var AttributesRequest_1;
|
|
1130
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1131
|
+
exports.AttributesRequest = void 0;
|
|
1132
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1133
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
1134
|
+
let AttributesRequest = AttributesRequest_1 = class AttributesRequest extends ts_serval_1.SerializableAsync {
|
|
1135
|
+
static async from(value) {
|
|
1136
|
+
return (await super.from(value, AttributesRequest_1));
|
|
1137
|
+
}
|
|
1138
|
+
static async fromJSON(value) {
|
|
1139
|
+
return await this.from({
|
|
1140
|
+
id: value.id ? transport_1.CoreId.from(value.id) : undefined,
|
|
1141
|
+
expiresAt: value.expiresAt ? transport_1.CoreDate.from(value.expiresAt) : undefined,
|
|
1142
|
+
key: value.key,
|
|
1143
|
+
reason: value.reason,
|
|
1144
|
+
names: value.names,
|
|
1145
|
+
required: value.required
|
|
1146
|
+
});
|
|
1147
|
+
}
|
|
1148
|
+
};
|
|
1149
|
+
__decorate([
|
|
1150
|
+
(0, ts_serval_1.serialize)(),
|
|
1151
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1152
|
+
__metadata("design:type", transport_1.CoreId)
|
|
1153
|
+
], AttributesRequest.prototype, "id", void 0);
|
|
1154
|
+
__decorate([
|
|
1155
|
+
(0, ts_serval_1.serialize)(),
|
|
1156
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1157
|
+
__metadata("design:type", String)
|
|
1158
|
+
], AttributesRequest.prototype, "key", void 0);
|
|
1159
|
+
__decorate([
|
|
1160
|
+
(0, ts_serval_1.serialize)(),
|
|
1161
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1162
|
+
__metadata("design:type", String)
|
|
1163
|
+
], AttributesRequest.prototype, "reason", void 0);
|
|
1164
|
+
__decorate([
|
|
1165
|
+
(0, ts_serval_1.serialize)(),
|
|
1166
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1167
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
1168
|
+
], AttributesRequest.prototype, "expiresAt", void 0);
|
|
1169
|
+
__decorate([
|
|
1170
|
+
(0, ts_serval_1.serialize)({ type: String }),
|
|
1171
|
+
(0, ts_serval_1.validate)(),
|
|
1172
|
+
__metadata("design:type", Array)
|
|
1173
|
+
], AttributesRequest.prototype, "names", void 0);
|
|
1174
|
+
__decorate([
|
|
1175
|
+
(0, ts_serval_1.serialize)(),
|
|
1176
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1177
|
+
__metadata("design:type", Boolean)
|
|
1178
|
+
], AttributesRequest.prototype, "required", void 0);
|
|
1179
|
+
AttributesRequest = AttributesRequest_1 = __decorate([
|
|
1180
|
+
(0, ts_serval_1.type)("AttributesRequest")
|
|
1181
|
+
], AttributesRequest);
|
|
1182
|
+
exports.AttributesRequest = AttributesRequest;
|
|
1183
|
+
//# sourceMappingURL=AttributesRequest.js.map
|
|
1184
|
+
|
|
1185
|
+
/***/ }),
|
|
1186
|
+
|
|
1187
|
+
/***/ "./dist/requests/old/AttributesShareRequest.js":
|
|
1188
|
+
/*!*****************************************************!*\
|
|
1189
|
+
!*** ./dist/requests/old/AttributesShareRequest.js ***!
|
|
1190
|
+
\*****************************************************/
|
|
2716
1191
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2717
1192
|
|
|
2718
1193
|
|
|
@@ -2778,10 +1253,10 @@ exports.AttributesShareRequest = AttributesShareRequest;
|
|
|
2778
1253
|
|
|
2779
1254
|
/***/ }),
|
|
2780
1255
|
|
|
2781
|
-
/***/ "./dist/requests/
|
|
2782
|
-
|
|
2783
|
-
!*** ./dist/requests/
|
|
2784
|
-
|
|
1256
|
+
/***/ "./dist/requests/response/AcceptResponseItem.js":
|
|
1257
|
+
/*!******************************************************!*\
|
|
1258
|
+
!*** ./dist/requests/response/AcceptResponseItem.js ***!
|
|
1259
|
+
\******************************************************/
|
|
2785
1260
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2786
1261
|
|
|
2787
1262
|
|
|
@@ -2791,46 +1266,28 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
2791
1266
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2792
1267
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2793
1268
|
};
|
|
2794
|
-
var
|
|
2795
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2796
|
-
};
|
|
2797
|
-
var Request_1;
|
|
1269
|
+
var AcceptResponseItem_1;
|
|
2798
1270
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2799
|
-
exports.
|
|
1271
|
+
exports.AcceptResponseItem = void 0;
|
|
2800
1272
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2801
|
-
const
|
|
2802
|
-
let
|
|
1273
|
+
const ResponseItem_1 = __webpack_require__(/*! ./ResponseItem */ "./dist/requests/response/ResponseItem.js");
|
|
1274
|
+
let AcceptResponseItem = AcceptResponseItem_1 = class AcceptResponseItem extends ResponseItem_1.ResponseItem {
|
|
2803
1275
|
static async from(value) {
|
|
2804
|
-
return await
|
|
1276
|
+
return await super.fromT(value, AcceptResponseItem_1);
|
|
2805
1277
|
}
|
|
2806
1278
|
};
|
|
2807
|
-
__decorate([
|
|
2808
|
-
(0, ts_serval_1.
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
__decorate([
|
|
2813
|
-
(0, ts_serval_1.serialize)(),
|
|
2814
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2815
|
-
__metadata("design:type", transport_1.CoreDate)
|
|
2816
|
-
], Request.prototype, "expiresAt", void 0);
|
|
2817
|
-
__decorate([
|
|
2818
|
-
(0, ts_serval_1.serialize)(),
|
|
2819
|
-
(0, ts_serval_1.validate)({ customValidator: (v) => (v.length < 1 ? "may not be empty" : undefined) }),
|
|
2820
|
-
__metadata("design:type", Array)
|
|
2821
|
-
], Request.prototype, "items", void 0);
|
|
2822
|
-
Request = Request_1 = __decorate([
|
|
2823
|
-
(0, ts_serval_1.type)("Request")
|
|
2824
|
-
], Request);
|
|
2825
|
-
exports.Request = Request;
|
|
2826
|
-
//# sourceMappingURL=Request.js.map
|
|
1279
|
+
AcceptResponseItem = AcceptResponseItem_1 = __decorate([
|
|
1280
|
+
(0, ts_serval_1.type)("AcceptResponseItem")
|
|
1281
|
+
], AcceptResponseItem);
|
|
1282
|
+
exports.AcceptResponseItem = AcceptResponseItem;
|
|
1283
|
+
//# sourceMappingURL=AcceptResponseItem.js.map
|
|
2827
1284
|
|
|
2828
1285
|
/***/ }),
|
|
2829
1286
|
|
|
2830
|
-
/***/ "./dist/requests/
|
|
2831
|
-
|
|
2832
|
-
!*** ./dist/requests/
|
|
2833
|
-
|
|
1287
|
+
/***/ "./dist/requests/response/ErrorResponseItem.js":
|
|
1288
|
+
/*!*****************************************************!*\
|
|
1289
|
+
!*** ./dist/requests/response/ErrorResponseItem.js ***!
|
|
1290
|
+
\*****************************************************/
|
|
2834
1291
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2835
1292
|
|
|
2836
1293
|
|
|
@@ -2843,40 +1300,38 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
2843
1300
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2844
1301
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2845
1302
|
};
|
|
1303
|
+
var ErrorResponseItem_1;
|
|
2846
1304
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2847
|
-
exports.
|
|
1305
|
+
exports.ErrorResponseItem = void 0;
|
|
2848
1306
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
], RequestItem.prototype, "title", void 0);
|
|
1307
|
+
const ResponseItem_1 = __webpack_require__(/*! ./ResponseItem */ "./dist/requests/response/ResponseItem.js");
|
|
1308
|
+
let ErrorResponseItem = ErrorResponseItem_1 = class ErrorResponseItem extends ResponseItem_1.ResponseItem {
|
|
1309
|
+
static async from(value) {
|
|
1310
|
+
return await super.fromT(value, ErrorResponseItem_1);
|
|
1311
|
+
}
|
|
1312
|
+
};
|
|
2856
1313
|
__decorate([
|
|
2857
1314
|
(0, ts_serval_1.serialize)(),
|
|
2858
|
-
(0, ts_serval_1.validate)(
|
|
1315
|
+
(0, ts_serval_1.validate)(),
|
|
2859
1316
|
__metadata("design:type", String)
|
|
2860
|
-
],
|
|
1317
|
+
], ErrorResponseItem.prototype, "code", void 0);
|
|
2861
1318
|
__decorate([
|
|
2862
1319
|
(0, ts_serval_1.serialize)(),
|
|
2863
1320
|
(0, ts_serval_1.validate)(),
|
|
2864
|
-
__metadata("design:type",
|
|
2865
|
-
],
|
|
2866
|
-
__decorate([
|
|
2867
|
-
(0, ts_serval_1.
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
exports.RequestItem = RequestItem;
|
|
2872
|
-
//# sourceMappingURL=RequestItem.js.map
|
|
1321
|
+
__metadata("design:type", String)
|
|
1322
|
+
], ErrorResponseItem.prototype, "message", void 0);
|
|
1323
|
+
ErrorResponseItem = ErrorResponseItem_1 = __decorate([
|
|
1324
|
+
(0, ts_serval_1.type)("ErrorResponseItem")
|
|
1325
|
+
], ErrorResponseItem);
|
|
1326
|
+
exports.ErrorResponseItem = ErrorResponseItem;
|
|
1327
|
+
//# sourceMappingURL=ErrorResponseItem.js.map
|
|
2873
1328
|
|
|
2874
1329
|
/***/ }),
|
|
2875
1330
|
|
|
2876
|
-
/***/ "./dist/requests/
|
|
2877
|
-
|
|
2878
|
-
!*** ./dist/requests/
|
|
2879
|
-
|
|
1331
|
+
/***/ "./dist/requests/response/RejectResponseItem.js":
|
|
1332
|
+
/*!******************************************************!*\
|
|
1333
|
+
!*** ./dist/requests/response/RejectResponseItem.js ***!
|
|
1334
|
+
\******************************************************/
|
|
2880
1335
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2881
1336
|
|
|
2882
1337
|
|
|
@@ -2889,48 +1344,38 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
2889
1344
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2890
1345
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2891
1346
|
};
|
|
1347
|
+
var RejectResponseItem_1;
|
|
2892
1348
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2893
|
-
exports.
|
|
1349
|
+
exports.RejectResponseItem = void 0;
|
|
2894
1350
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2895
|
-
|
|
1351
|
+
const ResponseItem_1 = __webpack_require__(/*! ./ResponseItem */ "./dist/requests/response/ResponseItem.js");
|
|
1352
|
+
let RejectResponseItem = RejectResponseItem_1 = class RejectResponseItem extends ResponseItem_1.ResponseItem {
|
|
1353
|
+
static async from(value) {
|
|
1354
|
+
return await super.fromT(value, RejectResponseItem_1);
|
|
1355
|
+
}
|
|
2896
1356
|
};
|
|
2897
1357
|
__decorate([
|
|
2898
1358
|
(0, ts_serval_1.serialize)(),
|
|
2899
|
-
(0, ts_serval_1.validate)(
|
|
2900
|
-
__metadata("design:type", String)
|
|
2901
|
-
], RequestItemGroup.prototype, "title", void 0);
|
|
2902
|
-
__decorate([
|
|
2903
|
-
(0, ts_serval_1.serialize)(),
|
|
2904
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1359
|
+
(0, ts_serval_1.validate)(),
|
|
2905
1360
|
__metadata("design:type", String)
|
|
2906
|
-
],
|
|
1361
|
+
], RejectResponseItem.prototype, "code", void 0);
|
|
2907
1362
|
__decorate([
|
|
2908
1363
|
(0, ts_serval_1.serialize)(),
|
|
2909
1364
|
(0, ts_serval_1.validate)(),
|
|
2910
|
-
__metadata("design:type",
|
|
2911
|
-
],
|
|
2912
|
-
__decorate([
|
|
2913
|
-
(0, ts_serval_1.
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
__decorate([
|
|
2918
|
-
(0, ts_serval_1.serialize)(),
|
|
2919
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2920
|
-
__metadata("design:type", Object)
|
|
2921
|
-
], RequestItemGroup.prototype, "responseMetadata", void 0);
|
|
2922
|
-
RequestItemGroup = __decorate([
|
|
2923
|
-
(0, ts_serval_1.type)("RequestItemGroup")
|
|
2924
|
-
], RequestItemGroup);
|
|
2925
|
-
exports.RequestItemGroup = RequestItemGroup;
|
|
2926
|
-
//# sourceMappingURL=RequestItemGroup.js.map
|
|
1365
|
+
__metadata("design:type", String)
|
|
1366
|
+
], RejectResponseItem.prototype, "message", void 0);
|
|
1367
|
+
RejectResponseItem = RejectResponseItem_1 = __decorate([
|
|
1368
|
+
(0, ts_serval_1.type)("RejectResponseItem")
|
|
1369
|
+
], RejectResponseItem);
|
|
1370
|
+
exports.RejectResponseItem = RejectResponseItem;
|
|
1371
|
+
//# sourceMappingURL=RejectResponseItem.js.map
|
|
2927
1372
|
|
|
2928
1373
|
/***/ }),
|
|
2929
1374
|
|
|
2930
|
-
/***/ "./dist/requests/Response.js":
|
|
2931
|
-
|
|
2932
|
-
!*** ./dist/requests/Response.js ***!
|
|
2933
|
-
|
|
1375
|
+
/***/ "./dist/requests/response/Response.js":
|
|
1376
|
+
/*!********************************************!*\
|
|
1377
|
+
!*** ./dist/requests/response/Response.js ***!
|
|
1378
|
+
\********************************************/
|
|
2934
1379
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2935
1380
|
|
|
2936
1381
|
|
|
@@ -2950,7 +1395,7 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
2950
1395
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
2951
1396
|
let Response = Response_1 = class Response extends ts_serval_1.SerializableAsync {
|
|
2952
1397
|
static async from(value) {
|
|
2953
|
-
return await
|
|
1398
|
+
return await super.fromT(value, Response_1);
|
|
2954
1399
|
}
|
|
2955
1400
|
};
|
|
2956
1401
|
__decorate([
|
|
@@ -2971,10 +1416,10 @@ exports.Response = Response;
|
|
|
2971
1416
|
|
|
2972
1417
|
/***/ }),
|
|
2973
1418
|
|
|
2974
|
-
/***/ "./dist/requests/ResponseItem.js":
|
|
2975
|
-
|
|
2976
|
-
!*** ./dist/requests/ResponseItem.js ***!
|
|
2977
|
-
|
|
1419
|
+
/***/ "./dist/requests/response/ResponseItem.js":
|
|
1420
|
+
/*!************************************************!*\
|
|
1421
|
+
!*** ./dist/requests/response/ResponseItem.js ***!
|
|
1422
|
+
\************************************************/
|
|
2978
1423
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2979
1424
|
|
|
2980
1425
|
|
|
@@ -2988,73 +1433,30 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
2988
1433
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2989
1434
|
};
|
|
2990
1435
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2991
|
-
exports.ResponseItem =
|
|
1436
|
+
exports.ResponseItem = void 0;
|
|
2992
1437
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2993
|
-
const ResponseItemResult_1 = __webpack_require__(/*! ./ResponseItemResult */ "./dist/requests/ResponseItemResult.js");
|
|
2994
|
-
class
|
|
1438
|
+
const ResponseItemResult_1 = __webpack_require__(/*! ./ResponseItemResult */ "./dist/requests/response/ResponseItemResult.js");
|
|
1439
|
+
class ResponseItem extends ts_serval_1.SerializableAsync {
|
|
2995
1440
|
}
|
|
2996
|
-
exports.ResponseItemAcceptContent = ResponseItemAcceptContent;
|
|
2997
|
-
let ResponseItemRejectContent = class ResponseItemRejectContent extends ts_serval_1.SerializableAsync {
|
|
2998
|
-
};
|
|
2999
|
-
__decorate([
|
|
3000
|
-
(0, ts_serval_1.serialize)(),
|
|
3001
|
-
(0, ts_serval_1.validate)(),
|
|
3002
|
-
__metadata("design:type", String)
|
|
3003
|
-
], ResponseItemRejectContent.prototype, "code", void 0);
|
|
3004
|
-
__decorate([
|
|
3005
|
-
(0, ts_serval_1.serialize)(),
|
|
3006
|
-
(0, ts_serval_1.validate)(),
|
|
3007
|
-
__metadata("design:type", String)
|
|
3008
|
-
], ResponseItemRejectContent.prototype, "message", void 0);
|
|
3009
|
-
ResponseItemRejectContent = __decorate([
|
|
3010
|
-
(0, ts_serval_1.type)("ResponseItemRejectContent")
|
|
3011
|
-
], ResponseItemRejectContent);
|
|
3012
|
-
exports.ResponseItemRejectContent = ResponseItemRejectContent;
|
|
3013
|
-
let ResponseItemErrorContent = class ResponseItemErrorContent extends ts_serval_1.SerializableAsync {
|
|
3014
|
-
};
|
|
3015
|
-
__decorate([
|
|
3016
|
-
(0, ts_serval_1.serialize)(),
|
|
3017
|
-
(0, ts_serval_1.validate)(),
|
|
3018
|
-
__metadata("design:type", String)
|
|
3019
|
-
], ResponseItemErrorContent.prototype, "code", void 0);
|
|
3020
|
-
__decorate([
|
|
3021
|
-
(0, ts_serval_1.serialize)(),
|
|
3022
|
-
(0, ts_serval_1.validate)(),
|
|
3023
|
-
__metadata("design:type", String)
|
|
3024
|
-
], ResponseItemErrorContent.prototype, "message", void 0);
|
|
3025
|
-
ResponseItemErrorContent = __decorate([
|
|
3026
|
-
(0, ts_serval_1.type)("ResponseItemErrorContent")
|
|
3027
|
-
], ResponseItemErrorContent);
|
|
3028
|
-
exports.ResponseItemErrorContent = ResponseItemErrorContent;
|
|
3029
|
-
let ResponseItem = class ResponseItem extends ts_serval_1.SerializableAsync {
|
|
3030
|
-
};
|
|
3031
1441
|
__decorate([
|
|
3032
1442
|
(0, ts_serval_1.serialize)(),
|
|
3033
1443
|
(0, ts_serval_1.validate)(),
|
|
3034
1444
|
__metadata("design:type", String)
|
|
3035
1445
|
], ResponseItem.prototype, "result", void 0);
|
|
3036
|
-
__decorate([
|
|
3037
|
-
(0, ts_serval_1.serialize)({ unionTypes: [ResponseItemAcceptContent, ResponseItemRejectContent, ResponseItemErrorContent] }),
|
|
3038
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
3039
|
-
__metadata("design:type", Object)
|
|
3040
|
-
], ResponseItem.prototype, "content", void 0);
|
|
3041
1446
|
__decorate([
|
|
3042
1447
|
(0, ts_serval_1.serialize)(),
|
|
3043
1448
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
3044
1449
|
__metadata("design:type", Object)
|
|
3045
1450
|
], ResponseItem.prototype, "metadata", void 0);
|
|
3046
|
-
ResponseItem = __decorate([
|
|
3047
|
-
(0, ts_serval_1.type)("ResponseItem")
|
|
3048
|
-
], ResponseItem);
|
|
3049
1451
|
exports.ResponseItem = ResponseItem;
|
|
3050
1452
|
//# sourceMappingURL=ResponseItem.js.map
|
|
3051
1453
|
|
|
3052
1454
|
/***/ }),
|
|
3053
1455
|
|
|
3054
|
-
/***/ "./dist/requests/ResponseItemGroup.js":
|
|
3055
|
-
|
|
3056
|
-
!*** ./dist/requests/ResponseItemGroup.js ***!
|
|
3057
|
-
|
|
1456
|
+
/***/ "./dist/requests/response/ResponseItemGroup.js":
|
|
1457
|
+
/*!*****************************************************!*\
|
|
1458
|
+
!*** ./dist/requests/response/ResponseItemGroup.js ***!
|
|
1459
|
+
\*****************************************************/
|
|
3058
1460
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3059
1461
|
|
|
3060
1462
|
|
|
@@ -3067,10 +1469,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
3067
1469
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
3068
1470
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
3069
1471
|
};
|
|
1472
|
+
var ResponseItemGroup_1;
|
|
3070
1473
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3071
1474
|
exports.ResponseItemGroup = void 0;
|
|
3072
1475
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
3073
|
-
let ResponseItemGroup = class ResponseItemGroup extends ts_serval_1.SerializableAsync {
|
|
1476
|
+
let ResponseItemGroup = ResponseItemGroup_1 = class ResponseItemGroup extends ts_serval_1.SerializableAsync {
|
|
1477
|
+
static async from(value) {
|
|
1478
|
+
return await super.fromT(value, ResponseItemGroup_1);
|
|
1479
|
+
}
|
|
3074
1480
|
};
|
|
3075
1481
|
__decorate([
|
|
3076
1482
|
(0, ts_serval_1.serialize)(),
|
|
@@ -3082,7 +1488,7 @@ __decorate([
|
|
|
3082
1488
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
3083
1489
|
__metadata("design:type", Object)
|
|
3084
1490
|
], ResponseItemGroup.prototype, "metadata", void 0);
|
|
3085
|
-
ResponseItemGroup = __decorate([
|
|
1491
|
+
ResponseItemGroup = ResponseItemGroup_1 = __decorate([
|
|
3086
1492
|
(0, ts_serval_1.type)("ResponseItemGroup")
|
|
3087
1493
|
], ResponseItemGroup);
|
|
3088
1494
|
exports.ResponseItemGroup = ResponseItemGroup;
|
|
@@ -3090,10 +1496,10 @@ exports.ResponseItemGroup = ResponseItemGroup;
|
|
|
3090
1496
|
|
|
3091
1497
|
/***/ }),
|
|
3092
1498
|
|
|
3093
|
-
/***/ "./dist/requests/ResponseItemResult.js":
|
|
3094
|
-
|
|
3095
|
-
!*** ./dist/requests/ResponseItemResult.js ***!
|
|
3096
|
-
|
|
1499
|
+
/***/ "./dist/requests/response/ResponseItemResult.js":
|
|
1500
|
+
/*!******************************************************!*\
|
|
1501
|
+
!*** ./dist/requests/response/ResponseItemResult.js ***!
|
|
1502
|
+
\******************************************************/
|
|
3097
1503
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3098
1504
|
|
|
3099
1505
|
|
|
@@ -3109,6 +1515,39 @@ var ResponseItemResult;
|
|
|
3109
1515
|
|
|
3110
1516
|
/***/ }),
|
|
3111
1517
|
|
|
1518
|
+
/***/ "./dist/requests/response/index.js":
|
|
1519
|
+
/*!*****************************************!*\
|
|
1520
|
+
!*** ./dist/requests/response/index.js ***!
|
|
1521
|
+
\*****************************************/
|
|
1522
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
1526
|
+
if (k2 === undefined) k2 = k;
|
|
1527
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1528
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1529
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
1530
|
+
}
|
|
1531
|
+
Object.defineProperty(o, k2, desc);
|
|
1532
|
+
}) : (function(o, m, k, k2) {
|
|
1533
|
+
if (k2 === undefined) k2 = k;
|
|
1534
|
+
o[k2] = m[k];
|
|
1535
|
+
}));
|
|
1536
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
1537
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1538
|
+
};
|
|
1539
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1540
|
+
__exportStar(__webpack_require__(/*! ./AcceptResponseItem */ "./dist/requests/response/AcceptResponseItem.js"), exports);
|
|
1541
|
+
__exportStar(__webpack_require__(/*! ./ErrorResponseItem */ "./dist/requests/response/ErrorResponseItem.js"), exports);
|
|
1542
|
+
__exportStar(__webpack_require__(/*! ./RejectResponseItem */ "./dist/requests/response/RejectResponseItem.js"), exports);
|
|
1543
|
+
__exportStar(__webpack_require__(/*! ./Response */ "./dist/requests/response/Response.js"), exports);
|
|
1544
|
+
__exportStar(__webpack_require__(/*! ./ResponseItem */ "./dist/requests/response/ResponseItem.js"), exports);
|
|
1545
|
+
__exportStar(__webpack_require__(/*! ./ResponseItemGroup */ "./dist/requests/response/ResponseItemGroup.js"), exports);
|
|
1546
|
+
__exportStar(__webpack_require__(/*! ./ResponseItemResult */ "./dist/requests/response/ResponseItemResult.js"), exports);
|
|
1547
|
+
//# sourceMappingURL=index.js.map
|
|
1548
|
+
|
|
1549
|
+
/***/ }),
|
|
1550
|
+
|
|
3112
1551
|
/***/ "@nmshd/crypto":
|
|
3113
1552
|
/*!******************************!*\
|
|
3114
1553
|
!*** external "NMSHDCrypto" ***!
|