@keystrokehq/push_by_techulus 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/delete-team-member-or-invite.cjs +23 -0
- package/dist/actions/delete-team-member-or-invite.cjs.map +1 -0
- package/dist/actions/delete-team-member-or-invite.d.cts +9 -0
- package/dist/actions/delete-team-member-or-invite.d.cts.map +1 -0
- package/dist/actions/delete-team-member-or-invite.d.mts +9 -0
- package/dist/actions/delete-team-member-or-invite.d.mts.map +1 -0
- package/dist/actions/delete-team-member-or-invite.mjs +20 -0
- package/dist/actions/delete-team-member-or-invite.mjs.map +1 -0
- package/dist/actions/index.cjs +13 -0
- package/dist/actions/index.d.cts +7 -0
- package/dist/actions/index.d.mts +7 -0
- package/dist/actions/index.mjs +7 -0
- package/dist/actions/invite-user-to-team.cjs +23 -0
- package/dist/actions/invite-user-to-team.cjs.map +1 -0
- package/dist/actions/invite-user-to-team.d.cts +9 -0
- package/dist/actions/invite-user-to-team.d.cts.map +1 -0
- package/dist/actions/invite-user-to-team.d.mts +9 -0
- package/dist/actions/invite-user-to-team.d.mts.map +1 -0
- package/dist/actions/invite-user-to-team.mjs +20 -0
- package/dist/actions/invite-user-to-team.mjs.map +1 -0
- package/dist/actions/send-notification-async.cjs +43 -0
- package/dist/actions/send-notification-async.cjs.map +1 -0
- package/dist/actions/send-notification-async.d.cts +9 -0
- package/dist/actions/send-notification-async.d.cts.map +1 -0
- package/dist/actions/send-notification-async.d.mts +9 -0
- package/dist/actions/send-notification-async.d.mts.map +1 -0
- package/dist/actions/send-notification-async.mjs +40 -0
- package/dist/actions/send-notification-async.mjs.map +1 -0
- package/dist/actions/send-notification-sync.cjs +32 -0
- package/dist/actions/send-notification-sync.cjs.map +1 -0
- package/dist/actions/send-notification-sync.d.cts +9 -0
- package/dist/actions/send-notification-sync.d.cts.map +1 -0
- package/dist/actions/send-notification-sync.d.mts +9 -0
- package/dist/actions/send-notification-sync.d.mts.map +1 -0
- package/dist/actions/send-notification-sync.mjs +31 -0
- package/dist/actions/send-notification-sync.mjs.map +1 -0
- package/dist/actions/send-notification-to-group.cjs +49 -0
- package/dist/actions/send-notification-to-group.cjs.map +1 -0
- package/dist/actions/send-notification-to-group.d.cts +9 -0
- package/dist/actions/send-notification-to-group.d.cts.map +1 -0
- package/dist/actions/send-notification-to-group.d.mts +9 -0
- package/dist/actions/send-notification-to-group.d.mts.map +1 -0
- package/dist/actions/send-notification-to-group.mjs +48 -0
- package/dist/actions/send-notification-to-group.mjs.map +1 -0
- package/dist/actions/send-notification-webhook-post.cjs +49 -0
- package/dist/actions/send-notification-webhook-post.cjs.map +1 -0
- package/dist/actions/send-notification-webhook-post.d.cts +9 -0
- package/dist/actions/send-notification-webhook-post.d.cts.map +1 -0
- package/dist/actions/send-notification-webhook-post.d.mts +9 -0
- package/dist/actions/send-notification-webhook-post.d.mts.map +1 -0
- package/dist/actions/send-notification-webhook-post.mjs +48 -0
- package/dist/actions/send-notification-webhook-post.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 +18 -0
- package/dist/index.d.cts +9 -0
- package/dist/index.d.mts +9 -0
- package/dist/index.mjs +10 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-to-group.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Individual device response message\"),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\"),\n}).describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message\"),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;AACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC/C,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAWA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,wCAAwCC,eAAAA,OAAO,+CAA+C;CACzG,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/send-notification-to-group.d.ts
|
|
4
|
+
declare const PushByTechulusSendNotificationToGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushByTechulusSendNotificationToGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushByTechulusSendNotificationToGroup };
|
|
9
|
+
//# sourceMappingURL=send-notification-to-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-to-group.d.cts","names":[],"sources":["../../src/actions/send-notification-to-group.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UASmB;AAAA,cAKjE,2CAAA,EAA6C,CAAA,CAAE,UAIY;AAAA,cAE3D,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/send-notification-to-group.d.ts
|
|
4
|
+
declare const PushByTechulusSendNotificationToGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushByTechulusSendNotificationToGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushByTechulusSendNotificationToGroup };
|
|
9
|
+
//# sourceMappingURL=send-notification-to-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-to-group.d.mts","names":[],"sources":["../../src/actions/send-notification-to-group.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UASmB;AAAA,cAKjE,2CAAA,EAA6C,CAAA,CAAE,UAIY;AAAA,cAE3D,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/send-notification-to-group.ts
|
|
4
|
+
const PushByTechulusSendNotificationToGroupInput = z.object({
|
|
5
|
+
body: z.string().describe("Notification body message"),
|
|
6
|
+
link: z.string().describe("Notification link (URL)").optional(),
|
|
7
|
+
image: z.string().describe("Notification image (URL)").optional(),
|
|
8
|
+
sound: z.enum([
|
|
9
|
+
"default",
|
|
10
|
+
"arcade",
|
|
11
|
+
"correct",
|
|
12
|
+
"fail",
|
|
13
|
+
"harp",
|
|
14
|
+
"reveal",
|
|
15
|
+
"bubble",
|
|
16
|
+
"doorbell",
|
|
17
|
+
"flute",
|
|
18
|
+
"money",
|
|
19
|
+
"scifi",
|
|
20
|
+
"clear",
|
|
21
|
+
"elevator",
|
|
22
|
+
"guitar",
|
|
23
|
+
"pop"
|
|
24
|
+
]).describe("Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop").optional(),
|
|
25
|
+
title: z.string().describe("Notification title"),
|
|
26
|
+
channel: z.string().describe("Notification channel (alphanumeric and hyphens only). Default: 'feed'").optional(),
|
|
27
|
+
groupId: z.string().describe("The Device Group ID to send the notification to"),
|
|
28
|
+
timeSensitive: z.boolean().describe("Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false").optional()
|
|
29
|
+
}).describe("Request parameters to send push notification to a device group.");
|
|
30
|
+
const PushByTechulusSendNotificationToGroup_DeviceResponseSchema = z.object({
|
|
31
|
+
message: z.string().describe("Individual device response message"),
|
|
32
|
+
success: z.boolean().describe("Indicates if notification was sent to individual device")
|
|
33
|
+
}).describe("Individual device response for group notification.");
|
|
34
|
+
const pushByTechulusSendNotificationToGroup = action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP", {
|
|
35
|
+
slug: "push_by_techulus-send-notification-to-group",
|
|
36
|
+
name: "Send Notification to Device Group",
|
|
37
|
+
description: "Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.",
|
|
38
|
+
input: PushByTechulusSendNotificationToGroupInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
message: z.string().describe("Response message"),
|
|
41
|
+
success: z.boolean().describe("Indicates if the request was successful"),
|
|
42
|
+
responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe("Array of individual device responses").nullable().optional()
|
|
43
|
+
}).describe("Response schema for sending notification to device group.")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { pushByTechulusSendNotificationToGroup };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=send-notification-to-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-to-group.mjs","names":[],"sources":["../../src/actions/send-notification-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationToGroupInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Notification body message\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n channel: z.string().describe(\"Notification channel (alphanumeric and hyphens only). Default: 'feed'\").optional(),\n groupId: z.string().describe(\"The Device Group ID to send the notification to\"),\n timeSensitive: z.boolean().describe(\"Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false\").optional(),\n}).describe(\"Request parameters to send push notification to a device group.\");\nconst PushByTechulusSendNotificationToGroup_DeviceResponseSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Individual device response message\"),\n success: z.boolean().describe(\"Indicates if notification was sent to individual device\"),\n}).describe(\"Individual device response for group notification.\");\nexport const PushByTechulusSendNotificationToGroupOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message\"),\n success: z.boolean().describe(\"Indicates if the request was successful\"),\n responses: z.array(PushByTechulusSendNotificationToGroup_DeviceResponseSchema).describe(\"Array of individual device responses\").nullable().optional(),\n}).describe(\"Response schema for sending notification to device group.\");\n\nexport const pushByTechulusSendNotificationToGroup = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUP\", {\n slug: \"push_by_techulus-send-notification-to-group\",\n name: \"Send Notification to Device Group\",\n description: \"Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.\",\n input: PushByTechulusSendNotificationToGroupInput,\n output: PushByTechulusSendNotificationToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS;CAC3U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6DAA2E,EAAE,OAAO;CACxF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;AACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAOhE,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuE,EAAE,OAAO;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;EAC/C,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC;EACvE,WAAW,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/send-notification-webhook-post.ts
|
|
4
|
+
const PushByTechulusSendNotificationWebhookPostInput = zod.z.object({
|
|
5
|
+
body: zod.z.string().describe("Notification body content"),
|
|
6
|
+
link: zod.z.string().describe("Notification link (URL)").optional(),
|
|
7
|
+
image: zod.z.string().describe("Notification image (URL)").optional(),
|
|
8
|
+
sound: zod.z.enum([
|
|
9
|
+
"default",
|
|
10
|
+
"arcade",
|
|
11
|
+
"correct",
|
|
12
|
+
"fail",
|
|
13
|
+
"harp",
|
|
14
|
+
"reveal",
|
|
15
|
+
"bubble",
|
|
16
|
+
"doorbell",
|
|
17
|
+
"flute",
|
|
18
|
+
"money",
|
|
19
|
+
"scifi",
|
|
20
|
+
"clear",
|
|
21
|
+
"elevator",
|
|
22
|
+
"guitar",
|
|
23
|
+
"pop"
|
|
24
|
+
]).describe("Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop").optional(),
|
|
25
|
+
title: zod.z.string().describe("Notification title"),
|
|
26
|
+
api_key: zod.z.string().describe("Account / Team API Key for authentication"),
|
|
27
|
+
channel: zod.z.string().describe("Notification channel, alphanumerical string and hyphens only (default: 'feed')").optional(),
|
|
28
|
+
time_sensitive: zod.z.boolean().describe("Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)").optional()
|
|
29
|
+
}).describe("Request model for sending push notification via webhook POST.");
|
|
30
|
+
const PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = zod.z.object({
|
|
31
|
+
message: zod.z.string().describe("Individual delivery message"),
|
|
32
|
+
success: zod.z.boolean().describe("Individual delivery success status")
|
|
33
|
+
}).describe("Individual notification delivery result.");
|
|
34
|
+
const PushByTechulusSendNotificationWebhookPostOutput = zod.z.object({
|
|
35
|
+
message: zod.z.string().describe("Response message").nullable().optional(),
|
|
36
|
+
success: zod.z.boolean().describe("Operation success status"),
|
|
37
|
+
responses: zod.z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe("Array of individual notification delivery results").nullable().optional()
|
|
38
|
+
}).describe("Response model for sending push notification via webhook POST.");
|
|
39
|
+
const pushByTechulusSendNotificationWebhookPost = require_action.action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST", {
|
|
40
|
+
slug: "push_by_techulus-send-notification-webhook-post",
|
|
41
|
+
name: "Send Notification via Webhook POST",
|
|
42
|
+
description: "Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.",
|
|
43
|
+
input: PushByTechulusSendNotificationWebhookPostInput,
|
|
44
|
+
output: PushByTechulusSendNotificationWebhookPostOutput
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
exports.pushByTechulusSendNotificationWebhookPost = pushByTechulusSendNotificationWebhookPost;
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=send-notification-webhook-post.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-webhook-post.cjs","names":["z","action"],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Individual delivery message\"),\n success: z.boolean().describe(\"Individual delivery success status\"),\n}).describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\"),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA2FA,IAAAA,EAAE,OAAO;CACxG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;AACpE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B;CACxD,WAAWA,IAAAA,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnL,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,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/send-notification-webhook-post.d.ts
|
|
4
|
+
declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushByTechulusSendNotificationWebhookPostOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushByTechulusSendNotificationWebhookPost };
|
|
9
|
+
//# sourceMappingURL=send-notification-webhook-post.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-webhook-post.d.cts","names":[],"sources":["../../src/actions/send-notification-webhook-post.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UASa;AAAA,cAK/D,+CAAA,EAAiD,CAAA,CAAE,UAIa;AAAA,cAEhE,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/send-notification-webhook-post.d.ts
|
|
4
|
+
declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodTypeAny;
|
|
5
|
+
declare const PushByTechulusSendNotificationWebhookPostOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pushByTechulusSendNotificationWebhookPost };
|
|
9
|
+
//# sourceMappingURL=send-notification-webhook-post.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-webhook-post.d.mts","names":[],"sources":["../../src/actions/send-notification-webhook-post.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UASa;AAAA,cAK/D,+CAAA,EAAiD,CAAA,CAAE,UAIa;AAAA,cAEhE,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/send-notification-webhook-post.ts
|
|
4
|
+
const PushByTechulusSendNotificationWebhookPostInput = z.object({
|
|
5
|
+
body: z.string().describe("Notification body content"),
|
|
6
|
+
link: z.string().describe("Notification link (URL)").optional(),
|
|
7
|
+
image: z.string().describe("Notification image (URL)").optional(),
|
|
8
|
+
sound: z.enum([
|
|
9
|
+
"default",
|
|
10
|
+
"arcade",
|
|
11
|
+
"correct",
|
|
12
|
+
"fail",
|
|
13
|
+
"harp",
|
|
14
|
+
"reveal",
|
|
15
|
+
"bubble",
|
|
16
|
+
"doorbell",
|
|
17
|
+
"flute",
|
|
18
|
+
"money",
|
|
19
|
+
"scifi",
|
|
20
|
+
"clear",
|
|
21
|
+
"elevator",
|
|
22
|
+
"guitar",
|
|
23
|
+
"pop"
|
|
24
|
+
]).describe("Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop").optional(),
|
|
25
|
+
title: z.string().describe("Notification title"),
|
|
26
|
+
api_key: z.string().describe("Account / Team API Key for authentication"),
|
|
27
|
+
channel: z.string().describe("Notification channel, alphanumerical string and hyphens only (default: 'feed')").optional(),
|
|
28
|
+
time_sensitive: z.boolean().describe("Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)").optional()
|
|
29
|
+
}).describe("Request model for sending push notification via webhook POST.");
|
|
30
|
+
const PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema = z.object({
|
|
31
|
+
message: z.string().describe("Individual delivery message"),
|
|
32
|
+
success: z.boolean().describe("Individual delivery success status")
|
|
33
|
+
}).describe("Individual notification delivery result.");
|
|
34
|
+
const pushByTechulusSendNotificationWebhookPost = action("PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST", {
|
|
35
|
+
slug: "push_by_techulus-send-notification-webhook-post",
|
|
36
|
+
name: "Send Notification via Webhook POST",
|
|
37
|
+
description: "Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.",
|
|
38
|
+
input: PushByTechulusSendNotificationWebhookPostInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
message: z.string().describe("Response message").nullable().optional(),
|
|
41
|
+
success: z.boolean().describe("Operation success status"),
|
|
42
|
+
responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe("Array of individual notification delivery results").nullable().optional()
|
|
43
|
+
}).describe("Response model for sending push notification via webhook POST.")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { pushByTechulusSendNotificationWebhookPost };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=send-notification-webhook-post.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-notification-webhook-post.mjs","names":[],"sources":["../../src/actions/send-notification-webhook-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PushByTechulusSendNotificationWebhookPostInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Notification body content\"),\n link: z.string().describe(\"Notification link (URL)\").optional(),\n image: z.string().describe(\"Notification image (URL)\").optional(),\n sound: z.enum([\"default\", \"arcade\", \"correct\", \"fail\", \"harp\", \"reveal\", \"bubble\", \"doorbell\", \"flute\", \"money\", \"scifi\", \"clear\", \"elevator\", \"guitar\", \"pop\"]).describe(\"Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop\").optional(),\n title: z.string().describe(\"Notification title\"),\n api_key: z.string().describe(\"Account / Team API Key for authentication\"),\n channel: z.string().describe(\"Notification channel, alphanumerical string and hyphens only (default: 'feed')\").optional(),\n time_sensitive: z.boolean().describe(\"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)\").optional(),\n}).describe(\"Request model for sending push notification via webhook POST.\");\nconst PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Individual delivery message\"),\n success: z.boolean().describe(\"Individual delivery success status\"),\n}).describe(\"Individual notification delivery result.\");\nexport const PushByTechulusSendNotificationWebhookPostOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message\").nullable().optional(),\n success: z.boolean().describe(\"Operation success status\"),\n responses: z.array(PushByTechulusSendNotificationWebhookPost_NotificationDeliveryResultSchema).describe(\"Array of individual notification delivery results\").nullable().optional(),\n}).describe(\"Response model for sending push notification via webhook POST.\");\n\nexport const pushByTechulusSendNotificationWebhookPost = action(\"PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POST\", {\n slug: \"push_by_techulus-send-notification-webhook-post\",\n name: \"Send Notification via Webhook POST\",\n description: \"Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.\",\n input: PushByTechulusSendNotificationWebhookPostInput,\n output: PushByTechulusSendNotificationWebhookPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+D,EAAE,OAAO;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,KAAK;EAAC;EAAW;EAAU;EAAW;EAAQ;EAAQ;EAAU;EAAU;EAAY;EAAS;EAAS;EAAS;EAAS;EAAY;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC9U,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACxH,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACxL,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,6EAA2F,EAAE,OAAO;CACxG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;AACpE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2E,EAAE,OAAO;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B;EACxD,WAAW,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +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":";AAEA,MAAa,kBAAA,uCAAA,CAAA,CAAA,UAAA,CAA2B;CACtC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +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":";;AAEA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const pushByTechulusCatalog = {
|
|
4
|
+
"slug": "push_by_techulus",
|
|
5
|
+
"name": "Push by Techulus",
|
|
6
|
+
"description": "Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.",
|
|
7
|
+
"category": "Notifications",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/push_by_techulus",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.pushByTechulusCatalog = pushByTechulusCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const pushByTechulusCatalog: {
|
|
4
|
+
readonly slug: "push_by_techulus";
|
|
5
|
+
readonly name: "Push by Techulus";
|
|
6
|
+
readonly description: "Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.";
|
|
7
|
+
readonly category: "Notifications";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/push_by_techulus";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pushByTechulusCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const pushByTechulusCatalog: {
|
|
4
|
+
readonly slug: "push_by_techulus";
|
|
5
|
+
readonly name: "Push by Techulus";
|
|
6
|
+
readonly description: "Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.";
|
|
7
|
+
readonly category: "Notifications";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/push_by_techulus";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pushByTechulusCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const pushByTechulusCatalog = {
|
|
4
|
+
"slug": "push_by_techulus",
|
|
5
|
+
"name": "Push by Techulus",
|
|
6
|
+
"description": "Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.",
|
|
7
|
+
"category": "Notifications",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/push_by_techulus",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pushByTechulusCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pushByTechulusCatalog = {\n \"slug\": \"push_by_techulus\",\n \"name\": \"Push by Techulus\",\n \"description\": \"Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.\",\n \"category\": \"Notifications\",\n \"logo\": \"https://logos.composio.dev/api/push_by_techulus\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "push_by_techulus";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePushByTechulusTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executePushByTechulusTool = executePushByTechulusTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"push_by_techulus\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePushByTechulusTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "push_by_techulus";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePushByTechulusTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executePushByTechulusTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"push_by_techulus\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePushByTechulusTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_delete_team_member_or_invite = require("./actions/delete-team-member-or-invite.cjs");
|
|
5
|
+
const require_invite_user_to_team = require("./actions/invite-user-to-team.cjs");
|
|
6
|
+
const require_send_notification_async = require("./actions/send-notification-async.cjs");
|
|
7
|
+
const require_send_notification_sync = require("./actions/send-notification-sync.cjs");
|
|
8
|
+
const require_send_notification_to_group = require("./actions/send-notification-to-group.cjs");
|
|
9
|
+
const require_send_notification_webhook_post = require("./actions/send-notification-webhook-post.cjs");
|
|
10
|
+
require("./actions/index.cjs");
|
|
11
|
+
exports.pushByTechulus = require_app.pushByTechulus;
|
|
12
|
+
exports.pushByTechulusCatalog = require_catalog.pushByTechulusCatalog;
|
|
13
|
+
exports.pushByTechulusDeleteTeamMemberOrInvite = require_delete_team_member_or_invite.pushByTechulusDeleteTeamMemberOrInvite;
|
|
14
|
+
exports.pushByTechulusInviteUserToTeam = require_invite_user_to_team.pushByTechulusInviteUserToTeam;
|
|
15
|
+
exports.pushByTechulusSendNotificationAsync = require_send_notification_async.pushByTechulusSendNotificationAsync;
|
|
16
|
+
exports.pushByTechulusSendNotificationSync = require_send_notification_sync.pushByTechulusSendNotificationSync;
|
|
17
|
+
exports.pushByTechulusSendNotificationToGroup = require_send_notification_to_group.pushByTechulusSendNotificationToGroup;
|
|
18
|
+
exports.pushByTechulusSendNotificationWebhookPost = require_send_notification_webhook_post.pushByTechulusSendNotificationWebhookPost;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { pushByTechulusDeleteTeamMemberOrInvite } from "./actions/delete-team-member-or-invite.cjs";
|
|
2
|
+
import { pushByTechulusInviteUserToTeam } from "./actions/invite-user-to-team.cjs";
|
|
3
|
+
import { pushByTechulusSendNotificationAsync } from "./actions/send-notification-async.cjs";
|
|
4
|
+
import { pushByTechulusSendNotificationSync } from "./actions/send-notification-sync.cjs";
|
|
5
|
+
import { pushByTechulusSendNotificationToGroup } from "./actions/send-notification-to-group.cjs";
|
|
6
|
+
import { pushByTechulusSendNotificationWebhookPost } from "./actions/send-notification-webhook-post.cjs";
|
|
7
|
+
import { pushByTechulus } from "./app.cjs";
|
|
8
|
+
import { pushByTechulusCatalog } from "./catalog.cjs";
|
|
9
|
+
export { pushByTechulus, pushByTechulusCatalog, pushByTechulusDeleteTeamMemberOrInvite, pushByTechulusInviteUserToTeam, pushByTechulusSendNotificationAsync, pushByTechulusSendNotificationSync, pushByTechulusSendNotificationToGroup, pushByTechulusSendNotificationWebhookPost };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { pushByTechulusDeleteTeamMemberOrInvite } from "./actions/delete-team-member-or-invite.mjs";
|
|
2
|
+
import { pushByTechulusInviteUserToTeam } from "./actions/invite-user-to-team.mjs";
|
|
3
|
+
import { pushByTechulusSendNotificationAsync } from "./actions/send-notification-async.mjs";
|
|
4
|
+
import { pushByTechulusSendNotificationSync } from "./actions/send-notification-sync.mjs";
|
|
5
|
+
import { pushByTechulusSendNotificationToGroup } from "./actions/send-notification-to-group.mjs";
|
|
6
|
+
import { pushByTechulusSendNotificationWebhookPost } from "./actions/send-notification-webhook-post.mjs";
|
|
7
|
+
import { pushByTechulus } from "./app.mjs";
|
|
8
|
+
import { pushByTechulusCatalog } from "./catalog.mjs";
|
|
9
|
+
export { pushByTechulus, pushByTechulusCatalog, pushByTechulusDeleteTeamMemberOrInvite, pushByTechulusInviteUserToTeam, pushByTechulusSendNotificationAsync, pushByTechulusSendNotificationSync, pushByTechulusSendNotificationToGroup, pushByTechulusSendNotificationWebhookPost };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { pushByTechulus } from "./app.mjs";
|
|
2
|
+
import { pushByTechulusCatalog } from "./catalog.mjs";
|
|
3
|
+
import { pushByTechulusDeleteTeamMemberOrInvite } from "./actions/delete-team-member-or-invite.mjs";
|
|
4
|
+
import { pushByTechulusInviteUserToTeam } from "./actions/invite-user-to-team.mjs";
|
|
5
|
+
import { pushByTechulusSendNotificationAsync } from "./actions/send-notification-async.mjs";
|
|
6
|
+
import { pushByTechulusSendNotificationSync } from "./actions/send-notification-sync.mjs";
|
|
7
|
+
import { pushByTechulusSendNotificationToGroup } from "./actions/send-notification-to-group.mjs";
|
|
8
|
+
import { pushByTechulusSendNotificationWebhookPost } from "./actions/send-notification-webhook-post.mjs";
|
|
9
|
+
import "./actions/index.mjs";
|
|
10
|
+
export { pushByTechulus, pushByTechulusCatalog, pushByTechulusDeleteTeamMemberOrInvite, pushByTechulusInviteUserToTeam, pushByTechulusSendNotificationAsync, pushByTechulusSendNotificationSync, pushByTechulusSendNotificationToGroup, pushByTechulusSendNotificationWebhookPost };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/push_by_techulus",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/push_by_techulus"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|