verteilen-core 1.3.3 → 1.3.4

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.
@@ -36,6 +36,7 @@ export interface Database extends DataHeader {
36
36
  canWrite: boolean;
37
37
  containers: Array<DatabaseContainer>;
38
38
  permission?: LocalPermission;
39
+ acl?: ACLType;
39
40
  }
40
41
  export interface Job extends DataHeader {
41
42
  index?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",
@@ -132,6 +132,11 @@ export interface Database extends DataHeader {
132
132
  * And modify this field and send back to user
133
133
  */
134
134
  permission?: LocalPermission
135
+ /**
136
+ * **Accessibility**\
137
+ * Could be public, protected, private
138
+ */
139
+ acl?: ACLType
135
140
  }
136
141
  /**
137
142
  * **Compute Instruction Container**\