@parallelworks/client 7.90.0 → 7.91.0

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.
@@ -19176,8 +19176,6 @@ export interface components {
19176
19176
  user: string;
19177
19177
  /** @description The script input by users to bootstrap the instance. */
19178
19178
  user_bootstrap: string;
19179
- /** @description Mounts of local directories to instance directories. */
19180
- workspace_mounts: string[] | null;
19181
19179
  /** @description The zone of the instance, if applicable. */
19182
19180
  zone: string;
19183
19181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parallelworks/client",
3
- "version": "7.90.0",
3
+ "version": "7.91.0",
4
4
  "description": "Official TypeScript client for Parallel Works ACTIVATE API",
5
5
  "type": "module",
6
6
  "exports": {