@keystrokehq/spotlightr 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-domain.cjs +2 -2
  4. package/dist/actions/add-domain.cjs.map +1 -1
  5. package/dist/actions/add-domain.d.cts +11 -3
  6. package/dist/actions/add-domain.d.cts.map +1 -1
  7. package/dist/actions/add-domain.d.mts +11 -3
  8. package/dist/actions/add-domain.d.mts.map +1 -1
  9. package/dist/actions/add-domain.mjs +2 -2
  10. package/dist/actions/add-domain.mjs.map +1 -1
  11. package/dist/actions/create-group.cjs +1 -1
  12. package/dist/actions/create-group.cjs.map +1 -1
  13. package/dist/actions/create-group.d.cts +11 -3
  14. package/dist/actions/create-group.d.cts.map +1 -1
  15. package/dist/actions/create-group.d.mts +11 -3
  16. package/dist/actions/create-group.d.mts.map +1 -1
  17. package/dist/actions/create-group.mjs +1 -1
  18. package/dist/actions/create-group.mjs.map +1 -1
  19. package/dist/actions/create-video.cjs +2 -2
  20. package/dist/actions/create-video.cjs.map +1 -1
  21. package/dist/actions/create-video.d.cts +21 -3
  22. package/dist/actions/create-video.d.cts.map +1 -1
  23. package/dist/actions/create-video.d.mts +21 -3
  24. package/dist/actions/create-video.d.mts.map +1 -1
  25. package/dist/actions/create-video.mjs +2 -2
  26. package/dist/actions/create-video.mjs.map +1 -1
  27. package/dist/actions/delete-video.cjs +2 -2
  28. package/dist/actions/delete-video.cjs.map +1 -1
  29. package/dist/actions/delete-video.d.cts +10 -3
  30. package/dist/actions/delete-video.d.cts.map +1 -1
  31. package/dist/actions/delete-video.d.mts +10 -3
  32. package/dist/actions/delete-video.d.mts.map +1 -1
  33. package/dist/actions/delete-video.mjs +2 -2
  34. package/dist/actions/delete-video.mjs.map +1 -1
  35. package/dist/actions/get-domains.cjs +1 -1
  36. package/dist/actions/get-domains.cjs.map +1 -1
  37. package/dist/actions/get-domains.d.cts +5 -3
  38. package/dist/actions/get-domains.d.cts.map +1 -1
  39. package/dist/actions/get-domains.d.mts +5 -3
  40. package/dist/actions/get-domains.d.mts.map +1 -1
  41. package/dist/actions/get-domains.mjs +1 -1
  42. package/dist/actions/get-domains.mjs.map +1 -1
  43. package/dist/actions/get-top-videos.cjs +7 -7
  44. package/dist/actions/get-top-videos.cjs.map +1 -1
  45. package/dist/actions/get-top-videos.d.cts +17 -3
  46. package/dist/actions/get-top-videos.d.cts.map +1 -1
  47. package/dist/actions/get-top-videos.d.mts +17 -3
  48. package/dist/actions/get-top-videos.d.mts.map +1 -1
  49. package/dist/actions/get-top-videos.mjs +7 -7
  50. package/dist/actions/get-top-videos.mjs.map +1 -1
  51. package/dist/actions/get-video-metrics.cjs +7 -7
  52. package/dist/actions/get-video-metrics.cjs.map +1 -1
  53. package/dist/actions/get-video-metrics.d.cts +14 -3
  54. package/dist/actions/get-video-metrics.d.cts.map +1 -1
  55. package/dist/actions/get-video-metrics.d.mts +14 -3
  56. package/dist/actions/get-video-metrics.d.mts.map +1 -1
  57. package/dist/actions/get-video-metrics.mjs +7 -7
  58. package/dist/actions/get-video-metrics.mjs.map +1 -1
  59. package/dist/actions/get-video-source.cjs +1 -1
  60. package/dist/actions/get-video-source.cjs.map +1 -1
  61. package/dist/actions/get-video-source.d.cts +14 -3
  62. package/dist/actions/get-video-source.d.cts.map +1 -1
  63. package/dist/actions/get-video-source.d.mts +14 -3
  64. package/dist/actions/get-video-source.d.mts.map +1 -1
  65. package/dist/actions/get-video-source.mjs +1 -1
  66. package/dist/actions/get-video-source.mjs.map +1 -1
  67. package/dist/actions/get-video-views.cjs +2 -2
  68. package/dist/actions/get-video-views.cjs.map +1 -1
  69. package/dist/actions/get-video-views.d.cts +27 -3
  70. package/dist/actions/get-video-views.d.cts.map +1 -1
  71. package/dist/actions/get-video-views.d.mts +27 -3
  72. package/dist/actions/get-video-views.d.mts.map +1 -1
  73. package/dist/actions/get-video-views.mjs +2 -2
  74. package/dist/actions/get-video-views.mjs.map +1 -1
  75. package/dist/actions/list-groups.cjs +2 -2
  76. package/dist/actions/list-groups.cjs.map +1 -1
  77. package/dist/actions/list-groups.d.cts +11 -3
  78. package/dist/actions/list-groups.d.cts.map +1 -1
  79. package/dist/actions/list-groups.d.mts +11 -3
  80. package/dist/actions/list-groups.d.mts.map +1 -1
  81. package/dist/actions/list-groups.mjs +2 -2
  82. package/dist/actions/list-groups.mjs.map +1 -1
  83. package/dist/actions/list-videos.cjs +2 -2
  84. package/dist/actions/list-videos.cjs.map +1 -1
  85. package/dist/actions/list-videos.d.cts +20 -3
  86. package/dist/actions/list-videos.d.cts.map +1 -1
  87. package/dist/actions/list-videos.d.mts +20 -3
  88. package/dist/actions/list-videos.d.mts.map +1 -1
  89. package/dist/actions/list-videos.mjs +2 -2
  90. package/dist/actions/list-videos.mjs.map +1 -1
  91. package/dist/actions/search-global.cjs +6 -6
  92. package/dist/actions/search-global.cjs.map +1 -1
  93. package/dist/actions/search-global.d.cts +14 -3
  94. package/dist/actions/search-global.d.cts.map +1 -1
  95. package/dist/actions/search-global.d.mts +14 -3
  96. package/dist/actions/search-global.d.mts.map +1 -1
  97. package/dist/actions/search-global.mjs +6 -6
  98. package/dist/actions/search-global.mjs.map +1 -1
  99. package/dist/catalog.cjs +7 -1
  100. package/dist/catalog.cjs.map +1 -1
  101. package/dist/catalog.d.cts +8 -0
  102. package/dist/catalog.d.mts +8 -0
  103. package/dist/catalog.mjs +7 -1
  104. package/dist/catalog.mjs.map +1 -1
  105. package/package.json +2 -2
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-groups.d.ts
4
- declare const SpotlightrListGroupsInput: z.ZodTypeAny;
5
- declare const SpotlightrListGroupsOutput: z.ZodTypeAny;
6
- declare const spotlightrListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrListGroupsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SpotlightrListGroupsOutput: z.ZodObject<{
6
+ groups: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ video_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
+ }, z.core.$loose>>>>;
13
+ }, z.core.$loose>;
14
+ declare const spotlightrListGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { spotlightrListGroups };
9
17
  //# sourceMappingURL=list-groups.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-groups.d.cts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAwG;AAAA,cAQrI,0BAAA,EAA4B,CAAA,CAAE,UAEmB;AAAA,cAEjD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-groups.d.cts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-groups.d.ts
4
- declare const SpotlightrListGroupsInput: z.ZodTypeAny;
5
- declare const SpotlightrListGroupsOutput: z.ZodTypeAny;
6
- declare const spotlightrListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrListGroupsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SpotlightrListGroupsOutput: z.ZodObject<{
6
+ groups: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ video_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
+ }, z.core.$loose>>>>;
13
+ }, z.core.$loose>;
14
+ declare const spotlightrListGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { spotlightrListGroups };
9
17
  //# sourceMappingURL=list-groups.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-groups.d.mts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAwG;AAAA,cAQrI,0BAAA,EAA4B,CAAA,CAAE,UAEmB;AAAA,cAEjD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-groups.d.mts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -8,13 +8,13 @@ const SpotlightrListGroups_GroupSchema = z.object({
8
8
  created_at: z.string().describe("Creation timestamp of the group").nullable().optional(),
9
9
  updated_at: z.string().describe("Last updated timestamp of the group").nullable().optional(),
10
10
  video_count: z.number().int().describe("Number of videos in the group").nullable().optional()
11
- }).describe("Group (project) object representing a single project's details.");
11
+ }).passthrough().describe("Group (project) object representing a single project's details.");
12
12
  const spotlightrListGroups = action("SPOTLIGHTR_LIST_GROUPS", {
13
13
  slug: "spotlightr-list-groups",
14
14
  name: "List Groups",
15
15
  description: "Tool to retrieve all projects (groups) in a Spotlightr account. Use when you need to list all available projects or groups.",
16
16
  input: SpotlightrListGroupsInput,
17
- output: z.object({ groups: z.array(SpotlightrListGroups_GroupSchema).describe("List of group (project) objects").nullable().optional() }).describe("Response model for groups (projects) retrieval.")
17
+ output: z.object({ groups: z.array(SpotlightrListGroups_GroupSchema).describe("List of group (project) objects").nullable().optional() }).passthrough().describe("Response model for groups (projects) retrieval.")
18
18
  });
19
19
  //#endregion
20
20
  export { spotlightrListGroups };
@@ -1 +1 @@
1
- {"version":3,"file":"list-groups.mjs","names":[],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListGroupsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all projects (groups) in the account.\");\nconst SpotlightrListGroups_GroupSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Group ID\").nullable().optional(),\n name: z.string().describe(\"Group name\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp of the group\").nullable().optional(),\n updated_at: z.string().describe(\"Last updated timestamp of the group\").nullable().optional(),\n video_count: z.number().int().describe(\"Number of videos in the group\").nullable().optional(),\n}).describe(\"Group (project) object representing a single project's details.\");\nexport const SpotlightrListGroupsOutput: z.ZodTypeAny = z.object({\n groups: z.array(SpotlightrListGroups_GroupSchema).describe(\"List of group (project) objects\").nullable().optional(),\n}).describe(\"Response model for groups (projects) retrieval.\");\n\nexport const spotlightrListGroups = action(\"SPOTLIGHTR_LIST_GROUPS\", {\n slug: \"spotlightr-list-groups\",\n name: \"List Groups\",\n description: \"Tool to retrieve all projects (groups) in a Spotlightr account. Use when you need to list all available projects or groups.\",\n input: SpotlightrListGroupsInput,\n output: SpotlightrListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAAoE;AACjJ,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAK7E,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-groups.mjs","names":[],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListGroupsInput = z.object({}).describe(\"Request model for retrieving all projects (groups) in the account.\");\nconst SpotlightrListGroups_GroupSchema = z.object({\n id: z.number().int().describe(\"Group ID\").nullable().optional(),\n name: z.string().describe(\"Group name\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp of the group\").nullable().optional(),\n updated_at: z.string().describe(\"Last updated timestamp of the group\").nullable().optional(),\n video_count: z.number().int().describe(\"Number of videos in the group\").nullable().optional(),\n}).passthrough().describe(\"Group (project) object representing a single project's details.\");\nexport const SpotlightrListGroupsOutput = z.object({\n groups: z.array(SpotlightrListGroups_GroupSchema).describe(\"List of group (project) objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for groups (projects) retrieval.\");\n\nexport const spotlightrListGroups = action(\"SPOTLIGHTR_LIST_GROUPS\", {\n slug: \"spotlightr-list-groups\",\n name: \"List Groups\",\n description: \"Tool to retrieve all projects (groups) in a Spotlightr account. Use when you need to list all available projects or groups.\",\n input: SpotlightrListGroupsInput,\n output: SpotlightrListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAAoE;AACnI,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iEAAiE;AAK3F,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,QAAQ,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAOhB;AACV,CAAC"}
@@ -18,8 +18,8 @@ const SpotlightrListVideos_VideoItemSchema = zod.z.object({
18
18
  createdAt: zod.z.string().describe("Video creation timestamp").nullable().optional(),
19
19
  thumbnail: zod.z.string().describe("Video thumbnail URL").nullable().optional(),
20
20
  videoGroup: zod.z.union([zod.z.number().int(), zod.z.string()]).nullable().optional()
21
- }).describe("Video item representing a single video's details.");
22
- const SpotlightrListVideosOutput = zod.z.object({ videos: zod.z.array(SpotlightrListVideos_VideoItemSchema).describe("List of video objects from the account").nullable().optional() }).describe("Response model for listing videos.");
21
+ }).passthrough().describe("Video item representing a single video's details.");
22
+ const SpotlightrListVideosOutput = zod.z.object({ videos: zod.z.array(SpotlightrListVideos_VideoItemSchema).describe("List of video objects from the account").nullable().optional() }).passthrough().describe("Response model for listing videos.");
23
23
  const spotlightrListVideos = require_action.action("SPOTLIGHTR_LIST_VIDEOS", {
24
24
  slug: "spotlightr-list-videos",
25
25
  name: "List Videos",
@@ -1 +1 @@
1
- {"version":3,"file":"list-videos.cjs","names":["z","action"],"sources":["../../src/actions/list-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListVideosInput: z.ZodTypeAny = z.object({\n video_id: z.number().int().describe(\"Identifier for a specific video record to retrieve\").optional(),\n video_group: z.number().int().describe(\"Identifier for filtering videos by project association\").optional(),\n}).describe(\"Request model for listing videos from Spotlightr account.\");\nconst SpotlightrListVideos_VideoItemSchema: z.ZodTypeAny = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n url: z.string().describe(\"Video URL\").nullable().optional(),\n name: z.string().describe(\"Video name or title\").nullable().optional(),\n status: z.string().describe(\"Video processing status\").nullable().optional(),\n duration: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n createdAt: z.string().describe(\"Video creation timestamp\").nullable().optional(),\n thumbnail: z.string().describe(\"Video thumbnail URL\").nullable().optional(),\n videoGroup: z.union([z.number().int(), z.string()]).nullable().optional(),\n}).describe(\"Video item representing a single video's details.\");\nexport const SpotlightrListVideosOutput: z.ZodTypeAny = z.object({\n videos: z.array(SpotlightrListVideos_VideoItemSchema).describe(\"List of video objects from the account\").nullable().optional(),\n}).describe(\"Response model for listing videos.\");\n\nexport const spotlightrListVideos = action(\"SPOTLIGHTR_LIST_VIDEOS\", {\n slug: \"spotlightr-list-videos\",\n name: \"List Videos\",\n description: \"Tool to retrieve videos from a Spotlightr account. Use when you need to list all videos or filter by specific video ID or project.\",\n input: SpotlightrListVideosInput,\n output: SpotlightrListVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,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;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-videos.cjs","names":["z","action"],"sources":["../../src/actions/list-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListVideosInput = z.object({\n video_id: z.number().int().describe(\"Identifier for a specific video record to retrieve\").optional(),\n video_group: z.number().int().describe(\"Identifier for filtering videos by project association\").optional(),\n}).describe(\"Request model for listing videos from Spotlightr account.\");\nconst SpotlightrListVideos_VideoItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n url: z.string().describe(\"Video URL\").nullable().optional(),\n name: z.string().describe(\"Video name or title\").nullable().optional(),\n status: z.string().describe(\"Video processing status\").nullable().optional(),\n duration: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n createdAt: z.string().describe(\"Video creation timestamp\").nullable().optional(),\n thumbnail: z.string().describe(\"Video thumbnail URL\").nullable().optional(),\n videoGroup: z.union([z.number().int(), z.string()]).nullable().optional(),\n}).passthrough().describe(\"Video item representing a single video's details.\");\nexport const SpotlightrListVideosOutput = z.object({\n videos: z.array(SpotlightrListVideos_VideoItemSchema).describe(\"List of video objects from the account\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing videos.\");\n\nexport const spotlightrListVideos = action(\"SPOTLIGHTR_LIST_VIDEOS\", {\n slug: \"spotlightr-list-videos\",\n name: \"List Videos\",\n description: \"Tool to retrieve videos from a Spotlightr account. Use when you need to list all videos or filter by specific video ID or project.\",\n input: SpotlightrListVideosInput,\n output: SpotlightrListVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,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;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAE9D,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-videos.d.ts
4
- declare const SpotlightrListVideosInput: z.ZodTypeAny;
5
- declare const SpotlightrListVideosOutput: z.ZodTypeAny;
6
- declare const spotlightrListVideos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrListVideosInput: z.ZodObject<{
5
+ video_id: z.ZodOptional<z.ZodNumber>;
6
+ video_group: z.ZodOptional<z.ZodNumber>;
7
+ }, z.core.$strip>;
8
+ declare const SpotlightrListVideosOutput: z.ZodObject<{
9
+ videos: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
10
+ id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
11
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ duration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodNumber, z.ZodString]>>>;
15
+ createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ videoGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
18
+ }, z.core.$loose>>>>;
19
+ }, z.core.$loose>;
20
+ declare const spotlightrListVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ video_id?: number | undefined;
22
+ video_group?: number | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { spotlightrListVideos };
9
26
  //# sourceMappingURL=list-videos.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-videos.d.cts","names":[],"sources":["../../src/actions/list-videos.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAG8B;AAAA,cAW3D,0BAAA,EAA4B,CAAA,CAAE,UAEM;AAAA,cAEpC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-videos.d.cts","names":[],"sources":["../../src/actions/list-videos.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAczB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-videos.d.ts
4
- declare const SpotlightrListVideosInput: z.ZodTypeAny;
5
- declare const SpotlightrListVideosOutput: z.ZodTypeAny;
6
- declare const spotlightrListVideos: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrListVideosInput: z.ZodObject<{
5
+ video_id: z.ZodOptional<z.ZodNumber>;
6
+ video_group: z.ZodOptional<z.ZodNumber>;
7
+ }, z.core.$strip>;
8
+ declare const SpotlightrListVideosOutput: z.ZodObject<{
9
+ videos: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
10
+ id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
11
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ duration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodNumber, z.ZodString]>>>;
15
+ createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ videoGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
18
+ }, z.core.$loose>>>>;
19
+ }, z.core.$loose>;
20
+ declare const spotlightrListVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ video_id?: number | undefined;
22
+ video_group?: number | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { spotlightrListVideos };
9
26
  //# sourceMappingURL=list-videos.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-videos.d.mts","names":[],"sources":["../../src/actions/list-videos.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAG8B;AAAA,cAW3D,0BAAA,EAA4B,CAAA,CAAE,UAEM;AAAA,cAEpC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-videos.d.mts","names":[],"sources":["../../src/actions/list-videos.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAczB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA"}
@@ -18,13 +18,13 @@ const SpotlightrListVideos_VideoItemSchema = z.object({
18
18
  createdAt: z.string().describe("Video creation timestamp").nullable().optional(),
19
19
  thumbnail: z.string().describe("Video thumbnail URL").nullable().optional(),
20
20
  videoGroup: z.union([z.number().int(), z.string()]).nullable().optional()
21
- }).describe("Video item representing a single video's details.");
21
+ }).passthrough().describe("Video item representing a single video's details.");
22
22
  const spotlightrListVideos = action("SPOTLIGHTR_LIST_VIDEOS", {
23
23
  slug: "spotlightr-list-videos",
24
24
  name: "List Videos",
25
25
  description: "Tool to retrieve videos from a Spotlightr account. Use when you need to list all videos or filter by specific video ID or project.",
26
26
  input: SpotlightrListVideosInput,
27
- output: z.object({ videos: z.array(SpotlightrListVideos_VideoItemSchema).describe("List of video objects from the account").nullable().optional() }).describe("Response model for listing videos.")
27
+ output: z.object({ videos: z.array(SpotlightrListVideos_VideoItemSchema).describe("List of video objects from the account").nullable().optional() }).passthrough().describe("Response model for listing videos.")
28
28
  });
29
29
  //#endregion
30
30
  export { spotlightrListVideos };
@@ -1 +1 @@
1
- {"version":3,"file":"list-videos.mjs","names":[],"sources":["../../src/actions/list-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListVideosInput: z.ZodTypeAny = z.object({\n video_id: z.number().int().describe(\"Identifier for a specific video record to retrieve\").optional(),\n video_group: z.number().int().describe(\"Identifier for filtering videos by project association\").optional(),\n}).describe(\"Request model for listing videos from Spotlightr account.\");\nconst SpotlightrListVideos_VideoItemSchema: z.ZodTypeAny = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n url: z.string().describe(\"Video URL\").nullable().optional(),\n name: z.string().describe(\"Video name or title\").nullable().optional(),\n status: z.string().describe(\"Video processing status\").nullable().optional(),\n duration: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n createdAt: z.string().describe(\"Video creation timestamp\").nullable().optional(),\n thumbnail: z.string().describe(\"Video thumbnail URL\").nullable().optional(),\n videoGroup: z.union([z.number().int(), z.string()]).nullable().optional(),\n}).describe(\"Video item representing a single video's details.\");\nexport const SpotlightrListVideosOutput: z.ZodTypeAny = z.object({\n videos: z.array(SpotlightrListVideos_VideoItemSchema).describe(\"List of video objects from the account\").nullable().optional(),\n}).describe(\"Response model for listing videos.\");\n\nexport const spotlightrListVideos = action(\"SPOTLIGHTR_LIST_VIDEOS\", {\n slug: \"spotlightr-list-videos\",\n name: \"List Videos\",\n description: \"Tool to retrieve videos from a Spotlightr account. Use when you need to list all videos or filter by specific video ID or project.\",\n input: SpotlightrListVideosInput,\n output: SpotlightrListVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,MAAM;EAAC,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAK/D,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-videos.mjs","names":[],"sources":["../../src/actions/list-videos.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrListVideosInput = z.object({\n video_id: z.number().int().describe(\"Identifier for a specific video record to retrieve\").optional(),\n video_group: z.number().int().describe(\"Identifier for filtering videos by project association\").optional(),\n}).describe(\"Request model for listing videos from Spotlightr account.\");\nconst SpotlightrListVideos_VideoItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n url: z.string().describe(\"Video URL\").nullable().optional(),\n name: z.string().describe(\"Video name or title\").nullable().optional(),\n status: z.string().describe(\"Video processing status\").nullable().optional(),\n duration: z.union([z.number().int(), z.number(), z.string()]).nullable().optional(),\n createdAt: z.string().describe(\"Video creation timestamp\").nullable().optional(),\n thumbnail: z.string().describe(\"Video thumbnail URL\").nullable().optional(),\n videoGroup: z.union([z.number().int(), z.string()]).nullable().optional(),\n}).passthrough().describe(\"Video item representing a single video's details.\");\nexport const SpotlightrListVideosOutput = z.object({\n videos: z.array(SpotlightrListVideos_VideoItemSchema).describe(\"List of video objects from the account\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing videos.\");\n\nexport const spotlightrListVideos = action(\"SPOTLIGHTR_LIST_VIDEOS\", {\n slug: \"spotlightr-list-videos\",\n name: \"List Videos\",\n description: \"Tool to retrieve videos from a Spotlightr account. Use when you need to list all videos or filter by specific video ID or project.\",\n input: SpotlightrListVideosInput,\n output: SpotlightrListVideosOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uCAAuC,EAAE,OAAO;CACpD,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,MAAM;EAAC,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAK7E,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAOhB;AACV,CAAC"}
@@ -3,12 +3,12 @@ let zod = require("zod");
3
3
  //#region src/actions/search-global.ts
4
4
  const SpotlightrSearchGlobalInput = zod.z.object({ query: zod.z.string().describe("Search query string to search across videos and content. If not provided, returns all content.").optional() }).describe("Request model for performing account-wide search across all videos and content.");
5
5
  const SpotlightrSearchGlobal_SearchResultSchema = zod.z.object({
6
- id: zod.z.number().int().describe("Unique identifier"),
7
- name: zod.z.string().describe("Name of the search result"),
8
- type: zod.z.string().describe("Type of result (e.g., 'projects', 'videos')"),
9
- updated: zod.z.string().describe("Last updated timestamp")
10
- }).describe("Individual search result object.");
11
- const SpotlightrSearchGlobalOutput = zod.z.object({ results: zod.z.array(SpotlightrSearchGlobal_SearchResultSchema).describe("List of search result objects").nullable().optional() }).describe("Response model for global search results.");
6
+ id: zod.z.number().int().describe("Unique identifier").nullable(),
7
+ name: zod.z.string().describe("Name of the search result").nullable(),
8
+ type: zod.z.string().describe("Type of result (e.g., 'projects', 'videos')").nullable(),
9
+ updated: zod.z.string().describe("Last updated timestamp").nullable()
10
+ }).passthrough().describe("Individual search result object.");
11
+ const SpotlightrSearchGlobalOutput = zod.z.object({ results: zod.z.array(SpotlightrSearchGlobal_SearchResultSchema).describe("List of search result objects").nullable().optional() }).passthrough().describe("Response model for global search results.");
12
12
  const spotlightrSearchGlobal = require_action.action("SPOTLIGHTR_SEARCH_GLOBAL", {
13
13
  slug: "spotlightr-search-global",
14
14
  name: "Search Global",
@@ -1 +1 @@
1
- {"version":3,"file":"search-global.cjs","names":["z","action"],"sources":["../../src/actions/search-global.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrSearchGlobalInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"Search query string to search across videos and content. If not provided, returns all content.\").optional(),\n}).describe(\"Request model for performing account-wide search across all videos and content.\");\nconst SpotlightrSearchGlobal_SearchResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier\"),\n name: z.string().describe(\"Name of the search result\"),\n type: z.string().describe(\"Type of result (e.g., 'projects', 'videos')\"),\n updated: z.string().describe(\"Last updated timestamp\"),\n}).describe(\"Individual search result object.\");\nexport const SpotlightrSearchGlobalOutput: z.ZodTypeAny = z.object({\n results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe(\"List of search result objects\").nullable().optional(),\n}).describe(\"Response model for global search results.\");\n\nexport const spotlightrSearchGlobal = action(\"SPOTLIGHTR_SEARCH_GLOBAL\", {\n slug: \"spotlightr-search-global\",\n name: \"Search Global\",\n description: \"Tool to perform account-wide search across all videos and content in Spotlightr. Use when you need to find specific videos, projects, or content by name or keyword.\",\n input: SpotlightrSearchGlobalInput,\n output: SpotlightrSearchGlobalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EACxI,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACvD,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"search-global.cjs","names":["z","action"],"sources":["../../src/actions/search-global.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrSearchGlobalInput = z.object({\n query: z.string().describe(\"Search query string to search across videos and content. If not provided, returns all content.\").optional(),\n}).describe(\"Request model for performing account-wide search across all videos and content.\");\nconst SpotlightrSearchGlobal_SearchResultSchema = z.object({\n id: z.number().int().describe(\"Unique identifier\").nullable(),\n name: z.string().describe(\"Name of the search result\").nullable(),\n type: z.string().describe(\"Type of result (e.g., 'projects', 'videos')\").nullable(),\n updated: z.string().describe(\"Last updated timestamp\").nullable(),\n}).passthrough().describe(\"Individual search result object.\");\nexport const SpotlightrSearchGlobalOutput = z.object({\n results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe(\"List of search result objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for global search results.\");\n\nexport const spotlightrSearchGlobal = action(\"SPOTLIGHTR_SEARCH_GLOBAL\", {\n slug: \"spotlightr-search-global\",\n name: \"Search Global\",\n description: \"Tool to perform account-wide search across all videos and content in Spotlightr. Use when you need to find specific videos, projects, or content by name or keyword.\",\n input: SpotlightrSearchGlobalInput,\n output: SpotlightrSearchGlobalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EACxI,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AAClE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,SAASA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/search-global.d.ts
4
- declare const SpotlightrSearchGlobalInput: z.ZodTypeAny;
5
- declare const SpotlightrSearchGlobalOutput: z.ZodTypeAny;
6
- declare const spotlightrSearchGlobal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrSearchGlobalInput: z.ZodObject<{
5
+ query: z.ZodOptional<z.ZodString>;
6
+ }, z.core.$strip>;
7
+ declare const SpotlightrSearchGlobalOutput: z.ZodObject<{
8
+ results: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9
+ id: z.ZodNullable<z.ZodNumber>;
10
+ name: z.ZodNullable<z.ZodString>;
11
+ type: z.ZodNullable<z.ZodString>;
12
+ updated: z.ZodNullable<z.ZodString>;
13
+ }, z.core.$loose>>>>;
14
+ }, z.core.$loose>;
15
+ declare const spotlightrSearchGlobal: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ query?: string | undefined;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { spotlightrSearchGlobal };
9
20
  //# sourceMappingURL=search-global.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-global.d.cts","names":[],"sources":["../../src/actions/search-global.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEkD;AAAA,cAOjF,4BAAA,EAA8B,CAAA,CAAE,UAEW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"search-global.d.cts","names":[],"sources":["../../src/actions/search-global.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAS3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/search-global.d.ts
4
- declare const SpotlightrSearchGlobalInput: z.ZodTypeAny;
5
- declare const SpotlightrSearchGlobalOutput: z.ZodTypeAny;
6
- declare const spotlightrSearchGlobal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SpotlightrSearchGlobalInput: z.ZodObject<{
5
+ query: z.ZodOptional<z.ZodString>;
6
+ }, z.core.$strip>;
7
+ declare const SpotlightrSearchGlobalOutput: z.ZodObject<{
8
+ results: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9
+ id: z.ZodNullable<z.ZodNumber>;
10
+ name: z.ZodNullable<z.ZodString>;
11
+ type: z.ZodNullable<z.ZodString>;
12
+ updated: z.ZodNullable<z.ZodString>;
13
+ }, z.core.$loose>>>>;
14
+ }, z.core.$loose>;
15
+ declare const spotlightrSearchGlobal: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ query?: string | undefined;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { spotlightrSearchGlobal };
9
20
  //# sourceMappingURL=search-global.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-global.d.mts","names":[],"sources":["../../src/actions/search-global.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEkD;AAAA,cAOjF,4BAAA,EAA8B,CAAA,CAAE,UAEW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"search-global.d.mts","names":[],"sources":["../../src/actions/search-global.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAS3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA"}
@@ -3,17 +3,17 @@ import { z } from "zod";
3
3
  //#region src/actions/search-global.ts
4
4
  const SpotlightrSearchGlobalInput = z.object({ query: z.string().describe("Search query string to search across videos and content. If not provided, returns all content.").optional() }).describe("Request model for performing account-wide search across all videos and content.");
5
5
  const SpotlightrSearchGlobal_SearchResultSchema = z.object({
6
- id: z.number().int().describe("Unique identifier"),
7
- name: z.string().describe("Name of the search result"),
8
- type: z.string().describe("Type of result (e.g., 'projects', 'videos')"),
9
- updated: z.string().describe("Last updated timestamp")
10
- }).describe("Individual search result object.");
6
+ id: z.number().int().describe("Unique identifier").nullable(),
7
+ name: z.string().describe("Name of the search result").nullable(),
8
+ type: z.string().describe("Type of result (e.g., 'projects', 'videos')").nullable(),
9
+ updated: z.string().describe("Last updated timestamp").nullable()
10
+ }).passthrough().describe("Individual search result object.");
11
11
  const spotlightrSearchGlobal = action("SPOTLIGHTR_SEARCH_GLOBAL", {
12
12
  slug: "spotlightr-search-global",
13
13
  name: "Search Global",
14
14
  description: "Tool to perform account-wide search across all videos and content in Spotlightr. Use when you need to find specific videos, projects, or content by name or keyword.",
15
15
  input: SpotlightrSearchGlobalInput,
16
- output: z.object({ results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe("List of search result objects").nullable().optional() }).describe("Response model for global search results.")
16
+ output: z.object({ results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe("List of search result objects").nullable().optional() }).passthrough().describe("Response model for global search results.")
17
17
  });
18
18
  //#endregion
19
19
  export { spotlightrSearchGlobal };
@@ -1 +1 @@
1
- {"version":3,"file":"search-global.mjs","names":[],"sources":["../../src/actions/search-global.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrSearchGlobalInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"Search query string to search across videos and content. If not provided, returns all content.\").optional(),\n}).describe(\"Request model for performing account-wide search across all videos and content.\");\nconst SpotlightrSearchGlobal_SearchResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier\"),\n name: z.string().describe(\"Name of the search result\"),\n type: z.string().describe(\"Type of result (e.g., 'projects', 'videos')\"),\n updated: z.string().describe(\"Last updated timestamp\"),\n}).describe(\"Individual search result object.\");\nexport const SpotlightrSearchGlobalOutput: z.ZodTypeAny = z.object({\n results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe(\"List of search result objects\").nullable().optional(),\n}).describe(\"Response model for global search results.\");\n\nexport const spotlightrSearchGlobal = action(\"SPOTLIGHTR_SEARCH_GLOBAL\", {\n slug: \"spotlightr-search-global\",\n name: \"Search Global\",\n description: \"Tool to perform account-wide search across all videos and content in Spotlightr. Use when you need to find specific videos, projects, or content by name or keyword.\",\n input: SpotlightrSearchGlobalInput,\n output: SpotlightrSearchGlobalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EACxI,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACvD,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"search-global.mjs","names":[],"sources":["../../src/actions/search-global.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotlightrSearchGlobalInput = z.object({\n query: z.string().describe(\"Search query string to search across videos and content. If not provided, returns all content.\").optional(),\n}).describe(\"Request model for performing account-wide search across all videos and content.\");\nconst SpotlightrSearchGlobal_SearchResultSchema = z.object({\n id: z.number().int().describe(\"Unique identifier\").nullable(),\n name: z.string().describe(\"Name of the search result\").nullable(),\n type: z.string().describe(\"Type of result (e.g., 'projects', 'videos')\").nullable(),\n updated: z.string().describe(\"Last updated timestamp\").nullable(),\n}).passthrough().describe(\"Individual search result object.\");\nexport const SpotlightrSearchGlobalOutput = z.object({\n results: z.array(SpotlightrSearchGlobal_SearchResultSchema).describe(\"List of search result objects\").nullable().optional(),\n}).passthrough().describe(\"Response model for global search results.\");\n\nexport const spotlightrSearchGlobal = action(\"SPOTLIGHTR_SEARCH_GLOBAL\", {\n slug: \"spotlightr-search-global\",\n name: \"Search Global\",\n description: \"Tool to perform account-wide search across all videos and content in Spotlightr. Use when you need to find specific videos, projects, or content by name or keyword.\",\n input: SpotlightrSearchGlobalInput,\n output: SpotlightrSearchGlobalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EACxI,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AAClE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAK5D,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0C,EAAE,OAAO,EACnD,SAAS,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,13 @@ const spotlightrCatalog = {
7
7
  "category": "Video & Audio",
8
8
  "logo": "https://logos.composio.dev/api/spotlightr",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "Spotlightr API Key",
13
+ "secret": true,
14
+ "description": "The API key used for authenticating requests to the Spotlightr API."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  exports.spotlightrCatalog = spotlightrCatalog;
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const spotlightrCatalog = {\n \"slug\": \"spotlightr\",\n \"name\": \"Spotlightr\",\n \"description\": \"Spotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/spotlightr\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const spotlightrCatalog = {\n \"slug\": \"spotlightr\",\n \"name\": \"Spotlightr\",\n \"description\": \"Spotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/spotlightr\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Spotlightr API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Spotlightr API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,14 @@ declare const spotlightrCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/spotlightr";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "Spotlightr API Key";
14
+ readonly secret: true;
15
+ readonly description: "The API key used for authenticating requests to the Spotlightr API.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { spotlightrCatalog };
@@ -8,6 +8,14 @@ declare const spotlightrCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/spotlightr";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "Spotlightr API Key";
14
+ readonly secret: true;
15
+ readonly description: "The API key used for authenticating requests to the Spotlightr API.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { spotlightrCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,13 @@ const spotlightrCatalog = {
7
7
  "category": "Video & Audio",
8
8
  "logo": "https://logos.composio.dev/api/spotlightr",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "Spotlightr API Key",
13
+ "secret": true,
14
+ "description": "The API key used for authenticating requests to the Spotlightr API."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  export { spotlightrCatalog };
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const spotlightrCatalog = {\n \"slug\": \"spotlightr\",\n \"name\": \"Spotlightr\",\n \"description\": \"Spotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/spotlightr\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const spotlightrCatalog = {\n \"slug\": \"spotlightr\",\n \"name\": \"Spotlightr\",\n \"description\": \"Spotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/spotlightr\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Spotlightr API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Spotlightr API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/spotlightr",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": "^0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.4",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {