@keystrokehq/shortpixel 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.
Files changed (130) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-cdn-domain.cjs +19 -0
  7. package/dist/actions/add-cdn-domain.cjs.map +1 -0
  8. package/dist/actions/add-cdn-domain.d.cts +9 -0
  9. package/dist/actions/add-cdn-domain.d.cts.map +1 -0
  10. package/dist/actions/add-cdn-domain.d.mts +9 -0
  11. package/dist/actions/add-cdn-domain.d.mts.map +1 -0
  12. package/dist/actions/add-cdn-domain.mjs +16 -0
  13. package/dist/actions/add-cdn-domain.mjs.map +1 -0
  14. package/dist/actions/bulk-purge-storage.cjs +19 -0
  15. package/dist/actions/bulk-purge-storage.cjs.map +1 -0
  16. package/dist/actions/bulk-purge-storage.d.cts +9 -0
  17. package/dist/actions/bulk-purge-storage.d.cts.map +1 -0
  18. package/dist/actions/bulk-purge-storage.d.mts +9 -0
  19. package/dist/actions/bulk-purge-storage.d.mts.map +1 -0
  20. package/dist/actions/bulk-purge-storage.mjs +16 -0
  21. package/dist/actions/bulk-purge-storage.mjs.map +1 -0
  22. package/dist/actions/check-image-status.cjs +42 -0
  23. package/dist/actions/check-image-status.cjs.map +1 -0
  24. package/dist/actions/check-image-status.d.cts +9 -0
  25. package/dist/actions/check-image-status.d.cts.map +1 -0
  26. package/dist/actions/check-image-status.d.mts +9 -0
  27. package/dist/actions/check-image-status.d.mts.map +1 -0
  28. package/dist/actions/check-image-status.mjs +41 -0
  29. package/dist/actions/check-image-status.mjs.map +1 -0
  30. package/dist/actions/clean-up-image.cjs +20 -0
  31. package/dist/actions/clean-up-image.cjs.map +1 -0
  32. package/dist/actions/clean-up-image.d.cts +9 -0
  33. package/dist/actions/clean-up-image.d.cts.map +1 -0
  34. package/dist/actions/clean-up-image.d.mts +9 -0
  35. package/dist/actions/clean-up-image.d.mts.map +1 -0
  36. package/dist/actions/clean-up-image.mjs +19 -0
  37. package/dist/actions/clean-up-image.mjs.map +1 -0
  38. package/dist/actions/get-adaptive-image-cdn.cjs +54 -0
  39. package/dist/actions/get-adaptive-image-cdn.cjs.map +1 -0
  40. package/dist/actions/get-adaptive-image-cdn.d.cts +9 -0
  41. package/dist/actions/get-adaptive-image-cdn.d.cts.map +1 -0
  42. package/dist/actions/get-adaptive-image-cdn.d.mts +9 -0
  43. package/dist/actions/get-adaptive-image-cdn.d.mts.map +1 -0
  44. package/dist/actions/get-adaptive-image-cdn.mjs +53 -0
  45. package/dist/actions/get-adaptive-image-cdn.mjs.map +1 -0
  46. package/dist/actions/get-api-status.cjs +30 -0
  47. package/dist/actions/get-api-status.cjs.map +1 -0
  48. package/dist/actions/get-api-status.d.cts +9 -0
  49. package/dist/actions/get-api-status.d.cts.map +1 -0
  50. package/dist/actions/get-api-status.d.mts +9 -0
  51. package/dist/actions/get-api-status.d.mts.map +1 -0
  52. package/dist/actions/get-api-status.mjs +29 -0
  53. package/dist/actions/get-api-status.mjs.map +1 -0
  54. package/dist/actions/get-cdn-usage.cjs +32 -0
  55. package/dist/actions/get-cdn-usage.cjs.map +1 -0
  56. package/dist/actions/get-cdn-usage.d.cts +9 -0
  57. package/dist/actions/get-cdn-usage.d.cts.map +1 -0
  58. package/dist/actions/get-cdn-usage.d.mts +9 -0
  59. package/dist/actions/get-cdn-usage.d.mts.map +1 -0
  60. package/dist/actions/get-cdn-usage.mjs +29 -0
  61. package/dist/actions/get-cdn-usage.mjs.map +1 -0
  62. package/dist/actions/index.cjs +25 -0
  63. package/dist/actions/index.d.cts +13 -0
  64. package/dist/actions/index.d.mts +13 -0
  65. package/dist/actions/index.mjs +13 -0
  66. package/dist/actions/optimize-images-by-url.cjs +74 -0
  67. package/dist/actions/optimize-images-by-url.cjs.map +1 -0
  68. package/dist/actions/optimize-images-by-url.d.cts +9 -0
  69. package/dist/actions/optimize-images-by-url.d.cts.map +1 -0
  70. package/dist/actions/optimize-images-by-url.d.mts +9 -0
  71. package/dist/actions/optimize-images-by-url.d.mts.map +1 -0
  72. package/dist/actions/optimize-images-by-url.mjs +73 -0
  73. package/dist/actions/optimize-images-by-url.mjs.map +1 -0
  74. package/dist/actions/read-cdn-domain.cjs +16 -0
  75. package/dist/actions/read-cdn-domain.cjs.map +1 -0
  76. package/dist/actions/read-cdn-domain.d.cts +9 -0
  77. package/dist/actions/read-cdn-domain.d.cts.map +1 -0
  78. package/dist/actions/read-cdn-domain.d.mts +9 -0
  79. package/dist/actions/read-cdn-domain.d.mts.map +1 -0
  80. package/dist/actions/read-cdn-domain.mjs +13 -0
  81. package/dist/actions/read-cdn-domain.mjs.map +1 -0
  82. package/dist/actions/revoke-cdn-domain.cjs +19 -0
  83. package/dist/actions/revoke-cdn-domain.cjs.map +1 -0
  84. package/dist/actions/revoke-cdn-domain.d.cts +9 -0
  85. package/dist/actions/revoke-cdn-domain.d.cts.map +1 -0
  86. package/dist/actions/revoke-cdn-domain.d.mts +9 -0
  87. package/dist/actions/revoke-cdn-domain.d.mts.map +1 -0
  88. package/dist/actions/revoke-cdn-domain.mjs +16 -0
  89. package/dist/actions/revoke-cdn-domain.mjs.map +1 -0
  90. package/dist/actions/set-cdn-domain.cjs +19 -0
  91. package/dist/actions/set-cdn-domain.cjs.map +1 -0
  92. package/dist/actions/set-cdn-domain.d.cts +9 -0
  93. package/dist/actions/set-cdn-domain.d.cts.map +1 -0
  94. package/dist/actions/set-cdn-domain.d.mts +9 -0
  95. package/dist/actions/set-cdn-domain.d.mts.map +1 -0
  96. package/dist/actions/set-cdn-domain.mjs +16 -0
  97. package/dist/actions/set-cdn-domain.mjs.map +1 -0
  98. package/dist/actions/upload-and-optimize-images.cjs +52 -0
  99. package/dist/actions/upload-and-optimize-images.cjs.map +1 -0
  100. package/dist/actions/upload-and-optimize-images.d.cts +9 -0
  101. package/dist/actions/upload-and-optimize-images.d.cts.map +1 -0
  102. package/dist/actions/upload-and-optimize-images.d.mts +9 -0
  103. package/dist/actions/upload-and-optimize-images.d.mts.map +1 -0
  104. package/dist/actions/upload-and-optimize-images.mjs +51 -0
  105. package/dist/actions/upload-and-optimize-images.mjs.map +1 -0
  106. package/dist/app.cjs +9 -0
  107. package/dist/app.cjs.map +1 -0
  108. package/dist/app.d.cts +5 -0
  109. package/dist/app.d.cts.map +1 -0
  110. package/dist/app.d.mts +5 -0
  111. package/dist/app.d.mts.map +1 -0
  112. package/dist/app.mjs +10 -0
  113. package/dist/app.mjs.map +1 -0
  114. package/dist/catalog.cjs +15 -0
  115. package/dist/catalog.cjs.map +1 -0
  116. package/dist/catalog.d.cts +14 -0
  117. package/dist/catalog.d.cts.map +1 -0
  118. package/dist/catalog.d.mts +14 -0
  119. package/dist/catalog.d.mts.map +1 -0
  120. package/dist/catalog.mjs +15 -0
  121. package/dist/catalog.mjs.map +1 -0
  122. package/dist/execute.cjs +18 -0
  123. package/dist/execute.cjs.map +1 -0
  124. package/dist/execute.mjs +18 -0
  125. package/dist/execute.mjs.map +1 -0
  126. package/dist/index.cjs +30 -0
  127. package/dist/index.d.cts +15 -0
  128. package/dist/index.d.mts +15 -0
  129. package/dist/index.mjs +16 -0
  130. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/shortpixel
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `shortpixel`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 12
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { shortpixelAddCdnDomain } from "@keystrokehq/shortpixel/actions";
12
+
13
+ export default defineAgent({
14
+ key: "shortpixel-agent",
15
+ tools: [shortpixelAddCdnDomain],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.shortpixel.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeShortpixelTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["shortpixel","executeShortpixelTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { shortpixel } from \"./app\";\nimport { executeShortpixelTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return shortpixel.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeShortpixelTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,WAAW,OAAO;EACvB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,sBAAsB,MAAM,KAAgC,CAAC;EAC7F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { shortpixel } from "./app.mjs";
2
+ import { executeShortpixelTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return shortpixel.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeShortpixelTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { shortpixel } from \"./app\";\nimport { executeShortpixelTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return shortpixel.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeShortpixelTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,WAAW,OAAO;EACvB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,sBAAsB,MAAM,KAAgC,CAAC;EAC7F;CACF,CAAC;AACH"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/add-cdn-domain.ts
4
+ const ShortpixelAddCdnDomainInput = zod.z.object({ domain: zod.z.string().describe("Domain name to add to the CDN (e.g., example.com or test-domain-example.com)") }).describe("Request model for adding a domain to ShortPixel CDN.");
5
+ const ShortpixelAddCdnDomainOutput = zod.z.object({
6
+ Status: zod.z.number().int().describe("Status code returned by the API (2=OK, 3=error)"),
7
+ Message: zod.z.string().describe("Human-readable message about the operation result")
8
+ }).describe("Response model for adding a domain to ShortPixel CDN.");
9
+ const shortpixelAddCdnDomain = require_action.action("SHORTPIXEL_ADD_CDN_DOMAIN", {
10
+ slug: "shortpixel-add-cdn-domain",
11
+ name: "Add CDN Domain",
12
+ description: "Tool to add a new domain to the ShortPixel CDN system and associate it with your API key. Use when you need to register a domain for CDN services. If the domain already exists without a user, it will be associated with your API key.",
13
+ input: ShortpixelAddCdnDomainInput,
14
+ output: ShortpixelAddCdnDomainOutput
15
+ });
16
+ //#endregion
17
+ exports.shortpixelAddCdnDomain = shortpixelAddCdnDomain;
18
+
19
+ //# sourceMappingURL=add-cdn-domain.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-cdn-domain.cjs","names":["z","action"],"sources":["../../src/actions/add-cdn-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelAddCdnDomainInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain name to add to the CDN (e.g., example.com or test-domain-example.com)\"),\n}).describe(\"Request model for adding a domain to ShortPixel CDN.\");\nexport const ShortpixelAddCdnDomainOutput: z.ZodTypeAny = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (2=OK, 3=error)\"),\n Message: z.string().describe(\"Human-readable message about the operation result\"),\n}).describe(\"Response model for adding a domain to ShortPixel CDN.\");\n\nexport const shortpixelAddCdnDomain = action(\"SHORTPIXEL_ADD_CDN_DOMAIN\", {\n slug: \"shortpixel-add-cdn-domain\",\n name: \"Add CDN Domain\",\n description: \"Tool to add a new domain to the ShortPixel CDN system and associate it with your API key. Use when you need to register a domain for CDN services. If the domain already exists without a user, it will be associated with your API key.\",\n input: ShortpixelAddCdnDomainInput,\n output: ShortpixelAddCdnDomainOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,EAC5G,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAClF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/add-cdn-domain.d.ts
4
+ declare const ShortpixelAddCdnDomainInput: z.ZodTypeAny;
5
+ declare const ShortpixelAddCdnDomainOutput: z.ZodTypeAny;
6
+ declare const shortpixelAddCdnDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelAddCdnDomain };
9
+ //# sourceMappingURL=add-cdn-domain.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-cdn-domain.d.cts","names":[],"sources":["../../src/actions/add-cdn-domain.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cACtD,4BAAA,EAA8B,CAAA,CAAE,UAGuB;AAAA,cAEvD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/add-cdn-domain.d.ts
4
+ declare const ShortpixelAddCdnDomainInput: z.ZodTypeAny;
5
+ declare const ShortpixelAddCdnDomainOutput: z.ZodTypeAny;
6
+ declare const shortpixelAddCdnDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelAddCdnDomain };
9
+ //# sourceMappingURL=add-cdn-domain.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-cdn-domain.d.mts","names":[],"sources":["../../src/actions/add-cdn-domain.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cACtD,4BAAA,EAA8B,CAAA,CAAE,UAGuB;AAAA,cAEvD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortpixelAddCdnDomain = action("SHORTPIXEL_ADD_CDN_DOMAIN", {
4
+ slug: "shortpixel-add-cdn-domain",
5
+ name: "Add CDN Domain",
6
+ description: "Tool to add a new domain to the ShortPixel CDN system and associate it with your API key. Use when you need to register a domain for CDN services. If the domain already exists without a user, it will be associated with your API key.",
7
+ input: z.object({ domain: z.string().describe("Domain name to add to the CDN (e.g., example.com or test-domain-example.com)") }).describe("Request model for adding a domain to ShortPixel CDN."),
8
+ output: z.object({
9
+ Status: z.number().int().describe("Status code returned by the API (2=OK, 3=error)"),
10
+ Message: z.string().describe("Human-readable message about the operation result")
11
+ }).describe("Response model for adding a domain to ShortPixel CDN.")
12
+ });
13
+ //#endregion
14
+ export { shortpixelAddCdnDomain };
15
+
16
+ //# sourceMappingURL=add-cdn-domain.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-cdn-domain.mjs","names":[],"sources":["../../src/actions/add-cdn-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelAddCdnDomainInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain name to add to the CDN (e.g., example.com or test-domain-example.com)\"),\n}).describe(\"Request model for adding a domain to ShortPixel CDN.\");\nexport const ShortpixelAddCdnDomainOutput: z.ZodTypeAny = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (2=OK, 3=error)\"),\n Message: z.string().describe(\"Human-readable message about the operation result\"),\n}).describe(\"Response model for adding a domain to ShortPixel CDN.\");\n\nexport const shortpixelAddCdnDomain = action(\"SHORTPIXEL_ADD_CDN_DOMAIN\", {\n slug: \"shortpixel-add-cdn-domain\",\n name: \"Add CDN Domain\",\n description: \"Tool to add a new domain to the ShortPixel CDN system and associate it with your API key. Use when you need to register a domain for CDN services. If the domain already exists without a user, it will be associated with your API key.\",\n input: ShortpixelAddCdnDomainInput,\n output: ShortpixelAddCdnDomainOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZuD,EAAE,OAAO,EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,EAC5G,CAAC,CAAC,CAAC,SAAS,sDAUH;CACP,QAVwD,EAAE,OAAO;EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/bulk-purge-storage.ts
4
+ const ShortpixelBulkPurgeStorageInput = zod.z.object({ domain: zod.z.string().describe("The domain whose files will be purged from ShortPixel storage") }).describe("Request model for bulk purging storage of a domain on ShortPixel.");
5
+ const ShortpixelBulkPurgeStorageOutput = zod.z.object({
6
+ Status: zod.z.number().int().describe("Status code returned by the API (1=success, other values indicate issues)"),
7
+ Message: zod.z.string().describe("Details on the result of the purge operation")
8
+ }).describe("Response model for bulk purge storage action.");
9
+ const shortpixelBulkPurgeStorage = require_action.action("SHORTPIXEL_BULK_PURGE_STORAGE", {
10
+ slug: "shortpixel-bulk-purge-storage",
11
+ name: "Bulk Purge ShortPixel Storage",
12
+ description: "Tool to purge all files stored on ShortPixel storage servers for a domain. Use when you need to remove all stored files for a site in bulk.",
13
+ input: ShortpixelBulkPurgeStorageInput,
14
+ output: ShortpixelBulkPurgeStorageOutput
15
+ });
16
+ //#endregion
17
+ exports.shortpixelBulkPurgeStorage = shortpixelBulkPurgeStorage;
18
+
19
+ //# sourceMappingURL=bulk-purge-storage.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-purge-storage.cjs","names":["z","action"],"sources":["../../src/actions/bulk-purge-storage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelBulkPurgeStorageInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain whose files will be purged from ShortPixel storage\"),\n}).describe(\"Request model for bulk purging storage of a domain on ShortPixel.\");\nexport const ShortpixelBulkPurgeStorageOutput: z.ZodTypeAny = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (1=success, other values indicate issues)\"),\n Message: z.string().describe(\"Details on the result of the purge operation\"),\n}).describe(\"Response model for bulk purge storage action.\");\n\nexport const shortpixelBulkPurgeStorage = action(\"SHORTPIXEL_BULK_PURGE_STORAGE\", {\n slug: \"shortpixel-bulk-purge-storage\",\n name: \"Bulk Purge ShortPixel Storage\",\n description: \"Tool to purge all files stored on ShortPixel storage servers for a domain. Use when you need to remove all stored files for a site in bulk.\",\n input: ShortpixelBulkPurgeStorageInput,\n output: ShortpixelBulkPurgeStorageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC7E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/bulk-purge-storage.d.ts
4
+ declare const ShortpixelBulkPurgeStorageInput: z.ZodTypeAny;
5
+ declare const ShortpixelBulkPurgeStorageOutput: z.ZodTypeAny;
6
+ declare const shortpixelBulkPurgeStorage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelBulkPurgeStorage };
9
+ //# sourceMappingURL=bulk-purge-storage.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-purge-storage.d.cts","names":[],"sources":["../../src/actions/bulk-purge-storage.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEgC;AAAA,cACnE,gCAAA,EAAkC,CAAA,CAAE,UAGW;AAAA,cAE/C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/bulk-purge-storage.d.ts
4
+ declare const ShortpixelBulkPurgeStorageInput: z.ZodTypeAny;
5
+ declare const ShortpixelBulkPurgeStorageOutput: z.ZodTypeAny;
6
+ declare const shortpixelBulkPurgeStorage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelBulkPurgeStorage };
9
+ //# sourceMappingURL=bulk-purge-storage.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-purge-storage.d.mts","names":[],"sources":["../../src/actions/bulk-purge-storage.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEgC;AAAA,cACnE,gCAAA,EAAkC,CAAA,CAAE,UAGW;AAAA,cAE/C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortpixelBulkPurgeStorage = action("SHORTPIXEL_BULK_PURGE_STORAGE", {
4
+ slug: "shortpixel-bulk-purge-storage",
5
+ name: "Bulk Purge ShortPixel Storage",
6
+ description: "Tool to purge all files stored on ShortPixel storage servers for a domain. Use when you need to remove all stored files for a site in bulk.",
7
+ input: z.object({ domain: z.string().describe("The domain whose files will be purged from ShortPixel storage") }).describe("Request model for bulk purging storage of a domain on ShortPixel."),
8
+ output: z.object({
9
+ Status: z.number().int().describe("Status code returned by the API (1=success, other values indicate issues)"),
10
+ Message: z.string().describe("Details on the result of the purge operation")
11
+ }).describe("Response model for bulk purge storage action.")
12
+ });
13
+ //#endregion
14
+ export { shortpixelBulkPurgeStorage };
15
+
16
+ //# sourceMappingURL=bulk-purge-storage.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-purge-storage.mjs","names":[],"sources":["../../src/actions/bulk-purge-storage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelBulkPurgeStorageInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain whose files will be purged from ShortPixel storage\"),\n}).describe(\"Request model for bulk purging storage of a domain on ShortPixel.\");\nexport const ShortpixelBulkPurgeStorageOutput: z.ZodTypeAny = z.object({\n Status: z.number().int().describe(\"Status code returned by the API (1=success, other values indicate issues)\"),\n Message: z.string().describe(\"Details on the result of the purge operation\"),\n}).describe(\"Response model for bulk purge storage action.\");\n\nexport const shortpixelBulkPurgeStorage = action(\"SHORTPIXEL_BULK_PURGE_STORAGE\", {\n slug: \"shortpixel-bulk-purge-storage\",\n name: \"Bulk Purge ShortPixel Storage\",\n description: \"Tool to purge all files stored on ShortPixel storage servers for a domain. Use when you need to remove all stored files for a site in bulk.\",\n input: ShortpixelBulkPurgeStorageInput,\n output: ShortpixelBulkPurgeStorageOutput,\n});\n"],"mappings":";;AAYA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ2D,EAAE,OAAO,EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC,CAAC,CAAC,SAAS,mEAUH;CACP,QAV4D,EAAE,OAAO;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;EAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/check-image-status.ts
4
+ const ShortpixelCheckImageStatusInput = zod.z.object({ url: zod.z.string().describe("URL of the image to check status for") }).describe("Request model for checking the optimization status of an image being processed by ShortPixel.");
5
+ const ShortpixelCheckImageStatus_StatusInfoSchema = zod.z.object({
6
+ Code: zod.z.union([zod.z.number().int(), zod.z.string()]),
7
+ Message: zod.z.string().describe("Human-readable message about the image status")
8
+ }).describe("Status information returned by the API.");
9
+ const ShortpixelCheckImageStatusOutput = zod.z.object({
10
+ Status: ShortpixelCheckImageStatus_StatusInfoSchema.nullable(),
11
+ LossyURL: zod.z.string().describe("URL of the lossy optimized image").nullable().optional(),
12
+ BackupURL: zod.z.string().describe("URL of the backup copy of the original image").nullable().optional(),
13
+ LossySize: zod.z.number().int().describe("Size of the lossy optimized image in bytes").nullable().optional(),
14
+ LosslessURL: zod.z.string().describe("URL of the lossless optimized image").nullable().optional(),
15
+ OriginalURL: zod.z.string().describe("URL of the original image").nullable().optional(),
16
+ AVIFLossyURL: zod.z.string().describe("URL of the AVIF lossy format image").nullable().optional(),
17
+ LosslessSize: zod.z.number().int().describe("Size of the lossless optimized image in bytes").nullable().optional(),
18
+ OriginalSize: zod.z.number().int().describe("Size of the original image in bytes").nullable().optional(),
19
+ WebPLossyURL: zod.z.string().describe("URL of the WebP lossy format image").nullable().optional(),
20
+ AVIFLossySize: zod.z.number().int().describe("Size of the AVIF lossy format image in bytes").nullable().optional(),
21
+ WebPLossySize: zod.z.number().int().describe("Size of the WebP lossy format image in bytes").nullable().optional(),
22
+ AVIFLosslessURL: zod.z.string().describe("URL of the AVIF lossless format image").nullable().optional(),
23
+ WebPLosslessURL: zod.z.string().describe("URL of the WebP lossless format image").nullable().optional(),
24
+ AVIFLosslessSize: zod.z.number().int().describe("Size of the AVIF lossless format image in bytes").nullable().optional(),
25
+ WebPLosslessSize: zod.z.number().int().describe("Size of the WebP lossless format image in bytes").nullable().optional(),
26
+ PercentImprovement: zod.z.union([
27
+ zod.z.number().int(),
28
+ zod.z.number(),
29
+ zod.z.string()
30
+ ]).nullable().optional()
31
+ }).describe("Response model for ShortPixel image status check, including optimization results and URLs.");
32
+ const shortpixelCheckImageStatus = require_action.action("SHORTPIXEL_CHECK_IMAGE_STATUS", {
33
+ slug: "shortpixel-check-image-status",
34
+ name: "Check Image Status",
35
+ description: "Tool to check the optimization status of an image being processed by ShortPixel. Returns current status of queued images including URLs and size information.",
36
+ input: ShortpixelCheckImageStatusInput,
37
+ output: ShortpixelCheckImageStatusOutput
38
+ });
39
+ //#endregion
40
+ exports.shortpixelCheckImageStatus = shortpixelCheckImageStatus;
41
+
42
+ //# sourceMappingURL=check-image-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-image-status.cjs","names":["z","action"],"sources":["../../src/actions/check-image-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelCheckImageStatusInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the image to check status for\"),\n}).describe(\"Request model for checking the optimization status of an image being processed by ShortPixel.\");\nconst ShortpixelCheckImageStatus_StatusInfoSchema: z.ZodTypeAny = z.object({\n Code: z.union([z.number().int(), z.string()]),\n Message: z.string().describe(\"Human-readable message about the image status\"),\n}).describe(\"Status information returned by the API.\");\nexport const ShortpixelCheckImageStatusOutput: z.ZodTypeAny = z.object({\n Status: ShortpixelCheckImageStatus_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL of the lossy optimized image\").nullable().optional(),\n BackupURL: z.string().describe(\"URL of the backup copy of the original image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Size of the lossy optimized image in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL of the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"URL of the original image\").nullable().optional(),\n AVIFLossyURL: z.string().describe(\"URL of the AVIF lossy format image\").nullable().optional(),\n LosslessSize: z.number().int().describe(\"Size of the lossless optimized image in bytes\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Size of the original image in bytes\").nullable().optional(),\n WebPLossyURL: z.string().describe(\"URL of the WebP lossy format image\").nullable().optional(),\n AVIFLossySize: z.number().int().describe(\"Size of the AVIF lossy format image in bytes\").nullable().optional(),\n WebPLossySize: z.number().int().describe(\"Size of the WebP lossy format image in bytes\").nullable().optional(),\n AVIFLosslessURL: z.string().describe(\"URL of the AVIF lossless format image\").nullable().optional(),\n WebPLosslessURL: z.string().describe(\"URL of the WebP lossless format image\").nullable().optional(),\n AVIFLosslessSize: z.number().int().describe(\"Size of the AVIF lossless format image in bytes\").nullable().optional(),\n WebPLosslessSize: z.number().int().describe(\"Size of the WebP lossless format image in bytes\").nullable().optional(),\n PercentImprovement: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n}).describe(\"Response model for ShortPixel image status check, including optimization results and URLs.\");\n\nexport const shortpixelCheckImageStatus = action(\"SHORTPIXEL_CHECK_IMAGE_STATUS\", {\n slug: \"shortpixel-check-image-status\",\n name: \"Check Image Status\",\n description: \"Tool to check the optimization status of an image being processed by ShortPixel. Returns current status of queued images including URLs and size information.\",\n input: ShortpixelCheckImageStatusInput,\n output: ShortpixelCheckImageStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACjE,CAAC,CAAC,CAAC,SAAS,+FAA+F;AAC3G,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAC5C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,QAAQ,4CAA4C,SAAS;CAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,4FAA4F;AAExG,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/check-image-status.d.ts
4
+ declare const ShortpixelCheckImageStatusInput: z.ZodTypeAny;
5
+ declare const ShortpixelCheckImageStatusOutput: z.ZodTypeAny;
6
+ declare const shortpixelCheckImageStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelCheckImageStatus };
9
+ //# sourceMappingURL=check-image-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-image-status.d.cts","names":[],"sources":["../../src/actions/check-image-status.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE4D;AAAA,cAK/F,gCAAA,EAAkC,CAAA,CAAE,UAkBwD;AAAA,cAE5F,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/check-image-status.d.ts
4
+ declare const ShortpixelCheckImageStatusInput: z.ZodTypeAny;
5
+ declare const ShortpixelCheckImageStatusOutput: z.ZodTypeAny;
6
+ declare const shortpixelCheckImageStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelCheckImageStatus };
9
+ //# sourceMappingURL=check-image-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-image-status.d.mts","names":[],"sources":["../../src/actions/check-image-status.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE4D;AAAA,cAK/F,gCAAA,EAAkC,CAAA,CAAE,UAkBwD;AAAA,cAE5F,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/check-image-status.ts
4
+ const ShortpixelCheckImageStatusInput = z.object({ url: z.string().describe("URL of the image to check status for") }).describe("Request model for checking the optimization status of an image being processed by ShortPixel.");
5
+ const ShortpixelCheckImageStatus_StatusInfoSchema = z.object({
6
+ Code: z.union([z.number().int(), z.string()]),
7
+ Message: z.string().describe("Human-readable message about the image status")
8
+ }).describe("Status information returned by the API.");
9
+ const shortpixelCheckImageStatus = action("SHORTPIXEL_CHECK_IMAGE_STATUS", {
10
+ slug: "shortpixel-check-image-status",
11
+ name: "Check Image Status",
12
+ description: "Tool to check the optimization status of an image being processed by ShortPixel. Returns current status of queued images including URLs and size information.",
13
+ input: ShortpixelCheckImageStatusInput,
14
+ output: z.object({
15
+ Status: ShortpixelCheckImageStatus_StatusInfoSchema.nullable(),
16
+ LossyURL: z.string().describe("URL of the lossy optimized image").nullable().optional(),
17
+ BackupURL: z.string().describe("URL of the backup copy of the original image").nullable().optional(),
18
+ LossySize: z.number().int().describe("Size of the lossy optimized image in bytes").nullable().optional(),
19
+ LosslessURL: z.string().describe("URL of the lossless optimized image").nullable().optional(),
20
+ OriginalURL: z.string().describe("URL of the original image").nullable().optional(),
21
+ AVIFLossyURL: z.string().describe("URL of the AVIF lossy format image").nullable().optional(),
22
+ LosslessSize: z.number().int().describe("Size of the lossless optimized image in bytes").nullable().optional(),
23
+ OriginalSize: z.number().int().describe("Size of the original image in bytes").nullable().optional(),
24
+ WebPLossyURL: z.string().describe("URL of the WebP lossy format image").nullable().optional(),
25
+ AVIFLossySize: z.number().int().describe("Size of the AVIF lossy format image in bytes").nullable().optional(),
26
+ WebPLossySize: z.number().int().describe("Size of the WebP lossy format image in bytes").nullable().optional(),
27
+ AVIFLosslessURL: z.string().describe("URL of the AVIF lossless format image").nullable().optional(),
28
+ WebPLosslessURL: z.string().describe("URL of the WebP lossless format image").nullable().optional(),
29
+ AVIFLosslessSize: z.number().int().describe("Size of the AVIF lossless format image in bytes").nullable().optional(),
30
+ WebPLosslessSize: z.number().int().describe("Size of the WebP lossless format image in bytes").nullable().optional(),
31
+ PercentImprovement: z.union([
32
+ z.number().int(),
33
+ z.number(),
34
+ z.string()
35
+ ]).nullable().optional()
36
+ }).describe("Response model for ShortPixel image status check, including optimization results and URLs.")
37
+ });
38
+ //#endregion
39
+ export { shortpixelCheckImageStatus };
40
+
41
+ //# sourceMappingURL=check-image-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-image-status.mjs","names":[],"sources":["../../src/actions/check-image-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelCheckImageStatusInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the image to check status for\"),\n}).describe(\"Request model for checking the optimization status of an image being processed by ShortPixel.\");\nconst ShortpixelCheckImageStatus_StatusInfoSchema: z.ZodTypeAny = z.object({\n Code: z.union([z.number().int(), z.string()]),\n Message: z.string().describe(\"Human-readable message about the image status\"),\n}).describe(\"Status information returned by the API.\");\nexport const ShortpixelCheckImageStatusOutput: z.ZodTypeAny = z.object({\n Status: ShortpixelCheckImageStatus_StatusInfoSchema.nullable(),\n LossyURL: z.string().describe(\"URL of the lossy optimized image\").nullable().optional(),\n BackupURL: z.string().describe(\"URL of the backup copy of the original image\").nullable().optional(),\n LossySize: z.number().int().describe(\"Size of the lossy optimized image in bytes\").nullable().optional(),\n LosslessURL: z.string().describe(\"URL of the lossless optimized image\").nullable().optional(),\n OriginalURL: z.string().describe(\"URL of the original image\").nullable().optional(),\n AVIFLossyURL: z.string().describe(\"URL of the AVIF lossy format image\").nullable().optional(),\n LosslessSize: z.number().int().describe(\"Size of the lossless optimized image in bytes\").nullable().optional(),\n OriginalSize: z.number().int().describe(\"Size of the original image in bytes\").nullable().optional(),\n WebPLossyURL: z.string().describe(\"URL of the WebP lossy format image\").nullable().optional(),\n AVIFLossySize: z.number().int().describe(\"Size of the AVIF lossy format image in bytes\").nullable().optional(),\n WebPLossySize: z.number().int().describe(\"Size of the WebP lossy format image in bytes\").nullable().optional(),\n AVIFLosslessURL: z.string().describe(\"URL of the AVIF lossless format image\").nullable().optional(),\n WebPLosslessURL: z.string().describe(\"URL of the WebP lossless format image\").nullable().optional(),\n AVIFLosslessSize: z.number().int().describe(\"Size of the AVIF lossless format image in bytes\").nullable().optional(),\n WebPLosslessSize: z.number().int().describe(\"Size of the WebP lossless format image in bytes\").nullable().optional(),\n PercentImprovement: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n}).describe(\"Response model for ShortPixel image status check, including optimization results and URLs.\");\n\nexport const shortpixelCheckImageStatus = action(\"SHORTPIXEL_CHECK_IMAGE_STATUS\", {\n slug: \"shortpixel-check-image-status\",\n name: \"Check Image Status\",\n description: \"Tool to check the optimization status of an image being processed by ShortPixel. Returns current status of queued images including URLs and size information.\",\n input: ShortpixelCheckImageStatusInput,\n output: ShortpixelCheckImageStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACjE,CAAC,CAAC,CAAC,SAAS,+FAA+F;AAC3G,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;CAC5C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAqBrD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAzB4D,EAAE,OAAO;EACrE,QAAQ,4CAA4C,SAAS;EAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,oBAAoB,EAAE,MAAM;GAAC,EAAE,OAAO,CAAC,CAAC,IAAI;GAAG,EAAE,OAAO;GAAG,EAAE,OAAO;EAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,SAAS,4FAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/clean-up-image.ts
4
+ const ShortpixelCleanUpImageInput = zod.z.object({ urllist: zod.z.array(zod.z.string()).describe("List of image URLs to remove from the processing queue") }).describe("Request model for cleaning up images from the ShortPixel processing queue.");
5
+ const ShortpixelCleanUpImage_StatusInfoSchema = zod.z.object({
6
+ Code: zod.z.number().int().describe("Status code returned by the API (negative values indicate errors)"),
7
+ Message: zod.z.string().describe("Human-readable message about the operation result")
8
+ }).describe("Status information returned by the API.");
9
+ const ShortpixelCleanUpImageOutput = zod.z.object({ Status: ShortpixelCleanUpImage_StatusInfoSchema.nullable() }).describe("Response model for cleanup image action.");
10
+ const shortpixelCleanUpImage = require_action.action("SHORTPIXEL_CLEAN_UP_IMAGE", {
11
+ slug: "shortpixel-clean-up-image",
12
+ name: "Clean Up Image",
13
+ description: "Tool to remove images from the processing queue. Use when you need to optimize another image with the same URL but different contents within the next hour.",
14
+ input: ShortpixelCleanUpImageInput,
15
+ output: ShortpixelCleanUpImageOutput
16
+ });
17
+ //#endregion
18
+ exports.shortpixelCleanUpImage = shortpixelCleanUpImage;
19
+
20
+ //# sourceMappingURL=clean-up-image.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-up-image.cjs","names":["z","action"],"sources":["../../src/actions/clean-up-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelCleanUpImageInput: z.ZodTypeAny = z.object({\n urllist: z.array(z.string()).describe(\"List of image URLs to remove from the processing queue\"),\n}).describe(\"Request model for cleaning up images from the ShortPixel processing queue.\");\nconst ShortpixelCleanUpImage_StatusInfoSchema: z.ZodTypeAny = z.object({\n Code: z.number().int().describe(\"Status code returned by the API (negative values indicate errors)\"),\n Message: z.string().describe(\"Human-readable message about the operation result\"),\n}).describe(\"Status information returned by the API.\");\nexport const ShortpixelCleanUpImageOutput: z.ZodTypeAny = z.object({\n Status: ShortpixelCleanUpImage_StatusInfoSchema.nullable(),\n}).describe(\"Response model for cleanup image action.\");\n\nexport const shortpixelCleanUpImage = action(\"SHORTPIXEL_CLEAN_UP_IMAGE\", {\n slug: \"shortpixel-clean-up-image\",\n name: \"Clean Up Image\",\n description: \"Tool to remove images from the processing queue. Use when you need to optimize another image with the same URL but different contents within the next hour.\",\n input: ShortpixelCleanUpImageInput,\n output: ShortpixelCleanUpImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,EAChG,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAClF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQ,wCAAwC,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/clean-up-image.d.ts
4
+ declare const ShortpixelCleanUpImageInput: z.ZodTypeAny;
5
+ declare const ShortpixelCleanUpImageOutput: z.ZodTypeAny;
6
+ declare const shortpixelCleanUpImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelCleanUpImage };
9
+ //# sourceMappingURL=clean-up-image.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-up-image.d.cts","names":[],"sources":["../../src/actions/clean-up-image.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE6C;AAAA,cAK5E,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/clean-up-image.d.ts
4
+ declare const ShortpixelCleanUpImageInput: z.ZodTypeAny;
5
+ declare const ShortpixelCleanUpImageOutput: z.ZodTypeAny;
6
+ declare const shortpixelCleanUpImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelCleanUpImage };
9
+ //# sourceMappingURL=clean-up-image.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-up-image.d.mts","names":[],"sources":["../../src/actions/clean-up-image.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE6C;AAAA,cAK5E,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/clean-up-image.ts
4
+ const ShortpixelCleanUpImageInput = z.object({ urllist: z.array(z.string()).describe("List of image URLs to remove from the processing queue") }).describe("Request model for cleaning up images from the ShortPixel processing queue.");
5
+ const ShortpixelCleanUpImage_StatusInfoSchema = z.object({
6
+ Code: z.number().int().describe("Status code returned by the API (negative values indicate errors)"),
7
+ Message: z.string().describe("Human-readable message about the operation result")
8
+ }).describe("Status information returned by the API.");
9
+ const shortpixelCleanUpImage = action("SHORTPIXEL_CLEAN_UP_IMAGE", {
10
+ slug: "shortpixel-clean-up-image",
11
+ name: "Clean Up Image",
12
+ description: "Tool to remove images from the processing queue. Use when you need to optimize another image with the same URL but different contents within the next hour.",
13
+ input: ShortpixelCleanUpImageInput,
14
+ output: z.object({ Status: ShortpixelCleanUpImage_StatusInfoSchema.nullable() }).describe("Response model for cleanup image action.")
15
+ });
16
+ //#endregion
17
+ export { shortpixelCleanUpImage };
18
+
19
+ //# sourceMappingURL=clean-up-image.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-up-image.mjs","names":[],"sources":["../../src/actions/clean-up-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelCleanUpImageInput: z.ZodTypeAny = z.object({\n urllist: z.array(z.string()).describe(\"List of image URLs to remove from the processing queue\"),\n}).describe(\"Request model for cleaning up images from the ShortPixel processing queue.\");\nconst ShortpixelCleanUpImage_StatusInfoSchema: z.ZodTypeAny = z.object({\n Code: z.number().int().describe(\"Status code returned by the API (negative values indicate errors)\"),\n Message: z.string().describe(\"Human-readable message about the operation result\"),\n}).describe(\"Status information returned by the API.\");\nexport const ShortpixelCleanUpImageOutput: z.ZodTypeAny = z.object({\n Status: ShortpixelCleanUpImage_StatusInfoSchema.nullable(),\n}).describe(\"Response model for cleanup image action.\");\n\nexport const shortpixelCleanUpImage = action(\"SHORTPIXEL_CLEAN_UP_IMAGE\", {\n slug: \"shortpixel-clean-up-image\",\n name: \"Clean Up Image\",\n description: \"Tool to remove images from the processing queue. Use when you need to optimize another image with the same URL but different contents within the next hour.\",\n input: ShortpixelCleanUpImageInput,\n output: ShortpixelCleanUpImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,EAChG,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,0CAAwD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAClF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,QAAQ,wCAAwC,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,54 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-adaptive-image-cdn.ts
4
+ const ShortpixelGetAdaptiveImageCdnInput = zod.z.object({
5
+ crop: zod.z.enum([
6
+ "smart",
7
+ "center",
8
+ "north",
9
+ "south",
10
+ "east",
11
+ "west",
12
+ "northeast",
13
+ "northwest",
14
+ "southeast",
15
+ "southwest"
16
+ ]).describe("Crop style options.").optional(),
17
+ width: zod.z.number().int().describe("Desired width in pixels for the optimized image").optional(),
18
+ height: zod.z.number().int().describe("Desired height in pixels for the optimized image").optional(),
19
+ quality: zod.z.enum([
20
+ "lqip",
21
+ "lossless",
22
+ "glossy",
23
+ "lossy"
24
+ ]).describe("Image quality/compression level options.").optional(),
25
+ image_url: zod.z.string().describe("Absolute URL of the original image to optimize (e.g., 'https://example.com/image.jpg')"),
26
+ keep_exif: zod.z.boolean().describe("Whether to keep EXIF metadata in the optimized image. False removes metadata for smaller file size.").optional(),
27
+ to_format: zod.z.enum([
28
+ "webp",
29
+ "avif",
30
+ "auto"
31
+ ]).describe("Output format conversion options.").optional(),
32
+ return_mode: zod.z.enum([
33
+ "blank",
34
+ "img",
35
+ "wait"
36
+ ]).describe("Return behavior options.").optional()
37
+ }).describe("Request model for ShortPixel Adaptive Image CDN optimization.");
38
+ const ShortpixelGetAdaptiveImageCdn_FileDownloadableSchema = zod.z.object({
39
+ name: zod.z.string().describe("Name of the file"),
40
+ s3url: zod.z.string().describe("S3 URL of the downloaded file."),
41
+ mimetype: zod.z.string().describe("Mime type of the file.")
42
+ });
43
+ const ShortpixelGetAdaptiveImageCdnOutput = zod.z.object({ image: ShortpixelGetAdaptiveImageCdn_FileDownloadableSchema.nullable() }).describe("Response model for ShortPixel Adaptive Image CDN optimization.");
44
+ const shortpixelGetAdaptiveImageCdn = require_action.action("SHORTPIXEL_GET_ADAPTIVE_IMAGE_CDN", {
45
+ slug: "shortpixel-get-adaptive-image-cdn",
46
+ name: "Get Adaptive Image via CDN",
47
+ description: "Tool to optimize images on-the-fly via ShortPixel CDN. Transform images by URL with parameters for width, height, cropping, quality, and format conversion. Returns the optimized image directly without CDN caching.",
48
+ input: ShortpixelGetAdaptiveImageCdnInput,
49
+ output: ShortpixelGetAdaptiveImageCdnOutput
50
+ });
51
+ //#endregion
52
+ exports.shortpixelGetAdaptiveImageCdn = shortpixelGetAdaptiveImageCdn;
53
+
54
+ //# sourceMappingURL=get-adaptive-image-cdn.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-adaptive-image-cdn.cjs","names":["z","action"],"sources":["../../src/actions/get-adaptive-image-cdn.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortpixelGetAdaptiveImageCdnInput: z.ZodTypeAny = z.object({\n crop: z.enum([\"smart\", \"center\", \"north\", \"south\", \"east\", \"west\", \"northeast\", \"northwest\", \"southeast\", \"southwest\"]).describe(\"Crop style options.\").optional(),\n width: z.number().int().describe(\"Desired width in pixels for the optimized image\").optional(),\n height: z.number().int().describe(\"Desired height in pixels for the optimized image\").optional(),\n quality: z.enum([\"lqip\", \"lossless\", \"glossy\", \"lossy\"]).describe(\"Image quality/compression level options.\").optional(),\n image_url: z.string().describe(\"Absolute URL of the original image to optimize (e.g., 'https://example.com/image.jpg')\"),\n keep_exif: z.boolean().describe(\"Whether to keep EXIF metadata in the optimized image. False removes metadata for smaller file size.\").optional(),\n to_format: z.enum([\"webp\", \"avif\", \"auto\"]).describe(\"Output format conversion options.\").optional(),\n return_mode: z.enum([\"blank\", \"img\", \"wait\"]).describe(\"Return behavior options.\").optional(),\n}).describe(\"Request model for ShortPixel Adaptive Image CDN optimization.\");\nconst ShortpixelGetAdaptiveImageCdn_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const ShortpixelGetAdaptiveImageCdnOutput: z.ZodTypeAny = z.object({\n image: ShortpixelGetAdaptiveImageCdn_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for ShortPixel Adaptive Image CDN optimization.\");\n\nexport const shortpixelGetAdaptiveImageCdn = action(\"SHORTPIXEL_GET_ADAPTIVE_IMAGE_CDN\", {\n slug: \"shortpixel-get-adaptive-image-cdn\",\n name: \"Get Adaptive Image via CDN\",\n description: \"Tool to optimize images on-the-fly via ShortPixel CDN. Transform images by URL with parameters for width, height, cropping, quality, and format conversion. Returns the optimized image directly without CDN caching.\",\n input: ShortpixelGetAdaptiveImageCdnInput,\n output: ShortpixelGetAdaptiveImageCdnOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAU;EAAS;EAAS;EAAQ;EAAQ;EAAa;EAAa;EAAa;CAAW,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACjK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC/F,SAASA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAY;EAAU;CAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACvH,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAChJ,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAQ;CAAM,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAO;CAAM,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,OAAO,qDAAqD,SAAS,EACvE,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/get-adaptive-image-cdn.d.ts
4
+ declare const ShortpixelGetAdaptiveImageCdnInput: z.ZodTypeAny;
5
+ declare const ShortpixelGetAdaptiveImageCdnOutput: z.ZodTypeAny;
6
+ declare const shortpixelGetAdaptiveImageCdn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelGetAdaptiveImageCdn };
9
+ //# sourceMappingURL=get-adaptive-image-cdn.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-adaptive-image-cdn.d.cts","names":[],"sources":["../../src/actions/get-adaptive-image-cdn.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UASyB;AAAA,cAM/D,mCAAA,EAAqC,CAAA,CAAE,UAEyB;AAAA,cAEhE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-adaptive-image-cdn.d.ts
4
+ declare const ShortpixelGetAdaptiveImageCdnInput: z.ZodTypeAny;
5
+ declare const ShortpixelGetAdaptiveImageCdnOutput: z.ZodTypeAny;
6
+ declare const shortpixelGetAdaptiveImageCdn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortpixelGetAdaptiveImageCdn };
9
+ //# sourceMappingURL=get-adaptive-image-cdn.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-adaptive-image-cdn.d.mts","names":[],"sources":["../../src/actions/get-adaptive-image-cdn.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UASyB;AAAA,cAM/D,mCAAA,EAAqC,CAAA,CAAE,UAEyB;AAAA,cAEhE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}