@keystrokehq/pushover 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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/cancel-receipt-retries.cjs +23 -0
- package/dist/actions/cancel-receipt-retries.cjs.map +1 -0
- package/dist/actions/cancel-receipt-retries.d.cts +9 -0
- package/dist/actions/cancel-receipt-retries.d.cts.map +1 -0
- package/dist/actions/cancel-receipt-retries.d.mts +9 -0
- package/dist/actions/cancel-receipt-retries.d.mts.map +1 -0
- package/dist/actions/cancel-receipt-retries.mjs +20 -0
- package/dist/actions/cancel-receipt-retries.mjs.map +1 -0
- package/dist/actions/cancel-retries-by-tag.cjs +23 -0
- package/dist/actions/cancel-retries-by-tag.cjs.map +1 -0
- package/dist/actions/cancel-retries-by-tag.d.cts +9 -0
- package/dist/actions/cancel-retries-by-tag.d.cts.map +1 -0
- package/dist/actions/cancel-retries-by-tag.d.mts +9 -0
- package/dist/actions/cancel-retries-by-tag.d.mts.map +1 -0
- package/dist/actions/cancel-retries-by-tag.mjs +20 -0
- package/dist/actions/cancel-retries-by-tag.mjs.map +1 -0
- package/dist/actions/client-ack-delete-up-to-id.cjs +30 -0
- package/dist/actions/client-ack-delete-up-to-id.cjs.map +1 -0
- package/dist/actions/client-ack-delete-up-to-id.d.cts +9 -0
- package/dist/actions/client-ack-delete-up-to-id.d.cts.map +1 -0
- package/dist/actions/client-ack-delete-up-to-id.d.mts +9 -0
- package/dist/actions/client-ack-delete-up-to-id.d.mts.map +1 -0
- package/dist/actions/client-ack-delete-up-to-id.mjs +27 -0
- package/dist/actions/client-ack-delete-up-to-id.mjs.map +1 -0
- package/dist/actions/client-fetch-messages.cjs +49 -0
- package/dist/actions/client-fetch-messages.cjs.map +1 -0
- package/dist/actions/client-fetch-messages.d.cts +9 -0
- package/dist/actions/client-fetch-messages.d.cts.map +1 -0
- package/dist/actions/client-fetch-messages.d.mts +9 -0
- package/dist/actions/client-fetch-messages.d.mts.map +1 -0
- package/dist/actions/client-fetch-messages.mjs +48 -0
- package/dist/actions/client-fetch-messages.mjs.map +1 -0
- package/dist/actions/client-login.cjs +28 -0
- package/dist/actions/client-login.cjs.map +1 -0
- package/dist/actions/client-login.d.cts +9 -0
- package/dist/actions/client-login.d.cts.map +1 -0
- package/dist/actions/client-login.d.mts +9 -0
- package/dist/actions/client-login.d.mts.map +1 -0
- package/dist/actions/client-login.mjs +25 -0
- package/dist/actions/client-login.mjs.map +1 -0
- package/dist/actions/client-realtime-websocket.cjs +25 -0
- package/dist/actions/client-realtime-websocket.cjs.map +1 -0
- package/dist/actions/client-realtime-websocket.d.cts +9 -0
- package/dist/actions/client-realtime-websocket.d.cts.map +1 -0
- package/dist/actions/client-realtime-websocket.d.mts +9 -0
- package/dist/actions/client-realtime-websocket.d.mts.map +1 -0
- package/dist/actions/client-realtime-websocket.mjs +24 -0
- package/dist/actions/client-realtime-websocket.mjs.map +1 -0
- package/dist/actions/client-register-device.cjs +27 -0
- package/dist/actions/client-register-device.cjs.map +1 -0
- package/dist/actions/client-register-device.d.cts +9 -0
- package/dist/actions/client-register-device.d.cts.map +1 -0
- package/dist/actions/client-register-device.d.mts +9 -0
- package/dist/actions/client-register-device.d.mts.map +1 -0
- package/dist/actions/client-register-device.mjs +24 -0
- package/dist/actions/client-register-device.mjs.map +1 -0
- package/dist/actions/get-app-icon-image.cjs +26 -0
- package/dist/actions/get-app-icon-image.cjs.map +1 -0
- package/dist/actions/get-app-icon-image.d.cts +9 -0
- package/dist/actions/get-app-icon-image.d.cts.map +1 -0
- package/dist/actions/get-app-icon-image.d.mts +9 -0
- package/dist/actions/get-app-icon-image.d.mts.map +1 -0
- package/dist/actions/get-app-icon-image.mjs +25 -0
- package/dist/actions/get-app-icon-image.mjs.map +1 -0
- package/dist/actions/get-app-limits.cjs +24 -0
- package/dist/actions/get-app-limits.cjs.map +1 -0
- package/dist/actions/get-app-limits.d.cts +9 -0
- package/dist/actions/get-app-limits.d.cts.map +1 -0
- package/dist/actions/get-app-limits.d.mts +9 -0
- package/dist/actions/get-app-limits.d.mts.map +1 -0
- package/dist/actions/get-app-limits.mjs +21 -0
- package/dist/actions/get-app-limits.mjs.map +1 -0
- package/dist/actions/get-app-token.cjs +16 -0
- package/dist/actions/get-app-token.cjs.map +1 -0
- package/dist/actions/get-app-token.d.cts +9 -0
- package/dist/actions/get-app-token.d.cts.map +1 -0
- package/dist/actions/get-app-token.d.mts +9 -0
- package/dist/actions/get-app-token.d.mts.map +1 -0
- package/dist/actions/get-app-token.mjs +13 -0
- package/dist/actions/get-app-token.mjs.map +1 -0
- package/dist/actions/get-receipt-status.cjs +32 -0
- package/dist/actions/get-receipt-status.cjs.map +1 -0
- package/dist/actions/get-receipt-status.d.cts +9 -0
- package/dist/actions/get-receipt-status.d.cts.map +1 -0
- package/dist/actions/get-receipt-status.d.mts +9 -0
- package/dist/actions/get-receipt-status.d.mts.map +1 -0
- package/dist/actions/get-receipt-status.mjs +29 -0
- package/dist/actions/get-receipt-status.mjs.map +1 -0
- package/dist/actions/get-team-api-token.cjs +16 -0
- package/dist/actions/get-team-api-token.cjs.map +1 -0
- package/dist/actions/get-team-api-token.d.cts +9 -0
- package/dist/actions/get-team-api-token.d.cts.map +1 -0
- package/dist/actions/get-team-api-token.d.mts +9 -0
- package/dist/actions/get-team-api-token.d.mts.map +1 -0
- package/dist/actions/get-team-api-token.mjs +13 -0
- package/dist/actions/get-team-api-token.mjs.map +1 -0
- package/dist/actions/glances-update.cjs +29 -0
- package/dist/actions/glances-update.cjs.map +1 -0
- package/dist/actions/glances-update.d.cts +9 -0
- package/dist/actions/glances-update.d.cts.map +1 -0
- package/dist/actions/glances-update.d.mts +9 -0
- package/dist/actions/glances-update.d.mts.map +1 -0
- package/dist/actions/glances-update.mjs +26 -0
- package/dist/actions/glances-update.mjs.map +1 -0
- package/dist/actions/group-add-user.cjs +26 -0
- package/dist/actions/group-add-user.cjs.map +1 -0
- package/dist/actions/group-add-user.d.cts +9 -0
- package/dist/actions/group-add-user.d.cts.map +1 -0
- package/dist/actions/group-add-user.d.mts +9 -0
- package/dist/actions/group-add-user.d.mts.map +1 -0
- package/dist/actions/group-add-user.mjs +23 -0
- package/dist/actions/group-add-user.mjs.map +1 -0
- package/dist/actions/group-create.cjs +24 -0
- package/dist/actions/group-create.cjs.map +1 -0
- package/dist/actions/group-create.d.cts +9 -0
- package/dist/actions/group-create.d.cts.map +1 -0
- package/dist/actions/group-create.d.mts +9 -0
- package/dist/actions/group-create.d.mts.map +1 -0
- package/dist/actions/group-create.mjs +21 -0
- package/dist/actions/group-create.mjs.map +1 -0
- package/dist/actions/group-disable-user.cjs +25 -0
- package/dist/actions/group-disable-user.cjs.map +1 -0
- package/dist/actions/group-disable-user.d.cts +9 -0
- package/dist/actions/group-disable-user.d.cts.map +1 -0
- package/dist/actions/group-disable-user.d.mts +9 -0
- package/dist/actions/group-disable-user.d.mts.map +1 -0
- package/dist/actions/group-disable-user.mjs +22 -0
- package/dist/actions/group-disable-user.mjs.map +1 -0
- package/dist/actions/group-enable-user.cjs +25 -0
- package/dist/actions/group-enable-user.cjs.map +1 -0
- package/dist/actions/group-enable-user.d.cts +9 -0
- package/dist/actions/group-enable-user.d.cts.map +1 -0
- package/dist/actions/group-enable-user.d.mts +9 -0
- package/dist/actions/group-enable-user.d.mts.map +1 -0
- package/dist/actions/group-enable-user.mjs +22 -0
- package/dist/actions/group-enable-user.mjs.map +1 -0
- package/dist/actions/group-get.cjs +33 -0
- package/dist/actions/group-get.cjs.map +1 -0
- package/dist/actions/group-get.d.cts +9 -0
- package/dist/actions/group-get.d.cts.map +1 -0
- package/dist/actions/group-get.d.mts +9 -0
- package/dist/actions/group-get.d.mts.map +1 -0
- package/dist/actions/group-get.mjs +32 -0
- package/dist/actions/group-get.mjs.map +1 -0
- package/dist/actions/group-list.cjs +25 -0
- package/dist/actions/group-list.cjs.map +1 -0
- package/dist/actions/group-list.d.cts +9 -0
- package/dist/actions/group-list.d.cts.map +1 -0
- package/dist/actions/group-list.d.mts +9 -0
- package/dist/actions/group-list.d.mts.map +1 -0
- package/dist/actions/group-list.mjs +24 -0
- package/dist/actions/group-list.mjs.map +1 -0
- package/dist/actions/group-remove-user.cjs +25 -0
- package/dist/actions/group-remove-user.cjs.map +1 -0
- package/dist/actions/group-remove-user.d.cts +9 -0
- package/dist/actions/group-remove-user.d.cts.map +1 -0
- package/dist/actions/group-remove-user.d.mts +9 -0
- package/dist/actions/group-remove-user.d.mts.map +1 -0
- package/dist/actions/group-remove-user.mjs +22 -0
- package/dist/actions/group-remove-user.mjs.map +1 -0
- package/dist/actions/group-rename.cjs +24 -0
- package/dist/actions/group-rename.cjs.map +1 -0
- package/dist/actions/group-rename.d.cts +9 -0
- package/dist/actions/group-rename.d.cts.map +1 -0
- package/dist/actions/group-rename.d.mts +9 -0
- package/dist/actions/group-rename.d.mts.map +1 -0
- package/dist/actions/group-rename.mjs +21 -0
- package/dist/actions/group-rename.mjs.map +1 -0
- package/dist/actions/index.cjs +59 -0
- package/dist/actions/index.d.cts +30 -0
- package/dist/actions/index.d.mts +30 -0
- package/dist/actions/index.mjs +30 -0
- package/dist/actions/license-assign.cjs +29 -0
- package/dist/actions/license-assign.cjs.map +1 -0
- package/dist/actions/license-assign.d.cts +9 -0
- package/dist/actions/license-assign.d.cts.map +1 -0
- package/dist/actions/license-assign.d.mts +9 -0
- package/dist/actions/license-assign.d.mts.map +1 -0
- package/dist/actions/license-assign.mjs +26 -0
- package/dist/actions/license-assign.mjs.map +1 -0
- package/dist/actions/license-check-credits.cjs +24 -0
- package/dist/actions/license-check-credits.cjs.map +1 -0
- package/dist/actions/license-check-credits.d.cts +9 -0
- package/dist/actions/license-check-credits.d.cts.map +1 -0
- package/dist/actions/license-check-credits.d.mts +9 -0
- package/dist/actions/license-check-credits.d.mts.map +1 -0
- package/dist/actions/license-check-credits.mjs +21 -0
- package/dist/actions/license-check-credits.mjs.map +1 -0
- package/dist/actions/send-message.cjs +47 -0
- package/dist/actions/send-message.cjs.map +1 -0
- package/dist/actions/send-message.d.cts +9 -0
- package/dist/actions/send-message.d.cts.map +1 -0
- package/dist/actions/send-message.d.mts +9 -0
- package/dist/actions/send-message.d.mts.map +1 -0
- package/dist/actions/send-message.mjs +44 -0
- package/dist/actions/send-message.mjs.map +1 -0
- package/dist/actions/store-team-api-token.cjs +16 -0
- package/dist/actions/store-team-api-token.cjs.map +1 -0
- package/dist/actions/store-team-api-token.d.cts +9 -0
- package/dist/actions/store-team-api-token.d.cts.map +1 -0
- package/dist/actions/store-team-api-token.d.mts +9 -0
- package/dist/actions/store-team-api-token.d.mts.map +1 -0
- package/dist/actions/store-team-api-token.mjs +13 -0
- package/dist/actions/store-team-api-token.mjs.map +1 -0
- package/dist/actions/subscription-flow.cjs +16 -0
- package/dist/actions/subscription-flow.cjs.map +1 -0
- package/dist/actions/subscription-flow.d.cts +9 -0
- package/dist/actions/subscription-flow.d.cts.map +1 -0
- package/dist/actions/subscription-flow.d.mts +9 -0
- package/dist/actions/subscription-flow.d.mts.map +1 -0
- package/dist/actions/subscription-flow.mjs +13 -0
- package/dist/actions/subscription-flow.mjs.map +1 -0
- package/dist/actions/teams-add-user.cjs +28 -0
- package/dist/actions/teams-add-user.cjs.map +1 -0
- package/dist/actions/teams-add-user.d.cts +9 -0
- package/dist/actions/teams-add-user.d.cts.map +1 -0
- package/dist/actions/teams-add-user.d.mts +9 -0
- package/dist/actions/teams-add-user.d.mts.map +1 -0
- package/dist/actions/teams-add-user.mjs +25 -0
- package/dist/actions/teams-add-user.mjs.map +1 -0
- package/dist/actions/teams-remove-user.cjs +23 -0
- package/dist/actions/teams-remove-user.cjs.map +1 -0
- package/dist/actions/teams-remove-user.d.cts +9 -0
- package/dist/actions/teams-remove-user.d.cts.map +1 -0
- package/dist/actions/teams-remove-user.d.mts +9 -0
- package/dist/actions/teams-remove-user.d.mts.map +1 -0
- package/dist/actions/teams-remove-user.mjs +20 -0
- package/dist/actions/teams-remove-user.mjs.map +1 -0
- package/dist/actions/validate-user-or-group.cjs +26 -0
- package/dist/actions/validate-user-or-group.cjs.map +1 -0
- package/dist/actions/validate-user-or-group.d.cts +9 -0
- package/dist/actions/validate-user-or-group.d.cts.map +1 -0
- package/dist/actions/validate-user-or-group.d.mts +9 -0
- package/dist/actions/validate-user-or-group.d.mts.map +1 -0
- package/dist/actions/validate-user-or-group.mjs +23 -0
- package/dist/actions/validate-user-or-group.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +64 -0
- package/dist/index.d.cts +32 -0
- package/dist/index.d.mts +32 -0
- package/dist/index.mjs +33 -0
- package/package.json +49 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pushoverClientLogin = action("PUSHOVER_CLIENT_LOGIN", {
|
|
4
|
+
slug: "pushover-client-login",
|
|
5
|
+
name: "Pushover Client Login",
|
|
6
|
+
description: "Tool to authenticate a Pushover user by email and password. Use when you need to obtain a user key and session secret. Include twofa code if prompted by a prior HTTP 412 response.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Pushover account e-mail; case-sensitive"),
|
|
9
|
+
twofa: z.string().describe("Two-factor authentication code; include only after prior HTTP 412 response").optional(),
|
|
10
|
+
password: z.string().describe("Pushover account password; case-sensitive")
|
|
11
|
+
}).describe("Request model for CLIENT_LOGIN."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("User's Pushover user key; present only when status=1").nullable().optional(),
|
|
14
|
+
error: z.string().describe("Error message if login failed or HTTP error occurred.").nullable().optional(),
|
|
15
|
+
secret: z.string().describe("Session secret for this login; present only when status=1").nullable().optional(),
|
|
16
|
+
status: z.number().int().describe("1 on success; 0 otherwise. May be absent on HTTP-level errors.").nullable().optional(),
|
|
17
|
+
request: z.string().describe("Request identifier returned by API; may be unavailable on HTTP errors.").nullable().optional(),
|
|
18
|
+
http_status: z.number().int().describe("HTTP status code when an HTTP error occurred.").nullable().optional(),
|
|
19
|
+
http_response_text: z.string().describe("Raw HTTP response text when an HTTP error occurred.").nullable().optional()
|
|
20
|
+
}).describe("Response model for CLIENT_LOGIN.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { pushoverClientLogin };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=client-login.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-login.mjs","names":[],"sources":["../../src/actions/client-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverClientLoginInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Pushover account e-mail; case-sensitive\"),\n twofa: z.string().describe(\"Two-factor authentication code; include only after prior HTTP 412 response\").optional(),\n password: z.string().describe(\"Pushover account password; case-sensitive\"),\n}).describe(\"Request model for CLIENT_LOGIN.\");\nexport const PushoverClientLoginOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User's Pushover user key; present only when status=1\").nullable().optional(),\n error: z.string().describe(\"Error message if login failed or HTTP error occurred.\").nullable().optional(),\n secret: z.string().describe(\"Session secret for this login; present only when status=1\").nullable().optional(),\n status: z.number().int().describe(\"1 on success; 0 otherwise. May be absent on HTTP-level errors.\").nullable().optional(),\n request: z.string().describe(\"Request identifier returned by API; may be unavailable on HTTP errors.\").nullable().optional(),\n http_status: z.number().int().describe(\"HTTP status code when an HTTP error occurred.\").nullable().optional(),\n http_response_text: z.string().describe(\"Raw HTTP response text when an HTTP error occurred.\").nullable().optional(),\n}).describe(\"Response model for CLIENT_LOGIN.\");\n\nexport const pushoverClientLogin = action(\"PUSHOVER_CLIENT_LOGIN\", {\n slug: \"pushover-client-login\",\n name: \"Pushover Client Login\",\n description: \"Tool to authenticate a Pushover user by email and password. Use when you need to obtain a user key and session secret. Include twofa code if prompted by a prior HTTP 412 response.\",\n input: PushoverClientLoginInput,\n output: PushoverClientLoginOutput,\n});\n"],"mappings":";;AAmBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EAClH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,CAAC,CAAC,CAAC,SAAS,iCAeH;CACP,QAfqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3H,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,kCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/client-realtime-websocket.ts
|
|
4
|
+
const PushoverClientRealtimeWebsocketInput = zod.z.object({
|
|
5
|
+
secret: zod.z.string().describe("Your user session secret for login"),
|
|
6
|
+
timeout: zod.z.number().int().default(60).describe("Maximum time in seconds to listen for events before closing").optional(),
|
|
7
|
+
device_id: zod.z.string().describe("Your Pushover client device ID for login")
|
|
8
|
+
});
|
|
9
|
+
const PushoverClientRealtimeWebsocket_PushEventSchema = zod.z.object({
|
|
10
|
+
code: zod.z.string().describe("Raw single-byte frame code from the server"),
|
|
11
|
+
event: zod.z.string().describe("Mapped event name corresponding to the code"),
|
|
12
|
+
description: zod.z.string().describe("Human-readable event description")
|
|
13
|
+
});
|
|
14
|
+
const PushoverClientRealtimeWebsocketOutput = zod.z.object({ events: zod.z.array(PushoverClientRealtimeWebsocket_PushEventSchema).describe("Sequence of events received from the WebSocket until closed") });
|
|
15
|
+
const pushoverClientRealtimeWebsocket = require_action.action("PUSHOVER_CLIENT_REALTIME_WEBSOCKET", {
|
|
16
|
+
slug: "pushover-client-realtime-websocket",
|
|
17
|
+
name: "Client Realtime WebSocket Connection",
|
|
18
|
+
description: "Tool to establish a secure WebSocket connection for real-time message notifications. Use after obtaining device ID and secret to receive instant push events.",
|
|
19
|
+
input: PushoverClientRealtimeWebsocketInput,
|
|
20
|
+
output: PushoverClientRealtimeWebsocketOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.pushoverClientRealtimeWebsocket = pushoverClientRealtimeWebsocket;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=client-realtime-websocket.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-realtime-websocket.cjs","names":["z","action"],"sources":["../../src/actions/client-realtime-websocket.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverClientRealtimeWebsocketInput: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"Your user session secret for login\"),\n timeout: z.number().int().default(60).describe(\"Maximum time in seconds to listen for events before closing\").optional(),\n device_id: z.string().describe(\"Your Pushover client device ID for login\"),\n});\nconst PushoverClientRealtimeWebsocket_PushEventSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Raw single-byte frame code from the server\"),\n event: z.string().describe(\"Mapped event name corresponding to the code\"),\n description: z.string().describe(\"Human-readable event description\"),\n});\nexport const PushoverClientRealtimeWebsocketOutput: z.ZodTypeAny = z.object({\n events: z.array(PushoverClientRealtimeWebsocket_PushEventSchema).describe(\"Sequence of events received from the WebSocket until closed\"),\n});\n\nexport const pushoverClientRealtimeWebsocket = action(\"PUSHOVER_CLIENT_REALTIME_WEBSOCKET\", {\n slug: \"pushover-client-realtime-websocket\",\n name: \"Client Realtime WebSocket Connection\",\n description: \"Tool to establish a secure WebSocket connection for real-time message notifications. Use after obtaining device ID and secret to receive instant push events.\",\n input: PushoverClientRealtimeWebsocketInput,\n output: PushoverClientRealtimeWebsocketOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC3E,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACrE,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,QAAQA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6DAA6D,EACzI,CAAC;AAED,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,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/client-realtime-websocket.d.ts
|
|
4
|
+
declare const PushoverClientRealtimeWebsocketInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverClientRealtimeWebsocketOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverClientRealtimeWebsocket: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverClientRealtimeWebsocket };
|
|
9
|
+
//# sourceMappingURL=client-realtime-websocket.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-realtime-websocket.d.cts","names":[],"sources":["../../src/actions/client-realtime-websocket.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAMW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/client-realtime-websocket.d.ts
|
|
4
|
+
declare const PushoverClientRealtimeWebsocketInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverClientRealtimeWebsocketOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverClientRealtimeWebsocket: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverClientRealtimeWebsocket };
|
|
9
|
+
//# sourceMappingURL=client-realtime-websocket.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-realtime-websocket.d.mts","names":[],"sources":["../../src/actions/client-realtime-websocket.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAMW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/client-realtime-websocket.ts
|
|
4
|
+
const PushoverClientRealtimeWebsocketInput = z.object({
|
|
5
|
+
secret: z.string().describe("Your user session secret for login"),
|
|
6
|
+
timeout: z.number().int().default(60).describe("Maximum time in seconds to listen for events before closing").optional(),
|
|
7
|
+
device_id: z.string().describe("Your Pushover client device ID for login")
|
|
8
|
+
});
|
|
9
|
+
const PushoverClientRealtimeWebsocket_PushEventSchema = z.object({
|
|
10
|
+
code: z.string().describe("Raw single-byte frame code from the server"),
|
|
11
|
+
event: z.string().describe("Mapped event name corresponding to the code"),
|
|
12
|
+
description: z.string().describe("Human-readable event description")
|
|
13
|
+
});
|
|
14
|
+
const pushoverClientRealtimeWebsocket = action("PUSHOVER_CLIENT_REALTIME_WEBSOCKET", {
|
|
15
|
+
slug: "pushover-client-realtime-websocket",
|
|
16
|
+
name: "Client Realtime WebSocket Connection",
|
|
17
|
+
description: "Tool to establish a secure WebSocket connection for real-time message notifications. Use after obtaining device ID and secret to receive instant push events.",
|
|
18
|
+
input: PushoverClientRealtimeWebsocketInput,
|
|
19
|
+
output: z.object({ events: z.array(PushoverClientRealtimeWebsocket_PushEventSchema).describe("Sequence of events received from the WebSocket until closed") })
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { pushoverClientRealtimeWebsocket };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=client-realtime-websocket.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-realtime-websocket.mjs","names":[],"sources":["../../src/actions/client-realtime-websocket.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverClientRealtimeWebsocketInput: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"Your user session secret for login\"),\n timeout: z.number().int().default(60).describe(\"Maximum time in seconds to listen for events before closing\").optional(),\n device_id: z.string().describe(\"Your Pushover client device ID for login\"),\n});\nconst PushoverClientRealtimeWebsocket_PushEventSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Raw single-byte frame code from the server\"),\n event: z.string().describe(\"Mapped event name corresponding to the code\"),\n description: z.string().describe(\"Human-readable event description\"),\n});\nexport const PushoverClientRealtimeWebsocketOutput: z.ZodTypeAny = z.object({\n events: z.array(PushoverClientRealtimeWebsocket_PushEventSchema).describe(\"Sequence of events received from the WebSocket until closed\"),\n});\n\nexport const pushoverClientRealtimeWebsocket = action(\"PUSHOVER_CLIENT_REALTIME_WEBSOCKET\", {\n slug: \"pushover-client-realtime-websocket\",\n name: \"Client Realtime WebSocket Connection\",\n description: \"Tool to establish a secure WebSocket connection for real-time message notifications. Use after obtaining device ID and secret to receive instant push events.\",\n input: PushoverClientRealtimeWebsocketInput,\n output: PushoverClientRealtimeWebsocketOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAChE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC3E,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACrE,CAAC;AAKD,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,QAAQ,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6DAA6D,EACzI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/client-register-device.ts
|
|
4
|
+
const PushoverClientRegisterDeviceInput = zod.z.object({
|
|
5
|
+
os: zod.z.string().default("O").describe("Must be 'O' (capital letter O) for Open Client.").optional(),
|
|
6
|
+
name: zod.z.string().describe("Short device name; allowed characters are letters, numbers, underscore, hyphen; max length 25."),
|
|
7
|
+
secret: zod.z.string().describe("User session secret obtained from users/login; must be included.")
|
|
8
|
+
}).describe("Request model for registering an Open Client desktop device.");
|
|
9
|
+
const PushoverClientRegisterDeviceOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Newly registered device's unique ID; present only on success.").nullable().optional(),
|
|
11
|
+
errors: zod.z.object({}).describe("Field-specific error messages; present only on failure.").nullable().optional(),
|
|
12
|
+
status: zod.z.number().int().describe("1 on success, 0 on failure."),
|
|
13
|
+
request: zod.z.string().describe("Request identifier (UUID-like). May be absent on HTTP-level errors.").nullable().optional(),
|
|
14
|
+
http_status: zod.z.number().int().describe("HTTP status code when an HTTP error occurred.").nullable().optional(),
|
|
15
|
+
http_response_text: zod.z.string().describe("Raw HTTP response text when an HTTP error occurred.").nullable().optional()
|
|
16
|
+
}).describe("Response model after registering an Open Client desktop device.");
|
|
17
|
+
const pushoverClientRegisterDevice = require_action.action("PUSHOVER_CLIENT_REGISTER_DEVICE", {
|
|
18
|
+
slug: "pushover-client-register-device",
|
|
19
|
+
name: "Register Open Client Device",
|
|
20
|
+
description: "Tool to register an Open Client desktop device. Use when you have a session secret from users/login to obtain a device ID.",
|
|
21
|
+
input: PushoverClientRegisterDeviceInput,
|
|
22
|
+
output: PushoverClientRegisterDeviceOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.pushoverClientRegisterDevice = pushoverClientRegisterDevice;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=client-register-device.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-register-device.cjs","names":["z","action"],"sources":["../../src/actions/client-register-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverClientRegisterDeviceInput: z.ZodTypeAny = z.object({\n os: z.string().default(\"O\").describe(\"Must be 'O' (capital letter O) for Open Client.\").optional(),\n name: z.string().describe(\"Short device name; allowed characters are letters, numbers, underscore, hyphen; max length 25.\"),\n secret: z.string().describe(\"User session secret obtained from users/login; must be included.\"),\n}).describe(\"Request model for registering an Open Client desktop device.\");\nexport const PushoverClientRegisterDeviceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Newly registered device's unique ID; present only on success.\").nullable().optional(),\n errors: z.object({}).describe(\"Field-specific error messages; present only on failure.\").nullable().optional(),\n status: z.number().int().describe(\"1 on success, 0 on failure.\"),\n request: z.string().describe(\"Request identifier (UUID-like). May be absent on HTTP-level errors.\").nullable().optional(),\n http_status: z.number().int().describe(\"HTTP status code when an HTTP error occurred.\").nullable().optional(),\n http_response_text: z.string().describe(\"Raw HTTP response text when an HTTP error occurred.\").nullable().optional(),\n}).describe(\"Response model after registering an Open Client desktop device.\");\n\nexport const pushoverClientRegisterDevice = action(\"PUSHOVER_CLIENT_REGISTER_DEVICE\", {\n slug: \"pushover-client-register-device\",\n name: \"Register Open Client Device\",\n description: \"Tool to register an Open Client desktop device. Use when you have a session secret from users/login to obtain a device ID.\",\n input: PushoverClientRegisterDeviceInput,\n output: PushoverClientRegisterDeviceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;CAC1H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAChG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/client-register-device.d.ts
|
|
4
|
+
declare const PushoverClientRegisterDeviceInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverClientRegisterDeviceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverClientRegisterDevice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverClientRegisterDevice };
|
|
9
|
+
//# sourceMappingURL=client-register-device.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-register-device.d.cts","names":[],"sources":["../../src/actions/client-register-device.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIyB;AAAA,cAC9D,kCAAA,EAAoC,CAAA,CAAE,UAO2B;AAAA,cAEjE,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/client-register-device.d.ts
|
|
4
|
+
declare const PushoverClientRegisterDeviceInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverClientRegisterDeviceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverClientRegisterDevice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverClientRegisterDevice };
|
|
9
|
+
//# sourceMappingURL=client-register-device.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-register-device.d.mts","names":[],"sources":["../../src/actions/client-register-device.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAIyB;AAAA,cAC9D,kCAAA,EAAoC,CAAA,CAAE,UAO2B;AAAA,cAEjE,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pushoverClientRegisterDevice = action("PUSHOVER_CLIENT_REGISTER_DEVICE", {
|
|
4
|
+
slug: "pushover-client-register-device",
|
|
5
|
+
name: "Register Open Client Device",
|
|
6
|
+
description: "Tool to register an Open Client desktop device. Use when you have a session secret from users/login to obtain a device ID.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
os: z.string().default("O").describe("Must be 'O' (capital letter O) for Open Client.").optional(),
|
|
9
|
+
name: z.string().describe("Short device name; allowed characters are letters, numbers, underscore, hyphen; max length 25."),
|
|
10
|
+
secret: z.string().describe("User session secret obtained from users/login; must be included.")
|
|
11
|
+
}).describe("Request model for registering an Open Client desktop device."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("Newly registered device's unique ID; present only on success.").nullable().optional(),
|
|
14
|
+
errors: z.object({}).describe("Field-specific error messages; present only on failure.").nullable().optional(),
|
|
15
|
+
status: z.number().int().describe("1 on success, 0 on failure."),
|
|
16
|
+
request: z.string().describe("Request identifier (UUID-like). May be absent on HTTP-level errors.").nullable().optional(),
|
|
17
|
+
http_status: z.number().int().describe("HTTP status code when an HTTP error occurred.").nullable().optional(),
|
|
18
|
+
http_response_text: z.string().describe("Raw HTTP response text when an HTTP error occurred.").nullable().optional()
|
|
19
|
+
}).describe("Response model after registering an Open Client desktop device.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { pushoverClientRegisterDevice };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=client-register-device.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-register-device.mjs","names":[],"sources":["../../src/actions/client-register-device.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverClientRegisterDeviceInput: z.ZodTypeAny = z.object({\n os: z.string().default(\"O\").describe(\"Must be 'O' (capital letter O) for Open Client.\").optional(),\n name: z.string().describe(\"Short device name; allowed characters are letters, numbers, underscore, hyphen; max length 25.\"),\n secret: z.string().describe(\"User session secret obtained from users/login; must be included.\"),\n}).describe(\"Request model for registering an Open Client desktop device.\");\nexport const PushoverClientRegisterDeviceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Newly registered device's unique ID; present only on success.\").nullable().optional(),\n errors: z.object({}).describe(\"Field-specific error messages; present only on failure.\").nullable().optional(),\n status: z.number().int().describe(\"1 on success, 0 on failure.\"),\n request: z.string().describe(\"Request identifier (UUID-like). May be absent on HTTP-level errors.\").nullable().optional(),\n http_status: z.number().int().describe(\"HTTP status code when an HTTP error occurred.\").nullable().optional(),\n http_response_text: z.string().describe(\"Raw HTTP response text when an HTTP error occurred.\").nullable().optional(),\n}).describe(\"Response model after registering an Open Client desktop device.\");\n\nexport const pushoverClientRegisterDevice = action(\"PUSHOVER_CLIENT_REGISTER_DEVICE\", {\n slug: \"pushover-client-register-device\",\n name: \"Register Open Client Device\",\n description: \"Tool to register an Open Client desktop device. Use when you have a session secret from users/login to obtain a device ID.\",\n input: PushoverClientRegisterDeviceInput,\n output: PushoverClientRegisterDeviceOutput,\n});\n"],"mappings":";;AAkBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;EAC1H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,CAAC,CAAC,CAAC,SAAS,8DAcH;CACP,QAd8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-app-icon-image.ts
|
|
4
|
+
const PushoverGetAppIconImageInput = zod.z.object({ icon: zod.z.string().describe("Icon identifier string (from message object's 'icon' field).") }).describe("Request model for fetching a Pushover application icon image.");
|
|
5
|
+
const PushoverGetAppIconImage_FileDownloadableSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Name of the file"),
|
|
7
|
+
s3url: zod.z.string().describe("S3 URL of the downloaded file."),
|
|
8
|
+
mimetype: zod.z.string().describe("Mime type of the file.")
|
|
9
|
+
});
|
|
10
|
+
const PushoverGetAppIconImageOutput = zod.z.object({
|
|
11
|
+
url: zod.z.string().describe("Requested icon URL."),
|
|
12
|
+
content: PushoverGetAppIconImage_FileDownloadableSchema.nullable().optional(),
|
|
13
|
+
http_status: zod.z.number().int().describe("HTTP status code returned by the icon endpoint when not successful.").nullable().optional(),
|
|
14
|
+
http_response_text: zod.z.string().describe("Raw HTTP response text when download did not succeed.").nullable().optional()
|
|
15
|
+
}).describe("Response model containing the PNG binary of the application icon or HTTP diagnostics on failure.");
|
|
16
|
+
const pushoverGetAppIconImage = require_action.action("PUSHOVER_GET_APP_ICON_IMAGE", {
|
|
17
|
+
slug: "pushover-get-app-icon-image",
|
|
18
|
+
name: "Get Application Icon Image",
|
|
19
|
+
description: "Tool to fetch an application icon PNG by icon identifier. Use when you need to retrieve and cache the Pushover app icon image.",
|
|
20
|
+
input: PushoverGetAppIconImageInput,
|
|
21
|
+
output: PushoverGetAppIconImageOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.pushoverGetAppIconImage = pushoverGetAppIconImage;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-app-icon-image.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-icon-image.cjs","names":["z","action"],"sources":["../../src/actions/get-app-icon-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppIconImageInput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"Icon identifier string (from message object's 'icon' field).\"),\n}).describe(\"Request model for fetching a Pushover application icon image.\");\nconst PushoverGetAppIconImage_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const PushoverGetAppIconImageOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Requested icon URL.\"),\n content: PushoverGetAppIconImage_FileDownloadableSchema.nullable().optional(),\n http_status: z.number().int().describe(\"HTTP status code returned by the icon endpoint when not successful.\").nullable().optional(),\n http_response_text: z.string().describe(\"Raw HTTP response text when download did not succeed.\").nullable().optional(),\n}).describe(\"Response model containing the PNG binary of the application icon or HTTP diagnostics on failure.\");\n\nexport const pushoverGetAppIconImage = action(\"PUSHOVER_GET_APP_ICON_IMAGE\", {\n slug: \"pushover-get-app-icon-image\",\n name: \"Get Application Icon Image\",\n description: \"Tool to fetch an application icon PNG by icon identifier. Use when you need to retrieve and cache the Pushover app icon image.\",\n input: PushoverGetAppIconImageInput,\n output: PushoverGetAppIconImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC1F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC9C,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,kGAAkG;AAE9G,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,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-app-icon-image.d.ts
|
|
4
|
+
declare const PushoverGetAppIconImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppIconImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppIconImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppIconImage };
|
|
9
|
+
//# sourceMappingURL=get-app-icon-image.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-icon-image.d.cts","names":[],"sources":["../../src/actions/get-app-icon-image.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE+B;AAAA,cAM/D,6BAAA,EAA+B,CAAA,CAAE,UAKiE;AAAA,cAElG,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-app-icon-image.d.ts
|
|
4
|
+
declare const PushoverGetAppIconImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppIconImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppIconImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppIconImage };
|
|
9
|
+
//# sourceMappingURL=get-app-icon-image.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-icon-image.d.mts","names":[],"sources":["../../src/actions/get-app-icon-image.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE+B;AAAA,cAM/D,6BAAA,EAA+B,CAAA,CAAE,UAKiE;AAAA,cAElG,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-app-icon-image.ts
|
|
4
|
+
const PushoverGetAppIconImageInput = z.object({ icon: z.string().describe("Icon identifier string (from message object's 'icon' field).") }).describe("Request model for fetching a Pushover application icon image.");
|
|
5
|
+
const PushoverGetAppIconImage_FileDownloadableSchema = z.object({
|
|
6
|
+
name: z.string().describe("Name of the file"),
|
|
7
|
+
s3url: z.string().describe("S3 URL of the downloaded file."),
|
|
8
|
+
mimetype: z.string().describe("Mime type of the file.")
|
|
9
|
+
});
|
|
10
|
+
const pushoverGetAppIconImage = action("PUSHOVER_GET_APP_ICON_IMAGE", {
|
|
11
|
+
slug: "pushover-get-app-icon-image",
|
|
12
|
+
name: "Get Application Icon Image",
|
|
13
|
+
description: "Tool to fetch an application icon PNG by icon identifier. Use when you need to retrieve and cache the Pushover app icon image.",
|
|
14
|
+
input: PushoverGetAppIconImageInput,
|
|
15
|
+
output: z.object({
|
|
16
|
+
url: z.string().describe("Requested icon URL."),
|
|
17
|
+
content: PushoverGetAppIconImage_FileDownloadableSchema.nullable().optional(),
|
|
18
|
+
http_status: z.number().int().describe("HTTP status code returned by the icon endpoint when not successful.").nullable().optional(),
|
|
19
|
+
http_response_text: z.string().describe("Raw HTTP response text when download did not succeed.").nullable().optional()
|
|
20
|
+
}).describe("Response model containing the PNG binary of the application icon or HTTP diagnostics on failure.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { pushoverGetAppIconImage };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-app-icon-image.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-icon-image.mjs","names":[],"sources":["../../src/actions/get-app-icon-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppIconImageInput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"Icon identifier string (from message object's 'icon' field).\"),\n}).describe(\"Request model for fetching a Pushover application icon image.\");\nconst PushoverGetAppIconImage_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const PushoverGetAppIconImageOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Requested icon URL.\"),\n content: PushoverGetAppIconImage_FileDownloadableSchema.nullable().optional(),\n http_status: z.number().int().describe(\"HTTP status code returned by the icon endpoint when not successful.\").nullable().optional(),\n http_response_text: z.string().describe(\"Raw HTTP response text when download did not succeed.\").nullable().optional(),\n}).describe(\"Response model containing the PNG binary of the application icon or HTTP diagnostics on failure.\");\n\nexport const pushoverGetAppIconImage = action(\"PUSHOVER_GET_APP_ICON_IMAGE\", {\n slug: \"pushover-get-app-icon-image\",\n name: \"Get Application Icon Image\",\n description: \"Tool to fetch an application icon PNG by icon identifier. Use when you need to retrieve and cache the Pushover app icon image.\",\n input: PushoverGetAppIconImageInput,\n output: PushoverGetAppIconImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC1F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AAQD,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAC9C,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,kGAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-app-limits.ts
|
|
4
|
+
const PushoverGetAppLimitsInput = zod.z.object({ token: zod.z.string().describe("Your Pushover application API token.") });
|
|
5
|
+
const PushoverGetAppLimitsOutput = zod.z.object({
|
|
6
|
+
limit: zod.z.number().int().describe("Monthly message limit for the application.").nullable().optional(),
|
|
7
|
+
reset: zod.z.number().int().describe("UNIX timestamp when the monthly message count resets.").nullable().optional(),
|
|
8
|
+
errors: zod.z.array(zod.z.string()).describe("List of error messages if the request failed.").nullable().optional(),
|
|
9
|
+
status: zod.z.number().int().describe("1 on success; non-1 indicates an error.").nullable().optional(),
|
|
10
|
+
request: zod.z.string().describe("Unique request ID returned by API.").nullable().optional(),
|
|
11
|
+
remaining: zod.z.number().int().describe("Number of messages remaining in the current month.").nullable().optional(),
|
|
12
|
+
parameter_flags: zod.z.object({}).describe("Additional flags for parameters returned by the API on error responses.").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const pushoverGetAppLimits = require_action.action("PUSHOVER_GET_APP_LIMITS", {
|
|
15
|
+
slug: "pushover-get-app-limits",
|
|
16
|
+
name: "Get App Limits",
|
|
17
|
+
description: "Tool to retrieve the current monthly message limit, remaining messages, and reset time for a Pushover application. Use when monitoring your monthly quota before sending messages.",
|
|
18
|
+
input: PushoverGetAppLimitsInput,
|
|
19
|
+
output: PushoverGetAppLimitsOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.pushoverGetAppLimits = pushoverGetAppLimits;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-app-limits.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-limits.cjs","names":["z","action"],"sources":["../../src/actions/get-app-limits.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppLimitsInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Your Pushover application API token.\"),\n});\nexport const PushoverGetAppLimitsOutput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Monthly message limit for the application.\").nullable().optional(),\n reset: z.number().int().describe(\"UNIX timestamp when the monthly message count resets.\").nullable().optional(),\n errors: z.array(z.string()).describe(\"List of error messages if the request failed.\").nullable().optional(),\n status: z.number().int().describe(\"1 on success; non-1 indicates an error.\").nullable().optional(),\n request: z.string().describe(\"Unique request ID returned by API.\").nullable().optional(),\n remaining: z.number().int().describe(\"Number of messages remaining in the current month.\").nullable().optional(),\n parameter_flags: z.object({}).describe(\"Additional flags for parameters returned by the API on error responses.\").nullable().optional(),\n});\n\nexport const pushoverGetAppLimits = action(\"PUSHOVER_GET_APP_LIMITS\", {\n slug: \"pushover-get-app-limits\",\n name: \"Get App Limits\",\n description: \"Tool to retrieve the current monthly message limit, remaining messages, and reset time for a Pushover application. Use when monitoring your monthly quota before sending messages.\",\n input: PushoverGetAppLimitsInput,\n output: PushoverGetAppLimitsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACnE,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxI,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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-app-limits.d.ts
|
|
4
|
+
declare const PushoverGetAppLimitsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppLimitsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppLimits: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppLimits };
|
|
9
|
+
//# sourceMappingURL=get-app-limits.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-limits.d.cts","names":[],"sources":["../../src/actions/get-app-limits.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAQzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-app-limits.d.ts
|
|
4
|
+
declare const PushoverGetAppLimitsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppLimitsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppLimits: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppLimits };
|
|
9
|
+
//# sourceMappingURL=get-app-limits.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-limits.d.mts","names":[],"sources":["../../src/actions/get-app-limits.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAQzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pushoverGetAppLimits = action("PUSHOVER_GET_APP_LIMITS", {
|
|
4
|
+
slug: "pushover-get-app-limits",
|
|
5
|
+
name: "Get App Limits",
|
|
6
|
+
description: "Tool to retrieve the current monthly message limit, remaining messages, and reset time for a Pushover application. Use when monitoring your monthly quota before sending messages.",
|
|
7
|
+
input: z.object({ token: z.string().describe("Your Pushover application API token.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
limit: z.number().int().describe("Monthly message limit for the application.").nullable().optional(),
|
|
10
|
+
reset: z.number().int().describe("UNIX timestamp when the monthly message count resets.").nullable().optional(),
|
|
11
|
+
errors: z.array(z.string()).describe("List of error messages if the request failed.").nullable().optional(),
|
|
12
|
+
status: z.number().int().describe("1 on success; non-1 indicates an error.").nullable().optional(),
|
|
13
|
+
request: z.string().describe("Unique request ID returned by API.").nullable().optional(),
|
|
14
|
+
remaining: z.number().int().describe("Number of messages remaining in the current month.").nullable().optional(),
|
|
15
|
+
parameter_flags: z.object({}).describe("Additional flags for parameters returned by the API on error responses.").nullable().optional()
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { pushoverGetAppLimits };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=get-app-limits.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-limits.mjs","names":[],"sources":["../../src/actions/get-app-limits.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppLimitsInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Your Pushover application API token.\"),\n});\nexport const PushoverGetAppLimitsOutput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Monthly message limit for the application.\").nullable().optional(),\n reset: z.number().int().describe(\"UNIX timestamp when the monthly message count resets.\").nullable().optional(),\n errors: z.array(z.string()).describe(\"List of error messages if the request failed.\").nullable().optional(),\n status: z.number().int().describe(\"1 on success; non-1 indicates an error.\").nullable().optional(),\n request: z.string().describe(\"Unique request ID returned by API.\").nullable().optional(),\n remaining: z.number().int().describe(\"Number of messages remaining in the current month.\").nullable().optional(),\n parameter_flags: z.object({}).describe(\"Additional flags for parameters returned by the API on error responses.\").nullable().optional(),\n});\n\nexport const pushoverGetAppLimits = action(\"PUSHOVER_GET_APP_LIMITS\", {\n slug: \"pushover-get-app-limits\",\n name: \"Get App Limits\",\n description: \"Tool to retrieve the current monthly message limit, remaining messages, and reset time for a Pushover application. Use when monitoring your monthly quota before sending messages.\",\n input: PushoverGetAppLimitsInput,\n output: PushoverGetAppLimitsOutput,\n});\n"],"mappings":";;AAiBA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBqD,EAAE,OAAO,EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACnE,CAeS;CACP,QAfsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,iBAAiB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-app-token.ts
|
|
4
|
+
const PushoverGetAppTokenInput = zod.z.object({ token: zod.z.string().describe("Optional override for the Pushover application API token. If provided, this value will be returned.").optional() }).describe("Request model for fetching stored Pushover application API token.\nOptionally allows overriding/providing the token directly.");
|
|
5
|
+
const PushoverGetAppTokenOutput = zod.z.object({ token: zod.z.string().describe("Stored Pushover application API token.") }).describe("Response model containing the Pushover application API token.");
|
|
6
|
+
const pushoverGetAppToken = require_action.action("PUSHOVER_GET_APP_TOKEN", {
|
|
7
|
+
slug: "pushover-get-app-token",
|
|
8
|
+
name: "Get Application Token",
|
|
9
|
+
description: "Tool to fetch stored Pushover application API token. Use when supplying credentials to other Pushover actions securely.",
|
|
10
|
+
input: PushoverGetAppTokenInput,
|
|
11
|
+
output: PushoverGetAppTokenOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.pushoverGetAppToken = pushoverGetAppToken;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-app-token.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-token.cjs","names":["z","action"],"sources":["../../src/actions/get-app-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppTokenInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Optional override for the Pushover application API token. If provided, this value will be returned.\").optional(),\n}).describe(\"Request model for fetching stored Pushover application API token.\\nOptionally allows overriding/providing the token directly.\");\nexport const PushoverGetAppTokenOutput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Stored Pushover application API token.\"),\n}).describe(\"Response model containing the Pushover application API token.\");\n\nexport const pushoverGetAppToken = action(\"PUSHOVER_GET_APP_TOKEN\", {\n slug: \"pushover-get-app-token\",\n name: \"Get Application Token\",\n description: \"Tool to fetch stored Pushover application API token. Use when supplying credentials to other Pushover actions securely.\",\n input: PushoverGetAppTokenInput,\n output: PushoverGetAppTokenOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,EAC7I,CAAC,CAAC,CAAC,SAAS,+HAA+H;AAC3I,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,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-app-token.d.ts
|
|
4
|
+
declare const PushoverGetAppTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppToken };
|
|
9
|
+
//# sourceMappingURL=get-app-token.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-token.d.cts","names":[],"sources":["../../src/actions/get-app-token.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEmG;AAAA,cAC/H,yBAAA,EAA2B,CAAA,CAAE,UAEkC;AAAA,cAE/D,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-app-token.d.ts
|
|
4
|
+
declare const PushoverGetAppTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetAppTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetAppToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetAppToken };
|
|
9
|
+
//# sourceMappingURL=get-app-token.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-token.d.mts","names":[],"sources":["../../src/actions/get-app-token.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEmG;AAAA,cAC/H,yBAAA,EAA2B,CAAA,CAAE,UAEkC;AAAA,cAE/D,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pushoverGetAppToken = action("PUSHOVER_GET_APP_TOKEN", {
|
|
4
|
+
slug: "pushover-get-app-token",
|
|
5
|
+
name: "Get Application Token",
|
|
6
|
+
description: "Tool to fetch stored Pushover application API token. Use when supplying credentials to other Pushover actions securely.",
|
|
7
|
+
input: z.object({ token: z.string().describe("Optional override for the Pushover application API token. If provided, this value will be returned.").optional() }).describe("Request model for fetching stored Pushover application API token.\nOptionally allows overriding/providing the token directly."),
|
|
8
|
+
output: z.object({ token: z.string().describe("Stored Pushover application API token.") }).describe("Response model containing the Pushover application API token.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { pushoverGetAppToken };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=get-app-token.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-token.mjs","names":[],"sources":["../../src/actions/get-app-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetAppTokenInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Optional override for the Pushover application API token. If provided, this value will be returned.\").optional(),\n}).describe(\"Request model for fetching stored Pushover application API token.\\nOptionally allows overriding/providing the token directly.\");\nexport const PushoverGetAppTokenOutput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Stored Pushover application API token.\"),\n}).describe(\"Response model containing the Pushover application API token.\");\n\nexport const pushoverGetAppToken = action(\"PUSHOVER_GET_APP_TOKEN\", {\n slug: \"pushover-get-app-token\",\n name: \"Get Application Token\",\n description: \"Tool to fetch stored Pushover application API token. Use when supplying credentials to other Pushover actions securely.\",\n input: PushoverGetAppTokenInput,\n output: PushoverGetAppTokenOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXoD,EAAE,OAAO,EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,EAC7I,CAAC,CAAC,CAAC,SAAS,+HASH;CACP,QATqD,EAAE,OAAO,EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-receipt-status.ts
|
|
4
|
+
const PushoverGetReceiptStatusInput = zod.z.object({
|
|
5
|
+
token: zod.z.string().describe("Your application API token for Pushover."),
|
|
6
|
+
receipt: zod.z.string().describe("30-character alphanumeric receipt returned when sending an emergency-priority message.")
|
|
7
|
+
}).describe("Request model for polling the status of an emergency-priority notification receipt.");
|
|
8
|
+
const PushoverGetReceiptStatusOutput = zod.z.object({
|
|
9
|
+
errors: zod.z.array(zod.z.string()).describe("List of error messages if status != 1").nullable().optional(),
|
|
10
|
+
status: zod.z.number().int().describe("1 if the receipt status request was successful"),
|
|
11
|
+
expired: zod.z.number().int().describe("1 if the message’s expiration time has passed, 0 otherwise").nullable().optional(),
|
|
12
|
+
request: zod.z.string().describe("Unique request ID returned by the API").nullable().optional(),
|
|
13
|
+
expires_at: zod.z.number().int().describe("Unix timestamp when retries will stop").nullable().optional(),
|
|
14
|
+
called_back: zod.z.number().int().describe("1 if Pushover called your callback URL, 0 otherwise").nullable().optional(),
|
|
15
|
+
acknowledged: zod.z.number().int().describe("1 if the user has acknowledged the notification, 0 otherwise").nullable().optional(),
|
|
16
|
+
called_back_at: zod.z.number().int().describe("Unix timestamp when the callback occurred, or 0").nullable().optional(),
|
|
17
|
+
acknowledged_at: zod.z.number().int().describe("Unix timestamp when acknowledged, or 0 if not acknowledged").nullable().optional(),
|
|
18
|
+
acknowledged_by: zod.z.string().describe("User key of the first user to acknowledge").nullable().optional(),
|
|
19
|
+
last_delivered_at: zod.z.number().int().describe("Unix timestamp of the last retry delivery, or 0").nullable().optional(),
|
|
20
|
+
acknowledged_by_device: zod.z.string().describe("Device name of the first device to acknowledge").nullable().optional()
|
|
21
|
+
}).describe("Response model for receipt status, as returned by the Pushover API.\n\nThis model is designed to accept both successful responses and error responses\nfrom the Pushover Receipts API. On error, Pushover commonly returns HTTP 200\nwith fields like `status`, `request`, and `errors`, but omits delivery fields.\nTherefore, most fields here are optional to accommodate that behavior.");
|
|
22
|
+
const pushoverGetReceiptStatus = require_action.action("PUSHOVER_GET_RECEIPT_STATUS", {
|
|
23
|
+
slug: "pushover-get-receipt-status",
|
|
24
|
+
name: "Get Receipt Status",
|
|
25
|
+
description: "Tool to poll the status of an emergency-priority notification receipt. Use after sending an emergency notification to check its delivery and acknowledgment. Use when you have the `receipt` from an emergency-priority message and need to track its retries and acknowledgment status.",
|
|
26
|
+
input: PushoverGetReceiptStatusInput,
|
|
27
|
+
output: PushoverGetReceiptStatusOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.pushoverGetReceiptStatus = pushoverGetReceiptStatus;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-receipt-status.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-receipt-status.cjs","names":["z","action"],"sources":["../../src/actions/get-receipt-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushoverGetReceiptStatusInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Your application API token for Pushover.\"),\n receipt: z.string().describe(\"30-character alphanumeric receipt returned when sending an emergency-priority message.\"),\n}).describe(\"Request model for polling the status of an emergency-priority notification receipt.\");\nexport const PushoverGetReceiptStatusOutput: z.ZodTypeAny = z.object({\n errors: z.array(z.string()).describe(\"List of error messages if status != 1\").nullable().optional(),\n status: z.number().int().describe(\"1 if the receipt status request was successful\"),\n expired: z.number().int().describe(\"1 if the message’s expiration time has passed, 0 otherwise\").nullable().optional(),\n request: z.string().describe(\"Unique request ID returned by the API\").nullable().optional(),\n expires_at: z.number().int().describe(\"Unix timestamp when retries will stop\").nullable().optional(),\n called_back: z.number().int().describe(\"1 if Pushover called your callback URL, 0 otherwise\").nullable().optional(),\n acknowledged: z.number().int().describe(\"1 if the user has acknowledged the notification, 0 otherwise\").nullable().optional(),\n called_back_at: z.number().int().describe(\"Unix timestamp when the callback occurred, or 0\").nullable().optional(),\n acknowledged_at: z.number().int().describe(\"Unix timestamp when acknowledged, or 0 if not acknowledged\").nullable().optional(),\n acknowledged_by: z.string().describe(\"User key of the first user to acknowledge\").nullable().optional(),\n last_delivered_at: z.number().int().describe(\"Unix timestamp of the last retry delivery, or 0\").nullable().optional(),\n acknowledged_by_device: z.string().describe(\"Device name of the first device to acknowledge\").nullable().optional(),\n}).describe(\"Response model for receipt status, as returned by the Pushover API.\\n\\nThis model is designed to accept both successful responses and error responses\\nfrom the Pushover Receipts API. On error, Pushover commonly returns HTTP 200\\nwith fields like `status`, `request`, and `errors`, but omits delivery fields.\\nTherefore, most fields here are optional to accommodate that behavior.\");\n\nexport const pushoverGetReceiptStatus = action(\"PUSHOVER_GET_RECEIPT_STATUS\", {\n slug: \"pushover-get-receipt-status\",\n name: \"Get Receipt Status\",\n description: \"Tool to poll the status of an emergency-priority notification receipt. Use after sending an emergency notification to check its delivery and acknowledgment. Use when you have the `receipt` from an emergency-priority message and need to track its retries and acknowledgment status.\",\n input: PushoverGetReceiptStatusInput,\n output: PushoverGetReceiptStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;AACvH,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,6XAA6X;AAEzY,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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-receipt-status.d.ts
|
|
4
|
+
declare const PushoverGetReceiptStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetReceiptStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetReceiptStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetReceiptStatus };
|
|
9
|
+
//# sourceMappingURL=get-receipt-status.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-receipt-status.d.cts","names":[],"sources":["../../src/actions/get-receipt-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGoD;AAAA,cACrF,8BAAA,EAAgC,CAAA,CAAE,UAa2V;AAAA,cAE7X,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-receipt-status.d.ts
|
|
4
|
+
declare const PushoverGetReceiptStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushoverGetReceiptStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushoverGetReceiptStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushoverGetReceiptStatus };
|
|
9
|
+
//# sourceMappingURL=get-receipt-status.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-receipt-status.d.mts","names":[],"sources":["../../src/actions/get-receipt-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGoD;AAAA,cACrF,8BAAA,EAAgC,CAAA,CAAE,UAa2V;AAAA,cAE7X,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|