@neuracore/types 10.2.0 → 10.3.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.
@@ -1338,10 +1338,12 @@ export interface PendingRecording {
1338
1338
  * Metadata details for a recording.
1339
1339
  *
1340
1340
  * Attributes:
1341
+ * name: Name of the recording.
1341
1342
  * notes: Optional notes about the recording.
1342
1343
  * status: Current RecordingStatus of the recording
1343
1344
  */
1344
1345
  export interface RecordingMetadata {
1346
+ name: string;
1345
1347
  notes: string;
1346
1348
  status: RecordingStatus;
1347
1349
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "10.2.0",
3
+ "version": "10.3.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",