@keystrokehq/pushbullet 0.1.0

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 (154) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-chat.cjs +31 -0
  7. package/dist/actions/create-chat.cjs.map +1 -0
  8. package/dist/actions/create-chat.d.cts +9 -0
  9. package/dist/actions/create-chat.d.cts.map +1 -0
  10. package/dist/actions/create-chat.d.mts +9 -0
  11. package/dist/actions/create-chat.d.mts.map +1 -0
  12. package/dist/actions/create-chat.mjs +30 -0
  13. package/dist/actions/create-chat.mjs.map +1 -0
  14. package/dist/actions/create-device.cjs +52 -0
  15. package/dist/actions/create-device.cjs.map +1 -0
  16. package/dist/actions/create-device.d.cts +9 -0
  17. package/dist/actions/create-device.d.cts.map +1 -0
  18. package/dist/actions/create-device.d.mts +9 -0
  19. package/dist/actions/create-device.d.mts.map +1 -0
  20. package/dist/actions/create-device.mjs +49 -0
  21. package/dist/actions/create-device.mjs.map +1 -0
  22. package/dist/actions/create-push.cjs +56 -0
  23. package/dist/actions/create-push.cjs.map +1 -0
  24. package/dist/actions/create-push.d.cts +9 -0
  25. package/dist/actions/create-push.d.cts.map +1 -0
  26. package/dist/actions/create-push.d.mts +9 -0
  27. package/dist/actions/create-push.d.mts.map +1 -0
  28. package/dist/actions/create-push.mjs +53 -0
  29. package/dist/actions/create-push.mjs.map +1 -0
  30. package/dist/actions/delete-all-pushes.cjs +16 -0
  31. package/dist/actions/delete-all-pushes.cjs.map +1 -0
  32. package/dist/actions/delete-all-pushes.d.cts +9 -0
  33. package/dist/actions/delete-all-pushes.d.cts.map +1 -0
  34. package/dist/actions/delete-all-pushes.d.mts +9 -0
  35. package/dist/actions/delete-all-pushes.d.mts.map +1 -0
  36. package/dist/actions/delete-all-pushes.mjs +13 -0
  37. package/dist/actions/delete-all-pushes.mjs.map +1 -0
  38. package/dist/actions/delete-chat.cjs +16 -0
  39. package/dist/actions/delete-chat.cjs.map +1 -0
  40. package/dist/actions/delete-chat.d.cts +9 -0
  41. package/dist/actions/delete-chat.d.cts.map +1 -0
  42. package/dist/actions/delete-chat.d.mts +9 -0
  43. package/dist/actions/delete-chat.d.mts.map +1 -0
  44. package/dist/actions/delete-chat.mjs +13 -0
  45. package/dist/actions/delete-chat.mjs.map +1 -0
  46. package/dist/actions/delete-device.cjs +16 -0
  47. package/dist/actions/delete-device.cjs.map +1 -0
  48. package/dist/actions/delete-device.d.cts +9 -0
  49. package/dist/actions/delete-device.d.cts.map +1 -0
  50. package/dist/actions/delete-device.d.mts +9 -0
  51. package/dist/actions/delete-device.d.mts.map +1 -0
  52. package/dist/actions/delete-device.mjs +13 -0
  53. package/dist/actions/delete-device.mjs.map +1 -0
  54. package/dist/actions/delete-push.cjs +16 -0
  55. package/dist/actions/delete-push.cjs.map +1 -0
  56. package/dist/actions/delete-push.d.cts +9 -0
  57. package/dist/actions/delete-push.d.cts.map +1 -0
  58. package/dist/actions/delete-push.d.mts +9 -0
  59. package/dist/actions/delete-push.d.mts.map +1 -0
  60. package/dist/actions/delete-push.mjs +13 -0
  61. package/dist/actions/delete-push.mjs.map +1 -0
  62. package/dist/actions/get-user.cjs +27 -0
  63. package/dist/actions/get-user.cjs.map +1 -0
  64. package/dist/actions/get-user.d.cts +9 -0
  65. package/dist/actions/get-user.d.cts.map +1 -0
  66. package/dist/actions/get-user.d.mts +9 -0
  67. package/dist/actions/get-user.d.mts.map +1 -0
  68. package/dist/actions/get-user.mjs +24 -0
  69. package/dist/actions/get-user.mjs.map +1 -0
  70. package/dist/actions/index.cjs +31 -0
  71. package/dist/actions/index.d.cts +16 -0
  72. package/dist/actions/index.d.mts +16 -0
  73. package/dist/actions/index.mjs +16 -0
  74. package/dist/actions/list-chats.cjs +38 -0
  75. package/dist/actions/list-chats.cjs.map +1 -0
  76. package/dist/actions/list-chats.d.cts +9 -0
  77. package/dist/actions/list-chats.d.cts.map +1 -0
  78. package/dist/actions/list-chats.d.mts +9 -0
  79. package/dist/actions/list-chats.d.mts.map +1 -0
  80. package/dist/actions/list-chats.mjs +37 -0
  81. package/dist/actions/list-chats.mjs.map +1 -0
  82. package/dist/actions/list-devices.cjs +35 -0
  83. package/dist/actions/list-devices.cjs.map +1 -0
  84. package/dist/actions/list-devices.d.cts +9 -0
  85. package/dist/actions/list-devices.d.cts.map +1 -0
  86. package/dist/actions/list-devices.d.mts +9 -0
  87. package/dist/actions/list-devices.d.mts.map +1 -0
  88. package/dist/actions/list-devices.mjs +34 -0
  89. package/dist/actions/list-devices.mjs.map +1 -0
  90. package/dist/actions/list-pushes.cjs +46 -0
  91. package/dist/actions/list-pushes.cjs.map +1 -0
  92. package/dist/actions/list-pushes.d.cts +9 -0
  93. package/dist/actions/list-pushes.d.cts.map +1 -0
  94. package/dist/actions/list-pushes.d.mts +9 -0
  95. package/dist/actions/list-pushes.d.mts.map +1 -0
  96. package/dist/actions/list-pushes.mjs +45 -0
  97. package/dist/actions/list-pushes.mjs.map +1 -0
  98. package/dist/actions/update-chat.cjs +34 -0
  99. package/dist/actions/update-chat.cjs.map +1 -0
  100. package/dist/actions/update-chat.d.cts +9 -0
  101. package/dist/actions/update-chat.d.cts.map +1 -0
  102. package/dist/actions/update-chat.d.mts +9 -0
  103. package/dist/actions/update-chat.d.mts.map +1 -0
  104. package/dist/actions/update-chat.mjs +33 -0
  105. package/dist/actions/update-chat.mjs.map +1 -0
  106. package/dist/actions/update-device.cjs +53 -0
  107. package/dist/actions/update-device.cjs.map +1 -0
  108. package/dist/actions/update-device.d.cts +9 -0
  109. package/dist/actions/update-device.d.cts.map +1 -0
  110. package/dist/actions/update-device.d.mts +9 -0
  111. package/dist/actions/update-device.d.mts.map +1 -0
  112. package/dist/actions/update-device.mjs +50 -0
  113. package/dist/actions/update-device.mjs.map +1 -0
  114. package/dist/actions/update-push.cjs +48 -0
  115. package/dist/actions/update-push.cjs.map +1 -0
  116. package/dist/actions/update-push.d.cts +9 -0
  117. package/dist/actions/update-push.d.cts.map +1 -0
  118. package/dist/actions/update-push.d.mts +9 -0
  119. package/dist/actions/update-push.d.mts.map +1 -0
  120. package/dist/actions/update-push.mjs +45 -0
  121. package/dist/actions/update-push.mjs.map +1 -0
  122. package/dist/actions/upload-request.cjs +33 -0
  123. package/dist/actions/upload-request.cjs.map +1 -0
  124. package/dist/actions/upload-request.d.cts +9 -0
  125. package/dist/actions/upload-request.d.cts.map +1 -0
  126. package/dist/actions/upload-request.d.mts +9 -0
  127. package/dist/actions/upload-request.d.mts.map +1 -0
  128. package/dist/actions/upload-request.mjs +32 -0
  129. package/dist/actions/upload-request.mjs.map +1 -0
  130. package/dist/app.cjs +9 -0
  131. package/dist/app.cjs.map +1 -0
  132. package/dist/app.d.cts +5 -0
  133. package/dist/app.d.cts.map +1 -0
  134. package/dist/app.d.mts +5 -0
  135. package/dist/app.d.mts.map +1 -0
  136. package/dist/app.mjs +10 -0
  137. package/dist/app.mjs.map +1 -0
  138. package/dist/catalog.cjs +15 -0
  139. package/dist/catalog.cjs.map +1 -0
  140. package/dist/catalog.d.cts +14 -0
  141. package/dist/catalog.d.cts.map +1 -0
  142. package/dist/catalog.d.mts +14 -0
  143. package/dist/catalog.d.mts.map +1 -0
  144. package/dist/catalog.mjs +15 -0
  145. package/dist/catalog.mjs.map +1 -0
  146. package/dist/execute.cjs +18 -0
  147. package/dist/execute.cjs.map +1 -0
  148. package/dist/execute.mjs +18 -0
  149. package/dist/execute.mjs.map +1 -0
  150. package/dist/index.cjs +36 -0
  151. package/dist/index.d.cts +18 -0
  152. package/dist/index.d.mts +18 -0
  153. package/dist/index.mjs +19 -0
  154. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-push.d.ts
4
+ declare const PushbulletUpdatePushInput: z.ZodTypeAny;
5
+ declare const PushbulletUpdatePushOutput: z.ZodTypeAny;
6
+ declare const pushbulletUpdatePush: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pushbulletUpdatePush };
9
+ //# sourceMappingURL=update-push.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-push.d.mts","names":[],"sources":["../../src/actions/update-push.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAOiB;AAAA,cAC9C,0BAAA,EAA4B,CAAA,CAAE,UAyBe;AAAA,cAE7C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,45 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pushbulletUpdatePush = action("PUSHBULLET_UPDATE_PUSH", {
4
+ slug: "pushbullet-update-push",
5
+ name: "Update Push",
6
+ description: "Tool to update a push (dismiss or modify list items) by its identifier. Use when marking a push as dismissed or updating list push items.",
7
+ input: z.object({
8
+ iden: z.string().describe("Unique identifier of the push to update"),
9
+ items: z.array(z.object({
10
+ text: z.string().describe("Text of the list item"),
11
+ checked: z.boolean().describe("Whether the list item is checked")
12
+ }).describe("Model for a single list item in a list-style push.")).describe("List of items to update for list-style pushes").optional(),
13
+ dismissed: z.boolean().describe("Set to true to mark the push as dismissed (hides notifications)").optional()
14
+ }).describe("Request model for updating an existing push."),
15
+ output: z.object({
16
+ url: z.string().describe("URL for link pushes (if any)").nullable().optional(),
17
+ body: z.string().describe("Body text of the push (if any)").nullable().optional(),
18
+ iden: z.string().describe("Unique identifier of the push"),
19
+ type: z.string().describe("Type of the push (e.g., 'note', 'link', 'file', 'list')"),
20
+ title: z.string().describe("Title of the push (if any)").nullable().optional(),
21
+ active: z.boolean().describe("True if the push is active"),
22
+ created: z.number().describe("Creation timestamp (seconds since epoch)"),
23
+ file_url: z.string().describe("URL of the file for file pushes (if any)").nullable().optional(),
24
+ modified: z.number().describe("Last modified timestamp (seconds since epoch)"),
25
+ direction: z.string().describe("Direction of the push (e.g., 'self', 'incoming')"),
26
+ dismissed: z.boolean().describe("True if the push has been dismissed"),
27
+ file_name: z.string().describe("Filename for file pushes (if any)").nullable().optional(),
28
+ file_type: z.string().describe("MIME type for file pushes (if any)").nullable().optional(),
29
+ image_url: z.string().describe("URL of image previews (if any)").nullable().optional(),
30
+ channel_tag: z.string().describe("Channel tag for channel pushes").nullable().optional(),
31
+ client_iden: z.string().describe("Identifier of the client").nullable().optional(),
32
+ sender_iden: z.string().describe("Identifier of the sender").nullable().optional(),
33
+ sender_email: z.string().describe("Email of the sender").nullable().optional(),
34
+ receiver_iden: z.string().describe("Identifier of the receiver").nullable().optional(),
35
+ receiver_email: z.string().describe("Email of the receiver").nullable().optional(),
36
+ source_device_iden: z.string().describe("Identifier of the source device").nullable().optional(),
37
+ target_device_iden: z.string().describe("Identifier of the target device").nullable().optional(),
38
+ sender_email_normalized: z.string().describe("Normalized email of the sender").nullable().optional(),
39
+ receiver_email_normalized: z.string().describe("Normalized email of the receiver").nullable().optional()
40
+ }).describe("Response model for the updated push object.")
41
+ });
42
+ //#endregion
43
+ export { pushbulletUpdatePush };
44
+
45
+ //# sourceMappingURL=update-push.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-push.mjs","names":[],"sources":["../../src/actions/update-push.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletUpdatePushInput: z.ZodTypeAny = z.object({\n iden: z.string().describe(\"Unique identifier of the push to update\"),\n items: z.array(z.object({\n text: z.string().describe(\"Text of the list item\"),\n checked: z.boolean().describe(\"Whether the list item is checked\"),\n}).describe(\"Model for a single list item in a list-style push.\")).describe(\"List of items to update for list-style pushes\").optional(),\n dismissed: z.boolean().describe(\"Set to true to mark the push as dismissed (hides notifications)\").optional(),\n}).describe(\"Request model for updating an existing push.\");\nexport const PushbulletUpdatePushOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for link pushes (if any)\").nullable().optional(),\n body: z.string().describe(\"Body text of the push (if any)\").nullable().optional(),\n iden: z.string().describe(\"Unique identifier of the push\"),\n type: z.string().describe(\"Type of the push (e.g., 'note', 'link', 'file', 'list')\"),\n title: z.string().describe(\"Title of the push (if any)\").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 the file for file pushes (if any)\").nullable().optional(),\n modified: z.number().describe(\"Last modified timestamp (seconds since epoch)\"),\n direction: z.string().describe(\"Direction of the push (e.g., 'self', 'incoming')\"),\n dismissed: z.boolean().describe(\"True if the push has been dismissed\"),\n file_name: z.string().describe(\"Filename for file pushes (if any)\").nullable().optional(),\n file_type: z.string().describe(\"MIME type for file pushes (if any)\").nullable().optional(),\n image_url: z.string().describe(\"URL of image previews (if any)\").nullable().optional(),\n channel_tag: z.string().describe(\"Channel tag for channel pushes\").nullable().optional(),\n client_iden: z.string().describe(\"Identifier of the client\").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().optional(),\n receiver_email: z.string().describe(\"Email of the receiver\").nullable().optional(),\n source_device_iden: z.string().describe(\"Identifier of the source device\").nullable().optional(),\n target_device_iden: z.string().describe(\"Identifier of the target device\").nullable().optional(),\n sender_email_normalized: z.string().describe(\"Normalized email of the sender\").nullable().optional(),\n receiver_email_normalized: z.string().describe(\"Normalized email of the receiver\").nullable().optional(),\n}).describe(\"Response model for the updated push object.\");\n\nexport const pushbulletUpdatePush = action(\"PUSHBULLET_UPDATE_PUSH\", {\n slug: \"pushbullet-update-push\",\n name: \"Update Push\",\n description: \"Tool to update a push (dismiss or modify list items) by its identifier. Use when marking a push as dismissed or updating list push items.\",\n input: PushbulletUpdatePushInput,\n output: PushbulletUpdatePushOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/upload-request.ts
4
+ const PushbulletUploadRequestInput = zod.z.object({
5
+ file_name: zod.z.string().describe("Name of the file to upload. Example: 'photo.jpg'"),
6
+ file_type: zod.z.string().describe("MIME type of the file. Example: 'image/jpeg'")
7
+ }).describe("Request model for obtaining a signed upload URL for a file.");
8
+ const PushbulletUploadRequest_UploadRequestDataSchema = zod.z.object({
9
+ acl: zod.z.string().describe("S3 ACL for the uploaded object.").nullable().optional(),
10
+ key: zod.z.string().describe("S3 object key (path) for the file.").nullable().optional(),
11
+ policy: zod.z.string().describe("Base64-encoded policy document for the upload.").nullable().optional(),
12
+ signature: zod.z.string().describe("AWS signature for the upload request.").nullable().optional(),
13
+ "content-type": zod.z.string().describe("Content-Type for the uploaded file.").nullable().optional(),
14
+ awsaccesskeyid: zod.z.string().describe("AWS access key ID for S3 upload.").nullable().optional()
15
+ }).passthrough().describe("Form data required to upload the file to S3 (deprecated, may not be present).");
16
+ const PushbulletUploadRequestOutput = zod.z.object({
17
+ data: PushbulletUploadRequest_UploadRequestDataSchema.nullable().optional(),
18
+ file_url: zod.z.string().describe("URL where the file will be accessible after upload."),
19
+ file_name: zod.z.string().describe("Name of the file."),
20
+ file_type: zod.z.string().describe("MIME type of the file."),
21
+ upload_url: zod.z.string().describe("Signed URL for uploading the file.")
22
+ }).describe("Response model containing signed upload URLs and form data.");
23
+ const pushbulletUploadRequest = require_action.action("PUSHBULLET_UPLOAD_REQUEST", {
24
+ slug: "pushbullet-upload-request",
25
+ name: "Upload Request",
26
+ description: "Tool to obtain a signed upload URL for a file before pushing. Use when you need to upload file content via the signed S3 form data.",
27
+ input: PushbulletUploadRequestInput,
28
+ output: PushbulletUploadRequestOutput
29
+ });
30
+ //#endregion
31
+ exports.pushbulletUploadRequest = pushbulletUploadRequest;
32
+
33
+ //# sourceMappingURL=upload-request.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-request.cjs","names":["z","action"],"sources":["../../src/actions/upload-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletUploadRequestInput: z.ZodTypeAny = z.object({\n file_name: z.string().describe(\"Name of the file to upload. Example: 'photo.jpg'\"),\n file_type: z.string().describe(\"MIME type of the file. Example: 'image/jpeg'\"),\n}).describe(\"Request model for obtaining a signed upload URL for a file.\");\nconst PushbulletUploadRequest_UploadRequestDataSchema: z.ZodTypeAny = z.object({\n acl: z.string().describe(\"S3 ACL for the uploaded object.\").nullable().optional(),\n key: z.string().describe(\"S3 object key (path) for the file.\").nullable().optional(),\n policy: z.string().describe(\"Base64-encoded policy document for the upload.\").nullable().optional(),\n signature: z.string().describe(\"AWS signature for the upload request.\").nullable().optional(),\n \"content-type\": z.string().describe(\"Content-Type for the uploaded file.\").nullable().optional(),\n awsaccesskeyid: z.string().describe(\"AWS access key ID for S3 upload.\").nullable().optional(),\n}).passthrough().describe(\"Form data required to upload the file to S3 (deprecated, may not be present).\");\nexport const PushbulletUploadRequestOutput: z.ZodTypeAny = z.object({\n data: PushbulletUploadRequest_UploadRequestDataSchema.nullable().optional(),\n file_url: z.string().describe(\"URL where the file will be accessible after upload.\"),\n file_name: z.string().describe(\"Name of the file.\"),\n file_type: z.string().describe(\"MIME type of the file.\"),\n upload_url: z.string().describe(\"Signed URL for uploading the file.\"),\n}).describe(\"Response model containing signed upload URLs and form data.\");\n\nexport const pushbulletUploadRequest = action(\"PUSHBULLET_UPLOAD_REQUEST\", {\n slug: \"pushbullet-upload-request\",\n name: \"Upload Request\",\n description: \"Tool to obtain a signed upload URL for a file before pushing. Use when you need to upload file content via the signed S3 form data.\",\n input: PushbulletUploadRequestInput,\n output: PushbulletUploadRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC/E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+EAA+E;AACzG,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAM,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAClD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACvD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACtE,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/upload-request.d.ts
4
+ declare const PushbulletUploadRequestInput: z.ZodTypeAny;
5
+ declare const PushbulletUploadRequestOutput: z.ZodTypeAny;
6
+ declare const pushbulletUploadRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pushbulletUploadRequest };
9
+ //# sourceMappingURL=upload-request.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-request.d.cts","names":[],"sources":["../../src/actions/upload-request.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG6B;AAAA,cAS7D,6BAAA,EAA+B,CAAA,CAAE,UAM4B;AAAA,cAE7D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/upload-request.d.ts
4
+ declare const PushbulletUploadRequestInput: z.ZodTypeAny;
5
+ declare const PushbulletUploadRequestOutput: z.ZodTypeAny;
6
+ declare const pushbulletUploadRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pushbulletUploadRequest };
9
+ //# sourceMappingURL=upload-request.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-request.d.mts","names":[],"sources":["../../src/actions/upload-request.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG6B;AAAA,cAS7D,6BAAA,EAA+B,CAAA,CAAE,UAM4B;AAAA,cAE7D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/upload-request.ts
4
+ const PushbulletUploadRequestInput = z.object({
5
+ file_name: z.string().describe("Name of the file to upload. Example: 'photo.jpg'"),
6
+ file_type: z.string().describe("MIME type of the file. Example: 'image/jpeg'")
7
+ }).describe("Request model for obtaining a signed upload URL for a file.");
8
+ const PushbulletUploadRequest_UploadRequestDataSchema = z.object({
9
+ acl: z.string().describe("S3 ACL for the uploaded object.").nullable().optional(),
10
+ key: z.string().describe("S3 object key (path) for the file.").nullable().optional(),
11
+ policy: z.string().describe("Base64-encoded policy document for the upload.").nullable().optional(),
12
+ signature: z.string().describe("AWS signature for the upload request.").nullable().optional(),
13
+ "content-type": z.string().describe("Content-Type for the uploaded file.").nullable().optional(),
14
+ awsaccesskeyid: z.string().describe("AWS access key ID for S3 upload.").nullable().optional()
15
+ }).passthrough().describe("Form data required to upload the file to S3 (deprecated, may not be present).");
16
+ const pushbulletUploadRequest = action("PUSHBULLET_UPLOAD_REQUEST", {
17
+ slug: "pushbullet-upload-request",
18
+ name: "Upload Request",
19
+ description: "Tool to obtain a signed upload URL for a file before pushing. Use when you need to upload file content via the signed S3 form data.",
20
+ input: PushbulletUploadRequestInput,
21
+ output: z.object({
22
+ data: PushbulletUploadRequest_UploadRequestDataSchema.nullable().optional(),
23
+ file_url: z.string().describe("URL where the file will be accessible after upload."),
24
+ file_name: z.string().describe("Name of the file."),
25
+ file_type: z.string().describe("MIME type of the file."),
26
+ upload_url: z.string().describe("Signed URL for uploading the file.")
27
+ }).describe("Response model containing signed upload URLs and form data.")
28
+ });
29
+ //#endregion
30
+ export { pushbulletUploadRequest };
31
+
32
+ //# sourceMappingURL=upload-request.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-request.mjs","names":[],"sources":["../../src/actions/upload-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletUploadRequestInput: z.ZodTypeAny = z.object({\n file_name: z.string().describe(\"Name of the file to upload. Example: 'photo.jpg'\"),\n file_type: z.string().describe(\"MIME type of the file. Example: 'image/jpeg'\"),\n}).describe(\"Request model for obtaining a signed upload URL for a file.\");\nconst PushbulletUploadRequest_UploadRequestDataSchema: z.ZodTypeAny = z.object({\n acl: z.string().describe(\"S3 ACL for the uploaded object.\").nullable().optional(),\n key: z.string().describe(\"S3 object key (path) for the file.\").nullable().optional(),\n policy: z.string().describe(\"Base64-encoded policy document for the upload.\").nullable().optional(),\n signature: z.string().describe(\"AWS signature for the upload request.\").nullable().optional(),\n \"content-type\": z.string().describe(\"Content-Type for the uploaded file.\").nullable().optional(),\n awsaccesskeyid: z.string().describe(\"AWS access key ID for S3 upload.\").nullable().optional(),\n}).passthrough().describe(\"Form data required to upload the file to S3 (deprecated, may not be present).\");\nexport const PushbulletUploadRequestOutput: z.ZodTypeAny = z.object({\n data: PushbulletUploadRequest_UploadRequestDataSchema.nullable().optional(),\n file_url: z.string().describe(\"URL where the file will be accessible after upload.\"),\n file_name: z.string().describe(\"Name of the file.\"),\n file_type: z.string().describe(\"MIME type of the file.\"),\n upload_url: z.string().describe(\"Signed URL for uploading the file.\"),\n}).describe(\"Response model containing signed upload URLs and form data.\");\n\nexport const pushbulletUploadRequest = action(\"PUSHBULLET_UPLOAD_REQUEST\", {\n slug: \"pushbullet-upload-request\",\n name: \"Upload Request\",\n description: \"Tool to obtain a signed upload URL for a file before pushing. Use when you need to upload file content via the signed S3 form data.\",\n input: PushbulletUploadRequestInput,\n output: PushbulletUploadRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC/E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,kDAAgE,EAAE,OAAO;CAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+EAA+E;AASzG,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbyD,EAAE,OAAO;EAClE,MAAM,gDAAgD,SAAS,CAAC,CAAC,SAAS;EAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;EAClD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EACvD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const pushbullet = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "pushbullet",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.pushbullet = pushbullet;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pushbullet = defineApp({\n slug: \"pushbullet\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,cAAA,uCAAA,CAAA,CAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const pushbullet: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { pushbullet };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const pushbullet: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { pushbullet };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const pushbullet = defineApp({
4
+ slug: "pushbullet",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { pushbullet };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pushbullet = defineApp({\n slug: \"pushbullet\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const pushbulletCatalog = {
4
+ "slug": "pushbullet",
5
+ "name": "Pushbullet",
6
+ "description": "Pushbullet enables seamless sharing of notifications and files across devices.",
7
+ "category": "Notifications",
8
+ "logo": "https://logos.composio.dev/api/pushbullet",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.pushbulletCatalog = pushbulletCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushbulletCatalog = {\n \"slug\": \"pushbullet\",\n \"name\": \"Pushbullet\",\n \"description\": \"Pushbullet enables seamless sharing of notifications and files across devices.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/pushbullet\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const pushbulletCatalog: {
4
+ readonly slug: "pushbullet";
5
+ readonly name: "Pushbullet";
6
+ readonly description: "Pushbullet enables seamless sharing of notifications and files across devices.";
7
+ readonly category: "Notifications";
8
+ readonly logo: "https://logos.composio.dev/api/pushbullet";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { pushbulletCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const pushbulletCatalog: {
4
+ readonly slug: "pushbullet";
5
+ readonly name: "Pushbullet";
6
+ readonly description: "Pushbullet enables seamless sharing of notifications and files across devices.";
7
+ readonly category: "Notifications";
8
+ readonly logo: "https://logos.composio.dev/api/pushbullet";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { pushbulletCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const pushbulletCatalog = {
4
+ "slug": "pushbullet",
5
+ "name": "Pushbullet",
6
+ "description": "Pushbullet enables seamless sharing of notifications and files across devices.",
7
+ "category": "Notifications",
8
+ "logo": "https://logos.composio.dev/api/pushbullet",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { pushbulletCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushbulletCatalog = {\n \"slug\": \"pushbullet\",\n \"name\": \"Pushbullet\",\n \"description\": \"Pushbullet enables seamless sharing of notifications and files across devices.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/pushbullet\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "pushbullet";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executePushbulletTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executePushbulletTool = executePushbulletTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"pushbullet\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePushbulletTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "pushbullet";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executePushbulletTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executePushbulletTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"pushbullet\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePushbulletTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,36 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_create_chat = require("./actions/create-chat.cjs");
5
+ const require_create_device = require("./actions/create-device.cjs");
6
+ const require_create_push = require("./actions/create-push.cjs");
7
+ const require_delete_all_pushes = require("./actions/delete-all-pushes.cjs");
8
+ const require_delete_chat = require("./actions/delete-chat.cjs");
9
+ const require_delete_device = require("./actions/delete-device.cjs");
10
+ const require_delete_push = require("./actions/delete-push.cjs");
11
+ const require_get_user = require("./actions/get-user.cjs");
12
+ const require_list_chats = require("./actions/list-chats.cjs");
13
+ const require_list_devices = require("./actions/list-devices.cjs");
14
+ const require_list_pushes = require("./actions/list-pushes.cjs");
15
+ const require_update_chat = require("./actions/update-chat.cjs");
16
+ const require_update_device = require("./actions/update-device.cjs");
17
+ const require_update_push = require("./actions/update-push.cjs");
18
+ const require_upload_request = require("./actions/upload-request.cjs");
19
+ require("./actions/index.cjs");
20
+ exports.pushbullet = require_app.pushbullet;
21
+ exports.pushbulletCatalog = require_catalog.pushbulletCatalog;
22
+ exports.pushbulletCreateChat = require_create_chat.pushbulletCreateChat;
23
+ exports.pushbulletCreateDevice = require_create_device.pushbulletCreateDevice;
24
+ exports.pushbulletCreatePush = require_create_push.pushbulletCreatePush;
25
+ exports.pushbulletDeleteAllPushes = require_delete_all_pushes.pushbulletDeleteAllPushes;
26
+ exports.pushbulletDeleteChat = require_delete_chat.pushbulletDeleteChat;
27
+ exports.pushbulletDeleteDevice = require_delete_device.pushbulletDeleteDevice;
28
+ exports.pushbulletDeletePush = require_delete_push.pushbulletDeletePush;
29
+ exports.pushbulletGetUser = require_get_user.pushbulletGetUser;
30
+ exports.pushbulletListChats = require_list_chats.pushbulletListChats;
31
+ exports.pushbulletListDevices = require_list_devices.pushbulletListDevices;
32
+ exports.pushbulletListPushes = require_list_pushes.pushbulletListPushes;
33
+ exports.pushbulletUpdateChat = require_update_chat.pushbulletUpdateChat;
34
+ exports.pushbulletUpdateDevice = require_update_device.pushbulletUpdateDevice;
35
+ exports.pushbulletUpdatePush = require_update_push.pushbulletUpdatePush;
36
+ exports.pushbulletUploadRequest = require_upload_request.pushbulletUploadRequest;
@@ -0,0 +1,18 @@
1
+ import { pushbulletCreateChat } from "./actions/create-chat.cjs";
2
+ import { pushbulletCreateDevice } from "./actions/create-device.cjs";
3
+ import { pushbulletCreatePush } from "./actions/create-push.cjs";
4
+ import { pushbulletDeleteAllPushes } from "./actions/delete-all-pushes.cjs";
5
+ import { pushbulletDeleteChat } from "./actions/delete-chat.cjs";
6
+ import { pushbulletDeleteDevice } from "./actions/delete-device.cjs";
7
+ import { pushbulletDeletePush } from "./actions/delete-push.cjs";
8
+ import { pushbulletGetUser } from "./actions/get-user.cjs";
9
+ import { pushbulletListChats } from "./actions/list-chats.cjs";
10
+ import { pushbulletListDevices } from "./actions/list-devices.cjs";
11
+ import { pushbulletListPushes } from "./actions/list-pushes.cjs";
12
+ import { pushbulletUpdateChat } from "./actions/update-chat.cjs";
13
+ import { pushbulletUpdateDevice } from "./actions/update-device.cjs";
14
+ import { pushbulletUpdatePush } from "./actions/update-push.cjs";
15
+ import { pushbulletUploadRequest } from "./actions/upload-request.cjs";
16
+ import { pushbullet } from "./app.cjs";
17
+ import { pushbulletCatalog } from "./catalog.cjs";
18
+ export { pushbullet, pushbulletCatalog, pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
@@ -0,0 +1,18 @@
1
+ import { pushbulletCreateChat } from "./actions/create-chat.mjs";
2
+ import { pushbulletCreateDevice } from "./actions/create-device.mjs";
3
+ import { pushbulletCreatePush } from "./actions/create-push.mjs";
4
+ import { pushbulletDeleteAllPushes } from "./actions/delete-all-pushes.mjs";
5
+ import { pushbulletDeleteChat } from "./actions/delete-chat.mjs";
6
+ import { pushbulletDeleteDevice } from "./actions/delete-device.mjs";
7
+ import { pushbulletDeletePush } from "./actions/delete-push.mjs";
8
+ import { pushbulletGetUser } from "./actions/get-user.mjs";
9
+ import { pushbulletListChats } from "./actions/list-chats.mjs";
10
+ import { pushbulletListDevices } from "./actions/list-devices.mjs";
11
+ import { pushbulletListPushes } from "./actions/list-pushes.mjs";
12
+ import { pushbulletUpdateChat } from "./actions/update-chat.mjs";
13
+ import { pushbulletUpdateDevice } from "./actions/update-device.mjs";
14
+ import { pushbulletUpdatePush } from "./actions/update-push.mjs";
15
+ import { pushbulletUploadRequest } from "./actions/upload-request.mjs";
16
+ import { pushbullet } from "./app.mjs";
17
+ import { pushbulletCatalog } from "./catalog.mjs";
18
+ export { pushbullet, pushbulletCatalog, pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
package/dist/index.mjs ADDED
@@ -0,0 +1,19 @@
1
+ import { pushbullet } from "./app.mjs";
2
+ import { pushbulletCatalog } from "./catalog.mjs";
3
+ import { pushbulletCreateChat } from "./actions/create-chat.mjs";
4
+ import { pushbulletCreateDevice } from "./actions/create-device.mjs";
5
+ import { pushbulletCreatePush } from "./actions/create-push.mjs";
6
+ import { pushbulletDeleteAllPushes } from "./actions/delete-all-pushes.mjs";
7
+ import { pushbulletDeleteChat } from "./actions/delete-chat.mjs";
8
+ import { pushbulletDeleteDevice } from "./actions/delete-device.mjs";
9
+ import { pushbulletDeletePush } from "./actions/delete-push.mjs";
10
+ import { pushbulletGetUser } from "./actions/get-user.mjs";
11
+ import { pushbulletListChats } from "./actions/list-chats.mjs";
12
+ import { pushbulletListDevices } from "./actions/list-devices.mjs";
13
+ import { pushbulletListPushes } from "./actions/list-pushes.mjs";
14
+ import { pushbulletUpdateChat } from "./actions/update-chat.mjs";
15
+ import { pushbulletUpdateDevice } from "./actions/update-device.mjs";
16
+ import { pushbulletUpdatePush } from "./actions/update-push.mjs";
17
+ import { pushbulletUploadRequest } from "./actions/upload-request.mjs";
18
+ import "./actions/index.mjs";
19
+ export { pushbullet, pushbulletCatalog, pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/pushbullet",
3
+ "version": "0.1.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/keystrokehq/keystroke.git",
11
+ "directory": "packages/integrations/pushbullet"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "sideEffects": false,
17
+ "type": "module",
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.mts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.mts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ },
27
+ "./actions": {
28
+ "types": "./dist/actions/index.d.mts",
29
+ "import": "./dist/actions/index.mjs",
30
+ "require": "./dist/actions/index.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "@keystrokehq/keystroke": "^0.1.4",
35
+ "zod": "^4.4.3"
36
+ },
37
+ "devDependencies": {
38
+ "@keystrokehq/keystroke": "link:../../keystroke",
39
+ "@types/node": "^25.9.1",
40
+ "tsdown": "^0.22.0",
41
+ "typescript": "^6.0.3",
42
+ "zod": "^4.4.3"
43
+ },
44
+ "scripts": {
45
+ "build": "tsdown",
46
+ "dev": "tsdown --watch --no-clean",
47
+ "typecheck": "tsc --noEmit"
48
+ }
49
+ }