@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,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-chat.ts
4
+ const PushbulletDeleteChatInput = zod.z.object({ iden: zod.z.string().describe("The unique identifier of the chat to delete.") }).describe("Request parameters for deleting a Pushbullet chat.");
5
+ const PushbulletDeleteChatOutput = zod.z.object({}).describe("Response schema for deleting a Pushbullet chat.\nThe API returns an empty JSON object on success.");
6
+ const pushbulletDeleteChat = require_action.action("PUSHBULLET_DELETE_CHAT", {
7
+ slug: "pushbullet-delete-chat",
8
+ name: "Delete Chat",
9
+ 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.",
10
+ input: PushbulletDeleteChatInput,
11
+ output: PushbulletDeleteChatOutput
12
+ });
13
+ //#endregion
14
+ exports.pushbulletDeleteChat = pushbulletDeleteChat;
15
+
16
+ //# sourceMappingURL=delete-chat.cjs.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeleteChat };
9
+ //# sourceMappingURL=delete-chat.d.cts.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeleteChat };
9
+ //# sourceMappingURL=delete-chat.d.mts.map
@@ -0,0 +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"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pushbulletDeleteChat = action("PUSHBULLET_DELETE_CHAT", {
4
+ slug: "pushbullet-delete-chat",
5
+ name: "Delete Chat",
6
+ 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.",
7
+ input: z.object({ iden: z.string().describe("The unique identifier of the chat to delete.") }).describe("Request parameters for deleting a Pushbullet chat."),
8
+ output: z.object({}).describe("Response schema for deleting a Pushbullet chat.\nThe API returns an empty JSON object on success.")
9
+ });
10
+ //#endregion
11
+ export { pushbulletDeleteChat };
12
+
13
+ //# sourceMappingURL=delete-chat.mjs.map
@@ -0,0 +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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-device.ts
4
+ const PushbulletDeleteDeviceInput = zod.z.object({ device_iden: zod.z.string().describe("The unique identifier of the device to delete.") }).describe("Request parameters for deleting a Pushbullet device.");
5
+ const PushbulletDeleteDeviceOutput = zod.z.object({}).describe("Response schema for deleting a Pushbullet device.\nThe API returns an empty JSON object on success.");
6
+ const pushbulletDeleteDevice = require_action.action("PUSHBULLET_DELETE_DEVICE", {
7
+ slug: "pushbullet-delete-device",
8
+ name: "Delete Pushbullet Device",
9
+ 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.",
10
+ input: PushbulletDeleteDeviceInput,
11
+ output: PushbulletDeleteDeviceOutput
12
+ });
13
+ //#endregion
14
+ exports.pushbulletDeleteDevice = pushbulletDeleteDevice;
15
+
16
+ //# sourceMappingURL=delete-device.cjs.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeleteDevice };
9
+ //# sourceMappingURL=delete-device.d.cts.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeleteDevice };
9
+ //# sourceMappingURL=delete-device.d.mts.map
@@ -0,0 +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"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pushbulletDeleteDevice = action("PUSHBULLET_DELETE_DEVICE", {
4
+ slug: "pushbullet-delete-device",
5
+ name: "Delete Pushbullet Device",
6
+ 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.",
7
+ input: z.object({ device_iden: z.string().describe("The unique identifier of the device to delete.") }).describe("Request parameters for deleting a Pushbullet device."),
8
+ output: z.object({}).describe("Response schema for deleting a Pushbullet device.\nThe API returns an empty JSON object on success.")
9
+ });
10
+ //#endregion
11
+ export { pushbulletDeleteDevice };
12
+
13
+ //# sourceMappingURL=delete-device.mjs.map
@@ -0,0 +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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-push.ts
4
+ const PushbulletDeletePushInput = zod.z.object({ iden: zod.z.string().describe("Identifier of the push to delete") }).describe("Request parameters for deleting a Pushbullet push.");
5
+ const PushbulletDeletePushOutput = zod.z.object({}).describe("Response schema for deleting a Pushbullet push. Expects an empty JSON object.");
6
+ const pushbulletDeletePush = require_action.action("PUSHBULLET_DELETE_PUSH", {
7
+ slug: "pushbullet-delete-push",
8
+ name: "Delete Push",
9
+ description: "Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.",
10
+ input: PushbulletDeletePushInput,
11
+ output: PushbulletDeletePushOutput
12
+ });
13
+ //#endregion
14
+ exports.pushbulletDeletePush = pushbulletDeletePush;
15
+
16
+ //# sourceMappingURL=delete-push.cjs.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeletePush };
9
+ //# sourceMappingURL=delete-push.d.cts.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletDeletePush };
9
+ //# sourceMappingURL=delete-push.d.mts.map
@@ -0,0 +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"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pushbulletDeletePush = action("PUSHBULLET_DELETE_PUSH", {
4
+ slug: "pushbullet-delete-push",
5
+ name: "Delete Push",
6
+ description: "Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.",
7
+ input: z.object({ iden: z.string().describe("Identifier of the push to delete") }).describe("Request parameters for deleting a Pushbullet push."),
8
+ output: z.object({}).describe("Response schema for deleting a Pushbullet push. Expects an empty JSON object.")
9
+ });
10
+ //#endregion
11
+ export { pushbulletDeletePush };
12
+
13
+ //# sourceMappingURL=delete-push.mjs.map
@@ -0,0 +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"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-user.ts
4
+ const PushbulletGetUserInput = zod.z.object({}).describe("No parameters needed to retrieve the current user's profile.");
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"),
12
+ referrer_iden: zod.z.string().describe("User iden of the user who referred this user").nullable().optional(),
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")
16
+ }).describe("Response model for the current user's profile.");
17
+ const pushbulletGetUser = require_action.action("PUSHBULLET_GET_USER", {
18
+ slug: "pushbullet-get-user",
19
+ name: "Get current user",
20
+ 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.",
21
+ input: PushbulletGetUserInput,
22
+ output: PushbulletGetUserOutput
23
+ });
24
+ //#endregion
25
+ exports.pushbulletGetUser = pushbulletGetUser;
26
+
27
+ //# sourceMappingURL=get-user.cjs.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletGetUser };
9
+ //# sourceMappingURL=get-user.d.cts.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletGetUser };
9
+ //# sourceMappingURL=get-user.d.mts.map
@@ -0,0 +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"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pushbulletGetUser = action("PUSHBULLET_GET_USER", {
4
+ slug: "pushbullet-get-user",
5
+ name: "Get current user",
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
+ input: z.object({}).describe("No parameters needed to retrieve the current user's profile."),
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"),
15
+ referrer_iden: z.string().describe("User iden of the user who referred this user").nullable().optional(),
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")
19
+ }).describe("Response model for the current user's profile.")
20
+ });
21
+ //#endregion
22
+ export { pushbulletGetUser };
23
+
24
+ //# sourceMappingURL=get-user.mjs.map
@@ -0,0 +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"}
@@ -0,0 +1,31 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_chat = require("./create-chat.cjs");
3
+ const require_create_device = require("./create-device.cjs");
4
+ const require_create_push = require("./create-push.cjs");
5
+ const require_delete_all_pushes = require("./delete-all-pushes.cjs");
6
+ const require_delete_chat = require("./delete-chat.cjs");
7
+ const require_delete_device = require("./delete-device.cjs");
8
+ const require_delete_push = require("./delete-push.cjs");
9
+ const require_get_user = require("./get-user.cjs");
10
+ const require_list_chats = require("./list-chats.cjs");
11
+ const require_list_devices = require("./list-devices.cjs");
12
+ const require_list_pushes = require("./list-pushes.cjs");
13
+ const require_update_chat = require("./update-chat.cjs");
14
+ const require_update_device = require("./update-device.cjs");
15
+ const require_update_push = require("./update-push.cjs");
16
+ const require_upload_request = require("./upload-request.cjs");
17
+ exports.pushbulletCreateChat = require_create_chat.pushbulletCreateChat;
18
+ exports.pushbulletCreateDevice = require_create_device.pushbulletCreateDevice;
19
+ exports.pushbulletCreatePush = require_create_push.pushbulletCreatePush;
20
+ exports.pushbulletDeleteAllPushes = require_delete_all_pushes.pushbulletDeleteAllPushes;
21
+ exports.pushbulletDeleteChat = require_delete_chat.pushbulletDeleteChat;
22
+ exports.pushbulletDeleteDevice = require_delete_device.pushbulletDeleteDevice;
23
+ exports.pushbulletDeletePush = require_delete_push.pushbulletDeletePush;
24
+ exports.pushbulletGetUser = require_get_user.pushbulletGetUser;
25
+ exports.pushbulletListChats = require_list_chats.pushbulletListChats;
26
+ exports.pushbulletListDevices = require_list_devices.pushbulletListDevices;
27
+ exports.pushbulletListPushes = require_list_pushes.pushbulletListPushes;
28
+ exports.pushbulletUpdateChat = require_update_chat.pushbulletUpdateChat;
29
+ exports.pushbulletUpdateDevice = require_update_device.pushbulletUpdateDevice;
30
+ exports.pushbulletUpdatePush = require_update_push.pushbulletUpdatePush;
31
+ exports.pushbulletUploadRequest = require_upload_request.pushbulletUploadRequest;
@@ -0,0 +1,16 @@
1
+ import { pushbulletCreateChat } from "./create-chat.cjs";
2
+ import { pushbulletCreateDevice } from "./create-device.cjs";
3
+ import { pushbulletCreatePush } from "./create-push.cjs";
4
+ import { pushbulletDeleteAllPushes } from "./delete-all-pushes.cjs";
5
+ import { pushbulletDeleteChat } from "./delete-chat.cjs";
6
+ import { pushbulletDeleteDevice } from "./delete-device.cjs";
7
+ import { pushbulletDeletePush } from "./delete-push.cjs";
8
+ import { pushbulletGetUser } from "./get-user.cjs";
9
+ import { pushbulletListChats } from "./list-chats.cjs";
10
+ import { pushbulletListDevices } from "./list-devices.cjs";
11
+ import { pushbulletListPushes } from "./list-pushes.cjs";
12
+ import { pushbulletUpdateChat } from "./update-chat.cjs";
13
+ import { pushbulletUpdateDevice } from "./update-device.cjs";
14
+ import { pushbulletUpdatePush } from "./update-push.cjs";
15
+ import { pushbulletUploadRequest } from "./upload-request.cjs";
16
+ export { pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
@@ -0,0 +1,16 @@
1
+ import { pushbulletCreateChat } from "./create-chat.mjs";
2
+ import { pushbulletCreateDevice } from "./create-device.mjs";
3
+ import { pushbulletCreatePush } from "./create-push.mjs";
4
+ import { pushbulletDeleteAllPushes } from "./delete-all-pushes.mjs";
5
+ import { pushbulletDeleteChat } from "./delete-chat.mjs";
6
+ import { pushbulletDeleteDevice } from "./delete-device.mjs";
7
+ import { pushbulletDeletePush } from "./delete-push.mjs";
8
+ import { pushbulletGetUser } from "./get-user.mjs";
9
+ import { pushbulletListChats } from "./list-chats.mjs";
10
+ import { pushbulletListDevices } from "./list-devices.mjs";
11
+ import { pushbulletListPushes } from "./list-pushes.mjs";
12
+ import { pushbulletUpdateChat } from "./update-chat.mjs";
13
+ import { pushbulletUpdateDevice } from "./update-device.mjs";
14
+ import { pushbulletUpdatePush } from "./update-push.mjs";
15
+ import { pushbulletUploadRequest } from "./upload-request.mjs";
16
+ export { pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
@@ -0,0 +1,16 @@
1
+ import { pushbulletCreateChat } from "./create-chat.mjs";
2
+ import { pushbulletCreateDevice } from "./create-device.mjs";
3
+ import { pushbulletCreatePush } from "./create-push.mjs";
4
+ import { pushbulletDeleteAllPushes } from "./delete-all-pushes.mjs";
5
+ import { pushbulletDeleteChat } from "./delete-chat.mjs";
6
+ import { pushbulletDeleteDevice } from "./delete-device.mjs";
7
+ import { pushbulletDeletePush } from "./delete-push.mjs";
8
+ import { pushbulletGetUser } from "./get-user.mjs";
9
+ import { pushbulletListChats } from "./list-chats.mjs";
10
+ import { pushbulletListDevices } from "./list-devices.mjs";
11
+ import { pushbulletListPushes } from "./list-pushes.mjs";
12
+ import { pushbulletUpdateChat } from "./update-chat.mjs";
13
+ import { pushbulletUpdateDevice } from "./update-device.mjs";
14
+ import { pushbulletUpdatePush } from "./update-push.mjs";
15
+ import { pushbulletUploadRequest } from "./upload-request.mjs";
16
+ export { pushbulletCreateChat, pushbulletCreateDevice, pushbulletCreatePush, pushbulletDeleteAllPushes, pushbulletDeleteChat, pushbulletDeleteDevice, pushbulletDeletePush, pushbulletGetUser, pushbulletListChats, pushbulletListDevices, pushbulletListPushes, pushbulletUpdateChat, pushbulletUpdateDevice, pushbulletUpdatePush, pushbulletUploadRequest };
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-chats.ts
4
+ const PushbulletListChatsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of chats to return (max 500).").optional(),
6
+ cursor: zod.z.string().describe("Cursor for pagination to fetch the next page of chats.").optional()
7
+ }).describe("Request model for listing chats with optional pagination.");
8
+ const PushbulletListChats_ChatWithSchema = zod.z.object({
9
+ iden: zod.z.string().describe("Identifier of the chat participant").nullable().optional(),
10
+ name: zod.z.string().describe("Display name of the chat participant").nullable().optional(),
11
+ type: zod.z.enum(["email", "user"]).describe("Type of the chat participant: 'email' or 'user'").nullable().optional(),
12
+ email: zod.z.string().describe("Email address of the chat participant").nullable().optional(),
13
+ image_url: zod.z.string().describe("Avatar URL for this chat participant").nullable().optional(),
14
+ email_normalized: zod.z.string().describe("Canonical email address of the chat participant").nullable().optional()
15
+ }).describe("Represents the other participant in a chat.");
16
+ const PushbulletListChats_ChatSchema = zod.z.object({
17
+ iden: zod.z.string().describe("Unique identifier for this chat"),
18
+ "with": PushbulletListChats_ChatWithSchema.nullable().optional(),
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")
23
+ }).describe("A single chat thread object.");
24
+ const PushbulletListChatsOutput = zod.z.object({
25
+ chats: zod.z.array(PushbulletListChats_ChatSchema).describe("List of chat objects ordered with most recently modified first"),
26
+ cursor: zod.z.string().describe("Cursor for fetching the next page of results, if present.").nullable().optional()
27
+ }).describe("Response model for listing chats.");
28
+ const pushbulletListChats = require_action.action("PUSHBULLET_LIST_CHATS", {
29
+ slug: "pushbullet-list-chats",
30
+ name: "List Chats",
31
+ 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.",
32
+ input: PushbulletListChatsInput,
33
+ output: PushbulletListChatsOutput
34
+ });
35
+ //#endregion
36
+ exports.pushbulletListChats = pushbulletListChats;
37
+
38
+ //# sourceMappingURL=list-chats.cjs.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletListChats };
9
+ //# sourceMappingURL=list-chats.d.cts.map
@@ -0,0 +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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
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]>;
7
+ //#endregion
8
+ export { pushbulletListChats };
9
+ //# sourceMappingURL=list-chats.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chats.d.mts","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"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-chats.ts
4
+ const PushbulletListChatsInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of chats to return (max 500).").optional(),
6
+ cursor: z.string().describe("Cursor for pagination to fetch the next page of chats.").optional()
7
+ }).describe("Request model for listing chats with optional pagination.");
8
+ const PushbulletListChats_ChatWithSchema = z.object({
9
+ iden: z.string().describe("Identifier of the chat participant").nullable().optional(),
10
+ name: z.string().describe("Display name of the chat participant").nullable().optional(),
11
+ type: z.enum(["email", "user"]).describe("Type of the chat participant: 'email' or 'user'").nullable().optional(),
12
+ email: z.string().describe("Email address of the chat participant").nullable().optional(),
13
+ image_url: z.string().describe("Avatar URL for this chat participant").nullable().optional(),
14
+ email_normalized: z.string().describe("Canonical email address of the chat participant").nullable().optional()
15
+ }).describe("Represents the other participant in a chat.");
16
+ const PushbulletListChats_ChatSchema = z.object({
17
+ iden: z.string().describe("Unique identifier for this chat"),
18
+ "with": PushbulletListChats_ChatWithSchema.nullable().optional(),
19
+ muted: z.boolean().describe("True if notifications for this chat are muted. May be absent for deleted chats.").nullable().optional(),
20
+ active: z.boolean().describe("False if this chat has been deleted"),
21
+ created: z.number().describe("Creation time in UNIX seconds"),
22
+ modified: z.number().describe("Last modified time in UNIX seconds")
23
+ }).describe("A single chat thread object.");
24
+ const pushbulletListChats = action("PUSHBULLET_LIST_CHATS", {
25
+ slug: "pushbullet-list-chats",
26
+ name: "List Chats",
27
+ 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.",
28
+ input: PushbulletListChatsInput,
29
+ output: z.object({
30
+ chats: z.array(PushbulletListChats_ChatSchema).describe("List of chat objects ordered with most recently modified first"),
31
+ cursor: z.string().describe("Cursor for fetching the next page of results, if present.").nullable().optional()
32
+ }).describe("Response model for listing chats.")
33
+ });
34
+ //#endregion
35
+ export { pushbulletListChats };
36
+
37
+ //# sourceMappingURL=list-chats.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chats.mjs","names":[],"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,2BAAyC,EAAE,OAAO;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,qCAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAM,EAAE,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iCAA+C,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,QAAQ,mCAAmC,SAAS,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACpE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAM1C,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,gEAAgE;EACxH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-devices.ts
4
+ const PushbulletListDevicesInput = zod.z.object({}).describe("Empty request for listing devices. No parameters needed.");
5
+ const PushbulletListDevices_DeviceSchema = zod.z.object({
6
+ icon: zod.z.string().describe("Device icon type (e.g., 'desktop', 'phone')."),
7
+ iden: zod.z.string().describe("Unique identifier for the device."),
8
+ kind: zod.z.string().describe("Deprecated: old name for type.").nullable().optional(),
9
+ type: zod.z.string().describe("Deprecated: legacy device type string.").nullable().optional(),
10
+ model: zod.z.string().describe("Model name/number of the device.").nullable().optional(),
11
+ active: zod.z.boolean().describe("True if the device is active."),
12
+ created: zod.z.number().describe("Creation timestamp in floating-point seconds since epoch."),
13
+ has_sms: zod.z.boolean().describe("True if device supports SMS (Android only).").nullable().optional(),
14
+ modified: zod.z.number().describe("Last modified timestamp in floating-point seconds since epoch."),
15
+ nickname: zod.z.string().describe("Nickname for the device, user-assigned or generated.").nullable().optional(),
16
+ pushable: zod.z.boolean().describe("True if you can push to this device."),
17
+ push_token: zod.z.string().describe("Platform-specific push token for this device.").nullable().optional(),
18
+ app_version: zod.z.number().int().describe("Version of the Pushbullet application installed on the device.").nullable().optional(),
19
+ fingerprint: zod.z.string().describe("Device fingerprint (used to avoid duplicates).").nullable().optional(),
20
+ manufacturer: zod.z.string().describe("Manufacturer of the device (e.g., 'Apple').").nullable().optional(),
21
+ key_fingerprint: zod.z.string().describe("Fingerprint for this device's encryption key.").nullable().optional(),
22
+ generated_nickname: zod.z.boolean().describe("True if nickname was auto-generated from manufacturer/model.").nullable().optional()
23
+ }).describe("Pushbullet Device object.");
24
+ const PushbulletListDevicesOutput = zod.z.object({ devices: zod.z.array(PushbulletListDevices_DeviceSchema).describe("List of devices belonging to the current user.") }).describe("Response model for list-devices.\n\ndevices: list of Device objects ordered most-recently modified first.");
25
+ const pushbulletListDevices = require_action.action("PUSHBULLET_LIST_DEVICES", {
26
+ slug: "pushbullet-list-devices",
27
+ name: "List Devices",
28
+ description: "Tool to list all registered devices for the current user. Use after obtaining a valid access token.",
29
+ input: PushbulletListDevicesInput,
30
+ output: PushbulletListDevicesOutput
31
+ });
32
+ //#endregion
33
+ exports.pushbulletListDevices = pushbulletListDevices;
34
+
35
+ //# sourceMappingURL=list-devices.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-devices.cjs","names":["z","action"],"sources":["../../src/actions/list-devices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushbulletListDevicesInput: z.ZodTypeAny = z.object({}).describe(\"Empty request for listing devices. No parameters needed.\");\nconst PushbulletListDevices_DeviceSchema: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"Device icon type (e.g., 'desktop', 'phone').\"),\n iden: z.string().describe(\"Unique identifier for the device.\"),\n kind: z.string().describe(\"Deprecated: old name for type.\").nullable().optional(),\n type: z.string().describe(\"Deprecated: legacy device type string.\").nullable().optional(),\n model: z.string().describe(\"Model name/number of the device.\").nullable().optional(),\n active: z.boolean().describe(\"True if the device is active.\"),\n created: z.number().describe(\"Creation timestamp in floating-point seconds since epoch.\"),\n has_sms: z.boolean().describe(\"True if device supports SMS (Android only).\").nullable().optional(),\n modified: z.number().describe(\"Last modified timestamp in floating-point seconds since epoch.\"),\n nickname: z.string().describe(\"Nickname for the device, user-assigned or generated.\").nullable().optional(),\n pushable: z.boolean().describe(\"True if you can push to this device.\"),\n push_token: z.string().describe(\"Platform-specific push token for this device.\").nullable().optional(),\n app_version: z.number().int().describe(\"Version of the Pushbullet application installed on the device.\").nullable().optional(),\n fingerprint: z.string().describe(\"Device fingerprint (used to avoid duplicates).\").nullable().optional(),\n manufacturer: z.string().describe(\"Manufacturer of the device (e.g., 'Apple').\").nullable().optional(),\n key_fingerprint: z.string().describe(\"Fingerprint for this device's encryption key.\").nullable().optional(),\n generated_nickname: z.boolean().describe(\"True if nickname was auto-generated from manufacturer/model.\").nullable().optional(),\n}).describe(\"Pushbullet Device object.\");\nexport const PushbulletListDevicesOutput: z.ZodTypeAny = z.object({\n devices: z.array(PushbulletListDevices_DeviceSchema).describe(\"List of devices belonging to the current user.\"),\n}).describe(\"Response model for list-devices.\\n\\ndevices: list of Device objects ordered most-recently modified first.\");\n\nexport const pushbulletListDevices = action(\"PUSHBULLET_LIST_DEVICES\", {\n slug: \"pushbullet-list-devices\",\n name: \"List Devices\",\n description: \"Tool to list all registered devices for the current user. Use after obtaining a valid access token.\",\n input: PushbulletListDevicesInput,\n output: PushbulletListDevicesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACxI,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACxF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC9F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,gDAAgD,EAChH,CAAC,CAAC,CAAC,SAAS,2GAA2G;AAEvH,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}