@objectifthunes/beddybye-types 0.1.0 → 0.1.1

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/index.d.cts CHANGED
@@ -40,7 +40,7 @@ interface Story {
40
40
  published_at?: string;
41
41
  _resolved?: {
42
42
  sound_urls?: Record<string, string>;
43
- narration_urls?: Record<string, string>;
43
+ voiceover_urls?: Record<string, string>;
44
44
  };
45
45
  }
46
46
  interface StoryCharacter {
@@ -306,7 +306,7 @@ interface ReaderStoryDetail {
306
306
  read_count?: number;
307
307
  _resolved?: {
308
308
  sound_urls?: Record<string, string>;
309
- narration_urls?: Record<string, string>;
309
+ voiceover_urls?: Record<string, string>;
310
310
  };
311
311
  [key: string]: unknown;
312
312
  }
package/dist/index.d.ts CHANGED
@@ -40,7 +40,7 @@ interface Story {
40
40
  published_at?: string;
41
41
  _resolved?: {
42
42
  sound_urls?: Record<string, string>;
43
- narration_urls?: Record<string, string>;
43
+ voiceover_urls?: Record<string, string>;
44
44
  };
45
45
  }
46
46
  interface StoryCharacter {
@@ -306,7 +306,7 @@ interface ReaderStoryDetail {
306
306
  read_count?: number;
307
307
  _resolved?: {
308
308
  sound_urls?: Record<string, string>;
309
- narration_urls?: Record<string, string>;
309
+ voiceover_urls?: Record<string, string>;
310
310
  };
311
311
  [key: string]: unknown;
312
312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectifthunes/beddybye-types",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared TypeScript types for the BeddyBye platform",
5
5
  "license": "MIT",
6
6
  "type": "module",