@keystrokehq/postalytics 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-account.cjs +1 -1
  4. package/dist/actions/add-account.cjs.map +1 -1
  5. package/dist/actions/add-account.d.cts +31 -3
  6. package/dist/actions/add-account.d.cts.map +1 -1
  7. package/dist/actions/add-account.d.mts +31 -3
  8. package/dist/actions/add-account.d.mts.map +1 -1
  9. package/dist/actions/add-account.mjs +1 -1
  10. package/dist/actions/add-account.mjs.map +1 -1
  11. package/dist/actions/add-contact.cjs +1 -1
  12. package/dist/actions/add-contact.cjs.map +1 -1
  13. package/dist/actions/add-contact.d.cts +109 -3
  14. package/dist/actions/add-contact.d.cts.map +1 -1
  15. package/dist/actions/add-contact.d.mts +109 -3
  16. package/dist/actions/add-contact.d.mts.map +1 -1
  17. package/dist/actions/add-contact.mjs +1 -1
  18. package/dist/actions/add-contact.mjs.map +1 -1
  19. package/dist/actions/create-new-campaign.cjs +3 -3
  20. package/dist/actions/create-new-campaign.cjs.map +1 -1
  21. package/dist/actions/create-new-campaign.d.cts +32 -3
  22. package/dist/actions/create-new-campaign.d.cts.map +1 -1
  23. package/dist/actions/create-new-campaign.d.mts +32 -3
  24. package/dist/actions/create-new-campaign.d.mts.map +1 -1
  25. package/dist/actions/create-new-campaign.mjs +3 -3
  26. package/dist/actions/create-new-campaign.mjs.map +1 -1
  27. package/dist/actions/create-suppression-list-contact.cjs +3 -3
  28. package/dist/actions/create-suppression-list-contact.cjs.map +1 -1
  29. package/dist/actions/create-suppression-list-contact.d.cts +170 -3
  30. package/dist/actions/create-suppression-list-contact.d.cts.map +1 -1
  31. package/dist/actions/create-suppression-list-contact.d.mts +170 -3
  32. package/dist/actions/create-suppression-list-contact.d.mts.map +1 -1
  33. package/dist/actions/create-suppression-list-contact.mjs +3 -3
  34. package/dist/actions/create-suppression-list-contact.mjs.map +1 -1
  35. package/dist/actions/create-suppression-list.cjs +2 -2
  36. package/dist/actions/create-suppression-list.cjs.map +1 -1
  37. package/dist/actions/create-suppression-list.d.cts +18 -3
  38. package/dist/actions/create-suppression-list.d.cts.map +1 -1
  39. package/dist/actions/create-suppression-list.d.mts +18 -3
  40. package/dist/actions/create-suppression-list.d.mts.map +1 -1
  41. package/dist/actions/create-suppression-list.mjs +2 -2
  42. package/dist/actions/create-suppression-list.mjs.map +1 -1
  43. package/dist/actions/create-template.cjs +3 -3
  44. package/dist/actions/create-template.cjs.map +1 -1
  45. package/dist/actions/create-template.d.cts +28 -3
  46. package/dist/actions/create-template.d.cts.map +1 -1
  47. package/dist/actions/create-template.d.mts +28 -3
  48. package/dist/actions/create-template.d.mts.map +1 -1
  49. package/dist/actions/create-template.mjs +3 -3
  50. package/dist/actions/create-template.mjs.map +1 -1
  51. package/dist/actions/create-webhook.cjs +1 -1
  52. package/dist/actions/create-webhook.cjs.map +1 -1
  53. package/dist/actions/create-webhook.d.cts +19 -3
  54. package/dist/actions/create-webhook.d.cts.map +1 -1
  55. package/dist/actions/create-webhook.d.mts +19 -3
  56. package/dist/actions/create-webhook.d.mts.map +1 -1
  57. package/dist/actions/create-webhook.mjs +1 -1
  58. package/dist/actions/create-webhook.mjs.map +1 -1
  59. package/dist/actions/delete-account.cjs +1 -1
  60. package/dist/actions/delete-account.cjs.map +1 -1
  61. package/dist/actions/delete-account.d.cts +10 -3
  62. package/dist/actions/delete-account.d.cts.map +1 -1
  63. package/dist/actions/delete-account.d.mts +10 -3
  64. package/dist/actions/delete-account.d.mts.map +1 -1
  65. package/dist/actions/delete-account.mjs +1 -1
  66. package/dist/actions/delete-account.mjs.map +1 -1
  67. package/dist/actions/delete-campaign.cjs +1 -1
  68. package/dist/actions/delete-campaign.cjs.map +1 -1
  69. package/dist/actions/delete-campaign.d.cts +9 -3
  70. package/dist/actions/delete-campaign.d.cts.map +1 -1
  71. package/dist/actions/delete-campaign.d.mts +9 -3
  72. package/dist/actions/delete-campaign.d.mts.map +1 -1
  73. package/dist/actions/delete-campaign.mjs +1 -1
  74. package/dist/actions/delete-campaign.mjs.map +1 -1
  75. package/dist/actions/delete-suppression-list-contact.cjs +1 -1
  76. package/dist/actions/delete-suppression-list-contact.cjs.map +1 -1
  77. package/dist/actions/delete-suppression-list-contact.d.cts +11 -3
  78. package/dist/actions/delete-suppression-list-contact.d.cts.map +1 -1
  79. package/dist/actions/delete-suppression-list-contact.d.mts +11 -3
  80. package/dist/actions/delete-suppression-list-contact.d.mts.map +1 -1
  81. package/dist/actions/delete-suppression-list-contact.mjs +1 -1
  82. package/dist/actions/delete-suppression-list-contact.mjs.map +1 -1
  83. package/dist/actions/delete-suppression-list.cjs +1 -1
  84. package/dist/actions/delete-suppression-list.cjs.map +1 -1
  85. package/dist/actions/delete-suppression-list.d.cts +9 -3
  86. package/dist/actions/delete-suppression-list.d.cts.map +1 -1
  87. package/dist/actions/delete-suppression-list.d.mts +9 -3
  88. package/dist/actions/delete-suppression-list.d.mts.map +1 -1
  89. package/dist/actions/delete-suppression-list.mjs +1 -1
  90. package/dist/actions/delete-suppression-list.mjs.map +1 -1
  91. package/dist/actions/get-all-contact-lists.cjs +4 -4
  92. package/dist/actions/get-all-contact-lists.cjs.map +1 -1
  93. package/dist/actions/get-all-contact-lists.d.cts +10 -3
  94. package/dist/actions/get-all-contact-lists.d.cts.map +1 -1
  95. package/dist/actions/get-all-contact-lists.d.mts +10 -3
  96. package/dist/actions/get-all-contact-lists.d.mts.map +1 -1
  97. package/dist/actions/get-all-contact-lists.mjs +4 -4
  98. package/dist/actions/get-all-contact-lists.mjs.map +1 -1
  99. package/dist/actions/get-all-contacts-on-a-list.cjs +2 -2
  100. package/dist/actions/get-all-contacts-on-a-list.cjs.map +1 -1
  101. package/dist/actions/get-all-contacts-on-a-list.d.cts +62 -3
  102. package/dist/actions/get-all-contacts-on-a-list.d.cts.map +1 -1
  103. package/dist/actions/get-all-contacts-on-a-list.d.mts +62 -3
  104. package/dist/actions/get-all-contacts-on-a-list.d.mts.map +1 -1
  105. package/dist/actions/get-all-contacts-on-a-list.mjs +2 -2
  106. package/dist/actions/get-all-contacts-on-a-list.mjs.map +1 -1
  107. package/dist/actions/get-all-drip-campaigns.cjs +2 -2
  108. package/dist/actions/get-all-drip-campaigns.cjs.map +1 -1
  109. package/dist/actions/get-all-drip-campaigns.d.cts +8 -3
  110. package/dist/actions/get-all-drip-campaigns.d.cts.map +1 -1
  111. package/dist/actions/get-all-drip-campaigns.d.mts +8 -3
  112. package/dist/actions/get-all-drip-campaigns.d.mts.map +1 -1
  113. package/dist/actions/get-all-drip-campaigns.mjs +2 -2
  114. package/dist/actions/get-all-drip-campaigns.mjs.map +1 -1
  115. package/dist/actions/get-all-flows.cjs +2 -2
  116. package/dist/actions/get-all-flows.cjs.map +1 -1
  117. package/dist/actions/get-all-flows.d.cts +13 -3
  118. package/dist/actions/get-all-flows.d.cts.map +1 -1
  119. package/dist/actions/get-all-flows.d.mts +13 -3
  120. package/dist/actions/get-all-flows.d.mts.map +1 -1
  121. package/dist/actions/get-all-flows.mjs +2 -2
  122. package/dist/actions/get-all-flows.mjs.map +1 -1
  123. package/dist/actions/get-all-webhooks.cjs +2 -2
  124. package/dist/actions/get-all-webhooks.cjs.map +1 -1
  125. package/dist/actions/get-all-webhooks.d.cts +11 -3
  126. package/dist/actions/get-all-webhooks.d.cts.map +1 -1
  127. package/dist/actions/get-all-webhooks.d.mts +11 -3
  128. package/dist/actions/get-all-webhooks.d.mts.map +1 -1
  129. package/dist/actions/get-all-webhooks.mjs +2 -2
  130. package/dist/actions/get-all-webhooks.mjs.map +1 -1
  131. package/dist/actions/get-integrations.cjs +2 -2
  132. package/dist/actions/get-integrations.cjs.map +1 -1
  133. package/dist/actions/get-integrations.d.cts +11 -3
  134. package/dist/actions/get-integrations.d.cts.map +1 -1
  135. package/dist/actions/get-integrations.d.mts +11 -3
  136. package/dist/actions/get-integrations.d.mts.map +1 -1
  137. package/dist/actions/get-integrations.mjs +2 -2
  138. package/dist/actions/get-integrations.mjs.map +1 -1
  139. package/dist/actions/get-my-account.cjs +4 -4
  140. package/dist/actions/get-my-account.cjs.map +1 -1
  141. package/dist/actions/get-my-account.d.cts +20 -3
  142. package/dist/actions/get-my-account.d.cts.map +1 -1
  143. package/dist/actions/get-my-account.d.mts +20 -3
  144. package/dist/actions/get-my-account.d.mts.map +1 -1
  145. package/dist/actions/get-my-account.mjs +4 -4
  146. package/dist/actions/get-my-account.mjs.map +1 -1
  147. package/dist/actions/get-suppression-list-contact.cjs +3 -3
  148. package/dist/actions/get-suppression-list-contact.cjs.map +1 -1
  149. package/dist/actions/get-suppression-list-contact.d.cts +76 -3
  150. package/dist/actions/get-suppression-list-contact.d.cts.map +1 -1
  151. package/dist/actions/get-suppression-list-contact.d.mts +76 -3
  152. package/dist/actions/get-suppression-list-contact.d.mts.map +1 -1
  153. package/dist/actions/get-suppression-list-contact.mjs +3 -3
  154. package/dist/actions/get-suppression-list-contact.mjs.map +1 -1
  155. package/dist/actions/get-suppression-list-contacts.cjs +3 -3
  156. package/dist/actions/get-suppression-list-contacts.cjs.map +1 -1
  157. package/dist/actions/get-suppression-list-contacts.d.cts +74 -3
  158. package/dist/actions/get-suppression-list-contacts.d.cts.map +1 -1
  159. package/dist/actions/get-suppression-list-contacts.d.mts +74 -3
  160. package/dist/actions/get-suppression-list-contacts.d.mts.map +1 -1
  161. package/dist/actions/get-suppression-list-contacts.mjs +3 -3
  162. package/dist/actions/get-suppression-list-contacts.mjs.map +1 -1
  163. package/dist/actions/get-suppression-list.cjs +5 -5
  164. package/dist/actions/get-suppression-list.cjs.map +1 -1
  165. package/dist/actions/get-suppression-list.d.cts +16 -3
  166. package/dist/actions/get-suppression-list.d.cts.map +1 -1
  167. package/dist/actions/get-suppression-list.d.mts +16 -3
  168. package/dist/actions/get-suppression-list.d.mts.map +1 -1
  169. package/dist/actions/get-suppression-list.mjs +5 -5
  170. package/dist/actions/get-suppression-list.mjs.map +1 -1
  171. package/dist/actions/get-suppression-lists.cjs +5 -5
  172. package/dist/actions/get-suppression-lists.cjs.map +1 -1
  173. package/dist/actions/get-suppression-lists.d.cts +16 -3
  174. package/dist/actions/get-suppression-lists.d.cts.map +1 -1
  175. package/dist/actions/get-suppression-lists.d.mts +16 -3
  176. package/dist/actions/get-suppression-lists.d.mts.map +1 -1
  177. package/dist/actions/get-suppression-lists.mjs +5 -5
  178. package/dist/actions/get-suppression-lists.mjs.map +1 -1
  179. package/dist/actions/update-account.cjs +1 -1
  180. package/dist/actions/update-account.cjs.map +1 -1
  181. package/dist/actions/update-account.d.cts +32 -3
  182. package/dist/actions/update-account.d.cts.map +1 -1
  183. package/dist/actions/update-account.d.mts +32 -3
  184. package/dist/actions/update-account.d.mts.map +1 -1
  185. package/dist/actions/update-account.mjs +1 -1
  186. package/dist/actions/update-account.mjs.map +1 -1
  187. package/dist/actions/update-suppression-list-contact.cjs +3 -3
  188. package/dist/actions/update-suppression-list-contact.cjs.map +1 -1
  189. package/dist/actions/update-suppression-list-contact.d.cts +172 -3
  190. package/dist/actions/update-suppression-list-contact.d.cts.map +1 -1
  191. package/dist/actions/update-suppression-list-contact.d.mts +172 -3
  192. package/dist/actions/update-suppression-list-contact.d.mts.map +1 -1
  193. package/dist/actions/update-suppression-list-contact.mjs +3 -3
  194. package/dist/actions/update-suppression-list-contact.mjs.map +1 -1
  195. package/dist/catalog.cjs +7 -1
  196. package/dist/catalog.cjs.map +1 -1
  197. package/dist/catalog.d.cts +8 -0
  198. package/dist/catalog.d.mts +8 -0
  199. package/dist/catalog.mjs +7 -1
  200. package/dist/catalog.mjs.map +1 -1
  201. package/package.json +2 -2
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-account.d.ts
4
- declare const PostalyticsDeleteAccountInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteAccountOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteAccountInput: z.ZodObject<{
5
+ account_id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PostalyticsDeleteAccountOutput: z.ZodObject<{
8
+ account_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9
+ deleted_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$loose>;
11
+ declare const postalyticsDeleteAccount: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ account_id: number;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { postalyticsDeleteAccount };
9
16
  //# sourceMappingURL=delete-account.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-account.d.mts","names":[],"sources":["../../src/actions/delete-account.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEoB;AAAA,cACrD,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-account.d.mts","names":[],"sources":["../../src/actions/delete-account.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;cAG7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAK9B,wBAAA,gCAAwB,wBAAA"}
@@ -8,7 +8,7 @@ const postalyticsDeleteAccount = action("POSTALYTICS_DELETE_ACCOUNT", {
8
8
  output: z.object({
9
9
  account_id: z.number().int().describe("The unique identifier of the deleted account").nullable().optional(),
10
10
  deleted_date: z.string().describe("Timestamp indicating when the account deletion was completed").nullable().optional()
11
- }).describe("Response schema for delete account action.")
11
+ }).passthrough().describe("Response schema for delete account action.")
12
12
  });
13
13
  //#endregion
14
14
  export { postalyticsDeleteAccount };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-account.mjs","names":[],"sources":["../../src/actions/delete-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteAccountInput: z.ZodTypeAny = z.object({\n account_id: z.number().int().describe(\"The unique identifier of the account to delete. Only sub accounts and sub user accounts can be deleted. Cannot delete parent accounts.\"),\n}).describe(\"Request parameters to delete a Postalytics account.\");\nexport const PostalyticsDeleteAccountOutput: z.ZodTypeAny = z.object({\n account_id: z.number().int().describe(\"The unique identifier of the deleted account\").nullable().optional(),\n deleted_date: z.string().describe(\"Timestamp indicating when the account deletion was completed\").nullable().optional(),\n}).describe(\"Response schema for delete account action.\");\n\nexport const postalyticsDeleteAccount = action(\"POSTALYTICS_DELETE_ACCOUNT\", {\n slug: \"postalytics-delete-account\",\n name: \"Delete Account\",\n description: \"Tool to delete a Postalytics account and all associated campaigns, templates, and lists. Use when you need to permanently remove a sub account or sub user account. Cannot delete parent accounts.\",\n input: PostalyticsDeleteAccountInput,\n output: PostalyticsDeleteAccountOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyD,EAAE,OAAO,EAClE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wIAAwI,EAChL,CAAC,CAAC,CAAC,SAAS,qDAUH;CACP,QAV0D,EAAE,OAAO;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-account.mjs","names":[],"sources":["../../src/actions/delete-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteAccountInput = z.object({\n account_id: z.number().int().describe(\"The unique identifier of the account to delete. Only sub accounts and sub user accounts can be deleted. Cannot delete parent accounts.\"),\n}).describe(\"Request parameters to delete a Postalytics account.\");\nexport const PostalyticsDeleteAccountOutput = z.object({\n account_id: z.number().int().describe(\"The unique identifier of the deleted account\").nullable().optional(),\n deleted_date: z.string().describe(\"Timestamp indicating when the account deletion was completed\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete account action.\");\n\nexport const postalyticsDeleteAccount = action(\"POSTALYTICS_DELETE_ACCOUNT\", {\n slug: \"postalytics-delete-account\",\n name: \"Delete Account\",\n description: \"Tool to delete a Postalytics account and all associated campaigns, templates, and lists. Use when you need to permanently remove a sub account or sub user account. Cannot delete parent accounts.\",\n input: PostalyticsDeleteAccountInput,\n output: PostalyticsDeleteAccountOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ2C,EAAE,OAAO,EACpD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wIAAwI,EAChL,CAAC,CAAC,CAAC,SAAS,qDAUH;CACP,QAV4C,EAAE,OAAO;EACrD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAOhB;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-campaign.ts
4
4
  const PostalyticsDeleteCampaignInput = zod.z.object({ id: zod.z.number().int().describe("Integer contains the Id of the campaign to delete.") }).describe("Request parameters to delete a campaign.");
5
- const PostalyticsDeleteCampaignOutput = zod.z.object({ deleted_date: zod.z.string().describe("The date and time when the campaign was deleted in ISO 8601 date-time format.").nullable().optional() }).describe("Response schema for delete campaign action.");
5
+ const PostalyticsDeleteCampaignOutput = zod.z.object({ deleted_date: zod.z.string().describe("The date and time when the campaign was deleted in ISO 8601 date-time format.").nullable().optional() }).passthrough().describe("Response schema for delete campaign action.");
6
6
  const postalyticsDeleteCampaign = require_action.action("POSTALYTICS_DELETE_CAMPAIGN", {
7
7
  slug: "postalytics-delete-campaign",
8
8
  name: "Delete Campaign",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-campaign.cjs","names":["z","action"],"sources":["../../src/actions/delete-campaign.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteCampaignInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Integer contains the Id of the campaign to delete.\"),\n}).describe(\"Request parameters to delete a campaign.\");\nexport const PostalyticsDeleteCampaignOutput: z.ZodTypeAny = z.object({\n deleted_date: z.string().describe(\"The date and time when the campaign was deleted in ISO 8601 date-time format.\").nullable().optional(),\n}).describe(\"Response schema for delete campaign action.\");\n\nexport const postalyticsDeleteCampaign = action(\"POSTALYTICS_DELETE_CAMPAIGN\", {\n slug: \"postalytics-delete-campaign\",\n name: \"Delete Campaign\",\n description: \"Tool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.\",\n input: PostalyticsDeleteCampaignInput,\n output: PostalyticsDeleteCampaignOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-campaign.cjs","names":["z","action"],"sources":["../../src/actions/delete-campaign.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteCampaignInput = z.object({\n id: z.number().int().describe(\"Integer contains the Id of the campaign to delete.\"),\n}).describe(\"Request parameters to delete a campaign.\");\nexport const PostalyticsDeleteCampaignOutput = z.object({\n deleted_date: z.string().describe(\"The date and time when the campaign was deleted in ISO 8601 date-time format.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete campaign action.\");\n\nexport const postalyticsDeleteCampaign = action(\"POSTALYTICS_DELETE_CAMPAIGN\", {\n slug: \"postalytics-delete-campaign\",\n name: \"Delete Campaign\",\n description: \"Tool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.\",\n input: PostalyticsDeleteCampaignInput,\n output: PostalyticsDeleteCampaignOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-campaign.d.ts
4
- declare const PostalyticsDeleteCampaignInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteCampaignOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteCampaignInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PostalyticsDeleteCampaignOutput: z.ZodObject<{
8
+ deleted_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ }, z.core.$loose>;
10
+ declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ id: number;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { postalyticsDeleteCampaign };
9
15
  //# sourceMappingURL=delete-campaign.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-campaign.d.cts","names":[],"sources":["../../src/actions/delete-campaign.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEQ;AAAA,cAC1C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-campaign.d.cts","names":[],"sources":["../../src/actions/delete-campaign.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-campaign.d.ts
4
- declare const PostalyticsDeleteCampaignInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteCampaignOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteCampaignInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PostalyticsDeleteCampaignOutput: z.ZodObject<{
8
+ deleted_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ }, z.core.$loose>;
10
+ declare const postalyticsDeleteCampaign: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ id: number;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { postalyticsDeleteCampaign };
9
15
  //# sourceMappingURL=delete-campaign.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-campaign.d.mts","names":[],"sources":["../../src/actions/delete-campaign.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEQ;AAAA,cAC1C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-campaign.d.mts","names":[],"sources":["../../src/actions/delete-campaign.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
@@ -5,7 +5,7 @@ const postalyticsDeleteCampaign = action("POSTALYTICS_DELETE_CAMPAIGN", {
5
5
  name: "Delete Campaign",
6
6
  description: "Tool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.",
7
7
  input: z.object({ id: z.number().int().describe("Integer contains the Id of the campaign to delete.") }).describe("Request parameters to delete a campaign."),
8
- output: z.object({ deleted_date: z.string().describe("The date and time when the campaign was deleted in ISO 8601 date-time format.").nullable().optional() }).describe("Response schema for delete campaign action.")
8
+ output: z.object({ deleted_date: z.string().describe("The date and time when the campaign was deleted in ISO 8601 date-time format.").nullable().optional() }).passthrough().describe("Response schema for delete campaign action.")
9
9
  });
10
10
  //#endregion
11
11
  export { postalyticsDeleteCampaign };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-campaign.mjs","names":[],"sources":["../../src/actions/delete-campaign.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteCampaignInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Integer contains the Id of the campaign to delete.\"),\n}).describe(\"Request parameters to delete a campaign.\");\nexport const PostalyticsDeleteCampaignOutput: z.ZodTypeAny = z.object({\n deleted_date: z.string().describe(\"The date and time when the campaign was deleted in ISO 8601 date-time format.\").nullable().optional(),\n}).describe(\"Response schema for delete campaign action.\");\n\nexport const postalyticsDeleteCampaign = action(\"POSTALYTICS_DELETE_CAMPAIGN\", {\n slug: \"postalytics-delete-campaign\",\n name: \"Delete Campaign\",\n description: \"Tool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.\",\n input: PostalyticsDeleteCampaignInput,\n output: PostalyticsDeleteCampaignOutput,\n});\n"],"mappings":";;AAWA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,0CASH;CACP,QAT2D,EAAE,OAAO,EACpE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-campaign.mjs","names":[],"sources":["../../src/actions/delete-campaign.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteCampaignInput = z.object({\n id: z.number().int().describe(\"Integer contains the Id of the campaign to delete.\"),\n}).describe(\"Request parameters to delete a campaign.\");\nexport const PostalyticsDeleteCampaignOutput = z.object({\n deleted_date: z.string().describe(\"The date and time when the campaign was deleted in ISO 8601 date-time format.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete campaign action.\");\n\nexport const postalyticsDeleteCampaign = action(\"POSTALYTICS_DELETE_CAMPAIGN\", {\n slug: \"postalytics-delete-campaign\",\n name: \"Delete Campaign\",\n description: \"Tool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.\",\n input: PostalyticsDeleteCampaignInput,\n output: PostalyticsDeleteCampaignOutput,\n});\n"],"mappings":";;AAWA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX4C,EAAE,OAAO,EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC,CAAC,CAAC,SAAS,0CASH;CACP,QAT6C,EAAE,OAAO,EACtD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
@@ -5,7 +5,7 @@ const PostalyticsDeleteSuppressionListContactInput = zod.z.object({
5
5
  list_id: zod.z.number().int().describe("The ID of the suppression list"),
6
6
  contact_id: zod.z.number().int().describe("The ID of the contact to be deleted from the list")
7
7
  }).describe("Request parameters to delete a contact from a suppression list.");
8
- const PostalyticsDeleteSuppressionListContactOutput = zod.z.object({ Message: zod.z.string().describe("Confirmation message indicating the result of the contact deletion").nullable().optional() }).describe("Response schema for delete suppression list contact action.");
8
+ const PostalyticsDeleteSuppressionListContactOutput = zod.z.object({ Message: zod.z.string().describe("Confirmation message indicating the result of the contact deletion").nullable().optional() }).passthrough().describe("Response schema for delete suppression list contact action.");
9
9
  const postalyticsDeleteSuppressionListContact = require_action.action("POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACT", {
10
10
  slug: "postalytics-delete-suppression-list-contact",
11
11
  name: "Delete Suppression List Contact",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListContactInput: z.ZodTypeAny = z.object({\n list_id: z.number().int().describe(\"The ID of the suppression list\"),\n contact_id: z.number().int().describe(\"The ID of the contact to be deleted from the list\"),\n}).describe(\"Request parameters to delete a contact from a suppression list.\");\nexport const PostalyticsDeleteSuppressionListContactOutput: z.ZodTypeAny = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the contact deletion\").nullable().optional(),\n}).describe(\"Response schema for delete suppression list contact action.\");\n\nexport const postalyticsDeleteSuppressionListContact = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACT\", {\n slug: \"postalytics-delete-suppression-list-contact\",\n name: \"Delete Suppression List Contact\",\n description: \"Tool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.\",\n input: PostalyticsDeleteSuppressionListContactInput,\n output: PostalyticsDeleteSuppressionListContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;AAC3F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-suppression-list-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListContactInput = z.object({\n list_id: z.number().int().describe(\"The ID of the suppression list\"),\n contact_id: z.number().int().describe(\"The ID of the contact to be deleted from the list\"),\n}).describe(\"Request parameters to delete a contact from a suppression list.\");\nexport const PostalyticsDeleteSuppressionListContactOutput = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the contact deletion\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete suppression list contact action.\");\n\nexport const postalyticsDeleteSuppressionListContact = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACT\", {\n slug: \"postalytics-delete-suppression-list-contact\",\n name: \"Delete Suppression List Contact\",\n description: \"Tool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.\",\n input: PostalyticsDeleteSuppressionListContactInput,\n output: PostalyticsDeleteSuppressionListContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;AAC3F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,gDAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-suppression-list-contact.d.ts
4
- declare const PostalyticsDeleteSuppressionListContactInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteSuppressionListContactInput: z.ZodObject<{
5
+ list_id: z.ZodNumber;
6
+ contact_id: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodObject<{
9
+ Message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$loose>;
11
+ declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ list_id: number;
13
+ contact_id: number;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { postalyticsDeleteSuppressionListContact };
9
17
  //# sourceMappingURL=delete-suppression-list-contact.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list-contact.d.cts","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGiB;AAAA,cACjE,6CAAA,EAA+C,CAAA,CAAE,UAEY;AAAA,cAE7D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-suppression-list-contact.d.cts","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;cAI5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-suppression-list-contact.d.ts
4
- declare const PostalyticsDeleteSuppressionListContactInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteSuppressionListContactInput: z.ZodObject<{
5
+ list_id: z.ZodNumber;
6
+ contact_id: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const PostalyticsDeleteSuppressionListContactOutput: z.ZodObject<{
9
+ Message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$loose>;
11
+ declare const postalyticsDeleteSuppressionListContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ list_id: number;
13
+ contact_id: number;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { postalyticsDeleteSuppressionListContact };
9
17
  //# sourceMappingURL=delete-suppression-list-contact.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list-contact.d.mts","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGiB;AAAA,cACjE,6CAAA,EAA+C,CAAA,CAAE,UAEY;AAAA,cAE7D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-suppression-list-contact.d.mts","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;cAI5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA"}
@@ -8,7 +8,7 @@ const postalyticsDeleteSuppressionListContact = action("POSTALYTICS_DELETE_SUPPR
8
8
  list_id: z.number().int().describe("The ID of the suppression list"),
9
9
  contact_id: z.number().int().describe("The ID of the contact to be deleted from the list")
10
10
  }).describe("Request parameters to delete a contact from a suppression list."),
11
- output: z.object({ Message: z.string().describe("Confirmation message indicating the result of the contact deletion").nullable().optional() }).describe("Response schema for delete suppression list contact action.")
11
+ output: z.object({ Message: z.string().describe("Confirmation message indicating the result of the contact deletion").nullable().optional() }).passthrough().describe("Response schema for delete suppression list contact action.")
12
12
  });
13
13
  //#endregion
14
14
  export { postalyticsDeleteSuppressionListContact };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list-contact.mjs","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListContactInput: z.ZodTypeAny = z.object({\n list_id: z.number().int().describe(\"The ID of the suppression list\"),\n contact_id: z.number().int().describe(\"The ID of the contact to be deleted from the list\"),\n}).describe(\"Request parameters to delete a contact from a suppression list.\");\nexport const PostalyticsDeleteSuppressionListContactOutput: z.ZodTypeAny = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the contact deletion\").nullable().optional(),\n}).describe(\"Response schema for delete suppression list contact action.\");\n\nexport const postalyticsDeleteSuppressionListContact = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACT\", {\n slug: \"postalytics-delete-suppression-list-contact\",\n name: \"Delete Suppression List Contact\",\n description: \"Tool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.\",\n input: PostalyticsDeleteSuppressionListContactInput,\n output: PostalyticsDeleteSuppressionListContactOutput,\n});\n"],"mappings":";;AAYA,MAAa,0CAA0C,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZwE,EAAE,OAAO;EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CAC3F,CAAC,CAAC,CAAC,SAAS,iEASH;CACP,QATyE,EAAE,OAAO,EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-suppression-list-contact.mjs","names":[],"sources":["../../src/actions/delete-suppression-list-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListContactInput = z.object({\n list_id: z.number().int().describe(\"The ID of the suppression list\"),\n contact_id: z.number().int().describe(\"The ID of the contact to be deleted from the list\"),\n}).describe(\"Request parameters to delete a contact from a suppression list.\");\nexport const PostalyticsDeleteSuppressionListContactOutput = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the contact deletion\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete suppression list contact action.\");\n\nexport const postalyticsDeleteSuppressionListContact = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACT\", {\n slug: \"postalytics-delete-suppression-list-contact\",\n name: \"Delete Suppression List Contact\",\n description: \"Tool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.\",\n input: PostalyticsDeleteSuppressionListContactInput,\n output: PostalyticsDeleteSuppressionListContactOutput,\n});\n"],"mappings":";;AAYA,MAAa,0CAA0C,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CAC3F,CAAC,CAAC,CAAC,SAAS,iEASH;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-suppression-list.ts
4
4
  const PostalyticsDeleteSuppressionListInput = zod.z.object({ id: zod.z.number().int().describe("The ID of the suppression list to delete") }).describe("Request parameters to delete a suppression list.");
5
- const PostalyticsDeleteSuppressionListOutput = zod.z.object({ Message: zod.z.string().describe("Confirmation message indicating the result of the deletion operation").nullable().optional() }).describe("Response schema for delete suppression list action.");
5
+ const PostalyticsDeleteSuppressionListOutput = zod.z.object({ Message: zod.z.string().describe("Confirmation message indicating the result of the deletion operation").nullable().optional() }).passthrough().describe("Response schema for delete suppression list action.");
6
6
  const postalyticsDeleteSuppressionList = require_action.action("POSTALYTICS_DELETE_SUPPRESSION_LIST", {
7
7
  slug: "postalytics-delete-suppression-list",
8
8
  name: "Delete Suppression List",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list.cjs","names":["z","action"],"sources":["../../src/actions/delete-suppression-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the suppression list to delete\"),\n}).describe(\"Request parameters to delete a suppression list.\");\nexport const PostalyticsDeleteSuppressionListOutput: z.ZodTypeAny = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the deletion operation\").nullable().optional(),\n}).describe(\"Response schema for delete suppression list action.\");\n\nexport const postalyticsDeleteSuppressionList = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST\", {\n slug: \"postalytics-delete-suppression-list\",\n name: \"Delete Suppression List\",\n description: \"Tool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.\",\n input: PostalyticsDeleteSuppressionListInput,\n output: PostalyticsDeleteSuppressionListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-suppression-list.cjs","names":["z","action"],"sources":["../../src/actions/delete-suppression-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListInput = z.object({\n id: z.number().int().describe(\"The ID of the suppression list to delete\"),\n}).describe(\"Request parameters to delete a suppression list.\");\nexport const PostalyticsDeleteSuppressionListOutput = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the deletion operation\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete suppression list action.\");\n\nexport const postalyticsDeleteSuppressionList = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST\", {\n slug: \"postalytics-delete-suppression-list\",\n name: \"Delete Suppression List\",\n description: \"Tool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.\",\n input: PostalyticsDeleteSuppressionListInput,\n output: PostalyticsDeleteSuppressionListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO,EAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-suppression-list.d.ts
4
- declare const PostalyticsDeleteSuppressionListInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteSuppressionListOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteSuppressionListInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PostalyticsDeleteSuppressionListOutput: z.ZodObject<{
8
+ Message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ }, z.core.$loose>;
10
+ declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ id: number;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { postalyticsDeleteSuppressionList };
9
15
  //# sourceMappingURL=delete-suppression-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list.d.cts","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAES;AAAA,cAClD,sCAAA,EAAwC,CAAA,CAAE,UAEW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-suppression-list.d.cts","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAGrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;cAItC,gCAAA,gCAAgC,wBAAA"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-suppression-list.d.ts
4
- declare const PostalyticsDeleteSuppressionListInput: z.ZodTypeAny;
5
- declare const PostalyticsDeleteSuppressionListOutput: z.ZodTypeAny;
6
- declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsDeleteSuppressionListInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PostalyticsDeleteSuppressionListOutput: z.ZodObject<{
8
+ Message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ }, z.core.$loose>;
10
+ declare const postalyticsDeleteSuppressionList: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ id: number;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { postalyticsDeleteSuppressionList };
9
15
  //# sourceMappingURL=delete-suppression-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list.d.mts","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAES;AAAA,cAClD,sCAAA,EAAwC,CAAA,CAAE,UAEW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-suppression-list.d.mts","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAGrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;cAItC,gCAAA,gCAAgC,wBAAA"}
@@ -5,7 +5,7 @@ const postalyticsDeleteSuppressionList = action("POSTALYTICS_DELETE_SUPPRESSION_
5
5
  name: "Delete Suppression List",
6
6
  description: "Tool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.",
7
7
  input: z.object({ id: z.number().int().describe("The ID of the suppression list to delete") }).describe("Request parameters to delete a suppression list."),
8
- output: z.object({ Message: z.string().describe("Confirmation message indicating the result of the deletion operation").nullable().optional() }).describe("Response schema for delete suppression list action.")
8
+ output: z.object({ Message: z.string().describe("Confirmation message indicating the result of the deletion operation").nullable().optional() }).passthrough().describe("Response schema for delete suppression list action.")
9
9
  });
10
10
  //#endregion
11
11
  export { postalyticsDeleteSuppressionList };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-suppression-list.mjs","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the suppression list to delete\"),\n}).describe(\"Request parameters to delete a suppression list.\");\nexport const PostalyticsDeleteSuppressionListOutput: z.ZodTypeAny = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the deletion operation\").nullable().optional(),\n}).describe(\"Response schema for delete suppression list action.\");\n\nexport const postalyticsDeleteSuppressionList = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST\", {\n slug: \"postalytics-delete-suppression-list\",\n name: \"Delete Suppression List\",\n description: \"Tool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.\",\n input: PostalyticsDeleteSuppressionListInput,\n output: PostalyticsDeleteSuppressionListOutput,\n});\n"],"mappings":";;AAWA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXiE,EAAE,OAAO,EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,kDASH;CACP,QATkE,EAAE,OAAO,EAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-suppression-list.mjs","names":[],"sources":["../../src/actions/delete-suppression-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsDeleteSuppressionListInput = z.object({\n id: z.number().int().describe(\"The ID of the suppression list to delete\"),\n}).describe(\"Request parameters to delete a suppression list.\");\nexport const PostalyticsDeleteSuppressionListOutput = z.object({\n Message: z.string().describe(\"Confirmation message indicating the result of the deletion operation\").nullable().optional(),\n}).passthrough().describe(\"Response schema for delete suppression list action.\");\n\nexport const postalyticsDeleteSuppressionList = action(\"POSTALYTICS_DELETE_SUPPRESSION_LIST\", {\n slug: \"postalytics-delete-suppression-list\",\n name: \"Delete Suppression List\",\n description: \"Tool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.\",\n input: PostalyticsDeleteSuppressionListInput,\n output: PostalyticsDeleteSuppressionListOutput,\n});\n"],"mappings":";;AAWA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXmD,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,kDASH;CACP,QAToD,EAAE,OAAO,EAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
@@ -4,11 +4,11 @@ let zod = require("zod");
4
4
  const PostalyticsGetAllContactListsInput = zod.z.object({}).describe("Request model for retrieving all contact lists.\nNo parameters required - retrieves all contact lists for the authenticated account.");
5
5
  const PostalyticsGetAllContactLists_ContactListSchema = zod.z.object({
6
6
  name: zod.z.string().describe("The name of the contact list.").nullable().optional(),
7
- count: zod.z.number().int().describe("The count of items in the contact list."),
7
+ count: zod.z.number().int().describe("The count of items in the contact list.").nullable(),
8
8
  created_date: zod.z.string().describe("The date and time when the contact list was created.").nullable().optional(),
9
- contact_list_id: zod.z.number().int().describe("The unique id of the contact list.")
10
- }).describe("Model representing a single contact list.");
11
- const PostalyticsGetAllContactListsOutput = zod.z.object({ contact_lists: zod.z.array(PostalyticsGetAllContactLists_ContactListSchema).describe("List of all contact lists in the account.") }).describe("Response model containing all contact lists.");
9
+ contact_list_id: zod.z.number().int().describe("The unique id of the contact list.").nullable()
10
+ }).passthrough().describe("Model representing a single contact list.");
11
+ const PostalyticsGetAllContactListsOutput = zod.z.object({ contact_lists: zod.z.array(PostalyticsGetAllContactLists_ContactListSchema).describe("List of all contact lists in the account.") }).passthrough().describe("Response model containing all contact lists.");
12
12
  const postalyticsGetAllContactLists = require_action.action("POSTALYTICS_GET_ALL_CONTACT_LISTS", {
13
13
  slug: "postalytics-get-all-contact-lists",
14
14
  name: "Get All Contact Lists",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-contact-lists.cjs","names":["z","action"],"sources":["../../src/actions/get-all-contact-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactListsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all contact lists.\\nNo parameters required - retrieves all contact lists for the authenticated account.\");\nconst PostalyticsGetAllContactLists_ContactListSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the contact list.\").nullable().optional(),\n count: z.number().int().describe(\"The count of items in the contact list.\"),\n created_date: z.string().describe(\"The date and time when the contact list was created.\").nullable().optional(),\n contact_list_id: z.number().int().describe(\"The unique id of the contact list.\"),\n}).describe(\"Model representing a single contact list.\");\nexport const PostalyticsGetAllContactListsOutput: z.ZodTypeAny = z.object({\n contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe(\"List of all contact lists in the account.\"),\n}).describe(\"Response model containing all contact lists.\");\n\nexport const postalyticsGetAllContactLists = action(\"POSTALYTICS_GET_ALL_CONTACT_LISTS\", {\n slug: \"postalytics-get-all-contact-lists\",\n name: \"Get All Contact Lists\",\n description: \"Tool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.\",\n input: PostalyticsGetAllContactListsInput,\n output: PostalyticsGetAllContactListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC5N,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,eAAeA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2CAA2C,EAC9H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-contact-lists.cjs","names":["z","action"],"sources":["../../src/actions/get-all-contact-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactListsInput = z.object({}).describe(\"Request model for retrieving all contact lists.\\nNo parameters required - retrieves all contact lists for the authenticated account.\");\nconst PostalyticsGetAllContactLists_ContactListSchema = z.object({\n name: z.string().describe(\"The name of the contact list.\").nullable().optional(),\n count: z.number().int().describe(\"The count of items in the contact list.\").nullable(),\n created_date: z.string().describe(\"The date and time when the contact list was created.\").nullable().optional(),\n contact_list_id: z.number().int().describe(\"The unique id of the contact list.\").nullable(),\n}).passthrough().describe(\"Model representing a single contact list.\");\nexport const PostalyticsGetAllContactListsOutput = z.object({\n contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe(\"List of all contact lists in the account.\"),\n}).passthrough().describe(\"Response model containing all contact lists.\");\n\nexport const postalyticsGetAllContactLists = action(\"POSTALYTICS_GET_ALL_CONTACT_LISTS\", {\n slug: \"postalytics-get-all-contact-lists\",\n name: \"Get All Contact Lists\",\n description: \"Tool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.\",\n input: PostalyticsGetAllContactListsInput,\n output: PostalyticsGetAllContactListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC9M,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AACrE,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,eAAeA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2CAA2C,EAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-contact-lists.d.ts
4
- declare const PostalyticsGetAllContactListsInput: z.ZodTypeAny;
5
- declare const PostalyticsGetAllContactListsOutput: z.ZodTypeAny;
6
- declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsGetAllContactListsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PostalyticsGetAllContactListsOutput: z.ZodObject<{
6
+ contact_lists: z.ZodArray<z.ZodObject<{
7
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ count: z.ZodNullable<z.ZodNumber>;
9
+ created_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ contact_list_id: z.ZodNullable<z.ZodNumber>;
11
+ }, z.core.$loose>>;
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]>;
7
14
  //#endregion
8
15
  export { postalyticsGetAllContactLists };
9
16
  //# 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,EAAoC,CAAA,CAAE,UAA0K;AAAA,cAOhN,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,wBAAA,iDAAA,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,4CAAA,UAAA"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-contact-lists.d.ts
4
- declare const PostalyticsGetAllContactListsInput: z.ZodTypeAny;
5
- declare const PostalyticsGetAllContactListsOutput: z.ZodTypeAny;
6
- declare const postalyticsGetAllContactLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostalyticsGetAllContactListsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PostalyticsGetAllContactListsOutput: z.ZodObject<{
6
+ contact_lists: z.ZodArray<z.ZodObject<{
7
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ count: z.ZodNullable<z.ZodNumber>;
9
+ created_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ contact_list_id: z.ZodNullable<z.ZodNumber>;
11
+ }, z.core.$loose>>;
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]>;
7
14
  //#endregion
8
15
  export { postalyticsGetAllContactLists };
9
16
  //# 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,EAAoC,CAAA,CAAE,UAA0K;AAAA,cAOhN,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,wBAAA,iDAAA,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,4CAAA,UAAA"}
@@ -4,16 +4,16 @@ import { z } from "zod";
4
4
  const PostalyticsGetAllContactListsInput = z.object({}).describe("Request model for retrieving all contact lists.\nNo parameters required - retrieves all contact lists for the authenticated account.");
5
5
  const PostalyticsGetAllContactLists_ContactListSchema = z.object({
6
6
  name: z.string().describe("The name of the contact list.").nullable().optional(),
7
- count: z.number().int().describe("The count of items in the contact list."),
7
+ count: z.number().int().describe("The count of items in the contact list.").nullable(),
8
8
  created_date: z.string().describe("The date and time when the contact list was created.").nullable().optional(),
9
- contact_list_id: z.number().int().describe("The unique id of the contact list.")
10
- }).describe("Model representing a single contact list.");
9
+ contact_list_id: z.number().int().describe("The unique id of the contact list.").nullable()
10
+ }).passthrough().describe("Model representing a single contact list.");
11
11
  const postalyticsGetAllContactLists = action("POSTALYTICS_GET_ALL_CONTACT_LISTS", {
12
12
  slug: "postalytics-get-all-contact-lists",
13
13
  name: "Get All Contact Lists",
14
14
  description: "Tool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.",
15
15
  input: PostalyticsGetAllContactListsInput,
16
- output: z.object({ contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe("List of all contact lists in the account.") }).describe("Response model containing all contact lists.")
16
+ output: z.object({ contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe("List of all contact lists in the account.") }).passthrough().describe("Response model containing all contact lists.")
17
17
  });
18
18
  //#endregion
19
19
  export { postalyticsGetAllContactLists };
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-contact-lists.mjs","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactListsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all contact lists.\\nNo parameters required - retrieves all contact lists for the authenticated account.\");\nconst PostalyticsGetAllContactLists_ContactListSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the contact list.\").nullable().optional(),\n count: z.number().int().describe(\"The count of items in the contact list.\"),\n created_date: z.string().describe(\"The date and time when the contact list was created.\").nullable().optional(),\n contact_list_id: z.number().int().describe(\"The unique id of the contact list.\"),\n}).describe(\"Model representing a single contact list.\");\nexport const PostalyticsGetAllContactListsOutput: z.ZodTypeAny = z.object({\n contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe(\"List of all contact lists in the account.\"),\n}).describe(\"Response model containing all contact lists.\");\n\nexport const postalyticsGetAllContactLists = action(\"POSTALYTICS_GET_ALL_CONTACT_LISTS\", {\n slug: \"postalytics-get-all-contact-lists\",\n name: \"Get All Contact Lists\",\n description: \"Tool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.\",\n input: PostalyticsGetAllContactListsInput,\n output: PostalyticsGetAllContactListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC5N,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACjF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAKvD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,eAAe,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2CAA2C,EAC9H,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-contact-lists.mjs","names":[],"sources":["../../src/actions/get-all-contact-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactListsInput = z.object({}).describe(\"Request model for retrieving all contact lists.\\nNo parameters required - retrieves all contact lists for the authenticated account.\");\nconst PostalyticsGetAllContactLists_ContactListSchema = z.object({\n name: z.string().describe(\"The name of the contact list.\").nullable().optional(),\n count: z.number().int().describe(\"The count of items in the contact list.\").nullable(),\n created_date: z.string().describe(\"The date and time when the contact list was created.\").nullable().optional(),\n contact_list_id: z.number().int().describe(\"The unique id of the contact list.\").nullable(),\n}).passthrough().describe(\"Model representing a single contact list.\");\nexport const PostalyticsGetAllContactListsOutput = z.object({\n contact_lists: z.array(PostalyticsGetAllContactLists_ContactListSchema).describe(\"List of all contact lists in the account.\"),\n}).passthrough().describe(\"Response model containing all contact lists.\");\n\nexport const postalyticsGetAllContactLists = action(\"POSTALYTICS_GET_ALL_CONTACT_LISTS\", {\n slug: \"postalytics-get-all-contact-lists\",\n name: \"Get All Contact Lists\",\n description: \"Tool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.\",\n input: PostalyticsGetAllContactListsInput,\n output: PostalyticsGetAllContactListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAC9M,MAAM,kDAAkD,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAKrE,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,eAAe,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2CAA2C,EAC9H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -55,8 +55,8 @@ const PostalyticsGetAllContactsOnAList_ContactSchema = zod.z.object({
55
55
  last_name: zod.z.string().describe("Contact's last name (max 20 characters).").nullable().optional(),
56
56
  first_name: zod.z.string().describe("Contact's first name (max 20 characters).").nullable().optional(),
57
57
  occupation: zod.z.string().describe("Occupation (max 255 characters).").nullable().optional()
58
- }).describe("Model representing a single contact from the contact list.");
59
- const PostalyticsGetAllContactsOnAListOutput = zod.z.object({ contacts: zod.z.array(PostalyticsGetAllContactsOnAList_ContactSchema).describe("Array of contacts from the specified contact list.") }).describe("Response model containing all contacts from the specified list.");
58
+ }).passthrough().describe("Model representing a single contact from the contact list.");
59
+ const PostalyticsGetAllContactsOnAListOutput = zod.z.object({ contacts: zod.z.array(PostalyticsGetAllContactsOnAList_ContactSchema).describe("Array of contacts from the specified contact list.") }).passthrough().describe("Response model containing all contacts from the specified list.");
60
60
  const postalyticsGetAllContactsOnAList = require_action.action("POSTALYTICS_GET_ALL_CONTACTS_ON_A_LIST", {
61
61
  slug: "postalytics-get-all-contacts-on-a-list",
62
62
  name: "Get All Contacts on a List",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-contacts-on-a-list.cjs","names":["z","action"],"sources":["../../src/actions/get-all-contacts-on-a-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactsOnAListInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of contacts to return per page. Controls pagination page size.\").optional(),\n start: z.number().int().describe(\"Pagination offset for retrieving contacts. Use 0 for the first page.\").optional(),\n list_id: z.number().int().describe(\"The unique identifier of the contact list to retrieve contacts from.\"),\n}).describe(\"Request model for retrieving all contacts from a specific contact list.\");\nconst PostalyticsGetAllContactsOnAList_ContactSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"ZIP or postal code (5-9 digits).\").nullable().optional(),\n city: z.string().describe(\"City name (max 50 characters).\").nullable().optional(),\n var1: z.string().describe(\"Custom variable field 1 (max 255 characters).\").nullable().optional(),\n var2: z.string().describe(\"Custom variable field 2 (max 255 characters).\").nullable().optional(),\n var3: z.string().describe(\"Custom variable field 3 (max 255 characters).\").nullable().optional(),\n var4: z.string().describe(\"Custom variable field 4 (max 255 characters).\").nullable().optional(),\n var5: z.string().describe(\"Custom variable field 5 (max 255 characters).\").nullable().optional(),\n var6: z.string().describe(\"Custom variable field 6 (max 255 characters).\").nullable().optional(),\n var7: z.string().describe(\"Custom variable field 7 (max 255 characters).\").nullable().optional(),\n var8: z.string().describe(\"Custom variable field 8 (max 255 characters).\").nullable().optional(),\n var9: z.string().describe(\"Custom variable field 9 (max 255 characters).\").nullable().optional(),\n email: z.string().describe(\"Contact's email address (max 100 characters).\").nullable().optional(),\n phone: z.string().describe(\"Phone number (max 50 characters).\").nullable().optional(),\n state: z.string().describe(\"State code, typically 2 characters (e.g., 'CA', 'NY').\").nullable().optional(),\n var10: z.string().describe(\"Custom variable field 10 (max 255 characters).\").nullable().optional(),\n var11: z.string().describe(\"Custom variable field 11 (max 255 characters).\").nullable().optional(),\n var12: z.string().describe(\"Custom variable field 12 (max 255 characters).\").nullable().optional(),\n var13: z.string().describe(\"Custom variable field 13 (max 255 characters).\").nullable().optional(),\n var14: z.string().describe(\"Custom variable field 14 (max 255 characters).\").nullable().optional(),\n var15: z.string().describe(\"Custom variable field 15 (max 255 characters).\").nullable().optional(),\n var16: z.string().describe(\"Custom variable field 16 (max 255 characters).\").nullable().optional(),\n var17: z.string().describe(\"Custom variable field 17 (max 255 characters).\").nullable().optional(),\n var18: z.string().describe(\"Custom variable field 18 (max 255 characters).\").nullable().optional(),\n var19: z.string().describe(\"Custom variable field 19 (max 255 characters).\").nullable().optional(),\n var20: z.string().describe(\"Custom variable field 20 (max 255 characters).\").nullable().optional(),\n var21: z.string().describe(\"Custom variable field 21 (max 255 characters).\").nullable().optional(),\n var22: z.string().describe(\"Custom variable field 22 (max 255 characters).\").nullable().optional(),\n var23: z.string().describe(\"Custom variable field 23 (max 255 characters).\").nullable().optional(),\n var24: z.string().describe(\"Custom variable field 24 (max 255 characters).\").nullable().optional(),\n var25: z.string().describe(\"Custom variable field 25 (max 255 characters).\").nullable().optional(),\n var26: z.string().describe(\"Custom variable field 26 (max 255 characters).\").nullable().optional(),\n var27: z.string().describe(\"Custom variable field 27 (max 255 characters).\").nullable().optional(),\n var28: z.string().describe(\"Custom variable field 28 (max 255 characters).\").nullable().optional(),\n var29: z.string().describe(\"Custom variable field 29 (max 255 characters).\").nullable().optional(),\n var30: z.string().describe(\"Custom variable field 30 (max 255 characters).\").nullable().optional(),\n var31: z.string().describe(\"Custom variable field 31 (max 255 characters).\").nullable().optional(),\n var32: z.string().describe(\"Custom variable field 32 (max 255 characters).\").nullable().optional(),\n var33: z.string().describe(\"Custom variable field 33 (max 255 characters).\").nullable().optional(),\n var34: z.string().describe(\"Custom variable field 34 (max 255 characters).\").nullable().optional(),\n var35: z.string().describe(\"Custom variable field 35 (max 255 characters).\").nullable().optional(),\n mobile: z.string().describe(\"Mobile phone number (max 50 characters).\").nullable().optional(),\n address: z.string().describe(\"Street address (max 64 characters).\").nullable().optional(),\n company: z.string().describe(\"Company or organization name (max 40 characters).\").nullable().optional(),\n website: z.string().describe(\"Website URL (max 500 characters).\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line for apartment or suite (max 64 characters).\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name (max 20 characters).\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name (max 20 characters).\").nullable().optional(),\n occupation: z.string().describe(\"Occupation (max 255 characters).\").nullable().optional(),\n}).describe(\"Model representing a single contact from the contact list.\");\nexport const PostalyticsGetAllContactsOnAListOutput: z.ZodTypeAny = z.object({\n contacts: z.array(PostalyticsGetAllContactsOnAList_ContactSchema).describe(\"Array of contacts from the specified contact list.\"),\n}).describe(\"Response model containing all contacts from the specified list.\");\n\nexport const postalyticsGetAllContactsOnAList = action(\"POSTALYTICS_GET_ALL_CONTACTS_ON_A_LIST\", {\n slug: \"postalytics-get-all-contacts-on-a-list\",\n name: \"Get All Contacts on a List\",\n description: \"Tool to retrieve all contacts from a specified contact list with pagination support. Use when you need to get contacts from a list, with optional pagination using start offset and limit parameters.\",\n input: PostalyticsGetAllContactsOnAListInput,\n output: PostalyticsGetAllContactsOnAListOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-all-contacts-on-a-list.cjs","names":["z","action"],"sources":["../../src/actions/get-all-contacts-on-a-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostalyticsGetAllContactsOnAListInput = z.object({\n limit: z.number().int().describe(\"Maximum number of contacts to return per page. Controls pagination page size.\").optional(),\n start: z.number().int().describe(\"Pagination offset for retrieving contacts. Use 0 for the first page.\").optional(),\n list_id: z.number().int().describe(\"The unique identifier of the contact list to retrieve contacts from.\"),\n}).describe(\"Request model for retrieving all contacts from a specific contact list.\");\nconst PostalyticsGetAllContactsOnAList_ContactSchema = z.object({\n zip: z.string().describe(\"ZIP or postal code (5-9 digits).\").nullable().optional(),\n city: z.string().describe(\"City name (max 50 characters).\").nullable().optional(),\n var1: z.string().describe(\"Custom variable field 1 (max 255 characters).\").nullable().optional(),\n var2: z.string().describe(\"Custom variable field 2 (max 255 characters).\").nullable().optional(),\n var3: z.string().describe(\"Custom variable field 3 (max 255 characters).\").nullable().optional(),\n var4: z.string().describe(\"Custom variable field 4 (max 255 characters).\").nullable().optional(),\n var5: z.string().describe(\"Custom variable field 5 (max 255 characters).\").nullable().optional(),\n var6: z.string().describe(\"Custom variable field 6 (max 255 characters).\").nullable().optional(),\n var7: z.string().describe(\"Custom variable field 7 (max 255 characters).\").nullable().optional(),\n var8: z.string().describe(\"Custom variable field 8 (max 255 characters).\").nullable().optional(),\n var9: z.string().describe(\"Custom variable field 9 (max 255 characters).\").nullable().optional(),\n email: z.string().describe(\"Contact's email address (max 100 characters).\").nullable().optional(),\n phone: z.string().describe(\"Phone number (max 50 characters).\").nullable().optional(),\n state: z.string().describe(\"State code, typically 2 characters (e.g., 'CA', 'NY').\").nullable().optional(),\n var10: z.string().describe(\"Custom variable field 10 (max 255 characters).\").nullable().optional(),\n var11: z.string().describe(\"Custom variable field 11 (max 255 characters).\").nullable().optional(),\n var12: z.string().describe(\"Custom variable field 12 (max 255 characters).\").nullable().optional(),\n var13: z.string().describe(\"Custom variable field 13 (max 255 characters).\").nullable().optional(),\n var14: z.string().describe(\"Custom variable field 14 (max 255 characters).\").nullable().optional(),\n var15: z.string().describe(\"Custom variable field 15 (max 255 characters).\").nullable().optional(),\n var16: z.string().describe(\"Custom variable field 16 (max 255 characters).\").nullable().optional(),\n var17: z.string().describe(\"Custom variable field 17 (max 255 characters).\").nullable().optional(),\n var18: z.string().describe(\"Custom variable field 18 (max 255 characters).\").nullable().optional(),\n var19: z.string().describe(\"Custom variable field 19 (max 255 characters).\").nullable().optional(),\n var20: z.string().describe(\"Custom variable field 20 (max 255 characters).\").nullable().optional(),\n var21: z.string().describe(\"Custom variable field 21 (max 255 characters).\").nullable().optional(),\n var22: z.string().describe(\"Custom variable field 22 (max 255 characters).\").nullable().optional(),\n var23: z.string().describe(\"Custom variable field 23 (max 255 characters).\").nullable().optional(),\n var24: z.string().describe(\"Custom variable field 24 (max 255 characters).\").nullable().optional(),\n var25: z.string().describe(\"Custom variable field 25 (max 255 characters).\").nullable().optional(),\n var26: z.string().describe(\"Custom variable field 26 (max 255 characters).\").nullable().optional(),\n var27: z.string().describe(\"Custom variable field 27 (max 255 characters).\").nullable().optional(),\n var28: z.string().describe(\"Custom variable field 28 (max 255 characters).\").nullable().optional(),\n var29: z.string().describe(\"Custom variable field 29 (max 255 characters).\").nullable().optional(),\n var30: z.string().describe(\"Custom variable field 30 (max 255 characters).\").nullable().optional(),\n var31: z.string().describe(\"Custom variable field 31 (max 255 characters).\").nullable().optional(),\n var32: z.string().describe(\"Custom variable field 32 (max 255 characters).\").nullable().optional(),\n var33: z.string().describe(\"Custom variable field 33 (max 255 characters).\").nullable().optional(),\n var34: z.string().describe(\"Custom variable field 34 (max 255 characters).\").nullable().optional(),\n var35: z.string().describe(\"Custom variable field 35 (max 255 characters).\").nullable().optional(),\n mobile: z.string().describe(\"Mobile phone number (max 50 characters).\").nullable().optional(),\n address: z.string().describe(\"Street address (max 64 characters).\").nullable().optional(),\n company: z.string().describe(\"Company or organization name (max 40 characters).\").nullable().optional(),\n website: z.string().describe(\"Website URL (max 500 characters).\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line for apartment or suite (max 64 characters).\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name (max 20 characters).\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name (max 20 characters).\").nullable().optional(),\n occupation: z.string().describe(\"Occupation (max 255 characters).\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single contact from the contact list.\");\nexport const PostalyticsGetAllContactsOnAListOutput = z.object({\n contacts: z.array(PostalyticsGetAllContactsOnAList_ContactSchema).describe(\"Array of contacts from the specified contact list.\"),\n}).passthrough().describe(\"Response model containing all contacts from the specified list.\");\n\nexport const postalyticsGetAllContactsOnAList = action(\"POSTALYTICS_GET_ALL_CONTACTS_ON_A_LIST\", {\n slug: \"postalytics-get-all-contacts-on-a-list\",\n name: \"Get All Contacts on a List\",\n description: \"Tool to retrieve all contacts from a specified contact list with pagination support. Use when you need to get contacts from a list, with optional pagination using start offset and limit parameters.\",\n input: PostalyticsGetAllContactsOnAListInput,\n output: PostalyticsGetAllContactsOnAListOutput,\n});\n"],"mappings":"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"}