@keystrokehq/sendspark 0.1.2 → 0.1.4

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 (49) hide show
  1. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.cjs +7 -7
  2. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.cjs.map +1 -1
  3. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.cts +8 -7
  4. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.mts +8 -7
  5. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.mjs +7 -7
  6. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.mjs.map +1 -1
  7. package/dist/actions/add-prospect-to-dynamic-video-campaign.cjs +1 -1
  8. package/dist/actions/add-prospect-to-dynamic-video-campaign.cjs.map +1 -1
  9. package/dist/actions/add-prospect-to-dynamic-video-campaign.d.cts +1 -1
  10. package/dist/actions/add-prospect-to-dynamic-video-campaign.d.mts +1 -1
  11. package/dist/actions/add-prospect-to-dynamic-video-campaign.mjs +1 -1
  12. package/dist/actions/add-prospect-to-dynamic-video-campaign.mjs.map +1 -1
  13. package/dist/actions/api-health-status.cjs +1 -1
  14. package/dist/actions/api-health-status.cjs.map +1 -1
  15. package/dist/actions/api-health-status.d.cts +1 -1
  16. package/dist/actions/api-health-status.d.mts +1 -1
  17. package/dist/actions/api-health-status.mjs +1 -1
  18. package/dist/actions/api-health-status.mjs.map +1 -1
  19. package/dist/actions/delete-webhook.cjs +1 -1
  20. package/dist/actions/delete-webhook.cjs.map +1 -1
  21. package/dist/actions/delete-webhook.d.cts +1 -1
  22. package/dist/actions/delete-webhook.d.mts +1 -1
  23. package/dist/actions/delete-webhook.mjs +1 -1
  24. package/dist/actions/delete-webhook.mjs.map +1 -1
  25. package/dist/actions/get-dynamic-campaign-by-id.cjs +7 -7
  26. package/dist/actions/get-dynamic-campaign-by-id.cjs.map +1 -1
  27. package/dist/actions/get-dynamic-campaign-by-id.d.cts +7 -7
  28. package/dist/actions/get-dynamic-campaign-by-id.d.mts +7 -7
  29. package/dist/actions/get-dynamic-campaign-by-id.mjs +7 -7
  30. package/dist/actions/get-dynamic-campaign-by-id.mjs.map +1 -1
  31. package/dist/actions/get-workspace-prospect-data-by-email.cjs +2 -2
  32. package/dist/actions/get-workspace-prospect-data-by-email.cjs.map +1 -1
  33. package/dist/actions/get-workspace-prospect-data-by-email.d.cts +2 -2
  34. package/dist/actions/get-workspace-prospect-data-by-email.d.mts +2 -2
  35. package/dist/actions/get-workspace-prospect-data-by-email.mjs +2 -2
  36. package/dist/actions/get-workspace-prospect-data-by-email.mjs.map +1 -1
  37. package/dist/actions/list-dynamic-video-campaigns.cjs +16 -16
  38. package/dist/actions/list-dynamic-video-campaigns.cjs.map +1 -1
  39. package/dist/actions/list-dynamic-video-campaigns.d.cts +16 -16
  40. package/dist/actions/list-dynamic-video-campaigns.d.mts +16 -16
  41. package/dist/actions/list-dynamic-video-campaigns.mjs +16 -16
  42. package/dist/actions/list-dynamic-video-campaigns.mjs.map +1 -1
  43. package/dist/catalog.cjs +1 -1
  44. package/dist/catalog.cjs.map +1 -1
  45. package/dist/catalog.d.cts +1 -1
  46. package/dist/catalog.d.mts +1 -1
  47. package/dist/catalog.mjs +1 -1
  48. package/dist/catalog.mjs.map +1 -1
  49. package/package.json +1 -1
@@ -21,24 +21,24 @@ declare const SendsparkListDynamicVideoCampaignsOutput: z.ZodObject<{
21
21
  name: z.ZodNullable<z.ZodString>;
22
22
  email: z.ZodNullable<z.ZodString>;
23
23
  lastName: z.ZodNullable<z.ZodString>;
24
- }, z.core.$strip>>;
24
+ }, z.core.$loose>>;
25
25
  summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
26
26
  deleted: z.ZodNullable<z.ZodNumber>;
27
27
  errored: z.ZodNullable<z.ZodNumber>;
28
28
  completed: z.ZodNullable<z.ZodNumber>;
29
29
  processed: z.ZodNullable<z.ZodNumber>;
30
- }, z.core.$strip>>>;
30
+ }, z.core.$loose>>>;
31
31
  features: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32
32
  screenshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
33
33
  voiceCloning: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
34
34
  version: z.ZodNullable<z.ZodNumber>;
35
- }, z.core.$strip>]>>>;
35
+ }, z.core.$loose>]>>>;
36
36
  transcription: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
37
37
  videoSettings: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
38
- }, z.core.$strip>>>;
38
+ }, z.core.$loose>>>;
39
39
  metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
40
40
  version: z.ZodNullable<z.ZodString>;
41
- }, z.core.$strip>>>;
41
+ }, z.core.$loose>>>;
42
42
  createdAt: z.ZodNullable<z.ZodString>;
43
43
  workspace: z.ZodNullable<z.ZodString>;
44
44
  campaign_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -61,7 +61,7 @@ declare const SendsparkListDynamicVideoCampaignsOutput: z.ZodObject<{
61
61
  screenshotUrl: z.ZodNullable<z.ZodString>;
62
62
  resourcesStatus: z.ZodNullable<z.ZodString>;
63
63
  validationDetails: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
64
- }, z.core.$strip>>>>;
64
+ }, z.core.$loose>>>>;
65
65
  videosAssets: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
66
66
  _id: z.ZodNullable<z.ZodString>;
67
67
  url: z.ZodNullable<z.ZodString>;
@@ -69,37 +69,37 @@ declare const SendsparkListDynamicVideoCampaignsOutput: z.ZodObject<{
69
69
  assetUrl: z.ZodNullable<z.ZodString>;
70
70
  duration: z.ZodNullable<z.ZodNumber>;
71
71
  provider: z.ZodNullable<z.ZodString>;
72
- }, z.core.$strip>>>>>;
72
+ }, z.core.$loose>>>>>;
73
73
  combinedVideo: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
74
74
  useFallbackData: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
75
75
  videoProperties: z.ZodOptional<z.ZodNullable<z.ZodObject<{
76
76
  sharePage: z.ZodNullable<z.ZodObject<{
77
77
  title: z.ZodNullable<z.ZodString>;
78
78
  buttons: z.ZodArray<z.ZodString>;
79
- }, z.core.$strip>>;
80
- }, z.core.$strip>>>;
79
+ }, z.core.$loose>>;
80
+ }, z.core.$loose>>>;
81
81
  analyticsSummary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
82
82
  plays: z.ZodNullable<z.ZodNumber>;
83
83
  lastUpdated: z.ZodNullable<z.ZodString>;
84
84
  totalActiveVideos: z.ZodNullable<z.ZodNumber>;
85
- }, z.core.$strip>>>;
85
+ }, z.core.$loose>>>;
86
86
  dynamicBackground: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
87
- }, z.core.$strip>>;
87
+ }, z.core.$loose>>;
88
88
  links: z.ZodNullable<z.ZodObject<{
89
89
  next: z.ZodNullable<z.ZodObject<{
90
90
  url: z.ZodNullable<z.ZodString>;
91
91
  limit: z.ZodNullable<z.ZodNumber>;
92
92
  offset: z.ZodNullable<z.ZodNumber>;
93
- }, z.core.$strip>>;
94
- }, z.core.$strip>>;
93
+ }, z.core.$loose>>;
94
+ }, z.core.$loose>>;
95
95
  pagination: z.ZodNullable<z.ZodObject<{
96
96
  limit: z.ZodNullable<z.ZodNumber>;
97
97
  total: z.ZodNullable<z.ZodNumber>;
98
98
  offset: z.ZodNullable<z.ZodNumber>;
99
- }, z.core.$strip>>;
100
- }, z.core.$strip>>;
99
+ }, z.core.$loose>>;
100
+ }, z.core.$loose>>;
101
101
  statusCode: z.ZodNullable<z.ZodNumber>;
102
- }, z.core.$strip>;
102
+ }, z.core.$loose>;
103
103
  declare const sendsparkListDynamicVideoCampaigns: import("@keystrokehq/action").WorkflowActionDefinition<{
104
104
  workspaceId: string;
105
105
  limit?: number | undefined;
@@ -14,21 +14,21 @@ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseCreato
14
14
  name: z.string().describe("Creator first name").nullable(),
15
15
  email: z.string().describe("Creator email").nullable(),
16
16
  lastName: z.string().describe("Creator last name").nullable()
17
- });
17
+ }).passthrough();
18
18
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseSummarySchema = z.object({
19
19
  deleted: z.number().int().describe("Number deleted").nullable(),
20
20
  errored: z.number().int().describe("Number errored").nullable(),
21
21
  completed: z.number().int().describe("Number completed").nullable(),
22
22
  processed: z.number().int().describe("Number processed").nullable()
23
- });
24
- const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema = z.object({ version: z.number().int().describe("Voice cloning version").nullable() });
23
+ }).passthrough();
24
+ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema = z.object({ version: z.number().int().describe("Voice cloning version").nullable() }).passthrough();
25
25
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseFeaturesSchema = z.object({
26
26
  screenshot: z.boolean().describe("Screenshot enabled").nullable().optional(),
27
27
  voiceCloning: z.union([z.boolean(), SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema]).nullable().optional(),
28
28
  transcription: z.boolean().describe("Transcription enabled").nullable().optional(),
29
29
  videoSettings: z.boolean().describe("Video settings enabled").nullable().optional()
30
- });
31
- const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema = z.object({ version: z.string().describe("Metadata version").nullable() });
30
+ }).passthrough();
31
+ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema = z.object({ version: z.string().describe("Metadata version").nullable() }).passthrough();
32
32
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspectListItemSchema = z.object({
33
33
  _id: z.string().describe("Prospect unique identifier").nullable(),
34
34
  valid: z.boolean().describe("Validity flag").nullable(),
@@ -48,7 +48,7 @@ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspe
48
48
  screenshotUrl: z.string().describe("Screenshot URL").nullable(),
49
49
  resourcesStatus: z.string().describe("Resource status").nullable(),
50
50
  validationDetails: z.record(z.string(), z.unknown()).describe("Validation details").nullable().optional()
51
- });
51
+ }).passthrough();
52
52
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoAssetSchema = z.object({
53
53
  _id: z.string().describe("Video asset unique identifier").nullable(),
54
54
  url: z.string().describe("Video URL").nullable(),
@@ -56,17 +56,17 @@ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoA
56
56
  assetUrl: z.string().describe("Asset URL").nullable(),
57
57
  duration: z.number().describe("Video duration in seconds").nullable(),
58
58
  provider: z.string().describe("Video provider").nullable()
59
- });
59
+ }).passthrough();
60
60
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema = z.object({
61
61
  title: z.string().describe("Share page title").nullable(),
62
62
  buttons: z.array(z.string()).describe("Share page buttons")
63
- });
64
- const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema = z.object({ sharePage: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema.nullable() });
63
+ }).passthrough();
64
+ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema = z.object({ sharePage: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema.nullable() }).passthrough();
65
65
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema = z.object({
66
66
  plays: z.number().int().describe("Number of plays").nullable(),
67
67
  lastUpdated: z.string().describe("Last updated").nullable(),
68
68
  totalActiveVideos: z.number().int().describe("Total active videos").nullable()
69
- });
69
+ }).passthrough();
70
70
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema = z.object({
71
71
  _id: z.string().describe("Campaign unique identifier").nullable(),
72
72
  name: z.string().describe("Campaign name").nullable(),
@@ -86,23 +86,23 @@ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynami
86
86
  videoProperties: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema.nullable().optional(),
87
87
  analyticsSummary: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema.nullable().optional(),
88
88
  dynamicBackground: z.union([z.boolean(), z.string()]).nullable().optional()
89
- });
89
+ }).passthrough();
90
90
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema = z.object({
91
91
  url: z.string().describe("URL for next page").nullable(),
92
92
  limit: z.number().int().describe("Next page limit").nullable(),
93
93
  offset: z.number().int().describe("Next page offset").nullable()
94
- });
95
- const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema = z.object({ next: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema.nullable() });
94
+ }).passthrough();
95
+ const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema = z.object({ next: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema.nullable() }).passthrough();
96
96
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema = z.object({
97
97
  limit: z.number().int().describe("Current page limit").nullable(),
98
98
  total: z.number().int().describe("Total number of campaigns").nullable(),
99
99
  offset: z.number().int().describe("Current offset").nullable()
100
- });
100
+ }).passthrough();
101
101
  const SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema = z.object({
102
102
  data: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema).describe("Array of dynamic campaigns"),
103
103
  links: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema.nullable(),
104
104
  pagination: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema.nullable()
105
- });
105
+ }).passthrough();
106
106
  const sendsparkListDynamicVideoCampaigns = action("SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNS", {
107
107
  slug: "sendspark-list-dynamic-video-campaigns",
108
108
  name: "List Dynamic Video Campaigns",
@@ -111,7 +111,7 @@ const sendsparkListDynamicVideoCampaigns = action("SENDSPARK_LIST_DYNAMIC_VIDEO_
111
111
  output: z.object({
112
112
  response: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema.nullable(),
113
113
  statusCode: z.number().int().describe("HTTP status code").nullable()
114
- })
114
+ }).passthrough()
115
115
  });
116
116
  //#endregion
117
117
  export { sendsparkListDynamicVideoCampaigns };
@@ -1 +1 @@
1
- {"version":3,"file":"list-dynamic-video-campaigns.mjs","names":[],"sources":["../../src/actions/list-dynamic-video-campaigns.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkListDynamicVideoCampaignsInput = z.object({\n limit: z.number().int().default(10).describe(\"Number of campaigns per page (max 20)\").optional(),\n offset: z.number().int().default(1).describe(\"Pagination start index (1-based)\").optional(),\n search: z.string().describe(\"Search by campaign name\").optional(),\n filters: z.string().describe(\"Filter by creator ID\").optional(),\n workspaceId: z.string().describe(\"Workspace identifier where to list dynamic video campaigns\"),\n}).describe(\"Request model for listing dynamic video campaigns in a workspace.\");\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseCreatorSchema = z.object({\n id: z.string().describe(\"Creator ID\").nullable(),\n _id: z.string().describe(\"MongoDB internal unique identifier\").nullable(),\n name: z.string().describe(\"Creator first name\").nullable(),\n email: z.string().describe(\"Creator email\").nullable(),\n lastName: z.string().describe(\"Creator last name\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseSummarySchema = z.object({\n deleted: z.number().int().describe(\"Number deleted\").nullable(),\n errored: z.number().int().describe(\"Number errored\").nullable(),\n completed: z.number().int().describe(\"Number completed\").nullable(),\n processed: z.number().int().describe(\"Number processed\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema = z.object({\n version: z.number().int().describe(\"Voice cloning version\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseFeaturesSchema = z.object({\n screenshot: z.boolean().describe(\"Screenshot enabled\").nullable().optional(),\n voiceCloning: z.union([z.boolean(), SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema]).nullable().optional(),\n transcription: z.boolean().describe(\"Transcription enabled\").nullable().optional(),\n videoSettings: z.boolean().describe(\"Video settings enabled\").nullable().optional(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema = z.object({\n version: z.string().describe(\"Metadata version\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspectListItemSchema = z.object({\n _id: z.string().describe(\"Prospect unique identifier\").nullable(),\n valid: z.boolean().describe(\"Validity flag\").nullable(),\n bulkId: z.string().describe(\"Bulk operation ID\").nullable(),\n status: z.string().describe(\"Prospect status\").nullable(),\n company: z.string().describe(\"Prospect's company name\").nullable(),\n audioUrl: z.string().describe(\"Audio URL\").nullable(),\n campaign: z.string().describe(\"Associated campaign ID\").nullable(),\n jobTitle: z.string().describe(\"Prospect's job title\").nullable(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable(),\n deletedAt: z.string().describe(\"Deletion timestamp if deleted\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable(),\n isNotified: z.boolean().describe(\"Notification sent flag\").nullable(),\n contactName: z.string().describe(\"Prospect contact name\").nullable(),\n contactEmail: z.string().describe(\"Prospect contact email\").nullable(),\n backgroundUrl: z.string().describe(\"Background image URL\").nullable(),\n screenshotUrl: z.string().describe(\"Screenshot URL\").nullable(),\n resourcesStatus: z.string().describe(\"Resource status\").nullable(),\n validationDetails: z.record(z.string(), z.unknown()).describe(\"Validation details\").nullable().optional(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoAssetSchema = z.object({\n _id: z.string().describe(\"Video asset unique identifier\").nullable(),\n url: z.string().describe(\"Video URL\").nullable(),\n assetId: z.string().describe(\"Asset ID\").nullable(),\n assetUrl: z.string().describe(\"Asset URL\").nullable(),\n duration: z.number().describe(\"Video duration in seconds\").nullable(),\n provider: z.string().describe(\"Video provider\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema = z.object({\n title: z.string().describe(\"Share page title\").nullable(),\n buttons: z.array(z.string()).describe(\"Share page buttons\"),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema = z.object({\n sharePage: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema.nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema = z.object({\n plays: z.number().int().describe(\"Number of plays\").nullable(),\n lastUpdated: z.string().describe(\"Last updated\").nullable(),\n totalActiveVideos: z.number().int().describe(\"Total active videos\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema = z.object({\n _id: z.string().describe(\"Campaign unique identifier\").nullable(),\n name: z.string().describe(\"Campaign name\").nullable(),\n folder: z.string().describe(\"Folder name\").nullable().optional(),\n status: z.string().describe(\"Campaign status\").nullable(),\n creator: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseCreatorSchema.nullable(),\n summary: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseSummarySchema.nullable().optional(),\n features: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseFeaturesSchema.nullable().optional(),\n metadata: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema.nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable(),\n workspace: z.string().describe(\"Workspace ID\").nullable(),\n campaign_id: z.string().describe(\"Campaign ID\").nullable().optional(),\n prospectList: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspectListItemSchema).describe(\"Prospect list\").nullable().optional(),\n videosAssets: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoAssetSchema).default([]).describe(\"Video assets list\").nullable().optional(),\n combinedVideo: z.union([z.boolean(), z.string()]).nullable().optional(),\n useFallbackData: z.boolean().describe(\"Use fallback data flag\").nullable().optional(),\n videoProperties: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema.nullable().optional(),\n analyticsSummary: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema.nullable().optional(),\n dynamicBackground: z.union([z.boolean(), z.string()]).nullable().optional(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema = z.object({\n url: z.string().describe(\"URL for next page\").nullable(),\n limit: z.number().int().describe(\"Next page limit\").nullable(),\n offset: z.number().int().describe(\"Next page offset\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema = z.object({\n next: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema.nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema = z.object({\n limit: z.number().int().describe(\"Current page limit\").nullable(),\n total: z.number().int().describe(\"Total number of campaigns\").nullable(),\n offset: z.number().int().describe(\"Current offset\").nullable(),\n});\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema = z.object({\n data: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema).describe(\"Array of dynamic campaigns\"),\n links: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema.nullable(),\n pagination: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema.nullable(),\n});\nexport const SendsparkListDynamicVideoCampaignsOutput = z.object({\n response: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema.nullable(),\n statusCode: z.number().int().describe(\"HTTP status code\").nullable(),\n});\n\nexport const sendsparkListDynamicVideoCampaigns = action(\"SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNS\", {\n slug: \"sendspark-list-dynamic-video-campaigns\",\n name: \"List Dynamic Video Campaigns\",\n description: \"Tool to list all dynamic video campaigns in a workspace. Use when retrieving campaigns with optional pagination, filtering, or search.\",\n input: SendsparkListDynamicVideoCampaignsInput,\n output: SendsparkListDynamicVideoCampaignsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-dynamic-video-campaigns.mjs","names":[],"sources":["../../src/actions/list-dynamic-video-campaigns.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkListDynamicVideoCampaignsInput = z.object({\n limit: z.number().int().default(10).describe(\"Number of campaigns per page (max 20)\").optional(),\n offset: z.number().int().default(1).describe(\"Pagination start index (1-based)\").optional(),\n search: z.string().describe(\"Search by campaign name\").optional(),\n filters: z.string().describe(\"Filter by creator ID\").optional(),\n workspaceId: z.string().describe(\"Workspace identifier where to list dynamic video campaigns\"),\n}).describe(\"Request model for listing dynamic video campaigns in a workspace.\");\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseCreatorSchema = z.object({\n id: z.string().describe(\"Creator ID\").nullable(),\n _id: z.string().describe(\"MongoDB internal unique identifier\").nullable(),\n name: z.string().describe(\"Creator first name\").nullable(),\n email: z.string().describe(\"Creator email\").nullable(),\n lastName: z.string().describe(\"Creator last name\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseSummarySchema = z.object({\n deleted: z.number().int().describe(\"Number deleted\").nullable(),\n errored: z.number().int().describe(\"Number errored\").nullable(),\n completed: z.number().int().describe(\"Number completed\").nullable(),\n processed: z.number().int().describe(\"Number processed\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema = z.object({\n version: z.number().int().describe(\"Voice cloning version\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseFeaturesSchema = z.object({\n screenshot: z.boolean().describe(\"Screenshot enabled\").nullable().optional(),\n voiceCloning: z.union([z.boolean(), SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVoiceCloningSchema]).nullable().optional(),\n transcription: z.boolean().describe(\"Transcription enabled\").nullable().optional(),\n videoSettings: z.boolean().describe(\"Video settings enabled\").nullable().optional(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema = z.object({\n version: z.string().describe(\"Metadata version\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspectListItemSchema = z.object({\n _id: z.string().describe(\"Prospect unique identifier\").nullable(),\n valid: z.boolean().describe(\"Validity flag\").nullable(),\n bulkId: z.string().describe(\"Bulk operation ID\").nullable(),\n status: z.string().describe(\"Prospect status\").nullable(),\n company: z.string().describe(\"Prospect's company name\").nullable(),\n audioUrl: z.string().describe(\"Audio URL\").nullable(),\n campaign: z.string().describe(\"Associated campaign ID\").nullable(),\n jobTitle: z.string().describe(\"Prospect's job title\").nullable(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable(),\n deletedAt: z.string().describe(\"Deletion timestamp if deleted\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable(),\n isNotified: z.boolean().describe(\"Notification sent flag\").nullable(),\n contactName: z.string().describe(\"Prospect contact name\").nullable(),\n contactEmail: z.string().describe(\"Prospect contact email\").nullable(),\n backgroundUrl: z.string().describe(\"Background image URL\").nullable(),\n screenshotUrl: z.string().describe(\"Screenshot URL\").nullable(),\n resourcesStatus: z.string().describe(\"Resource status\").nullable(),\n validationDetails: z.record(z.string(), z.unknown()).describe(\"Validation details\").nullable().optional(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoAssetSchema = z.object({\n _id: z.string().describe(\"Video asset unique identifier\").nullable(),\n url: z.string().describe(\"Video URL\").nullable(),\n assetId: z.string().describe(\"Asset ID\").nullable(),\n assetUrl: z.string().describe(\"Asset URL\").nullable(),\n duration: z.number().describe(\"Video duration in seconds\").nullable(),\n provider: z.string().describe(\"Video provider\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema = z.object({\n title: z.string().describe(\"Share page title\").nullable(),\n buttons: z.array(z.string()).describe(\"Share page buttons\"),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema = z.object({\n sharePage: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSharePageSchema.nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema = z.object({\n plays: z.number().int().describe(\"Number of plays\").nullable(),\n lastUpdated: z.string().describe(\"Last updated\").nullable(),\n totalActiveVideos: z.number().int().describe(\"Total active videos\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema = z.object({\n _id: z.string().describe(\"Campaign unique identifier\").nullable(),\n name: z.string().describe(\"Campaign name\").nullable(),\n folder: z.string().describe(\"Folder name\").nullable().optional(),\n status: z.string().describe(\"Campaign status\").nullable(),\n creator: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseCreatorSchema.nullable(),\n summary: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseSummarySchema.nullable().optional(),\n features: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseFeaturesSchema.nullable().optional(),\n metadata: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseMetadataSchema.nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable(),\n workspace: z.string().describe(\"Workspace ID\").nullable(),\n campaign_id: z.string().describe(\"Campaign ID\").nullable().optional(),\n prospectList: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseProspectListItemSchema).describe(\"Prospect list\").nullable().optional(),\n videosAssets: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoAssetSchema).default([]).describe(\"Video assets list\").nullable().optional(),\n combinedVideo: z.union([z.boolean(), z.string()]).nullable().optional(),\n useFallbackData: z.boolean().describe(\"Use fallback data flag\").nullable().optional(),\n videoProperties: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseVideoPropertiesSchema.nullable().optional(),\n analyticsSummary: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseAnalyticsSummarySchema.nullable().optional(),\n dynamicBackground: z.union([z.boolean(), z.string()]).nullable().optional(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema = z.object({\n url: z.string().describe(\"URL for next page\").nullable(),\n limit: z.number().int().describe(\"Next page limit\").nullable(),\n offset: z.number().int().describe(\"Next page offset\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema = z.object({\n next: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksNextSchema.nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema = z.object({\n limit: z.number().int().describe(\"Current page limit\").nullable(),\n total: z.number().int().describe(\"Total number of campaigns\").nullable(),\n offset: z.number().int().describe(\"Current offset\").nullable(),\n}).passthrough();\nconst SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema = z.object({\n data: z.array(SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseDynamicCampaignSchema).describe(\"Array of dynamic campaigns\"),\n links: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseLinksSchema.nullable(),\n pagination: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponsePaginationSchema.nullable(),\n}).passthrough();\nexport const SendsparkListDynamicVideoCampaignsOutput = z.object({\n response: SendsparkListDynamicVideoCampaigns_ListDynamicVideoCampaignsResponseContentSchema.nullable(),\n statusCode: z.number().int().describe(\"HTTP status code\").nullable(),\n}).passthrough();\n\nexport const sendsparkListDynamicVideoCampaigns = action(\"SENDSPARK_LIST_DYNAMIC_VIDEO_CAMPAIGNS\", {\n slug: \"sendspark-list-dynamic-video-campaigns\",\n name: \"List Dynamic Video Campaigns\",\n description: \"Tool to list all dynamic video campaigns in a workspace. Use when retrieving campaigns with optional pagination, filtering, or search.\",\n input: SendsparkListDynamicVideoCampaignsInput,\n output: SendsparkListDynamicVideoCampaignsOutput,\n});\n"],"mappings":"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"}
package/dist/catalog.cjs CHANGED
@@ -9,7 +9,7 @@ const sendsparkCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "Sendspark API Key",
14
14
  "secret": true,
15
15
  "description": "The API Key specific to your Sendspark workspace."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sendsparkCatalog = {\n \"slug\": \"sendspark\",\n \"name\": \"Sendspark\",\n \"description\": \"Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/sendspark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Sendspark API Key\",\n \"secret\": true,\n \"description\": \"The API Key specific to your Sendspark workspace.\"\n },\n \"generic_secret\": {\n \"label\": \"Sendspark API Secret\",\n \"secret\": true,\n \"description\": \"The API Secret specific to your Sendspark user profile.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,kBAAkB;GAChB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sendsparkCatalog = {\n \"slug\": \"sendspark\",\n \"name\": \"Sendspark\",\n \"description\": \"Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/sendspark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Sendspark API Key\",\n \"secret\": true,\n \"description\": \"The API Key specific to your Sendspark workspace.\"\n },\n \"generic_secret\": {\n \"label\": \"Sendspark API Secret\",\n \"secret\": true,\n \"description\": \"The API Secret specific to your Sendspark user profile.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,kBAAkB;GAChB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const sendsparkCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Sendspark API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API Key specific to your Sendspark workspace.";
@@ -9,7 +9,7 @@ declare const sendsparkCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Sendspark API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API Key specific to your Sendspark workspace.";
package/dist/catalog.mjs CHANGED
@@ -9,7 +9,7 @@ const sendsparkCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "Sendspark API Key",
14
14
  "secret": true,
15
15
  "description": "The API Key specific to your Sendspark workspace."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sendsparkCatalog = {\n \"slug\": \"sendspark\",\n \"name\": \"Sendspark\",\n \"description\": \"Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/sendspark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Sendspark API Key\",\n \"secret\": true,\n \"description\": \"The API Key specific to your Sendspark workspace.\"\n },\n \"generic_secret\": {\n \"label\": \"Sendspark API Secret\",\n \"secret\": true,\n \"description\": \"The API Secret specific to your Sendspark user profile.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,kBAAkB;GAChB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sendsparkCatalog = {\n \"slug\": \"sendspark\",\n \"name\": \"Sendspark\",\n \"description\": \"Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/sendspark\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Sendspark API Key\",\n \"secret\": true,\n \"description\": \"The API Key specific to your Sendspark workspace.\"\n },\n \"generic_secret\": {\n \"label\": \"Sendspark API Secret\",\n \"secret\": true,\n \"description\": \"The API Secret specific to your Sendspark user profile.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,kBAAkB;GAChB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sendspark",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"