@keystrokehq/sendspark 0.1.3 → 0.1.5

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 (35) hide show
  1. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.cts +15 -1
  2. package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.mts +15 -1
  3. package/dist/actions/add-prospect-to-dynamic-video-campaign.d.cts +15 -1
  4. package/dist/actions/add-prospect-to-dynamic-video-campaign.d.mts +15 -1
  5. package/dist/actions/api-health-status.d.cts +15 -1
  6. package/dist/actions/api-health-status.d.cts.map +1 -1
  7. package/dist/actions/api-health-status.d.mts +15 -1
  8. package/dist/actions/api-health-status.d.mts.map +1 -1
  9. package/dist/actions/create-dynamic-video-campaign2.d.cts +15 -1
  10. package/dist/actions/create-dynamic-video-campaign2.d.mts +15 -1
  11. package/dist/actions/delete-webhook.d.cts +15 -1
  12. package/dist/actions/delete-webhook.d.mts +15 -1
  13. package/dist/actions/get-dynamic-campaign-by-id.d.cts +15 -1
  14. package/dist/actions/get-dynamic-campaign-by-id.d.mts +15 -1
  15. package/dist/actions/get-workspace-prospect-data-by-email.d.cts +15 -1
  16. package/dist/actions/get-workspace-prospect-data-by-email.d.mts +15 -1
  17. package/dist/actions/list-dynamic-video-campaigns.d.cts +15 -1
  18. package/dist/actions/list-dynamic-video-campaigns.d.mts +15 -1
  19. package/dist/actions/list-webhooks.d.cts +15 -1
  20. package/dist/actions/list-webhooks.d.mts +15 -1
  21. package/dist/app.cjs +8 -2
  22. package/dist/app.cjs.map +1 -1
  23. package/dist/app.d.cts +10 -1
  24. package/dist/app.d.cts.map +1 -1
  25. package/dist/app.d.mts +10 -1
  26. package/dist/app.d.mts.map +1 -1
  27. package/dist/app.mjs +6 -1
  28. package/dist/app.mjs.map +1 -1
  29. package/dist/catalog.cjs +1 -1
  30. package/dist/catalog.cjs.map +1 -1
  31. package/dist/catalog.d.cts +1 -1
  32. package/dist/catalog.d.mts +1 -1
  33. package/dist/catalog.mjs +1 -1
  34. package/dist/catalog.mjs.map +1 -1
  35. package/package.json +1 -1
@@ -82,7 +82,21 @@ declare const sendsparkAddMultipleProspectsToDynamicCampaign: import("@keystroke
82
82
  forceCreation?: boolean | undefined;
83
83
  payloadDepurationStrategy?: "keep-first-valid" | "keep-last-valid" | undefined;
84
84
  } | undefined;
85
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
85
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
86
+ connectionId: z.ZodString;
87
+ entityId: z.ZodString;
88
+ instanceId: z.ZodString;
89
+ }, z.core.$strip>, z.ZodObject<{
90
+ generic_api_key: z.ZodString;
91
+ generic_secret: z.ZodString;
92
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
93
+ connectionId: z.ZodString;
94
+ entityId: z.ZodString;
95
+ instanceId: z.ZodString;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ generic_api_key: z.ZodString;
98
+ generic_secret: z.ZodString;
99
+ }, z.core.$strip>>]>;
86
100
  //#endregion
87
101
  export { sendsparkAddMultipleProspectsToDynamicCampaign };
88
102
  //# sourceMappingURL=add-multiple-prospects-to-dynamic-campaign.d.cts.map
@@ -82,7 +82,21 @@ declare const sendsparkAddMultipleProspectsToDynamicCampaign: import("@keystroke
82
82
  forceCreation?: boolean | undefined;
83
83
  payloadDepurationStrategy?: "keep-first-valid" | "keep-last-valid" | undefined;
84
84
  } | undefined;
85
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
85
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
86
+ connectionId: z.ZodString;
87
+ entityId: z.ZodString;
88
+ instanceId: z.ZodString;
89
+ }, z.core.$strip>, z.ZodObject<{
90
+ generic_api_key: z.ZodString;
91
+ generic_secret: z.ZodString;
92
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
93
+ connectionId: z.ZodString;
94
+ entityId: z.ZodString;
95
+ instanceId: z.ZodString;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ generic_api_key: z.ZodString;
98
+ generic_secret: z.ZodString;
99
+ }, z.core.$strip>>]>;
86
100
  //#endregion
87
101
  export { sendsparkAddMultipleProspectsToDynamicCampaign };
88
102
  //# sourceMappingURL=add-multiple-prospects-to-dynamic-campaign.d.mts.map
@@ -56,7 +56,21 @@ declare const sendsparkAddProspectToDynamicVideoCampaign: import("@keystrokehq/a
56
56
  payloadDepurationStrategy: "keep-first-valid" | "keep-last-valid";
57
57
  forceCreation?: boolean | undefined;
58
58
  } | undefined;
59
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
59
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ generic_secret: z.ZodString;
66
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ generic_secret: z.ZodString;
73
+ }, z.core.$strip>>]>;
60
74
  //#endregion
61
75
  export { sendsparkAddProspectToDynamicVideoCampaign };
62
76
  //# sourceMappingURL=add-prospect-to-dynamic-video-campaign.d.cts.map
@@ -56,7 +56,21 @@ declare const sendsparkAddProspectToDynamicVideoCampaign: import("@keystrokehq/a
56
56
  payloadDepurationStrategy: "keep-first-valid" | "keep-last-valid";
57
57
  forceCreation?: boolean | undefined;
58
58
  } | undefined;
59
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
59
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ generic_secret: z.ZodString;
66
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ generic_secret: z.ZodString;
73
+ }, z.core.$strip>>]>;
60
74
  //#endregion
61
75
  export { sendsparkAddProspectToDynamicVideoCampaign };
62
76
  //# sourceMappingURL=add-prospect-to-dynamic-video-campaign.d.mts.map
@@ -5,7 +5,21 @@ declare const SendsparkApiHealthStatusInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const SendsparkApiHealthStatusOutput: z.ZodObject<{
6
6
  message: z.ZodNullable<z.ZodString>;
7
7
  }, z.core.$loose>;
8
- declare const sendsparkApiHealthStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const sendsparkApiHealthStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ generic_secret: z.ZodString;
15
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ generic_secret: z.ZodString;
22
+ }, z.core.$strip>>]>;
9
23
  //#endregion
10
24
  export { sendsparkApiHealthStatus };
11
25
  //# sourceMappingURL=api-health-status.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-health-status.d.cts","names":[],"sources":["../../src/actions/api-health-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"api-health-status.d.cts","names":[],"sources":["../../src/actions/api-health-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,21 @@ declare const SendsparkApiHealthStatusInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const SendsparkApiHealthStatusOutput: z.ZodObject<{
6
6
  message: z.ZodNullable<z.ZodString>;
7
7
  }, z.core.$loose>;
8
- declare const sendsparkApiHealthStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const sendsparkApiHealthStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ generic_secret: z.ZodString;
15
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ generic_secret: z.ZodString;
22
+ }, z.core.$strip>>]>;
9
23
  //#endregion
10
24
  export { sendsparkApiHealthStatus };
11
25
  //# sourceMappingURL=api-health-status.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-health-status.d.mts","names":[],"sources":["../../src/actions/api-health-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"api-health-status.d.mts","names":[],"sources":["../../src/actions/api-health-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -31,7 +31,21 @@ declare const SendsparkCreateDynamicVideoCampaign2Output: z.ZodObject<{
31
31
  declare const sendsparkCreateDynamicVideoCampaign2: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  name: string;
33
33
  workspaceId: string;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ generic_secret: z.ZodString;
41
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ generic_secret: z.ZodString;
48
+ }, z.core.$strip>>]>;
35
49
  //#endregion
36
50
  export { sendsparkCreateDynamicVideoCampaign2 };
37
51
  //# sourceMappingURL=create-dynamic-video-campaign2.d.cts.map
@@ -31,7 +31,21 @@ declare const SendsparkCreateDynamicVideoCampaign2Output: z.ZodObject<{
31
31
  declare const sendsparkCreateDynamicVideoCampaign2: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  name: string;
33
33
  workspaceId: string;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ generic_secret: z.ZodString;
41
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ generic_secret: z.ZodString;
48
+ }, z.core.$strip>>]>;
35
49
  //#endregion
36
50
  export { sendsparkCreateDynamicVideoCampaign2 };
37
51
  //# sourceMappingURL=create-dynamic-video-campaign2.d.mts.map
@@ -12,7 +12,21 @@ declare const SendsparkDeleteWebhookOutput: z.ZodObject<{
12
12
  declare const sendsparkDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  webhook_id: string;
14
14
  workspaceId?: string | undefined;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ generic_secret: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ generic_secret: z.ZodString;
29
+ }, z.core.$strip>>]>;
16
30
  //#endregion
17
31
  export { sendsparkDeleteWebhook };
18
32
  //# sourceMappingURL=delete-webhook.d.cts.map
@@ -12,7 +12,21 @@ declare const SendsparkDeleteWebhookOutput: z.ZodObject<{
12
12
  declare const sendsparkDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  webhook_id: string;
14
14
  workspaceId?: string | undefined;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ generic_secret: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ generic_secret: z.ZodString;
29
+ }, z.core.$strip>>]>;
16
30
  //#endregion
17
31
  export { sendsparkDeleteWebhook };
18
32
  //# sourceMappingURL=delete-webhook.d.mts.map
@@ -47,7 +47,21 @@ declare const SendsparkGetDynamicCampaignByIdOutput: z.ZodObject<{
47
47
  declare const sendsparkGetDynamicCampaignById: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  dynamic_id: string;
49
49
  workspace_id: string;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ generic_secret: z.ZodString;
57
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
58
+ connectionId: z.ZodString;
59
+ entityId: z.ZodString;
60
+ instanceId: z.ZodString;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ generic_api_key: z.ZodString;
63
+ generic_secret: z.ZodString;
64
+ }, z.core.$strip>>]>;
51
65
  //#endregion
52
66
  export { sendsparkGetDynamicCampaignById };
53
67
  //# sourceMappingURL=get-dynamic-campaign-by-id.d.cts.map
@@ -47,7 +47,21 @@ declare const SendsparkGetDynamicCampaignByIdOutput: z.ZodObject<{
47
47
  declare const sendsparkGetDynamicCampaignById: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  dynamic_id: string;
49
49
  workspace_id: string;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ generic_secret: z.ZodString;
57
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
58
+ connectionId: z.ZodString;
59
+ entityId: z.ZodString;
60
+ instanceId: z.ZodString;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ generic_api_key: z.ZodString;
63
+ generic_secret: z.ZodString;
64
+ }, z.core.$strip>>]>;
51
65
  //#endregion
52
66
  export { sendsparkGetDynamicCampaignById };
53
67
  //# sourceMappingURL=get-dynamic-campaign-by-id.d.mts.map
@@ -36,7 +36,21 @@ declare const sendsparkGetWorkspaceProspectDataByEmail: import("@keystrokehq/act
36
36
  email: string;
37
37
  dynamic_id: string;
38
38
  workspace_id: string;
39
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
39
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
40
+ connectionId: z.ZodString;
41
+ entityId: z.ZodString;
42
+ instanceId: z.ZodString;
43
+ }, z.core.$strip>, z.ZodObject<{
44
+ generic_api_key: z.ZodString;
45
+ generic_secret: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ generic_secret: z.ZodString;
53
+ }, z.core.$strip>>]>;
40
54
  //#endregion
41
55
  export { sendsparkGetWorkspaceProspectDataByEmail };
42
56
  //# sourceMappingURL=get-workspace-prospect-data-by-email.d.cts.map
@@ -36,7 +36,21 @@ declare const sendsparkGetWorkspaceProspectDataByEmail: import("@keystrokehq/act
36
36
  email: string;
37
37
  dynamic_id: string;
38
38
  workspace_id: string;
39
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
39
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
40
+ connectionId: z.ZodString;
41
+ entityId: z.ZodString;
42
+ instanceId: z.ZodString;
43
+ }, z.core.$strip>, z.ZodObject<{
44
+ generic_api_key: z.ZodString;
45
+ generic_secret: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ generic_secret: z.ZodString;
53
+ }, z.core.$strip>>]>;
40
54
  //#endregion
41
55
  export { sendsparkGetWorkspaceProspectDataByEmail };
42
56
  //# sourceMappingURL=get-workspace-prospect-data-by-email.d.mts.map
@@ -106,7 +106,21 @@ declare const sendsparkListDynamicVideoCampaigns: import("@keystrokehq/action").
106
106
  offset?: number | undefined;
107
107
  search?: string | undefined;
108
108
  filters?: string | undefined;
109
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
109
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
110
+ connectionId: z.ZodString;
111
+ entityId: z.ZodString;
112
+ instanceId: z.ZodString;
113
+ }, z.core.$strip>, z.ZodObject<{
114
+ generic_api_key: z.ZodString;
115
+ generic_secret: z.ZodString;
116
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
117
+ connectionId: z.ZodString;
118
+ entityId: z.ZodString;
119
+ instanceId: z.ZodString;
120
+ }, z.core.$strip>, z.ZodObject<{
121
+ generic_api_key: z.ZodString;
122
+ generic_secret: z.ZodString;
123
+ }, z.core.$strip>>]>;
110
124
  //#endregion
111
125
  export { sendsparkListDynamicVideoCampaigns };
112
126
  //# sourceMappingURL=list-dynamic-video-campaigns.d.cts.map
@@ -106,7 +106,21 @@ declare const sendsparkListDynamicVideoCampaigns: import("@keystrokehq/action").
106
106
  offset?: number | undefined;
107
107
  search?: string | undefined;
108
108
  filters?: string | undefined;
109
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
109
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
110
+ connectionId: z.ZodString;
111
+ entityId: z.ZodString;
112
+ instanceId: z.ZodString;
113
+ }, z.core.$strip>, z.ZodObject<{
114
+ generic_api_key: z.ZodString;
115
+ generic_secret: z.ZodString;
116
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
117
+ connectionId: z.ZodString;
118
+ entityId: z.ZodString;
119
+ instanceId: z.ZodString;
120
+ }, z.core.$strip>, z.ZodObject<{
121
+ generic_api_key: z.ZodString;
122
+ generic_secret: z.ZodString;
123
+ }, z.core.$strip>>]>;
110
124
  //#endregion
111
125
  export { sendsparkListDynamicVideoCampaigns };
112
126
  //# sourceMappingURL=list-dynamic-video-campaigns.d.mts.map
@@ -7,7 +7,21 @@ declare const SendsparkListWebhooksInput: z.ZodObject<{
7
7
  declare const SendsparkListWebhooksOutput: z.ZodUnknown;
8
8
  declare const sendsparkListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  workspaceId: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ generic_secret: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ generic_secret: z.ZodString;
24
+ }, z.core.$strip>>]>;
11
25
  //#endregion
12
26
  export { sendsparkListWebhooks };
13
27
  //# sourceMappingURL=list-webhooks.d.cts.map
@@ -7,7 +7,21 @@ declare const SendsparkListWebhooksInput: z.ZodObject<{
7
7
  declare const SendsparkListWebhooksOutput: z.ZodUnknown;
8
8
  declare const sendsparkListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  workspaceId: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ generic_secret: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ generic_secret: z.ZodString;
24
+ }, z.core.$strip>>]>;
11
25
  //#endregion
12
26
  export { sendsparkListWebhooks };
13
27
  //# sourceMappingURL=list-webhooks.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,13 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const sendspark = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const sendspark = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "sendspark",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: zod.z.string(),
9
+ generic_secret: zod.z.string()
10
+ }
5
11
  });
6
12
  //#endregion
7
13
  exports.sendspark = sendspark;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const sendspark = defineApp({\n slug: \"sendspark\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const sendspark = defineApp({\n slug: \"sendspark\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_secret: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAA,GAAA,2BAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,gBAAgBA,IAAAA,EAAE,OAAO;CAC3B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const sendspark: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const sendspark: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_secret: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { sendspark };
5
14
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const sendspark: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const sendspark: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"sendspark", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_secret: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { sendspark };
5
14
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const sendspark = defineApp({
4
5
  slug: "sendspark",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: z.string(),
9
+ generic_secret: z.string()
10
+ }
6
11
  });
7
12
  //#endregion
8
13
  export { sendspark };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const sendspark = defineApp({\n slug: \"sendspark\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const sendspark = defineApp({\n slug: \"sendspark\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_secret: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,gBAAgB,EAAE,OAAO;CAC3B;AACF,CAAC"}
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.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"