@keystrokehq/short_menu 0.1.2 → 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.
@@ -22,7 +22,7 @@ const ShortMenuCreateLinkOutput = zod.z.object({
22
22
  expires_at: zod.z.string().describe("Expiration date/time of the link").nullable().optional(),
23
23
  description: zod.z.string().describe("Link description or note").nullable().optional(),
24
24
  password_enabled: zod.z.boolean().describe("Whether the link is password protected").nullable()
25
- }).describe("Response schema for the created link.");
25
+ }).passthrough().describe("Response schema for the created link.");
26
26
  const shortMenuCreateLink = require_action.action("SHORT_MENU_CREATE_LINK", {
27
27
  slug: "short_menu-create-link",
28
28
  name: "Create Short Link",
@@ -1 +1 @@
1
- {"version":3,"file":"create-link.cjs","names":["z","action"],"sources":["../../src/actions/create-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuCreateLinkInput = z.object({\n url: z.string().describe(\"The original URL to be shortened\"),\n slug: z.string().describe(\"Custom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the link\").optional(),\n domain: z.string().describe(\"Custom domain to use for the generated short link\").optional(),\n password: z.string().describe(\"Password to protect the link (plain text)\").optional(),\n pixel_ids: z.array(z.string()).describe(\"Analytics pixel identifiers to attach to the link\").optional(),\n expires_at: z.string().describe(\"ISO8601 timestamp when the link should expire\").optional(),\n description: z.string().describe(\"An optional note or description for this link\").optional(),\n}).describe(\"Input parameters to create a new shortened link.\");\nexport const ShortMenuCreateLinkOutput = z.object({\n id: z.string().describe(\"Unique ID of the created link\").nullable(),\n url: z.string().describe(\"The original URL\").nullable(),\n slug: z.string().describe(\"The custom or auto-generated slug\").nullable(),\n tags: z.array(z.string()).describe(\"Tags assigned to the link\"),\n domain: z.string().describe(\"Domain used for the link\").nullable(),\n short_url: z.string().describe(\"The shortened URL\").nullable(),\n created_at: z.string().describe(\"Link creation date/time\").nullable(),\n expires_at: z.string().describe(\"Expiration date/time of the link\").nullable().optional(),\n description: z.string().describe(\"Link description or note\").nullable().optional(),\n password_enabled: z.boolean().describe(\"Whether the link is password protected\").nullable(),\n}).describe(\"Response schema for the created link.\");\n\nexport const shortMenuCreateLink = action(\"SHORT_MENU_CREATE_LINK\", {\n slug: \"short_menu-create-link\",\n name: \"Create Short Link\",\n description: \"Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata.\",\n input: ShortMenuCreateLinkInput,\n output: ShortMenuCreateLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC3I,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2BAA2B;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"create-link.cjs","names":["z","action"],"sources":["../../src/actions/create-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuCreateLinkInput = z.object({\n url: z.string().describe(\"The original URL to be shortened\"),\n slug: z.string().describe(\"Custom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the link\").optional(),\n domain: z.string().describe(\"Custom domain to use for the generated short link\").optional(),\n password: z.string().describe(\"Password to protect the link (plain text)\").optional(),\n pixel_ids: z.array(z.string()).describe(\"Analytics pixel identifiers to attach to the link\").optional(),\n expires_at: z.string().describe(\"ISO8601 timestamp when the link should expire\").optional(),\n description: z.string().describe(\"An optional note or description for this link\").optional(),\n}).describe(\"Input parameters to create a new shortened link.\");\nexport const ShortMenuCreateLinkOutput = z.object({\n id: z.string().describe(\"Unique ID of the created link\").nullable(),\n url: z.string().describe(\"The original URL\").nullable(),\n slug: z.string().describe(\"The custom or auto-generated slug\").nullable(),\n tags: z.array(z.string()).describe(\"Tags assigned to the link\"),\n domain: z.string().describe(\"Domain used for the link\").nullable(),\n short_url: z.string().describe(\"The shortened URL\").nullable(),\n created_at: z.string().describe(\"Link creation date/time\").nullable(),\n expires_at: z.string().describe(\"Expiration date/time of the link\").nullable().optional(),\n description: z.string().describe(\"Link description or note\").nullable().optional(),\n password_enabled: z.boolean().describe(\"Whether the link is password protected\").nullable(),\n}).passthrough().describe(\"Response schema for the created link.\");\n\nexport const shortMenuCreateLink = action(\"SHORT_MENU_CREATE_LINK\", {\n slug: \"short_menu-create-link\",\n name: \"Create Short Link\",\n description: \"Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata.\",\n input: ShortMenuCreateLinkInput,\n output: ShortMenuCreateLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC3I,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2BAA2B;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -22,7 +22,7 @@ declare const ShortMenuCreateLinkOutput: z.ZodObject<{
22
22
  expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
23
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
24
  password_enabled: z.ZodNullable<z.ZodBoolean>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const shortMenuCreateLink: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  url: string;
28
28
  slug?: string | undefined;
@@ -22,7 +22,7 @@ declare const ShortMenuCreateLinkOutput: z.ZodObject<{
22
22
  expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
23
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
24
  password_enabled: z.ZodNullable<z.ZodBoolean>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const shortMenuCreateLink: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  url: string;
28
28
  slug?: string | undefined;
@@ -25,7 +25,7 @@ const shortMenuCreateLink = action("SHORT_MENU_CREATE_LINK", {
25
25
  expires_at: z.string().describe("Expiration date/time of the link").nullable().optional(),
26
26
  description: z.string().describe("Link description or note").nullable().optional(),
27
27
  password_enabled: z.boolean().describe("Whether the link is password protected").nullable()
28
- }).describe("Response schema for the created link.")
28
+ }).passthrough().describe("Response schema for the created link.")
29
29
  });
30
30
  //#endregion
31
31
  export { shortMenuCreateLink };
@@ -1 +1 @@
1
- {"version":3,"file":"create-link.mjs","names":[],"sources":["../../src/actions/create-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuCreateLinkInput = z.object({\n url: z.string().describe(\"The original URL to be shortened\"),\n slug: z.string().describe(\"Custom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the link\").optional(),\n domain: z.string().describe(\"Custom domain to use for the generated short link\").optional(),\n password: z.string().describe(\"Password to protect the link (plain text)\").optional(),\n pixel_ids: z.array(z.string()).describe(\"Analytics pixel identifiers to attach to the link\").optional(),\n expires_at: z.string().describe(\"ISO8601 timestamp when the link should expire\").optional(),\n description: z.string().describe(\"An optional note or description for this link\").optional(),\n}).describe(\"Input parameters to create a new shortened link.\");\nexport const ShortMenuCreateLinkOutput = z.object({\n id: z.string().describe(\"Unique ID of the created link\").nullable(),\n url: z.string().describe(\"The original URL\").nullable(),\n slug: z.string().describe(\"The custom or auto-generated slug\").nullable(),\n tags: z.array(z.string()).describe(\"Tags assigned to the link\"),\n domain: z.string().describe(\"Domain used for the link\").nullable(),\n short_url: z.string().describe(\"The shortened URL\").nullable(),\n created_at: z.string().describe(\"Link creation date/time\").nullable(),\n expires_at: z.string().describe(\"Expiration date/time of the link\").nullable().optional(),\n description: z.string().describe(\"Link description or note\").nullable().optional(),\n password_enabled: z.boolean().describe(\"Whether the link is password protected\").nullable(),\n}).describe(\"Response schema for the created link.\");\n\nexport const shortMenuCreateLink = action(\"SHORT_MENU_CREATE_LINK\", {\n slug: \"short_menu-create-link\",\n name: \"Create Short Link\",\n description: \"Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata.\",\n input: ShortMenuCreateLinkInput,\n output: ShortMenuCreateLinkOutput,\n});\n"],"mappings":";;AA2BA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BsC,EAAE,OAAO;EAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC3I,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACpF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,kDAkBH;CACP,QAlBuC,EAAE,OAAO;EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACxE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2BAA2B;EAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-link.mjs","names":[],"sources":["../../src/actions/create-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuCreateLinkInput = z.object({\n url: z.string().describe(\"The original URL to be shortened\"),\n slug: z.string().describe(\"Custom slug for the link (alphanumeric, unique). If not provided, the system will auto-generate one.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the link\").optional(),\n domain: z.string().describe(\"Custom domain to use for the generated short link\").optional(),\n password: z.string().describe(\"Password to protect the link (plain text)\").optional(),\n pixel_ids: z.array(z.string()).describe(\"Analytics pixel identifiers to attach to the link\").optional(),\n expires_at: z.string().describe(\"ISO8601 timestamp when the link should expire\").optional(),\n description: z.string().describe(\"An optional note or description for this link\").optional(),\n}).describe(\"Input parameters to create a new shortened link.\");\nexport const ShortMenuCreateLinkOutput = z.object({\n id: z.string().describe(\"Unique ID of the created link\").nullable(),\n url: z.string().describe(\"The original URL\").nullable(),\n slug: z.string().describe(\"The custom or auto-generated slug\").nullable(),\n tags: z.array(z.string()).describe(\"Tags assigned to the link\"),\n domain: z.string().describe(\"Domain used for the link\").nullable(),\n short_url: z.string().describe(\"The shortened URL\").nullable(),\n created_at: z.string().describe(\"Link creation date/time\").nullable(),\n expires_at: z.string().describe(\"Expiration date/time of the link\").nullable().optional(),\n description: z.string().describe(\"Link description or note\").nullable().optional(),\n password_enabled: z.boolean().describe(\"Whether the link is password protected\").nullable(),\n}).passthrough().describe(\"Response schema for the created link.\");\n\nexport const shortMenuCreateLink = action(\"SHORT_MENU_CREATE_LINK\", {\n slug: \"short_menu-create-link\",\n name: \"Create Short Link\",\n description: \"Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata.\",\n input: ShortMenuCreateLinkInput,\n output: ShortMenuCreateLinkOutput,\n});\n"],"mappings":";;AA2BA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BsC,EAAE,OAAO;EAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC3I,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACpF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,kDAkBH;CACP,QAlBuC,EAAE,OAAO;EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACxE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2BAA2B;EAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAOhB;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-link.ts
4
4
  const ShortMenuDeleteLinkInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the link to delete (UUID format)") }).describe("Input parameters to delete an existing short link.");
5
- const ShortMenuDeleteLinkOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional() }).describe("Response schema for successful link deletion.");
5
+ const ShortMenuDeleteLinkOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional() }).passthrough().describe("Response schema for successful link deletion.");
6
6
  const shortMenuDeleteLink = require_action.action("SHORT_MENU_DELETE_LINK", {
7
7
  slug: "short_menu-delete-link",
8
8
  name: "Delete Short Link",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-link.cjs","names":["z","action"],"sources":["../../src/actions/delete-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuDeleteLinkInput = z.object({\n id: z.string().describe(\"Unique identifier of the link to delete (UUID format)\"),\n}).describe(\"Input parameters to delete an existing short link.\");\nexport const ShortMenuDeleteLinkOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).describe(\"Response schema for successful link deletion.\");\n\nexport const shortMenuDeleteLink = action(\"SHORT_MENU_DELETE_LINK\", {\n slug: \"short_menu-delete-link\",\n name: \"Delete Short Link\",\n description: \"Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.\",\n input: ShortMenuDeleteLinkInput,\n output: ShortMenuDeleteLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACjF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-link.cjs","names":["z","action"],"sources":["../../src/actions/delete-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuDeleteLinkInput = z.object({\n id: z.string().describe(\"Unique identifier of the link to delete (UUID format)\"),\n}).describe(\"Input parameters to delete an existing short link.\");\nexport const ShortMenuDeleteLinkOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response schema for successful link deletion.\");\n\nexport const shortMenuDeleteLink = action(\"SHORT_MENU_DELETE_LINK\", {\n slug: \"short_menu-delete-link\",\n name: \"Delete Short Link\",\n description: \"Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.\",\n input: ShortMenuDeleteLinkInput,\n output: ShortMenuDeleteLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACjF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -6,7 +6,7 @@ declare const ShortMenuDeleteLinkInput: z.ZodObject<{
6
6
  }, z.core.$strip>;
7
7
  declare const ShortMenuDeleteLinkOutput: z.ZodObject<{
8
8
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
9
- }, z.core.$strip>;
9
+ }, z.core.$loose>;
10
10
  declare const shortMenuDeleteLink: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: string;
12
12
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -6,7 +6,7 @@ declare const ShortMenuDeleteLinkInput: z.ZodObject<{
6
6
  }, z.core.$strip>;
7
7
  declare const ShortMenuDeleteLinkOutput: z.ZodObject<{
8
8
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
9
- }, z.core.$strip>;
9
+ }, z.core.$loose>;
10
10
  declare const shortMenuDeleteLink: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  id: string;
12
12
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -5,7 +5,7 @@ const shortMenuDeleteLink = action("SHORT_MENU_DELETE_LINK", {
5
5
  name: "Delete Short Link",
6
6
  description: "Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.",
7
7
  input: z.object({ id: z.string().describe("Unique identifier of the link to delete (UUID format)") }).describe("Input parameters to delete an existing short link."),
8
- output: z.object({ success: z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional() }).describe("Response schema for successful link deletion.")
8
+ output: z.object({ success: z.boolean().default(true).describe("Indicates whether the deletion was successful").nullable().optional() }).passthrough().describe("Response schema for successful link deletion.")
9
9
  });
10
10
  //#endregion
11
11
  export { shortMenuDeleteLink };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-link.mjs","names":[],"sources":["../../src/actions/delete-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuDeleteLinkInput = z.object({\n id: z.string().describe(\"Unique identifier of the link to delete (UUID format)\"),\n}).describe(\"Input parameters to delete an existing short link.\");\nexport const ShortMenuDeleteLinkOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).describe(\"Response schema for successful link deletion.\");\n\nexport const shortMenuDeleteLink = action(\"SHORT_MENU_DELETE_LINK\", {\n slug: \"short_menu-delete-link\",\n name: \"Delete Short Link\",\n description: \"Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.\",\n input: ShortMenuDeleteLinkInput,\n output: ShortMenuDeleteLinkOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsC,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACjF,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATuC,EAAE,OAAO,EAChD,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-link.mjs","names":[],"sources":["../../src/actions/delete-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuDeleteLinkInput = z.object({\n id: z.string().describe(\"Unique identifier of the link to delete (UUID format)\"),\n}).describe(\"Input parameters to delete an existing short link.\");\nexport const ShortMenuDeleteLinkOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful\").nullable().optional(),\n}).passthrough().describe(\"Response schema for successful link deletion.\");\n\nexport const shortMenuDeleteLink = action(\"SHORT_MENU_DELETE_LINK\", {\n slug: \"short_menu-delete-link\",\n name: \"Delete Short Link\",\n description: \"Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.\",\n input: ShortMenuDeleteLinkInput,\n output: ShortMenuDeleteLinkOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsC,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACjF,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATuC,EAAE,OAAO,EAChD,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAOhB;AACV,CAAC"}
@@ -6,8 +6,8 @@ const ShortMenuGetDomains_DomainSchema = zod.z.object({
6
6
  id: zod.z.string().describe("Unique identifier for the domain (UUID)").nullable(),
7
7
  name: zod.z.string().describe("Custom domain name").nullable(),
8
8
  customDomainMetadata: zod.z.unknown().describe("Additional custom domain metadata").nullable().optional()
9
- });
10
- const ShortMenuGetDomainsOutput = zod.z.object({ domains: zod.z.array(ShortMenuGetDomains_DomainSchema).describe("List of available custom domains") });
9
+ }).passthrough();
10
+ const ShortMenuGetDomainsOutput = zod.z.object({ domains: zod.z.array(ShortMenuGetDomains_DomainSchema).describe("List of available custom domains") }).passthrough();
11
11
  const shortMenuGetDomains = require_action.action("SHORT_MENU_GET_DOMAINS", {
12
12
  slug: "short_menu-get-domains",
13
13
  name: "Get Custom Domains",
@@ -1 +1 @@
1
- {"version":3,"file":"get-domains.cjs","names":["z","action"],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuGetDomainsInput = z.object({}).describe(\"No input parameters required to retrieve custom domains.\");\nconst ShortMenuGetDomains_DomainSchema = z.object({\n id: z.string().describe(\"Unique identifier for the domain (UUID)\").nullable(),\n name: z.string().describe(\"Custom domain name\").nullable(),\n customDomainMetadata: z.unknown().describe(\"Additional custom domain metadata\").nullable().optional(),\n});\nexport const ShortMenuGetDomainsOutput = z.object({\n domains: z.array(ShortMenuGetDomains_DomainSchema).describe(\"List of available custom domains\"),\n});\n\nexport const shortMenuGetDomains = action(\"SHORT_MENU_GET_DOMAINS\", {\n slug: \"short_menu-get-domains\",\n name: \"Get Custom Domains\",\n description: \"Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.\",\n input: ShortMenuGetDomainsInput,\n output: ShortMenuGetDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACxH,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzD,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,SAASA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,kCAAkC,EAChG,CAAC;AAED,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-domains.cjs","names":["z","action"],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuGetDomainsInput = z.object({}).describe(\"No input parameters required to retrieve custom domains.\");\nconst ShortMenuGetDomains_DomainSchema = z.object({\n id: z.string().describe(\"Unique identifier for the domain (UUID)\").nullable(),\n name: z.string().describe(\"Custom domain name\").nullable(),\n customDomainMetadata: z.unknown().describe(\"Additional custom domain metadata\").nullable().optional(),\n}).passthrough();\nexport const ShortMenuGetDomainsOutput = z.object({\n domains: z.array(ShortMenuGetDomains_DomainSchema).describe(\"List of available custom domains\"),\n}).passthrough();\n\nexport const shortMenuGetDomains = action(\"SHORT_MENU_GET_DOMAINS\", {\n slug: \"short_menu-get-domains\",\n name: \"Get Custom Domains\",\n description: \"Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.\",\n input: ShortMenuGetDomainsInput,\n output: ShortMenuGetDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACxH,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzD,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,SAASA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,kCAAkC,EAChG,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -7,8 +7,8 @@ declare const ShortMenuGetDomainsOutput: z.ZodObject<{
7
7
  id: z.ZodNullable<z.ZodString>;
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  customDomainMetadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
10
- }, z.core.$strip>>;
11
- }, z.core.$strip>;
10
+ }, z.core.$loose>>;
11
+ }, z.core.$loose>;
12
12
  declare const shortMenuGetDomains: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
13
  //#endregion
14
14
  export { shortMenuGetDomains };
@@ -7,8 +7,8 @@ declare const ShortMenuGetDomainsOutput: z.ZodObject<{
7
7
  id: z.ZodNullable<z.ZodString>;
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  customDomainMetadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
10
- }, z.core.$strip>>;
11
- }, z.core.$strip>;
10
+ }, z.core.$loose>>;
11
+ }, z.core.$loose>;
12
12
  declare const shortMenuGetDomains: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
13
  //#endregion
14
14
  export { shortMenuGetDomains };
@@ -6,13 +6,13 @@ const ShortMenuGetDomains_DomainSchema = z.object({
6
6
  id: z.string().describe("Unique identifier for the domain (UUID)").nullable(),
7
7
  name: z.string().describe("Custom domain name").nullable(),
8
8
  customDomainMetadata: z.unknown().describe("Additional custom domain metadata").nullable().optional()
9
- });
9
+ }).passthrough();
10
10
  const shortMenuGetDomains = action("SHORT_MENU_GET_DOMAINS", {
11
11
  slug: "short_menu-get-domains",
12
12
  name: "Get Custom Domains",
13
13
  description: "Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.",
14
14
  input: ShortMenuGetDomainsInput,
15
- output: z.object({ domains: z.array(ShortMenuGetDomains_DomainSchema).describe("List of available custom domains") })
15
+ output: z.object({ domains: z.array(ShortMenuGetDomains_DomainSchema).describe("List of available custom domains") }).passthrough()
16
16
  });
17
17
  //#endregion
18
18
  export { shortMenuGetDomains };
@@ -1 +1 @@
1
- {"version":3,"file":"get-domains.mjs","names":[],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuGetDomainsInput = z.object({}).describe(\"No input parameters required to retrieve custom domains.\");\nconst ShortMenuGetDomains_DomainSchema = z.object({\n id: z.string().describe(\"Unique identifier for the domain (UUID)\").nullable(),\n name: z.string().describe(\"Custom domain name\").nullable(),\n customDomainMetadata: z.unknown().describe(\"Additional custom domain metadata\").nullable().optional(),\n});\nexport const ShortMenuGetDomainsOutput = z.object({\n domains: z.array(ShortMenuGetDomains_DomainSchema).describe(\"List of available custom domains\"),\n});\n\nexport const shortMenuGetDomains = action(\"SHORT_MENU_GET_DOMAINS\", {\n slug: \"short_menu-get-domains\",\n name: \"Get Custom Domains\",\n description: \"Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.\",\n input: ShortMenuGetDomainsInput,\n output: ShortMenuGetDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACxH,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzD,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AAKD,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuC,EAAE,OAAO,EAChD,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,kCAAkC,EAChG,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"get-domains.mjs","names":[],"sources":["../../src/actions/get-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortMenuGetDomainsInput = z.object({}).describe(\"No input parameters required to retrieve custom domains.\");\nconst ShortMenuGetDomains_DomainSchema = z.object({\n id: z.string().describe(\"Unique identifier for the domain (UUID)\").nullable(),\n name: z.string().describe(\"Custom domain name\").nullable(),\n customDomainMetadata: z.unknown().describe(\"Additional custom domain metadata\").nullable().optional(),\n}).passthrough();\nexport const ShortMenuGetDomainsOutput = z.object({\n domains: z.array(ShortMenuGetDomains_DomainSchema).describe(\"List of available custom domains\"),\n}).passthrough();\n\nexport const shortMenuGetDomains = action(\"SHORT_MENU_GET_DOMAINS\", {\n slug: \"short_menu-get-domains\",\n name: \"Get Custom Domains\",\n description: \"Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.\",\n input: ShortMenuGetDomainsInput,\n output: ShortMenuGetDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACxH,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzD,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuC,EAAE,OAAO,EAChD,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,kCAAkC,EAChG,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const shortMenuCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/short_menu",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Short Menu API Key",
13
13
  "secret": true,
14
14
  "description": "Your Short Menu API Key. Create one at https://shm.to/create-api-key."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortMenuCatalog = {\n \"slug\": \"short_menu\",\n \"name\": \"Short Menu\",\n \"description\": \"Short Menu is a URL shortening application that allows users to create and manage short links efficiently.\",\n \"category\": \"URL Shortener\",\n \"logo\": \"https://logos.composio.dev/api/short_menu\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Short Menu API Key\",\n \"secret\": true,\n \"description\": \"Your Short Menu API Key. Create one at https://shm.to/create-api-key.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 shortMenuCatalog = {\n \"slug\": \"short_menu\",\n \"name\": \"Short Menu\",\n \"description\": \"Short Menu is a URL shortening application that allows users to create and manage short links efficiently.\",\n \"category\": \"URL Shortener\",\n \"logo\": \"https://logos.composio.dev/api/short_menu\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Short Menu API Key\",\n \"secret\": true,\n \"description\": \"Your Short Menu API Key. Create one at https://shm.to/create-api-key.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 shortMenuCatalog: {
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: "Short Menu API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Short Menu API Key. Create one at https://shm.to/create-api-key.";
@@ -9,7 +9,7 @@ declare const shortMenuCatalog: {
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: "Short Menu API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Short Menu API Key. Create one at https://shm.to/create-api-key.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const shortMenuCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/short_menu",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Short Menu API Key",
13
13
  "secret": true,
14
14
  "description": "Your Short Menu API Key. Create one at https://shm.to/create-api-key."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortMenuCatalog = {\n \"slug\": \"short_menu\",\n \"name\": \"Short Menu\",\n \"description\": \"Short Menu is a URL shortening application that allows users to create and manage short links efficiently.\",\n \"category\": \"URL Shortener\",\n \"logo\": \"https://logos.composio.dev/api/short_menu\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Short Menu API Key\",\n \"secret\": true,\n \"description\": \"Your Short Menu API Key. Create one at https://shm.to/create-api-key.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 shortMenuCatalog = {\n \"slug\": \"short_menu\",\n \"name\": \"Short Menu\",\n \"description\": \"Short Menu is a URL shortening application that allows users to create and manage short links efficiently.\",\n \"category\": \"URL Shortener\",\n \"logo\": \"https://logos.composio.dev/api/short_menu\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Short Menu API Key\",\n \"secret\": true,\n \"description\": \"Your Short Menu API Key. Create one at https://shm.to/create-api-key.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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/short_menu",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"