@eide/foir-proto-ts 0.62.0 → 0.64.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.
package/package.json
CHANGED
|
@@ -917,9 +917,13 @@ export enum FileSource {
|
|
|
917
917
|
export declare const FileSourceSchema: GenEnum<FileSource>;
|
|
918
918
|
|
|
919
919
|
/**
|
|
920
|
-
* FileAssetKind identifies a derived asset for a
|
|
920
|
+
* FileAssetKind identifies a derived asset for a media file. Used by
|
|
921
921
|
* RetryFileGeneration to target a specific output.
|
|
922
922
|
*
|
|
923
|
+
* All values are video-only. Image variants are transformed on demand
|
|
924
|
+
* by Cloudflare Image Resizing at the edge; there's no derived-asset
|
|
925
|
+
* pipeline to retry for images.
|
|
926
|
+
*
|
|
923
927
|
* @generated from enum storage.v1.FileAssetKind
|
|
924
928
|
*/
|
|
925
929
|
export enum FileAssetKind {
|
|
@@ -252,9 +252,13 @@ export const FileAssetKindSchema = /*@__PURE__*/
|
|
|
252
252
|
enumDesc(file_storage_v1_storage, 2);
|
|
253
253
|
|
|
254
254
|
/**
|
|
255
|
-
* FileAssetKind identifies a derived asset for a
|
|
255
|
+
* FileAssetKind identifies a derived asset for a media file. Used by
|
|
256
256
|
* RetryFileGeneration to target a specific output.
|
|
257
257
|
*
|
|
258
|
+
* All values are video-only. Image variants are transformed on demand
|
|
259
|
+
* by Cloudflare Image Resizing at the edge; there's no derived-asset
|
|
260
|
+
* pipeline to retry for images.
|
|
261
|
+
*
|
|
258
262
|
* @generated from enum storage.v1.FileAssetKind
|
|
259
263
|
*/
|
|
260
264
|
export const FileAssetKind = /*@__PURE__*/
|