@neuracore/types 7.5.0 → 8.0.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.
@@ -1303,12 +1303,10 @@ export interface PendingRecording {
1303
1303
  * Metadata details for a recording.
1304
1304
  *
1305
1305
  * Attributes:
1306
- * name: Name of the recording.
1307
1306
  * notes: Optional notes about the recording.
1308
1307
  * status: Current RecordingStatus of the recording
1309
1308
  */
1310
1309
  export interface RecordingMetadata {
1311
- name: string;
1312
1310
  notes: string;
1313
1311
  status: RecordingStatus;
1314
1312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "7.5.0",
3
+ "version": "8.0.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",