@archildata/client 0.8.3 → 0.8.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.
Binary file
@@ -168,8 +168,8 @@ interface components {
168
168
  * @example my-data-disk
169
169
  */
170
170
  name: string;
171
- /** @description Storage mount to attach (exactly one required) */
172
- mounts: components["schemas"]["MountConfig"][];
171
+ /** @description Storage mount to attach. Omit for archil-managed storage. */
172
+ mounts?: components["schemas"]["MountConfig"][];
173
173
  /** @description Authentication methods for disk access */
174
174
  authMethods?: components["schemas"]["DiskUser"][];
175
175
  };
@@ -168,8 +168,8 @@ interface components {
168
168
  * @example my-data-disk
169
169
  */
170
170
  name: string;
171
- /** @description Storage mount to attach (exactly one required) */
172
- mounts: components["schemas"]["MountConfig"][];
171
+ /** @description Storage mount to attach. Omit for archil-managed storage. */
172
+ mounts?: components["schemas"]["MountConfig"][];
173
173
  /** @description Authentication methods for disk access */
174
174
  authMethods?: components["schemas"]["DiskUser"][];
175
175
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archildata/client",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "High-performance Node.js client for Archil distributed filesystem",
5
5
  "main": "main.js",
6
6
  "types": "main.d.ts",