@luomus/laji-schema 2.0.24 → 2.0.25
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.
|
@@ -31,6 +31,10 @@ export class InformationSystem {
|
|
|
31
31
|
"@type"?: string;
|
|
32
32
|
URI: string;
|
|
33
33
|
allowedDatawarehouseOverridingSourceId?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* System is allowed to use data warehouse 'useEditorOrObserverIdIsNot' query param
|
|
36
|
+
*/
|
|
37
|
+
allowedToUseDatawarehouseEditorOrObserverIdIsNot?: boolean;
|
|
34
38
|
description: {
|
|
35
39
|
en?: string;
|
|
36
40
|
fi?: string;
|
|
@@ -25,6 +25,10 @@ export declare class InformationSystem {
|
|
|
25
25
|
"@type"?: string;
|
|
26
26
|
URI: string;
|
|
27
27
|
allowedDatawarehouseOverridingSourceId?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* System is allowed to use data warehouse 'useEditorOrObserverIdIsNot' query param
|
|
30
|
+
*/
|
|
31
|
+
allowedToUseDatawarehouseEditorOrObserverIdIsNot?: boolean;
|
|
28
32
|
description: {
|
|
29
33
|
en?: string;
|
|
30
34
|
fi?: string;
|
|
@@ -7,6 +7,10 @@ export interface InformationSystem {
|
|
|
7
7
|
"@type"?: string;
|
|
8
8
|
URI: string;
|
|
9
9
|
allowedDatawarehouseOverridingSourceId?: string[];
|
|
10
|
+
/**
|
|
11
|
+
* System is allowed to use data warehouse 'useEditorOrObserverIdIsNot' query param
|
|
12
|
+
*/
|
|
13
|
+
allowedToUseDatawarehouseEditorOrObserverIdIsNot?: boolean;
|
|
10
14
|
description: {
|
|
11
15
|
en?: string;
|
|
12
16
|
fi?: string;
|