@keystrokehq/pushbullet 0.1.0 → 0.1.2

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 (113) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/create-chat.cjs +7 -7
  4. package/dist/actions/create-chat.cjs.map +1 -1
  5. package/dist/actions/create-chat.d.cts +24 -3
  6. package/dist/actions/create-chat.d.cts.map +1 -1
  7. package/dist/actions/create-chat.d.mts +24 -3
  8. package/dist/actions/create-chat.d.mts.map +1 -1
  9. package/dist/actions/create-chat.mjs +7 -7
  10. package/dist/actions/create-chat.mjs.map +1 -1
  11. package/dist/actions/create-device.cjs.map +1 -1
  12. package/dist/actions/create-device.d.cts +47 -3
  13. package/dist/actions/create-device.d.cts.map +1 -1
  14. package/dist/actions/create-device.d.mts +47 -3
  15. package/dist/actions/create-device.d.mts.map +1 -1
  16. package/dist/actions/create-device.mjs.map +1 -1
  17. package/dist/actions/create-push.cjs +8 -8
  18. package/dist/actions/create-push.cjs.map +1 -1
  19. package/dist/actions/create-push.d.cts +57 -3
  20. package/dist/actions/create-push.d.cts.map +1 -1
  21. package/dist/actions/create-push.d.mts +57 -3
  22. package/dist/actions/create-push.d.mts.map +1 -1
  23. package/dist/actions/create-push.mjs +8 -8
  24. package/dist/actions/create-push.mjs.map +1 -1
  25. package/dist/actions/delete-all-pushes.cjs.map +1 -1
  26. package/dist/actions/delete-all-pushes.d.cts +3 -3
  27. package/dist/actions/delete-all-pushes.d.cts.map +1 -1
  28. package/dist/actions/delete-all-pushes.d.mts +3 -3
  29. package/dist/actions/delete-all-pushes.d.mts.map +1 -1
  30. package/dist/actions/delete-all-pushes.mjs.map +1 -1
  31. package/dist/actions/delete-chat.cjs.map +1 -1
  32. package/dist/actions/delete-chat.d.cts +7 -3
  33. package/dist/actions/delete-chat.d.cts.map +1 -1
  34. package/dist/actions/delete-chat.d.mts +7 -3
  35. package/dist/actions/delete-chat.d.mts.map +1 -1
  36. package/dist/actions/delete-chat.mjs.map +1 -1
  37. package/dist/actions/delete-device.cjs.map +1 -1
  38. package/dist/actions/delete-device.d.cts +7 -3
  39. package/dist/actions/delete-device.d.cts.map +1 -1
  40. package/dist/actions/delete-device.d.mts +7 -3
  41. package/dist/actions/delete-device.d.mts.map +1 -1
  42. package/dist/actions/delete-device.mjs.map +1 -1
  43. package/dist/actions/delete-push.cjs.map +1 -1
  44. package/dist/actions/delete-push.d.cts +7 -3
  45. package/dist/actions/delete-push.d.cts.map +1 -1
  46. package/dist/actions/delete-push.d.mts +7 -3
  47. package/dist/actions/delete-push.d.mts.map +1 -1
  48. package/dist/actions/delete-push.mjs.map +1 -1
  49. package/dist/actions/get-user.cjs +8 -8
  50. package/dist/actions/get-user.cjs.map +1 -1
  51. package/dist/actions/get-user.d.cts +14 -3
  52. package/dist/actions/get-user.d.cts.map +1 -1
  53. package/dist/actions/get-user.d.mts +14 -3
  54. package/dist/actions/get-user.d.mts.map +1 -1
  55. package/dist/actions/get-user.mjs +8 -8
  56. package/dist/actions/get-user.mjs.map +1 -1
  57. package/dist/actions/list-chats.cjs +4 -4
  58. package/dist/actions/list-chats.cjs.map +1 -1
  59. package/dist/actions/list-chats.d.cts +29 -3
  60. package/dist/actions/list-chats.d.cts.map +1 -1
  61. package/dist/actions/list-chats.d.mts +29 -3
  62. package/dist/actions/list-chats.d.mts.map +1 -1
  63. package/dist/actions/list-chats.mjs +4 -4
  64. package/dist/actions/list-chats.mjs.map +1 -1
  65. package/dist/actions/list-devices.cjs +6 -6
  66. package/dist/actions/list-devices.cjs.map +1 -1
  67. package/dist/actions/list-devices.d.cts +23 -3
  68. package/dist/actions/list-devices.d.cts.map +1 -1
  69. package/dist/actions/list-devices.d.mts +23 -3
  70. package/dist/actions/list-devices.d.mts.map +1 -1
  71. package/dist/actions/list-devices.mjs +6 -6
  72. package/dist/actions/list-devices.mjs.map +1 -1
  73. package/dist/actions/list-pushes.cjs +5 -5
  74. package/dist/actions/list-pushes.cjs.map +1 -1
  75. package/dist/actions/list-pushes.d.cts +37 -3
  76. package/dist/actions/list-pushes.d.cts.map +1 -1
  77. package/dist/actions/list-pushes.d.mts +37 -3
  78. package/dist/actions/list-pushes.d.mts.map +1 -1
  79. package/dist/actions/list-pushes.mjs +5 -5
  80. package/dist/actions/list-pushes.mjs.map +1 -1
  81. package/dist/actions/update-chat.cjs +9 -9
  82. package/dist/actions/update-chat.cjs.map +1 -1
  83. package/dist/actions/update-chat.d.cts +26 -3
  84. package/dist/actions/update-chat.d.cts.map +1 -1
  85. package/dist/actions/update-chat.d.mts +26 -3
  86. package/dist/actions/update-chat.d.mts.map +1 -1
  87. package/dist/actions/update-chat.mjs +9 -9
  88. package/dist/actions/update-chat.mjs.map +1 -1
  89. package/dist/actions/update-device.cjs +4 -4
  90. package/dist/actions/update-device.cjs.map +1 -1
  91. package/dist/actions/update-device.d.cts +49 -3
  92. package/dist/actions/update-device.d.cts.map +1 -1
  93. package/dist/actions/update-device.d.mts +49 -3
  94. package/dist/actions/update-device.d.mts.map +1 -1
  95. package/dist/actions/update-device.mjs +4 -4
  96. package/dist/actions/update-device.mjs.map +1 -1
  97. package/dist/actions/update-push.cjs +7 -7
  98. package/dist/actions/update-push.cjs.map +1 -1
  99. package/dist/actions/update-push.d.cts +42 -3
  100. package/dist/actions/update-push.d.cts.map +1 -1
  101. package/dist/actions/update-push.d.mts +42 -3
  102. package/dist/actions/update-push.d.mts.map +1 -1
  103. package/dist/actions/update-push.mjs +7 -7
  104. package/dist/actions/update-push.mjs.map +1 -1
  105. package/dist/actions/upload-request.cjs +4 -4
  106. package/dist/actions/upload-request.cjs.map +1 -1
  107. package/dist/actions/upload-request.d.cts +22 -3
  108. package/dist/actions/upload-request.d.cts.map +1 -1
  109. package/dist/actions/upload-request.d.mts +22 -3
  110. package/dist/actions/upload-request.d.mts.map +1 -1
  111. package/dist/actions/upload-request.mjs +4 -4
  112. package/dist/actions/upload-request.mjs.map +1 -1
  113. package/package.json +2 -2
@@ -26,25 +26,25 @@ const pushbulletCreatePush = action("PUSHBULLET_CREATE_PUSH", {
26
26
  output: z.object({
27
27
  url: z.string().describe("URL for link pushes.").nullable().optional(),
28
28
  body: z.string().describe("Body of the push (if provided).").nullable().optional(),
29
- iden: z.string().describe("Unique identifier for the push."),
29
+ iden: z.string().describe("Unique identifier for the push.").nullable(),
30
30
  type: z.enum([
31
31
  "note",
32
32
  "link",
33
33
  "file"
34
- ]).describe("Type of the push."),
34
+ ]).describe("Type of the push.").nullable(),
35
35
  title: z.string().describe("Title of the push (if provided).").nullable().optional(),
36
- active: z.boolean().describe("True if the push is active."),
37
- created: z.number().describe("Creation timestamp (seconds since epoch)."),
36
+ active: z.boolean().describe("True if the push is active.").nullable(),
37
+ created: z.number().describe("Creation timestamp (seconds since epoch).").nullable(),
38
38
  file_url: z.string().describe("URL of file for file pushes.").nullable().optional(),
39
- modified: z.number().describe("Last modified timestamp (seconds since epoch)."),
39
+ modified: z.number().describe("Last modified timestamp (seconds since epoch).").nullable(),
40
40
  file_name: z.string().describe("Filename for file pushes.").nullable().optional(),
41
41
  file_type: z.string().describe("MIME type for file pushes.").nullable().optional(),
42
42
  sender_iden: z.string().describe("Identifier of the sender.").nullable().optional(),
43
43
  sender_email: z.string().describe("Email of the sender.").nullable().optional(),
44
- receiver_iden: z.string().describe("Identifier of the receiver."),
45
- receiver_email: z.string().describe("Email of the receiver."),
44
+ receiver_iden: z.string().describe("Identifier of the receiver.").nullable(),
45
+ receiver_email: z.string().describe("Email of the receiver.").nullable(),
46
46
  sender_email_normalized: z.string().describe("Normalized sender email.").nullable().optional(),
47
- receiver_email_normalized: z.string().describe("Normalized receiver email.")
47
+ receiver_email_normalized: z.string().describe("Normalized receiver email.").nullable()
48
48
  }).describe("Response model for created push.")
49
49
  });
50
50
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"create-push.mjs","names":[],"sources":["../../src/actions/create-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletCreatePushInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to include with a link push. Required when type='link'.\").optional(),\n body: z.string().describe(\"Body text of the note, link message, or file message.\").optional(),\n guid: z.string().describe(\"Client-generated unique identifier for idempotency.\").optional(),\n type: z.enum([\"note\", \"link\", \"file\"]).describe(\"Type of push to send: 'note', 'link', or 'file'.\"),\n email: z.string().describe(\"Email address to send the push to (Pushbullet user or fallback email).\").optional(),\n title: z.string().describe(\"Title of the note or link (optional).\").optional(),\n file_url: z.string().describe(\"URL of the file to push. Required when type='file'.\").optional(),\n file_name: z.string().describe(\"Filename for file push. Required when type='file'.\").optional(),\n file_type: z.string().describe(\"MIME type of the file. Required when type='file'.\").optional(),\n channel_tag: z.string().describe(\"Tag of channel to broadcast the push to subscribers.\").optional(),\n client_iden: z.string().describe(\"Identifier of OAuth client to send the push to its authorized users.\").optional(),\n device_iden: z.string().describe(\"Identifier of device to send the push to.\").optional(),\n source_device_iden: z.string().describe(\"Identifier of the source device sending this push.\").optional(),\n}).describe(\"Request model for sending a push (note, link, or file).\\nExactly one target (device_iden, email, channel_tag, client_iden) may be specified.\");\nexport const PushbulletCreatePushOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for link pushes.\").nullable().optional(),\n body: z.string().describe(\"Body of the push (if provided).\").nullable().optional(),\n iden: z.string().describe(\"Unique identifier for the push.\"),\n type: z.enum([\"note\", \"link\", \"file\"]).describe(\"Type of the push.\"),\n title: z.string().describe(\"Title of the push (if provided).\").nullable().optional(),\n active: z.boolean().describe(\"True if the push is active.\"),\n created: z.number().describe(\"Creation timestamp (seconds since epoch).\"),\n file_url: z.string().describe(\"URL of file for file pushes.\").nullable().optional(),\n modified: z.number().describe(\"Last modified timestamp (seconds since epoch).\"),\n file_name: z.string().describe(\"Filename for file pushes.\").nullable().optional(),\n file_type: z.string().describe(\"MIME type for file pushes.\").nullable().optional(),\n sender_iden: z.string().describe(\"Identifier of the sender.\").nullable().optional(),\n sender_email: z.string().describe(\"Email of the sender.\").nullable().optional(),\n receiver_iden: z.string().describe(\"Identifier of the receiver.\"),\n receiver_email: z.string().describe(\"Email of the receiver.\"),\n sender_email_normalized: z.string().describe(\"Normalized sender email.\").nullable().optional(),\n receiver_email_normalized: z.string().describe(\"Normalized receiver email.\"),\n}).describe(\"Response model for created push.\");\n\nexport const pushbulletCreatePush = action(\"PUSHBULLET_CREATE_PUSH\", {\n slug: \"pushbullet-create-push\",\n name: \"Create Push\",\n description: \"Tool to send a new push (note, link, or file) to a device, user, channel, or client. Use when you need to share content to a specific target. Example: \\\"Send a link to https://example.com to device abc123\\\".\",\n input: PushbulletCreatePushInput,\n output: PushbulletCreatePushOutput,\n});\n"],"mappings":";;AAuCA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvCqD,EAAE,OAAO;EAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC1F,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,kDAAkD;EAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC9G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACvF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,8IAyBH;CACP,QAzBsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC3D,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,mBAAmB;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B;EAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACxE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC9E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAChE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAC5D,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC7E,CAAC,CAAC,CAAC,SAAS,kCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-push.mjs","names":[],"sources":["../../src/actions/create-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletCreatePushInput = z.object({\n url: z.string().describe(\"URL to include with a link push. Required when type='link'.\").optional(),\n body: z.string().describe(\"Body text of the note, link message, or file message.\").optional(),\n guid: z.string().describe(\"Client-generated unique identifier for idempotency.\").optional(),\n type: z.enum([\"note\", \"link\", \"file\"]).describe(\"Type of push to send: 'note', 'link', or 'file'.\"),\n email: z.string().describe(\"Email address to send the push to (Pushbullet user or fallback email).\").optional(),\n title: z.string().describe(\"Title of the note or link (optional).\").optional(),\n file_url: z.string().describe(\"URL of the file to push. Required when type='file'.\").optional(),\n file_name: z.string().describe(\"Filename for file push. Required when type='file'.\").optional(),\n file_type: z.string().describe(\"MIME type of the file. Required when type='file'.\").optional(),\n channel_tag: z.string().describe(\"Tag of channel to broadcast the push to subscribers.\").optional(),\n client_iden: z.string().describe(\"Identifier of OAuth client to send the push to its authorized users.\").optional(),\n device_iden: z.string().describe(\"Identifier of device to send the push to.\").optional(),\n source_device_iden: z.string().describe(\"Identifier of the source device sending this push.\").optional(),\n}).describe(\"Request model for sending a push (note, link, or file).\\nExactly one target (device_iden, email, channel_tag, client_iden) may be specified.\");\nexport const PushbulletCreatePushOutput = z.object({\n url: z.string().describe(\"URL for link pushes.\").nullable().optional(),\n body: z.string().describe(\"Body of the push (if provided).\").nullable().optional(),\n iden: z.string().describe(\"Unique identifier for the push.\").nullable(),\n type: z.enum([\"note\", \"link\", \"file\"]).describe(\"Type of the push.\").nullable(),\n title: z.string().describe(\"Title of the push (if provided).\").nullable().optional(),\n active: z.boolean().describe(\"True if the push is active.\").nullable(),\n created: z.number().describe(\"Creation timestamp (seconds since epoch).\").nullable(),\n file_url: z.string().describe(\"URL of file for file pushes.\").nullable().optional(),\n modified: z.number().describe(\"Last modified timestamp (seconds since epoch).\").nullable(),\n file_name: z.string().describe(\"Filename for file pushes.\").nullable().optional(),\n file_type: z.string().describe(\"MIME type for file pushes.\").nullable().optional(),\n sender_iden: z.string().describe(\"Identifier of the sender.\").nullable().optional(),\n sender_email: z.string().describe(\"Email of the sender.\").nullable().optional(),\n receiver_iden: z.string().describe(\"Identifier of the receiver.\").nullable(),\n receiver_email: z.string().describe(\"Email of the receiver.\").nullable(),\n sender_email_normalized: z.string().describe(\"Normalized sender email.\").nullable().optional(),\n receiver_email_normalized: z.string().describe(\"Normalized receiver email.\").nullable(),\n}).describe(\"Response model for created push.\");\n\nexport const pushbulletCreatePush = action(\"PUSHBULLET_CREATE_PUSH\", {\n slug: \"pushbullet-create-push\",\n name: \"Create Push\",\n description: \"Tool to send a new push (note, link, or file) to a device, user, channel, or client. Use when you need to share content to a specific target. Example: \\\"Send a link to https://example.com to device abc123\\\".\",\n input: PushbulletCreatePushInput,\n output: PushbulletCreatePushOutput,\n});\n"],"mappings":";;AAuCA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvCuC,EAAE,OAAO;EAChD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC1F,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,kDAAkD;EAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC9G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACvF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,8IAyBH;CACP,QAzBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC3E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EACvE,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACxF,CAAC,CAAC,CAAC,SAAS,kCAOF;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-all-pushes.cjs","names":["z","action"],"sources":["../../src/actions/delete-all-pushes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteAllPushesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request for deleting all pushes. No parameters needed.\");\nexport const PushbulletDeleteAllPushesOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for deleting all pushes. API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteAllPushes = action(\"PUSHBULLET_DELETE_ALL_PUSHES\", {\n slug: \"pushbullet-delete-all-pushes\",\n name: \"Delete All Pushes\",\n description: \"Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.\",\n input: PushbulletDeleteAllPushesInput,\n output: PushbulletDeleteAllPushesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAChJ,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAEzK,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-all-pushes.cjs","names":["z","action"],"sources":["../../src/actions/delete-all-pushes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteAllPushesInput = z.object({}).describe(\"Empty request for deleting all pushes. No parameters needed.\");\nexport const PushbulletDeleteAllPushesOutput = z.object({}).describe(\"Empty response for deleting all pushes. API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteAllPushes = action(\"PUSHBULLET_DELETE_ALL_PUSHES\", {\n slug: \"pushbullet-delete-all-pushes\",\n name: \"Delete All Pushes\",\n description: \"Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.\",\n input: PushbulletDeleteAllPushesInput,\n output: PushbulletDeleteAllPushesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAClI,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAE3J,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-all-pushes.d.ts
4
- declare const PushbulletDeleteAllPushesInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteAllPushesOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteAllPushes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteAllPushesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PushbulletDeleteAllPushesOutput: z.ZodObject<{}, z.core.$strip>;
6
+ declare const pushbulletDeleteAllPushes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
7
  //#endregion
8
8
  export { pushbulletDeleteAllPushes };
9
9
  //# sourceMappingURL=delete-all-pushes.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-all-pushes.d.cts","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAkG;AAAA,cACpI,+BAAA,EAAiC,CAAA,CAAE,UAA0H;AAAA,cAE7J,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-all-pushes.d.cts","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,9 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-all-pushes.d.ts
4
- declare const PushbulletDeleteAllPushesInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteAllPushesOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteAllPushes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteAllPushesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PushbulletDeleteAllPushesOutput: z.ZodObject<{}, z.core.$strip>;
6
+ declare const pushbulletDeleteAllPushes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
7
  //#endregion
8
8
  export { pushbulletDeleteAllPushes };
9
9
  //# sourceMappingURL=delete-all-pushes.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-all-pushes.d.mts","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAkG;AAAA,cACpI,+BAAA,EAAiC,CAAA,CAAE,UAA0H;AAAA,cAE7J,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-all-pushes.d.mts","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-all-pushes.mjs","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteAllPushesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request for deleting all pushes. No parameters needed.\");\nexport const PushbulletDeleteAllPushesOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for deleting all pushes. API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteAllPushes = action(\"PUSHBULLET_DELETE_ALL_PUSHES\", {\n slug: \"pushbullet-delete-all-pushes\",\n name: \"Delete All Pushes\",\n description: \"Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.\",\n input: PushbulletDeleteAllPushesInput,\n output: PushbulletDeleteAllPushesOutput,\n});\n"],"mappings":";;AAOA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP0D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAOzE;CACP,QAP2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sFAOzE;AACV,CAAC"}
1
+ {"version":3,"file":"delete-all-pushes.mjs","names":[],"sources":["../../src/actions/delete-all-pushes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteAllPushesInput = z.object({}).describe(\"Empty request for deleting all pushes. No parameters needed.\");\nexport const PushbulletDeleteAllPushesOutput = z.object({}).describe(\"Empty response for deleting all pushes. API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteAllPushes = action(\"PUSHBULLET_DELETE_ALL_PUSHES\", {\n slug: \"pushbullet-delete-all-pushes\",\n name: \"Delete All Pushes\",\n description: \"Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.\",\n input: PushbulletDeleteAllPushesInput,\n output: PushbulletDeleteAllPushesOutput,\n});\n"],"mappings":";;AAOA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAO3D;CACP,QAP6C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sFAO3D;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-chat.cjs","names":["z","action"],"sources":["../../src/actions/delete-chat.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteChatInput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"The unique identifier of the chat to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet chat.\");\nexport const PushbulletDeleteChatOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet chat.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteChat = action(\"PUSHBULLET_DELETE_CHAT\", {\n slug: \"pushbullet-delete-chat\",\n name: \"Delete Chat\",\n description: \"Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteChatInput,\n output: PushbulletDeleteChatOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAEjL,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-chat.cjs","names":["z","action"],"sources":["../../src/actions/delete-chat.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteChatInput = z.object({\n iden: z.string().describe(\"The unique identifier of the chat to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet chat.\");\nexport const PushbulletDeleteChatOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet chat.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteChat = action(\"PUSHBULLET_DELETE_CHAT\", {\n slug: \"pushbullet-delete-chat\",\n name: \"Delete Chat\",\n description: \"Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteChatInput,\n output: PushbulletDeleteChatOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAEnK,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-chat.d.ts
4
- declare const PushbulletDeleteChatInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteChatOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteChat: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteChatInput: z.ZodObject<{
5
+ iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeleteChatOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeleteChat: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeleteChat };
9
13
  //# sourceMappingURL=delete-chat.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-chat.d.cts","names":[],"sources":["../../src/actions/delete-chat.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cACpD,0BAAA,EAA4B,CAAA,CAAE,UAAuI;AAAA,cAErK,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-chat.d.cts","names":[],"sources":["../../src/actions/delete-chat.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-chat.d.ts
4
- declare const PushbulletDeleteChatInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteChatOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteChat: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteChatInput: z.ZodObject<{
5
+ iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeleteChatOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeleteChat: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeleteChat };
9
13
  //# sourceMappingURL=delete-chat.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-chat.d.mts","names":[],"sources":["../../src/actions/delete-chat.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cACpD,0BAAA,EAA4B,CAAA,CAAE,UAAuI;AAAA,cAErK,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-chat.d.mts","names":[],"sources":["../../src/actions/delete-chat.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-chat.mjs","names":[],"sources":["../../src/actions/delete-chat.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteChatInput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"The unique identifier of the chat to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet chat.\");\nexport const PushbulletDeleteChatOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet chat.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteChat = action(\"PUSHBULLET_DELETE_CHAT\", {\n slug: \"pushbullet-delete-chat\",\n name: \"Delete Chat\",\n description: \"Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteChatInput,\n output: PushbulletDeleteChatOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAAC,CAAC,CAAC,SAAS,oDAOH;CACP,QAPsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mGAOpE;AACV,CAAC"}
1
+ {"version":3,"file":"delete-chat.mjs","names":[],"sources":["../../src/actions/delete-chat.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteChatInput = z.object({\n iden: z.string().describe(\"The unique identifier of the chat to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet chat.\");\nexport const PushbulletDeleteChatOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet chat.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteChat = action(\"PUSHBULLET_DELETE_CHAT\", {\n slug: \"pushbullet-delete-chat\",\n name: \"Delete Chat\",\n description: \"Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteChatInput,\n output: PushbulletDeleteChatOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuC,EAAE,OAAO,EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAAC,CAAC,CAAC,SAAS,oDAOH;CACP,QAPwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mGAOtD;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-device.cjs","names":["z","action"],"sources":["../../src/actions/delete-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteDeviceInput: z.ZodTypeAny = z.object({\n device_iden: z.string().describe(\"The unique identifier of the device to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet device.\");\nexport const PushbulletDeleteDeviceOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet device.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteDevice = action(\"PUSHBULLET_DELETE_DEVICE\", {\n slug: \"pushbullet-delete-device\",\n name: \"Delete Pushbullet Device\",\n description: \"Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteDeviceInput,\n output: PushbulletDeleteDeviceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG;AAErL,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-device.cjs","names":["z","action"],"sources":["../../src/actions/delete-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteDeviceInput = z.object({\n device_iden: z.string().describe(\"The unique identifier of the device to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet device.\");\nexport const PushbulletDeleteDeviceOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet device.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteDevice = action(\"PUSHBULLET_DELETE_DEVICE\", {\n slug: \"pushbullet-delete-device\",\n name: \"Delete Pushbullet Device\",\n description: \"Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteDeviceInput,\n output: PushbulletDeleteDeviceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG;AAEvK,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-device.d.ts
4
- declare const PushbulletDeleteDeviceInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteDeviceOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteDevice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteDeviceInput: z.ZodObject<{
5
+ device_iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeleteDeviceOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeleteDevice: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ device_iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeleteDevice };
9
13
  //# sourceMappingURL=delete-device.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-device.d.cts","names":[],"sources":["../../src/actions/delete-device.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cACtD,4BAAA,EAA8B,CAAA,CAAE,UAAyI;AAAA,cAEzK,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-device.d.cts","names":[],"sources":["../../src/actions/delete-device.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-device.d.ts
4
- declare const PushbulletDeleteDeviceInput: z.ZodTypeAny;
5
- declare const PushbulletDeleteDeviceOutput: z.ZodTypeAny;
6
- declare const pushbulletDeleteDevice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeleteDeviceInput: z.ZodObject<{
5
+ device_iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeleteDeviceOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeleteDevice: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ device_iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeleteDevice };
9
13
  //# sourceMappingURL=delete-device.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-device.d.mts","names":[],"sources":["../../src/actions/delete-device.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cACtD,4BAAA,EAA8B,CAAA,CAAE,UAAyI;AAAA,cAEzK,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-device.d.mts","names":[],"sources":["../../src/actions/delete-device.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-device.mjs","names":[],"sources":["../../src/actions/delete-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteDeviceInput: z.ZodTypeAny = z.object({\n device_iden: z.string().describe(\"The unique identifier of the device to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet device.\");\nexport const PushbulletDeleteDeviceOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet device.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteDevice = action(\"PUSHBULLET_DELETE_DEVICE\", {\n slug: \"pushbullet-delete-device\",\n name: \"Delete Pushbullet Device\",\n description: \"Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteDeviceInput,\n output: PushbulletDeleteDeviceOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAOH;CACP,QAPwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAOtE;AACV,CAAC"}
1
+ {"version":3,"file":"delete-device.mjs","names":[],"sources":["../../src/actions/delete-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeleteDeviceInput = z.object({\n device_iden: z.string().describe(\"The unique identifier of the device to delete.\"),\n}).describe(\"Request parameters for deleting a Pushbullet device.\");\nexport const PushbulletDeleteDeviceOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet device.\\nThe API returns an empty JSON object on success.\");\n\nexport const pushbulletDeleteDevice = action(\"PUSHBULLET_DELETE_DEVICE\", {\n slug: \"pushbullet-delete-device\",\n name: \"Delete Pushbullet Device\",\n description: \"Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.\",\n input: PushbulletDeleteDeviceInput,\n output: PushbulletDeleteDeviceOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,EAClD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EACnF,CAAC,CAAC,CAAC,SAAS,sDAOH;CACP,QAP0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAOxD;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-push.cjs","names":["z","action"],"sources":["../../src/actions/delete-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeletePushInput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Identifier of the push to delete\"),\n}).describe(\"Request parameters for deleting a Pushbullet push.\");\nexport const PushbulletDeletePushOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet push. Expects an empty JSON object.\");\n\nexport const pushbulletDeletePush = action(\"PUSHBULLET_DELETE_PUSH\", {\n slug: \"pushbullet-delete-push\",\n name: \"Delete Push\",\n description: \"Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.\",\n input: PushbulletDeletePushInput,\n output: PushbulletDeletePushOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAE7J,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-push.cjs","names":["z","action"],"sources":["../../src/actions/delete-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeletePushInput = z.object({\n iden: z.string().describe(\"Identifier of the push to delete\"),\n}).describe(\"Request parameters for deleting a Pushbullet push.\");\nexport const PushbulletDeletePushOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet push. Expects an empty JSON object.\");\n\nexport const pushbulletDeletePush = action(\"PUSHBULLET_DELETE_PUSH\", {\n slug: \"pushbullet-delete-push\",\n name: \"Delete Push\",\n description: \"Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.\",\n input: PushbulletDeletePushInput,\n output: PushbulletDeletePushOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAE/I,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-push.d.ts
4
- declare const PushbulletDeletePushInput: z.ZodTypeAny;
5
- declare const PushbulletDeletePushOutput: z.ZodTypeAny;
6
- declare const pushbulletDeletePush: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeletePushInput: z.ZodObject<{
5
+ iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeletePushOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeletePush: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeletePush };
9
13
  //# sourceMappingURL=delete-push.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-push.d.cts","names":[],"sources":["../../src/actions/delete-push.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cACpD,0BAAA,EAA4B,CAAA,CAAE,UAAmH;AAAA,cAEjJ,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-push.d.cts","names":[],"sources":["../../src/actions/delete-push.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-push.d.ts
4
- declare const PushbulletDeletePushInput: z.ZodTypeAny;
5
- declare const PushbulletDeletePushOutput: z.ZodTypeAny;
6
- declare const pushbulletDeletePush: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletDeletePushInput: z.ZodObject<{
5
+ iden: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PushbulletDeletePushOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const pushbulletDeletePush: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ iden: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { pushbulletDeletePush };
9
13
  //# sourceMappingURL=delete-push.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-push.d.mts","names":[],"sources":["../../src/actions/delete-push.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cACpD,0BAAA,EAA4B,CAAA,CAAE,UAAmH;AAAA,cAEjJ,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"delete-push.d.mts","names":[],"sources":["../../src/actions/delete-push.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"delete-push.mjs","names":[],"sources":["../../src/actions/delete-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeletePushInput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Identifier of the push to delete\"),\n}).describe(\"Request parameters for deleting a Pushbullet push.\");\nexport const PushbulletDeletePushOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a Pushbullet push. Expects an empty JSON object.\");\n\nexport const pushbulletDeletePush = action(\"PUSHBULLET_DELETE_PUSH\", {\n slug: \"pushbullet-delete-push\",\n name: \"Delete Push\",\n description: \"Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.\",\n input: PushbulletDeletePushInput,\n output: PushbulletDeletePushOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC,CAAC,CAAC,SAAS,oDAOH;CACP,QAPsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAOpE;AACV,CAAC"}
1
+ {"version":3,"file":"delete-push.mjs","names":[],"sources":["../../src/actions/delete-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletDeletePushInput = z.object({\n iden: z.string().describe(\"Identifier of the push to delete\"),\n}).describe(\"Request parameters for deleting a Pushbullet push.\");\nexport const PushbulletDeletePushOutput = z.object({}).describe(\"Response schema for deleting a Pushbullet push. Expects an empty JSON object.\");\n\nexport const pushbulletDeletePush = action(\"PUSHBULLET_DELETE_PUSH\", {\n slug: \"pushbullet-delete-push\",\n name: \"Delete Push\",\n description: \"Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.\",\n input: PushbulletDeletePushInput,\n output: PushbulletDeletePushOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuC,EAAE,OAAO,EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC,CAAC,CAAC,SAAS,oDAOH;CACP,QAPwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAOtD;AACV,CAAC"}
@@ -3,16 +3,16 @@ let zod = require("zod");
3
3
  //#region src/actions/get-user.ts
4
4
  const PushbulletGetUserInput = zod.z.object({}).describe("No parameters needed to retrieve the current user's profile.");
5
5
  const PushbulletGetUserOutput = zod.z.object({
6
- iden: zod.z.string().describe("Unique identifier for the current user"),
7
- name: zod.z.string().describe("Full name of the user"),
8
- email: zod.z.string().describe("User's email address"),
9
- created: zod.z.number().describe("Account creation time as Unix timestamp (seconds)"),
10
- modified: zod.z.number().describe("Last profile modification time as Unix timestamp (seconds)"),
11
- image_url: zod.z.string().describe("URL of the user's profile image"),
6
+ iden: zod.z.string().describe("Unique identifier for the current user").nullable(),
7
+ name: zod.z.string().describe("Full name of the user").nullable(),
8
+ email: zod.z.string().describe("User's email address").nullable(),
9
+ created: zod.z.number().describe("Account creation time as Unix timestamp (seconds)").nullable(),
10
+ modified: zod.z.number().describe("Last profile modification time as Unix timestamp (seconds)").nullable(),
11
+ image_url: zod.z.string().describe("URL of the user's profile image").nullable(),
12
12
  referrer_iden: zod.z.string().describe("User iden of the user who referred this user").nullable().optional(),
13
13
  referred_count: zod.z.number().int().describe("Number of users referred by this user").nullable().optional(),
14
- max_upload_size: zod.z.number().int().describe("Maximum file upload size in bytes"),
15
- email_normalized: zod.z.string().describe("Canonical form of the email address")
14
+ max_upload_size: zod.z.number().int().describe("Maximum file upload size in bytes").nullable(),
15
+ email_normalized: zod.z.string().describe("Canonical form of the email address").nullable()
16
16
  }).describe("Response model for the current user's profile.");
17
17
  const pushbulletGetUser = require_action.action("PUSHBULLET_GET_USER", {
18
18
  slug: "pushbullet-get-user",
@@ -1 +1 @@
1
- {"version":3,"file":"get-user.cjs","names":["z","action"],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletGetUserInput: z.ZodTypeAny = z.object({}).describe(\"No parameters needed to retrieve the current user's profile.\");\nexport const PushbulletGetUserOutput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Unique identifier for the current user\"),\n name: z.string().describe(\"Full name of the user\"),\n email: z.string().describe(\"User's email address\"),\n created: z.number().describe(\"Account creation time as Unix timestamp (seconds)\"),\n modified: z.number().describe(\"Last profile modification time as Unix timestamp (seconds)\"),\n image_url: z.string().describe(\"URL of the user's profile image\"),\n referrer_iden: z.string().describe(\"User iden of the user who referred this user\").nullable().optional(),\n referred_count: z.number().int().describe(\"Number of users referred by this user\").nullable().optional(),\n max_upload_size: z.number().int().describe(\"Maximum file upload size in bytes\"),\n email_normalized: z.string().describe(\"Canonical form of the email address\"),\n}).describe(\"Response model for the current user's profile.\");\n\nexport const pushbulletGetUser = action(\"PUSHBULLET_GET_USER\", {\n slug: \"pushbullet-get-user\",\n name: \"Get current user\",\n description: \"Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.\",\n input: PushbulletGetUserInput,\n output: PushbulletGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AACxI,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAChE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CAC9E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AAC7E,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-user.cjs","names":["z","action"],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletGetUserInput = z.object({}).describe(\"No parameters needed to retrieve the current user's profile.\");\nexport const PushbulletGetUserOutput = z.object({\n iden: z.string().describe(\"Unique identifier for the current user\").nullable(),\n name: z.string().describe(\"Full name of the user\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n created: z.number().describe(\"Account creation time as Unix timestamp (seconds)\").nullable(),\n modified: z.number().describe(\"Last profile modification time as Unix timestamp (seconds)\").nullable(),\n image_url: z.string().describe(\"URL of the user's profile image\").nullable(),\n referrer_iden: z.string().describe(\"User iden of the user who referred this user\").nullable().optional(),\n referred_count: z.number().int().describe(\"Number of users referred by this user\").nullable().optional(),\n max_upload_size: z.number().int().describe(\"Maximum file upload size in bytes\").nullable(),\n email_normalized: z.string().describe(\"Canonical form of the email address\").nullable(),\n}).describe(\"Response model for the current user's profile.\");\n\nexport const pushbulletGetUser = action(\"PUSHBULLET_GET_USER\", {\n slug: \"pushbullet-get-user\",\n name: \"Get current user\",\n description: \"Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.\",\n input: PushbulletGetUserInput,\n output: PushbulletGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1H,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC3E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-user.d.ts
4
- declare const PushbulletGetUserInput: z.ZodTypeAny;
5
- declare const PushbulletGetUserOutput: z.ZodTypeAny;
6
- declare const pushbulletGetUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletGetUserInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PushbulletGetUserOutput: z.ZodObject<{
6
+ iden: z.ZodNullable<z.ZodString>;
7
+ name: z.ZodNullable<z.ZodString>;
8
+ email: z.ZodNullable<z.ZodString>;
9
+ created: z.ZodNullable<z.ZodNumber>;
10
+ modified: z.ZodNullable<z.ZodNumber>;
11
+ image_url: z.ZodNullable<z.ZodString>;
12
+ referrer_iden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ referred_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ max_upload_size: z.ZodNullable<z.ZodNumber>;
15
+ email_normalized: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const pushbulletGetUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { pushbulletGetUser };
9
20
  //# sourceMappingURL=get-user.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user.d.cts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAkG;AAAA,cAC5H,uBAAA,EAAyB,CAAA,CAAE,UAWqB;AAAA,cAEhD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user.d.cts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAavB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-user.d.ts
4
- declare const PushbulletGetUserInput: z.ZodTypeAny;
5
- declare const PushbulletGetUserOutput: z.ZodTypeAny;
6
- declare const pushbulletGetUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletGetUserInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PushbulletGetUserOutput: z.ZodObject<{
6
+ iden: z.ZodNullable<z.ZodString>;
7
+ name: z.ZodNullable<z.ZodString>;
8
+ email: z.ZodNullable<z.ZodString>;
9
+ created: z.ZodNullable<z.ZodNumber>;
10
+ modified: z.ZodNullable<z.ZodNumber>;
11
+ image_url: z.ZodNullable<z.ZodString>;
12
+ referrer_iden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ referred_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ max_upload_size: z.ZodNullable<z.ZodNumber>;
15
+ email_normalized: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const pushbulletGetUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { pushbulletGetUser };
9
20
  //# sourceMappingURL=get-user.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user.d.mts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAAkG;AAAA,cAC5H,uBAAA,EAAyB,CAAA,CAAE,UAWqB;AAAA,cAEhD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-user.d.mts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAavB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -6,16 +6,16 @@ const pushbulletGetUser = action("PUSHBULLET_GET_USER", {
6
6
  description: "Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.",
7
7
  input: z.object({}).describe("No parameters needed to retrieve the current user's profile."),
8
8
  output: z.object({
9
- iden: z.string().describe("Unique identifier for the current user"),
10
- name: z.string().describe("Full name of the user"),
11
- email: z.string().describe("User's email address"),
12
- created: z.number().describe("Account creation time as Unix timestamp (seconds)"),
13
- modified: z.number().describe("Last profile modification time as Unix timestamp (seconds)"),
14
- image_url: z.string().describe("URL of the user's profile image"),
9
+ iden: z.string().describe("Unique identifier for the current user").nullable(),
10
+ name: z.string().describe("Full name of the user").nullable(),
11
+ email: z.string().describe("User's email address").nullable(),
12
+ created: z.number().describe("Account creation time as Unix timestamp (seconds)").nullable(),
13
+ modified: z.number().describe("Last profile modification time as Unix timestamp (seconds)").nullable(),
14
+ image_url: z.string().describe("URL of the user's profile image").nullable(),
15
15
  referrer_iden: z.string().describe("User iden of the user who referred this user").nullable().optional(),
16
16
  referred_count: z.number().int().describe("Number of users referred by this user").nullable().optional(),
17
- max_upload_size: z.number().int().describe("Maximum file upload size in bytes"),
18
- email_normalized: z.string().describe("Canonical form of the email address")
17
+ max_upload_size: z.number().int().describe("Maximum file upload size in bytes").nullable(),
18
+ email_normalized: z.string().describe("Canonical form of the email address").nullable()
19
19
  }).describe("Response model for the current user's profile.")
20
20
  });
21
21
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"get-user.mjs","names":[],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletGetUserInput: z.ZodTypeAny = z.object({}).describe(\"No parameters needed to retrieve the current user's profile.\");\nexport const PushbulletGetUserOutput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Unique identifier for the current user\"),\n name: z.string().describe(\"Full name of the user\"),\n email: z.string().describe(\"User's email address\"),\n created: z.number().describe(\"Account creation time as Unix timestamp (seconds)\"),\n modified: z.number().describe(\"Last profile modification time as Unix timestamp (seconds)\"),\n image_url: z.string().describe(\"URL of the user's profile image\"),\n referrer_iden: z.string().describe(\"User iden of the user who referred this user\").nullable().optional(),\n referred_count: z.number().int().describe(\"Number of users referred by this user\").nullable().optional(),\n max_upload_size: z.number().int().describe(\"Maximum file upload size in bytes\"),\n email_normalized: z.string().describe(\"Canonical form of the email address\"),\n}).describe(\"Response model for the current user's profile.\");\n\nexport const pushbulletGetUser = action(\"PUSHBULLET_GET_USER\", {\n slug: \"pushbullet-get-user\",\n name: \"Get current user\",\n description: \"Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.\",\n input: PushbulletGetUserInput,\n output: PushbulletGetUserOutput,\n});\n"],"mappings":";;AAkBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBkD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAkBjE;CACP,QAlBmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACjD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAChE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;EAC9E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7E,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-user.mjs","names":[],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletGetUserInput = z.object({}).describe(\"No parameters needed to retrieve the current user's profile.\");\nexport const PushbulletGetUserOutput = z.object({\n iden: z.string().describe(\"Unique identifier for the current user\").nullable(),\n name: z.string().describe(\"Full name of the user\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n created: z.number().describe(\"Account creation time as Unix timestamp (seconds)\").nullable(),\n modified: z.number().describe(\"Last profile modification time as Unix timestamp (seconds)\").nullable(),\n image_url: z.string().describe(\"URL of the user's profile image\").nullable(),\n referrer_iden: z.string().describe(\"User iden of the user who referred this user\").nullable().optional(),\n referred_count: z.number().int().describe(\"Number of users referred by this user\").nullable().optional(),\n max_upload_size: z.number().int().describe(\"Maximum file upload size in bytes\").nullable(),\n email_normalized: z.string().describe(\"Canonical form of the email address\").nullable(),\n}).describe(\"Response model for the current user's profile.\");\n\nexport const pushbulletGetUser = action(\"PUSHBULLET_GET_USER\", {\n slug: \"pushbullet-get-user\",\n name: \"Get current user\",\n description: \"Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.\",\n input: PushbulletGetUserInput,\n output: PushbulletGetUserOutput,\n});\n"],"mappings":";;AAkBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBoC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAkBnD;CACP,QAlBqC,EAAE,OAAO;EAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC3E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACzF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -14,12 +14,12 @@ const PushbulletListChats_ChatWithSchema = zod.z.object({
14
14
  email_normalized: zod.z.string().describe("Canonical email address of the chat participant").nullable().optional()
15
15
  }).describe("Represents the other participant in a chat.");
16
16
  const PushbulletListChats_ChatSchema = zod.z.object({
17
- iden: zod.z.string().describe("Unique identifier for this chat"),
17
+ iden: zod.z.string().describe("Unique identifier for this chat").nullable(),
18
18
  "with": PushbulletListChats_ChatWithSchema.nullable().optional(),
19
19
  muted: zod.z.boolean().describe("True if notifications for this chat are muted. May be absent for deleted chats.").nullable().optional(),
20
- active: zod.z.boolean().describe("False if this chat has been deleted"),
21
- created: zod.z.number().describe("Creation time in UNIX seconds"),
22
- modified: zod.z.number().describe("Last modified time in UNIX seconds")
20
+ active: zod.z.boolean().describe("False if this chat has been deleted").nullable(),
21
+ created: zod.z.number().describe("Creation time in UNIX seconds").nullable(),
22
+ modified: zod.z.number().describe("Last modified time in UNIX seconds").nullable()
23
23
  }).describe("A single chat thread object.");
24
24
  const PushbulletListChatsOutput = zod.z.object({
25
25
  chats: zod.z.array(PushbulletListChats_ChatSchema).describe("List of chat objects ordered with most recently modified first"),
@@ -1 +1 @@
1
- {"version":3,"file":"list-chats.cjs","names":["z","action"],"sources":["../../src/actions/list-chats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletListChatsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of chats to return (max 500).\").optional(),\n cursor: z.string().describe(\"Cursor for pagination to fetch the next page of chats.\").optional(),\n}).describe(\"Request model for listing chats with optional pagination.\");\nconst PushbulletListChats_ChatWithSchema: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Identifier of the chat participant\").nullable().optional(),\n name: z.string().describe(\"Display name of the chat participant\").nullable().optional(),\n type: z.enum([\"email\", \"user\"]).describe(\"Type of the chat participant: 'email' or 'user'\").nullable().optional(),\n email: z.string().describe(\"Email address of the chat participant\").nullable().optional(),\n image_url: z.string().describe(\"Avatar URL for this chat participant\").nullable().optional(),\n email_normalized: z.string().describe(\"Canonical email address of the chat participant\").nullable().optional(),\n}).describe(\"Represents the other participant in a chat.\");\nconst PushbulletListChats_ChatSchema: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Unique identifier for this chat\"),\n \"with\": PushbulletListChats_ChatWithSchema.nullable().optional(),\n muted: z.boolean().describe(\"True if notifications for this chat are muted. May be absent for deleted chats.\").nullable().optional(),\n active: z.boolean().describe(\"False if this chat has been deleted\"),\n created: z.number().describe(\"Creation time in UNIX seconds\"),\n modified: z.number().describe(\"Last modified time in UNIX seconds\"),\n}).describe(\"A single chat thread object.\");\nexport const PushbulletListChatsOutput: z.ZodTypeAny = z.object({\n chats: z.array(PushbulletListChats_ChatSchema).describe(\"List of chat objects ordered with most recently modified first\"),\n cursor: z.string().describe(\"Cursor for fetching the next page of results, if present.\").nullable().optional(),\n}).describe(\"Response model for listing chats.\");\n\nexport const pushbulletListChats = action(\"PUSHBULLET_LIST_CHATS\", {\n slug: \"pushbullet-list-chats\",\n name: \"List Chats\",\n description: \"Tool to list all chat objects for the current user. Use when you need the full set of chat threads before sending or muting messages.\",\n input: PushbulletListChatsInput,\n output: PushbulletListChatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,QAAQ,mCAAmC,SAAS,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACpE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,gEAAgE;CACxH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-chats.cjs","names":["z","action"],"sources":["../../src/actions/list-chats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletListChatsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of chats to return (max 500).\").optional(),\n cursor: z.string().describe(\"Cursor for pagination to fetch the next page of chats.\").optional(),\n}).describe(\"Request model for listing chats with optional pagination.\");\nconst PushbulletListChats_ChatWithSchema = z.object({\n iden: z.string().describe(\"Identifier of the chat participant\").nullable().optional(),\n name: z.string().describe(\"Display name of the chat participant\").nullable().optional(),\n type: z.enum([\"email\", \"user\"]).describe(\"Type of the chat participant: 'email' or 'user'\").nullable().optional(),\n email: z.string().describe(\"Email address of the chat participant\").nullable().optional(),\n image_url: z.string().describe(\"Avatar URL for this chat participant\").nullable().optional(),\n email_normalized: z.string().describe(\"Canonical email address of the chat participant\").nullable().optional(),\n}).describe(\"Represents the other participant in a chat.\");\nconst PushbulletListChats_ChatSchema = z.object({\n iden: z.string().describe(\"Unique identifier for this chat\").nullable(),\n \"with\": PushbulletListChats_ChatWithSchema.nullable().optional(),\n muted: z.boolean().describe(\"True if notifications for this chat are muted. May be absent for deleted chats.\").nullable().optional(),\n active: z.boolean().describe(\"False if this chat has been deleted\").nullable(),\n created: z.number().describe(\"Creation time in UNIX seconds\").nullable(),\n modified: z.number().describe(\"Last modified time in UNIX seconds\").nullable(),\n}).describe(\"A single chat thread object.\");\nexport const PushbulletListChatsOutput = z.object({\n chats: z.array(PushbulletListChats_ChatSchema).describe(\"List of chat objects ordered with most recently modified first\"),\n cursor: z.string().describe(\"Cursor for fetching the next page of results, if present.\").nullable().optional(),\n}).describe(\"Response model for listing chats.\");\n\nexport const pushbulletListChats = action(\"PUSHBULLET_LIST_CHATS\", {\n slug: \"pushbullet-list-chats\",\n name: \"List Chats\",\n description: \"Tool to list all chat objects for the current user. Use when you need the full set of chat threads before sending or muting messages.\",\n input: PushbulletListChatsInput,\n output: PushbulletListChatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACtE,QAAQ,mCAAmC,SAAS,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,gEAAgE;CACxH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,35 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-chats.d.ts
4
- declare const PushbulletListChatsInput: z.ZodTypeAny;
5
- declare const PushbulletListChatsOutput: z.ZodTypeAny;
6
- declare const pushbulletListChats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PushbulletListChatsInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ cursor: z.ZodOptional<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const PushbulletListChatsOutput: z.ZodObject<{
9
+ chats: z.ZodArray<z.ZodObject<{
10
+ iden: z.ZodNullable<z.ZodString>;
11
+ with: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12
+ iden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
15
+ user: "user";
16
+ email: "email";
17
+ }>>>;
18
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ email_normalized: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$strip>>>;
22
+ muted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
23
+ active: z.ZodNullable<z.ZodBoolean>;
24
+ created: z.ZodNullable<z.ZodNumber>;
25
+ modified: z.ZodNullable<z.ZodNumber>;
26
+ }, z.core.$strip>>;
27
+ cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ }, z.core.$strip>;
29
+ declare const pushbulletListChats: import("@keystrokehq/action").WorkflowActionDefinition<{
30
+ limit?: number | undefined;
31
+ cursor?: string | undefined;
32
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
33
  //#endregion
8
34
  export { pushbulletListChats };
9
35
  //# sourceMappingURL=list-chats.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-chats.d.cts","names":[],"sources":["../../src/actions/list-chats.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAG+B;AAAA,cAiB3D,yBAAA,EAA2B,CAAA,CAAE,UAGM;AAAA,cAEnC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-chats.d.cts","names":[],"sources":["../../src/actions/list-chats.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAoBxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}