@yuuvis/client-core 2.1.33 → 2.1.34

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.
@@ -9,6 +9,7 @@ export declare const SystemType: {
9
9
  DOCUMENT: string;
10
10
  FOLDER: string;
11
11
  AUDIT: string;
12
+ RELATIONSHIP: string;
12
13
  SOT: string;
13
14
  };
14
15
  export declare const SystemResult: {
@@ -30,6 +31,10 @@ export declare const RetentionField: {
30
31
  RETENTION_START: string;
31
32
  DESTRUCTION_DATE: string;
32
33
  };
34
+ export declare const RelationshipTypeField: {
35
+ SOURCE_ID: string;
36
+ TARGET_ID: string;
37
+ };
33
38
  export declare const BaseObjectTypeField: {
34
39
  PARENT_ID: string;
35
40
  PARENT_OBJECT_TYPE_ID: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/client-core",
3
- "version": "2.1.33",
3
+ "version": "2.1.34",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {