@keystrokehq/postalytics 0.1.4 → 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 (69) hide show
  1. package/dist/actions/add-account.d.cts +13 -1
  2. package/dist/actions/add-account.d.mts +13 -1
  3. package/dist/actions/add-contact.d.cts +13 -1
  4. package/dist/actions/add-contact.d.mts +13 -1
  5. package/dist/actions/create-new-campaign.d.cts +13 -1
  6. package/dist/actions/create-new-campaign.d.mts +13 -1
  7. package/dist/actions/create-suppression-list-contact.d.cts +13 -1
  8. package/dist/actions/create-suppression-list-contact.d.mts +13 -1
  9. package/dist/actions/create-suppression-list.d.cts +13 -1
  10. package/dist/actions/create-suppression-list.d.mts +13 -1
  11. package/dist/actions/create-template.d.cts +13 -1
  12. package/dist/actions/create-template.d.mts +13 -1
  13. package/dist/actions/create-webhook.d.cts +13 -1
  14. package/dist/actions/create-webhook.d.mts +13 -1
  15. package/dist/actions/delete-account.d.cts +13 -1
  16. package/dist/actions/delete-account.d.mts +13 -1
  17. package/dist/actions/delete-campaign.d.cts +13 -1
  18. package/dist/actions/delete-campaign.d.mts +13 -1
  19. package/dist/actions/delete-suppression-list-contact.d.cts +13 -1
  20. package/dist/actions/delete-suppression-list-contact.d.mts +13 -1
  21. package/dist/actions/delete-suppression-list.d.cts +13 -1
  22. package/dist/actions/delete-suppression-list.d.mts +13 -1
  23. package/dist/actions/get-all-contact-lists.d.cts +13 -1
  24. package/dist/actions/get-all-contact-lists.d.cts.map +1 -1
  25. package/dist/actions/get-all-contact-lists.d.mts +13 -1
  26. package/dist/actions/get-all-contact-lists.d.mts.map +1 -1
  27. package/dist/actions/get-all-contacts-on-a-list.d.cts +13 -1
  28. package/dist/actions/get-all-contacts-on-a-list.d.mts +13 -1
  29. package/dist/actions/get-all-drip-campaigns.d.cts +13 -1
  30. package/dist/actions/get-all-drip-campaigns.d.cts.map +1 -1
  31. package/dist/actions/get-all-drip-campaigns.d.mts +13 -1
  32. package/dist/actions/get-all-drip-campaigns.d.mts.map +1 -1
  33. package/dist/actions/get-all-flows.d.cts +13 -1
  34. package/dist/actions/get-all-flows.d.cts.map +1 -1
  35. package/dist/actions/get-all-flows.d.mts +13 -1
  36. package/dist/actions/get-all-flows.d.mts.map +1 -1
  37. package/dist/actions/get-all-webhooks.d.cts +13 -1
  38. package/dist/actions/get-all-webhooks.d.cts.map +1 -1
  39. package/dist/actions/get-all-webhooks.d.mts +13 -1
  40. package/dist/actions/get-all-webhooks.d.mts.map +1 -1
  41. package/dist/actions/get-integrations.d.cts +13 -1
  42. package/dist/actions/get-integrations.d.cts.map +1 -1
  43. package/dist/actions/get-integrations.d.mts +13 -1
  44. package/dist/actions/get-integrations.d.mts.map +1 -1
  45. package/dist/actions/get-my-account.d.cts +13 -1
  46. package/dist/actions/get-my-account.d.cts.map +1 -1
  47. package/dist/actions/get-my-account.d.mts +13 -1
  48. package/dist/actions/get-my-account.d.mts.map +1 -1
  49. package/dist/actions/get-suppression-list-contact.d.cts +13 -1
  50. package/dist/actions/get-suppression-list-contact.d.mts +13 -1
  51. package/dist/actions/get-suppression-list-contacts.d.cts +13 -1
  52. package/dist/actions/get-suppression-list-contacts.d.mts +13 -1
  53. package/dist/actions/get-suppression-list.d.cts +13 -1
  54. package/dist/actions/get-suppression-list.d.mts +13 -1
  55. package/dist/actions/get-suppression-lists.d.cts +13 -1
  56. package/dist/actions/get-suppression-lists.d.mts +13 -1
  57. package/dist/actions/update-account.d.cts +13 -1
  58. package/dist/actions/update-account.d.mts +13 -1
  59. package/dist/actions/update-suppression-list-contact.d.cts +13 -1
  60. package/dist/actions/update-suppression-list-contact.d.mts +13 -1
  61. package/dist/app.cjs +5 -2
  62. package/dist/app.cjs.map +1 -1
  63. package/dist/app.d.cts +9 -1
  64. package/dist/app.d.cts.map +1 -1
  65. package/dist/app.d.mts +9 -1
  66. package/dist/app.d.mts.map +1 -1
  67. package/dist/app.mjs +3 -1
  68. package/dist/app.mjs.map +1 -1
  69. package/package.json +1 -1
@@ -31,7 +31,19 @@ declare const postalyticsAddAccount: import("@keystrokehq/action").WorkflowActio
31
31
  address_state?: string | undefined;
32
32
  email_address?: string | undefined;
33
33
  address_street?: string | undefined;
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<"postalytics", 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
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { postalyticsAddAccount };
37
49
  //# sourceMappingURL=add-account.d.cts.map
@@ -31,7 +31,19 @@ declare const postalyticsAddAccount: import("@keystrokehq/action").WorkflowActio
31
31
  address_state?: string | undefined;
32
32
  email_address?: string | undefined;
33
33
  address_street?: string | undefined;
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<"postalytics", 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
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { postalyticsAddAccount };
37
49
  //# sourceMappingURL=add-account.d.mts.map
@@ -109,7 +109,19 @@ declare const postalyticsAddContact: import("@keystrokehq/action").WorkflowActio
109
109
  email_address?: string | undefined;
110
110
  address_street?: string | undefined;
111
111
  address_street2?: string | undefined;
112
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
112
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
113
+ connectionId: z.ZodString;
114
+ entityId: z.ZodString;
115
+ instanceId: z.ZodString;
116
+ }, z.core.$strip>, z.ZodObject<{
117
+ generic_api_key: z.ZodString;
118
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
119
+ connectionId: z.ZodString;
120
+ entityId: z.ZodString;
121
+ instanceId: z.ZodString;
122
+ }, z.core.$strip>, z.ZodObject<{
123
+ generic_api_key: z.ZodString;
124
+ }, z.core.$strip>>]>;
113
125
  //#endregion
114
126
  export { postalyticsAddContact };
115
127
  //# sourceMappingURL=add-contact.d.cts.map
@@ -109,7 +109,19 @@ declare const postalyticsAddContact: import("@keystrokehq/action").WorkflowActio
109
109
  email_address?: string | undefined;
110
110
  address_street?: string | undefined;
111
111
  address_street2?: string | undefined;
112
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
112
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
113
+ connectionId: z.ZodString;
114
+ entityId: z.ZodString;
115
+ instanceId: z.ZodString;
116
+ }, z.core.$strip>, z.ZodObject<{
117
+ generic_api_key: z.ZodString;
118
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
119
+ connectionId: z.ZodString;
120
+ entityId: z.ZodString;
121
+ instanceId: z.ZodString;
122
+ }, z.core.$strip>, z.ZodObject<{
123
+ generic_api_key: z.ZodString;
124
+ }, z.core.$strip>>]>;
113
125
  //#endregion
114
126
  export { postalyticsAddContact };
115
127
  //# sourceMappingURL=add-contact.d.mts.map
@@ -32,7 +32,19 @@ declare const postalyticsCreateNewCampaign: import("@keystrokehq/action").Workfl
32
32
  SenderCountry?: string | undefined;
33
33
  SenderAddress2?: string | undefined;
34
34
  TemplateEnvelopeId?: number | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", 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
+ }, z.core.$strip>>]>;
36
48
  //#endregion
37
49
  export { postalyticsCreateNewCampaign };
38
50
  //# sourceMappingURL=create-new-campaign.d.cts.map
@@ -32,7 +32,19 @@ declare const postalyticsCreateNewCampaign: import("@keystrokehq/action").Workfl
32
32
  SenderCountry?: string | undefined;
33
33
  SenderAddress2?: string | undefined;
34
34
  TemplateEnvelopeId?: number | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", 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
+ }, z.core.$strip>>]>;
36
48
  //#endregion
37
49
  export { postalyticsCreateNewCampaign };
38
50
  //# sourceMappingURL=create-new-campaign.d.mts.map
@@ -170,7 +170,19 @@ declare const postalyticsCreateSuppressionListContact: import("@keystrokehq/acti
170
170
  VarField33?: string | undefined;
171
171
  VarField34?: string | undefined;
172
172
  VarField35?: string | undefined;
173
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
173
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
174
+ connectionId: z.ZodString;
175
+ entityId: z.ZodString;
176
+ instanceId: z.ZodString;
177
+ }, z.core.$strip>, z.ZodObject<{
178
+ generic_api_key: z.ZodString;
179
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
180
+ connectionId: z.ZodString;
181
+ entityId: z.ZodString;
182
+ instanceId: z.ZodString;
183
+ }, z.core.$strip>, z.ZodObject<{
184
+ generic_api_key: z.ZodString;
185
+ }, z.core.$strip>>]>;
174
186
  //#endregion
175
187
  export { postalyticsCreateSuppressionListContact };
176
188
  //# sourceMappingURL=create-suppression-list-contact.d.cts.map
@@ -170,7 +170,19 @@ declare const postalyticsCreateSuppressionListContact: import("@keystrokehq/acti
170
170
  VarField33?: string | undefined;
171
171
  VarField34?: string | undefined;
172
172
  VarField35?: string | undefined;
173
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
173
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
174
+ connectionId: z.ZodString;
175
+ entityId: z.ZodString;
176
+ instanceId: z.ZodString;
177
+ }, z.core.$strip>, z.ZodObject<{
178
+ generic_api_key: z.ZodString;
179
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
180
+ connectionId: z.ZodString;
181
+ entityId: z.ZodString;
182
+ instanceId: z.ZodString;
183
+ }, z.core.$strip>, z.ZodObject<{
184
+ generic_api_key: z.ZodString;
185
+ }, z.core.$strip>>]>;
174
186
  //#endregion
175
187
  export { postalyticsCreateSuppressionListContact };
176
188
  //# sourceMappingURL=create-suppression-list-contact.d.mts.map
@@ -18,7 +18,19 @@ declare const PostalyticsCreateSuppressionListOutput: z.ZodObject<{
18
18
  declare const postalyticsCreateSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  Name?: string | undefined;
20
20
  Country?: string | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { postalyticsCreateSuppressionList };
24
36
  //# sourceMappingURL=create-suppression-list.d.cts.map
@@ -18,7 +18,19 @@ declare const PostalyticsCreateSuppressionListOutput: z.ZodObject<{
18
18
  declare const postalyticsCreateSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  Name?: string | undefined;
20
20
  Country?: string | undefined;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { postalyticsCreateSuppressionList };
24
36
  //# sourceMappingURL=create-suppression-list.d.mts.map
@@ -28,7 +28,19 @@ declare const postalyticsCreateTemplate: import("@keystrokehq/action").WorkflowA
28
28
  font_family?: string | undefined;
29
29
  is_full_html?: boolean | undefined;
30
30
  is_double_sided?: boolean | undefined;
31
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>;
32
44
  //#endregion
33
45
  export { postalyticsCreateTemplate };
34
46
  //# sourceMappingURL=create-template.d.cts.map
@@ -28,7 +28,19 @@ declare const postalyticsCreateTemplate: import("@keystrokehq/action").WorkflowA
28
28
  font_family?: string | undefined;
29
29
  is_full_html?: boolean | undefined;
30
30
  is_double_sided?: boolean | undefined;
31
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>;
32
44
  //#endregion
33
45
  export { postalyticsCreateTemplate };
34
46
  //# sourceMappingURL=create-template.d.mts.map
@@ -19,7 +19,19 @@ declare const postalyticsCreateWebhook: import("@keystrokehq/action").WorkflowAc
19
19
  url: string;
20
20
  name: string;
21
21
  events: string[];
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", 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
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { postalyticsCreateWebhook };
25
37
  //# sourceMappingURL=create-webhook.d.cts.map
@@ -19,7 +19,19 @@ declare const postalyticsCreateWebhook: import("@keystrokehq/action").WorkflowAc
19
19
  url: string;
20
20
  name: string;
21
21
  events: string[];
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", 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
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { postalyticsCreateWebhook };
25
37
  //# sourceMappingURL=create-webhook.d.mts.map
@@ -10,7 +10,19 @@ declare const PostalyticsDeleteAccountOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const postalyticsDeleteAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  account_id: number;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { postalyticsDeleteAccount };
16
28
  //# sourceMappingURL=delete-account.d.cts.map
@@ -10,7 +10,19 @@ declare const PostalyticsDeleteAccountOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const postalyticsDeleteAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  account_id: number;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { postalyticsDeleteAccount };
16
28
  //# sourceMappingURL=delete-account.d.mts.map
@@ -9,7 +9,19 @@ declare const PostalyticsDeleteCampaignOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { postalyticsDeleteCampaign };
15
27
  //# sourceMappingURL=delete-campaign.d.cts.map
@@ -9,7 +9,19 @@ declare const PostalyticsDeleteCampaignOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { postalyticsDeleteCampaign };
15
27
  //# sourceMappingURL=delete-campaign.d.mts.map
@@ -11,7 +11,19 @@ declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodObject<{
11
11
  declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  list_id: number;
13
13
  contact_id: number;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { postalyticsDeleteSuppressionListContact };
17
29
  //# sourceMappingURL=delete-suppression-list-contact.d.cts.map
@@ -11,7 +11,19 @@ declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodObject<{
11
11
  declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  list_id: number;
13
13
  contact_id: number;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { postalyticsDeleteSuppressionListContact };
17
29
  //# sourceMappingURL=delete-suppression-list-contact.d.mts.map
@@ -9,7 +9,19 @@ declare const PostalyticsDeleteSuppressionListOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { postalyticsDeleteSuppressionList };
15
27
  //# sourceMappingURL=delete-suppression-list.d.cts.map
@@ -9,7 +9,19 @@ declare const PostalyticsDeleteSuppressionListOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: number;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { postalyticsDeleteSuppressionList };
15
27
  //# sourceMappingURL=delete-suppression-list.d.mts.map
@@ -10,7 +10,19 @@ declare const PostalyticsGetAllContactListsOutput: z.ZodObject<{
10
10
  contact_list_id: z.ZodNullable<z.ZodNumber>;
11
11
  }, z.core.$loose>>;
12
12
  }, z.core.$loose>;
13
- declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { postalyticsGetAllContactLists };
16
28
  //# sourceMappingURL=get-all-contact-lists.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-contact-lists.d.cts","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-contact-lists.d.cts","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
@@ -10,7 +10,19 @@ declare const PostalyticsGetAllContactListsOutput: z.ZodObject<{
10
10
  contact_list_id: z.ZodNullable<z.ZodNumber>;
11
11
  }, z.core.$loose>>;
12
12
  }, z.core.$loose>;
13
- declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { postalyticsGetAllContactLists };
16
28
  //# sourceMappingURL=get-all-contact-lists.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-contact-lists.d.mts","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-contact-lists.d.mts","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
@@ -62,7 +62,19 @@ declare const postalyticsGetAllContactsOnAList: import("@keystrokehq/action").Wo
62
62
  list_id: number;
63
63
  limit?: number | undefined;
64
64
  start?: number | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ generic_api_key: z.ZodString;
71
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>;
66
78
  //#endregion
67
79
  export { postalyticsGetAllContactsOnAList };
68
80
  //# sourceMappingURL=get-all-contacts-on-a-list.d.cts.map
@@ -62,7 +62,19 @@ declare const postalyticsGetAllContactsOnAList: import("@keystrokehq/action").Wo
62
62
  list_id: number;
63
63
  limit?: number | undefined;
64
64
  start?: number | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ generic_api_key: z.ZodString;
71
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>;
66
78
  //#endregion
67
79
  export { postalyticsGetAllContactsOnAList };
68
80
  //# sourceMappingURL=get-all-contacts-on-a-list.d.mts.map
@@ -8,7 +8,19 @@ declare const PostalyticsGetAllDripCampaignsOutput: z.ZodObject<{
8
8
  endpoint_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
9
  }, z.core.$loose>>;
10
10
  }, z.core.$loose>;
11
- declare const postalyticsGetAllDripCampaigns: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ declare const postalyticsGetAllDripCampaigns: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"postalytics", z.ZodObject<{
12
+ connectionId: z.ZodString;
13
+ entityId: z.ZodString;
14
+ instanceId: z.ZodString;
15
+ }, z.core.$strip>, z.ZodObject<{
16
+ generic_api_key: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"postalytics", 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
+ }, z.core.$strip>>]>;
12
24
  //#endregion
13
25
  export { postalyticsGetAllDripCampaigns };
14
26
  //# sourceMappingURL=get-all-drip-campaigns.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-drip-campaigns.d.cts","names":[],"sources":["../../src/actions/get-all-drip-campaigns.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-drip-campaigns.d.cts","names":[],"sources":["../../src/actions/get-all-drip-campaigns.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}