@neuracore/types 6.6.0 → 6.7.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.
@@ -631,6 +631,7 @@ export interface DatasetUpdateRequest {
631
631
  *
632
632
  * Attributes:
633
633
  * machine_type: Type of machine to use for deployment.
634
+ * If None, the backend will auto-determine based on gpu_type.
634
635
  * gpu_type: Type of GPU to use for deployment.
635
636
  * gpu_count: Number of GPUs to use for deployment.
636
637
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",