@remotion/cloudrun 4.0.429 → 4.0.430
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.
|
@@ -31,13 +31,6 @@ type OptionalParameters = {
|
|
|
31
31
|
} & ToOptions<typeof BrowserSafeApis.optionsMap.renderStillOnCloudRun>;
|
|
32
32
|
export type RenderStillOnCloudrunInput = Partial<OptionalParameters> & MandatoryParameters;
|
|
33
33
|
export declare const renderStillOnCloudrun: (options: RenderStillOnCloudrunInput) => Promise<{
|
|
34
|
-
type: "crash";
|
|
35
|
-
cloudRunEndpoint: string;
|
|
36
|
-
message: "Service crashed without sending a response. Check the logs in GCP console.";
|
|
37
|
-
requestStartTime: string;
|
|
38
|
-
requestCrashTime: string;
|
|
39
|
-
requestElapsedTimeInSeconds: number;
|
|
40
|
-
} | {
|
|
41
34
|
type: "success";
|
|
42
35
|
publicUrl?: string | null | undefined;
|
|
43
36
|
cloudStorageUri: string;
|
|
@@ -50,5 +43,12 @@ export declare const renderStillOnCloudrun: (options: RenderStillOnCloudrunInput
|
|
|
50
43
|
message: string;
|
|
51
44
|
name: string;
|
|
52
45
|
stack: string;
|
|
46
|
+
} | {
|
|
47
|
+
type: "crash";
|
|
48
|
+
cloudRunEndpoint: string;
|
|
49
|
+
message: "Service crashed without sending a response. Check the logs in GCP console.";
|
|
50
|
+
requestStartTime: string;
|
|
51
|
+
requestCrashTime: string;
|
|
52
|
+
requestElapsedTimeInSeconds: number;
|
|
53
53
|
}>;
|
|
54
54
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -17,13 +17,6 @@ import type { GcpRegion } from './pricing/gcp-regions';
|
|
|
17
17
|
* @deprecated Import this from `@remotion/cloudrun/client` instead
|
|
18
18
|
*/
|
|
19
19
|
declare const renderMediaOnCloudrun: ({ cloudRunUrl, serviceName, region, serveUrl, composition, inputProps, codec, forceBucketName, privacy, outName, updateRenderProgress, jpegQuality, audioCodec, audioBitrate, videoBitrate, encodingMaxRate, encodingBufferSize, proResProfile, x264Preset, crf, pixelFormat, imageFormat, scale, everyNthFrame, numberOfGifLoops, frameRange, envVariables, chromiumOptions, muted, forceWidth, forceHeight, forceFps, forceDurationInFrames, logLevel, delayRenderTimeoutInMilliseconds, concurrency, enforceAudioTrack, preferLossless, offthreadVideoCacheSizeInBytes, colorSpace, downloadBehavior, metadata, renderIdOverride, renderStatusWebhook, offthreadVideoThreads, mediaCacheSizeInBytes, }: RenderMediaOnCloudrunInput) => Promise<{
|
|
20
|
-
type: "crash";
|
|
21
|
-
cloudRunEndpoint: string;
|
|
22
|
-
message: "Service crashed without sending a response. Check the logs in GCP console.";
|
|
23
|
-
requestStartTime: string;
|
|
24
|
-
requestCrashTime: string;
|
|
25
|
-
requestElapsedTimeInSeconds: number;
|
|
26
|
-
} | {
|
|
27
20
|
type: "success";
|
|
28
21
|
publicUrl?: string | null | undefined;
|
|
29
22
|
cloudStorageUri: string;
|
|
@@ -31,18 +24,18 @@ declare const renderMediaOnCloudrun: ({ cloudRunUrl, serviceName, region, serveU
|
|
|
31
24
|
bucketName: string;
|
|
32
25
|
renderId: string;
|
|
33
26
|
privacy: "project-private" | "public-read";
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @deprecated Import this from `@remotion/cloudrun/client` instead
|
|
37
|
-
*/
|
|
38
|
-
declare const renderStillOnCloudrun: (options: import("./client").RenderStillOnCloudrunInput) => Promise<{
|
|
27
|
+
} | {
|
|
39
28
|
type: "crash";
|
|
40
29
|
cloudRunEndpoint: string;
|
|
41
30
|
message: "Service crashed without sending a response. Check the logs in GCP console.";
|
|
42
31
|
requestStartTime: string;
|
|
43
32
|
requestCrashTime: string;
|
|
44
33
|
requestElapsedTimeInSeconds: number;
|
|
45
|
-
}
|
|
34
|
+
}>;
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated Import this from `@remotion/cloudrun/client` instead
|
|
37
|
+
*/
|
|
38
|
+
declare const renderStillOnCloudrun: (options: import("./client").RenderStillOnCloudrunInput) => Promise<{
|
|
46
39
|
type: "success";
|
|
47
40
|
publicUrl?: string | null | undefined;
|
|
48
41
|
cloudStorageUri: string;
|
|
@@ -55,6 +48,13 @@ declare const renderStillOnCloudrun: (options: import("./client").RenderStillOnC
|
|
|
55
48
|
message: string;
|
|
56
49
|
name: string;
|
|
57
50
|
stack: string;
|
|
51
|
+
} | {
|
|
52
|
+
type: "crash";
|
|
53
|
+
cloudRunEndpoint: string;
|
|
54
|
+
message: "Service crashed without sending a response. Check the logs in GCP console.";
|
|
55
|
+
requestStartTime: string;
|
|
56
|
+
requestCrashTime: string;
|
|
57
|
+
requestElapsedTimeInSeconds: number;
|
|
58
58
|
}>;
|
|
59
59
|
/**
|
|
60
60
|
* @deprecated Import this from `@remotion/lambda/client` instead
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/cloudrun",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.430",
|
|
7
7
|
"description": "Render Remotion videos on Google Cloud Run",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|