@keystrokehq/shortpixel 0.1.2 → 0.1.3
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/actions/add-cdn-domain.cjs +1 -1
- package/dist/actions/add-cdn-domain.cjs.map +1 -1
- package/dist/actions/add-cdn-domain.d.cts +1 -1
- package/dist/actions/add-cdn-domain.d.mts +1 -1
- package/dist/actions/add-cdn-domain.mjs +1 -1
- package/dist/actions/add-cdn-domain.mjs.map +1 -1
- package/dist/actions/bulk-purge-storage.cjs +1 -1
- package/dist/actions/bulk-purge-storage.cjs.map +1 -1
- package/dist/actions/bulk-purge-storage.d.cts +1 -1
- package/dist/actions/bulk-purge-storage.d.mts +1 -1
- package/dist/actions/bulk-purge-storage.mjs +1 -1
- package/dist/actions/bulk-purge-storage.mjs.map +1 -1
- package/dist/actions/check-image-status.cjs +2 -2
- package/dist/actions/check-image-status.cjs.map +1 -1
- package/dist/actions/check-image-status.d.cts +2 -2
- package/dist/actions/check-image-status.d.mts +2 -2
- package/dist/actions/check-image-status.mjs +2 -2
- package/dist/actions/check-image-status.mjs.map +1 -1
- package/dist/actions/clean-up-image.cjs +2 -2
- package/dist/actions/clean-up-image.cjs.map +1 -1
- package/dist/actions/clean-up-image.d.cts +2 -2
- package/dist/actions/clean-up-image.d.mts +2 -2
- package/dist/actions/clean-up-image.mjs +2 -2
- package/dist/actions/clean-up-image.mjs.map +1 -1
- package/dist/actions/get-adaptive-image-cdn.cjs +2 -2
- package/dist/actions/get-adaptive-image-cdn.cjs.map +1 -1
- package/dist/actions/get-adaptive-image-cdn.d.cts +4 -4
- package/dist/actions/get-adaptive-image-cdn.d.mts +4 -4
- package/dist/actions/get-adaptive-image-cdn.mjs +2 -2
- package/dist/actions/get-adaptive-image-cdn.mjs.map +1 -1
- package/dist/actions/get-api-status.cjs +2 -2
- package/dist/actions/get-api-status.cjs.map +1 -1
- package/dist/actions/get-api-status.d.cts +2 -2
- package/dist/actions/get-api-status.d.mts +2 -2
- package/dist/actions/get-api-status.mjs +2 -2
- package/dist/actions/get-api-status.mjs.map +1 -1
- package/dist/actions/get-cdn-usage.cjs +3 -3
- package/dist/actions/get-cdn-usage.cjs.map +1 -1
- package/dist/actions/get-cdn-usage.d.cts +3 -3
- package/dist/actions/get-cdn-usage.d.mts +3 -3
- package/dist/actions/get-cdn-usage.mjs +3 -3
- package/dist/actions/get-cdn-usage.mjs.map +1 -1
- package/dist/actions/optimize-images-by-url.cjs +4 -4
- package/dist/actions/optimize-images-by-url.cjs.map +1 -1
- package/dist/actions/optimize-images-by-url.d.cts +7 -7
- package/dist/actions/optimize-images-by-url.d.mts +7 -7
- package/dist/actions/optimize-images-by-url.mjs +4 -4
- package/dist/actions/optimize-images-by-url.mjs.map +1 -1
- package/dist/actions/read-cdn-domain.cjs +1 -1
- package/dist/actions/read-cdn-domain.cjs.map +1 -1
- package/dist/actions/read-cdn-domain.d.cts +1 -1
- package/dist/actions/read-cdn-domain.d.mts +1 -1
- package/dist/actions/read-cdn-domain.mjs +1 -1
- package/dist/actions/read-cdn-domain.mjs.map +1 -1
- package/dist/actions/revoke-cdn-domain.cjs +1 -1
- package/dist/actions/revoke-cdn-domain.cjs.map +1 -1
- package/dist/actions/revoke-cdn-domain.d.cts +1 -1
- package/dist/actions/revoke-cdn-domain.d.mts +1 -1
- package/dist/actions/revoke-cdn-domain.mjs +1 -1
- package/dist/actions/revoke-cdn-domain.mjs.map +1 -1
- package/dist/actions/set-cdn-domain.cjs +1 -1
- package/dist/actions/set-cdn-domain.cjs.map +1 -1
- package/dist/actions/set-cdn-domain.d.cts +1 -1
- package/dist/actions/set-cdn-domain.d.mts +1 -1
- package/dist/actions/set-cdn-domain.mjs +1 -1
- package/dist/actions/set-cdn-domain.mjs.map +1 -1
- package/dist/actions/upload-and-optimize-images.cjs +3 -3
- package/dist/actions/upload-and-optimize-images.cjs.map +1 -1
- package/dist/actions/upload-and-optimize-images.d.cts +5 -5
- package/dist/actions/upload-and-optimize-images.d.mts +5 -5
- package/dist/actions/upload-and-optimize-images.mjs +3 -3
- package/dist/actions/upload-and-optimize-images.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ declare const ShortpixelSetCdnDomainInput: z.ZodObject<{
|
|
|
7
7
|
declare const ShortpixelSetCdnDomainOutput: z.ZodObject<{
|
|
8
8
|
Status: z.ZodNullable<z.ZodNumber>;
|
|
9
9
|
Message: z.ZodNullable<z.ZodString>;
|
|
10
|
-
}, z.core.$
|
|
10
|
+
}, z.core.$loose>;
|
|
11
11
|
declare const shortpixelSetCdnDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
domain: string;
|
|
13
13
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -8,7 +8,7 @@ const shortpixelSetCdnDomain = action("SHORTPIXEL_SET_CDN_DOMAIN", {
|
|
|
8
8
|
output: z.object({
|
|
9
9
|
Status: z.number().int().describe("Status code returned by the API (1=success, other values indicate issues)").nullable(),
|
|
10
10
|
Message: z.string().describe("Details on the result of the set domain operation").nullable()
|
|
11
|
-
}).describe("Response model for set CDN domain action.")
|
|
11
|
+
}).passthrough().describe("Response model for set CDN domain action.")
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
14
|
export { shortpixelSetCdnDomain };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-cdn-domain.mjs","names":[],"sources":["../../src/actions/set-cdn-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelSetCdnDomainInput = z.object({\n domain: z.string().describe(\"Domain name to associate with the API key (e.g., example.com)\"),\n}).describe(\"Request model for associating an API key with an existing domain.\");\nexport const ShortpixelSetCdnDomainOutput = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (1=success, other values indicate issues)\").nullable(),\n Message: z.string().describe(\"Details on the result of the set domain operation\").nullable(),\n}).describe(\"Response model for set CDN domain action.\");\n\nexport const shortpixelSetCdnDomain = action(\"SHORTPIXEL_SET_CDN_DOMAIN\", {\n slug: \"shortpixel-set-cdn-domain\",\n name: \"Set CDN Domain\",\n description: \"Tool to associate an API key with an existing domain. Unlike add-domain, this does not create a new domain - it only associates a user ID if not already associated. Use when you need to claim unassociated domains.\",\n input: ShortpixelSetCdnDomainInput,\n output: ShortpixelSetCdnDomainOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyC,EAAE,OAAO,EAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC,CAAC,CAAC,SAAS,mEAUH;CACP,QAV0C,EAAE,OAAO;EACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACxH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"set-cdn-domain.mjs","names":[],"sources":["../../src/actions/set-cdn-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelSetCdnDomainInput = z.object({\n domain: z.string().describe(\"Domain name to associate with the API key (e.g., example.com)\"),\n}).describe(\"Request model for associating an API key with an existing domain.\");\nexport const ShortpixelSetCdnDomainOutput = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (1=success, other values indicate issues)\").nullable(),\n Message: z.string().describe(\"Details on the result of the set domain operation\").nullable(),\n}).passthrough().describe(\"Response model for set CDN domain action.\");\n\nexport const shortpixelSetCdnDomain = action(\"SHORTPIXEL_SET_CDN_DOMAIN\", {\n slug: \"shortpixel-set-cdn-domain\",\n name: \"Set CDN Domain\",\n description: \"Tool to associate an API key with an existing domain. Unlike add-domain, this does not create a new domain - it only associates a user ID if not already associated. Use when you need to claim unassociated domains.\",\n input: ShortpixelSetCdnDomainInput,\n output: ShortpixelSetCdnDomainOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyC,EAAE,OAAO,EAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC,CAAC,CAAC,SAAS,mEAUH;CACP,QAV0C,EAAE,OAAO;EACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACxH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
|
|
@@ -29,7 +29,7 @@ const ShortpixelUploadAndOptimizeImagesInput = zod.z.object({
|
|
|
29
29
|
const ShortpixelUploadAndOptimizeImages_StatusInfoSchema = zod.z.object({
|
|
30
30
|
Code: zod.z.number().int().describe("Status code: 1=scheduled, 2=ready, negative values indicate errors").nullable(),
|
|
31
31
|
Message: zod.z.string().describe("Human-readable status message").nullable()
|
|
32
|
-
}).describe("Status information for an optimized image.");
|
|
32
|
+
}).passthrough().describe("Status information for an optimized image.");
|
|
33
33
|
const ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = zod.z.object({
|
|
34
34
|
Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),
|
|
35
35
|
LossyURL: zod.z.string().describe("URL to download the lossy optimized image").nullable().optional(),
|
|
@@ -37,8 +37,8 @@ const ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = zod.z.object({
|
|
|
37
37
|
LosslessURL: zod.z.string().describe("URL to download the lossless optimized image").nullable().optional(),
|
|
38
38
|
OriginalURL: zod.z.string().describe("Temporary URL for tracking pending optimization").nullable().optional(),
|
|
39
39
|
OriginalSize: zod.z.number().int().describe("Original image size in bytes").nullable().optional()
|
|
40
|
-
}).describe("Information about an optimized image.");
|
|
41
|
-
const ShortpixelUploadAndOptimizeImagesOutput = zod.z.object({ results: zod.z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe("List of optimized image results") }).describe("Response model for upload and optimize images action.\nReturns a list of optimized image results.");
|
|
40
|
+
}).passthrough().describe("Information about an optimized image.");
|
|
41
|
+
const ShortpixelUploadAndOptimizeImagesOutput = zod.z.object({ results: zod.z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe("List of optimized image results") }).passthrough().describe("Response model for upload and optimize images action.\nReturns a list of optimized image results.");
|
|
42
42
|
const shortpixelUploadAndOptimizeImages = require_action.action("SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES", {
|
|
43
43
|
slug: "shortpixel-upload-and-optimize-images",
|
|
44
44
|
name: "Upload and Optimize Images",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload-and-optimize-images.cjs","names":["z","action"],"sources":["../../src/actions/upload-and-optimize-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelUploadAndOptimizeImagesInput = z.object({\n file1: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"First image file to upload and optimize.\"),\n file2: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"Second image file to upload and optimize (optional).\").optional(),\n lossy: z.union([z.literal(0), z.literal(1), z.literal(2)]).default(1).describe(\"Compression type for image optimization.\").optional(),\n resize: z.union([z.literal(0), z.literal(1), z.literal(3), z.literal(4)]).describe(\"Resize type for image resizing.\").optional(),\n convertto: z.string().describe(\"Format conversion options: +webp, +avif, or +webp|+avif\").optional(),\n plugin_version: z.string().describe(\"5 character max alphanumeric code for your API client identifier\").optional(),\n}).describe(\"Request model for uploading and optimizing images on ShortPixel.\");\nconst ShortpixelUploadAndOptimizeImages_StatusInfoSchema = z.object({\n Code: z.number().int().describe(\"Status code: 1=scheduled, 2=ready, negative values indicate errors\").nullable(),\n Message: z.string().describe(\"Human-readable status message\").nullable(),\n}).describe(\"Status information for an optimized image.\");\nconst ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({\n Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL to download the lossy optimized image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Lossy optimized image size in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL to download the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"Temporary URL for tracking pending optimization\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Original image size in bytes\").nullable().optional(),\n}).describe(\"Information about an optimized image.\");\nexport const ShortpixelUploadAndOptimizeImagesOutput = z.object({\n results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe(\"List of optimized image results\"),\n}).describe(\"Response model for upload and optimize images action.\\nReturns a list of optimized image results.\");\n\nexport const shortpixelUploadAndOptimizeImages = action(\"SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES\", {\n slug: \"shortpixel-upload-and-optimize-images\",\n name: \"Upload and Optimize Images\",\n description: \"Tool to upload and optimize images that are not accessible online. Uses multipart form data to upload files directly and applies optimization parameters like compression type, resize options, and format conversion.\",\n input: ShortpixelUploadAndOptimizeImagesInput,\n output: ShortpixelUploadAndOptimizeImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO;EAChB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACpD,OAAOA,IAAAA,EAAE,OAAO;EAChB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpI,QAAQA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qDAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"upload-and-optimize-images.cjs","names":["z","action"],"sources":["../../src/actions/upload-and-optimize-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelUploadAndOptimizeImagesInput = z.object({\n file1: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"First image file to upload and optimize.\"),\n file2: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"Second image file to upload and optimize (optional).\").optional(),\n lossy: z.union([z.literal(0), z.literal(1), z.literal(2)]).default(1).describe(\"Compression type for image optimization.\").optional(),\n resize: z.union([z.literal(0), z.literal(1), z.literal(3), z.literal(4)]).describe(\"Resize type for image resizing.\").optional(),\n convertto: z.string().describe(\"Format conversion options: +webp, +avif, or +webp|+avif\").optional(),\n plugin_version: z.string().describe(\"5 character max alphanumeric code for your API client identifier\").optional(),\n}).describe(\"Request model for uploading and optimizing images on ShortPixel.\");\nconst ShortpixelUploadAndOptimizeImages_StatusInfoSchema = z.object({\n Code: z.number().int().describe(\"Status code: 1=scheduled, 2=ready, negative values indicate errors\").nullable(),\n Message: z.string().describe(\"Human-readable status message\").nullable(),\n}).passthrough().describe(\"Status information for an optimized image.\");\nconst ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({\n Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL to download the lossy optimized image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Lossy optimized image size in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL to download the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"Temporary URL for tracking pending optimization\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Original image size in bytes\").nullable().optional(),\n}).passthrough().describe(\"Information about an optimized image.\");\nexport const ShortpixelUploadAndOptimizeImagesOutput = z.object({\n results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe(\"List of optimized image results\"),\n}).passthrough().describe(\"Response model for upload and optimize images action.\\nReturns a list of optimized image results.\");\n\nexport const shortpixelUploadAndOptimizeImages = action(\"SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES\", {\n slug: \"shortpixel-upload-and-optimize-images\",\n name: \"Upload and Optimize Images\",\n description: \"Tool to upload and optimize images that are not accessible online. Uses multipart form data to upload files directly and applies optimization parameters like compression type, resize options, and format conversion.\",\n input: ShortpixelUploadAndOptimizeImagesInput,\n output: ShortpixelUploadAndOptimizeImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO;EAChB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACpD,OAAOA,IAAAA,EAAE,OAAO;EAChB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpI,QAAQA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qDAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,yDAAyDA,IAAAA,EAAE,OAAO;CACtE,QAAQ,mDAAmD,SAAS;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,0CAA0CA,IAAAA,EAAE,OAAO,EAC9D,SAASA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,iCAAiC,EACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mGAAmG;AAE7H,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -22,14 +22,14 @@ declare const ShortpixelUploadAndOptimizeImagesOutput: z.ZodObject<{
|
|
|
22
22
|
Status: z.ZodNullable<z.ZodObject<{
|
|
23
23
|
Code: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
Message: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
26
|
LossyURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
27
|
LossySize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
28
|
LosslessURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
OriginalURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
30
|
OriginalSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
-
}, z.core.$
|
|
32
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
}, z.core.$loose>;
|
|
33
33
|
declare const shortpixelUploadAndOptimizeImages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
file1: {
|
|
35
35
|
name: string;
|
|
@@ -41,8 +41,8 @@ declare const shortpixelUploadAndOptimizeImages: import("@keystrokehq/action").W
|
|
|
41
41
|
s3key: string;
|
|
42
42
|
mimetype: string;
|
|
43
43
|
} | undefined;
|
|
44
|
-
lossy?: 0 |
|
|
45
|
-
resize?: 0 | 1 |
|
|
44
|
+
lossy?: 0 | 1 | 2 | undefined;
|
|
45
|
+
resize?: 0 | 1 | 3 | 4 | undefined;
|
|
46
46
|
convertto?: string | undefined;
|
|
47
47
|
plugin_version?: string | undefined;
|
|
48
48
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -22,14 +22,14 @@ declare const ShortpixelUploadAndOptimizeImagesOutput: z.ZodObject<{
|
|
|
22
22
|
Status: z.ZodNullable<z.ZodObject<{
|
|
23
23
|
Code: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
Message: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
26
|
LossyURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
27
|
LossySize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
28
|
LosslessURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
OriginalURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
30
|
OriginalSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
-
}, z.core.$
|
|
32
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
}, z.core.$loose>;
|
|
33
33
|
declare const shortpixelUploadAndOptimizeImages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
file1: {
|
|
35
35
|
name: string;
|
|
@@ -41,8 +41,8 @@ declare const shortpixelUploadAndOptimizeImages: import("@keystrokehq/action").W
|
|
|
41
41
|
s3key: string;
|
|
42
42
|
mimetype: string;
|
|
43
43
|
} | undefined;
|
|
44
|
-
lossy?: 0 |
|
|
45
|
-
resize?: 0 | 1 |
|
|
44
|
+
lossy?: 0 | 1 | 2 | undefined;
|
|
45
|
+
resize?: 0 | 1 | 3 | 4 | undefined;
|
|
46
46
|
convertto?: string | undefined;
|
|
47
47
|
plugin_version?: string | undefined;
|
|
48
48
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -29,7 +29,7 @@ const ShortpixelUploadAndOptimizeImagesInput = z.object({
|
|
|
29
29
|
const ShortpixelUploadAndOptimizeImages_StatusInfoSchema = z.object({
|
|
30
30
|
Code: z.number().int().describe("Status code: 1=scheduled, 2=ready, negative values indicate errors").nullable(),
|
|
31
31
|
Message: z.string().describe("Human-readable status message").nullable()
|
|
32
|
-
}).describe("Status information for an optimized image.");
|
|
32
|
+
}).passthrough().describe("Status information for an optimized image.");
|
|
33
33
|
const ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({
|
|
34
34
|
Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),
|
|
35
35
|
LossyURL: z.string().describe("URL to download the lossy optimized image").nullable().optional(),
|
|
@@ -37,13 +37,13 @@ const ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({
|
|
|
37
37
|
LosslessURL: z.string().describe("URL to download the lossless optimized image").nullable().optional(),
|
|
38
38
|
OriginalURL: z.string().describe("Temporary URL for tracking pending optimization").nullable().optional(),
|
|
39
39
|
OriginalSize: z.number().int().describe("Original image size in bytes").nullable().optional()
|
|
40
|
-
}).describe("Information about an optimized image.");
|
|
40
|
+
}).passthrough().describe("Information about an optimized image.");
|
|
41
41
|
const shortpixelUploadAndOptimizeImages = action("SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES", {
|
|
42
42
|
slug: "shortpixel-upload-and-optimize-images",
|
|
43
43
|
name: "Upload and Optimize Images",
|
|
44
44
|
description: "Tool to upload and optimize images that are not accessible online. Uses multipart form data to upload files directly and applies optimization parameters like compression type, resize options, and format conversion.",
|
|
45
45
|
input: ShortpixelUploadAndOptimizeImagesInput,
|
|
46
|
-
output: z.object({ results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe("List of optimized image results") }).describe("Response model for upload and optimize images action.\nReturns a list of optimized image results.")
|
|
46
|
+
output: z.object({ results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe("List of optimized image results") }).passthrough().describe("Response model for upload and optimize images action.\nReturns a list of optimized image results.")
|
|
47
47
|
});
|
|
48
48
|
//#endregion
|
|
49
49
|
export { shortpixelUploadAndOptimizeImages };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload-and-optimize-images.mjs","names":[],"sources":["../../src/actions/upload-and-optimize-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelUploadAndOptimizeImagesInput = z.object({\n file1: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"First image file to upload and optimize.\"),\n file2: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"Second image file to upload and optimize (optional).\").optional(),\n lossy: z.union([z.literal(0), z.literal(1), z.literal(2)]).default(1).describe(\"Compression type for image optimization.\").optional(),\n resize: z.union([z.literal(0), z.literal(1), z.literal(3), z.literal(4)]).describe(\"Resize type for image resizing.\").optional(),\n convertto: z.string().describe(\"Format conversion options: +webp, +avif, or +webp|+avif\").optional(),\n plugin_version: z.string().describe(\"5 character max alphanumeric code for your API client identifier\").optional(),\n}).describe(\"Request model for uploading and optimizing images on ShortPixel.\");\nconst ShortpixelUploadAndOptimizeImages_StatusInfoSchema = z.object({\n Code: z.number().int().describe(\"Status code: 1=scheduled, 2=ready, negative values indicate errors\").nullable(),\n Message: z.string().describe(\"Human-readable status message\").nullable(),\n}).describe(\"Status information for an optimized image.\");\nconst ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({\n Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL to download the lossy optimized image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Lossy optimized image size in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL to download the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"Temporary URL for tracking pending optimization\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Original image size in bytes\").nullable().optional(),\n}).describe(\"Information about an optimized image.\");\nexport const ShortpixelUploadAndOptimizeImagesOutput = z.object({\n results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe(\"List of optimized image results\"),\n}).describe(\"Response model for upload and optimize images action.\\nReturns a list of optimized image results.\");\n\nexport const shortpixelUploadAndOptimizeImages = action(\"SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES\", {\n slug: \"shortpixel-upload-and-optimize-images\",\n name: \"Upload and Optimize Images\",\n description: \"Tool to upload and optimize images that are not accessible online. Uses multipart form data to upload files directly and applies optimization parameters like compression type, resize options, and format conversion.\",\n input: ShortpixelUploadAndOptimizeImagesInput,\n output: ShortpixelUploadAndOptimizeImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyC,EAAE,OAAO;CAC7D,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACpD,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC3E,OAAO,EAAE,MAAM;EAAC,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpI,QAAQ,EAAE,MAAM;EAAC,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qDAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,4CAA4C;
|
|
1
|
+
{"version":3,"file":"upload-and-optimize-images.mjs","names":[],"sources":["../../src/actions/upload-and-optimize-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelUploadAndOptimizeImagesInput = z.object({\n file1: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"First image file to upload and optimize.\"),\n file2: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"Second image file to upload and optimize (optional).\").optional(),\n lossy: z.union([z.literal(0), z.literal(1), z.literal(2)]).default(1).describe(\"Compression type for image optimization.\").optional(),\n resize: z.union([z.literal(0), z.literal(1), z.literal(3), z.literal(4)]).describe(\"Resize type for image resizing.\").optional(),\n convertto: z.string().describe(\"Format conversion options: +webp, +avif, or +webp|+avif\").optional(),\n plugin_version: z.string().describe(\"5 character max alphanumeric code for your API client identifier\").optional(),\n}).describe(\"Request model for uploading and optimizing images on ShortPixel.\");\nconst ShortpixelUploadAndOptimizeImages_StatusInfoSchema = z.object({\n Code: z.number().int().describe(\"Status code: 1=scheduled, 2=ready, negative values indicate errors\").nullable(),\n Message: z.string().describe(\"Human-readable status message\").nullable(),\n}).passthrough().describe(\"Status information for an optimized image.\");\nconst ShortpixelUploadAndOptimizeImages_OptimizedImageSchema = z.object({\n Status: ShortpixelUploadAndOptimizeImages_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL to download the lossy optimized image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Lossy optimized image size in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL to download the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"Temporary URL for tracking pending optimization\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Original image size in bytes\").nullable().optional(),\n}).passthrough().describe(\"Information about an optimized image.\");\nexport const ShortpixelUploadAndOptimizeImagesOutput = z.object({\n results: z.array(ShortpixelUploadAndOptimizeImages_OptimizedImageSchema).describe(\"List of optimized image results\"),\n}).passthrough().describe(\"Response model for upload and optimize images action.\\nReturns a list of optimized image results.\");\n\nexport const shortpixelUploadAndOptimizeImages = action(\"SHORTPIXEL_UPLOAD_AND_OPTIMIZE_IMAGES\", {\n slug: \"shortpixel-upload-and-optimize-images\",\n name: \"Upload and Optimize Images\",\n description: \"Tool to upload and optimize images that are not accessible online. Uses multipart form data to upload files directly and applies optimization parameters like compression type, resize options, and format conversion.\",\n input: ShortpixelUploadAndOptimizeImagesInput,\n output: ShortpixelUploadAndOptimizeImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAyC,EAAE,OAAO;CAC7D,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACpD,OAAO,EAAE,OAAO;EAChB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC3E,OAAO,EAAE,MAAM;EAAC,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpI,QAAQ,EAAE,MAAM;EAAC,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qDAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,yDAAyD,EAAE,OAAO;CACtE,QAAQ,mDAAmD,SAAS;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,SAAS,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,iCAAiC,EACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mGAOhB;AACV,CAAC"}
|