@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.
- package/dist/types/api.d.ts +0 -2
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -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
|
};
|