@keystrokehq/shotstack 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-template.cjs +27 -0
- package/dist/actions/create-template.cjs.map +1 -0
- package/dist/actions/create-template.d.cts +9 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +9 -0
- package/dist/actions/create-template.d.mts.map +1 -0
- package/dist/actions/create-template.mjs +26 -0
- package/dist/actions/create-template.mjs.map +1 -0
- package/dist/actions/create-template2.cjs +62 -0
- package/dist/actions/create-template2.cjs.map +1 -0
- package/dist/actions/create-template2.d.cts +9 -0
- package/dist/actions/create-template2.d.cts.map +1 -0
- package/dist/actions/create-template2.d.mts +9 -0
- package/dist/actions/create-template2.d.mts.map +1 -0
- package/dist/actions/create-template2.mjs +61 -0
- package/dist/actions/create-template2.mjs.map +1 -0
- package/dist/actions/delete-ingested-media.cjs +19 -0
- package/dist/actions/delete-ingested-media.cjs.map +1 -0
- package/dist/actions/delete-ingested-media.d.cts +9 -0
- package/dist/actions/delete-ingested-media.d.cts.map +1 -0
- package/dist/actions/delete-ingested-media.d.mts +9 -0
- package/dist/actions/delete-ingested-media.d.mts.map +1 -0
- package/dist/actions/delete-ingested-media.mjs +16 -0
- package/dist/actions/delete-ingested-media.mjs.map +1 -0
- package/dist/actions/delete-template2.cjs +19 -0
- package/dist/actions/delete-template2.cjs.map +1 -0
- package/dist/actions/delete-template2.d.cts +9 -0
- package/dist/actions/delete-template2.d.cts.map +1 -0
- package/dist/actions/delete-template2.d.mts +9 -0
- package/dist/actions/delete-template2.d.mts.map +1 -0
- package/dist/actions/delete-template2.mjs +16 -0
- package/dist/actions/delete-template2.mjs.map +1 -0
- package/dist/actions/delete-workflow.cjs +19 -0
- package/dist/actions/delete-workflow.cjs.map +1 -0
- package/dist/actions/delete-workflow.d.cts +9 -0
- package/dist/actions/delete-workflow.d.cts.map +1 -0
- package/dist/actions/delete-workflow.d.mts +9 -0
- package/dist/actions/delete-workflow.d.mts.map +1 -0
- package/dist/actions/delete-workflow.mjs +16 -0
- package/dist/actions/delete-workflow.mjs.map +1 -0
- package/dist/actions/fetch-source.cjs +20 -0
- package/dist/actions/fetch-source.cjs.map +1 -0
- package/dist/actions/fetch-source.d.cts +9 -0
- package/dist/actions/fetch-source.d.cts.map +1 -0
- package/dist/actions/fetch-source.d.mts +9 -0
- package/dist/actions/fetch-source.d.mts.map +1 -0
- package/dist/actions/fetch-source.mjs +19 -0
- package/dist/actions/fetch-source.mjs.map +1 -0
- package/dist/actions/get-assets-render.cjs +32 -0
- package/dist/actions/get-assets-render.cjs.map +1 -0
- package/dist/actions/get-assets-render.d.cts +9 -0
- package/dist/actions/get-assets-render.d.cts.map +1 -0
- package/dist/actions/get-assets-render.d.mts +9 -0
- package/dist/actions/get-assets-render.d.mts.map +1 -0
- package/dist/actions/get-assets-render.mjs +31 -0
- package/dist/actions/get-assets-render.mjs.map +1 -0
- package/dist/actions/get-assets.cjs +35 -0
- package/dist/actions/get-assets.cjs.map +1 -0
- package/dist/actions/get-assets.d.cts +9 -0
- package/dist/actions/get-assets.d.cts.map +1 -0
- package/dist/actions/get-assets.d.mts +9 -0
- package/dist/actions/get-assets.d.mts.map +1 -0
- package/dist/actions/get-assets.mjs +34 -0
- package/dist/actions/get-assets.mjs.map +1 -0
- package/dist/actions/get-render-callback.cjs +28 -0
- package/dist/actions/get-render-callback.cjs.map +1 -0
- package/dist/actions/get-render-callback.d.cts +9 -0
- package/dist/actions/get-render-callback.d.cts.map +1 -0
- package/dist/actions/get-render-callback.d.mts +9 -0
- package/dist/actions/get-render-callback.d.mts.map +1 -0
- package/dist/actions/get-render-callback.mjs +27 -0
- package/dist/actions/get-render-callback.mjs.map +1 -0
- package/dist/actions/get-render-status.cjs +55 -0
- package/dist/actions/get-render-status.cjs.map +1 -0
- package/dist/actions/get-render-status.d.cts +9 -0
- package/dist/actions/get-render-status.d.cts.map +1 -0
- package/dist/actions/get-render-status.d.mts +9 -0
- package/dist/actions/get-render-status.d.mts.map +1 -0
- package/dist/actions/get-render-status.mjs +54 -0
- package/dist/actions/get-render-status.mjs.map +1 -0
- package/dist/actions/get-source.cjs +37 -0
- package/dist/actions/get-source.cjs.map +1 -0
- package/dist/actions/get-source.d.cts +9 -0
- package/dist/actions/get-source.d.cts.map +1 -0
- package/dist/actions/get-source.d.mts +9 -0
- package/dist/actions/get-source.d.mts.map +1 -0
- package/dist/actions/get-source.mjs +36 -0
- package/dist/actions/get-source.mjs.map +1 -0
- package/dist/actions/get-template-by-version.cjs +37 -0
- package/dist/actions/get-template-by-version.cjs.map +1 -0
- package/dist/actions/get-template-by-version.d.cts +9 -0
- package/dist/actions/get-template-by-version.d.cts.map +1 -0
- package/dist/actions/get-template-by-version.d.mts +9 -0
- package/dist/actions/get-template-by-version.d.mts.map +1 -0
- package/dist/actions/get-template-by-version.mjs +36 -0
- package/dist/actions/get-template-by-version.mjs.map +1 -0
- package/dist/actions/get-template.cjs +34 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +9 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +9 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +33 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-upload-url.cjs +26 -0
- package/dist/actions/get-upload-url.cjs.map +1 -0
- package/dist/actions/get-upload-url.d.cts +9 -0
- package/dist/actions/get-upload-url.d.cts.map +1 -0
- package/dist/actions/get-upload-url.d.mts +9 -0
- package/dist/actions/get-upload-url.d.mts.map +1 -0
- package/dist/actions/get-upload-url.mjs +25 -0
- package/dist/actions/get-upload-url.mjs.map +1 -0
- package/dist/actions/index.cjs +47 -0
- package/dist/actions/index.d.cts +24 -0
- package/dist/actions/index.d.mts +24 -0
- package/dist/actions/index.mjs +24 -0
- package/dist/actions/inspect-media.cjs +96 -0
- package/dist/actions/inspect-media.cjs.map +1 -0
- package/dist/actions/inspect-media.d.cts +9 -0
- package/dist/actions/inspect-media.d.cts.map +1 -0
- package/dist/actions/inspect-media.d.mts +9 -0
- package/dist/actions/inspect-media.d.mts.map +1 -0
- package/dist/actions/inspect-media.mjs +95 -0
- package/dist/actions/inspect-media.mjs.map +1 -0
- package/dist/actions/list-sources.cjs +47 -0
- package/dist/actions/list-sources.cjs.map +1 -0
- package/dist/actions/list-sources.d.cts +9 -0
- package/dist/actions/list-sources.d.cts.map +1 -0
- package/dist/actions/list-sources.d.mts +9 -0
- package/dist/actions/list-sources.d.mts.map +1 -0
- package/dist/actions/list-sources.mjs +46 -0
- package/dist/actions/list-sources.mjs.map +1 -0
- package/dist/actions/list-sources2.cjs +48 -0
- package/dist/actions/list-sources2.cjs.map +1 -0
- package/dist/actions/list-sources2.d.cts +9 -0
- package/dist/actions/list-sources2.d.cts.map +1 -0
- package/dist/actions/list-sources2.d.mts +9 -0
- package/dist/actions/list-sources2.d.mts.map +1 -0
- package/dist/actions/list-sources2.mjs +47 -0
- package/dist/actions/list-sources2.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +30 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +29 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-templates2.cjs +30 -0
- package/dist/actions/list-templates2.cjs.map +1 -0
- package/dist/actions/list-templates2.d.cts +9 -0
- package/dist/actions/list-templates2.d.cts.map +1 -0
- package/dist/actions/list-templates2.d.mts +9 -0
- package/dist/actions/list-templates2.d.mts.map +1 -0
- package/dist/actions/list-templates2.mjs +29 -0
- package/dist/actions/list-templates2.mjs.map +1 -0
- package/dist/actions/post-upload.cjs +26 -0
- package/dist/actions/post-upload.cjs.map +1 -0
- package/dist/actions/post-upload.d.cts +9 -0
- package/dist/actions/post-upload.d.cts.map +1 -0
- package/dist/actions/post-upload.d.mts +9 -0
- package/dist/actions/post-upload.d.mts.map +1 -0
- package/dist/actions/post-upload.mjs +25 -0
- package/dist/actions/post-upload.mjs.map +1 -0
- package/dist/actions/render-video.cjs +31 -0
- package/dist/actions/render-video.cjs.map +1 -0
- package/dist/actions/render-video.d.cts +9 -0
- package/dist/actions/render-video.d.cts.map +1 -0
- package/dist/actions/render-video.d.mts +9 -0
- package/dist/actions/render-video.d.mts.map +1 -0
- package/dist/actions/render-video.mjs +30 -0
- package/dist/actions/render-video.mjs.map +1 -0
- package/dist/actions/transfer-asset.cjs +34 -0
- package/dist/actions/transfer-asset.cjs.map +1 -0
- package/dist/actions/transfer-asset.d.cts +9 -0
- package/dist/actions/transfer-asset.d.cts.map +1 -0
- package/dist/actions/transfer-asset.d.mts +9 -0
- package/dist/actions/transfer-asset.d.mts.map +1 -0
- package/dist/actions/transfer-asset.mjs +33 -0
- package/dist/actions/transfer-asset.mjs.map +1 -0
- package/dist/actions/update-template.cjs +28 -0
- package/dist/actions/update-template.cjs.map +1 -0
- package/dist/actions/update-template.d.cts +9 -0
- package/dist/actions/update-template.d.cts.map +1 -0
- package/dist/actions/update-template.d.mts +9 -0
- package/dist/actions/update-template.d.mts.map +1 -0
- package/dist/actions/update-template.mjs +27 -0
- package/dist/actions/update-template.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +52 -0
- package/dist/index.d.cts +26 -0
- package/dist/index.d.mts +26 -0
- package/dist/index.mjs +27 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render-video.mjs","names":[],"sources":["../../src/actions/render-video.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShotstackRenderVideoInput: z.ZodTypeAny = z.object({\n output: z.record(z.string(), z.unknown()).describe(\"Output settings for rendering including format, resolution, frame rate, and aspect ratio\"),\n callback: z.string().describe(\"Optional webhook URL to receive notifications when render status changes\").optional(),\n timeline: z.record(z.string(), z.unknown()).describe(\"Timeline definition describing the sequence of tracks, clips, and transitions. Each track contains clips with an 'asset' (required), 'start' and 'length' (seconds), optional 'effect' (e.g. zoomIn, slideLeft, zoomOut), 'transform' (rotate/skew/flip -- NOTE: use 'transform' NOT 'transformations'), 'filter', 'opacity' (0-1), and 'transition'. Asset types: video, image, audio (require 'src'); title (requires 'text'); html; luma.\"),\n});\nconst ShotstackRenderVideo_RenderResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the render job\"),\n url: z.string().describe(\"URL to check render status and retrieve results\").nullable().optional(),\n owner: z.string().describe(\"Owner associated with the render job\").nullable().optional(),\n status: z.string().describe(\"Initial status of the render job (e.g., queued)\").nullable().optional(),\n message: z.string().describe(\"Status message for the render job\").nullable().optional(),\n}).describe(\"Metadata about the initiated render job.\");\nexport const ShotstackRenderVideoOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message from the API\"),\n success: z.boolean().describe(\"Indicates if the render request was successfully received\"),\n response: ShotstackRenderVideo_RenderResponseDataSchema.nullable(),\n});\n\nexport const shotstackRenderVideo = action(\"SHOTSTACK_RENDER_VIDEO\", {\n slug: \"shotstack-render-video\",\n name: \"Render Video\",\n description: \"Tool to initiate a new video render job. Use when you have defined a timeline and output settings and want to start rendering.\",\n input: ShotstackRenderVideoInput,\n output: ShotstackRenderVideoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0FAA0F;CAC7I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACnH,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8aAA8a;AACre,CAAC;AACD,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D;EACzF,UAAU,8CAA8C,SAAS;CACnE,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/transfer-asset.ts
|
|
4
|
+
const ShotstackTransferAssetInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("Unique identifier (UUID format recommended) for the asset. This identifier does not need to be globally unique but should be provided by the client."),
|
|
6
|
+
url: zod.z.string().describe("The publicly accessible URL of the file to transfer. Must be a valid HTTP/HTTPS URL."),
|
|
7
|
+
destinations: zod.z.array(zod.z.object({
|
|
8
|
+
exclude: zod.z.boolean().describe("Whether to exclude this destination from the transfer. Set to true to skip this destination.").optional(),
|
|
9
|
+
options: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Optional provider-specific options for the destination.").optional(),
|
|
10
|
+
provider: zod.z.string().describe("The destination provider identifier (e.g., 'shotstack', 's3', 'mux').")
|
|
11
|
+
}).describe("Destination configuration for asset transfer.")).describe("Array of destination objects specifying where to transfer the asset. At least one destination is required.")
|
|
12
|
+
}).describe("Request model for transferring an asset from a public URL to Serve API destinations.");
|
|
13
|
+
const ShotstackTransferAsset_TransferAttributesSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Unique asset identifier for the transfer request.").nullable().optional(),
|
|
15
|
+
owner: zod.z.string().describe("Account owner identifier who initiated the transfer.").nullable().optional(),
|
|
16
|
+
status: zod.z.string().describe("Current status of the asset transfer. Possible values: 'queued' (transfer pending), 'processing' (in progress), 'ready' (complete), 'failed' (transfer error).").nullable().optional(),
|
|
17
|
+
created: zod.z.string().describe("ISO 8601 timestamp when the transfer request was created.").nullable().optional()
|
|
18
|
+
}).describe("Attributes of the transferred asset.");
|
|
19
|
+
const ShotstackTransferAsset_TransferDataSchema = zod.z.object({
|
|
20
|
+
type: zod.z.string().describe("Resource type, always 'asset'.").nullable().optional(),
|
|
21
|
+
attributes: ShotstackTransferAsset_TransferAttributesSchema.nullable().optional()
|
|
22
|
+
}).describe("Asset data object following JSON:API specification.");
|
|
23
|
+
const ShotstackTransferAssetOutput = zod.z.object({ data: ShotstackTransferAsset_TransferDataSchema.nullable() }).describe("Response model containing the asset transfer request details.");
|
|
24
|
+
const shotstackTransferAsset = require_action.action("SHOTSTACK_TRANSFER_ASSET", {
|
|
25
|
+
slug: "shotstack-transfer-asset",
|
|
26
|
+
name: "Transfer Asset",
|
|
27
|
+
description: "Tool to transfer a file from any publicly available URL to one or more Serve API destinations. Use when you need to copy a file from an external source to Shotstack's hosting service or other configured destinations.",
|
|
28
|
+
input: ShotstackTransferAssetInput,
|
|
29
|
+
output: ShotstackTransferAssetOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.shotstackTransferAsset = shotstackTransferAsset;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=transfer-asset.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfer-asset.cjs","names":["z","action"],"sources":["../../src/actions/transfer-asset.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShotstackTransferAssetInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID format recommended) for the asset. This identifier does not need to be globally unique but should be provided by the client.\"),\n url: z.string().describe(\"The publicly accessible URL of the file to transfer. Must be a valid HTTP/HTTPS URL.\"),\n destinations: z.array(z.object({\n exclude: z.boolean().describe(\"Whether to exclude this destination from the transfer. Set to true to skip this destination.\").optional(),\n options: z.record(z.string(), z.unknown()).describe(\"Optional provider-specific options for the destination.\").optional(),\n provider: z.string().describe(\"The destination provider identifier (e.g., 'shotstack', 's3', 'mux').\"),\n}).describe(\"Destination configuration for asset transfer.\")).describe(\"Array of destination objects specifying where to transfer the asset. At least one destination is required.\"),\n}).describe(\"Request model for transferring an asset from a public URL to Serve API destinations.\");\nconst ShotstackTransferAsset_TransferAttributesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique asset identifier for the transfer request.\").nullable().optional(),\n owner: z.string().describe(\"Account owner identifier who initiated the transfer.\").nullable().optional(),\n status: z.string().describe(\"Current status of the asset transfer. Possible values: 'queued' (transfer pending), 'processing' (in progress), 'ready' (complete), 'failed' (transfer error).\").nullable().optional(),\n created: z.string().describe(\"ISO 8601 timestamp when the transfer request was created.\").nullable().optional(),\n}).describe(\"Attributes of the transferred asset.\");\nconst ShotstackTransferAsset_TransferDataSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Resource type, always 'asset'.\").nullable().optional(),\n attributes: ShotstackTransferAsset_TransferAttributesSchema.nullable().optional(),\n}).describe(\"Asset data object following JSON:API specification.\");\nexport const ShotstackTransferAssetOutput: z.ZodTypeAny = z.object({\n data: ShotstackTransferAsset_TransferDataSchema.nullable(),\n}).describe(\"Response model containing the asset transfer request details.\");\n\nexport const shotstackTransferAsset = action(\"SHOTSTACK_TRANSFER_ASSET\", {\n slug: \"shotstack-transfer-asset\",\n name: \"Transfer Asset\",\n description: \"Tool to transfer a file from any publicly available URL to one or more Serve API destinations. Use when you need to copy a file from an external source to Shotstack's hosting service or other configured destinations.\",\n input: ShotstackTransferAssetInput,\n output: ShotstackTransferAssetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sJAAsJ;CAC9K,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC/G,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC/B,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EACvI,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACxH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACvG,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,CAAC,SAAS,4GAA4G;AACnL,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAClG,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClN,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,gDAAgD,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,MAAM,0CAA0C,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/transfer-asset.d.ts
|
|
4
|
+
declare const ShotstackTransferAssetInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShotstackTransferAssetOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shotstackTransferAsset: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shotstackTransferAsset };
|
|
9
|
+
//# sourceMappingURL=transfer-asset.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfer-asset.d.cts","names":[],"sources":["../../src/actions/transfer-asset.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAQuD;AAAA,cAWtF,4BAAA,EAA8B,CAAA,CAAE,UAE+B;AAAA,cAE/D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/transfer-asset.d.ts
|
|
4
|
+
declare const ShotstackTransferAssetInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShotstackTransferAssetOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shotstackTransferAsset: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shotstackTransferAsset };
|
|
9
|
+
//# sourceMappingURL=transfer-asset.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfer-asset.d.mts","names":[],"sources":["../../src/actions/transfer-asset.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAQuD;AAAA,cAWtF,4BAAA,EAA8B,CAAA,CAAE,UAE+B;AAAA,cAE/D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/transfer-asset.ts
|
|
4
|
+
const ShotstackTransferAssetInput = z.object({
|
|
5
|
+
id: z.string().describe("Unique identifier (UUID format recommended) for the asset. This identifier does not need to be globally unique but should be provided by the client."),
|
|
6
|
+
url: z.string().describe("The publicly accessible URL of the file to transfer. Must be a valid HTTP/HTTPS URL."),
|
|
7
|
+
destinations: z.array(z.object({
|
|
8
|
+
exclude: z.boolean().describe("Whether to exclude this destination from the transfer. Set to true to skip this destination.").optional(),
|
|
9
|
+
options: z.record(z.string(), z.unknown()).describe("Optional provider-specific options for the destination.").optional(),
|
|
10
|
+
provider: z.string().describe("The destination provider identifier (e.g., 'shotstack', 's3', 'mux').")
|
|
11
|
+
}).describe("Destination configuration for asset transfer.")).describe("Array of destination objects specifying where to transfer the asset. At least one destination is required.")
|
|
12
|
+
}).describe("Request model for transferring an asset from a public URL to Serve API destinations.");
|
|
13
|
+
const ShotstackTransferAsset_TransferAttributesSchema = z.object({
|
|
14
|
+
id: z.string().describe("Unique asset identifier for the transfer request.").nullable().optional(),
|
|
15
|
+
owner: z.string().describe("Account owner identifier who initiated the transfer.").nullable().optional(),
|
|
16
|
+
status: z.string().describe("Current status of the asset transfer. Possible values: 'queued' (transfer pending), 'processing' (in progress), 'ready' (complete), 'failed' (transfer error).").nullable().optional(),
|
|
17
|
+
created: z.string().describe("ISO 8601 timestamp when the transfer request was created.").nullable().optional()
|
|
18
|
+
}).describe("Attributes of the transferred asset.");
|
|
19
|
+
const ShotstackTransferAsset_TransferDataSchema = z.object({
|
|
20
|
+
type: z.string().describe("Resource type, always 'asset'.").nullable().optional(),
|
|
21
|
+
attributes: ShotstackTransferAsset_TransferAttributesSchema.nullable().optional()
|
|
22
|
+
}).describe("Asset data object following JSON:API specification.");
|
|
23
|
+
const shotstackTransferAsset = action("SHOTSTACK_TRANSFER_ASSET", {
|
|
24
|
+
slug: "shotstack-transfer-asset",
|
|
25
|
+
name: "Transfer Asset",
|
|
26
|
+
description: "Tool to transfer a file from any publicly available URL to one or more Serve API destinations. Use when you need to copy a file from an external source to Shotstack's hosting service or other configured destinations.",
|
|
27
|
+
input: ShotstackTransferAssetInput,
|
|
28
|
+
output: z.object({ data: ShotstackTransferAsset_TransferDataSchema.nullable() }).describe("Response model containing the asset transfer request details.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { shotstackTransferAsset };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=transfer-asset.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfer-asset.mjs","names":[],"sources":["../../src/actions/transfer-asset.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShotstackTransferAssetInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID format recommended) for the asset. This identifier does not need to be globally unique but should be provided by the client.\"),\n url: z.string().describe(\"The publicly accessible URL of the file to transfer. Must be a valid HTTP/HTTPS URL.\"),\n destinations: z.array(z.object({\n exclude: z.boolean().describe(\"Whether to exclude this destination from the transfer. Set to true to skip this destination.\").optional(),\n options: z.record(z.string(), z.unknown()).describe(\"Optional provider-specific options for the destination.\").optional(),\n provider: z.string().describe(\"The destination provider identifier (e.g., 'shotstack', 's3', 'mux').\"),\n}).describe(\"Destination configuration for asset transfer.\")).describe(\"Array of destination objects specifying where to transfer the asset. At least one destination is required.\"),\n}).describe(\"Request model for transferring an asset from a public URL to Serve API destinations.\");\nconst ShotstackTransferAsset_TransferAttributesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique asset identifier for the transfer request.\").nullable().optional(),\n owner: z.string().describe(\"Account owner identifier who initiated the transfer.\").nullable().optional(),\n status: z.string().describe(\"Current status of the asset transfer. Possible values: 'queued' (transfer pending), 'processing' (in progress), 'ready' (complete), 'failed' (transfer error).\").nullable().optional(),\n created: z.string().describe(\"ISO 8601 timestamp when the transfer request was created.\").nullable().optional(),\n}).describe(\"Attributes of the transferred asset.\");\nconst ShotstackTransferAsset_TransferDataSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Resource type, always 'asset'.\").nullable().optional(),\n attributes: ShotstackTransferAsset_TransferAttributesSchema.nullable().optional(),\n}).describe(\"Asset data object following JSON:API specification.\");\nexport const ShotstackTransferAssetOutput: z.ZodTypeAny = z.object({\n data: ShotstackTransferAsset_TransferDataSchema.nullable(),\n}).describe(\"Response model containing the asset transfer request details.\");\n\nexport const shotstackTransferAsset = action(\"SHOTSTACK_TRANSFER_ASSET\", {\n slug: \"shotstack-transfer-asset\",\n name: \"Transfer Asset\",\n description: \"Tool to transfer a file from any publicly available URL to one or more Serve API destinations. Use when you need to copy a file from an external source to Shotstack's hosting service or other configured destinations.\",\n input: ShotstackTransferAssetInput,\n output: ShotstackTransferAssetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sJAAsJ;CAC9K,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC/G,cAAc,EAAE,MAAM,EAAE,OAAO;EAC/B,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EACvI,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACxH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACvG,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,CAAC,SAAS,4GAA4G;AACnL,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAClG,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClN,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,gDAAgD,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAKjE,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,MAAM,0CAA0C,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-template.ts
|
|
4
|
+
const ShotstackUpdateTemplateInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the template to update in UUID format."),
|
|
6
|
+
name: zod.z.string().describe("Display name for the template."),
|
|
7
|
+
template: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Complete edit configuration containing timeline and output settings. Must include both timeline (with tracks containing clips) and output (with format and resolution) properties.")
|
|
8
|
+
}).describe("Parameters required to update an existing template.");
|
|
9
|
+
const ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("The unique identifier of the updated template.").nullable().optional(),
|
|
11
|
+
message: zod.z.string().describe("Confirmation message for the template update operation.")
|
|
12
|
+
}).describe("Data object containing template update confirmation details.");
|
|
13
|
+
const ShotstackUpdateTemplateOutput = zod.z.object({
|
|
14
|
+
message: zod.z.string().describe("Status message indicating the result of the operation."),
|
|
15
|
+
success: zod.z.boolean().describe("Indicates if the request was successful."),
|
|
16
|
+
response: ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema.nullable()
|
|
17
|
+
}).describe("Response schema for template update operation.");
|
|
18
|
+
const shotstackUpdateTemplate = require_action.action("SHOTSTACK_UPDATE_TEMPLATE", {
|
|
19
|
+
slug: "shotstack-update-template",
|
|
20
|
+
name: "Update Template",
|
|
21
|
+
description: "Tool to update an existing template by its ID. Use when you need to modify a template's name or edit configuration. Both name and complete template definition must be provided.",
|
|
22
|
+
input: ShotstackUpdateTemplateInput,
|
|
23
|
+
output: ShotstackUpdateTemplateOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.shotstackUpdateTemplate = shotstackUpdateTemplate;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=update-template.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-template.cjs","names":["z","action"],"sources":["../../src/actions/update-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShotstackUpdateTemplateInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the template to update in UUID format.\"),\n name: z.string().describe(\"Display name for the template.\"),\n template: z.record(z.string(), z.unknown()).describe(\"Complete edit configuration containing timeline and output settings. Must include both timeline (with tracks containing clips) and output (with format and resolution) properties.\"),\n}).describe(\"Parameters required to update an existing template.\");\nconst ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the updated template.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message for the template update operation.\"),\n}).describe(\"Data object containing template update confirmation details.\");\nexport const ShotstackUpdateTemplateOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message indicating the result of the operation.\"),\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n response: ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema.nullable(),\n}).describe(\"Response schema for template update operation.\");\n\nexport const shotstackUpdateTemplate = action(\"SHOTSTACK_UPDATE_TEMPLATE\", {\n slug: \"shotstack-update-template\",\n name: \"Update Template\",\n description: \"Tool to update an existing template by its ID. Use when you need to modify a template's name or edit configuration. Both name and complete template definition must be provided.\",\n input: ShotstackUpdateTemplateInput,\n output: ShotstackUpdateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oLAAoL;AAC3O,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AACxF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CACxE,UAAU,yDAAyD,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-template.d.ts
|
|
4
|
+
declare const ShotstackUpdateTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShotstackUpdateTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shotstackUpdateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shotstackUpdateTemplate };
|
|
9
|
+
//# sourceMappingURL=update-template.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-template.d.cts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIqB;AAAA,cAKrD,6BAAA,EAA+B,CAAA,CAAE,UAIe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-template.d.ts
|
|
4
|
+
declare const ShotstackUpdateTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShotstackUpdateTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shotstackUpdateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shotstackUpdateTemplate };
|
|
9
|
+
//# sourceMappingURL=update-template.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-template.d.mts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIqB;AAAA,cAKrD,6BAAA,EAA+B,CAAA,CAAE,UAIe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-template.ts
|
|
4
|
+
const ShotstackUpdateTemplateInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the template to update in UUID format."),
|
|
6
|
+
name: z.string().describe("Display name for the template."),
|
|
7
|
+
template: z.record(z.string(), z.unknown()).describe("Complete edit configuration containing timeline and output settings. Must include both timeline (with tracks containing clips) and output (with format and resolution) properties.")
|
|
8
|
+
}).describe("Parameters required to update an existing template.");
|
|
9
|
+
const ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema = z.object({
|
|
10
|
+
id: z.string().describe("The unique identifier of the updated template.").nullable().optional(),
|
|
11
|
+
message: z.string().describe("Confirmation message for the template update operation.")
|
|
12
|
+
}).describe("Data object containing template update confirmation details.");
|
|
13
|
+
const shotstackUpdateTemplate = action("SHOTSTACK_UPDATE_TEMPLATE", {
|
|
14
|
+
slug: "shotstack-update-template",
|
|
15
|
+
name: "Update Template",
|
|
16
|
+
description: "Tool to update an existing template by its ID. Use when you need to modify a template's name or edit configuration. Both name and complete template definition must be provided.",
|
|
17
|
+
input: ShotstackUpdateTemplateInput,
|
|
18
|
+
output: z.object({
|
|
19
|
+
message: z.string().describe("Status message indicating the result of the operation."),
|
|
20
|
+
success: z.boolean().describe("Indicates if the request was successful."),
|
|
21
|
+
response: ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema.nullable()
|
|
22
|
+
}).describe("Response schema for template update operation.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { shotstackUpdateTemplate };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-template.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-template.mjs","names":[],"sources":["../../src/actions/update-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShotstackUpdateTemplateInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the template to update in UUID format.\"),\n name: z.string().describe(\"Display name for the template.\"),\n template: z.record(z.string(), z.unknown()).describe(\"Complete edit configuration containing timeline and output settings. Must include both timeline (with tracks containing clips) and output (with format and resolution) properties.\"),\n}).describe(\"Parameters required to update an existing template.\");\nconst ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the updated template.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message for the template update operation.\"),\n}).describe(\"Data object containing template update confirmation details.\");\nexport const ShotstackUpdateTemplateOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message indicating the result of the operation.\"),\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n response: ShotstackUpdateTemplate_UpdateTemplateResponseDataSchema.nullable(),\n}).describe(\"Response schema for template update operation.\");\n\nexport const shotstackUpdateTemplate = action(\"SHOTSTACK_UPDATE_TEMPLATE\", {\n slug: \"shotstack-update-template\",\n name: \"Update Template\",\n description: \"Tool to update an existing template by its ID. Use when you need to modify a template's name or edit configuration. Both name and complete template definition must be provided.\",\n input: ShotstackUpdateTemplateInput,\n output: ShotstackUpdateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oLAAoL;AAC3O,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AACxF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAO1E,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACrF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;EACxE,UAAU,yDAAyD,SAAS;CAC9E,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const shotstack = defineApp({\n slug: \"shotstack\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const shotstack = defineApp({\n slug: \"shotstack\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const shotstackCatalog = {
|
|
4
|
+
"slug": "shotstack",
|
|
5
|
+
"name": "Shotstack",
|
|
6
|
+
"description": "Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.",
|
|
7
|
+
"category": "Video & Audio",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/shotstack",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.shotstackCatalog = shotstackCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const shotstackCatalog: {
|
|
4
|
+
readonly slug: "shotstack";
|
|
5
|
+
readonly name: "Shotstack";
|
|
6
|
+
readonly description: "Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.";
|
|
7
|
+
readonly category: "Video & Audio";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/shotstack";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { shotstackCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const shotstackCatalog: {
|
|
4
|
+
readonly slug: "shotstack";
|
|
5
|
+
readonly name: "Shotstack";
|
|
6
|
+
readonly description: "Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.";
|
|
7
|
+
readonly category: "Video & Audio";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/shotstack";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { shotstackCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const shotstackCatalog = {
|
|
4
|
+
"slug": "shotstack",
|
|
5
|
+
"name": "Shotstack",
|
|
6
|
+
"description": "Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.",
|
|
7
|
+
"category": "Video & Audio",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/shotstack",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { shotstackCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "shotstack";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeShotstackTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeShotstackTool = executeShotstackTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"shotstack\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeShotstackTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "shotstack";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeShotstackTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeShotstackTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"shotstack\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeShotstackTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_create_template = require("./actions/create-template.cjs");
|
|
5
|
+
const require_create_template2 = require("./actions/create-template2.cjs");
|
|
6
|
+
const require_delete_ingested_media = require("./actions/delete-ingested-media.cjs");
|
|
7
|
+
const require_delete_template2 = require("./actions/delete-template2.cjs");
|
|
8
|
+
const require_delete_workflow = require("./actions/delete-workflow.cjs");
|
|
9
|
+
const require_fetch_source = require("./actions/fetch-source.cjs");
|
|
10
|
+
const require_get_assets = require("./actions/get-assets.cjs");
|
|
11
|
+
const require_get_assets_render = require("./actions/get-assets-render.cjs");
|
|
12
|
+
const require_get_render_callback = require("./actions/get-render-callback.cjs");
|
|
13
|
+
const require_get_render_status = require("./actions/get-render-status.cjs");
|
|
14
|
+
const require_get_source = require("./actions/get-source.cjs");
|
|
15
|
+
const require_get_template = require("./actions/get-template.cjs");
|
|
16
|
+
const require_get_template_by_version = require("./actions/get-template-by-version.cjs");
|
|
17
|
+
const require_get_upload_url = require("./actions/get-upload-url.cjs");
|
|
18
|
+
const require_inspect_media = require("./actions/inspect-media.cjs");
|
|
19
|
+
const require_list_sources = require("./actions/list-sources.cjs");
|
|
20
|
+
const require_list_sources2 = require("./actions/list-sources2.cjs");
|
|
21
|
+
const require_list_templates = require("./actions/list-templates.cjs");
|
|
22
|
+
const require_list_templates2 = require("./actions/list-templates2.cjs");
|
|
23
|
+
const require_post_upload = require("./actions/post-upload.cjs");
|
|
24
|
+
const require_render_video = require("./actions/render-video.cjs");
|
|
25
|
+
const require_transfer_asset = require("./actions/transfer-asset.cjs");
|
|
26
|
+
const require_update_template = require("./actions/update-template.cjs");
|
|
27
|
+
require("./actions/index.cjs");
|
|
28
|
+
exports.shotstack = require_app.shotstack;
|
|
29
|
+
exports.shotstackCatalog = require_catalog.shotstackCatalog;
|
|
30
|
+
exports.shotstackCreateTemplate = require_create_template.shotstackCreateTemplate;
|
|
31
|
+
exports.shotstackCreateTemplate2 = require_create_template2.shotstackCreateTemplate2;
|
|
32
|
+
exports.shotstackDeleteIngestedMedia = require_delete_ingested_media.shotstackDeleteIngestedMedia;
|
|
33
|
+
exports.shotstackDeleteTemplate2 = require_delete_template2.shotstackDeleteTemplate2;
|
|
34
|
+
exports.shotstackDeleteWorkflow = require_delete_workflow.shotstackDeleteWorkflow;
|
|
35
|
+
exports.shotstackFetchSource = require_fetch_source.shotstackFetchSource;
|
|
36
|
+
exports.shotstackGetAssets = require_get_assets.shotstackGetAssets;
|
|
37
|
+
exports.shotstackGetAssetsRender = require_get_assets_render.shotstackGetAssetsRender;
|
|
38
|
+
exports.shotstackGetRenderCallback = require_get_render_callback.shotstackGetRenderCallback;
|
|
39
|
+
exports.shotstackGetRenderStatus = require_get_render_status.shotstackGetRenderStatus;
|
|
40
|
+
exports.shotstackGetSource = require_get_source.shotstackGetSource;
|
|
41
|
+
exports.shotstackGetTemplate = require_get_template.shotstackGetTemplate;
|
|
42
|
+
exports.shotstackGetTemplateByVersion = require_get_template_by_version.shotstackGetTemplateByVersion;
|
|
43
|
+
exports.shotstackGetUploadUrl = require_get_upload_url.shotstackGetUploadUrl;
|
|
44
|
+
exports.shotstackInspectMedia = require_inspect_media.shotstackInspectMedia;
|
|
45
|
+
exports.shotstackListSources = require_list_sources.shotstackListSources;
|
|
46
|
+
exports.shotstackListSources2 = require_list_sources2.shotstackListSources2;
|
|
47
|
+
exports.shotstackListTemplates = require_list_templates.shotstackListTemplates;
|
|
48
|
+
exports.shotstackListTemplates2 = require_list_templates2.shotstackListTemplates2;
|
|
49
|
+
exports.shotstackPostUpload = require_post_upload.shotstackPostUpload;
|
|
50
|
+
exports.shotstackRenderVideo = require_render_video.shotstackRenderVideo;
|
|
51
|
+
exports.shotstackTransferAsset = require_transfer_asset.shotstackTransferAsset;
|
|
52
|
+
exports.shotstackUpdateTemplate = require_update_template.shotstackUpdateTemplate;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { shotstackCreateTemplate } from "./actions/create-template.cjs";
|
|
2
|
+
import { shotstackCreateTemplate2 } from "./actions/create-template2.cjs";
|
|
3
|
+
import { shotstackDeleteIngestedMedia } from "./actions/delete-ingested-media.cjs";
|
|
4
|
+
import { shotstackDeleteTemplate2 } from "./actions/delete-template2.cjs";
|
|
5
|
+
import { shotstackDeleteWorkflow } from "./actions/delete-workflow.cjs";
|
|
6
|
+
import { shotstackFetchSource } from "./actions/fetch-source.cjs";
|
|
7
|
+
import { shotstackGetAssets } from "./actions/get-assets.cjs";
|
|
8
|
+
import { shotstackGetAssetsRender } from "./actions/get-assets-render.cjs";
|
|
9
|
+
import { shotstackGetRenderCallback } from "./actions/get-render-callback.cjs";
|
|
10
|
+
import { shotstackGetRenderStatus } from "./actions/get-render-status.cjs";
|
|
11
|
+
import { shotstackGetSource } from "./actions/get-source.cjs";
|
|
12
|
+
import { shotstackGetTemplate } from "./actions/get-template.cjs";
|
|
13
|
+
import { shotstackGetTemplateByVersion } from "./actions/get-template-by-version.cjs";
|
|
14
|
+
import { shotstackGetUploadUrl } from "./actions/get-upload-url.cjs";
|
|
15
|
+
import { shotstackInspectMedia } from "./actions/inspect-media.cjs";
|
|
16
|
+
import { shotstackListSources } from "./actions/list-sources.cjs";
|
|
17
|
+
import { shotstackListSources2 } from "./actions/list-sources2.cjs";
|
|
18
|
+
import { shotstackListTemplates } from "./actions/list-templates.cjs";
|
|
19
|
+
import { shotstackListTemplates2 } from "./actions/list-templates2.cjs";
|
|
20
|
+
import { shotstackPostUpload } from "./actions/post-upload.cjs";
|
|
21
|
+
import { shotstackRenderVideo } from "./actions/render-video.cjs";
|
|
22
|
+
import { shotstackTransferAsset } from "./actions/transfer-asset.cjs";
|
|
23
|
+
import { shotstackUpdateTemplate } from "./actions/update-template.cjs";
|
|
24
|
+
import { shotstack } from "./app.cjs";
|
|
25
|
+
import { shotstackCatalog } from "./catalog.cjs";
|
|
26
|
+
export { shotstack, shotstackCatalog, shotstackCreateTemplate, shotstackCreateTemplate2, shotstackDeleteIngestedMedia, shotstackDeleteTemplate2, shotstackDeleteWorkflow, shotstackFetchSource, shotstackGetAssets, shotstackGetAssetsRender, shotstackGetRenderCallback, shotstackGetRenderStatus, shotstackGetSource, shotstackGetTemplate, shotstackGetTemplateByVersion, shotstackGetUploadUrl, shotstackInspectMedia, shotstackListSources, shotstackListSources2, shotstackListTemplates, shotstackListTemplates2, shotstackPostUpload, shotstackRenderVideo, shotstackTransferAsset, shotstackUpdateTemplate };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { shotstackCreateTemplate } from "./actions/create-template.mjs";
|
|
2
|
+
import { shotstackCreateTemplate2 } from "./actions/create-template2.mjs";
|
|
3
|
+
import { shotstackDeleteIngestedMedia } from "./actions/delete-ingested-media.mjs";
|
|
4
|
+
import { shotstackDeleteTemplate2 } from "./actions/delete-template2.mjs";
|
|
5
|
+
import { shotstackDeleteWorkflow } from "./actions/delete-workflow.mjs";
|
|
6
|
+
import { shotstackFetchSource } from "./actions/fetch-source.mjs";
|
|
7
|
+
import { shotstackGetAssets } from "./actions/get-assets.mjs";
|
|
8
|
+
import { shotstackGetAssetsRender } from "./actions/get-assets-render.mjs";
|
|
9
|
+
import { shotstackGetRenderCallback } from "./actions/get-render-callback.mjs";
|
|
10
|
+
import { shotstackGetRenderStatus } from "./actions/get-render-status.mjs";
|
|
11
|
+
import { shotstackGetSource } from "./actions/get-source.mjs";
|
|
12
|
+
import { shotstackGetTemplate } from "./actions/get-template.mjs";
|
|
13
|
+
import { shotstackGetTemplateByVersion } from "./actions/get-template-by-version.mjs";
|
|
14
|
+
import { shotstackGetUploadUrl } from "./actions/get-upload-url.mjs";
|
|
15
|
+
import { shotstackInspectMedia } from "./actions/inspect-media.mjs";
|
|
16
|
+
import { shotstackListSources } from "./actions/list-sources.mjs";
|
|
17
|
+
import { shotstackListSources2 } from "./actions/list-sources2.mjs";
|
|
18
|
+
import { shotstackListTemplates } from "./actions/list-templates.mjs";
|
|
19
|
+
import { shotstackListTemplates2 } from "./actions/list-templates2.mjs";
|
|
20
|
+
import { shotstackPostUpload } from "./actions/post-upload.mjs";
|
|
21
|
+
import { shotstackRenderVideo } from "./actions/render-video.mjs";
|
|
22
|
+
import { shotstackTransferAsset } from "./actions/transfer-asset.mjs";
|
|
23
|
+
import { shotstackUpdateTemplate } from "./actions/update-template.mjs";
|
|
24
|
+
import { shotstack } from "./app.mjs";
|
|
25
|
+
import { shotstackCatalog } from "./catalog.mjs";
|
|
26
|
+
export { shotstack, shotstackCatalog, shotstackCreateTemplate, shotstackCreateTemplate2, shotstackDeleteIngestedMedia, shotstackDeleteTemplate2, shotstackDeleteWorkflow, shotstackFetchSource, shotstackGetAssets, shotstackGetAssetsRender, shotstackGetRenderCallback, shotstackGetRenderStatus, shotstackGetSource, shotstackGetTemplate, shotstackGetTemplateByVersion, shotstackGetUploadUrl, shotstackInspectMedia, shotstackListSources, shotstackListSources2, shotstackListTemplates, shotstackListTemplates2, shotstackPostUpload, shotstackRenderVideo, shotstackTransferAsset, shotstackUpdateTemplate };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { shotstack } from "./app.mjs";
|
|
2
|
+
import { shotstackCatalog } from "./catalog.mjs";
|
|
3
|
+
import { shotstackCreateTemplate } from "./actions/create-template.mjs";
|
|
4
|
+
import { shotstackCreateTemplate2 } from "./actions/create-template2.mjs";
|
|
5
|
+
import { shotstackDeleteIngestedMedia } from "./actions/delete-ingested-media.mjs";
|
|
6
|
+
import { shotstackDeleteTemplate2 } from "./actions/delete-template2.mjs";
|
|
7
|
+
import { shotstackDeleteWorkflow } from "./actions/delete-workflow.mjs";
|
|
8
|
+
import { shotstackFetchSource } from "./actions/fetch-source.mjs";
|
|
9
|
+
import { shotstackGetAssets } from "./actions/get-assets.mjs";
|
|
10
|
+
import { shotstackGetAssetsRender } from "./actions/get-assets-render.mjs";
|
|
11
|
+
import { shotstackGetRenderCallback } from "./actions/get-render-callback.mjs";
|
|
12
|
+
import { shotstackGetRenderStatus } from "./actions/get-render-status.mjs";
|
|
13
|
+
import { shotstackGetSource } from "./actions/get-source.mjs";
|
|
14
|
+
import { shotstackGetTemplate } from "./actions/get-template.mjs";
|
|
15
|
+
import { shotstackGetTemplateByVersion } from "./actions/get-template-by-version.mjs";
|
|
16
|
+
import { shotstackGetUploadUrl } from "./actions/get-upload-url.mjs";
|
|
17
|
+
import { shotstackInspectMedia } from "./actions/inspect-media.mjs";
|
|
18
|
+
import { shotstackListSources } from "./actions/list-sources.mjs";
|
|
19
|
+
import { shotstackListSources2 } from "./actions/list-sources2.mjs";
|
|
20
|
+
import { shotstackListTemplates } from "./actions/list-templates.mjs";
|
|
21
|
+
import { shotstackListTemplates2 } from "./actions/list-templates2.mjs";
|
|
22
|
+
import { shotstackPostUpload } from "./actions/post-upload.mjs";
|
|
23
|
+
import { shotstackRenderVideo } from "./actions/render-video.mjs";
|
|
24
|
+
import { shotstackTransferAsset } from "./actions/transfer-asset.mjs";
|
|
25
|
+
import { shotstackUpdateTemplate } from "./actions/update-template.mjs";
|
|
26
|
+
import "./actions/index.mjs";
|
|
27
|
+
export { shotstack, shotstackCatalog, shotstackCreateTemplate, shotstackCreateTemplate2, shotstackDeleteIngestedMedia, shotstackDeleteTemplate2, shotstackDeleteWorkflow, shotstackFetchSource, shotstackGetAssets, shotstackGetAssetsRender, shotstackGetRenderCallback, shotstackGetRenderStatus, shotstackGetSource, shotstackGetTemplate, shotstackGetTemplateByVersion, shotstackGetUploadUrl, shotstackInspectMedia, shotstackListSources, shotstackListSources2, shotstackListTemplates, shotstackListTemplates2, shotstackPostUpload, shotstackRenderVideo, shotstackTransferAsset, shotstackUpdateTemplate };
|