@nmshd/content 1.1.5 → 1.2.2
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/AbstractAttributeValue.d.ts +9 -0
- package/dist/attributes/AbstractAttributeValue.js +8 -0
- package/dist/attributes/AbstractAttributeValue.js.map +1 -0
- package/dist/attributes/Attribute.d.ts +11 -9
- package/dist/attributes/Attribute.js +14 -27
- package/dist/attributes/Attribute.js.map +1 -1
- package/dist/attributes/AttributeQuery.d.ts +12 -0
- package/dist/{requests/AttributesRequest.js → attributes/AttributeQuery.js} +23 -26
- package/dist/attributes/AttributeQuery.js.map +1 -0
- package/dist/attributes/index.d.ts +4 -0
- package/dist/attributes/index.js +21 -0
- package/dist/attributes/index.js.map +1 -0
- package/dist/attributes/types/AbstractDay.d.ts +7 -0
- package/dist/attributes/types/AbstractDay.js +26 -0
- package/dist/attributes/types/AbstractDay.js.map +1 -0
- package/dist/attributes/types/AbstractMonth.d.ts +25 -0
- package/dist/attributes/types/AbstractMonth.js +44 -0
- package/dist/attributes/types/AbstractMonth.js.map +1 -0
- package/dist/attributes/types/AbstractYear.d.ts +4 -0
- package/dist/attributes/types/AbstractYear.js +23 -0
- package/dist/attributes/types/AbstractYear.js.map +1 -0
- package/dist/attributes/types/AttributeList.d.ts +1 -0
- package/dist/attributes/types/AttributeList.js +37 -0
- package/dist/attributes/types/AttributeList.js.map +1 -0
- package/dist/attributes/types/AttributeTypeMapping.d.ts +1 -0
- package/dist/attributes/types/AttributeTypeMapping.js +9 -0
- package/dist/attributes/types/AttributeTypeMapping.js.map +1 -0
- package/dist/attributes/types/address/AbstractAddress.d.ts +4 -0
- package/dist/attributes/types/address/AbstractAddress.js +23 -0
- package/dist/attributes/types/address/AbstractAddress.js.map +1 -0
- package/dist/attributes/types/address/City.d.ts +4 -0
- package/dist/{requests/FormRequest.js → attributes/types/address/City.js} +10 -11
- package/dist/attributes/types/address/City.js.map +1 -0
- package/dist/attributes/types/address/Country.d.ts +4 -0
- package/dist/{requests/ChallengeResponse.js → attributes/types/address/Country.js} +10 -11
- package/dist/attributes/types/address/Country.js.map +1 -0
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +13 -0
- package/dist/attributes/{addresses/Address.js → types/address/DeliveryBoxAddress.js} +22 -31
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -0
- package/dist/attributes/types/address/HouseNumber.d.ts +4 -0
- package/dist/{relationships/RelationshipExistsMessageAction.js → attributes/types/address/HouseNumber.js} +10 -10
- package/dist/attributes/types/address/HouseNumber.js.map +1 -0
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +12 -0
- package/dist/{requests/PrivacyStatement.js → attributes/types/address/PostOfficeBoxAddress.js} +25 -26
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -0
- package/dist/attributes/types/address/State.d.ts +4 -0
- package/dist/attributes/types/address/State.js +26 -0
- package/dist/attributes/types/address/State.js.map +1 -0
- package/dist/attributes/types/address/Street.d.ts +4 -0
- package/dist/attributes/types/address/Street.js +26 -0
- package/dist/attributes/types/address/Street.js.map +1 -0
- package/dist/attributes/types/address/StreetAddress.d.ts +15 -0
- package/dist/attributes/types/address/StreetAddress.js +57 -0
- package/dist/attributes/types/address/StreetAddress.js.map +1 -0
- package/dist/attributes/types/address/ZipCode.d.ts +4 -0
- package/dist/attributes/types/address/ZipCode.js +26 -0
- package/dist/attributes/types/address/ZipCode.js.map +1 -0
- package/dist/attributes/types/address/index.d.ts +10 -0
- package/dist/attributes/types/address/index.js +27 -0
- package/dist/attributes/types/address/index.js.map +1 -0
- package/dist/attributes/types/birth/BirthCity.d.ts +3 -0
- package/dist/{relationships/RelationshipExistsAction.js → attributes/types/birth/BirthCity.js} +8 -7
- package/dist/attributes/types/birth/BirthCity.js.map +1 -0
- package/dist/attributes/types/birth/BirthCountry.d.ts +3 -0
- package/dist/attributes/types/birth/BirthCountry.js +18 -0
- package/dist/attributes/types/birth/BirthCountry.js.map +1 -0
- package/dist/attributes/types/birth/BirthDate.d.ts +9 -0
- package/dist/attributes/{addresses/DeliveryAddress.js → types/birth/BirthDate.js} +17 -17
- package/dist/attributes/types/birth/BirthDate.js.map +1 -0
- package/dist/attributes/types/birth/BirthDay.d.ts +3 -0
- package/dist/attributes/types/birth/BirthDay.js +18 -0
- package/dist/attributes/types/birth/BirthDay.js.map +1 -0
- package/dist/attributes/types/birth/BirthMonth.d.ts +3 -0
- package/dist/attributes/types/birth/BirthMonth.js +18 -0
- package/dist/attributes/types/birth/BirthMonth.js.map +1 -0
- package/dist/attributes/types/birth/BirthPlace.d.ts +9 -0
- package/dist/attributes/types/birth/BirthPlace.js +39 -0
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -0
- package/dist/attributes/types/birth/BirthState.d.ts +3 -0
- package/dist/attributes/types/birth/BirthState.js +18 -0
- package/dist/attributes/types/birth/BirthState.js.map +1 -0
- package/dist/attributes/types/birth/BirthYear.d.ts +3 -0
- package/dist/attributes/types/birth/BirthYear.js +18 -0
- package/dist/attributes/types/birth/BirthYear.js.map +1 -0
- package/dist/attributes/types/birth/index.d.ts +8 -0
- package/dist/attributes/types/birth/index.js +25 -0
- package/dist/attributes/types/birth/index.js.map +1 -0
- package/dist/attributes/types/idcard/AbstractIDCard.d.ts +3 -0
- package/dist/attributes/types/idcard/AbstractIDCard.js +8 -0
- package/dist/attributes/types/idcard/AbstractIDCard.js.map +1 -0
- package/dist/attributes/types/idcard/IDCardAuthorityName.d.ts +4 -0
- package/dist/attributes/types/idcard/IDCardAuthorityName.js +26 -0
- package/dist/attributes/types/idcard/IDCardAuthorityName.js.map +1 -0
- package/dist/attributes/types/idcard/IDCardDE.d.ts +11 -0
- package/dist/attributes/types/idcard/IDCardDE.js +45 -0
- package/dist/attributes/types/idcard/IDCardDE.js.map +1 -0
- package/dist/attributes/types/idcard/IDCardIssuingDate.d.ts +4 -0
- package/dist/attributes/types/idcard/IDCardIssuingDate.js +26 -0
- package/dist/attributes/types/idcard/IDCardIssuingDate.js.map +1 -0
- package/dist/attributes/types/idcard/index.d.ts +4 -0
- package/dist/attributes/types/idcard/index.js +21 -0
- package/dist/attributes/types/idcard/index.js.map +1 -0
- package/dist/attributes/types/index.d.ts +6 -0
- package/dist/attributes/types/index.js +23 -0
- package/dist/attributes/types/index.js.map +1 -0
- package/dist/attributes/types/measurements/AbstractMeasurement.d.ts +8 -0
- package/dist/attributes/types/measurements/AbstractMeasurement.js +31 -0
- package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -0
- package/dist/attributes/types/measurements/LengthMeasurement.d.ts +18 -0
- package/dist/attributes/types/measurements/LengthMeasurement.js +43 -0
- package/dist/attributes/types/measurements/LengthMeasurement.js.map +1 -0
- package/dist/attributes/types/measurements/index.d.ts +1 -0
- package/dist/attributes/types/measurements/index.js +18 -0
- package/dist/attributes/types/measurements/index.js.map +1 -0
- package/dist/attributes/types/name/AbstractLegalName.d.ts +3 -0
- package/dist/attributes/types/name/AbstractLegalName.js +8 -0
- package/dist/attributes/types/name/AbstractLegalName.js.map +1 -0
- package/dist/attributes/types/name/BirthName.d.ts +4 -0
- package/dist/attributes/types/name/BirthName.js +26 -0
- package/dist/attributes/types/name/BirthName.js.map +1 -0
- package/dist/attributes/types/name/DisplayName.d.ts +4 -0
- package/dist/attributes/types/name/DisplayName.js +26 -0
- package/dist/attributes/types/name/DisplayName.js.map +1 -0
- package/dist/attributes/types/name/GivenName.d.ts +4 -0
- package/dist/attributes/types/name/GivenName.js +26 -0
- package/dist/attributes/types/name/GivenName.js.map +1 -0
- package/dist/attributes/types/name/LegalNameDE.d.ts +11 -0
- package/dist/{requests/AuthorizationGrantRequest.js → attributes/types/name/LegalNameDE.js} +23 -20
- package/dist/attributes/types/name/LegalNameDE.js.map +1 -0
- package/dist/attributes/types/name/Pseudonym.d.ts +4 -0
- package/dist/attributes/types/name/Pseudonym.js +26 -0
- package/dist/attributes/types/name/Pseudonym.js.map +1 -0
- package/dist/attributes/types/name/Salutation.d.ts +11 -0
- package/dist/{requests/Request.js → attributes/types/name/Salutation.js} +22 -23
- package/dist/attributes/types/name/Salutation.js.map +1 -0
- package/dist/attributes/types/name/Surname.d.ts +4 -0
- package/dist/attributes/types/name/Surname.js +26 -0
- package/dist/attributes/types/name/Surname.js.map +1 -0
- package/dist/attributes/types/name/Title.d.ts +4 -0
- package/dist/attributes/types/name/Title.js +26 -0
- package/dist/attributes/types/name/Title.js.map +1 -0
- package/dist/attributes/types/name/index.d.ts +9 -0
- package/dist/attributes/types/name/index.js +26 -0
- package/dist/attributes/types/name/index.js.map +1 -0
- package/dist/attributes/types/person/Age.d.ts +4 -0
- package/dist/{requests/ChallengeRequest.js → attributes/types/person/Age.js} +10 -17
- package/dist/attributes/types/person/Age.js.map +1 -0
- package/dist/attributes/types/person/Gender.d.ts +7 -0
- package/dist/attributes/types/person/Gender.js +29 -0
- package/dist/attributes/types/person/Gender.js.map +1 -0
- package/dist/attributes/types/person/PersonEyeColor.d.ts +4 -0
- package/dist/attributes/types/person/PersonEyeColor.js +26 -0
- package/dist/attributes/types/person/PersonEyeColor.js.map +1 -0
- package/dist/attributes/types/person/PersonHeight.d.ts +4 -0
- package/dist/attributes/types/person/PersonHeight.js +29 -0
- package/dist/attributes/types/person/PersonHeight.js.map +1 -0
- package/dist/attributes/types/person/Sex.d.ts +7 -0
- package/dist/attributes/types/person/Sex.js +29 -0
- package/dist/attributes/types/person/Sex.js.map +1 -0
- package/dist/attributes/types/person/index.d.ts +5 -0
- package/dist/attributes/types/person/index.js +22 -0
- package/dist/attributes/types/person/index.js.map +1 -0
- package/dist/buildInformation.js +4 -4
- package/dist/index.d.ts +1 -14
- package/dist/index.js +1 -14
- package/dist/index.js.map +1 -1
- package/dist/messages/RequestMail.d.ts +5 -4
- package/dist/messages/RequestMail.js +12 -1
- package/dist/messages/RequestMail.js.map +1 -1
- package/dist/requests/AttributesChangeRequest.d.ts +42 -5
- package/dist/requests/AttributesChangeRequest.js +26 -2
- package/dist/requests/AttributesChangeRequest.js.map +1 -1
- package/dist/requests/AttributesShareRequest.d.ts +42 -5
- package/dist/requests/AttributesShareRequest.js +26 -2
- package/dist/requests/AttributesShareRequest.js.map +1 -1
- package/lib-web/nmshd.content.js +2086 -839
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
- package/dist/attributes/AttributeName.d.ts +0 -16
- package/dist/attributes/AttributeName.js +0 -62
- package/dist/attributes/AttributeName.js.map +0 -1
- package/dist/attributes/AttributeNamespace.d.ts +0 -8
- package/dist/attributes/AttributeNamespace.js +0 -13
- package/dist/attributes/AttributeNamespace.js.map +0 -1
- package/dist/attributes/addresses/Address.d.ts +0 -22
- package/dist/attributes/addresses/Address.js.map +0 -1
- package/dist/attributes/addresses/DeliveryAddress.d.ts +0 -12
- package/dist/attributes/addresses/DeliveryAddress.js.map +0 -1
- package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +0 -37
- package/dist/relationships/RelationshipCreationChangeRequestBody.js +0 -68
- package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +0 -1
- package/dist/relationships/RelationshipCreationChangeResponseBody.d.ts +0 -0
- package/dist/relationships/RelationshipCreationChangeResponseBody.js +0 -2
- package/dist/relationships/RelationshipCreationChangeResponseBody.js.map +0 -1
- package/dist/relationships/RelationshipExistsAction.d.ts +0 -7
- package/dist/relationships/RelationshipExistsAction.js.map +0 -1
- package/dist/relationships/RelationshipExistsMessageAction.d.ts +0 -11
- package/dist/relationships/RelationshipExistsMessageAction.js.map +0 -1
- package/dist/relationships/RelationshipTemplateBody.d.ts +0 -56
- package/dist/relationships/RelationshipTemplateBody.js +0 -96
- package/dist/relationships/RelationshipTemplateBody.js.map +0 -1
- package/dist/requests/AttributesRequest.d.ts +0 -19
- package/dist/requests/AttributesRequest.js.map +0 -1
- package/dist/requests/AuthorizationGrantRequest.d.ts +0 -20
- package/dist/requests/AuthorizationGrantRequest.js.map +0 -1
- package/dist/requests/ChallengeRequest.d.ts +0 -24
- package/dist/requests/ChallengeRequest.js.map +0 -1
- package/dist/requests/ChallengeResponse.d.ts +0 -16
- package/dist/requests/ChallengeResponse.js.map +0 -1
- package/dist/requests/FormRequest.d.ts +0 -11
- package/dist/requests/FormRequest.js.map +0 -1
- package/dist/requests/PrivacyStatement.d.ts +0 -25
- package/dist/requests/PrivacyStatement.js.map +0 -1
- package/dist/requests/Request.d.ts +0 -45
- package/dist/requests/Request.js.map +0 -1
package/lib-web/nmshd.content.js
CHANGED
|
@@ -15,6 +15,23 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
15
15
|
|
|
16
16
|
/***/ }),
|
|
17
17
|
|
|
18
|
+
/***/ "./dist/attributes/AbstractAttributeValue.js":
|
|
19
|
+
/*!***************************************************!*\
|
|
20
|
+
!*** ./dist/attributes/AbstractAttributeValue.js ***!
|
|
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
|
+
|
|
18
35
|
/***/ "./dist/attributes/Attribute.js":
|
|
19
36
|
/*!**************************************!*\
|
|
20
37
|
!*** ./dist/attributes/Attribute.js ***!
|
|
@@ -36,43 +53,30 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
36
53
|
exports.Attribute = void 0;
|
|
37
54
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
38
55
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
56
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ./AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
39
57
|
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
58
|
static from(value) {
|
|
55
|
-
return super.
|
|
59
|
+
return super.fromT(value, Attribute_1);
|
|
56
60
|
}
|
|
57
|
-
static fromJSON(
|
|
58
|
-
return
|
|
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
|
-
});
|
|
61
|
+
static fromJSON(attribute) {
|
|
62
|
+
return super.fromT(attribute, Attribute_1);
|
|
64
63
|
}
|
|
65
64
|
};
|
|
66
65
|
__decorate([
|
|
66
|
+
(0, ts_serval_1.validate)(),
|
|
67
67
|
(0, ts_serval_1.serialize)(),
|
|
68
|
+
__metadata("design:type", AbstractAttributeValue_1.AbstractAttributeValue)
|
|
69
|
+
], Attribute.prototype, "content", void 0);
|
|
70
|
+
__decorate([
|
|
68
71
|
(0, ts_serval_1.validate)(),
|
|
69
|
-
|
|
70
|
-
|
|
72
|
+
(0, ts_serval_1.serialize)(),
|
|
73
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
74
|
+
], Attribute.prototype, "createdAt", void 0);
|
|
71
75
|
__decorate([
|
|
72
|
-
(0, ts_serval_1.serialize)({
|
|
76
|
+
(0, ts_serval_1.serialize)({ type: String }),
|
|
73
77
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
74
|
-
__metadata("design:type",
|
|
75
|
-
], Attribute.prototype, "
|
|
78
|
+
__metadata("design:type", Array)
|
|
79
|
+
], Attribute.prototype, "tags", void 0);
|
|
76
80
|
__decorate([
|
|
77
81
|
(0, ts_serval_1.serialize)(),
|
|
78
82
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
@@ -91,10 +95,10 @@ exports.Attribute = Attribute;
|
|
|
91
95
|
|
|
92
96
|
/***/ }),
|
|
93
97
|
|
|
94
|
-
/***/ "./dist/attributes/
|
|
95
|
-
|
|
96
|
-
!*** ./dist/attributes/
|
|
97
|
-
|
|
98
|
+
/***/ "./dist/attributes/AttributeQuery.js":
|
|
99
|
+
/*!*******************************************!*\
|
|
100
|
+
!*** ./dist/attributes/AttributeQuery.js ***!
|
|
101
|
+
\*******************************************/
|
|
98
102
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
99
103
|
|
|
100
104
|
|
|
@@ -107,86 +111,75 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
107
111
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
108
112
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
109
113
|
};
|
|
110
|
-
var
|
|
114
|
+
var AttributeQuery_1;
|
|
111
115
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
112
|
-
exports.
|
|
116
|
+
exports.AttributeQuery = void 0;
|
|
113
117
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
114
|
-
|
|
115
|
-
|
|
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
|
-
}
|
|
118
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
119
|
+
let AttributeQuery = AttributeQuery_1 = class AttributeQuery extends transport_1.CoreSerializable {
|
|
137
120
|
static from(value) {
|
|
138
|
-
|
|
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;
|
|
121
|
+
return super.fromT(value, AttributeQuery_1);
|
|
154
122
|
}
|
|
155
123
|
};
|
|
156
|
-
|
|
157
|
-
(0, ts_serval_1.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
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
|
|
162
147
|
|
|
163
148
|
/***/ }),
|
|
164
149
|
|
|
165
|
-
/***/ "./dist/attributes/
|
|
166
|
-
|
|
167
|
-
!*** ./dist/attributes/
|
|
168
|
-
|
|
169
|
-
/***/ ((__unused_webpack_module, exports)
|
|
150
|
+
/***/ "./dist/attributes/index.js":
|
|
151
|
+
/*!**********************************!*\
|
|
152
|
+
!*** ./dist/attributes/index.js ***!
|
|
153
|
+
\**********************************/
|
|
154
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
170
155
|
|
|
171
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
|
+
};
|
|
172
171
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
(
|
|
176
|
-
|
|
177
|
-
|
|
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
|
|
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
|
|
184
177
|
|
|
185
178
|
/***/ }),
|
|
186
179
|
|
|
187
|
-
/***/ "./dist/
|
|
180
|
+
/***/ "./dist/attributes/types/AbstractDay.js":
|
|
188
181
|
/*!**********************************************!*\
|
|
189
|
-
!*** ./dist/
|
|
182
|
+
!*** ./dist/attributes/types/AbstractDay.js ***!
|
|
190
183
|
\**********************************************/
|
|
191
184
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
192
185
|
|
|
@@ -200,65 +193,82 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
200
193
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
201
194
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
202
195
|
};
|
|
203
|
-
var Authorization_1;
|
|
204
196
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
205
|
-
exports.
|
|
197
|
+
exports.AbstractDay = void 0;
|
|
206
198
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
(0, ts_serval_1.validate)(),
|
|
214
|
-
(0, ts_serval_1.serialize)(),
|
|
215
|
-
__metadata("design:type", String)
|
|
216
|
-
], Authorization.prototype, "name", void 0);
|
|
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
|
+
}
|
|
217
205
|
__decorate([
|
|
218
|
-
(0, ts_serval_1.validate)(),
|
|
219
206
|
(0, ts_serval_1.serialize)(),
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
exports.Authorization = Authorization;
|
|
226
|
-
//# sourceMappingURL=Authorization.js.map
|
|
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
|
|
227
212
|
|
|
228
213
|
/***/ }),
|
|
229
214
|
|
|
230
|
-
/***/ "./dist/
|
|
231
|
-
|
|
232
|
-
!*** ./dist/
|
|
233
|
-
|
|
234
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
215
|
+
/***/ "./dist/attributes/types/AbstractMonth.js":
|
|
216
|
+
/*!************************************************!*\
|
|
217
|
+
!*** ./dist/attributes/types/AbstractMonth.js ***!
|
|
218
|
+
\************************************************/
|
|
219
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
235
220
|
|
|
236
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
|
+
};
|
|
237
231
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
238
|
-
exports.
|
|
232
|
+
exports.AbstractMonth = void 0;
|
|
239
233
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
240
|
-
const
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
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
|
|
255
265
|
|
|
256
266
|
/***/ }),
|
|
257
267
|
|
|
258
|
-
/***/ "./dist/
|
|
259
|
-
|
|
260
|
-
!*** ./dist/
|
|
261
|
-
|
|
268
|
+
/***/ "./dist/attributes/types/AbstractYear.js":
|
|
269
|
+
/*!***********************************************!*\
|
|
270
|
+
!*** ./dist/attributes/types/AbstractYear.js ***!
|
|
271
|
+
\***********************************************/
|
|
262
272
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
263
273
|
|
|
264
274
|
|
|
@@ -272,38 +282,25 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
272
282
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
273
283
|
};
|
|
274
284
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
275
|
-
exports.
|
|
285
|
+
exports.AbstractYear = void 0;
|
|
276
286
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
277
|
-
const
|
|
278
|
-
|
|
279
|
-
}
|
|
280
|
-
__decorate([
|
|
281
|
-
(0, ts_serval_1.serialize)(),
|
|
282
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
283
|
-
__metadata("design:type", String)
|
|
284
|
-
], Form.prototype, "title", void 0);
|
|
287
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
288
|
+
class AbstractYear extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
289
|
+
}
|
|
285
290
|
__decorate([
|
|
286
291
|
(0, ts_serval_1.serialize)(),
|
|
287
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
288
|
-
__metadata("design:type", String)
|
|
289
|
-
], Form.prototype, "description", void 0);
|
|
290
|
-
__decorate([
|
|
291
|
-
(0, ts_serval_1.serialize)({ type: FormItem_1.FormItem }),
|
|
292
292
|
(0, ts_serval_1.validate)(),
|
|
293
|
-
__metadata("design:type",
|
|
294
|
-
],
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
], Form);
|
|
298
|
-
exports.Form = Form;
|
|
299
|
-
//# sourceMappingURL=Form.js.map
|
|
293
|
+
__metadata("design:type", Number)
|
|
294
|
+
], AbstractYear.prototype, "value", void 0);
|
|
295
|
+
exports.AbstractYear = AbstractYear;
|
|
296
|
+
//# sourceMappingURL=AbstractYear.js.map
|
|
300
297
|
|
|
301
298
|
/***/ }),
|
|
302
299
|
|
|
303
|
-
/***/ "./dist/
|
|
304
|
-
|
|
305
|
-
!*** ./dist/
|
|
306
|
-
|
|
300
|
+
/***/ "./dist/attributes/types/address/AbstractAddress.js":
|
|
301
|
+
/*!**********************************************************!*\
|
|
302
|
+
!*** ./dist/attributes/types/address/AbstractAddress.js ***!
|
|
303
|
+
\**********************************************************/
|
|
307
304
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
308
305
|
|
|
309
306
|
|
|
@@ -317,95 +314,95 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
317
314
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
318
315
|
};
|
|
319
316
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
320
|
-
exports.
|
|
317
|
+
exports.AbstractAddress = void 0;
|
|
321
318
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
FormType["String"] = "string";
|
|
326
|
-
FormType["Select"] = "select";
|
|
327
|
-
FormType["Date"] = "date";
|
|
328
|
-
FormType["Text"] = "text";
|
|
329
|
-
})(FormType = exports.FormType || (exports.FormType = {}));
|
|
330
|
-
let FormItem = class FormItem extends ts_serval_1.Serializable {
|
|
331
|
-
};
|
|
332
|
-
__decorate([
|
|
333
|
-
(0, ts_serval_1.serialize)(),
|
|
334
|
-
(0, ts_serval_1.validate)(),
|
|
335
|
-
__metadata("design:type", String)
|
|
336
|
-
], FormItem.prototype, "key", void 0);
|
|
319
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
320
|
+
class AbstractAddress extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
321
|
+
}
|
|
337
322
|
__decorate([
|
|
338
323
|
(0, ts_serval_1.serialize)(),
|
|
339
324
|
(0, ts_serval_1.validate)(),
|
|
340
325
|
__metadata("design:type", String)
|
|
341
|
-
],
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
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 {
|
|
347
353
|
};
|
|
348
354
|
__decorate([
|
|
349
355
|
(0, ts_serval_1.serialize)(),
|
|
350
356
|
(0, ts_serval_1.validate)(),
|
|
351
357
|
__metadata("design:type", String)
|
|
352
|
-
],
|
|
353
|
-
__decorate([
|
|
354
|
-
(0, ts_serval_1.
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
__decorate([
|
|
359
|
-
(0, ts_serval_1.serialize)(),
|
|
360
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
361
|
-
__metadata("design:type", String)
|
|
362
|
-
], FormItemVisible.prototype, "help", void 0);
|
|
363
|
-
FormItemVisible = __decorate([
|
|
364
|
-
(0, ts_serval_1.type)("FormItemVisible")
|
|
365
|
-
], FormItemVisible);
|
|
366
|
-
exports.FormItemVisible = FormItemVisible;
|
|
367
|
-
//# sourceMappingURL=FormItem.js.map
|
|
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
|
|
368
364
|
|
|
369
365
|
/***/ }),
|
|
370
366
|
|
|
371
|
-
/***/ "./dist/
|
|
372
|
-
|
|
373
|
-
!*** ./dist/
|
|
374
|
-
|
|
367
|
+
/***/ "./dist/attributes/types/address/Country.js":
|
|
368
|
+
/*!**************************************************!*\
|
|
369
|
+
!*** ./dist/attributes/types/address/Country.js ***!
|
|
370
|
+
\**************************************************/
|
|
375
371
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
376
372
|
|
|
377
373
|
|
|
378
|
-
var
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
if (
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
if (k2 === undefined) k2 = k;
|
|
387
|
-
o[k2] = m[k];
|
|
388
|
-
}));
|
|
389
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
390
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
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);
|
|
391
382
|
};
|
|
392
383
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
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
|
|
402
399
|
|
|
403
400
|
/***/ }),
|
|
404
401
|
|
|
405
|
-
/***/ "./dist/
|
|
406
|
-
|
|
407
|
-
!*** ./dist/
|
|
408
|
-
|
|
402
|
+
/***/ "./dist/attributes/types/address/DeliveryBoxAddress.js":
|
|
403
|
+
/*!*************************************************************!*\
|
|
404
|
+
!*** ./dist/attributes/types/address/DeliveryBoxAddress.js ***!
|
|
405
|
+
\*************************************************************/
|
|
409
406
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
410
407
|
|
|
411
408
|
|
|
@@ -419,48 +416,57 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
419
416
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
420
417
|
};
|
|
421
418
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
422
|
-
exports.
|
|
419
|
+
exports.DeliveryBoxAddress = void 0;
|
|
423
420
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
424
|
-
const
|
|
425
|
-
|
|
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 {
|
|
426
427
|
};
|
|
427
428
|
__decorate([
|
|
428
429
|
(0, ts_serval_1.serialize)(),
|
|
429
|
-
(0, ts_serval_1.validate)(
|
|
430
|
+
(0, ts_serval_1.validate)(),
|
|
430
431
|
__metadata("design:type", String)
|
|
431
|
-
],
|
|
432
|
+
], DeliveryBoxAddress.prototype, "userId", void 0);
|
|
432
433
|
__decorate([
|
|
433
434
|
(0, ts_serval_1.serialize)(),
|
|
434
|
-
(0, ts_serval_1.validate)(
|
|
435
|
+
(0, ts_serval_1.validate)(),
|
|
435
436
|
__metadata("design:type", String)
|
|
436
|
-
],
|
|
437
|
+
], DeliveryBoxAddress.prototype, "deliveryBoxId", void 0);
|
|
437
438
|
__decorate([
|
|
438
439
|
(0, ts_serval_1.serialize)(),
|
|
439
|
-
(0, ts_serval_1.validate)(
|
|
440
|
-
__metadata("design:type",
|
|
441
|
-
],
|
|
440
|
+
(0, ts_serval_1.validate)(),
|
|
441
|
+
__metadata("design:type", ZipCode_1.ZipCode)
|
|
442
|
+
], DeliveryBoxAddress.prototype, "zipCode", void 0);
|
|
442
443
|
__decorate([
|
|
443
444
|
(0, ts_serval_1.serialize)(),
|
|
444
|
-
(0, ts_serval_1.validate)(
|
|
445
|
-
__metadata("design:type",
|
|
446
|
-
],
|
|
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);
|
|
447
453
|
__decorate([
|
|
448
454
|
(0, ts_serval_1.serialize)(),
|
|
449
455
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
450
|
-
__metadata("design:type",
|
|
451
|
-
],
|
|
452
|
-
|
|
453
|
-
(0, ts_serval_1.type)("
|
|
454
|
-
],
|
|
455
|
-
exports.
|
|
456
|
-
//# sourceMappingURL=
|
|
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
|
|
457
463
|
|
|
458
464
|
/***/ }),
|
|
459
465
|
|
|
460
|
-
/***/ "./dist/
|
|
461
|
-
|
|
462
|
-
!*** ./dist/
|
|
463
|
-
|
|
466
|
+
/***/ "./dist/attributes/types/address/HouseNumber.js":
|
|
467
|
+
/*!******************************************************!*\
|
|
468
|
+
!*** ./dist/attributes/types/address/HouseNumber.js ***!
|
|
469
|
+
\******************************************************/
|
|
464
470
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
465
471
|
|
|
466
472
|
|
|
@@ -474,28 +480,28 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
474
480
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
475
481
|
};
|
|
476
482
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
477
|
-
exports.
|
|
483
|
+
exports.HouseNumber = void 0;
|
|
478
484
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
479
|
-
const
|
|
480
|
-
let
|
|
485
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
486
|
+
let HouseNumber = class HouseNumber extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
481
487
|
};
|
|
482
488
|
__decorate([
|
|
483
489
|
(0, ts_serval_1.serialize)(),
|
|
484
490
|
(0, ts_serval_1.validate)(),
|
|
485
491
|
__metadata("design:type", String)
|
|
486
|
-
],
|
|
487
|
-
|
|
488
|
-
(0, ts_serval_1.type)("
|
|
489
|
-
],
|
|
490
|
-
exports.
|
|
491
|
-
//# sourceMappingURL=
|
|
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
|
|
492
498
|
|
|
493
499
|
/***/ }),
|
|
494
500
|
|
|
495
|
-
/***/ "./dist/
|
|
496
|
-
|
|
497
|
-
!*** ./dist/
|
|
498
|
-
|
|
501
|
+
/***/ "./dist/attributes/types/address/PostOfficeBoxAddress.js":
|
|
502
|
+
/*!***************************************************************!*\
|
|
503
|
+
!*** ./dist/attributes/types/address/PostOfficeBoxAddress.js ***!
|
|
504
|
+
\***************************************************************/
|
|
499
505
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
500
506
|
|
|
501
507
|
|
|
@@ -509,33 +515,51 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
509
515
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
510
516
|
};
|
|
511
517
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
512
|
-
exports.
|
|
518
|
+
exports.PostOfficeBoxAddress = void 0;
|
|
513
519
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
514
|
-
const
|
|
515
|
-
const
|
|
516
|
-
|
|
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 {
|
|
517
526
|
};
|
|
518
527
|
__decorate([
|
|
519
|
-
(0, ts_serval_1.serialize)(
|
|
528
|
+
(0, ts_serval_1.serialize)(),
|
|
520
529
|
(0, ts_serval_1.validate)(),
|
|
521
|
-
__metadata("design:type",
|
|
522
|
-
],
|
|
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);
|
|
523
547
|
__decorate([
|
|
524
548
|
(0, ts_serval_1.serialize)(),
|
|
525
549
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
526
|
-
__metadata("design:type",
|
|
527
|
-
],
|
|
528
|
-
|
|
529
|
-
(0, ts_serval_1.type)("
|
|
530
|
-
],
|
|
531
|
-
exports.
|
|
532
|
-
//# sourceMappingURL=
|
|
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
|
|
533
557
|
|
|
534
558
|
/***/ }),
|
|
535
559
|
|
|
536
|
-
/***/ "./dist/
|
|
560
|
+
/***/ "./dist/attributes/types/address/State.js":
|
|
537
561
|
/*!************************************************!*\
|
|
538
|
-
!*** ./dist/
|
|
562
|
+
!*** ./dist/attributes/types/address/State.js ***!
|
|
539
563
|
\************************************************/
|
|
540
564
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
541
565
|
|
|
@@ -550,32 +574,63 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
550
574
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
551
575
|
};
|
|
552
576
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
553
|
-
exports.
|
|
577
|
+
exports.State = void 0;
|
|
554
578
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
555
|
-
|
|
579
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
580
|
+
let State = class State extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
556
581
|
};
|
|
557
582
|
__decorate([
|
|
558
583
|
(0, ts_serval_1.serialize)(),
|
|
559
584
|
(0, ts_serval_1.validate)(),
|
|
560
585
|
__metadata("design:type", String)
|
|
561
|
-
],
|
|
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
|
+
};
|
|
562
617
|
__decorate([
|
|
563
618
|
(0, ts_serval_1.serialize)(),
|
|
564
619
|
(0, ts_serval_1.validate)(),
|
|
565
620
|
__metadata("design:type", String)
|
|
566
|
-
],
|
|
567
|
-
|
|
568
|
-
(0, ts_serval_1.type)("
|
|
569
|
-
],
|
|
570
|
-
exports.
|
|
571
|
-
//# sourceMappingURL=
|
|
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
|
|
572
627
|
|
|
573
628
|
/***/ }),
|
|
574
629
|
|
|
575
|
-
/***/ "./dist/
|
|
576
|
-
|
|
577
|
-
!*** ./dist/
|
|
578
|
-
|
|
630
|
+
/***/ "./dist/attributes/types/address/StreetAddress.js":
|
|
631
|
+
/*!********************************************************!*\
|
|
632
|
+
!*** ./dist/attributes/types/address/StreetAddress.js ***!
|
|
633
|
+
\********************************************************/
|
|
579
634
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
580
635
|
|
|
581
636
|
|
|
@@ -589,48 +644,59 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
589
644
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
590
645
|
};
|
|
591
646
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
592
|
-
exports.
|
|
647
|
+
exports.StreetAddress = void 0;
|
|
593
648
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
594
|
-
const
|
|
595
|
-
|
|
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 {
|
|
596
657
|
};
|
|
597
658
|
__decorate([
|
|
598
659
|
(0, ts_serval_1.serialize)(),
|
|
599
|
-
(0, ts_serval_1.validate)(
|
|
600
|
-
__metadata("design:type",
|
|
601
|
-
],
|
|
660
|
+
(0, ts_serval_1.validate)(),
|
|
661
|
+
__metadata("design:type", Street_1.Street)
|
|
662
|
+
], StreetAddress.prototype, "street", void 0);
|
|
602
663
|
__decorate([
|
|
603
664
|
(0, ts_serval_1.serialize)(),
|
|
604
|
-
(0, ts_serval_1.validate)(
|
|
605
|
-
__metadata("design:type",
|
|
606
|
-
],
|
|
665
|
+
(0, ts_serval_1.validate)(),
|
|
666
|
+
__metadata("design:type", HouseNumber_1.HouseNumber)
|
|
667
|
+
], StreetAddress.prototype, "houseNo", void 0);
|
|
607
668
|
__decorate([
|
|
608
669
|
(0, ts_serval_1.serialize)(),
|
|
609
|
-
(0, ts_serval_1.validate)(
|
|
610
|
-
__metadata("design:type",
|
|
611
|
-
],
|
|
670
|
+
(0, ts_serval_1.validate)(),
|
|
671
|
+
__metadata("design:type", ZipCode_1.ZipCode)
|
|
672
|
+
], StreetAddress.prototype, "zipCode", void 0);
|
|
612
673
|
__decorate([
|
|
613
674
|
(0, ts_serval_1.serialize)(),
|
|
614
|
-
(0, ts_serval_1.validate)(
|
|
615
|
-
__metadata("design:type",
|
|
616
|
-
],
|
|
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);
|
|
617
683
|
__decorate([
|
|
618
684
|
(0, ts_serval_1.serialize)(),
|
|
619
685
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
620
|
-
__metadata("design:type",
|
|
621
|
-
],
|
|
622
|
-
|
|
623
|
-
(0, ts_serval_1.type)("
|
|
624
|
-
],
|
|
625
|
-
exports.
|
|
626
|
-
//# sourceMappingURL=
|
|
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
|
|
627
693
|
|
|
628
694
|
/***/ }),
|
|
629
695
|
|
|
630
|
-
/***/ "./dist/
|
|
631
|
-
|
|
632
|
-
!*** ./dist/
|
|
633
|
-
|
|
696
|
+
/***/ "./dist/attributes/types/address/ZipCode.js":
|
|
697
|
+
/*!**************************************************!*\
|
|
698
|
+
!*** ./dist/attributes/types/address/ZipCode.js ***!
|
|
699
|
+
\**************************************************/
|
|
634
700
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
635
701
|
|
|
636
702
|
|
|
@@ -644,48 +710,28 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
644
710
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
645
711
|
};
|
|
646
712
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
647
|
-
exports.
|
|
713
|
+
exports.ZipCode = void 0;
|
|
648
714
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
649
|
-
const
|
|
650
|
-
let
|
|
715
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
716
|
+
let ZipCode = class ZipCode extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
651
717
|
};
|
|
652
718
|
__decorate([
|
|
653
719
|
(0, ts_serval_1.serialize)(),
|
|
654
|
-
(0, ts_serval_1.validate)(
|
|
655
|
-
__metadata("design:type", String)
|
|
656
|
-
], FormItemText.prototype, "placeholder", void 0);
|
|
657
|
-
__decorate([
|
|
658
|
-
(0, ts_serval_1.serialize)(),
|
|
659
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
660
|
-
__metadata("design:type", String)
|
|
661
|
-
], FormItemText.prototype, "value", void 0);
|
|
662
|
-
__decorate([
|
|
663
|
-
(0, ts_serval_1.serialize)(),
|
|
664
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
665
|
-
__metadata("design:type", Number)
|
|
666
|
-
], FormItemText.prototype, "minLength", void 0);
|
|
667
|
-
__decorate([
|
|
668
|
-
(0, ts_serval_1.serialize)(),
|
|
669
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
670
|
-
__metadata("design:type", Number)
|
|
671
|
-
], FormItemText.prototype, "maxLength", void 0);
|
|
672
|
-
__decorate([
|
|
673
|
-
(0, ts_serval_1.serialize)(),
|
|
674
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
720
|
+
(0, ts_serval_1.validate)(),
|
|
675
721
|
__metadata("design:type", String)
|
|
676
|
-
],
|
|
677
|
-
|
|
678
|
-
(0, ts_serval_1.type)("
|
|
679
|
-
],
|
|
680
|
-
exports.
|
|
681
|
-
//# sourceMappingURL=
|
|
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
|
|
682
728
|
|
|
683
729
|
/***/ }),
|
|
684
730
|
|
|
685
|
-
/***/ "./dist/index.js":
|
|
686
|
-
|
|
687
|
-
!*** ./dist/index.js ***!
|
|
688
|
-
|
|
731
|
+
/***/ "./dist/attributes/types/address/index.js":
|
|
732
|
+
/*!************************************************!*\
|
|
733
|
+
!*** ./dist/attributes/types/address/index.js ***!
|
|
734
|
+
\************************************************/
|
|
689
735
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
690
736
|
|
|
691
737
|
|
|
@@ -704,36 +750,24 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
704
750
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
705
751
|
};
|
|
706
752
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
707
|
-
__exportStar(__webpack_require__(/*! ./
|
|
708
|
-
__exportStar(__webpack_require__(/*! ./
|
|
709
|
-
__exportStar(__webpack_require__(/*! ./
|
|
710
|
-
__exportStar(__webpack_require__(/*! ./
|
|
711
|
-
__exportStar(__webpack_require__(/*! ./
|
|
712
|
-
__exportStar(__webpack_require__(/*! ./
|
|
713
|
-
__exportStar(__webpack_require__(/*! ./
|
|
714
|
-
__exportStar(__webpack_require__(/*! ./
|
|
715
|
-
__exportStar(__webpack_require__(/*! ./
|
|
716
|
-
__exportStar(__webpack_require__(/*! ./
|
|
717
|
-
__exportStar(__webpack_require__(/*! ./relationships/RelationshipExistsAction */ "./dist/relationships/RelationshipExistsAction.js"), exports);
|
|
718
|
-
__exportStar(__webpack_require__(/*! ./relationships/RelationshipExistsMessageAction */ "./dist/relationships/RelationshipExistsMessageAction.js"), exports);
|
|
719
|
-
__exportStar(__webpack_require__(/*! ./relationships/RelationshipTemplateBody */ "./dist/relationships/RelationshipTemplateBody.js"), exports);
|
|
720
|
-
__exportStar(__webpack_require__(/*! ./requests/AttributesChangeRequest */ "./dist/requests/AttributesChangeRequest.js"), exports);
|
|
721
|
-
__exportStar(__webpack_require__(/*! ./requests/AttributesRequest */ "./dist/requests/AttributesRequest.js"), exports);
|
|
722
|
-
__exportStar(__webpack_require__(/*! ./requests/AttributesShareRequest */ "./dist/requests/AttributesShareRequest.js"), exports);
|
|
723
|
-
__exportStar(__webpack_require__(/*! ./requests/AuthorizationGrantRequest */ "./dist/requests/AuthorizationGrantRequest.js"), exports);
|
|
724
|
-
__exportStar(__webpack_require__(/*! ./requests/ChallengeRequest */ "./dist/requests/ChallengeRequest.js"), exports);
|
|
725
|
-
__exportStar(__webpack_require__(/*! ./requests/ChallengeResponse */ "./dist/requests/ChallengeResponse.js"), exports);
|
|
726
|
-
__exportStar(__webpack_require__(/*! ./requests/FormRequest */ "./dist/requests/FormRequest.js"), exports);
|
|
727
|
-
__exportStar(__webpack_require__(/*! ./requests/PrivacyStatement */ "./dist/requests/PrivacyStatement.js"), exports);
|
|
728
|
-
__exportStar(__webpack_require__(/*! ./requests/Request */ "./dist/requests/Request.js"), exports);
|
|
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);
|
|
729
763
|
//# sourceMappingURL=index.js.map
|
|
730
764
|
|
|
731
765
|
/***/ }),
|
|
732
766
|
|
|
733
|
-
/***/ "./dist/
|
|
734
|
-
|
|
735
|
-
!*** ./dist/
|
|
736
|
-
|
|
767
|
+
/***/ "./dist/attributes/types/birth/BirthCity.js":
|
|
768
|
+
/*!**************************************************!*\
|
|
769
|
+
!*** ./dist/attributes/types/birth/BirthCity.js ***!
|
|
770
|
+
\**************************************************/
|
|
737
771
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
738
772
|
|
|
739
773
|
|
|
@@ -743,68 +777,24 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
743
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;
|
|
744
778
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
745
779
|
};
|
|
746
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
747
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
748
|
-
};
|
|
749
|
-
var Mail_1;
|
|
750
780
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
751
|
-
exports.
|
|
781
|
+
exports.BirthCity = void 0;
|
|
752
782
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
753
|
-
const
|
|
754
|
-
let
|
|
755
|
-
static async from(value) {
|
|
756
|
-
if (typeof value.cc === "undefined") {
|
|
757
|
-
value.cc = [];
|
|
758
|
-
}
|
|
759
|
-
if (typeof value.body === "undefined" && value.content) {
|
|
760
|
-
value.body = value.content;
|
|
761
|
-
delete value.content;
|
|
762
|
-
}
|
|
763
|
-
return await super.fromT(value, Mail_1);
|
|
764
|
-
}
|
|
765
|
-
static async fromJSON(value) {
|
|
766
|
-
var _a, _b;
|
|
767
|
-
return await this.from({
|
|
768
|
-
body: value.body,
|
|
769
|
-
subject: value.subject,
|
|
770
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
771
|
-
to: (_a = value.to) === null || _a === void 0 ? void 0 : _a.map((recipient) => transport_1.CoreAddress.from(recipient)),
|
|
772
|
-
cc: (_b = value.cc) === null || _b === void 0 ? void 0 : _b.map((recipient) => transport_1.CoreAddress.from(recipient))
|
|
773
|
-
});
|
|
774
|
-
}
|
|
783
|
+
const City_1 = __webpack_require__(/*! ../address/City */ "./dist/attributes/types/address/City.js");
|
|
784
|
+
let BirthCity = class BirthCity extends City_1.City {
|
|
775
785
|
};
|
|
776
|
-
__decorate([
|
|
777
|
-
(0, ts_serval_1.
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
__decorate([
|
|
782
|
-
(0, ts_serval_1.serialize)({ type: transport_1.CoreAddress }),
|
|
783
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
784
|
-
__metadata("design:type", Array)
|
|
785
|
-
], Mail.prototype, "cc", void 0);
|
|
786
|
-
__decorate([
|
|
787
|
-
(0, ts_serval_1.serialize)(),
|
|
788
|
-
(0, ts_serval_1.validate)(),
|
|
789
|
-
__metadata("design:type", String)
|
|
790
|
-
], Mail.prototype, "subject", void 0);
|
|
791
|
-
__decorate([
|
|
792
|
-
(0, ts_serval_1.serialize)(),
|
|
793
|
-
(0, ts_serval_1.validate)(),
|
|
794
|
-
__metadata("design:type", String)
|
|
795
|
-
], Mail.prototype, "body", void 0);
|
|
796
|
-
Mail = Mail_1 = __decorate([
|
|
797
|
-
(0, ts_serval_1.type)("Mail")
|
|
798
|
-
], Mail);
|
|
799
|
-
exports.Mail = Mail;
|
|
800
|
-
//# sourceMappingURL=Mail.js.map
|
|
786
|
+
BirthCity = __decorate([
|
|
787
|
+
(0, ts_serval_1.type)("BirthCity")
|
|
788
|
+
], BirthCity);
|
|
789
|
+
exports.BirthCity = BirthCity;
|
|
790
|
+
//# sourceMappingURL=BirthCity.js.map
|
|
801
791
|
|
|
802
792
|
/***/ }),
|
|
803
793
|
|
|
804
|
-
/***/ "./dist/
|
|
805
|
-
|
|
806
|
-
!*** ./dist/
|
|
807
|
-
|
|
794
|
+
/***/ "./dist/attributes/types/birth/BirthCountry.js":
|
|
795
|
+
/*!*****************************************************!*\
|
|
796
|
+
!*** ./dist/attributes/types/birth/BirthCountry.js ***!
|
|
797
|
+
\*****************************************************/
|
|
808
798
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
809
799
|
|
|
810
800
|
|
|
@@ -814,47 +804,24 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
814
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;
|
|
815
805
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
816
806
|
};
|
|
817
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
818
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
819
|
-
};
|
|
820
|
-
var RequestMail_1;
|
|
821
807
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
822
|
-
exports.
|
|
808
|
+
exports.BirthCountry = void 0;
|
|
823
809
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
824
|
-
const
|
|
825
|
-
let
|
|
826
|
-
static async from(value) {
|
|
827
|
-
return await super.fromT(value, RequestMail_1);
|
|
828
|
-
}
|
|
829
|
-
static async fromJSON(value) {
|
|
830
|
-
const mail = await Mail_1.Mail.fromJSON(value);
|
|
831
|
-
const requests = (await Promise.all(value.requests.map((request) => ts_serval_1.SerializableAsync.fromUnknown(request))));
|
|
832
|
-
return await this.from({
|
|
833
|
-
body: mail.body,
|
|
834
|
-
subject: mail.subject,
|
|
835
|
-
to: mail.to,
|
|
836
|
-
cc: mail.cc,
|
|
837
|
-
requests: requests
|
|
838
|
-
});
|
|
839
|
-
}
|
|
810
|
+
const Country_1 = __webpack_require__(/*! ../address/Country */ "./dist/attributes/types/address/Country.js");
|
|
811
|
+
let BirthCountry = class BirthCountry extends Country_1.Country {
|
|
840
812
|
};
|
|
841
|
-
__decorate([
|
|
842
|
-
(0, ts_serval_1.
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
RequestMail = RequestMail_1 = __decorate([
|
|
847
|
-
(0, ts_serval_1.type)("RequestMail")
|
|
848
|
-
], RequestMail);
|
|
849
|
-
exports.RequestMail = RequestMail;
|
|
850
|
-
//# sourceMappingURL=RequestMail.js.map
|
|
813
|
+
BirthCountry = __decorate([
|
|
814
|
+
(0, ts_serval_1.type)("BirthCountry")
|
|
815
|
+
], BirthCountry);
|
|
816
|
+
exports.BirthCountry = BirthCountry;
|
|
817
|
+
//# sourceMappingURL=BirthCountry.js.map
|
|
851
818
|
|
|
852
819
|
/***/ }),
|
|
853
820
|
|
|
854
|
-
/***/ "./dist/
|
|
855
|
-
|
|
856
|
-
!*** ./dist/
|
|
857
|
-
|
|
821
|
+
/***/ "./dist/attributes/types/birth/BirthDate.js":
|
|
822
|
+
/*!**************************************************!*\
|
|
823
|
+
!*** ./dist/attributes/types/birth/BirthDate.js ***!
|
|
824
|
+
\**************************************************/
|
|
858
825
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
859
826
|
|
|
860
827
|
|
|
@@ -867,71 +834,42 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
867
834
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
868
835
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
869
836
|
};
|
|
870
|
-
var RelationshipCreationChangeRequestBody_1;
|
|
871
837
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
872
|
-
exports.
|
|
838
|
+
exports.BirthDate = void 0;
|
|
873
839
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
874
|
-
const
|
|
875
|
-
const
|
|
876
|
-
const
|
|
877
|
-
const
|
|
878
|
-
let
|
|
879
|
-
static async from(value) {
|
|
880
|
-
return (await super.from(value, RelationshipCreationChangeRequestBody_1));
|
|
881
|
-
}
|
|
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 {
|
|
882
845
|
};
|
|
883
846
|
__decorate([
|
|
884
847
|
(0, ts_serval_1.serialize)(),
|
|
885
|
-
(0, ts_serval_1.validate)(
|
|
886
|
-
__metadata("design:type",
|
|
887
|
-
],
|
|
888
|
-
__decorate([
|
|
889
|
-
(0, ts_serval_1.serialize)(),
|
|
890
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
891
|
-
__metadata("design:type", String)
|
|
892
|
-
], RelationshipCreationChangeRequestBody.prototype, "sessionIdentifier", void 0);
|
|
893
|
-
__decorate([
|
|
894
|
-
(0, ts_serval_1.serialize)({ any: true }),
|
|
895
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
896
|
-
__metadata("design:type", Object)
|
|
897
|
-
], RelationshipCreationChangeRequestBody.prototype, "metadata", void 0);
|
|
898
|
-
__decorate([
|
|
899
|
-
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
900
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
901
|
-
__metadata("design:type", Array)
|
|
902
|
-
], RelationshipCreationChangeRequestBody.prototype, "sharedAttributes", void 0);
|
|
848
|
+
(0, ts_serval_1.validate)(),
|
|
849
|
+
__metadata("design:type", BirthDay_1.BirthDay)
|
|
850
|
+
], BirthDate.prototype, "day", void 0);
|
|
903
851
|
__decorate([
|
|
904
852
|
(0, ts_serval_1.serialize)(),
|
|
905
|
-
(0, ts_serval_1.validate)(
|
|
906
|
-
__metadata("design:type",
|
|
907
|
-
],
|
|
908
|
-
__decorate([
|
|
909
|
-
(0, ts_serval_1.serialize)({ type: Authorization_1.Authorization }),
|
|
910
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
911
|
-
__metadata("design:type", Array)
|
|
912
|
-
], RelationshipCreationChangeRequestBody.prototype, "sharedAuthorizations", void 0);
|
|
913
|
-
__decorate([
|
|
914
|
-
(0, ts_serval_1.serialize)({ type: FormRequest_1.FormRequest }),
|
|
915
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
916
|
-
__metadata("design:type", Array)
|
|
917
|
-
], RelationshipCreationChangeRequestBody.prototype, "sharedForms", void 0);
|
|
853
|
+
(0, ts_serval_1.validate)(),
|
|
854
|
+
__metadata("design:type", BirthMonth_1.BirthMonth)
|
|
855
|
+
], BirthDate.prototype, "month", void 0);
|
|
918
856
|
__decorate([
|
|
919
857
|
(0, ts_serval_1.serialize)(),
|
|
920
|
-
(0, ts_serval_1.validate)(
|
|
921
|
-
__metadata("design:type",
|
|
922
|
-
],
|
|
923
|
-
|
|
924
|
-
(0, ts_serval_1.type)("
|
|
925
|
-
],
|
|
926
|
-
exports.
|
|
927
|
-
//# sourceMappingURL=
|
|
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
|
|
928
866
|
|
|
929
867
|
/***/ }),
|
|
930
868
|
|
|
931
|
-
/***/ "./dist/
|
|
932
|
-
|
|
933
|
-
!*** ./dist/
|
|
934
|
-
|
|
869
|
+
/***/ "./dist/attributes/types/birth/BirthDay.js":
|
|
870
|
+
/*!*************************************************!*\
|
|
871
|
+
!*** ./dist/attributes/types/birth/BirthDay.js ***!
|
|
872
|
+
\*************************************************/
|
|
935
873
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
936
874
|
|
|
937
875
|
|
|
@@ -942,22 +880,23 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
942
880
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
943
881
|
};
|
|
944
882
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
945
|
-
exports.
|
|
883
|
+
exports.BirthDay = void 0;
|
|
946
884
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
947
|
-
|
|
885
|
+
const AbstractDay_1 = __webpack_require__(/*! ../AbstractDay */ "./dist/attributes/types/AbstractDay.js");
|
|
886
|
+
let BirthDay = class BirthDay extends AbstractDay_1.AbstractDay {
|
|
948
887
|
};
|
|
949
|
-
|
|
950
|
-
(0, ts_serval_1.type)("
|
|
951
|
-
],
|
|
952
|
-
exports.
|
|
953
|
-
//# sourceMappingURL=
|
|
888
|
+
BirthDay = __decorate([
|
|
889
|
+
(0, ts_serval_1.type)("BirthDay")
|
|
890
|
+
], BirthDay);
|
|
891
|
+
exports.BirthDay = BirthDay;
|
|
892
|
+
//# sourceMappingURL=BirthDay.js.map
|
|
954
893
|
|
|
955
894
|
/***/ }),
|
|
956
895
|
|
|
957
|
-
/***/ "./dist/
|
|
958
|
-
|
|
959
|
-
!*** ./dist/
|
|
960
|
-
|
|
896
|
+
/***/ "./dist/attributes/types/birth/BirthMonth.js":
|
|
897
|
+
/*!***************************************************!*\
|
|
898
|
+
!*** ./dist/attributes/types/birth/BirthMonth.js ***!
|
|
899
|
+
\***************************************************/
|
|
961
900
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
962
901
|
|
|
963
902
|
|
|
@@ -967,32 +906,24 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
967
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;
|
|
968
907
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
969
908
|
};
|
|
970
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
971
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
972
|
-
};
|
|
973
909
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
974
|
-
exports.
|
|
910
|
+
exports.BirthMonth = void 0;
|
|
975
911
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
976
|
-
const
|
|
977
|
-
let
|
|
912
|
+
const AbstractMonth_1 = __webpack_require__(/*! ../AbstractMonth */ "./dist/attributes/types/AbstractMonth.js");
|
|
913
|
+
let BirthMonth = class BirthMonth extends AbstractMonth_1.AbstractMonth {
|
|
978
914
|
};
|
|
979
|
-
__decorate([
|
|
980
|
-
(0, ts_serval_1.
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
RelationshipExistsMessageAction = __decorate([
|
|
985
|
-
(0, ts_serval_1.type)("RelationshipExistsMessageAction")
|
|
986
|
-
], RelationshipExistsMessageAction);
|
|
987
|
-
exports.RelationshipExistsMessageAction = RelationshipExistsMessageAction;
|
|
988
|
-
//# sourceMappingURL=RelationshipExistsMessageAction.js.map
|
|
915
|
+
BirthMonth = __decorate([
|
|
916
|
+
(0, ts_serval_1.type)("BirthMonth")
|
|
917
|
+
], BirthMonth);
|
|
918
|
+
exports.BirthMonth = BirthMonth;
|
|
919
|
+
//# sourceMappingURL=BirthMonth.js.map
|
|
989
920
|
|
|
990
921
|
/***/ }),
|
|
991
922
|
|
|
992
|
-
/***/ "./dist/
|
|
993
|
-
|
|
994
|
-
!*** ./dist/
|
|
995
|
-
|
|
923
|
+
/***/ "./dist/attributes/types/birth/BirthPlace.js":
|
|
924
|
+
/*!***************************************************!*\
|
|
925
|
+
!*** ./dist/attributes/types/birth/BirthPlace.js ***!
|
|
926
|
+
\***************************************************/
|
|
996
927
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
997
928
|
|
|
998
929
|
|
|
@@ -1005,102 +936,150 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1005
936
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1006
937
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1007
938
|
};
|
|
1008
|
-
var RelationshipTemplateBody_1;
|
|
1009
939
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1010
|
-
exports.
|
|
940
|
+
exports.BirthPlace = void 0;
|
|
1011
941
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1012
|
-
const
|
|
1013
|
-
const
|
|
1014
|
-
const
|
|
1015
|
-
const
|
|
1016
|
-
|
|
1017
|
-
const PrivacyStatement_1 = __webpack_require__(/*! ../requests/PrivacyStatement */ "./dist/requests/PrivacyStatement.js");
|
|
1018
|
-
const RelationshipExistsAction_1 = __webpack_require__(/*! ./RelationshipExistsAction */ "./dist/relationships/RelationshipExistsAction.js");
|
|
1019
|
-
let RelationshipTemplateBody = RelationshipTemplateBody_1 = class RelationshipTemplateBody extends ts_serval_1.SerializableAsync {
|
|
1020
|
-
static async from(value) {
|
|
1021
|
-
return (await super.from(value, RelationshipTemplateBody_1));
|
|
1022
|
-
}
|
|
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 {
|
|
1023
947
|
};
|
|
1024
948
|
__decorate([
|
|
1025
949
|
(0, ts_serval_1.serialize)(),
|
|
1026
|
-
(0, ts_serval_1.validate)(
|
|
1027
|
-
__metadata("design:type",
|
|
1028
|
-
],
|
|
1029
|
-
__decorate([
|
|
1030
|
-
(0, ts_serval_1.serialize)(),
|
|
1031
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1032
|
-
__metadata("design:type", String)
|
|
1033
|
-
], RelationshipTemplateBody.prototype, "sessionIdentifier", void 0);
|
|
1034
|
-
__decorate([
|
|
1035
|
-
(0, ts_serval_1.serialize)({ any: true }),
|
|
1036
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1037
|
-
__metadata("design:type", Object)
|
|
1038
|
-
], RelationshipTemplateBody.prototype, "metadata", void 0);
|
|
1039
|
-
__decorate([
|
|
1040
|
-
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
1041
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1042
|
-
__metadata("design:type", Array)
|
|
1043
|
-
], RelationshipTemplateBody.prototype, "sharedAttributes", void 0);
|
|
1044
|
-
__decorate([
|
|
1045
|
-
(0, ts_serval_1.serialize)(),
|
|
1046
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1047
|
-
__metadata("design:type", Array)
|
|
1048
|
-
], RelationshipTemplateBody.prototype, "sharedCertificates", void 0);
|
|
1049
|
-
__decorate([
|
|
1050
|
-
(0, ts_serval_1.serialize)({ type: Authorization_1.Authorization }),
|
|
1051
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1052
|
-
__metadata("design:type", Array)
|
|
1053
|
-
], RelationshipTemplateBody.prototype, "sharedAuthorizations", void 0);
|
|
1054
|
-
__decorate([
|
|
1055
|
-
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
1056
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1057
|
-
__metadata("design:type", Array)
|
|
1058
|
-
], RelationshipTemplateBody.prototype, "requestedAttributesChanges", void 0);
|
|
1059
|
-
__decorate([
|
|
1060
|
-
(0, ts_serval_1.serialize)({ type: AttributesRequest_1.AttributesRequest }),
|
|
1061
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1062
|
-
__metadata("design:type", Array)
|
|
1063
|
-
], RelationshipTemplateBody.prototype, "requestedAttributes", void 0);
|
|
1064
|
-
__decorate([
|
|
1065
|
-
(0, ts_serval_1.serialize)(),
|
|
1066
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1067
|
-
__metadata("design:type", Array)
|
|
1068
|
-
], RelationshipTemplateBody.prototype, "requestedCertificates", void 0);
|
|
1069
|
-
__decorate([
|
|
1070
|
-
(0, ts_serval_1.serialize)({ type: AuthorizationGrantRequest_1.AuthorizationGrantRequest }),
|
|
1071
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1072
|
-
__metadata("design:type", Array)
|
|
1073
|
-
], RelationshipTemplateBody.prototype, "requestedAuthorizations", void 0);
|
|
1074
|
-
__decorate([
|
|
1075
|
-
(0, ts_serval_1.serialize)({ type: FormRequest_1.FormRequest }),
|
|
1076
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1077
|
-
__metadata("design:type", Array)
|
|
1078
|
-
], RelationshipTemplateBody.prototype, "requestedForms", void 0);
|
|
950
|
+
(0, ts_serval_1.validate)(),
|
|
951
|
+
__metadata("design:type", BirthCity_1.BirthCity)
|
|
952
|
+
], BirthPlace.prototype, "city", void 0);
|
|
1079
953
|
__decorate([
|
|
1080
954
|
(0, ts_serval_1.serialize)(),
|
|
1081
|
-
(0, ts_serval_1.validate)(
|
|
1082
|
-
__metadata("design:type",
|
|
1083
|
-
],
|
|
955
|
+
(0, ts_serval_1.validate)(),
|
|
956
|
+
__metadata("design:type", BirthCountry_1.BirthCountry)
|
|
957
|
+
], BirthPlace.prototype, "country", void 0);
|
|
1084
958
|
__decorate([
|
|
1085
959
|
(0, ts_serval_1.serialize)(),
|
|
1086
|
-
(0, ts_serval_1.validate)(
|
|
1087
|
-
__metadata("design:type",
|
|
1088
|
-
],
|
|
1089
|
-
|
|
1090
|
-
(0, ts_serval_1.type)("
|
|
1091
|
-
],
|
|
1092
|
-
exports.
|
|
1093
|
-
//# sourceMappingURL=
|
|
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
|
|
1094
968
|
|
|
1095
969
|
/***/ }),
|
|
1096
970
|
|
|
1097
|
-
/***/ "./dist/
|
|
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":
|
|
1098
999
|
/*!**************************************************!*\
|
|
1099
|
-
!*** ./dist/
|
|
1000
|
+
!*** ./dist/attributes/types/birth/BirthYear.js ***!
|
|
1100
1001
|
\**************************************************/
|
|
1101
1002
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1102
1003
|
|
|
1103
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
|
+
|
|
1104
1083
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1105
1084
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1106
1085
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1110,51 +1089,29 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1110
1089
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1111
1090
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1112
1091
|
};
|
|
1113
|
-
var AttributesChangeRequest_1;
|
|
1114
1092
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1115
|
-
exports.
|
|
1093
|
+
exports.IDCardAuthorityName = void 0;
|
|
1116
1094
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1117
|
-
const
|
|
1118
|
-
|
|
1119
|
-
const Request_1 = __webpack_require__(/*! ./Request */ "./dist/requests/Request.js");
|
|
1120
|
-
let AttributesChangeRequest = AttributesChangeRequest_1 = class AttributesChangeRequest extends Request_1.Request {
|
|
1121
|
-
static async from(value) {
|
|
1122
|
-
return (await super.from(value, AttributesChangeRequest_1));
|
|
1123
|
-
}
|
|
1124
|
-
static async fromJSON(value) {
|
|
1125
|
-
const parsedAttributes = await Promise.all(value.attributes.map((attribute) => Attribute_1.Attribute.fromJSON(attribute)));
|
|
1126
|
-
return await this.from({
|
|
1127
|
-
id: value.id ? transport_1.CoreId.from(value.id) : undefined,
|
|
1128
|
-
attributes: parsedAttributes,
|
|
1129
|
-
applyTo: value.applyTo ? transport_1.CoreAddress.from(value.applyTo) : undefined,
|
|
1130
|
-
expiresAt: value.expiresAt ? transport_1.CoreDate.from(value.expiresAt) : undefined,
|
|
1131
|
-
key: value.key,
|
|
1132
|
-
reason: value.reason
|
|
1133
|
-
});
|
|
1134
|
-
}
|
|
1095
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1096
|
+
let IDCardAuthorityName = class IDCardAuthorityName extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1135
1097
|
};
|
|
1136
|
-
__decorate([
|
|
1137
|
-
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
1138
|
-
(0, ts_serval_1.validate)(),
|
|
1139
|
-
__metadata("design:type", Array)
|
|
1140
|
-
], AttributesChangeRequest.prototype, "attributes", void 0);
|
|
1141
1098
|
__decorate([
|
|
1142
1099
|
(0, ts_serval_1.serialize)(),
|
|
1143
|
-
(0, ts_serval_1.validate)(
|
|
1144
|
-
__metadata("design:type",
|
|
1145
|
-
],
|
|
1146
|
-
|
|
1147
|
-
(0, ts_serval_1.type)("
|
|
1148
|
-
],
|
|
1149
|
-
exports.
|
|
1150
|
-
//# sourceMappingURL=
|
|
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
|
|
1151
1108
|
|
|
1152
1109
|
/***/ }),
|
|
1153
1110
|
|
|
1154
|
-
/***/ "./dist/
|
|
1155
|
-
|
|
1156
|
-
!*** ./dist/
|
|
1157
|
-
|
|
1111
|
+
/***/ "./dist/attributes/types/idcard/IDCardDE.js":
|
|
1112
|
+
/*!**************************************************!*\
|
|
1113
|
+
!*** ./dist/attributes/types/idcard/IDCardDE.js ***!
|
|
1114
|
+
\**************************************************/
|
|
1158
1115
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1159
1116
|
|
|
1160
1117
|
|
|
@@ -1167,49 +1124,48 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1167
1124
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1168
1125
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1169
1126
|
};
|
|
1170
|
-
var AttributesRequest_1;
|
|
1171
1127
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1172
|
-
exports.
|
|
1128
|
+
exports.IDCardDE = void 0;
|
|
1173
1129
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1174
|
-
const
|
|
1175
|
-
const
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
static async fromJSON(value) {
|
|
1181
|
-
return await this.from({
|
|
1182
|
-
id: value.id ? transport_1.CoreId.from(value.id) : undefined,
|
|
1183
|
-
expiresAt: value.expiresAt ? transport_1.CoreDate.from(value.expiresAt) : undefined,
|
|
1184
|
-
key: value.key,
|
|
1185
|
-
reason: value.reason,
|
|
1186
|
-
names: value.names,
|
|
1187
|
-
required: value.required
|
|
1188
|
-
});
|
|
1189
|
-
}
|
|
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 {
|
|
1190
1136
|
};
|
|
1191
1137
|
__decorate([
|
|
1192
|
-
(0, ts_serval_1.serialize)(
|
|
1138
|
+
(0, ts_serval_1.serialize)(),
|
|
1193
1139
|
(0, ts_serval_1.validate)(),
|
|
1194
|
-
__metadata("design:type",
|
|
1195
|
-
],
|
|
1140
|
+
__metadata("design:type", LegalNameDE_1.LegalNameDE)
|
|
1141
|
+
], IDCardDE.prototype, "legalName", void 0);
|
|
1196
1142
|
__decorate([
|
|
1197
1143
|
(0, ts_serval_1.serialize)(),
|
|
1198
|
-
(0, ts_serval_1.validate)(
|
|
1199
|
-
__metadata("design:type",
|
|
1200
|
-
],
|
|
1201
|
-
|
|
1202
|
-
(0, ts_serval_1.
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
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
|
|
1206
1162
|
|
|
1207
1163
|
/***/ }),
|
|
1208
1164
|
|
|
1209
|
-
/***/ "./dist/
|
|
1210
|
-
|
|
1211
|
-
!*** ./dist/
|
|
1212
|
-
|
|
1165
|
+
/***/ "./dist/attributes/types/idcard/IDCardIssuingDate.js":
|
|
1166
|
+
/*!***********************************************************!*\
|
|
1167
|
+
!*** ./dist/attributes/types/idcard/IDCardIssuingDate.js ***!
|
|
1168
|
+
\***********************************************************/
|
|
1213
1169
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1214
1170
|
|
|
1215
1171
|
|
|
@@ -1222,39 +1178,1183 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1222
1178
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1223
1179
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1224
1180
|
};
|
|
1225
|
-
var AttributesShareRequest_1;
|
|
1226
1181
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1227
|
-
exports.
|
|
1182
|
+
exports.IDCardIssuingDate = void 0;
|
|
1228
1183
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1229
|
-
const
|
|
1230
|
-
|
|
1231
|
-
let AttributesShareRequest = AttributesShareRequest_1 = class AttributesShareRequest extends Request_1.Request {
|
|
1232
|
-
static async from(value) {
|
|
1233
|
-
return await super.fromT(value, AttributesShareRequest_1);
|
|
1234
|
-
}
|
|
1184
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1185
|
+
let IDCardIssuingDate = class IDCardIssuingDate extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1235
1186
|
};
|
|
1236
1187
|
__decorate([
|
|
1237
|
-
(0, ts_serval_1.serialize)(
|
|
1238
|
-
(0, ts_serval_1.validate)(),
|
|
1239
|
-
__metadata("design:type", Array)
|
|
1240
|
-
], AttributesShareRequest.prototype, "attributes", void 0);
|
|
1241
|
-
__decorate([
|
|
1242
|
-
(0, ts_serval_1.serialize)({ type: transport_1.CoreAddress }),
|
|
1188
|
+
(0, ts_serval_1.serialize)(),
|
|
1243
1189
|
(0, ts_serval_1.validate)(),
|
|
1244
|
-
__metadata("design:type",
|
|
1245
|
-
],
|
|
1246
|
-
|
|
1247
|
-
(0, ts_serval_1.type)("
|
|
1248
|
-
],
|
|
1249
|
-
exports.
|
|
1250
|
-
//# sourceMappingURL=
|
|
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
|
+
\************************************************/
|
|
1790
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1794
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1795
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1796
|
+
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;
|
|
1797
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1798
|
+
};
|
|
1799
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1800
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1801
|
+
};
|
|
1802
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1803
|
+
exports.Gender = void 0;
|
|
1804
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1805
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1806
|
+
/**
|
|
1807
|
+
* Soziales Geschlecht
|
|
1808
|
+
*/
|
|
1809
|
+
let Gender = class Gender extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1810
|
+
};
|
|
1811
|
+
__decorate([
|
|
1812
|
+
(0, ts_serval_1.serialize)(),
|
|
1813
|
+
(0, ts_serval_1.validate)(),
|
|
1814
|
+
__metadata("design:type", String)
|
|
1815
|
+
], Gender.prototype, "value", void 0);
|
|
1816
|
+
Gender = __decorate([
|
|
1817
|
+
(0, ts_serval_1.type)("Gender")
|
|
1818
|
+
], Gender);
|
|
1819
|
+
exports.Gender = Gender;
|
|
1820
|
+
//# sourceMappingURL=Gender.js.map
|
|
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
|
+
};
|
|
1846
|
+
__decorate([
|
|
1847
|
+
(0, ts_serval_1.serialize)(),
|
|
1848
|
+
(0, ts_serval_1.validate)(),
|
|
1849
|
+
__metadata("design:type", String)
|
|
1850
|
+
], PersonEyeColor.prototype, "value", void 0);
|
|
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
|
+
};
|
|
1882
|
+
__decorate([
|
|
1883
|
+
(0, ts_serval_1.serialize)(),
|
|
1884
|
+
(0, ts_serval_1.validate)({
|
|
1885
|
+
customValidator: (v) => (!validUnits.includes(v) ? `must be one of: ${validUnits}` : undefined)
|
|
1886
|
+
}),
|
|
1887
|
+
__metadata("design:type", String)
|
|
1888
|
+
], PersonHeight.prototype, "unit", void 0);
|
|
1889
|
+
PersonHeight = __decorate([
|
|
1890
|
+
(0, ts_serval_1.type)("PersonHeight")
|
|
1891
|
+
], PersonHeight);
|
|
1892
|
+
exports.PersonHeight = PersonHeight;
|
|
1893
|
+
//# sourceMappingURL=PersonHeight.js.map
|
|
1894
|
+
|
|
1895
|
+
/***/ }),
|
|
1896
|
+
|
|
1897
|
+
/***/ "./dist/attributes/types/person/Sex.js":
|
|
1898
|
+
/*!*********************************************!*\
|
|
1899
|
+
!*** ./dist/attributes/types/person/Sex.js ***!
|
|
1900
|
+
\*********************************************/
|
|
1901
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1905
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1906
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1907
|
+
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;
|
|
1908
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1909
|
+
};
|
|
1910
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1911
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1912
|
+
};
|
|
1913
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1914
|
+
exports.Sex = void 0;
|
|
1915
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1916
|
+
const AbstractAttributeValue_1 = __webpack_require__(/*! ../../AbstractAttributeValue */ "./dist/attributes/AbstractAttributeValue.js");
|
|
1917
|
+
/**
|
|
1918
|
+
* Biologisches Geschlecht
|
|
1919
|
+
*/
|
|
1920
|
+
let Sex = class Sex extends AbstractAttributeValue_1.AbstractAttributeValue {
|
|
1921
|
+
};
|
|
1922
|
+
__decorate([
|
|
1923
|
+
(0, ts_serval_1.serialize)(),
|
|
1924
|
+
(0, ts_serval_1.validate)(),
|
|
1925
|
+
__metadata("design:type", String)
|
|
1926
|
+
], Sex.prototype, "value", void 0);
|
|
1927
|
+
Sex = __decorate([
|
|
1928
|
+
(0, ts_serval_1.type)("Sex")
|
|
1929
|
+
], Sex);
|
|
1930
|
+
exports.Sex = Sex;
|
|
1931
|
+
//# sourceMappingURL=Sex.js.map
|
|
1932
|
+
|
|
1933
|
+
/***/ }),
|
|
1934
|
+
|
|
1935
|
+
/***/ "./dist/attributes/types/person/index.js":
|
|
1936
|
+
/*!***********************************************!*\
|
|
1937
|
+
!*** ./dist/attributes/types/person/index.js ***!
|
|
1938
|
+
\***********************************************/
|
|
1939
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1940
|
+
|
|
1941
|
+
|
|
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
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1957
|
+
__exportStar(__webpack_require__(/*! ./Age */ "./dist/attributes/types/person/Age.js"), exports);
|
|
1958
|
+
__exportStar(__webpack_require__(/*! ./Gender */ "./dist/attributes/types/person/Gender.js"), exports);
|
|
1959
|
+
__exportStar(__webpack_require__(/*! ./PersonEyeColor */ "./dist/attributes/types/person/PersonEyeColor.js"), exports);
|
|
1960
|
+
__exportStar(__webpack_require__(/*! ./PersonHeight */ "./dist/attributes/types/person/PersonHeight.js"), exports);
|
|
1961
|
+
__exportStar(__webpack_require__(/*! ./Sex */ "./dist/attributes/types/person/Sex.js"), exports);
|
|
1962
|
+
//# sourceMappingURL=index.js.map
|
|
1963
|
+
|
|
1964
|
+
/***/ }),
|
|
1965
|
+
|
|
1966
|
+
/***/ "./dist/authorizations/Authorization.js":
|
|
1967
|
+
/*!**********************************************!*\
|
|
1968
|
+
!*** ./dist/authorizations/Authorization.js ***!
|
|
1969
|
+
\**********************************************/
|
|
1970
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1974
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1975
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1976
|
+
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;
|
|
1977
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1978
|
+
};
|
|
1979
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1980
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1981
|
+
};
|
|
1982
|
+
var Authorization_1;
|
|
1983
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1984
|
+
exports.Authorization = void 0;
|
|
1985
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1986
|
+
let Authorization = Authorization_1 = class Authorization extends ts_serval_1.Serializable {
|
|
1987
|
+
static from(value) {
|
|
1988
|
+
return super.from(value, Authorization_1);
|
|
1989
|
+
}
|
|
1990
|
+
};
|
|
1991
|
+
__decorate([
|
|
1992
|
+
(0, ts_serval_1.validate)(),
|
|
1993
|
+
(0, ts_serval_1.serialize)(),
|
|
1994
|
+
__metadata("design:type", String)
|
|
1995
|
+
], Authorization.prototype, "name", void 0);
|
|
1996
|
+
__decorate([
|
|
1997
|
+
(0, ts_serval_1.validate)(),
|
|
1998
|
+
(0, ts_serval_1.serialize)(),
|
|
1999
|
+
__metadata("design:type", String)
|
|
2000
|
+
], Authorization.prototype, "value", void 0);
|
|
2001
|
+
Authorization = Authorization_1 = __decorate([
|
|
2002
|
+
(0, ts_serval_1.type)("Authorization")
|
|
2003
|
+
], Authorization);
|
|
2004
|
+
exports.Authorization = Authorization;
|
|
2005
|
+
//# sourceMappingURL=Authorization.js.map
|
|
2006
|
+
|
|
2007
|
+
/***/ }),
|
|
2008
|
+
|
|
2009
|
+
/***/ "./dist/buildInformation.js":
|
|
2010
|
+
/*!**********************************!*\
|
|
2011
|
+
!*** ./dist/buildInformation.js ***!
|
|
2012
|
+
\**********************************/
|
|
2013
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2017
|
+
exports.buildInformation = void 0;
|
|
2018
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2019
|
+
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
2020
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
2021
|
+
exports.buildInformation = {
|
|
2022
|
+
version: "1.2.2",
|
|
2023
|
+
build: "15",
|
|
2024
|
+
date: "2022-03-17T16:26:13+00:00",
|
|
2025
|
+
commit: "be09286cf8b0d5c773d5df6305b9dffdf11b3b41",
|
|
2026
|
+
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
2027
|
+
libraries: {
|
|
2028
|
+
serval: ts_serval_1.buildInformation,
|
|
2029
|
+
crypto: crypto_1.buildInformation,
|
|
2030
|
+
transport: transport_1.buildInformation
|
|
2031
|
+
}
|
|
2032
|
+
};
|
|
2033
|
+
//# sourceMappingURL=buildInformation.js.map
|
|
2034
|
+
|
|
2035
|
+
/***/ }),
|
|
2036
|
+
|
|
2037
|
+
/***/ "./dist/forms/Form.js":
|
|
2038
|
+
/*!****************************!*\
|
|
2039
|
+
!*** ./dist/forms/Form.js ***!
|
|
2040
|
+
\****************************/
|
|
2041
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2045
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2046
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2047
|
+
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;
|
|
2048
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2049
|
+
};
|
|
2050
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2051
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2052
|
+
};
|
|
2053
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2054
|
+
exports.Form = void 0;
|
|
2055
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2056
|
+
const FormItem_1 = __webpack_require__(/*! ./FormItem */ "./dist/forms/FormItem.js");
|
|
2057
|
+
let Form = class Form extends ts_serval_1.Serializable {
|
|
2058
|
+
};
|
|
2059
|
+
__decorate([
|
|
2060
|
+
(0, ts_serval_1.serialize)(),
|
|
2061
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2062
|
+
__metadata("design:type", String)
|
|
2063
|
+
], Form.prototype, "title", void 0);
|
|
2064
|
+
__decorate([
|
|
2065
|
+
(0, ts_serval_1.serialize)(),
|
|
2066
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2067
|
+
__metadata("design:type", String)
|
|
2068
|
+
], Form.prototype, "description", void 0);
|
|
2069
|
+
__decorate([
|
|
2070
|
+
(0, ts_serval_1.serialize)({ type: FormItem_1.FormItem }),
|
|
2071
|
+
(0, ts_serval_1.validate)(),
|
|
2072
|
+
__metadata("design:type", Array)
|
|
2073
|
+
], Form.prototype, "items", void 0);
|
|
2074
|
+
Form = __decorate([
|
|
2075
|
+
(0, ts_serval_1.type)("Form")
|
|
2076
|
+
], Form);
|
|
2077
|
+
exports.Form = Form;
|
|
2078
|
+
//# sourceMappingURL=Form.js.map
|
|
2079
|
+
|
|
2080
|
+
/***/ }),
|
|
2081
|
+
|
|
2082
|
+
/***/ "./dist/forms/FormItem.js":
|
|
2083
|
+
/*!********************************!*\
|
|
2084
|
+
!*** ./dist/forms/FormItem.js ***!
|
|
2085
|
+
\********************************/
|
|
2086
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2090
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2091
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2092
|
+
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;
|
|
2093
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2094
|
+
};
|
|
2095
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2096
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2097
|
+
};
|
|
2098
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2099
|
+
exports.FormItemVisible = exports.FormItem = exports.FormType = void 0;
|
|
2100
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2101
|
+
var FormType;
|
|
2102
|
+
(function (FormType) {
|
|
2103
|
+
FormType["Invisible"] = "invisible";
|
|
2104
|
+
FormType["String"] = "string";
|
|
2105
|
+
FormType["Select"] = "select";
|
|
2106
|
+
FormType["Date"] = "date";
|
|
2107
|
+
FormType["Text"] = "text";
|
|
2108
|
+
})(FormType = exports.FormType || (exports.FormType = {}));
|
|
2109
|
+
let FormItem = class FormItem extends ts_serval_1.Serializable {
|
|
2110
|
+
};
|
|
2111
|
+
__decorate([
|
|
2112
|
+
(0, ts_serval_1.serialize)(),
|
|
2113
|
+
(0, ts_serval_1.validate)(),
|
|
2114
|
+
__metadata("design:type", String)
|
|
2115
|
+
], FormItem.prototype, "key", void 0);
|
|
2116
|
+
__decorate([
|
|
2117
|
+
(0, ts_serval_1.serialize)(),
|
|
2118
|
+
(0, ts_serval_1.validate)(),
|
|
2119
|
+
__metadata("design:type", String)
|
|
2120
|
+
], FormItem.prototype, "type", void 0);
|
|
2121
|
+
FormItem = __decorate([
|
|
2122
|
+
(0, ts_serval_1.type)("FormItem")
|
|
2123
|
+
], FormItem);
|
|
2124
|
+
exports.FormItem = FormItem;
|
|
2125
|
+
let FormItemVisible = class FormItemVisible extends FormItem {
|
|
2126
|
+
};
|
|
2127
|
+
__decorate([
|
|
2128
|
+
(0, ts_serval_1.serialize)(),
|
|
2129
|
+
(0, ts_serval_1.validate)(),
|
|
2130
|
+
__metadata("design:type", String)
|
|
2131
|
+
], FormItemVisible.prototype, "label", void 0);
|
|
2132
|
+
__decorate([
|
|
2133
|
+
(0, ts_serval_1.serialize)(),
|
|
2134
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2135
|
+
__metadata("design:type", Boolean)
|
|
2136
|
+
], FormItemVisible.prototype, "readonly", void 0);
|
|
2137
|
+
__decorate([
|
|
2138
|
+
(0, ts_serval_1.serialize)(),
|
|
2139
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2140
|
+
__metadata("design:type", String)
|
|
2141
|
+
], FormItemVisible.prototype, "help", void 0);
|
|
2142
|
+
FormItemVisible = __decorate([
|
|
2143
|
+
(0, ts_serval_1.type)("FormItemVisible")
|
|
2144
|
+
], FormItemVisible);
|
|
2145
|
+
exports.FormItemVisible = FormItemVisible;
|
|
2146
|
+
//# sourceMappingURL=FormItem.js.map
|
|
2147
|
+
|
|
2148
|
+
/***/ }),
|
|
2149
|
+
|
|
2150
|
+
/***/ "./dist/forms/index.js":
|
|
2151
|
+
/*!*****************************!*\
|
|
2152
|
+
!*** ./dist/forms/index.js ***!
|
|
2153
|
+
\*****************************/
|
|
2154
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
2158
|
+
if (k2 === undefined) k2 = k;
|
|
2159
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
2160
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
2161
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
2162
|
+
}
|
|
2163
|
+
Object.defineProperty(o, k2, desc);
|
|
2164
|
+
}) : (function(o, m, k, k2) {
|
|
2165
|
+
if (k2 === undefined) k2 = k;
|
|
2166
|
+
o[k2] = m[k];
|
|
2167
|
+
}));
|
|
2168
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
2169
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
2170
|
+
};
|
|
2171
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2172
|
+
__exportStar(__webpack_require__(/*! ./Form */ "./dist/forms/Form.js"), exports);
|
|
2173
|
+
__exportStar(__webpack_require__(/*! ./FormItem */ "./dist/forms/FormItem.js"), exports);
|
|
2174
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemDate */ "./dist/forms/items/FormItemDate.js"), exports);
|
|
2175
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemInvisible */ "./dist/forms/items/FormItemInvisible.js"), exports);
|
|
2176
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemSelect */ "./dist/forms/items/FormItemSelect.js"), exports);
|
|
2177
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemSelectItem */ "./dist/forms/items/FormItemSelectItem.js"), exports);
|
|
2178
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemString */ "./dist/forms/items/FormItemString.js"), exports);
|
|
2179
|
+
__exportStar(__webpack_require__(/*! ./items/FormItemText */ "./dist/forms/items/FormItemText.js"), exports);
|
|
2180
|
+
//# sourceMappingURL=index.js.map
|
|
2181
|
+
|
|
2182
|
+
/***/ }),
|
|
2183
|
+
|
|
2184
|
+
/***/ "./dist/forms/items/FormItemDate.js":
|
|
2185
|
+
/*!******************************************!*\
|
|
2186
|
+
!*** ./dist/forms/items/FormItemDate.js ***!
|
|
2187
|
+
\******************************************/
|
|
2188
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2192
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2193
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2194
|
+
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;
|
|
2195
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2196
|
+
};
|
|
2197
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2198
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2199
|
+
};
|
|
2200
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2201
|
+
exports.FormItemDate = void 0;
|
|
2202
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2203
|
+
const FormItem_1 = __webpack_require__(/*! ../FormItem */ "./dist/forms/FormItem.js");
|
|
2204
|
+
let FormItemDate = class FormItemDate extends FormItem_1.FormItemVisible {
|
|
2205
|
+
};
|
|
2206
|
+
__decorate([
|
|
2207
|
+
(0, ts_serval_1.serialize)(),
|
|
2208
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2209
|
+
__metadata("design:type", String)
|
|
2210
|
+
], FormItemDate.prototype, "placeholder", void 0);
|
|
2211
|
+
__decorate([
|
|
2212
|
+
(0, ts_serval_1.serialize)(),
|
|
2213
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2214
|
+
__metadata("design:type", String)
|
|
2215
|
+
], FormItemDate.prototype, "value", void 0);
|
|
2216
|
+
__decorate([
|
|
2217
|
+
(0, ts_serval_1.serialize)(),
|
|
2218
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2219
|
+
__metadata("design:type", String)
|
|
2220
|
+
], FormItemDate.prototype, "minDate", void 0);
|
|
2221
|
+
__decorate([
|
|
2222
|
+
(0, ts_serval_1.serialize)(),
|
|
2223
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2224
|
+
__metadata("design:type", String)
|
|
2225
|
+
], FormItemDate.prototype, "maxDate", void 0);
|
|
2226
|
+
__decorate([
|
|
2227
|
+
(0, ts_serval_1.serialize)(),
|
|
2228
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2229
|
+
__metadata("design:type", String)
|
|
2230
|
+
], FormItemDate.prototype, "duration", void 0);
|
|
2231
|
+
FormItemDate = __decorate([
|
|
2232
|
+
(0, ts_serval_1.type)("FormItemDate")
|
|
2233
|
+
], FormItemDate);
|
|
2234
|
+
exports.FormItemDate = FormItemDate;
|
|
2235
|
+
//# sourceMappingURL=FormItemDate.js.map
|
|
2236
|
+
|
|
2237
|
+
/***/ }),
|
|
2238
|
+
|
|
2239
|
+
/***/ "./dist/forms/items/FormItemInvisible.js":
|
|
2240
|
+
/*!***********************************************!*\
|
|
2241
|
+
!*** ./dist/forms/items/FormItemInvisible.js ***!
|
|
2242
|
+
\***********************************************/
|
|
2243
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2247
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2248
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2249
|
+
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;
|
|
2250
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2251
|
+
};
|
|
2252
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2253
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2254
|
+
};
|
|
2255
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2256
|
+
exports.FormItemInvisible = void 0;
|
|
2257
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2258
|
+
const FormItem_1 = __webpack_require__(/*! ../FormItem */ "./dist/forms/FormItem.js");
|
|
2259
|
+
let FormItemInvisible = class FormItemInvisible extends FormItem_1.FormItem {
|
|
2260
|
+
};
|
|
2261
|
+
__decorate([
|
|
2262
|
+
(0, ts_serval_1.serialize)(),
|
|
2263
|
+
(0, ts_serval_1.validate)(),
|
|
2264
|
+
__metadata("design:type", String)
|
|
2265
|
+
], FormItemInvisible.prototype, "value", void 0);
|
|
2266
|
+
FormItemInvisible = __decorate([
|
|
2267
|
+
(0, ts_serval_1.type)("FormItemInvisible")
|
|
2268
|
+
], FormItemInvisible);
|
|
2269
|
+
exports.FormItemInvisible = FormItemInvisible;
|
|
2270
|
+
//# sourceMappingURL=FormItemInvisible.js.map
|
|
2271
|
+
|
|
2272
|
+
/***/ }),
|
|
2273
|
+
|
|
2274
|
+
/***/ "./dist/forms/items/FormItemSelect.js":
|
|
2275
|
+
/*!********************************************!*\
|
|
2276
|
+
!*** ./dist/forms/items/FormItemSelect.js ***!
|
|
2277
|
+
\********************************************/
|
|
2278
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2282
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2283
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2284
|
+
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;
|
|
2285
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2286
|
+
};
|
|
2287
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2288
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2289
|
+
};
|
|
2290
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2291
|
+
exports.FormItemSelect = void 0;
|
|
2292
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2293
|
+
const FormItem_1 = __webpack_require__(/*! ../FormItem */ "./dist/forms/FormItem.js");
|
|
2294
|
+
const FormItemSelectItem_1 = __webpack_require__(/*! ./FormItemSelectItem */ "./dist/forms/items/FormItemSelectItem.js");
|
|
2295
|
+
let FormItemSelect = class FormItemSelect extends FormItem_1.FormItemVisible {
|
|
2296
|
+
};
|
|
2297
|
+
__decorate([
|
|
2298
|
+
(0, ts_serval_1.serialize)({ type: FormItemSelectItem_1.FormItemSelectItem }),
|
|
2299
|
+
(0, ts_serval_1.validate)(),
|
|
2300
|
+
__metadata("design:type", Array)
|
|
2301
|
+
], FormItemSelect.prototype, "items", void 0);
|
|
2302
|
+
__decorate([
|
|
2303
|
+
(0, ts_serval_1.serialize)(),
|
|
2304
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2305
|
+
__metadata("design:type", String)
|
|
2306
|
+
], FormItemSelect.prototype, "selectedKey", void 0);
|
|
2307
|
+
FormItemSelect = __decorate([
|
|
2308
|
+
(0, ts_serval_1.type)("FormItemSelect")
|
|
2309
|
+
], FormItemSelect);
|
|
2310
|
+
exports.FormItemSelect = FormItemSelect;
|
|
2311
|
+
//# sourceMappingURL=FormItemSelect.js.map
|
|
2312
|
+
|
|
2313
|
+
/***/ }),
|
|
2314
|
+
|
|
2315
|
+
/***/ "./dist/forms/items/FormItemSelectItem.js":
|
|
2316
|
+
/*!************************************************!*\
|
|
2317
|
+
!*** ./dist/forms/items/FormItemSelectItem.js ***!
|
|
2318
|
+
\************************************************/
|
|
2319
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2323
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2324
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2325
|
+
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;
|
|
2326
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2327
|
+
};
|
|
2328
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
2329
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2330
|
+
};
|
|
2331
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2332
|
+
exports.FormItemSelectItem = void 0;
|
|
2333
|
+
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
2334
|
+
let FormItemSelectItem = class FormItemSelectItem extends ts_serval_1.Serializable {
|
|
2335
|
+
};
|
|
2336
|
+
__decorate([
|
|
2337
|
+
(0, ts_serval_1.serialize)(),
|
|
2338
|
+
(0, ts_serval_1.validate)(),
|
|
2339
|
+
__metadata("design:type", String)
|
|
2340
|
+
], FormItemSelectItem.prototype, "key", void 0);
|
|
2341
|
+
__decorate([
|
|
2342
|
+
(0, ts_serval_1.serialize)(),
|
|
2343
|
+
(0, ts_serval_1.validate)(),
|
|
2344
|
+
__metadata("design:type", String)
|
|
2345
|
+
], FormItemSelectItem.prototype, "label", void 0);
|
|
2346
|
+
FormItemSelectItem = __decorate([
|
|
2347
|
+
(0, ts_serval_1.type)("FormItemSelectItem")
|
|
2348
|
+
], FormItemSelectItem);
|
|
2349
|
+
exports.FormItemSelectItem = FormItemSelectItem;
|
|
2350
|
+
//# sourceMappingURL=FormItemSelectItem.js.map
|
|
1251
2351
|
|
|
1252
2352
|
/***/ }),
|
|
1253
2353
|
|
|
1254
|
-
/***/ "./dist/
|
|
1255
|
-
|
|
1256
|
-
!*** ./dist/
|
|
1257
|
-
|
|
2354
|
+
/***/ "./dist/forms/items/FormItemString.js":
|
|
2355
|
+
/*!********************************************!*\
|
|
2356
|
+
!*** ./dist/forms/items/FormItemString.js ***!
|
|
2357
|
+
\********************************************/
|
|
1258
2358
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1259
2359
|
|
|
1260
2360
|
|
|
@@ -1268,44 +2368,48 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
1268
2368
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1269
2369
|
};
|
|
1270
2370
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1271
|
-
exports.
|
|
2371
|
+
exports.FormItemString = void 0;
|
|
1272
2372
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1273
|
-
const
|
|
1274
|
-
|
|
1275
|
-
let AuthorizationGrantRequest = class AuthorizationGrantRequest extends Request_1.Request {
|
|
2373
|
+
const FormItem_1 = __webpack_require__(/*! ../FormItem */ "./dist/forms/FormItem.js");
|
|
2374
|
+
let FormItemString = class FormItemString extends FormItem_1.FormItemVisible {
|
|
1276
2375
|
};
|
|
1277
2376
|
__decorate([
|
|
1278
2377
|
(0, ts_serval_1.serialize)(),
|
|
1279
|
-
(0, ts_serval_1.validate)(),
|
|
2378
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1280
2379
|
__metadata("design:type", String)
|
|
1281
|
-
],
|
|
2380
|
+
], FormItemString.prototype, "placeholder", void 0);
|
|
1282
2381
|
__decorate([
|
|
1283
2382
|
(0, ts_serval_1.serialize)(),
|
|
1284
2383
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1285
2384
|
__metadata("design:type", String)
|
|
1286
|
-
],
|
|
2385
|
+
], FormItemString.prototype, "value", void 0);
|
|
1287
2386
|
__decorate([
|
|
1288
2387
|
(0, ts_serval_1.serialize)(),
|
|
1289
|
-
(0, ts_serval_1.validate)(),
|
|
1290
|
-
__metadata("design:type",
|
|
1291
|
-
],
|
|
2388
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2389
|
+
__metadata("design:type", Number)
|
|
2390
|
+
], FormItemString.prototype, "minLength", void 0);
|
|
1292
2391
|
__decorate([
|
|
1293
2392
|
(0, ts_serval_1.serialize)(),
|
|
1294
2393
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1295
|
-
__metadata("design:type",
|
|
1296
|
-
],
|
|
1297
|
-
|
|
1298
|
-
(0, ts_serval_1.
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
2394
|
+
__metadata("design:type", Number)
|
|
2395
|
+
], FormItemString.prototype, "maxLength", void 0);
|
|
2396
|
+
__decorate([
|
|
2397
|
+
(0, ts_serval_1.serialize)(),
|
|
2398
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2399
|
+
__metadata("design:type", String)
|
|
2400
|
+
], FormItemString.prototype, "allowedRegex", void 0);
|
|
2401
|
+
FormItemString = __decorate([
|
|
2402
|
+
(0, ts_serval_1.type)("FormItemString")
|
|
2403
|
+
], FormItemString);
|
|
2404
|
+
exports.FormItemString = FormItemString;
|
|
2405
|
+
//# sourceMappingURL=FormItemString.js.map
|
|
1302
2406
|
|
|
1303
2407
|
/***/ }),
|
|
1304
2408
|
|
|
1305
|
-
/***/ "./dist/
|
|
1306
|
-
|
|
1307
|
-
!*** ./dist/
|
|
1308
|
-
|
|
2409
|
+
/***/ "./dist/forms/items/FormItemText.js":
|
|
2410
|
+
/*!******************************************!*\
|
|
2411
|
+
!*** ./dist/forms/items/FormItemText.js ***!
|
|
2412
|
+
\******************************************/
|
|
1309
2413
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1310
2414
|
|
|
1311
2415
|
|
|
@@ -1319,35 +2423,83 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
1319
2423
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1320
2424
|
};
|
|
1321
2425
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1322
|
-
exports.
|
|
2426
|
+
exports.FormItemText = void 0;
|
|
1323
2427
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1324
|
-
const
|
|
1325
|
-
|
|
1326
|
-
var ChallengeJSONType;
|
|
1327
|
-
(function (ChallengeJSONType) {
|
|
1328
|
-
ChallengeJSONType["Identity"] = "Identity";
|
|
1329
|
-
ChallengeJSONType["Device"] = "Device";
|
|
1330
|
-
ChallengeJSONType["Relationship"] = "Relationship";
|
|
1331
|
-
})(ChallengeJSONType = exports.ChallengeJSONType || (exports.ChallengeJSONType = {}));
|
|
1332
|
-
let ChallengeRequest = class ChallengeRequest extends Request_1.Request {
|
|
2428
|
+
const FormItem_1 = __webpack_require__(/*! ../FormItem */ "./dist/forms/FormItem.js");
|
|
2429
|
+
let FormItemText = class FormItemText extends FormItem_1.FormItemVisible {
|
|
1333
2430
|
};
|
|
1334
2431
|
__decorate([
|
|
1335
2432
|
(0, ts_serval_1.serialize)(),
|
|
1336
|
-
(0, ts_serval_1.validate)(),
|
|
1337
|
-
__metadata("design:type",
|
|
1338
|
-
],
|
|
1339
|
-
|
|
1340
|
-
(0, ts_serval_1.
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
2433
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2434
|
+
__metadata("design:type", String)
|
|
2435
|
+
], FormItemText.prototype, "placeholder", void 0);
|
|
2436
|
+
__decorate([
|
|
2437
|
+
(0, ts_serval_1.serialize)(),
|
|
2438
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2439
|
+
__metadata("design:type", String)
|
|
2440
|
+
], FormItemText.prototype, "value", void 0);
|
|
2441
|
+
__decorate([
|
|
2442
|
+
(0, ts_serval_1.serialize)(),
|
|
2443
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2444
|
+
__metadata("design:type", Number)
|
|
2445
|
+
], FormItemText.prototype, "minLength", void 0);
|
|
2446
|
+
__decorate([
|
|
2447
|
+
(0, ts_serval_1.serialize)(),
|
|
2448
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2449
|
+
__metadata("design:type", Number)
|
|
2450
|
+
], FormItemText.prototype, "maxLength", void 0);
|
|
2451
|
+
__decorate([
|
|
2452
|
+
(0, ts_serval_1.serialize)(),
|
|
2453
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2454
|
+
__metadata("design:type", String)
|
|
2455
|
+
], FormItemText.prototype, "allowedRegex", void 0);
|
|
2456
|
+
FormItemText = __decorate([
|
|
2457
|
+
(0, ts_serval_1.type)("FormItemText")
|
|
2458
|
+
], FormItemText);
|
|
2459
|
+
exports.FormItemText = FormItemText;
|
|
2460
|
+
//# sourceMappingURL=FormItemText.js.map
|
|
1344
2461
|
|
|
1345
2462
|
/***/ }),
|
|
1346
2463
|
|
|
1347
|
-
/***/ "./dist/
|
|
1348
|
-
|
|
1349
|
-
!*** ./dist/
|
|
1350
|
-
|
|
2464
|
+
/***/ "./dist/index.js":
|
|
2465
|
+
/*!***********************!*\
|
|
2466
|
+
!*** ./dist/index.js ***!
|
|
2467
|
+
\***********************/
|
|
2468
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
2469
|
+
|
|
2470
|
+
|
|
2471
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
2472
|
+
if (k2 === undefined) k2 = k;
|
|
2473
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
2474
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
2475
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
2476
|
+
}
|
|
2477
|
+
Object.defineProperty(o, k2, desc);
|
|
2478
|
+
}) : (function(o, m, k, k2) {
|
|
2479
|
+
if (k2 === undefined) k2 = k;
|
|
2480
|
+
o[k2] = m[k];
|
|
2481
|
+
}));
|
|
2482
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
2483
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
2484
|
+
};
|
|
2485
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
2486
|
+
__exportStar(__webpack_require__(/*! ./attributes */ "./dist/attributes/index.js"), exports);
|
|
2487
|
+
__exportStar(__webpack_require__(/*! ./authorizations/Authorization */ "./dist/authorizations/Authorization.js"), exports);
|
|
2488
|
+
__exportStar(__webpack_require__(/*! ./buildInformation */ "./dist/buildInformation.js"), exports);
|
|
2489
|
+
__exportStar(__webpack_require__(/*! ./ContentJSON */ "./dist/ContentJSON.js"), exports);
|
|
2490
|
+
__exportStar(__webpack_require__(/*! ./forms */ "./dist/forms/index.js"), exports);
|
|
2491
|
+
__exportStar(__webpack_require__(/*! ./messages/Mail */ "./dist/messages/Mail.js"), exports);
|
|
2492
|
+
__exportStar(__webpack_require__(/*! ./messages/RequestMail */ "./dist/messages/RequestMail.js"), exports);
|
|
2493
|
+
__exportStar(__webpack_require__(/*! ./requests/AttributesChangeRequest */ "./dist/requests/AttributesChangeRequest.js"), exports);
|
|
2494
|
+
__exportStar(__webpack_require__(/*! ./requests/AttributesShareRequest */ "./dist/requests/AttributesShareRequest.js"), exports);
|
|
2495
|
+
//# sourceMappingURL=index.js.map
|
|
2496
|
+
|
|
2497
|
+
/***/ }),
|
|
2498
|
+
|
|
2499
|
+
/***/ "./dist/messages/Mail.js":
|
|
2500
|
+
/*!*******************************!*\
|
|
2501
|
+
!*** ./dist/messages/Mail.js ***!
|
|
2502
|
+
\*******************************/
|
|
1351
2503
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1352
2504
|
|
|
1353
2505
|
|
|
@@ -1360,29 +2512,64 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1360
2512
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1361
2513
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1362
2514
|
};
|
|
2515
|
+
var Mail_1;
|
|
1363
2516
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1364
|
-
exports.
|
|
2517
|
+
exports.Mail = void 0;
|
|
1365
2518
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1366
2519
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
1367
|
-
|
|
1368
|
-
|
|
2520
|
+
let Mail = Mail_1 = class Mail extends ts_serval_1.SerializableAsync {
|
|
2521
|
+
static async from(value) {
|
|
2522
|
+
if (typeof value.cc === "undefined") {
|
|
2523
|
+
value.cc = [];
|
|
2524
|
+
}
|
|
2525
|
+
if (typeof value.body === "undefined" && value.content) {
|
|
2526
|
+
value.body = value.content;
|
|
2527
|
+
delete value.content;
|
|
2528
|
+
}
|
|
2529
|
+
return await super.fromT(value, Mail_1);
|
|
2530
|
+
}
|
|
2531
|
+
static async fromJSON(value) {
|
|
2532
|
+
var _a, _b;
|
|
2533
|
+
return await this.from({
|
|
2534
|
+
body: value.body,
|
|
2535
|
+
subject: value.subject,
|
|
2536
|
+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
2537
|
+
to: (_a = value.to) === null || _a === void 0 ? void 0 : _a.map((recipient) => transport_1.CoreAddress.from(recipient)),
|
|
2538
|
+
cc: (_b = value.cc) === null || _b === void 0 ? void 0 : _b.map((recipient) => transport_1.CoreAddress.from(recipient))
|
|
2539
|
+
});
|
|
2540
|
+
}
|
|
1369
2541
|
};
|
|
2542
|
+
__decorate([
|
|
2543
|
+
(0, ts_serval_1.serialize)({ type: transport_1.CoreAddress }),
|
|
2544
|
+
(0, ts_serval_1.validate)({ customValidator: (v) => (v.length < 1 ? "may not be empty" : undefined) }),
|
|
2545
|
+
__metadata("design:type", Array)
|
|
2546
|
+
], Mail.prototype, "to", void 0);
|
|
2547
|
+
__decorate([
|
|
2548
|
+
(0, ts_serval_1.serialize)({ type: transport_1.CoreAddress }),
|
|
2549
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2550
|
+
__metadata("design:type", Array)
|
|
2551
|
+
], Mail.prototype, "cc", void 0);
|
|
2552
|
+
__decorate([
|
|
2553
|
+
(0, ts_serval_1.serialize)(),
|
|
2554
|
+
(0, ts_serval_1.validate)(),
|
|
2555
|
+
__metadata("design:type", String)
|
|
2556
|
+
], Mail.prototype, "subject", void 0);
|
|
1370
2557
|
__decorate([
|
|
1371
2558
|
(0, ts_serval_1.serialize)(),
|
|
1372
2559
|
(0, ts_serval_1.validate)(),
|
|
1373
|
-
__metadata("design:type",
|
|
1374
|
-
],
|
|
1375
|
-
|
|
1376
|
-
(0, ts_serval_1.type)("
|
|
1377
|
-
],
|
|
1378
|
-
exports.
|
|
1379
|
-
//# sourceMappingURL=
|
|
2560
|
+
__metadata("design:type", String)
|
|
2561
|
+
], Mail.prototype, "body", void 0);
|
|
2562
|
+
Mail = Mail_1 = __decorate([
|
|
2563
|
+
(0, ts_serval_1.type)("Mail")
|
|
2564
|
+
], Mail);
|
|
2565
|
+
exports.Mail = Mail;
|
|
2566
|
+
//# sourceMappingURL=Mail.js.map
|
|
1380
2567
|
|
|
1381
2568
|
/***/ }),
|
|
1382
2569
|
|
|
1383
|
-
/***/ "./dist/
|
|
2570
|
+
/***/ "./dist/messages/RequestMail.js":
|
|
1384
2571
|
/*!**************************************!*\
|
|
1385
|
-
!*** ./dist/
|
|
2572
|
+
!*** ./dist/messages/RequestMail.js ***!
|
|
1386
2573
|
\**************************************/
|
|
1387
2574
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1388
2575
|
|
|
@@ -1396,30 +2583,55 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1396
2583
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1397
2584
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1398
2585
|
};
|
|
2586
|
+
var RequestMail_1;
|
|
1399
2587
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1400
|
-
exports.
|
|
2588
|
+
exports.RequestMail = void 0;
|
|
1401
2589
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1402
|
-
const
|
|
1403
|
-
const
|
|
1404
|
-
|
|
2590
|
+
const AttributesChangeRequest_1 = __webpack_require__(/*! ../requests/AttributesChangeRequest */ "./dist/requests/AttributesChangeRequest.js");
|
|
2591
|
+
const AttributesShareRequest_1 = __webpack_require__(/*! ../requests/AttributesShareRequest */ "./dist/requests/AttributesShareRequest.js");
|
|
2592
|
+
const Mail_1 = __webpack_require__(/*! ./Mail */ "./dist/messages/Mail.js");
|
|
2593
|
+
let RequestMail = RequestMail_1 = class RequestMail extends Mail_1.Mail {
|
|
2594
|
+
static async from(value) {
|
|
2595
|
+
return await super.fromT(value, RequestMail_1);
|
|
2596
|
+
}
|
|
2597
|
+
static async fromJSON(value) {
|
|
2598
|
+
const mail = await Mail_1.Mail.fromJSON(value);
|
|
2599
|
+
const requests = await Promise.all(value.requests.map((request) => {
|
|
2600
|
+
switch (request["@type"]) {
|
|
2601
|
+
case "AttributesChangeRequest":
|
|
2602
|
+
return ts_serval_1.SerializableAsync.fromT(request, AttributesChangeRequest_1.AttributesChangeRequest);
|
|
2603
|
+
case "AttributesShareRequest":
|
|
2604
|
+
return ts_serval_1.SerializableAsync.fromT(request, AttributesShareRequest_1.AttributesShareRequest);
|
|
2605
|
+
default:
|
|
2606
|
+
throw new Error(`Unknown request type: ${request["@type"]}`);
|
|
2607
|
+
}
|
|
2608
|
+
}));
|
|
2609
|
+
return await this.from({
|
|
2610
|
+
body: mail.body,
|
|
2611
|
+
subject: mail.subject,
|
|
2612
|
+
to: mail.to,
|
|
2613
|
+
cc: mail.cc,
|
|
2614
|
+
requests: requests
|
|
2615
|
+
});
|
|
2616
|
+
}
|
|
1405
2617
|
};
|
|
1406
2618
|
__decorate([
|
|
1407
2619
|
(0, ts_serval_1.serialize)(),
|
|
1408
2620
|
(0, ts_serval_1.validate)(),
|
|
1409
|
-
__metadata("design:type",
|
|
1410
|
-
],
|
|
1411
|
-
|
|
1412
|
-
(0, ts_serval_1.type)("
|
|
1413
|
-
],
|
|
1414
|
-
exports.
|
|
1415
|
-
//# sourceMappingURL=
|
|
2621
|
+
__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
|
|
1416
2628
|
|
|
1417
2629
|
/***/ }),
|
|
1418
2630
|
|
|
1419
|
-
/***/ "./dist/requests/
|
|
1420
|
-
|
|
1421
|
-
!*** ./dist/requests/
|
|
1422
|
-
|
|
2631
|
+
/***/ "./dist/requests/AttributesChangeRequest.js":
|
|
2632
|
+
/*!**************************************************!*\
|
|
2633
|
+
!*** ./dist/requests/AttributesChangeRequest.js ***!
|
|
2634
|
+
\**************************************************/
|
|
1423
2635
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1424
2636
|
|
|
1425
2637
|
|
|
@@ -1432,54 +2644,75 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1432
2644
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1433
2645
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1434
2646
|
};
|
|
2647
|
+
var AttributesChangeRequest_1;
|
|
1435
2648
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1436
|
-
exports.
|
|
2649
|
+
exports.AttributesChangeRequest = void 0;
|
|
1437
2650
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1438
|
-
const
|
|
1439
|
-
|
|
2651
|
+
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
2652
|
+
const Attribute_1 = __webpack_require__(/*! ../attributes/Attribute */ "./dist/attributes/Attribute.js");
|
|
2653
|
+
let AttributesChangeRequest = AttributesChangeRequest_1 = class AttributesChangeRequest extends ts_serval_1.SerializableAsync {
|
|
2654
|
+
static async from(value) {
|
|
2655
|
+
return (await super.from(value, AttributesChangeRequest_1));
|
|
2656
|
+
}
|
|
2657
|
+
static async fromJSON(value) {
|
|
2658
|
+
const parsedAttributes = await Promise.all(value.attributes.map((attribute) => Attribute_1.Attribute.fromJSON(attribute)));
|
|
2659
|
+
return await this.from({
|
|
2660
|
+
id: value.id ? transport_1.CoreId.from(value.id) : undefined,
|
|
2661
|
+
attributes: parsedAttributes,
|
|
2662
|
+
applyTo: value.applyTo ? transport_1.CoreAddress.from(value.applyTo) : undefined,
|
|
2663
|
+
expiresAt: value.expiresAt ? transport_1.CoreDate.from(value.expiresAt) : undefined,
|
|
2664
|
+
key: value.key,
|
|
2665
|
+
reason: value.reason
|
|
2666
|
+
});
|
|
2667
|
+
}
|
|
1440
2668
|
};
|
|
1441
2669
|
__decorate([
|
|
1442
2670
|
(0, ts_serval_1.serialize)(),
|
|
1443
2671
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1444
|
-
__metadata("design:type",
|
|
1445
|
-
],
|
|
2672
|
+
__metadata("design:type", transport_1.CoreId)
|
|
2673
|
+
], AttributesChangeRequest.prototype, "id", void 0);
|
|
1446
2674
|
__decorate([
|
|
1447
2675
|
(0, ts_serval_1.serialize)(),
|
|
1448
2676
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1449
2677
|
__metadata("design:type", String)
|
|
1450
|
-
],
|
|
2678
|
+
], AttributesChangeRequest.prototype, "key", void 0);
|
|
1451
2679
|
__decorate([
|
|
1452
2680
|
(0, ts_serval_1.serialize)(),
|
|
1453
2681
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1454
2682
|
__metadata("design:type", String)
|
|
1455
|
-
],
|
|
2683
|
+
], AttributesChangeRequest.prototype, "reason", void 0);
|
|
1456
2684
|
__decorate([
|
|
1457
2685
|
(0, ts_serval_1.serialize)(),
|
|
1458
2686
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1459
|
-
__metadata("design:type",
|
|
1460
|
-
],
|
|
2687
|
+
__metadata("design:type", transport_1.CoreDate)
|
|
2688
|
+
], AttributesChangeRequest.prototype, "expiresAt", void 0);
|
|
1461
2689
|
__decorate([
|
|
1462
2690
|
(0, ts_serval_1.serialize)(),
|
|
1463
2691
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1464
|
-
__metadata("design:type",
|
|
1465
|
-
],
|
|
2692
|
+
__metadata("design:type", String)
|
|
2693
|
+
], AttributesChangeRequest.prototype, "impact", void 0);
|
|
2694
|
+
__decorate([
|
|
2695
|
+
(0, ts_serval_1.serialize)({ type: Attribute_1.Attribute }),
|
|
2696
|
+
(0, ts_serval_1.validate)(),
|
|
2697
|
+
__metadata("design:type", Array)
|
|
2698
|
+
], AttributesChangeRequest.prototype, "attributes", void 0);
|
|
1466
2699
|
__decorate([
|
|
1467
2700
|
(0, ts_serval_1.serialize)(),
|
|
1468
2701
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1469
|
-
__metadata("design:type",
|
|
1470
|
-
],
|
|
1471
|
-
|
|
1472
|
-
(0, ts_serval_1.type)("
|
|
1473
|
-
],
|
|
1474
|
-
exports.
|
|
1475
|
-
//# sourceMappingURL=
|
|
2702
|
+
__metadata("design:type", transport_1.CoreAddress)
|
|
2703
|
+
], AttributesChangeRequest.prototype, "applyTo", void 0);
|
|
2704
|
+
AttributesChangeRequest = AttributesChangeRequest_1 = __decorate([
|
|
2705
|
+
(0, ts_serval_1.type)("AttributesChangeRequest")
|
|
2706
|
+
], AttributesChangeRequest);
|
|
2707
|
+
exports.AttributesChangeRequest = AttributesChangeRequest;
|
|
2708
|
+
//# sourceMappingURL=AttributesChangeRequest.js.map
|
|
1476
2709
|
|
|
1477
2710
|
/***/ }),
|
|
1478
2711
|
|
|
1479
|
-
/***/ "./dist/requests/
|
|
1480
|
-
|
|
1481
|
-
!*** ./dist/requests/
|
|
1482
|
-
|
|
2712
|
+
/***/ "./dist/requests/AttributesShareRequest.js":
|
|
2713
|
+
/*!*************************************************!*\
|
|
2714
|
+
!*** ./dist/requests/AttributesShareRequest.js ***!
|
|
2715
|
+
\*************************************************/
|
|
1483
2716
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1484
2717
|
|
|
1485
2718
|
|
|
@@ -1492,42 +2725,56 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
1492
2725
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
1493
2726
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1494
2727
|
};
|
|
2728
|
+
var AttributesShareRequest_1;
|
|
1495
2729
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1496
|
-
exports.
|
|
2730
|
+
exports.AttributesShareRequest = void 0;
|
|
1497
2731
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
1498
2732
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
1499
|
-
let
|
|
2733
|
+
let AttributesShareRequest = AttributesShareRequest_1 = class AttributesShareRequest extends ts_serval_1.SerializableAsync {
|
|
2734
|
+
static async from(value) {
|
|
2735
|
+
return await super.fromT(value, AttributesShareRequest_1);
|
|
2736
|
+
}
|
|
1500
2737
|
};
|
|
1501
2738
|
__decorate([
|
|
1502
2739
|
(0, ts_serval_1.serialize)(),
|
|
1503
2740
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1504
2741
|
__metadata("design:type", transport_1.CoreId)
|
|
1505
|
-
],
|
|
2742
|
+
], AttributesShareRequest.prototype, "id", void 0);
|
|
1506
2743
|
__decorate([
|
|
1507
2744
|
(0, ts_serval_1.serialize)(),
|
|
1508
2745
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1509
2746
|
__metadata("design:type", String)
|
|
1510
|
-
],
|
|
2747
|
+
], AttributesShareRequest.prototype, "key", void 0);
|
|
1511
2748
|
__decorate([
|
|
1512
2749
|
(0, ts_serval_1.serialize)(),
|
|
1513
2750
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1514
2751
|
__metadata("design:type", String)
|
|
1515
|
-
],
|
|
2752
|
+
], AttributesShareRequest.prototype, "reason", void 0);
|
|
1516
2753
|
__decorate([
|
|
1517
2754
|
(0, ts_serval_1.serialize)(),
|
|
1518
2755
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1519
2756
|
__metadata("design:type", transport_1.CoreDate)
|
|
1520
|
-
],
|
|
2757
|
+
], AttributesShareRequest.prototype, "expiresAt", void 0);
|
|
1521
2758
|
__decorate([
|
|
1522
2759
|
(0, ts_serval_1.serialize)(),
|
|
1523
2760
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
1524
2761
|
__metadata("design:type", String)
|
|
1525
|
-
],
|
|
1526
|
-
|
|
1527
|
-
(0, ts_serval_1.
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
2762
|
+
], AttributesShareRequest.prototype, "impact", void 0);
|
|
2763
|
+
__decorate([
|
|
2764
|
+
(0, ts_serval_1.serialize)({ type: String }),
|
|
2765
|
+
(0, ts_serval_1.validate)(),
|
|
2766
|
+
__metadata("design:type", Array)
|
|
2767
|
+
], AttributesShareRequest.prototype, "attributes", void 0);
|
|
2768
|
+
__decorate([
|
|
2769
|
+
(0, ts_serval_1.serialize)({ type: transport_1.CoreAddress }),
|
|
2770
|
+
(0, ts_serval_1.validate)(),
|
|
2771
|
+
__metadata("design:type", Array)
|
|
2772
|
+
], AttributesShareRequest.prototype, "recipients", void 0);
|
|
2773
|
+
AttributesShareRequest = AttributesShareRequest_1 = __decorate([
|
|
2774
|
+
(0, ts_serval_1.type)("AttributesShareRequest")
|
|
2775
|
+
], AttributesShareRequest);
|
|
2776
|
+
exports.AttributesShareRequest = AttributesShareRequest;
|
|
2777
|
+
//# sourceMappingURL=AttributesShareRequest.js.map
|
|
1531
2778
|
|
|
1532
2779
|
/***/ }),
|
|
1533
2780
|
|