@luomus/laji-schema 2.0.88 → 2.0.90
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.
|
@@ -59,6 +59,14 @@ export class Organization {
|
|
|
59
59
|
* Fax number, with country code
|
|
60
60
|
*/
|
|
61
61
|
fax?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Combined name from oganization abbreviation and the organization levels
|
|
64
|
+
*/
|
|
65
|
+
fullName?: {
|
|
66
|
+
en?: string;
|
|
67
|
+
fi?: string;
|
|
68
|
+
sv?: string;
|
|
69
|
+
};
|
|
62
70
|
/**
|
|
63
71
|
* Used for organisations that are not to be used (duplicates etc.)
|
|
64
72
|
*/
|
|
@@ -52,6 +52,14 @@ export declare class Organization {
|
|
|
52
52
|
* Fax number, with country code
|
|
53
53
|
*/
|
|
54
54
|
fax?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Combined name from oganization abbreviation and the organization levels
|
|
57
|
+
*/
|
|
58
|
+
fullName?: {
|
|
59
|
+
en?: string;
|
|
60
|
+
fi?: string;
|
|
61
|
+
sv?: string;
|
|
62
|
+
};
|
|
55
63
|
/**
|
|
56
64
|
* Used for organisations that are not to be used (duplicates etc.)
|
|
57
65
|
*/
|
|
@@ -52,6 +52,14 @@ export interface Organization {
|
|
|
52
52
|
* Fax number, with country code
|
|
53
53
|
*/
|
|
54
54
|
fax?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Combined name from oganization abbreviation and the organization levels
|
|
57
|
+
*/
|
|
58
|
+
fullName?: {
|
|
59
|
+
en?: string;
|
|
60
|
+
fi?: string;
|
|
61
|
+
sv?: string;
|
|
62
|
+
};
|
|
55
63
|
/**
|
|
56
64
|
* Used for organisations that are not to be used (duplicates etc.)
|
|
57
65
|
*/
|