@keystrokehq/spotlightr 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-domain.cjs +20 -0
  7. package/dist/actions/add-domain.cjs.map +1 -0
  8. package/dist/actions/add-domain.d.cts +9 -0
  9. package/dist/actions/add-domain.d.cts.map +1 -0
  10. package/dist/actions/add-domain.d.mts +9 -0
  11. package/dist/actions/add-domain.d.mts.map +1 -0
  12. package/dist/actions/add-domain.mjs +17 -0
  13. package/dist/actions/add-domain.mjs.map +1 -0
  14. package/dist/actions/create-group.cjs +20 -0
  15. package/dist/actions/create-group.cjs.map +1 -0
  16. package/dist/actions/create-group.d.cts +9 -0
  17. package/dist/actions/create-group.d.cts.map +1 -0
  18. package/dist/actions/create-group.d.mts +9 -0
  19. package/dist/actions/create-group.d.mts.map +1 -0
  20. package/dist/actions/create-group.mjs +17 -0
  21. package/dist/actions/create-group.mjs.map +1 -0
  22. package/dist/actions/create-video.cjs +24 -0
  23. package/dist/actions/create-video.cjs.map +1 -0
  24. package/dist/actions/create-video.d.cts +9 -0
  25. package/dist/actions/create-video.d.cts.map +1 -0
  26. package/dist/actions/create-video.d.mts +9 -0
  27. package/dist/actions/create-video.d.mts.map +1 -0
  28. package/dist/actions/create-video.mjs +21 -0
  29. package/dist/actions/create-video.mjs.map +1 -0
  30. package/dist/actions/delete-video.cjs +19 -0
  31. package/dist/actions/delete-video.cjs.map +1 -0
  32. package/dist/actions/delete-video.d.cts +9 -0
  33. package/dist/actions/delete-video.d.cts.map +1 -0
  34. package/dist/actions/delete-video.d.mts +9 -0
  35. package/dist/actions/delete-video.d.mts.map +1 -0
  36. package/dist/actions/delete-video.mjs +16 -0
  37. package/dist/actions/delete-video.mjs.map +1 -0
  38. package/dist/actions/get-domains.cjs +16 -0
  39. package/dist/actions/get-domains.cjs.map +1 -0
  40. package/dist/actions/get-domains.d.cts +9 -0
  41. package/dist/actions/get-domains.d.cts.map +1 -0
  42. package/dist/actions/get-domains.d.mts +9 -0
  43. package/dist/actions/get-domains.d.mts.map +1 -0
  44. package/dist/actions/get-domains.mjs +13 -0
  45. package/dist/actions/get-domains.mjs.map +1 -0
  46. package/dist/actions/get-top-videos.cjs +26 -0
  47. package/dist/actions/get-top-videos.cjs.map +1 -0
  48. package/dist/actions/get-top-videos.d.cts +9 -0
  49. package/dist/actions/get-top-videos.d.cts.map +1 -0
  50. package/dist/actions/get-top-videos.d.mts +9 -0
  51. package/dist/actions/get-top-videos.d.mts.map +1 -0
  52. package/dist/actions/get-top-videos.mjs +25 -0
  53. package/dist/actions/get-top-videos.mjs.map +1 -0
  54. package/dist/actions/get-video-metrics.cjs +23 -0
  55. package/dist/actions/get-video-metrics.cjs.map +1 -0
  56. package/dist/actions/get-video-metrics.d.cts +9 -0
  57. package/dist/actions/get-video-metrics.d.cts.map +1 -0
  58. package/dist/actions/get-video-metrics.d.mts +9 -0
  59. package/dist/actions/get-video-metrics.d.mts.map +1 -0
  60. package/dist/actions/get-video-metrics.mjs +20 -0
  61. package/dist/actions/get-video-metrics.mjs.map +1 -0
  62. package/dist/actions/get-video-source.cjs +24 -0
  63. package/dist/actions/get-video-source.cjs.map +1 -0
  64. package/dist/actions/get-video-source.d.cts +9 -0
  65. package/dist/actions/get-video-source.d.cts.map +1 -0
  66. package/dist/actions/get-video-source.d.mts +9 -0
  67. package/dist/actions/get-video-source.d.mts.map +1 -0
  68. package/dist/actions/get-video-source.mjs +21 -0
  69. package/dist/actions/get-video-source.mjs.map +1 -0
  70. package/dist/actions/get-video-views.cjs +36 -0
  71. package/dist/actions/get-video-views.cjs.map +1 -0
  72. package/dist/actions/get-video-views.d.cts +9 -0
  73. package/dist/actions/get-video-views.d.cts.map +1 -0
  74. package/dist/actions/get-video-views.d.mts +9 -0
  75. package/dist/actions/get-video-views.d.mts.map +1 -0
  76. package/dist/actions/get-video-views.mjs +35 -0
  77. package/dist/actions/get-video-views.mjs.map +1 -0
  78. package/dist/actions/index.cjs +25 -0
  79. package/dist/actions/index.d.cts +13 -0
  80. package/dist/actions/index.d.mts +13 -0
  81. package/dist/actions/index.mjs +13 -0
  82. package/dist/actions/list-groups.cjs +23 -0
  83. package/dist/actions/list-groups.cjs.map +1 -0
  84. package/dist/actions/list-groups.d.cts +9 -0
  85. package/dist/actions/list-groups.d.cts.map +1 -0
  86. package/dist/actions/list-groups.d.mts +9 -0
  87. package/dist/actions/list-groups.d.mts.map +1 -0
  88. package/dist/actions/list-groups.mjs +22 -0
  89. package/dist/actions/list-groups.mjs.map +1 -0
  90. package/dist/actions/list-videos.cjs +33 -0
  91. package/dist/actions/list-videos.cjs.map +1 -0
  92. package/dist/actions/list-videos.d.cts +9 -0
  93. package/dist/actions/list-videos.d.cts.map +1 -0
  94. package/dist/actions/list-videos.d.mts +9 -0
  95. package/dist/actions/list-videos.d.mts.map +1 -0
  96. package/dist/actions/list-videos.mjs +32 -0
  97. package/dist/actions/list-videos.mjs.map +1 -0
  98. package/dist/actions/search-global.cjs +22 -0
  99. package/dist/actions/search-global.cjs.map +1 -0
  100. package/dist/actions/search-global.d.cts +9 -0
  101. package/dist/actions/search-global.d.cts.map +1 -0
  102. package/dist/actions/search-global.d.mts +9 -0
  103. package/dist/actions/search-global.d.mts.map +1 -0
  104. package/dist/actions/search-global.mjs +21 -0
  105. package/dist/actions/search-global.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/spotlightr
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `spotlightr`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 12
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { spotlightrAddDomain } from "@keystrokehq/spotlightr/actions";
12
+
13
+ export default defineAgent({
14
+ key: "spotlightr-agent",
15
+ tools: [spotlightrAddDomain],
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.spotlightr.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.executeSpotlightrTool(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":["spotlightr","executeSpotlightrTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { spotlightr } from \"./app\";\nimport { executeSpotlightrTool } 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 spotlightr.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 executeSpotlightrTool(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 { spotlightr } from "./app.mjs";
2
+ import { executeSpotlightrTool } 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 spotlightr.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 executeSpotlightrTool(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 { spotlightr } from \"./app\";\nimport { executeSpotlightrTool } 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 spotlightr.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 executeSpotlightrTool(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,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/add-domain.ts
4
+ const SpotlightrAddDomainInput = zod.z.object({ domain: zod.z.string().describe("Domain to whitelist for embedding videos (e.g., example.com or test-domain-example.com)") }).describe("Request model for adding a whitelisted domain for embedding videos.");
5
+ const SpotlightrAddDomainOutput = zod.z.object({
6
+ domain: zod.z.string().describe("The domain that was added").nullable().optional(),
7
+ message: zod.z.string().describe("Success or error message from the API").nullable().optional(),
8
+ success: zod.z.boolean().describe("Whether the domain was successfully added")
9
+ }).describe("Response model for adding a domain.");
10
+ const spotlightrAddDomain = require_action.action("SPOTLIGHTR_ADD_DOMAIN", {
11
+ slug: "spotlightr-add-domain",
12
+ name: "Add Domain",
13
+ description: "Tool to add a whitelisted domain for embedding Spotlightr videos. Use when you need to whitelist a new domain for video embedding.",
14
+ input: SpotlightrAddDomainInput,
15
+ output: SpotlightrAddDomainOutput
16
+ });
17
+ //#endregion
18
+ exports.spotlightrAddDomain = spotlightrAddDomain;
19
+
20
+ //# sourceMappingURL=add-domain.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-domain.cjs","names":["z","action"],"sources":["../../src/actions/add-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrAddDomainInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain to whitelist for embedding videos (e.g., example.com or test-domain-example.com)\"),\n}).describe(\"Request model for adding a whitelisted domain for embedding videos.\");\nexport const SpotlightrAddDomainOutput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain that was added\").nullable().optional(),\n message: z.string().describe(\"Success or error message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the domain was successfully added\"),\n}).describe(\"Response model for adding a domain.\");\n\nexport const spotlightrAddDomain = action(\"SPOTLIGHTR_ADD_DOMAIN\", {\n slug: \"spotlightr-add-domain\",\n name: \"Add Domain\",\n description: \"Tool to add a whitelisted domain for embedding Spotlightr videos. Use when you need to whitelist a new domain for video embedding.\",\n input: SpotlightrAddDomainInput,\n output: SpotlightrAddDomainOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,EACvH,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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-domain.d.ts
4
+ declare const SpotlightrAddDomainInput: z.ZodTypeAny;
5
+ declare const SpotlightrAddDomainOutput: z.ZodTypeAny;
6
+ declare const spotlightrAddDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrAddDomain };
9
+ //# sourceMappingURL=add-domain.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-domain.d.cts","names":[],"sources":["../../src/actions/add-domain.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEyC;AAAA,cACrE,yBAAA,EAA2B,CAAA,CAAE,UAIQ;AAAA,cAErC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/add-domain.d.ts
4
+ declare const SpotlightrAddDomainInput: z.ZodTypeAny;
5
+ declare const SpotlightrAddDomainOutput: z.ZodTypeAny;
6
+ declare const spotlightrAddDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrAddDomain };
9
+ //# sourceMappingURL=add-domain.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-domain.d.mts","names":[],"sources":["../../src/actions/add-domain.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEyC;AAAA,cACrE,yBAAA,EAA2B,CAAA,CAAE,UAIQ;AAAA,cAErC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const spotlightrAddDomain = action("SPOTLIGHTR_ADD_DOMAIN", {
4
+ slug: "spotlightr-add-domain",
5
+ name: "Add Domain",
6
+ description: "Tool to add a whitelisted domain for embedding Spotlightr videos. Use when you need to whitelist a new domain for video embedding.",
7
+ input: z.object({ domain: z.string().describe("Domain to whitelist for embedding videos (e.g., example.com or test-domain-example.com)") }).describe("Request model for adding a whitelisted domain for embedding videos."),
8
+ output: z.object({
9
+ domain: z.string().describe("The domain that was added").nullable().optional(),
10
+ message: z.string().describe("Success or error message from the API").nullable().optional(),
11
+ success: z.boolean().describe("Whether the domain was successfully added")
12
+ }).describe("Response model for adding a domain.")
13
+ });
14
+ //#endregion
15
+ export { spotlightrAddDomain };
16
+
17
+ //# sourceMappingURL=add-domain.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-domain.mjs","names":[],"sources":["../../src/actions/add-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrAddDomainInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain to whitelist for embedding videos (e.g., example.com or test-domain-example.com)\"),\n}).describe(\"Request model for adding a whitelisted domain for embedding videos.\");\nexport const SpotlightrAddDomainOutput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain that was added\").nullable().optional(),\n message: z.string().describe(\"Success or error message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Whether the domain was successfully added\"),\n}).describe(\"Response model for adding a domain.\");\n\nexport const spotlightrAddDomain = action(\"SPOTLIGHTR_ADD_DOMAIN\", {\n slug: \"spotlightr-add-domain\",\n name: \"Add Domain\",\n description: \"Tool to add a whitelisted domain for embedding Spotlightr videos. Use when you need to whitelist a new domain for video embedding.\",\n input: SpotlightrAddDomainInput,\n output: SpotlightrAddDomainOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboD,EAAE,OAAO,EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,EACvH,CAAC,CAAC,CAAC,SAAS,qEAWH;CACP,QAXqD,EAAE,OAAO;EAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;CAC3E,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-group.ts
4
+ const SpotlightrCreateGroupInput = zod.z.object({ name: zod.z.string().describe("Name of the project/group to create") }).describe("Request model for creating a new project (group) in Spotlightr.");
5
+ const SpotlightrCreateGroupOutput = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the created group").nullable().optional(),
7
+ name: zod.z.string().describe("Name of the created group").nullable().optional(),
8
+ message: zod.z.string().describe("Success or status message from the API").nullable().optional()
9
+ }).describe("Response model for group creation.");
10
+ const spotlightrCreateGroup = require_action.action("SPOTLIGHTR_CREATE_GROUP", {
11
+ slug: "spotlightr-create-group",
12
+ name: "Create Group",
13
+ description: "Tool to create a new project (group) in Spotlightr. Use when you need to organize videos into a new project or group.",
14
+ input: SpotlightrCreateGroupInput,
15
+ output: SpotlightrCreateGroupOutput
16
+ });
17
+ //#endregion
18
+ exports.spotlightrCreateGroup = spotlightrCreateGroup;
19
+
20
+ //# sourceMappingURL=create-group.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-group.cjs","names":["z","action"],"sources":["../../src/actions/create-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrCreateGroupInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the project/group to create\"),\n}).describe(\"Request model for creating a new project (group) in Spotlightr.\");\nexport const SpotlightrCreateGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created group\").nullable().optional(),\n name: z.string().describe(\"Name of the created group\").nullable().optional(),\n message: z.string().describe(\"Success or status message from the API\").nullable().optional(),\n}).describe(\"Response model for group creation.\");\n\nexport const spotlightrCreateGroup = action(\"SPOTLIGHTR_CREATE_GROUP\", {\n slug: \"spotlightr-create-group\",\n name: \"Create Group\",\n description: \"Tool to create a new project (group) in Spotlightr. Use when you need to organize videos into a new project or group.\",\n input: SpotlightrCreateGroupInput,\n output: SpotlightrCreateGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EACjE,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/create-group.d.ts
4
+ declare const SpotlightrCreateGroupInput: z.ZodTypeAny;
5
+ declare const SpotlightrCreateGroupOutput: z.ZodTypeAny;
6
+ declare const spotlightrCreateGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrCreateGroup };
9
+ //# sourceMappingURL=create-group.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-group.d.cts","names":[],"sources":["../../src/actions/create-group.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmC;AAAA,cACjE,2BAAA,EAA6B,CAAA,CAAE,UAIK;AAAA,cAEpC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-group.d.ts
4
+ declare const SpotlightrCreateGroupInput: z.ZodTypeAny;
5
+ declare const SpotlightrCreateGroupOutput: z.ZodTypeAny;
6
+ declare const spotlightrCreateGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrCreateGroup };
9
+ //# sourceMappingURL=create-group.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-group.d.mts","names":[],"sources":["../../src/actions/create-group.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmC;AAAA,cACjE,2BAAA,EAA6B,CAAA,CAAE,UAIK;AAAA,cAEpC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const spotlightrCreateGroup = action("SPOTLIGHTR_CREATE_GROUP", {
4
+ slug: "spotlightr-create-group",
5
+ name: "Create Group",
6
+ description: "Tool to create a new project (group) in Spotlightr. Use when you need to organize videos into a new project or group.",
7
+ input: z.object({ name: z.string().describe("Name of the project/group to create") }).describe("Request model for creating a new project (group) in Spotlightr."),
8
+ output: z.object({
9
+ id: z.string().describe("Unique identifier of the created group").nullable().optional(),
10
+ name: z.string().describe("Name of the created group").nullable().optional(),
11
+ message: z.string().describe("Success or status message from the API").nullable().optional()
12
+ }).describe("Response model for group creation.")
13
+ });
14
+ //#endregion
15
+ export { spotlightrCreateGroup };
16
+
17
+ //# sourceMappingURL=create-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-group.mjs","names":[],"sources":["../../src/actions/create-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrCreateGroupInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the project/group to create\"),\n}).describe(\"Request model for creating a new project (group) in Spotlightr.\");\nexport const SpotlightrCreateGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created group\").nullable().optional(),\n name: z.string().describe(\"Name of the created group\").nullable().optional(),\n message: z.string().describe(\"Success or status message from the API\").nullable().optional(),\n}).describe(\"Response model for group creation.\");\n\nexport const spotlightrCreateGroup = action(\"SPOTLIGHTR_CREATE_GROUP\", {\n slug: \"spotlightr-create-group\",\n name: \"Create Group\",\n description: \"Tool to create a new project (group) in Spotlightr. Use when you need to organize videos into a new project or group.\",\n input: SpotlightrCreateGroupInput,\n output: SpotlightrCreateGroupOutput,\n});\n"],"mappings":";;AAaA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbsD,EAAE,OAAO,EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EACjE,CAAC,CAAC,CAAC,SAAS,iEAWH;CACP,QAXuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-video.ts
4
+ const SpotlightrCreateVideoInput = zod.z.object({
5
+ URL: zod.z.string().describe("File path or URL to the video source (YouTube, Google Drive, Vimeo, etc.)"),
6
+ hls: zod.z.number().int().describe("Media streaming protocol: 0 to leave as unsecured, 1 to encode with HLS").optional(),
7
+ name: zod.z.string().describe("The name of the video"),
8
+ create: zod.z.number().int().describe("Type of creation: 0 to debug (test without creating), 1 to confirm creation").optional(),
9
+ customS3: zod.z.string().describe("Custom S3 integration ID. Use '0' for default storage or provide custom integration ID").optional(),
10
+ videoGroup: zod.z.string().describe("Video group ID to associate the video with").optional(),
11
+ playerSettings: zod.z.object({}).describe("Player configuration settings object for customizing video player appearance and behavior").optional()
12
+ }).describe("Request model for creating a video in Spotlightr.");
13
+ const SpotlightrCreateVideoOutput = zod.z.object({ video_url: zod.z.string().describe("The playable URL of the created video") }).describe("Response model for video creation.");
14
+ const spotlightrCreateVideo = require_action.action("SPOTLIGHTR_CREATE_VIDEO", {
15
+ slug: "spotlightr-create-video",
16
+ name: "Create Video",
17
+ description: "Tool to create a video in Spotlightr by uploading a file or linking from an external source. Use when you need to add a new video from YouTube, Google Drive, Vimeo, or other sources.",
18
+ input: SpotlightrCreateVideoInput,
19
+ output: SpotlightrCreateVideoOutput
20
+ });
21
+ //#endregion
22
+ exports.spotlightrCreateVideo = spotlightrCreateVideo;
23
+
24
+ //# sourceMappingURL=create-video.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video.cjs","names":["z","action"],"sources":["../../src/actions/create-video.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrCreateVideoInput: z.ZodTypeAny = z.object({\n URL: z.string().describe(\"File path or URL to the video source (YouTube, Google Drive, Vimeo, etc.)\"),\n hls: z.number().int().describe(\"Media streaming protocol: 0 to leave as unsecured, 1 to encode with HLS\").optional(),\n name: z.string().describe(\"The name of the video\"),\n create: z.number().int().describe(\"Type of creation: 0 to debug (test without creating), 1 to confirm creation\").optional(),\n customS3: z.string().describe(\"Custom S3 integration ID. Use '0' for default storage or provide custom integration ID\").optional(),\n videoGroup: z.string().describe(\"Video group ID to associate the video with\").optional(),\n playerSettings: z.object({}).describe(\"Player configuration settings object for customizing video player appearance and behavior\").optional(),\n}).describe(\"Request model for creating a video in Spotlightr.\");\nexport const SpotlightrCreateVideoOutput: z.ZodTypeAny = z.object({\n video_url: z.string().describe(\"The playable URL of the created video\"),\n}).describe(\"Response model for video creation.\");\n\nexport const spotlightrCreateVideo = action(\"SPOTLIGHTR_CREATE_VIDEO\", {\n slug: \"spotlightr-create-video\",\n name: \"Create Video\",\n description: \"Tool to create a video in Spotlightr by uploading a file or linking from an external source. Use when you need to add a new video from YouTube, Google Drive, Vimeo, or other sources.\",\n input: SpotlightrCreateVideoInput,\n output: SpotlightrCreateVideoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CACpG,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACnH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAC1H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACjI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACvF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACxE,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/create-video.d.ts
4
+ declare const SpotlightrCreateVideoInput: z.ZodTypeAny;
5
+ declare const SpotlightrCreateVideoOutput: z.ZodTypeAny;
6
+ declare const spotlightrCreateVideo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrCreateVideo };
9
+ //# sourceMappingURL=create-video.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video.d.cts","names":[],"sources":["../../src/actions/create-video.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQqB;AAAA,cACnD,2BAAA,EAA6B,CAAA,CAAE,UAEK;AAAA,cAEpC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-video.d.ts
4
+ declare const SpotlightrCreateVideoInput: z.ZodTypeAny;
5
+ declare const SpotlightrCreateVideoOutput: z.ZodTypeAny;
6
+ declare const spotlightrCreateVideo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrCreateVideo };
9
+ //# sourceMappingURL=create-video.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video.d.mts","names":[],"sources":["../../src/actions/create-video.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQqB;AAAA,cACnD,2BAAA,EAA6B,CAAA,CAAE,UAEK;AAAA,cAEpC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const spotlightrCreateVideo = action("SPOTLIGHTR_CREATE_VIDEO", {
4
+ slug: "spotlightr-create-video",
5
+ name: "Create Video",
6
+ description: "Tool to create a video in Spotlightr by uploading a file or linking from an external source. Use when you need to add a new video from YouTube, Google Drive, Vimeo, or other sources.",
7
+ input: z.object({
8
+ URL: z.string().describe("File path or URL to the video source (YouTube, Google Drive, Vimeo, etc.)"),
9
+ hls: z.number().int().describe("Media streaming protocol: 0 to leave as unsecured, 1 to encode with HLS").optional(),
10
+ name: z.string().describe("The name of the video"),
11
+ create: z.number().int().describe("Type of creation: 0 to debug (test without creating), 1 to confirm creation").optional(),
12
+ customS3: z.string().describe("Custom S3 integration ID. Use '0' for default storage or provide custom integration ID").optional(),
13
+ videoGroup: z.string().describe("Video group ID to associate the video with").optional(),
14
+ playerSettings: z.object({}).describe("Player configuration settings object for customizing video player appearance and behavior").optional()
15
+ }).describe("Request model for creating a video in Spotlightr."),
16
+ output: z.object({ video_url: z.string().describe("The playable URL of the created video") }).describe("Response model for video creation.")
17
+ });
18
+ //#endregion
19
+ export { spotlightrCreateVideo };
20
+
21
+ //# sourceMappingURL=create-video.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video.mjs","names":[],"sources":["../../src/actions/create-video.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrCreateVideoInput: z.ZodTypeAny = z.object({\n URL: z.string().describe(\"File path or URL to the video source (YouTube, Google Drive, Vimeo, etc.)\"),\n hls: z.number().int().describe(\"Media streaming protocol: 0 to leave as unsecured, 1 to encode with HLS\").optional(),\n name: z.string().describe(\"The name of the video\"),\n create: z.number().int().describe(\"Type of creation: 0 to debug (test without creating), 1 to confirm creation\").optional(),\n customS3: z.string().describe(\"Custom S3 integration ID. Use '0' for default storage or provide custom integration ID\").optional(),\n videoGroup: z.string().describe(\"Video group ID to associate the video with\").optional(),\n playerSettings: z.object({}).describe(\"Player configuration settings object for customizing video player appearance and behavior\").optional(),\n}).describe(\"Request model for creating a video in Spotlightr.\");\nexport const SpotlightrCreateVideoOutput: z.ZodTypeAny = z.object({\n video_url: z.string().describe(\"The playable URL of the created video\"),\n}).describe(\"Response model for video creation.\");\n\nexport const spotlightrCreateVideo = action(\"SPOTLIGHTR_CREATE_VIDEO\", {\n slug: \"spotlightr-create-video\",\n name: \"Create Video\",\n description: \"Tool to create a video in Spotlightr by uploading a file or linking from an external source. Use when you need to add a new video from YouTube, Google Drive, Vimeo, or other sources.\",\n input: SpotlightrCreateVideoInput,\n output: SpotlightrCreateVideoOutput,\n});\n"],"mappings":";;AAiBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;EACpG,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;EACnH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EAC1H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;EACjI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACvF,gBAAgB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAC9I,CAAC,CAAC,CAAC,SAAS,mDASH;CACP,QATuD,EAAE,OAAO,EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACxE,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-video.ts
4
+ const SpotlightrDeleteVideoInput = zod.z.object({ video_ids: zod.z.array(zod.z.number().int()).describe("List of video IDs to delete. Must contain at least one video ID.") }).describe("Request model for deleting videos from Spotlightr projects.");
5
+ const SpotlightrDeleteVideoOutput = zod.z.object({
6
+ message: zod.z.string().describe("Optional message about the deletion operation").nullable().optional(),
7
+ success: zod.z.boolean().describe("Whether the deletion operation was successful")
8
+ }).describe("Response model for video deletion operation.");
9
+ const spotlightrDeleteVideo = require_action.action("SPOTLIGHTR_DELETE_VIDEO", {
10
+ slug: "spotlightr-delete-video",
11
+ name: "Delete Video",
12
+ description: "Tool to delete or remove videos from Spotlightr projects. Use when you need to permanently delete one or more videos by their IDs.",
13
+ input: SpotlightrDeleteVideoInput,
14
+ output: SpotlightrDeleteVideoOutput
15
+ });
16
+ //#endregion
17
+ exports.spotlightrDeleteVideo = spotlightrDeleteVideo;
18
+
19
+ //# sourceMappingURL=delete-video.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-video.cjs","names":["z","action"],"sources":["../../src/actions/delete-video.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrDeleteVideoInput: z.ZodTypeAny = z.object({\n video_ids: z.array(z.number().int()).describe(\"List of video IDs to delete. Must contain at least one video ID.\"),\n}).describe(\"Request model for deleting videos from Spotlightr projects.\");\nexport const SpotlightrDeleteVideoOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().describe(\"Whether the deletion operation was successful\"),\n}).describe(\"Response model for video deletion operation.\");\n\nexport const spotlightrDeleteVideo = action(\"SPOTLIGHTR_DELETE_VIDEO\", {\n slug: \"spotlightr-delete-video\",\n name: \"Delete Video\",\n description: \"Tool to delete or remove videos from Spotlightr projects. Use when you need to permanently delete one or more videos by their IDs.\",\n input: SpotlightrDeleteVideoInput,\n output: SpotlightrDeleteVideoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kEAAkE,EAClH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;AAC/E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/delete-video.d.ts
4
+ declare const SpotlightrDeleteVideoInput: z.ZodTypeAny;
5
+ declare const SpotlightrDeleteVideoOutput: z.ZodTypeAny;
6
+ declare const spotlightrDeleteVideo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrDeleteVideo };
9
+ //# sourceMappingURL=delete-video.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-video.d.cts","names":[],"sources":["../../src/actions/delete-video.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE+B;AAAA,cAC7D,2BAAA,EAA6B,CAAA,CAAE,UAGe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-video.d.ts
4
+ declare const SpotlightrDeleteVideoInput: z.ZodTypeAny;
5
+ declare const SpotlightrDeleteVideoOutput: z.ZodTypeAny;
6
+ declare const spotlightrDeleteVideo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrDeleteVideo };
9
+ //# sourceMappingURL=delete-video.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-video.d.mts","names":[],"sources":["../../src/actions/delete-video.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE+B;AAAA,cAC7D,2BAAA,EAA6B,CAAA,CAAE,UAGe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const spotlightrDeleteVideo = action("SPOTLIGHTR_DELETE_VIDEO", {
4
+ slug: "spotlightr-delete-video",
5
+ name: "Delete Video",
6
+ description: "Tool to delete or remove videos from Spotlightr projects. Use when you need to permanently delete one or more videos by their IDs.",
7
+ input: z.object({ video_ids: z.array(z.number().int()).describe("List of video IDs to delete. Must contain at least one video ID.") }).describe("Request model for deleting videos from Spotlightr projects."),
8
+ output: z.object({
9
+ message: z.string().describe("Optional message about the deletion operation").nullable().optional(),
10
+ success: z.boolean().describe("Whether the deletion operation was successful")
11
+ }).describe("Response model for video deletion operation.")
12
+ });
13
+ //#endregion
14
+ export { spotlightrDeleteVideo };
15
+
16
+ //# sourceMappingURL=delete-video.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-video.mjs","names":[],"sources":["../../src/actions/delete-video.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrDeleteVideoInput: z.ZodTypeAny = z.object({\n video_ids: z.array(z.number().int()).describe(\"List of video IDs to delete. Must contain at least one video ID.\"),\n}).describe(\"Request model for deleting videos from Spotlightr projects.\");\nexport const SpotlightrDeleteVideoOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the deletion operation\").nullable().optional(),\n success: z.boolean().describe(\"Whether the deletion operation was successful\"),\n}).describe(\"Response model for video deletion operation.\");\n\nexport const spotlightrDeleteVideo = action(\"SPOTLIGHTR_DELETE_VIDEO\", {\n slug: \"spotlightr-delete-video\",\n name: \"Delete Video\",\n description: \"Tool to delete or remove videos from Spotlightr projects. Use when you need to permanently delete one or more videos by their IDs.\",\n input: SpotlightrDeleteVideoInput,\n output: SpotlightrDeleteVideoOutput,\n});\n"],"mappings":";;AAYA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZsD,EAAE,OAAO,EAC/D,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kEAAkE,EAClH,CAAC,CAAC,CAAC,SAAS,6DAUH;CACP,QAVuD,EAAE,OAAO;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-domains.ts
4
+ const SpotlightrGetDomainsInput = zod.z.object({}).describe("Request model for retrieving whitelisted domains.");
5
+ const SpotlightrGetDomainsOutput = zod.z.object({ domains: zod.z.array(zod.z.string()).describe("List of whitelisted domains for embedding videos").nullable().optional() }).describe("Response model for whitelisted domains retrieval.");
6
+ const spotlightrGetDomains = require_action.action("SPOTLIGHTR_GET_DOMAINS", {
7
+ slug: "spotlightr-get-domains",
8
+ name: "Get Domains",
9
+ description: "Tool to retrieve whitelisted domains for a Spotlightr account. Use when you need to list all domains approved for embedding videos.",
10
+ input: SpotlightrGetDomainsInput,
11
+ output: SpotlightrGetDomainsOutput
12
+ });
13
+ //#endregion
14
+ exports.spotlightrGetDomains = spotlightrGetDomains;
15
+
16
+ //# sourceMappingURL=get-domains.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-domains.cjs","names":["z","action"],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrGetDomainsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving whitelisted domains.\");\nexport const SpotlightrGetDomainsOutput: z.ZodTypeAny = z.object({\n domains: z.array(z.string()).describe(\"List of whitelisted domains for embedding videos\").nullable().optional(),\n}).describe(\"Response model for whitelisted domains retrieval.\");\n\nexport const spotlightrGetDomains = action(\"SPOTLIGHTR_GET_DOMAINS\", {\n slug: \"spotlightr-get-domains\",\n name: \"Get Domains\",\n description: \"Tool to retrieve whitelisted domains for a Spotlightr account. Use when you need to list all domains approved for embedding videos.\",\n input: SpotlightrGetDomainsInput,\n output: SpotlightrGetDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAChI,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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-domains.d.ts
4
+ declare const SpotlightrGetDomainsInput: z.ZodTypeAny;
5
+ declare const SpotlightrGetDomainsOutput: z.ZodTypeAny;
6
+ declare const spotlightrGetDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrGetDomains };
9
+ //# sourceMappingURL=get-domains.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-domains.d.cts","names":[],"sources":["../../src/actions/get-domains.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAuF;AAAA,cACpH,0BAAA,EAA4B,CAAA,CAAE,UAEqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-domains.d.ts
4
+ declare const SpotlightrGetDomainsInput: z.ZodTypeAny;
5
+ declare const SpotlightrGetDomainsOutput: z.ZodTypeAny;
6
+ declare const spotlightrGetDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrGetDomains };
9
+ //# sourceMappingURL=get-domains.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-domains.d.mts","names":[],"sources":["../../src/actions/get-domains.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAuF;AAAA,cACpH,0BAAA,EAA4B,CAAA,CAAE,UAEqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const spotlightrGetDomains = action("SPOTLIGHTR_GET_DOMAINS", {
4
+ slug: "spotlightr-get-domains",
5
+ name: "Get Domains",
6
+ description: "Tool to retrieve whitelisted domains for a Spotlightr account. Use when you need to list all domains approved for embedding videos.",
7
+ input: z.object({}).describe("Request model for retrieving whitelisted domains."),
8
+ output: z.object({ domains: z.array(z.string()).describe("List of whitelisted domains for embedding videos").nullable().optional() }).describe("Response model for whitelisted domains retrieval.")
9
+ });
10
+ //#endregion
11
+ export { spotlightrGetDomains };
12
+
13
+ //# sourceMappingURL=get-domains.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-domains.mjs","names":[],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrGetDomainsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving whitelisted domains.\");\nexport const SpotlightrGetDomainsOutput: z.ZodTypeAny = z.object({\n domains: z.array(z.string()).describe(\"List of whitelisted domains for embedding videos\").nullable().optional(),\n}).describe(\"Response model for whitelisted domains retrieval.\");\n\nexport const spotlightrGetDomains = action(\"SPOTLIGHTR_GET_DOMAINS\", {\n slug: \"spotlightr-get-domains\",\n name: \"Get Domains\",\n description: \"Tool to retrieve whitelisted domains for a Spotlightr account. Use when you need to list all domains approved for embedding videos.\",\n input: SpotlightrGetDomainsInput,\n output: SpotlightrGetDomainsOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDASpE;CACP,QATsD,EAAE,OAAO,EAC/D,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChH,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-top-videos.ts
4
+ const SpotlightrGetTopVideosInput = zod.z.object({
5
+ days: zod.z.number().int().default(30).describe("Number of days to look back for top videos (default 30)").optional(),
6
+ total: zod.z.number().int().default(3).describe("Number of top videos to return (default 3)").optional()
7
+ }).describe("Request model for retrieving top videos over a specified period.");
8
+ const SpotlightrGetTopVideos_VideoSchema = zod.z.object({
9
+ id: zod.z.string().describe("Video ID"),
10
+ url: zod.z.string().describe("Video URL"),
11
+ title: zod.z.string().describe("Video title"),
12
+ views: zod.z.number().int().describe("Total views for the video"),
13
+ created_at: zod.z.string().describe("Video creation datetime in ISO 8601 format")
14
+ }).describe("Video object representing a single video's details.");
15
+ const SpotlightrGetTopVideosOutput = zod.z.object({ videos: zod.z.array(SpotlightrGetTopVideos_VideoSchema).describe("List of top video objects").nullable().optional() }).describe("Response model for top videos retrieval.");
16
+ const spotlightrGetTopVideos = require_action.action("SPOTLIGHTR_GET_TOP_VIDEOS", {
17
+ slug: "spotlightr-get-top-videos",
18
+ name: "Get Top Videos",
19
+ description: "Tool to retrieve the top videos from a Spotlightr account. Use when you need to list the most viewed videos.",
20
+ input: SpotlightrGetTopVideosInput,
21
+ output: SpotlightrGetTopVideosOutput
22
+ });
23
+ //#endregion
24
+ exports.spotlightrGetTopVideos = spotlightrGetTopVideos;
25
+
26
+ //# sourceMappingURL=get-top-videos.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-top-videos.cjs","names":["z","action"],"sources":["../../src/actions/get-top-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrGetTopVideosInput: z.ZodTypeAny = z.object({\n days: z.number().int().default(30).describe(\"Number of days to look back for top videos (default 30)\").optional(),\n total: z.number().int().default(3).describe(\"Number of top videos to return (default 3)\").optional(),\n}).describe(\"Request model for retrieving top videos over a specified period.\");\nconst SpotlightrGetTopVideos_VideoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Video ID\"),\n url: z.string().describe(\"Video URL\"),\n title: z.string().describe(\"Video title\"),\n views: z.number().int().describe(\"Total views for the video\"),\n created_at: z.string().describe(\"Video creation datetime in ISO 8601 format\"),\n}).describe(\"Video object representing a single video's details.\");\nexport const SpotlightrGetTopVideosOutput: z.ZodTypeAny = z.object({\n videos: z.array(SpotlightrGetTopVideos_VideoSchema).describe(\"List of top video objects\").nullable().optional(),\n}).describe(\"Response model for top videos retrieval.\");\n\nexport const spotlightrGetTopVideos = action(\"SPOTLIGHTR_GET_TOP_VIDEOS\", {\n slug: \"spotlightr-get-top-videos\",\n name: \"Get Top Videos\",\n description: \"Tool to retrieve the top videos from a Spotlightr account. Use when you need to list the most viewed videos.\",\n input: SpotlightrGetTopVideosInput,\n output: SpotlightrGetTopVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU;CAClC,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACpC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACxC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC9E,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChH,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/get-top-videos.d.ts
4
+ declare const SpotlightrGetTopVideosInput: z.ZodTypeAny;
5
+ declare const SpotlightrGetTopVideosOutput: z.ZodTypeAny;
6
+ declare const spotlightrGetTopVideos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrGetTopVideos };
9
+ //# sourceMappingURL=get-top-videos.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-top-videos.d.cts","names":[],"sources":["../../src/actions/get-top-videos.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGmC;AAAA,cAQlE,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/get-top-videos.d.ts
4
+ declare const SpotlightrGetTopVideosInput: z.ZodTypeAny;
5
+ declare const SpotlightrGetTopVideosOutput: z.ZodTypeAny;
6
+ declare const spotlightrGetTopVideos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { spotlightrGetTopVideos };
9
+ //# sourceMappingURL=get-top-videos.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-top-videos.d.mts","names":[],"sources":["../../src/actions/get-top-videos.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGmC;AAAA,cAQlE,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-top-videos.ts
4
+ const SpotlightrGetTopVideosInput = z.object({
5
+ days: z.number().int().default(30).describe("Number of days to look back for top videos (default 30)").optional(),
6
+ total: z.number().int().default(3).describe("Number of top videos to return (default 3)").optional()
7
+ }).describe("Request model for retrieving top videos over a specified period.");
8
+ const SpotlightrGetTopVideos_VideoSchema = z.object({
9
+ id: z.string().describe("Video ID"),
10
+ url: z.string().describe("Video URL"),
11
+ title: z.string().describe("Video title"),
12
+ views: z.number().int().describe("Total views for the video"),
13
+ created_at: z.string().describe("Video creation datetime in ISO 8601 format")
14
+ }).describe("Video object representing a single video's details.");
15
+ const spotlightrGetTopVideos = action("SPOTLIGHTR_GET_TOP_VIDEOS", {
16
+ slug: "spotlightr-get-top-videos",
17
+ name: "Get Top Videos",
18
+ description: "Tool to retrieve the top videos from a Spotlightr account. Use when you need to list the most viewed videos.",
19
+ input: SpotlightrGetTopVideosInput,
20
+ output: z.object({ videos: z.array(SpotlightrGetTopVideos_VideoSchema).describe("List of top video objects").nullable().optional() }).describe("Response model for top videos retrieval.")
21
+ });
22
+ //#endregion
23
+ export { spotlightrGetTopVideos };
24
+
25
+ //# sourceMappingURL=get-top-videos.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-top-videos.mjs","names":[],"sources":["../../src/actions/get-top-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrGetTopVideosInput: z.ZodTypeAny = z.object({\n days: z.number().int().default(30).describe(\"Number of days to look back for top videos (default 30)\").optional(),\n total: z.number().int().default(3).describe(\"Number of top videos to return (default 3)\").optional(),\n}).describe(\"Request model for retrieving top videos over a specified period.\");\nconst SpotlightrGetTopVideos_VideoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Video ID\"),\n url: z.string().describe(\"Video URL\"),\n title: z.string().describe(\"Video title\"),\n views: z.number().int().describe(\"Total views for the video\"),\n created_at: z.string().describe(\"Video creation datetime in ISO 8601 format\"),\n}).describe(\"Video object representing a single video's details.\");\nexport const SpotlightrGetTopVideosOutput: z.ZodTypeAny = z.object({\n videos: z.array(SpotlightrGetTopVideos_VideoSchema).describe(\"List of top video objects\").nullable().optional(),\n}).describe(\"Response model for top videos retrieval.\");\n\nexport const spotlightrGetTopVideos = action(\"SPOTLIGHTR_GET_TOP_VIDEOS\", {\n slug: \"spotlightr-get-top-videos\",\n name: \"Get Top Videos\",\n description: \"Tool to retrieve the top videos from a Spotlightr account. Use when you need to list the most viewed videos.\",\n input: SpotlightrGetTopVideosInput,\n output: SpotlightrGetTopVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU;CAClC,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACpC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACxC,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC9E,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAKjE,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,QAAQ,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChH,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}