@keystrokehq/push_by_techulus 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/delete-team-member-or-invite.d.cts +13 -1
- package/dist/actions/delete-team-member-or-invite.d.mts +13 -1
- package/dist/actions/invite-user-to-team.d.cts +13 -1
- package/dist/actions/invite-user-to-team.d.mts +13 -1
- package/dist/actions/send-notification-async.d.cts +15 -3
- package/dist/actions/send-notification-async.d.mts +15 -3
- package/dist/actions/send-notification-sync.d.cts +13 -1
- package/dist/actions/send-notification-sync.d.mts +13 -1
- package/dist/actions/send-notification-to-group.d.cts +15 -3
- package/dist/actions/send-notification-to-group.d.mts +15 -3
- package/dist/actions/send-notification-webhook-post.d.cts +15 -3
- package/dist/actions/send-notification-webhook-post.d.mts +15 -3
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,19 @@ declare const PushByTechulusDeleteTeamMemberOrInviteOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushByTechulusDeleteTeamMemberOrInvite: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
team: string;
|
|
15
15
|
email: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { pushByTechulusDeleteTeamMemberOrInvite };
|
|
19
31
|
//# sourceMappingURL=delete-team-member-or-invite.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const PushByTechulusDeleteTeamMemberOrInviteOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushByTechulusDeleteTeamMemberOrInvite: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
team: string;
|
|
15
15
|
email: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { pushByTechulusDeleteTeamMemberOrInvite };
|
|
19
31
|
//# sourceMappingURL=delete-team-member-or-invite.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const PushByTechulusInviteUserToTeamOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushByTechulusInviteUserToTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
team: string;
|
|
15
15
|
email: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { pushByTechulusInviteUserToTeam };
|
|
19
31
|
//# sourceMappingURL=invite-user-to-team.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const PushByTechulusInviteUserToTeamOutput: z.ZodObject<{
|
|
|
13
13
|
declare const pushByTechulusInviteUserToTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
team: string;
|
|
15
15
|
email: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { pushByTechulusInviteUserToTeam };
|
|
19
31
|
//# sourceMappingURL=invite-user-to-team.d.mts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
channel: z.ZodOptional<z.ZodString>;
|
|
@@ -35,10 +35,22 @@ declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action")
|
|
|
35
35
|
title: string;
|
|
36
36
|
link?: string | undefined;
|
|
37
37
|
image?: string | undefined;
|
|
38
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
38
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
39
39
|
channel?: string | undefined;
|
|
40
40
|
timeSensitive?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { pushByTechulusSendNotificationAsync };
|
|
44
56
|
//# sourceMappingURL=send-notification-async.d.cts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
channel: z.ZodOptional<z.ZodString>;
|
|
@@ -35,10 +35,22 @@ declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action")
|
|
|
35
35
|
title: string;
|
|
36
36
|
link?: string | undefined;
|
|
37
37
|
image?: string | undefined;
|
|
38
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
38
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
39
39
|
channel?: string | undefined;
|
|
40
40
|
timeSensitive?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { pushByTechulusSendNotificationAsync };
|
|
44
56
|
//# sourceMappingURL=send-notification-async.d.mts.map
|
|
@@ -26,7 +26,19 @@ declare const pushByTechulusSendNotificationSync: import("@keystrokehq/action").
|
|
|
26
26
|
sound?: string | undefined;
|
|
27
27
|
channel?: string | undefined;
|
|
28
28
|
timeSensitive?: boolean | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { pushByTechulusSendNotificationSync };
|
|
32
44
|
//# sourceMappingURL=send-notification-sync.d.cts.map
|
|
@@ -26,7 +26,19 @@ declare const pushByTechulusSendNotificationSync: import("@keystrokehq/action").
|
|
|
26
26
|
sound?: string | undefined;
|
|
27
27
|
channel?: string | undefined;
|
|
28
28
|
timeSensitive?: boolean | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { pushByTechulusSendNotificationSync };
|
|
32
44
|
//# sourceMappingURL=send-notification-sync.d.mts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
channel: z.ZodOptional<z.ZodString>;
|
|
@@ -41,10 +41,22 @@ declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action
|
|
|
41
41
|
groupId: string;
|
|
42
42
|
link?: string | undefined;
|
|
43
43
|
image?: string | undefined;
|
|
44
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
44
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
45
45
|
channel?: string | undefined;
|
|
46
46
|
timeSensitive?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pushByTechulusSendNotificationToGroup };
|
|
50
62
|
//# sourceMappingURL=send-notification-to-group.d.cts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
channel: z.ZodOptional<z.ZodString>;
|
|
@@ -41,10 +41,22 @@ declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action
|
|
|
41
41
|
groupId: string;
|
|
42
42
|
link?: string | undefined;
|
|
43
43
|
image?: string | undefined;
|
|
44
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
44
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
45
45
|
channel?: string | undefined;
|
|
46
46
|
timeSensitive?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pushByTechulusSendNotificationToGroup };
|
|
50
62
|
//# sourceMappingURL=send-notification-to-group.d.mts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
api_key: z.ZodString;
|
|
@@ -41,10 +41,22 @@ declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/ac
|
|
|
41
41
|
api_key: string;
|
|
42
42
|
link?: string | undefined;
|
|
43
43
|
image?: string | undefined;
|
|
44
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
44
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
45
45
|
channel?: string | undefined;
|
|
46
46
|
time_sensitive?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pushByTechulusSendNotificationWebhookPost };
|
|
50
62
|
//# sourceMappingURL=send-notification-webhook-post.d.cts.map
|
|
@@ -7,6 +7,7 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
|
|
|
7
7
|
image: z.ZodOptional<z.ZodString>;
|
|
8
8
|
sound: z.ZodOptional<z.ZodEnum<{
|
|
9
9
|
default: "default";
|
|
10
|
+
pop: "pop";
|
|
10
11
|
arcade: "arcade";
|
|
11
12
|
correct: "correct";
|
|
12
13
|
fail: "fail";
|
|
@@ -20,7 +21,6 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
|
|
|
20
21
|
clear: "clear";
|
|
21
22
|
elevator: "elevator";
|
|
22
23
|
guitar: "guitar";
|
|
23
|
-
pop: "pop";
|
|
24
24
|
}>>;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
api_key: z.ZodString;
|
|
@@ -41,10 +41,22 @@ declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/ac
|
|
|
41
41
|
api_key: string;
|
|
42
42
|
link?: string | undefined;
|
|
43
43
|
image?: string | undefined;
|
|
44
|
-
sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" |
|
|
44
|
+
sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
|
|
45
45
|
channel?: string | undefined;
|
|
46
46
|
time_sensitive?: boolean | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"push_by_techulus", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { pushByTechulusSendNotificationWebhookPost };
|
|
50
62
|
//# sourceMappingURL=send-notification-webhook-post.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const pushByTechulus = (0,
|
|
4
|
+
const pushByTechulus = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "push_by_techulus",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.pushByTechulus = pushByTechulus;
|
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 pushByTechulus = defineApp({\n slug: \"push_by_techulus\",\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 pushByTechulus = defineApp({\n slug: \"push_by_techulus\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,kBAAA,GAAA,2BAAA,UAAA,CAA2B;CACtC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const pushByTechulus: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pushByTechulus: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { pushByTechulus };
|
|
5
13
|
//# 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,cAAA,6BAAc,GAAA,+BAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const pushByTechulus: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const pushByTechulus: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"push_by_techulus", 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
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { pushByTechulus };
|
|
5
13
|
//# 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,cAAA,6BAAc,GAAA,+BAAA,UAAA,qBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const pushByTechulus = defineApp({
|
|
4
5
|
slug: "push_by_techulus",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { pushByTechulus };
|
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 pushByTechulus = defineApp({\n slug: \"push_by_techulus\",\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 pushByTechulus = defineApp({\n slug: \"push_by_techulus\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|