@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
|
@@ -13,7 +13,21 @@ declare const PushoverCancelReceiptRetriesOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverCancelReceiptRetries: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
token: string;
|
|
15
15
|
receipt: 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 { pushoverCancelReceiptRetries };
|
|
19
33
|
//# sourceMappingURL=cancel-receipt-retries.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const PushoverCancelReceiptRetriesOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverCancelReceiptRetries: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
token: string;
|
|
15
15
|
receipt: 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 { pushoverCancelReceiptRetries };
|
|
19
33
|
//# sourceMappingURL=cancel-receipt-retries.d.mts.map
|
|
@@ -13,7 +13,21 @@ declare const PushoverCancelRetriesByTagOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverCancelRetriesByTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
tag: 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 { pushoverCancelRetriesByTag };
|
|
19
33
|
//# sourceMappingURL=cancel-retries-by-tag.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const PushoverCancelRetriesByTagOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushoverCancelRetriesByTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
tag: 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 { pushoverCancelRetriesByTag };
|
|
19
33
|
//# sourceMappingURL=cancel-retries-by-tag.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverClientAckDeleteUpToId: import("@keystrokehq/action").Workf
|
|
|
17
17
|
secret: string;
|
|
18
18
|
message: number;
|
|
19
19
|
device_id: string;
|
|
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 { pushoverClientAckDeleteUpToId };
|
|
23
37
|
//# sourceMappingURL=client-ack-delete-up-to-id.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverClientAckDeleteUpToId: import("@keystrokehq/action").Workf
|
|
|
17
17
|
secret: string;
|
|
18
18
|
message: number;
|
|
19
19
|
device_id: string;
|
|
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 { pushoverClientAckDeleteUpToId };
|
|
23
37
|
//# sourceMappingURL=client-ack-delete-up-to-id.d.mts.map
|
|
@@ -38,7 +38,21 @@ declare const PushoverClientFetchMessagesOutput: z.ZodObject<{
|
|
|
38
38
|
declare const pushoverClientFetchMessages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
secret: string;
|
|
40
40
|
device_id: string;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
generic_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { pushoverClientFetchMessages };
|
|
44
58
|
//# sourceMappingURL=client-fetch-messages.d.cts.map
|
|
@@ -38,7 +38,21 @@ declare const PushoverClientFetchMessagesOutput: z.ZodObject<{
|
|
|
38
38
|
declare const pushoverClientFetchMessages: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
secret: string;
|
|
40
40
|
device_id: string;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
generic_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { pushoverClientFetchMessages };
|
|
44
58
|
//# sourceMappingURL=client-fetch-messages.d.mts.map
|
|
@@ -19,7 +19,21 @@ declare const pushoverClientLogin: import("@keystrokehq/action").WorkflowActionD
|
|
|
19
19
|
email: string;
|
|
20
20
|
password: string;
|
|
21
21
|
twofa?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
generic_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
generic_id: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { pushoverClientLogin };
|
|
25
39
|
//# sourceMappingURL=client-login.d.cts.map
|
|
@@ -19,7 +19,21 @@ declare const pushoverClientLogin: import("@keystrokehq/action").WorkflowActionD
|
|
|
19
19
|
email: string;
|
|
20
20
|
password: string;
|
|
21
21
|
twofa?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
generic_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
generic_id: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { pushoverClientLogin };
|
|
25
39
|
//# sourceMappingURL=client-login.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverClientRealtimeWebsocket: import("@keystrokehq/action").Wor
|
|
|
17
17
|
secret: string;
|
|
18
18
|
device_id: string;
|
|
19
19
|
timeout?: number | 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 { pushoverClientRealtimeWebsocket };
|
|
23
37
|
//# sourceMappingURL=client-realtime-websocket.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const pushoverClientRealtimeWebsocket: import("@keystrokehq/action").Wor
|
|
|
17
17
|
secret: string;
|
|
18
18
|
device_id: string;
|
|
19
19
|
timeout?: number | 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 { pushoverClientRealtimeWebsocket };
|
|
23
37
|
//# sourceMappingURL=client-realtime-websocket.d.mts.map
|
|
@@ -18,7 +18,21 @@ declare const pushoverClientRegisterDevice: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
name: string;
|
|
19
19
|
secret: string;
|
|
20
20
|
os?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
22
36
|
//#endregion
|
|
23
37
|
export { pushoverClientRegisterDevice };
|
|
24
38
|
//# sourceMappingURL=client-register-device.d.cts.map
|
|
@@ -18,7 +18,21 @@ declare const pushoverClientRegisterDevice: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
name: string;
|
|
19
19
|
secret: string;
|
|
20
20
|
os?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
22
36
|
//#endregion
|
|
23
37
|
export { pushoverClientRegisterDevice };
|
|
24
38
|
//# sourceMappingURL=client-register-device.d.mts.map
|
|
@@ -16,7 +16,21 @@ declare const PushoverGetAppIconImageOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const pushoverGetAppIconImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
icon: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { pushoverGetAppIconImage };
|
|
22
36
|
//# sourceMappingURL=get-app-icon-image.d.cts.map
|
|
@@ -16,7 +16,21 @@ declare const PushoverGetAppIconImageOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const pushoverGetAppIconImage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
icon: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
20
34
|
//#endregion
|
|
21
35
|
export { pushoverGetAppIconImage };
|
|
22
36
|
//# sourceMappingURL=get-app-icon-image.d.mts.map
|
|
@@ -15,7 +15,21 @@ declare const PushoverGetAppLimitsOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const pushoverGetAppLimits: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
token: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
generic_id: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { pushoverGetAppLimits };
|
|
21
35
|
//# sourceMappingURL=get-app-limits.d.cts.map
|
|
@@ -15,7 +15,21 @@ declare const PushoverGetAppLimitsOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const pushoverGetAppLimits: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
token: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
generic_id: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { pushoverGetAppLimits };
|
|
21
35
|
//# sourceMappingURL=get-app-limits.d.mts.map
|
|
@@ -9,7 +9,21 @@ declare const PushoverGetAppTokenOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const pushoverGetAppToken: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
token?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { pushoverGetAppToken };
|
|
15
29
|
//# sourceMappingURL=get-app-token.d.cts.map
|
|
@@ -9,7 +9,21 @@ declare const PushoverGetAppTokenOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const pushoverGetAppToken: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
token?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { pushoverGetAppToken };
|
|
15
29
|
//# sourceMappingURL=get-app-token.d.mts.map
|
|
@@ -22,7 +22,21 @@ declare const PushoverGetReceiptStatusOutput: z.ZodObject<{
|
|
|
22
22
|
declare const pushoverGetReceiptStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
token: string;
|
|
24
24
|
receipt: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { pushoverGetReceiptStatus };
|
|
28
42
|
//# sourceMappingURL=get-receipt-status.d.cts.map
|
|
@@ -22,7 +22,21 @@ declare const PushoverGetReceiptStatusOutput: z.ZodObject<{
|
|
|
22
22
|
declare const pushoverGetReceiptStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
token: string;
|
|
24
24
|
receipt: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { pushoverGetReceiptStatus };
|
|
28
42
|
//# sourceMappingURL=get-receipt-status.d.mts.map
|
|
@@ -9,7 +9,21 @@ declare const PushoverGetTeamApiTokenOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const pushoverGetTeamApiToken: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
token?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { pushoverGetTeamApiToken };
|
|
15
29
|
//# sourceMappingURL=get-team-api-token.d.cts.map
|
|
@@ -9,7 +9,21 @@ declare const PushoverGetTeamApiTokenOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const pushoverGetTeamApiToken: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
token?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { pushoverGetTeamApiToken };
|
|
15
29
|
//# sourceMappingURL=get-team-api-token.d.mts.map
|
|
@@ -25,7 +25,21 @@ declare const pushoverGlancesUpdate: import("@keystrokehq/action").WorkflowActio
|
|
|
25
25
|
device?: string | undefined;
|
|
26
26
|
percent?: number | undefined;
|
|
27
27
|
subtext?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { pushoverGlancesUpdate };
|
|
31
45
|
//# sourceMappingURL=glances-update.d.cts.map
|
|
@@ -25,7 +25,21 @@ declare const pushoverGlancesUpdate: import("@keystrokehq/action").WorkflowActio
|
|
|
25
25
|
device?: string | undefined;
|
|
26
26
|
percent?: number | undefined;
|
|
27
27
|
subtext?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pushover", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { pushoverGlancesUpdate };
|
|
31
45
|
//# sourceMappingURL=glances-update.d.mts.map
|