@keystrokehq/pushover 0.1.4 → 0.1.5
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/dist/actions/cancel-receipt-retries.d.cts +15 -1
- package/dist/actions/cancel-receipt-retries.d.mts +15 -1
- package/dist/actions/cancel-retries-by-tag.d.cts +15 -1
- package/dist/actions/cancel-retries-by-tag.d.mts +15 -1
- package/dist/actions/client-ack-delete-up-to-id.d.cts +15 -1
- package/dist/actions/client-ack-delete-up-to-id.d.mts +15 -1
- package/dist/actions/client-fetch-messages.d.cts +15 -1
- package/dist/actions/client-fetch-messages.d.mts +15 -1
- package/dist/actions/client-login.d.cts +15 -1
- package/dist/actions/client-login.d.mts +15 -1
- package/dist/actions/client-realtime-websocket.d.cts +15 -1
- package/dist/actions/client-realtime-websocket.d.mts +15 -1
- package/dist/actions/client-register-device.d.cts +15 -1
- package/dist/actions/client-register-device.d.mts +15 -1
- package/dist/actions/get-app-icon-image.d.cts +15 -1
- package/dist/actions/get-app-icon-image.d.mts +15 -1
- package/dist/actions/get-app-limits.d.cts +15 -1
- package/dist/actions/get-app-limits.d.mts +15 -1
- package/dist/actions/get-app-token.d.cts +15 -1
- package/dist/actions/get-app-token.d.mts +15 -1
- package/dist/actions/get-receipt-status.d.cts +15 -1
- package/dist/actions/get-receipt-status.d.mts +15 -1
- package/dist/actions/get-team-api-token.d.cts +15 -1
- package/dist/actions/get-team-api-token.d.mts +15 -1
- package/dist/actions/glances-update.d.cts +15 -1
- package/dist/actions/glances-update.d.mts +15 -1
- package/dist/actions/group-add-user.d.cts +15 -1
- package/dist/actions/group-add-user.d.mts +15 -1
- package/dist/actions/group-create.d.cts +15 -1
- package/dist/actions/group-create.d.mts +15 -1
- package/dist/actions/group-disable-user.d.cts +15 -1
- package/dist/actions/group-disable-user.d.mts +15 -1
- package/dist/actions/group-enable-user.d.cts +15 -1
- package/dist/actions/group-enable-user.d.mts +15 -1
- package/dist/actions/group-get.d.cts +15 -1
- package/dist/actions/group-get.d.mts +15 -1
- package/dist/actions/group-list.d.cts +15 -1
- package/dist/actions/group-list.d.mts +15 -1
- package/dist/actions/group-remove-user.d.cts +15 -1
- package/dist/actions/group-remove-user.d.mts +15 -1
- package/dist/actions/group-rename.d.cts +15 -1
- package/dist/actions/group-rename.d.mts +15 -1
- package/dist/actions/license-assign.d.cts +15 -1
- package/dist/actions/license-assign.d.mts +15 -1
- package/dist/actions/license-check-credits.d.cts +15 -1
- package/dist/actions/license-check-credits.d.mts +15 -1
- package/dist/actions/send-message.d.cts +15 -1
- package/dist/actions/send-message.d.mts +15 -1
- package/dist/actions/store-team-api-token.d.cts +15 -1
- package/dist/actions/store-team-api-token.d.mts +15 -1
- package/dist/actions/subscription-flow.d.cts +15 -1
- package/dist/actions/subscription-flow.d.mts +15 -1
- package/dist/actions/teams-add-user.d.cts +15 -1
- package/dist/actions/teams-add-user.d.mts +15 -1
- package/dist/actions/teams-remove-user.d.cts +15 -1
- package/dist/actions/teams-remove-user.d.mts +15 -1
- package/dist/actions/validate-user-or-group.d.cts +15 -1
- package/dist/actions/validate-user-or-group.d.mts +15 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,21 @@ declare const pushoverTeamsAddUser: import("@keystrokehq/action").WorkflowAction
|
|
|
23
23
|
group?: string | undefined;
|
|
24
24
|
instant?: string | undefined;
|
|
25
25
|
password?: string | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
generic_id: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
generic_id: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
27
41
|
//#endregion
|
|
28
42
|
export { pushoverTeamsAddUser };
|
|
29
43
|
//# sourceMappingURL=teams-add-user.d.cts.map
|
|
@@ -23,7 +23,21 @@ declare const pushoverTeamsAddUser: import("@keystrokehq/action").WorkflowAction
|
|
|
23
23
|
group?: string | undefined;
|
|
24
24
|
instant?: string | undefined;
|
|
25
25
|
password?: string | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
generic_id: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
generic_id: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
27
41
|
//#endregion
|
|
28
42
|
export { pushoverTeamsAddUser };
|
|
29
43
|
//# sourceMappingURL=teams-add-user.d.mts.map
|
|
@@ -13,7 +13,21 @@ declare const PushoverTeamsRemoveUserOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverTeamsRemoveUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
email: string;
|
|
15
15
|
token: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
generic_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
generic_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { pushoverTeamsRemoveUser };
|
|
19
33
|
//# sourceMappingURL=teams-remove-user.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const PushoverTeamsRemoveUserOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverTeamsRemoveUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
email: string;
|
|
15
15
|
token: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
generic_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
generic_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { pushoverTeamsRemoveUser };
|
|
19
33
|
//# sourceMappingURL=teams-remove-user.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverValidateUserOrGroup: import("@keystrokehq/action").Workflo
|
|
|
17
17
|
user: string;
|
|
18
18
|
token: string;
|
|
19
19
|
device?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
generic_id: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { pushoverValidateUserOrGroup };
|
|
23
37
|
//# sourceMappingURL=validate-user-or-group.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverValidateUserOrGroup: import("@keystrokehq/action").Workflo
|
|
|
17
17
|
user: string;
|
|
18
18
|
token: string;
|
|
19
19
|
device?: string | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
generic_id: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { pushoverValidateUserOrGroup };
|
|
23
37
|
//# sourceMappingURL=validate-user-or-group.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const pushover = (0,
|
|
4
|
+
const pushover = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "pushover",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: zod.z.string(),
|
|
9
|
+
generic_id: zod.z.string()
|
|
10
|
+
}
|
|
5
11
|
});
|
|
6
12
|
//#endregion
|
|
7
13
|
exports.pushover = pushover;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pushover = defineApp({\n slug: \"pushover\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pushover = defineApp({\n slug: \"pushover\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,YAAYA,IAAAA,EAAE,OAAO;CACvB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const pushover: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pushover: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
generic_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { pushover };
|
|
5
14
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const pushover: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pushover: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
generic_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { pushover };
|
|
5
14
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const pushover = defineApp({
|
|
4
5
|
slug: "pushover",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: z.string(),
|
|
9
|
+
generic_id: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { pushover };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pushover = defineApp({\n slug: \"pushover\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pushover = defineApp({\n slug: \"pushover\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,YAAY,EAAE,OAAO;CACvB;AACF,CAAC"}
|