@keystrokehq/push_by_techulus 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/actions/delete-team-member-or-invite.cjs +1 -1
  2. package/dist/actions/delete-team-member-or-invite.cjs.map +1 -1
  3. package/dist/actions/delete-team-member-or-invite.d.cts +1 -1
  4. package/dist/actions/delete-team-member-or-invite.d.mts +1 -1
  5. package/dist/actions/delete-team-member-or-invite.mjs +1 -1
  6. package/dist/actions/delete-team-member-or-invite.mjs.map +1 -1
  7. package/dist/actions/invite-user-to-team.cjs +1 -1
  8. package/dist/actions/invite-user-to-team.cjs.map +1 -1
  9. package/dist/actions/invite-user-to-team.d.cts +1 -1
  10. package/dist/actions/invite-user-to-team.d.mts +1 -1
  11. package/dist/actions/invite-user-to-team.mjs +1 -1
  12. package/dist/actions/invite-user-to-team.mjs.map +1 -1
  13. package/dist/actions/send-notification-async.cjs +1 -1
  14. package/dist/actions/send-notification-async.cjs.map +1 -1
  15. package/dist/actions/send-notification-async.d.cts +1 -1
  16. package/dist/actions/send-notification-async.d.mts +1 -1
  17. package/dist/actions/send-notification-async.mjs +1 -1
  18. package/dist/actions/send-notification-async.mjs.map +1 -1
  19. package/dist/actions/send-notification-sync.cjs +2 -2
  20. package/dist/actions/send-notification-sync.cjs.map +1 -1
  21. package/dist/actions/send-notification-sync.d.cts +2 -2
  22. package/dist/actions/send-notification-sync.d.mts +2 -2
  23. package/dist/actions/send-notification-sync.mjs +2 -2
  24. package/dist/actions/send-notification-sync.mjs.map +1 -1
  25. package/dist/actions/send-notification-to-group.cjs +2 -2
  26. package/dist/actions/send-notification-to-group.cjs.map +1 -1
  27. package/dist/actions/send-notification-to-group.d.cts +2 -2
  28. package/dist/actions/send-notification-to-group.d.mts +2 -2
  29. package/dist/actions/send-notification-to-group.mjs +2 -2
  30. package/dist/actions/send-notification-to-group.mjs.map +1 -1
  31. package/dist/actions/send-notification-webhook-post.cjs +2 -2
  32. package/dist/actions/send-notification-webhook-post.cjs.map +1 -1
  33. package/dist/actions/send-notification-webhook-post.d.cts +2 -2
  34. package/dist/actions/send-notification-webhook-post.d.mts +2 -2
  35. package/dist/actions/send-notification-webhook-post.mjs +2 -2
  36. package/dist/actions/send-notification-webhook-post.mjs.map +1 -1
  37. package/dist/catalog.cjs +1 -1
  38. package/dist/catalog.cjs.map +1 -1
  39. package/dist/catalog.d.cts +1 -1
  40. package/dist/catalog.d.mts +1 -1
  41. package/dist/catalog.mjs +1 -1
  42. package/dist/catalog.mjs.map +1 -1
  43. package/package.json +1 -1
@@ -9,7 +9,7 @@ const PushByTechulusDeleteTeamMemberOrInviteOutput = zod.z.object({
9
9
  error: zod.z.string().describe("Error code if the request failed.").nullable().optional(),
10
10
  message: zod.z.string().describe("Confirmation message indicating the operation status").nullable().optional(),
11
11
  success: zod.z.boolean().describe("Whether the operation was successful").nullable()
12
- }).describe("Response schema for deleting team member or invite.");
12
+ }).passthrough().describe("Response schema for deleting team member or invite.");
13
13
  const pushByTechulusDeleteTeamMemberOrInvite = require_action.action("PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITE", {
14
14
  slug: "push_by_techulus-delete-team-member-or-invite",
15
15
  name: "Delete Team Member or Invite",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-team-member-or-invite.cjs","names":["z","action"],"sources":["../../src/actions/delete-team-member-or-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusDeleteTeamMemberOrInviteInput = z.object({\n team: z.string().describe(\"Team API key\"),\n email: z.string().describe(\"The email address to remove or revoke invitation for\"),\n}).describe(\"Request parameters for removing a user from team or revoking an invitation.\");\nexport const PushByTechulusDeleteTeamMemberOrInviteOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message indicating the operation status\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable(),\n}).describe(\"Response schema for deleting team member or invite.\");\n\nexport const pushByTechulusDeleteTeamMemberOrInvite = action(\"PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITE\", {\n slug: \"push_by_techulus-delete-team-member-or-invite\",\n name: \"Delete Team Member or Invite\",\n description: \"Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address.\",\n input: PushByTechulusDeleteTeamMemberOrInviteInput,\n output: PushByTechulusDeleteTeamMemberOrInviteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACnF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,+CAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,yCAAyCC,eAAAA,OAAO,iDAAiD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-team-member-or-invite.cjs","names":["z","action"],"sources":["../../src/actions/delete-team-member-or-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusDeleteTeamMemberOrInviteInput = z.object({\n team: z.string().describe(\"Team API key\"),\n email: z.string().describe(\"The email address to remove or revoke invitation for\"),\n}).describe(\"Request parameters for removing a user from team or revoking an invitation.\");\nexport const PushByTechulusDeleteTeamMemberOrInviteOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message indicating the operation status\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for deleting team member or invite.\");\n\nexport const pushByTechulusDeleteTeamMemberOrInvite = action(\"PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITE\", {\n slug: \"push_by_techulus-delete-team-member-or-invite\",\n name: \"Delete Team Member or Invite\",\n description: \"Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address.\",\n input: PushByTechulusDeleteTeamMemberOrInviteInput,\n output: PushByTechulusDeleteTeamMemberOrInviteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACnF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,+CAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,yCAAyCC,eAAAA,OAAO,iDAAiD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,7 +9,7 @@ declare const PushByTechulusDeleteTeamMemberOrInviteOutput: z.ZodObject<{
9
9
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const pushByTechulusDeleteTeamMemberOrInvite: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  team: string;
15
15
  email: string;
@@ -9,7 +9,7 @@ declare const PushByTechulusDeleteTeamMemberOrInviteOutput: z.ZodObject<{
9
9
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const pushByTechulusDeleteTeamMemberOrInvite: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  team: string;
15
15
  email: string;
@@ -12,7 +12,7 @@ const pushByTechulusDeleteTeamMemberOrInvite = action("PUSH_BY_TECHULUS_DELETE_T
12
12
  error: z.string().describe("Error code if the request failed.").nullable().optional(),
13
13
  message: z.string().describe("Confirmation message indicating the operation status").nullable().optional(),
14
14
  success: z.boolean().describe("Whether the operation was successful").nullable()
15
- }).describe("Response schema for deleting team member or invite.")
15
+ }).passthrough().describe("Response schema for deleting team member or invite.")
16
16
  });
17
17
  //#endregion
18
18
  export { pushByTechulusDeleteTeamMemberOrInvite };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-team-member-or-invite.mjs","names":[],"sources":["../../src/actions/delete-team-member-or-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusDeleteTeamMemberOrInviteInput = z.object({\n team: z.string().describe(\"Team API key\"),\n email: z.string().describe(\"The email address to remove or revoke invitation for\"),\n}).describe(\"Request parameters for removing a user from team or revoking an invitation.\");\nexport const PushByTechulusDeleteTeamMemberOrInviteOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message indicating the operation status\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable(),\n}).describe(\"Response schema for deleting team member or invite.\");\n\nexport const pushByTechulusDeleteTeamMemberOrInvite = action(\"PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITE\", {\n slug: \"push_by_techulus-delete-team-member-or-invite\",\n name: \"Delete Team Member or Invite\",\n description: \"Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address.\",\n input: PushByTechulusDeleteTeamMemberOrInviteInput,\n output: PushByTechulusDeleteTeamMemberOrInviteOutput,\n});\n"],"mappings":";;AAcA,MAAa,yCAAyC,OAAO,iDAAiD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;EACxC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,CAAC,CAAC,CAAC,SAAS,6EAWH;CACP,QAX0D,EAAE,OAAO;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-team-member-or-invite.mjs","names":[],"sources":["../../src/actions/delete-team-member-or-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusDeleteTeamMemberOrInviteInput = z.object({\n team: z.string().describe(\"Team API key\"),\n email: z.string().describe(\"The email address to remove or revoke invitation for\"),\n}).describe(\"Request parameters for removing a user from team or revoking an invitation.\");\nexport const PushByTechulusDeleteTeamMemberOrInviteOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Confirmation message indicating the operation status\").nullable().optional(),\n success: z.boolean().describe(\"Whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for deleting team member or invite.\");\n\nexport const pushByTechulusDeleteTeamMemberOrInvite = action(\"PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITE\", {\n slug: \"push_by_techulus-delete-team-member-or-invite\",\n name: \"Delete Team Member or Invite\",\n description: \"Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address.\",\n input: PushByTechulusDeleteTeamMemberOrInviteInput,\n output: PushByTechulusDeleteTeamMemberOrInviteOutput,\n});\n"],"mappings":";;AAcA,MAAa,yCAAyC,OAAO,iDAAiD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;EACxC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,CAAC,CAAC,CAAC,SAAS,6EAWH;CACP,QAX0D,EAAE,OAAO;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
@@ -9,7 +9,7 @@ const PushByTechulusInviteUserToTeamOutput = zod.z.object({
9
9
  error: zod.z.string().describe("Error code if the request failed.").nullable().optional(),
10
10
  message: zod.z.string().describe("Success message or error details.").nullable().optional(),
11
11
  success: zod.z.boolean().describe("Whether the invitation was sent successfully.").nullable()
12
- }).describe("Response model for team invitation.");
12
+ }).passthrough().describe("Response model for team invitation.");
13
13
  const pushByTechulusInviteUserToTeam = require_action.action("PUSH_BY_TECHULUS_INVITE_USER_TO_TEAM", {
14
14
  slug: "push_by_techulus-invite-user-to-team",
15
15
  name: "Invite User to Team",
@@ -1 +1 @@
1
- {"version":3,"file":"invite-user-to-team.cjs","names":["z","action"],"sources":["../../src/actions/invite-user-to-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusInviteUserToTeamInput = z.object({\n team: z.string().describe(\"Team API key to which the user will be invited.\"),\n email: z.string().describe(\"Email address of the user to invite to the team.\"),\n}).describe(\"Request model for inviting a user to a team via email.\");\nexport const PushByTechulusInviteUserToTeamOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Success message or error details.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the invitation was sent successfully.\").nullable(),\n}).describe(\"Response model for team invitation.\");\n\nexport const pushByTechulusInviteUserToTeam = action(\"PUSH_BY_TECHULUS_INVITE_USER_TO_TEAM\", {\n slug: \"push_by_techulus-invite-user-to-team\",\n name: \"Invite User to Team\",\n description: \"Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team.\",\n input: PushByTechulusInviteUserToTeamInput,\n output: PushByTechulusInviteUserToTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAC/E,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,iCAAiCC,eAAAA,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"invite-user-to-team.cjs","names":["z","action"],"sources":["../../src/actions/invite-user-to-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusInviteUserToTeamInput = z.object({\n team: z.string().describe(\"Team API key to which the user will be invited.\"),\n email: z.string().describe(\"Email address of the user to invite to the team.\"),\n}).describe(\"Request model for inviting a user to a team via email.\");\nexport const PushByTechulusInviteUserToTeamOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Success message or error details.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the invitation was sent successfully.\").nullable(),\n}).passthrough().describe(\"Response model for team invitation.\");\n\nexport const pushByTechulusInviteUserToTeam = action(\"PUSH_BY_TECHULUS_INVITE_USER_TO_TEAM\", {\n slug: \"push_by_techulus-invite-user-to-team\",\n name: \"Invite User to Team\",\n description: \"Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team.\",\n input: PushByTechulusInviteUserToTeamInput,\n output: PushByTechulusInviteUserToTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAC/E,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAE/D,MAAa,iCAAiCC,eAAAA,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,7 +9,7 @@ declare const PushByTechulusInviteUserToTeamOutput: z.ZodObject<{
9
9
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const pushByTechulusInviteUserToTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  team: string;
15
15
  email: string;
@@ -9,7 +9,7 @@ declare const PushByTechulusInviteUserToTeamOutput: z.ZodObject<{
9
9
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
11
  success: z.ZodNullable<z.ZodBoolean>;
12
- }, z.core.$strip>;
12
+ }, z.core.$loose>;
13
13
  declare const pushByTechulusInviteUserToTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  team: string;
15
15
  email: string;
@@ -12,7 +12,7 @@ const pushByTechulusInviteUserToTeam = action("PUSH_BY_TECHULUS_INVITE_USER_TO_T
12
12
  error: z.string().describe("Error code if the request failed.").nullable().optional(),
13
13
  message: z.string().describe("Success message or error details.").nullable().optional(),
14
14
  success: z.boolean().describe("Whether the invitation was sent successfully.").nullable()
15
- }).describe("Response model for team invitation.")
15
+ }).passthrough().describe("Response model for team invitation.")
16
16
  });
17
17
  //#endregion
18
18
  export { pushByTechulusInviteUserToTeam };
@@ -1 +1 @@
1
- {"version":3,"file":"invite-user-to-team.mjs","names":[],"sources":["../../src/actions/invite-user-to-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusInviteUserToTeamInput = z.object({\n team: z.string().describe(\"Team API key to which the user will be invited.\"),\n email: z.string().describe(\"Email address of the user to invite to the team.\"),\n}).describe(\"Request model for inviting a user to a team via email.\");\nexport const PushByTechulusInviteUserToTeamOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Success message or error details.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the invitation was sent successfully.\").nullable(),\n}).describe(\"Response model for team invitation.\");\n\nexport const pushByTechulusInviteUserToTeam = action(\"PUSH_BY_TECHULUS_INVITE_USER_TO_TEAM\", {\n slug: \"push_by_techulus-invite-user-to-team\",\n name: \"Invite User to Team\",\n description: \"Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team.\",\n input: PushByTechulusInviteUserToTeamInput,\n output: PushByTechulusInviteUserToTeamOutput,\n});\n"],"mappings":";;AAcA,MAAa,iCAAiC,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdiD,EAAE,OAAO;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,CAAC,CAAC,CAAC,SAAS,wDAWH;CACP,QAXkD,EAAE,OAAO;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"invite-user-to-team.mjs","names":[],"sources":["../../src/actions/invite-user-to-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusInviteUserToTeamInput = z.object({\n team: z.string().describe(\"Team API key to which the user will be invited.\"),\n email: z.string().describe(\"Email address of the user to invite to the team.\"),\n}).describe(\"Request model for inviting a user to a team via email.\");\nexport const PushByTechulusInviteUserToTeamOutput = z.object({\n error: z.string().describe(\"Error code if the request failed.\").nullable().optional(),\n message: z.string().describe(\"Success message or error details.\").nullable().optional(),\n success: z.boolean().describe(\"Whether the invitation was sent successfully.\").nullable(),\n}).passthrough().describe(\"Response model for team invitation.\");\n\nexport const pushByTechulusInviteUserToTeam = action(\"PUSH_BY_TECHULUS_INVITE_USER_TO_TEAM\", {\n slug: \"push_by_techulus-invite-user-to-team\",\n name: \"Invite User to Team\",\n description: \"Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team.\",\n input: PushByTechulusInviteUserToTeamInput,\n output: PushByTechulusInviteUserToTeamOutput,\n});\n"],"mappings":";;AAcA,MAAa,iCAAiC,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdiD,EAAE,OAAO;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,CAAC,CAAC,CAAC,SAAS,wDAWH;CACP,QAXkD,EAAE,OAAO;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAOhB;AACV,CAAC"}
@@ -29,7 +29,7 @@ const PushByTechulusSendNotificationAsyncInput = zod.z.object({
29
29
  const PushByTechulusSendNotificationAsyncOutput = zod.z.object({
30
30
  message: zod.z.string().describe("Response message providing additional information about the operation.").nullable(),
31
31
  success: zod.z.boolean().describe("Operation success status indicating whether the notification was queued successfully.").nullable()
32
- }).describe("Response model for async notification send operation.");
32
+ }).passthrough().describe("Response model for async notification send operation.");
33
33
  const pushByTechulusSendNotificationAsync = require_action.action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNC", {
34
34
  slug: "push_by_techulus-send-notification-async",
35
35
  name: "Send Push Notification Async",
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-async.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-async.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationAsyncInput = z.object({\n body: z.string().describe(\"Notification body content.\"),\n link: z.string().describe(\"Notification link (URL).\").optional(),\n image: z.string().describe(\"Notification image (URL).\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title.\"),\n channel: z.string().describe(\"Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.\").optional(),\n timeSensitive: z.boolean().describe(\"Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.\").optional(),\n}).describe(\"Request model for sending push notifications asynchronously.\");\nexport const PushByTechulusSendNotificationAsyncOutput = z.object({\n message: z.string().describe(\"Response message providing additional information about the operation.\").nullable(),\n success: z.boolean().describe(\"Operation success status indicating whether the notification was queued successfully.\").nullable(),\n}).describe(\"Response model for async notification send operation.\");\n\nexport const pushByTechulusSendNotificationAsync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNC\", {\n slug: \"push_by_techulus-send-notification-async\",\n name: \"Send Push Notification Async\",\n description: \"Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.\",\n input: PushByTechulusSendNotificationAsyncInput,\n output: PushByTechulusSendNotificationAsyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CAChV,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAClH,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAChH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-async.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-async.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationAsyncInput = z.object({\n body: z.string().describe(\"Notification body content.\"),\n link: z.string().describe(\"Notification link (URL).\").optional(),\n image: z.string().describe(\"Notification image (URL).\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title.\"),\n channel: z.string().describe(\"Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.\").optional(),\n timeSensitive: z.boolean().describe(\"Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.\").optional(),\n}).describe(\"Request model for sending push notifications asynchronously.\");\nexport const PushByTechulusSendNotificationAsyncOutput = z.object({\n message: z.string().describe(\"Response message providing additional information about the operation.\").nullable(),\n success: z.boolean().describe(\"Operation success status indicating whether the notification was queued successfully.\").nullable(),\n}).passthrough().describe(\"Response model for async notification send operation.\");\n\nexport const pushByTechulusSendNotificationAsync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNC\", {\n slug: \"push_by_techulus-send-notification-async\",\n name: \"Send Push Notification Async\",\n description: \"Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.\",\n input: PushByTechulusSendNotificationAsyncInput,\n output: PushByTechulusSendNotificationAsyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CAChV,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAClH,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAChH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -29,7 +29,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
29
29
  declare const PushByTechulusSendNotificationAsyncOutput: z.ZodObject<{
30
30
  message: z.ZodNullable<z.ZodString>;
31
31
  success: z.ZodNullable<z.ZodBoolean>;
32
- }, z.core.$strip>;
32
+ }, z.core.$loose>;
33
33
  declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action").WorkflowActionDefinition<{
34
34
  body: string;
35
35
  title: string;
@@ -29,7 +29,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
29
29
  declare const PushByTechulusSendNotificationAsyncOutput: z.ZodObject<{
30
30
  message: z.ZodNullable<z.ZodString>;
31
31
  success: z.ZodNullable<z.ZodBoolean>;
32
- }, z.core.$strip>;
32
+ }, z.core.$loose>;
33
33
  declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action").WorkflowActionDefinition<{
34
34
  body: string;
35
35
  title: string;
@@ -32,7 +32,7 @@ const pushByTechulusSendNotificationAsync = action("PUSH_BY_TECHULUS_SEND_NOTIFI
32
32
  output: z.object({
33
33
  message: z.string().describe("Response message providing additional information about the operation.").nullable(),
34
34
  success: z.boolean().describe("Operation success status indicating whether the notification was queued successfully.").nullable()
35
- }).describe("Response model for async notification send operation.")
35
+ }).passthrough().describe("Response model for async notification send operation.")
36
36
  });
37
37
  //#endregion
38
38
  export { pushByTechulusSendNotificationAsync };
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-async.mjs","names":[],"sources":["../../src/actions/send-notification-async.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationAsyncInput = z.object({\n body: z.string().describe(\"Notification body content.\"),\n link: z.string().describe(\"Notification link (URL).\").optional(),\n image: z.string().describe(\"Notification image (URL).\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title.\"),\n channel: z.string().describe(\"Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.\").optional(),\n timeSensitive: z.boolean().describe(\"Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.\").optional(),\n}).describe(\"Request model for sending push notifications asynchronously.\");\nexport const PushByTechulusSendNotificationAsyncOutput = z.object({\n message: z.string().describe(\"Response message providing additional information about the operation.\").nullable(),\n success: z.boolean().describe(\"Operation success status indicating whether the notification was queued successfully.\").nullable(),\n}).describe(\"Response model for async notification send operation.\");\n\nexport const pushByTechulusSendNotificationAsync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNC\", {\n slug: \"push_by_techulus-send-notification-async\",\n name: \"Send Push Notification Async\",\n description: \"Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.\",\n input: PushByTechulusSendNotificationAsyncInput,\n output: PushByTechulusSendNotificationAsyncOutput,\n});\n"],"mappings":";;AAkBA,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACjE,OAAO,EAAE,KAAK;GAAC;GAAW;GAAU;GAAW;GAAQ;GAAQ;GAAU;GAAU;GAAY;GAAS;GAAS;GAAS;GAAS;GAAY;GAAU;EAAK,CAAC,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;EAChV,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAClH,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CAC9J,CAAC,CAAC,CAAC,SAAS,8DAUH;CACP,QAVuD,EAAE,OAAO;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-async.mjs","names":[],"sources":["../../src/actions/send-notification-async.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationAsyncInput = z.object({\n body: z.string().describe(\"Notification body content.\"),\n link: z.string().describe(\"Notification link (URL).\").optional(),\n image: z.string().describe(\"Notification image (URL).\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title.\"),\n channel: z.string().describe(\"Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.\").optional(),\n timeSensitive: z.boolean().describe(\"Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.\").optional(),\n}).describe(\"Request model for sending push notifications asynchronously.\");\nexport const PushByTechulusSendNotificationAsyncOutput = z.object({\n message: z.string().describe(\"Response message providing additional information about the operation.\").nullable(),\n success: z.boolean().describe(\"Operation success status indicating whether the notification was queued successfully.\").nullable(),\n}).passthrough().describe(\"Response model for async notification send operation.\");\n\nexport const pushByTechulusSendNotificationAsync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNC\", {\n slug: \"push_by_techulus-send-notification-async\",\n name: \"Send Push Notification Async\",\n description: \"Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.\",\n input: PushByTechulusSendNotificationAsyncInput,\n output: PushByTechulusSendNotificationAsyncOutput,\n});\n"],"mappings":";;AAkBA,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACjE,OAAO,EAAE,KAAK;GAAC;GAAW;GAAU;GAAW;GAAQ;GAAQ;GAAU;GAAU;GAAY;GAAS;GAAS;GAAS;GAAS;GAAY;GAAU;EAAK,CAAC,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;EAChV,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAClH,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CAC9J,CAAC,CAAC,CAAC,SAAS,8DAUH;CACP,QAVuD,EAAE,OAAO;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
@@ -13,12 +13,12 @@ const PushByTechulusSendNotificationSyncInput = zod.z.object({
13
13
  const PushByTechulusSendNotificationSync_NotificationResponseSchema = zod.z.object({
14
14
  message: zod.z.string().describe("Individual response message.").nullable(),
15
15
  success: zod.z.boolean().describe("Indicates if the individual notification was successful.").nullable()
16
- }).describe("Individual notification response details.");
16
+ }).passthrough().describe("Individual notification response details.");
17
17
  const PushByTechulusSendNotificationSyncOutput = zod.z.object({
18
18
  message: zod.z.string().describe("Response message from the API.").nullable().optional(),
19
19
  success: zod.z.boolean().describe("Indicates if the request was successful overall.").nullable(),
20
20
  responses: zod.z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe("Array of response objects for each device notification.").nullable().optional()
21
- }).describe("Response schema for synchronous notification sending.");
21
+ }).passthrough().describe("Response schema for synchronous notification sending.");
22
22
  const pushByTechulusSendNotificationSync = require_action.action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC", {
23
23
  slug: "push_by_techulus-send-notification-sync",
24
24
  name: "Send Notification Sync",
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-sync.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-sync.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationSyncInput = z.object({\n body: z.string().describe(\"Notification body/message content.\"),\n link: z.string().describe(\"Notification URL destination to open when clicked.\").optional(),\n image: z.string().describe(\"Notification image URL to display.\").optional(),\n sound: z.string().describe(\"Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title to display.\"),\n channel: z.string().describe(\"Alphanumeric channel identifier; defaults to 'feed' if not specified.\").optional(),\n timeSensitive: z.boolean().describe(\"iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.\").optional(),\n}).describe(\"Request parameters for sending push notification synchronously.\");\nconst PushByTechulusSendNotificationSync_NotificationResponseSchema = z.object({\n message: z.string().describe(\"Individual response message.\").nullable(),\n success: z.boolean().describe(\"Indicates if the individual notification was successful.\").nullable(),\n}).describe(\"Individual notification response details.\");\nexport const PushByTechulusSendNotificationSyncOutput = z.object({\n message: z.string().describe(\"Response message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful overall.\").nullable(),\n responses: z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe(\"Array of response objects for each device notification.\").nullable().optional(),\n}).describe(\"Response schema for synchronous notification sending.\");\n\nexport const pushByTechulusSendNotificationSync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC\", {\n slug: \"push_by_techulus-send-notification-sync\",\n name: \"Send Notification Sync\",\n description: \"Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.\",\n input: PushByTechulusSendNotificationSyncInput,\n output: PushByTechulusSendNotificationSyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J,CAAC,CAAC,SAAS;CAClM,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5K,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-sync.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-sync.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationSyncInput = z.object({\n body: z.string().describe(\"Notification body/message content.\"),\n link: z.string().describe(\"Notification URL destination to open when clicked.\").optional(),\n image: z.string().describe(\"Notification image URL to display.\").optional(),\n sound: z.string().describe(\"Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title to display.\"),\n channel: z.string().describe(\"Alphanumeric channel identifier; defaults to 'feed' if not specified.\").optional(),\n timeSensitive: z.boolean().describe(\"iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.\").optional(),\n}).describe(\"Request parameters for sending push notification synchronously.\");\nconst PushByTechulusSendNotificationSync_NotificationResponseSchema = z.object({\n message: z.string().describe(\"Individual response message.\").nullable(),\n success: z.boolean().describe(\"Indicates if the individual notification was successful.\").nullable(),\n}).passthrough().describe(\"Individual notification response details.\");\nexport const PushByTechulusSendNotificationSyncOutput = z.object({\n message: z.string().describe(\"Response message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful overall.\").nullable(),\n responses: z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe(\"Array of response objects for each device notification.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for synchronous notification sending.\");\n\nexport const pushByTechulusSendNotificationSync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC\", {\n slug: \"push_by_techulus-send-notification-sync\",\n name: \"Send Notification Sync\",\n description: \"Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.\",\n input: PushByTechulusSendNotificationSyncInput,\n output: PushByTechulusSendNotificationSyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J,CAAC,CAAC,SAAS;CAClM,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AACrE,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -16,8 +16,8 @@ declare const PushByTechulusSendNotificationSyncOutput: z.ZodObject<{
16
16
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
17
17
  message: z.ZodNullable<z.ZodString>;
18
18
  success: z.ZodNullable<z.ZodBoolean>;
19
- }, z.core.$strip>>>>;
20
- }, z.core.$strip>;
19
+ }, z.core.$loose>>>>;
20
+ }, z.core.$loose>;
21
21
  declare const pushByTechulusSendNotificationSync: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  body: string;
23
23
  title: string;
@@ -16,8 +16,8 @@ declare const PushByTechulusSendNotificationSyncOutput: z.ZodObject<{
16
16
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
17
17
  message: z.ZodNullable<z.ZodString>;
18
18
  success: z.ZodNullable<z.ZodBoolean>;
19
- }, z.core.$strip>>>>;
20
- }, z.core.$strip>;
19
+ }, z.core.$loose>>>>;
20
+ }, z.core.$loose>;
21
21
  declare const pushByTechulusSendNotificationSync: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  body: string;
23
23
  title: string;
@@ -13,7 +13,7 @@ const PushByTechulusSendNotificationSyncInput = z.object({
13
13
  const PushByTechulusSendNotificationSync_NotificationResponseSchema = z.object({
14
14
  message: z.string().describe("Individual response message.").nullable(),
15
15
  success: z.boolean().describe("Indicates if the individual notification was successful.").nullable()
16
- }).describe("Individual notification response details.");
16
+ }).passthrough().describe("Individual notification response details.");
17
17
  const pushByTechulusSendNotificationSync = action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC", {
18
18
  slug: "push_by_techulus-send-notification-sync",
19
19
  name: "Send Notification Sync",
@@ -23,7 +23,7 @@ const pushByTechulusSendNotificationSync = action("PUSH_BY_TECHULUS_SEND_NOTIFIC
23
23
  message: z.string().describe("Response message from the API.").nullable().optional(),
24
24
  success: z.boolean().describe("Indicates if the request was successful overall.").nullable(),
25
25
  responses: z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe("Array of response objects for each device notification.").nullable().optional()
26
- }).describe("Response schema for synchronous notification sending.")
26
+ }).passthrough().describe("Response schema for synchronous notification sending.")
27
27
  });
28
28
  //#endregion
29
29
  export { pushByTechulusSendNotificationSync };
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-sync.mjs","names":[],"sources":["../../src/actions/send-notification-sync.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationSyncInput = z.object({\n body: z.string().describe(\"Notification body/message content.\"),\n link: z.string().describe(\"Notification URL destination to open when clicked.\").optional(),\n image: z.string().describe(\"Notification image URL to display.\").optional(),\n sound: z.string().describe(\"Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title to display.\"),\n channel: z.string().describe(\"Alphanumeric channel identifier; defaults to 'feed' if not specified.\").optional(),\n timeSensitive: z.boolean().describe(\"iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.\").optional(),\n}).describe(\"Request parameters for sending push notification synchronously.\");\nconst PushByTechulusSendNotificationSync_NotificationResponseSchema = z.object({\n message: z.string().describe(\"Individual response message.\").nullable(),\n success: z.boolean().describe(\"Indicates if the individual notification was successful.\").nullable(),\n}).describe(\"Individual notification response details.\");\nexport const PushByTechulusSendNotificationSyncOutput = z.object({\n message: z.string().describe(\"Response message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful overall.\").nullable(),\n responses: z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe(\"Array of response objects for each device notification.\").nullable().optional(),\n}).describe(\"Response schema for synchronous notification sending.\");\n\nexport const pushByTechulusSendNotificationSync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC\", {\n slug: \"push_by_techulus-send-notification-sync\",\n name: \"Send Notification Sync\",\n description: \"Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.\",\n input: PushByTechulusSendNotificationSyncInput,\n output: PushByTechulusSendNotificationSyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J,CAAC,CAAC,SAAS;CAClM,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gEAAgE,EAAE,OAAO;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAOvD,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5K,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-sync.mjs","names":[],"sources":["../../src/actions/send-notification-sync.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationSyncInput = z.object({\n body: z.string().describe(\"Notification body/message content.\"),\n link: z.string().describe(\"Notification URL destination to open when clicked.\").optional(),\n image: z.string().describe(\"Notification image URL to display.\").optional(),\n sound: z.string().describe(\"Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.\").optional(),\n title: z.string().describe(\"Notification title to display.\"),\n channel: z.string().describe(\"Alphanumeric channel identifier; defaults to 'feed' if not specified.\").optional(),\n timeSensitive: z.boolean().describe(\"iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.\").optional(),\n}).describe(\"Request parameters for sending push notification synchronously.\");\nconst PushByTechulusSendNotificationSync_NotificationResponseSchema = z.object({\n message: z.string().describe(\"Individual response message.\").nullable(),\n success: z.boolean().describe(\"Indicates if the individual notification was successful.\").nullable(),\n}).passthrough().describe(\"Individual notification response details.\");\nexport const PushByTechulusSendNotificationSyncOutput = z.object({\n message: z.string().describe(\"Response message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful overall.\").nullable(),\n responses: z.array(PushByTechulusSendNotificationSync_NotificationResponseSchema).describe(\"Array of response objects for each device notification.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for synchronous notification sending.\");\n\nexport const pushByTechulusSendNotificationSync = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNC\", {\n slug: \"push_by_techulus-send-notification-sync\",\n name: \"Send Notification Sync\",\n description: \"Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.\",\n input: PushByTechulusSendNotificationSyncInput,\n output: PushByTechulusSendNotificationSyncOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J,CAAC,CAAC,SAAS;CAClM,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gEAAgE,EAAE,OAAO;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAOrE,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
@@ -30,12 +30,12 @@ const PushByTechulusSendNotificationToGroupInput = zod.z.object({
30
30
  const PushByTechulusSendNotificationToGroup_DeviceResponseSchema = zod.z.object({
31
31
  message: zod.z.string().describe("Individual device response message").nullable(),
32
32
  success: zod.z.boolean().describe("Indicates if notification was sent to individual device").nullable()
33
- }).describe("Individual device response for group notification.");
33
+ }).passthrough().describe("Individual device response for group notification.");
34
34
  const PushByTechulusSendNotificationToGroupOutput = zod.z.object({
35
35
  message: zod.z.string().describe("Response message").nullable(),
36
36
  success: zod.z.boolean().describe("Indicates if the request was successful").nullable(),
37
37
  responses: zod.z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe("Array of individual device responses").nullable().optional()
38
- }).describe("Response schema for sending notification to device group.");
38
+ }).passthrough().describe("Response schema for sending notification to device group.");
39
39
  const pushByTechulusSendNotificationToGroup = require_action.action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP", {
40
40
  slug: "push_by_techulus-send-notification-to-group",
41
41
  name: "Send Notification to Device Group",
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-to-group.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({\n message: z.string().describe(\"Individual device response message\").nullable(),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\").nullable(),\n}).describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput = z.object({\n message: z.string().describe(\"Response message\").nullable(),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA6DA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,wCAAwCC,eAAAA,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-to-group.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({\n message: z.string().describe(\"Individual device response message\").nullable(),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\").nullable(),\n}).passthrough().describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput = z.object({\n message: z.string().describe(\"Response message\").nullable(),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).passthrough().describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA6DA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAC9E,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,MAAa,wCAAwCC,eAAAA,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -33,8 +33,8 @@ declare const PushByTechulusSendNotificationToGroupOutput: z.ZodObject<{
33
33
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  message: z.ZodNullable<z.ZodString>;
35
35
  success: z.ZodNullable<z.ZodBoolean>;
36
- }, z.core.$strip>>>>;
37
- }, z.core.$strip>;
36
+ }, z.core.$loose>>>>;
37
+ }, z.core.$loose>;
38
38
  declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  body: string;
40
40
  title: string;
@@ -33,8 +33,8 @@ declare const PushByTechulusSendNotificationToGroupOutput: z.ZodObject<{
33
33
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  message: z.ZodNullable<z.ZodString>;
35
35
  success: z.ZodNullable<z.ZodBoolean>;
36
- }, z.core.$strip>>>>;
37
- }, z.core.$strip>;
36
+ }, z.core.$loose>>>>;
37
+ }, z.core.$loose>;
38
38
  declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  body: string;
40
40
  title: string;
@@ -30,7 +30,7 @@ const PushByTechulusSendNotificationToGroupInput = z.object({
30
30
  const PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({
31
31
  message: z.string().describe("Individual device response message").nullable(),
32
32
  success: z.boolean().describe("Indicates if notification was sent to individual device").nullable()
33
- }).describe("Individual device response for group notification.");
33
+ }).passthrough().describe("Individual device response for group notification.");
34
34
  const pushByTechulusSendNotificationToGroup = action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP", {
35
35
  slug: "push_by_techulus-send-notification-to-group",
36
36
  name: "Send Notification to Device Group",
@@ -40,7 +40,7 @@ const pushByTechulusSendNotificationToGroup = action("PUSH_BY_TECHULUS_SEND_NOTI
40
40
  message: z.string().describe("Response message").nullable(),
41
41
  success: z.boolean().describe("Indicates if the request was successful").nullable(),
42
42
  responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe("Array of individual device responses").nullable().optional()
43
- }).describe("Response schema for sending notification to device group.")
43
+ }).passthrough().describe("Response schema for sending notification to device group.")
44
44
  });
45
45
  //#endregion
46
46
  export { pushByTechulusSendNotificationToGroup };
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-to-group.mjs","names":[],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({\n message: z.string().describe(\"Individual device response message\").nullable(),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\").nullable(),\n}).describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput = z.object({\n message: z.string().describe(\"Response message\").nullable(),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAOhE,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-to-group.mjs","names":[],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({\n message: z.string().describe(\"Individual device response message\").nullable(),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\").nullable(),\n}).passthrough().describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput = z.object({\n message: z.string().describe(\"Response message\").nullable(),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).passthrough().describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAO9E,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAOhB;AACV,CAAC"}
@@ -30,12 +30,12 @@ const PushByTechulusSendNotificationWebhookPostInput = zod.z.object({
30
30
  const PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = zod.z.object({
31
31
  message: zod.z.string().describe("Individual delivery message").nullable(),
32
32
  success: zod.z.boolean().describe("Individual delivery success status").nullable()
33
- }).describe("Individual notification delivery result.");
33
+ }).passthrough().describe("Individual notification delivery result.");
34
34
  const PushByTechulusSendNotificationWebhookPostOutput = zod.z.object({
35
35
  message: zod.z.string().describe("Response message").nullable().optional(),
36
36
  success: zod.z.boolean().describe("Operation success status").nullable(),
37
37
  responses: zod.z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe("Array of individual notification delivery results").nullable().optional()
38
- }).describe("Response model for sending push notification via webhook POST.");
38
+ }).passthrough().describe("Response model for sending push notification via webhook POST.");
39
39
  const pushByTechulusSendNotificationWebhookPost = require_action.action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST", {
40
40
  slug: "push_by_techulus-send-notification-webhook-post",
41
41
  name: "Send Notification via Webhook POST",
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-webhook-post.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({\n message: z.string().describe(\"Individual delivery message\").nullable(),\n success: z.boolean().describe(\"Individual delivery success status\").nullable(),\n}).describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\").nullable(),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA6EA,IAAAA,EAAE,OAAO;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kDAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnL,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-webhook-post.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({\n message: z.string().describe(\"Individual delivery message\").nullable(),\n success: z.boolean().describe(\"Individual delivery success status\").nullable(),\n}).passthrough().describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\").nullable(),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).passthrough().describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA6EA,IAAAA,EAAE,OAAO;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAa,kDAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAAgE;AAE1F,MAAa,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -33,8 +33,8 @@ declare const PushByTechulusSendNotificationWebhookPostOutput: z.ZodObject<{
33
33
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  message: z.ZodNullable<z.ZodString>;
35
35
  success: z.ZodNullable<z.ZodBoolean>;
36
- }, z.core.$strip>>>>;
37
- }, z.core.$strip>;
36
+ }, z.core.$loose>>>>;
37
+ }, z.core.$loose>;
38
38
  declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  body: string;
40
40
  title: string;
@@ -33,8 +33,8 @@ declare const PushByTechulusSendNotificationWebhookPostOutput: z.ZodObject<{
33
33
  responses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  message: z.ZodNullable<z.ZodString>;
35
35
  success: z.ZodNullable<z.ZodBoolean>;
36
- }, z.core.$strip>>>>;
37
- }, z.core.$strip>;
36
+ }, z.core.$loose>>>>;
37
+ }, z.core.$loose>;
38
38
  declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  body: string;
40
40
  title: string;
@@ -30,7 +30,7 @@ const PushByTechulusSendNotificationWebhookPostInput = z.object({
30
30
  const PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({
31
31
  message: z.string().describe("Individual delivery message").nullable(),
32
32
  success: z.boolean().describe("Individual delivery success status").nullable()
33
- }).describe("Individual notification delivery result.");
33
+ }).passthrough().describe("Individual notification delivery result.");
34
34
  const pushByTechulusSendNotificationWebhookPost = action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST", {
35
35
  slug: "push_by_techulus-send-notification-webhook-post",
36
36
  name: "Send Notification via Webhook POST",
@@ -40,7 +40,7 @@ const pushByTechulusSendNotificationWebhookPost = action("PUSH_BY_TECHULUS_SEND_
40
40
  message: z.string().describe("Response message").nullable().optional(),
41
41
  success: z.boolean().describe("Operation success status").nullable(),
42
42
  responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe("Array of individual notification delivery results").nullable().optional()
43
- }).describe("Response model for sending push notification via webhook POST.")
43
+ }).passthrough().describe("Response model for sending push notification via webhook POST.")
44
44
  });
45
45
  //#endregion
46
46
  export { pushByTechulusSendNotificationWebhookPost };
@@ -1 +1 @@
1
- {"version":3,"file":"send-notification-webhook-post.mjs","names":[],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({\n message: z.string().describe(\"Individual delivery message\").nullable(),\n success: z.boolean().describe(\"Individual delivery success status\").nullable(),\n}).describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\").nullable(),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA6E,EAAE,OAAO;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX6D,EAAE,OAAO;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACnE,WAAW,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"send-notification-webhook-post.mjs","names":[],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({\n message: z.string().describe(\"Individual delivery message\").nullable(),\n success: z.boolean().describe(\"Individual delivery success status\").nullable(),\n}).passthrough().describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\").nullable(),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).passthrough().describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA6E,EAAE,OAAO;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAOpE,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX6D,EAAE,OAAO;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACnE,WAAW,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAOhB;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const pushByTechulusCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/push_by_techulus",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const pushByTechulusCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.";
@@ -9,7 +9,7 @@ declare const pushByTechulusCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const pushByTechulusCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/push_by_techulus",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/push_by_techulus",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"