@nmshd/content 2.0.0-beta.26 → 2.0.0-beta.28
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/constants/AttributeValueTypeQueryMapping.d.ts +1 -0
- package/dist/attributes/constants/AttributeValueTypeQueryMapping.js +7 -0
- package/dist/attributes/constants/AttributeValueTypeQueryMapping.js.map +1 -0
- package/dist/attributes/constants/AttributeValueTypes.d.ts +4 -0
- package/dist/attributes/constants/AttributeValueTypes.js +58 -0
- package/dist/attributes/constants/AttributeValueTypes.js.map +1 -0
- package/dist/attributes/constants/index.d.ts +2 -0
- package/dist/attributes/constants/index.js +2 -0
- package/dist/attributes/constants/index.js.map +1 -1
- package/dist/attributes/types/AbstractString.js +2 -2
- package/dist/attributes/types/{name/LegalNameDE.d.ts → affiliation/Affiliation.d.ts} +21 -591
- package/dist/attributes/types/affiliation/Affiliation.js +77 -0
- package/dist/attributes/types/affiliation/Affiliation.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.d.ts +3 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.js +18 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationRole.d.ts +3 -0
- package/dist/attributes/types/affiliation/AffiliationRole.js +18 -0
- package/dist/attributes/types/affiliation/AffiliationRole.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.d.ts +3 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.js +18 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.js.map +1 -0
- package/dist/attributes/types/affiliation/index.d.ts +4 -0
- package/dist/attributes/types/affiliation/index.js +21 -0
- package/dist/attributes/types/affiliation/index.js.map +1 -0
- package/dist/attributes/types/{name → identity}/DisplayName.d.ts +0 -0
- package/dist/attributes/types/{name → identity}/DisplayName.js +0 -0
- package/dist/attributes/types/identity/DisplayName.js.map +1 -0
- package/dist/attributes/types/{files → identity}/FileReference.d.ts +0 -0
- package/dist/attributes/types/{files → identity}/FileReference.js +0 -0
- package/dist/attributes/types/identity/FileReference.js.map +1 -0
- package/dist/attributes/types/{files → identity}/index.d.ts +1 -0
- package/dist/attributes/types/{files → identity}/index.js +1 -0
- package/dist/attributes/types/identity/index.js.map +1 -0
- package/dist/attributes/types/index.d.ts +2 -3
- package/dist/attributes/types/index.js +2 -3
- package/dist/attributes/types/index.js.map +1 -1
- package/dist/attributes/types/name/MiddleName.d.ts +3 -0
- package/dist/attributes/types/name/MiddleName.js +18 -0
- package/dist/attributes/types/name/MiddleName.js.map +1 -0
- package/dist/attributes/types/name/{Salutation.d.ts → PersonName.d.ts} +17 -23
- package/dist/attributes/types/name/{Salutation.js → PersonName.js} +32 -23
- package/dist/attributes/types/name/PersonName.js.map +1 -0
- package/dist/attributes/types/name/index.d.ts +2 -4
- package/dist/attributes/types/name/index.js +2 -4
- package/dist/attributes/types/name/index.js.map +1 -1
- package/dist/attributes/types/person/JobTitle.d.ts +3 -0
- package/dist/attributes/types/person/{Picture.js → JobTitle.js} +8 -8
- package/dist/attributes/types/person/JobTitle.js.map +1 -0
- package/dist/attributes/types/person/Sex.d.ts +2 -2
- package/dist/attributes/types/person/Sex.js +2 -2
- package/dist/attributes/types/person/Sex.js.map +1 -1
- package/dist/attributes/types/person/index.d.ts +1 -2
- package/dist/attributes/types/person/index.js +1 -2
- package/dist/attributes/types/person/index.js.map +1 -1
- package/dist/attributes/types/proprietary/index.d.ts +0 -1
- package/dist/attributes/types/proprietary/index.js +0 -1
- package/dist/attributes/types/proprietary/index.js.map +1 -1
- package/dist/attributes/types/strings/AbstractEMailAddress.js +2 -2
- package/dist/attributes/types/strings/index.d.ts +0 -1
- package/dist/attributes/types/strings/index.js +0 -1
- package/dist/attributes/types/strings/index.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +4 -4
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js +1 -1
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -1
- package/lib-web/nmshd.content.js +436 -437
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +10 -10
- package/dist/attributes/types/AttributeList.d.ts +0 -1
- package/dist/attributes/types/AttributeList.js +0 -37
- package/dist/attributes/types/AttributeList.js.map +0 -1
- package/dist/attributes/types/AttributeTypeMapping.d.ts +0 -1
- package/dist/attributes/types/AttributeTypeMapping.js +0 -9
- package/dist/attributes/types/AttributeTypeMapping.js.map +0 -1
- package/dist/attributes/types/files/FileReference.js.map +0 -1
- package/dist/attributes/types/files/index.js.map +0 -1
- package/dist/attributes/types/name/AbstractLegalName.d.ts +0 -3
- package/dist/attributes/types/name/AbstractLegalName.js +0 -8
- package/dist/attributes/types/name/AbstractLegalName.js.map +0 -1
- package/dist/attributes/types/name/DisplayName.js.map +0 -1
- package/dist/attributes/types/name/LegalNameDE.js +0 -92
- package/dist/attributes/types/name/LegalNameDE.js.map +0 -1
- package/dist/attributes/types/name/Salutation.js.map +0 -1
- package/dist/attributes/types/person/Age.d.ts +0 -6
- package/dist/attributes/types/person/Age.js +0 -34
- package/dist/attributes/types/person/Age.js.map +0 -1
- package/dist/attributes/types/person/Picture.d.ts +0 -3
- package/dist/attributes/types/person/Picture.js.map +0 -1
- package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +0 -15
- package/dist/attributes/types/proprietary/ProprietaryDataURL.js +0 -31
- package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +0 -1
- package/dist/attributes/types/strings/AbstractDataURL.d.ts +0 -7
- package/dist/attributes/types/strings/AbstractDataURL.js +0 -40
- package/dist/attributes/types/strings/AbstractDataURL.js.map +0 -1
|
@@ -1,30 +1,23 @@
|
|
|
1
|
-
import { AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
1
|
+
import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../../hints";
|
|
3
3
|
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
surname: AbstractStringJSON;
|
|
13
|
-
givenNames: AbstractStringJSON[];
|
|
14
|
-
birthName?: AbstractStringJSON;
|
|
15
|
-
pseudonym?: AbstractStringJSON;
|
|
16
|
-
honorificPrefix?: AbstractStringJSON;
|
|
4
|
+
import { AffiliationOrganization } from "./AffiliationOrganization";
|
|
5
|
+
import { AffiliationRole } from "./AffiliationRole";
|
|
6
|
+
import { AffiliationUnit } from "./AffiliationUnit";
|
|
7
|
+
export interface AffiliationJSON extends AbstractComplexValueJSON {
|
|
8
|
+
"@type": "Affiliation";
|
|
9
|
+
organization: AbstractStringJSON;
|
|
10
|
+
role?: AbstractStringJSON;
|
|
11
|
+
unit?: AbstractStringJSON;
|
|
17
12
|
}
|
|
18
|
-
export interface
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
pseudonym?: Pseudonym | IAbstractString | string;
|
|
23
|
-
honorificPrefix?: HonorificPrefix | IAbstractString | string;
|
|
13
|
+
export interface IAffiliation extends IAbstractComplexValue {
|
|
14
|
+
organization: AffiliationOrganization | IAbstractString | number;
|
|
15
|
+
role?: AffiliationRole | IAbstractString | number;
|
|
16
|
+
unit?: AffiliationUnit | IAbstractString | number;
|
|
24
17
|
}
|
|
25
|
-
export declare class
|
|
18
|
+
export declare class Affiliation extends AbstractComplexValue implements IAffiliation {
|
|
26
19
|
static readonly propertyNames: {
|
|
27
|
-
|
|
20
|
+
role: {
|
|
28
21
|
value: import("easy-tsnameof").PathHandlers<{
|
|
29
22
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
30
23
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -302,569 +295,7 @@ export declare class LegalNameDE extends LegalName {
|
|
|
302
295
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
303
296
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
304
297
|
}>;
|
|
305
|
-
|
|
306
|
-
value: import("easy-tsnameof").PathHandlers<{
|
|
307
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
308
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
309
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
310
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
311
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
312
|
-
}>;
|
|
313
|
-
toString: import("easy-tsnameof").PathHandlers<{
|
|
314
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
315
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
316
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
317
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
318
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
319
|
-
}>;
|
|
320
|
-
readonly valueHints: {
|
|
321
|
-
editHelp: import("easy-tsnameof").PathHandlers<{
|
|
322
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
323
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
324
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
325
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
326
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
327
|
-
}>;
|
|
328
|
-
min: import("easy-tsnameof").PathHandlers<{
|
|
329
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
330
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
331
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
332
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
333
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
334
|
-
}>;
|
|
335
|
-
max: import("easy-tsnameof").PathHandlers<{
|
|
336
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
337
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
338
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
339
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
340
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
341
|
-
}>;
|
|
342
|
-
pattern: import("easy-tsnameof").PathHandlers<{
|
|
343
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
344
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
345
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
346
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
347
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
348
|
-
}>;
|
|
349
|
-
values: ({
|
|
350
|
-
displayName: import("easy-tsnameof").PathHandlers<{
|
|
351
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
352
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
353
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
354
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
355
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
356
|
-
}>;
|
|
357
|
-
key: import("easy-tsnameof").PathHandlers<{
|
|
358
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
359
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
360
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
361
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
362
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
363
|
-
}>;
|
|
364
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
365
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
366
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
367
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
368
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
369
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
370
|
-
}>;
|
|
371
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
372
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
373
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
374
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
375
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
376
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
377
|
-
}>;
|
|
378
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
379
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
380
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
381
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
382
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
383
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
384
|
-
}>;
|
|
385
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
386
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
387
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
388
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
389
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
390
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
391
|
-
}>;
|
|
392
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
393
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
394
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
395
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
396
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
397
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
398
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
399
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
400
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
401
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
402
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
403
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
404
|
-
}>;
|
|
405
|
-
defaultValue: import("easy-tsnameof").PathHandlers<{
|
|
406
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
407
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
408
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
409
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
410
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
411
|
-
}>;
|
|
412
|
-
propertyHints: {
|
|
413
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
414
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
415
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
416
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
417
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
418
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
419
|
-
}>;
|
|
420
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
421
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
422
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
423
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
424
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
425
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
426
|
-
}>;
|
|
427
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
428
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
429
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
430
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
431
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
432
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
433
|
-
}>;
|
|
434
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
435
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
436
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
437
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
438
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
439
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
440
|
-
}>;
|
|
441
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
442
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
443
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
444
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
445
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
446
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
447
|
-
}>;
|
|
448
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
449
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
450
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
451
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
452
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
453
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
454
|
-
}>;
|
|
455
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
456
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
457
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
458
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
459
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
460
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
461
|
-
}>;
|
|
462
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
463
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
464
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
465
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
466
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
467
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
468
|
-
}>;
|
|
469
|
-
readonly renderHints: {
|
|
470
|
-
technicalType: import("easy-tsnameof").PathHandlers<{
|
|
471
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
472
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
473
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
474
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
475
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
476
|
-
}>;
|
|
477
|
-
editType: import("easy-tsnameof").PathHandlers<{
|
|
478
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
479
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
480
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
481
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
482
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
483
|
-
}>;
|
|
484
|
-
dataType: import("easy-tsnameof").PathHandlers<{
|
|
485
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
486
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
487
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
488
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
489
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
490
|
-
}>;
|
|
491
|
-
propertyHints: {
|
|
492
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
493
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
494
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
495
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
496
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
497
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
498
|
-
}>;
|
|
499
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
500
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
501
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
502
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
503
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
504
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
505
|
-
}>;
|
|
506
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
507
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
508
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
509
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
510
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
511
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
512
|
-
}>;
|
|
513
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
514
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
515
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
516
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
517
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
518
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
519
|
-
}>;
|
|
520
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
521
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
522
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
523
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
524
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
525
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
526
|
-
}>;
|
|
527
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
528
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
529
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
530
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
531
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
532
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
533
|
-
}>;
|
|
534
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
535
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
536
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
537
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
538
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
539
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
540
|
-
}>;
|
|
541
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
542
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
543
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
544
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
545
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
546
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
547
|
-
}>;
|
|
548
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
549
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
550
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
551
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
552
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
553
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
554
|
-
}>;
|
|
555
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
556
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
557
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
558
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
559
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
560
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
561
|
-
}>;
|
|
562
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
563
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
564
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
565
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
566
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
567
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
568
|
-
}>;
|
|
569
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
570
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
571
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
572
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
573
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
574
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
575
|
-
}>;
|
|
576
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
577
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
578
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
579
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
580
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
581
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
582
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
583
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
584
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
585
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
586
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
587
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
588
|
-
}>;
|
|
589
|
-
birthName: {
|
|
590
|
-
value: import("easy-tsnameof").PathHandlers<{
|
|
591
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
592
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
593
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
594
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
595
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
596
|
-
}>;
|
|
597
|
-
toString: import("easy-tsnameof").PathHandlers<{
|
|
598
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
599
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
600
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
601
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
602
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
603
|
-
}>;
|
|
604
|
-
readonly valueHints: {
|
|
605
|
-
editHelp: import("easy-tsnameof").PathHandlers<{
|
|
606
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
607
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
608
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
609
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
610
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
611
|
-
}>;
|
|
612
|
-
min: import("easy-tsnameof").PathHandlers<{
|
|
613
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
614
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
615
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
616
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
617
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
618
|
-
}>;
|
|
619
|
-
max: import("easy-tsnameof").PathHandlers<{
|
|
620
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
621
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
622
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
623
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
624
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
625
|
-
}>;
|
|
626
|
-
pattern: import("easy-tsnameof").PathHandlers<{
|
|
627
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
628
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
629
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
630
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
631
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
632
|
-
}>;
|
|
633
|
-
values: ({
|
|
634
|
-
displayName: import("easy-tsnameof").PathHandlers<{
|
|
635
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
636
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
637
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
638
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
639
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
640
|
-
}>;
|
|
641
|
-
key: import("easy-tsnameof").PathHandlers<{
|
|
642
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
643
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
644
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
645
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
646
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
647
|
-
}>;
|
|
648
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
649
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
650
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
651
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
652
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
653
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
654
|
-
}>;
|
|
655
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
656
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
657
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
658
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
659
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
660
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
661
|
-
}>;
|
|
662
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
663
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
664
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
665
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
666
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
667
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
668
|
-
}>;
|
|
669
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
670
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
671
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
672
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
673
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
674
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
675
|
-
}>;
|
|
676
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
677
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
678
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
679
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
680
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
681
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
682
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
683
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
684
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
685
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
686
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
687
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
688
|
-
}>;
|
|
689
|
-
defaultValue: import("easy-tsnameof").PathHandlers<{
|
|
690
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
691
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
692
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
693
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
694
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
695
|
-
}>;
|
|
696
|
-
propertyHints: {
|
|
697
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
698
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
699
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
700
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
701
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
702
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
703
|
-
}>;
|
|
704
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
705
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
706
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
707
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
708
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
709
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
710
|
-
}>;
|
|
711
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
712
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
713
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
714
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
715
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
716
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
717
|
-
}>;
|
|
718
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
719
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
720
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
721
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
722
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
723
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
724
|
-
}>;
|
|
725
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
726
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
727
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
728
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
729
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
730
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
731
|
-
}>;
|
|
732
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
733
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
734
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
735
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
736
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
737
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
738
|
-
}>;
|
|
739
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
740
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
741
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
742
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
743
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
744
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
745
|
-
}>;
|
|
746
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
747
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
748
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
749
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
750
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
751
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
752
|
-
}>;
|
|
753
|
-
readonly renderHints: {
|
|
754
|
-
technicalType: import("easy-tsnameof").PathHandlers<{
|
|
755
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
756
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
757
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
758
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
759
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
760
|
-
}>;
|
|
761
|
-
editType: import("easy-tsnameof").PathHandlers<{
|
|
762
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
763
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
764
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
765
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
766
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
767
|
-
}>;
|
|
768
|
-
dataType: import("easy-tsnameof").PathHandlers<{
|
|
769
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
770
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
771
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
772
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
773
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
774
|
-
}>;
|
|
775
|
-
propertyHints: {
|
|
776
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
777
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
778
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
779
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
780
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
781
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
782
|
-
}>;
|
|
783
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
784
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
785
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
786
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
787
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
788
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
789
|
-
}>;
|
|
790
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
791
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
792
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
793
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
794
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
795
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
796
|
-
}>;
|
|
797
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
798
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
799
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
800
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
801
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
802
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
803
|
-
}>;
|
|
804
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
805
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
806
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
807
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
808
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
809
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
810
|
-
}>;
|
|
811
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
812
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
813
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
814
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
815
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
816
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
817
|
-
}>;
|
|
818
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
819
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
820
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
821
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
822
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
823
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
824
|
-
}>;
|
|
825
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
826
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
827
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
828
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
829
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
830
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
831
|
-
}>;
|
|
832
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
833
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
834
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
835
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
836
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
837
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
838
|
-
}>;
|
|
839
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
840
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
841
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
842
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
843
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
844
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
845
|
-
}>;
|
|
846
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
847
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
848
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
849
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
850
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
851
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
852
|
-
}>;
|
|
853
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
854
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
855
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
856
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
857
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
858
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
859
|
-
}>;
|
|
860
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
861
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
862
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
863
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
864
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
865
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
866
|
-
}>;
|
|
867
|
-
pseudonym: {
|
|
298
|
+
organization: {
|
|
868
299
|
value: import("easy-tsnameof").PathHandlers<{
|
|
869
300
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
870
301
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1142,7 +573,7 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1142
573
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1143
574
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1144
575
|
}>;
|
|
1145
|
-
|
|
576
|
+
unit: {
|
|
1146
577
|
value: import("easy-tsnameof").PathHandlers<{
|
|
1147
578
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1148
579
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1690,12 +1121,11 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1690
1121
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1691
1122
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1692
1123
|
}>;
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
pseudonym?: Pseudonym;
|
|
1697
|
-
honorificPrefix?: HonorificPrefix;
|
|
1124
|
+
role?: AffiliationRole;
|
|
1125
|
+
organization: AffiliationOrganization;
|
|
1126
|
+
unit?: AffiliationUnit;
|
|
1698
1127
|
static get valueHints(): ValueHints;
|
|
1699
1128
|
static get renderHints(): RenderHints;
|
|
1129
|
+
static from(value: IAffiliation | AffiliationJSON): Affiliation;
|
|
1700
1130
|
toString(): string;
|
|
1701
1131
|
}
|