@keystrokehq/push_by_techulus 0.1.3 → 0.1.4

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.
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  channel: z.ZodOptional<z.ZodString>;
@@ -35,7 +35,7 @@ declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action")
35
35
  title: string;
36
36
  link?: string | undefined;
37
37
  image?: string | undefined;
38
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
38
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
39
39
  channel?: string | undefined;
40
40
  timeSensitive?: boolean | undefined;
41
41
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationAsyncInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  channel: z.ZodOptional<z.ZodString>;
@@ -35,7 +35,7 @@ declare const pushByTechulusSendNotificationAsync: import("@keystrokehq/action")
35
35
  title: string;
36
36
  link?: string | undefined;
37
37
  image?: string | undefined;
38
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
38
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
39
39
  channel?: string | undefined;
40
40
  timeSensitive?: boolean | undefined;
41
41
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  channel: z.ZodOptional<z.ZodString>;
@@ -41,7 +41,7 @@ declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action
41
41
  groupId: string;
42
42
  link?: string | undefined;
43
43
  image?: string | undefined;
44
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
44
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
45
45
  channel?: string | undefined;
46
46
  timeSensitive?: boolean | undefined;
47
47
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationToGroupInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  channel: z.ZodOptional<z.ZodString>;
@@ -41,7 +41,7 @@ declare const pushByTechulusSendNotificationToGroup: import("@keystrokehq/action
41
41
  groupId: string;
42
42
  link?: string | undefined;
43
43
  image?: string | undefined;
44
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
44
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
45
45
  channel?: string | undefined;
46
46
  timeSensitive?: boolean | undefined;
47
47
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  api_key: z.ZodString;
@@ -41,7 +41,7 @@ declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/ac
41
41
  api_key: string;
42
42
  link?: string | undefined;
43
43
  image?: string | undefined;
44
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
44
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
45
45
  channel?: string | undefined;
46
46
  time_sensitive?: boolean | undefined;
47
47
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,6 @@ 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";
11
10
  arcade: "arcade";
12
11
  correct: "correct";
13
12
  fail: "fail";
@@ -21,6 +20,7 @@ declare const PushByTechulusSendNotificationWebhookPostInput: z.ZodObject<{
21
20
  clear: "clear";
22
21
  elevator: "elevator";
23
22
  guitar: "guitar";
23
+ pop: "pop";
24
24
  }>>;
25
25
  title: z.ZodString;
26
26
  api_key: z.ZodString;
@@ -41,7 +41,7 @@ declare const pushByTechulusSendNotificationWebhookPost: import("@keystrokehq/ac
41
41
  api_key: string;
42
42
  link?: string | undefined;
43
43
  image?: string | undefined;
44
- sound?: "default" | "pop" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | undefined;
44
+ sound?: "default" | "arcade" | "correct" | "fail" | "harp" | "reveal" | "bubble" | "doorbell" | "flute" | "money" | "scifi" | "clear" | "elevator" | "guitar" | "pop" | undefined;
45
45
  channel?: string | undefined;
46
46
  time_sensitive?: boolean | undefined;
47
47
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const pushByTechulusCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/push_by_techulus",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it."
@@ -1 +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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
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 \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const pushByTechulusCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.";
@@ -9,7 +9,7 @@ declare const pushByTechulusCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const pushByTechulusCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/push_by_techulus",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it."
@@ -1 +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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
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 \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Push by Techulus API key. Navigate to your Push by Techulus account, sign in, and go to Integrations > API Key to retrieve it.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/push_by_techulus",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"