@retropak/types 1.0.0-draft7 → 1.0.0-draft8
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/generated.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated.ts +4 -0
package/dist/generated.d.ts
CHANGED
|
@@ -309,6 +309,10 @@ export interface MediaItem {
|
|
|
309
309
|
* SHA-1 checksum of the media file for verification.
|
|
310
310
|
*/
|
|
311
311
|
sha1?: string;
|
|
312
|
+
/**
|
|
313
|
+
* SHA-256 checksum of the media file for verification.
|
|
314
|
+
*/
|
|
315
|
+
sha256?: string;
|
|
312
316
|
/**
|
|
313
317
|
* CRC32 checksum of the media file for verification.
|
|
314
318
|
*/
|
package/package.json
CHANGED
package/src/generated.ts
CHANGED
|
@@ -665,6 +665,10 @@ export interface MediaItem {
|
|
|
665
665
|
* SHA-1 checksum of the media file for verification.
|
|
666
666
|
*/
|
|
667
667
|
sha1?: string;
|
|
668
|
+
/**
|
|
669
|
+
* SHA-256 checksum of the media file for verification.
|
|
670
|
+
*/
|
|
671
|
+
sha256?: string;
|
|
668
672
|
/**
|
|
669
673
|
* CRC32 checksum of the media file for verification.
|
|
670
674
|
*/
|