@talkjs/core 0.0.6 → 1.0.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.
@@ -84,7 +84,7 @@ export declare interface AudioBlock {
84
84
  duration?: number;
85
85
  }
86
86
 
87
- declare interface AudioFileMetadata {
87
+ export declare interface AudioFileMetadata {
88
88
  /**
89
89
  * The name of the file including extension.
90
90
  */
@@ -755,7 +755,7 @@ export declare interface GenericFileBlock {
755
755
  filename: string;
756
756
  }
757
757
 
758
- declare interface GenericFileMetadata {
758
+ export declare interface GenericFileMetadata {
759
759
  /**
760
760
  * The name of the file including extension.
761
761
  */
@@ -816,7 +816,7 @@ export declare interface ImageBlock {
816
816
  height?: number;
817
817
  }
818
818
 
819
- declare interface ImageFileMetadata {
819
+ export declare interface ImageFileMetadata {
820
820
  /**
821
821
  * The name of the file including extension.
822
822
  */
@@ -1978,7 +1978,7 @@ export declare interface VideoBlock {
1978
1978
  duration?: number;
1979
1979
  }
1980
1980
 
1981
- declare interface VideoFileMetadata {
1981
+ export declare interface VideoFileMetadata {
1982
1982
  /**
1983
1983
  * The name of the file including extension.
1984
1984
  */
@@ -2041,7 +2041,7 @@ export declare interface VoiceBlock {
2041
2041
  duration?: number;
2042
2042
  }
2043
2043
 
2044
- declare interface VoiceRecordingFileMetadata {
2044
+ export declare interface VoiceRecordingFileMetadata {
2045
2045
  /**
2046
2046
  * The name of the file including extension.
2047
2047
  */