@keystrokehq/rev_ai 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.
Files changed (122) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/delete-custom-vocabulary.cjs +16 -0
  7. package/dist/actions/delete-custom-vocabulary.cjs.map +1 -0
  8. package/dist/actions/delete-custom-vocabulary.d.cts +9 -0
  9. package/dist/actions/delete-custom-vocabulary.d.cts.map +1 -0
  10. package/dist/actions/delete-custom-vocabulary.d.mts +9 -0
  11. package/dist/actions/delete-custom-vocabulary.d.mts.map +1 -0
  12. package/dist/actions/delete-custom-vocabulary.mjs +13 -0
  13. package/dist/actions/delete-custom-vocabulary.mjs.map +1 -0
  14. package/dist/actions/delete-job-by-id.cjs +16 -0
  15. package/dist/actions/delete-job-by-id.cjs.map +1 -0
  16. package/dist/actions/delete-job-by-id.d.cts +9 -0
  17. package/dist/actions/delete-job-by-id.d.cts.map +1 -0
  18. package/dist/actions/delete-job-by-id.d.mts +9 -0
  19. package/dist/actions/delete-job-by-id.d.mts.map +1 -0
  20. package/dist/actions/delete-job-by-id.mjs +13 -0
  21. package/dist/actions/delete-job-by-id.mjs.map +1 -0
  22. package/dist/actions/get-account.cjs +23 -0
  23. package/dist/actions/get-account.cjs.map +1 -0
  24. package/dist/actions/get-account.d.cts +9 -0
  25. package/dist/actions/get-account.d.cts.map +1 -0
  26. package/dist/actions/get-account.d.mts +9 -0
  27. package/dist/actions/get-account.d.mts.map +1 -0
  28. package/dist/actions/get-account.mjs +20 -0
  29. package/dist/actions/get-account.mjs.map +1 -0
  30. package/dist/actions/get-captions.cjs +20 -0
  31. package/dist/actions/get-captions.cjs.map +1 -0
  32. package/dist/actions/get-captions.d.cts +9 -0
  33. package/dist/actions/get-captions.d.cts.map +1 -0
  34. package/dist/actions/get-captions.d.mts +9 -0
  35. package/dist/actions/get-captions.d.mts.map +1 -0
  36. package/dist/actions/get-captions.mjs +17 -0
  37. package/dist/actions/get-captions.mjs.map +1 -0
  38. package/dist/actions/get-custom-vocabulary-details.cjs +27 -0
  39. package/dist/actions/get-custom-vocabulary-details.cjs.map +1 -0
  40. package/dist/actions/get-custom-vocabulary-details.d.cts +9 -0
  41. package/dist/actions/get-custom-vocabulary-details.d.cts.map +1 -0
  42. package/dist/actions/get-custom-vocabulary-details.d.mts +9 -0
  43. package/dist/actions/get-custom-vocabulary-details.d.mts.map +1 -0
  44. package/dist/actions/get-custom-vocabulary-details.mjs +26 -0
  45. package/dist/actions/get-custom-vocabulary-details.mjs.map +1 -0
  46. package/dist/actions/get-job-by-id.cjs +42 -0
  47. package/dist/actions/get-job-by-id.cjs.map +1 -0
  48. package/dist/actions/get-job-by-id.d.cts +9 -0
  49. package/dist/actions/get-job-by-id.d.cts.map +1 -0
  50. package/dist/actions/get-job-by-id.d.mts +9 -0
  51. package/dist/actions/get-job-by-id.d.mts.map +1 -0
  52. package/dist/actions/get-job-by-id.mjs +41 -0
  53. package/dist/actions/get-job-by-id.mjs.map +1 -0
  54. package/dist/actions/get-list-of-jobs.cjs +34 -0
  55. package/dist/actions/get-list-of-jobs.cjs.map +1 -0
  56. package/dist/actions/get-list-of-jobs.d.cts +9 -0
  57. package/dist/actions/get-list-of-jobs.d.cts.map +1 -0
  58. package/dist/actions/get-list-of-jobs.d.mts +9 -0
  59. package/dist/actions/get-list-of-jobs.d.mts.map +1 -0
  60. package/dist/actions/get-list-of-jobs.mjs +33 -0
  61. package/dist/actions/get-list-of-jobs.mjs.map +1 -0
  62. package/dist/actions/get-transcript-by-id.cjs +33 -0
  63. package/dist/actions/get-transcript-by-id.cjs.map +1 -0
  64. package/dist/actions/get-transcript-by-id.d.cts +9 -0
  65. package/dist/actions/get-transcript-by-id.d.cts.map +1 -0
  66. package/dist/actions/get-transcript-by-id.d.mts +9 -0
  67. package/dist/actions/get-transcript-by-id.d.mts.map +1 -0
  68. package/dist/actions/get-transcript-by-id.mjs +32 -0
  69. package/dist/actions/get-transcript-by-id.mjs.map +1 -0
  70. package/dist/actions/index.cjs +23 -0
  71. package/dist/actions/index.d.cts +12 -0
  72. package/dist/actions/index.d.mts +12 -0
  73. package/dist/actions/index.mjs +12 -0
  74. package/dist/actions/start-stream-transcription.cjs +32 -0
  75. package/dist/actions/start-stream-transcription.cjs.map +1 -0
  76. package/dist/actions/start-stream-transcription.d.cts +9 -0
  77. package/dist/actions/start-stream-transcription.d.cts.map +1 -0
  78. package/dist/actions/start-stream-transcription.d.mts +9 -0
  79. package/dist/actions/start-stream-transcription.d.mts.map +1 -0
  80. package/dist/actions/start-stream-transcription.mjs +29 -0
  81. package/dist/actions/start-stream-transcription.mjs.map +1 -0
  82. package/dist/actions/submit-custom-vocabulary.cjs +27 -0
  83. package/dist/actions/submit-custom-vocabulary.cjs.map +1 -0
  84. package/dist/actions/submit-custom-vocabulary.d.cts +9 -0
  85. package/dist/actions/submit-custom-vocabulary.d.cts.map +1 -0
  86. package/dist/actions/submit-custom-vocabulary.d.mts +9 -0
  87. package/dist/actions/submit-custom-vocabulary.d.mts.map +1 -0
  88. package/dist/actions/submit-custom-vocabulary.mjs +24 -0
  89. package/dist/actions/submit-custom-vocabulary.mjs.map +1 -0
  90. package/dist/actions/submit-transcription-job.cjs +52 -0
  91. package/dist/actions/submit-transcription-job.cjs.map +1 -0
  92. package/dist/actions/submit-transcription-job.d.cts +9 -0
  93. package/dist/actions/submit-transcription-job.d.cts.map +1 -0
  94. package/dist/actions/submit-transcription-job.d.mts +9 -0
  95. package/dist/actions/submit-transcription-job.d.mts.map +1 -0
  96. package/dist/actions/submit-transcription-job.mjs +51 -0
  97. package/dist/actions/submit-transcription-job.mjs.map +1 -0
  98. package/dist/app.cjs +9 -0
  99. package/dist/app.cjs.map +1 -0
  100. package/dist/app.d.cts +5 -0
  101. package/dist/app.d.cts.map +1 -0
  102. package/dist/app.d.mts +5 -0
  103. package/dist/app.d.mts.map +1 -0
  104. package/dist/app.mjs +10 -0
  105. package/dist/app.mjs.map +1 -0
  106. package/dist/catalog.cjs +15 -0
  107. package/dist/catalog.cjs.map +1 -0
  108. package/dist/catalog.d.cts +14 -0
  109. package/dist/catalog.d.cts.map +1 -0
  110. package/dist/catalog.d.mts +14 -0
  111. package/dist/catalog.d.mts.map +1 -0
  112. package/dist/catalog.mjs +15 -0
  113. package/dist/catalog.mjs.map +1 -0
  114. package/dist/execute.cjs +18 -0
  115. package/dist/execute.cjs.map +1 -0
  116. package/dist/execute.mjs +18 -0
  117. package/dist/execute.mjs.map +1 -0
  118. package/dist/index.cjs +28 -0
  119. package/dist/index.d.cts +14 -0
  120. package/dist/index.d.mts +14 -0
  121. package/dist/index.mjs +15 -0
  122. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/rev_ai
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `rev_ai`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 11
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { revAiDeleteCustomVocabulary } from "@keystrokehq/rev_ai/actions";
12
+
13
+ export default defineAgent({
14
+ key: "rev_ai-agent",
15
+ tools: [revAiDeleteCustomVocabulary],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.revAi.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeRevAiTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["revAi","executeRevAiTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { revAi } from \"./app\";\nimport { executeRevAiTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return revAi.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRevAiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { revAi } from "./app.mjs";
2
+ import { executeRevAiTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return revAi.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeRevAiTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { revAi } from \"./app\";\nimport { executeRevAiTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return revAi.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRevAiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-custom-vocabulary.ts
4
+ const RevAiDeleteCustomVocabularyInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the custom vocabulary to delete") }).describe("Request schema for deleting a Rev.ai custom vocabulary.");
5
+ const RevAiDeleteCustomVocabularyOutput = zod.z.object({}).describe("Empty response for successful deletion.");
6
+ const revAiDeleteCustomVocabulary = require_action.action("REV_AI_DELETE_CUSTOM_VOCABULARY", {
7
+ slug: "rev_ai-delete-custom-vocabulary",
8
+ name: "Delete Custom Vocabulary",
9
+ description: "Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.",
10
+ input: RevAiDeleteCustomVocabularyInput,
11
+ output: RevAiDeleteCustomVocabularyOutput
12
+ });
13
+ //#endregion
14
+ exports.revAiDeleteCustomVocabulary = revAiDeleteCustomVocabulary;
15
+
16
+ //# sourceMappingURL=delete-custom-vocabulary.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-vocabulary.cjs","names":["z","action"],"sources":["../../src/actions/delete-custom-vocabulary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiDeleteCustomVocabularyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the custom vocabulary to delete\"),\n}).describe(\"Request schema for deleting a Rev.ai custom vocabulary.\");\nexport const RevAiDeleteCustomVocabularyOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion.\");\n\nexport const revAiDeleteCustomVocabulary = action(\"REV_AI_DELETE_CUSTOM_VOCABULARY\", {\n slug: \"rev_ai-delete-custom-vocabulary\",\n name: \"Delete Custom Vocabulary\",\n description: \"Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.\",\n input: RevAiDeleteCustomVocabularyInput,\n output: RevAiDeleteCustomVocabularyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAE9H,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,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/delete-custom-vocabulary.d.ts
4
+ declare const RevAiDeleteCustomVocabularyInput: z.ZodTypeAny;
5
+ declare const RevAiDeleteCustomVocabularyOutput: z.ZodTypeAny;
6
+ declare const revAiDeleteCustomVocabulary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiDeleteCustomVocabulary };
9
+ //# sourceMappingURL=delete-custom-vocabulary.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-vocabulary.d.cts","names":[],"sources":["../../src/actions/delete-custom-vocabulary.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEqB;AAAA,cACzD,iCAAA,EAAmC,CAAA,CAAE,UAA6E;AAAA,cAElH,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-custom-vocabulary.d.ts
4
+ declare const RevAiDeleteCustomVocabularyInput: z.ZodTypeAny;
5
+ declare const RevAiDeleteCustomVocabularyOutput: z.ZodTypeAny;
6
+ declare const revAiDeleteCustomVocabulary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiDeleteCustomVocabulary };
9
+ //# sourceMappingURL=delete-custom-vocabulary.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-vocabulary.d.mts","names":[],"sources":["../../src/actions/delete-custom-vocabulary.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEqB;AAAA,cACzD,iCAAA,EAAmC,CAAA,CAAE,UAA6E;AAAA,cAElH,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const revAiDeleteCustomVocabulary = action("REV_AI_DELETE_CUSTOM_VOCABULARY", {
4
+ slug: "rev_ai-delete-custom-vocabulary",
5
+ name: "Delete Custom Vocabulary",
6
+ description: "Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.",
7
+ input: z.object({ id: z.string().describe("Unique identifier of the custom vocabulary to delete") }).describe("Request schema for deleting a Rev.ai custom vocabulary."),
8
+ output: z.object({}).describe("Empty response for successful deletion.")
9
+ });
10
+ //#endregion
11
+ export { revAiDeleteCustomVocabulary };
12
+
13
+ //# sourceMappingURL=delete-custom-vocabulary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-custom-vocabulary.mjs","names":[],"sources":["../../src/actions/delete-custom-vocabulary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiDeleteCustomVocabularyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the custom vocabulary to delete\"),\n}).describe(\"Request schema for deleting a Rev.ai custom vocabulary.\");\nexport const RevAiDeleteCustomVocabularyOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion.\");\n\nexport const revAiDeleteCustomVocabulary = action(\"REV_AI_DELETE_CUSTOM_VOCABULARY\", {\n slug: \"rev_ai-delete-custom-vocabulary\",\n name: \"Delete Custom Vocabulary\",\n description: \"Tool to delete a completed custom vocabulary and its data. Use when you need to remove an unused vocabulary after confirming it's no longer needed.\",\n input: RevAiDeleteCustomVocabularyInput,\n output: RevAiDeleteCustomVocabularyOutput,\n});\n"],"mappings":";;AASA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT4D,EAAE,OAAO,EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,yDAOH;CACP,QAP6D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAO3E;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-job-by-id.ts
4
+ const RevAiDeleteJobByIdInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the job to delete") }).describe("Request schema for deleting a Rev.ai transcription job.");
5
+ const RevAiDeleteJobByIdOutput = zod.z.object({}).describe("Empty response for successful deletion.");
6
+ const revAiDeleteJobById = require_action.action("REV_AI_DELETE_JOB_BY_ID", {
7
+ slug: "rev_ai-delete-job-by-id",
8
+ name: "Delete Job By ID",
9
+ description: "Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.",
10
+ input: RevAiDeleteJobByIdInput,
11
+ output: RevAiDeleteJobByIdOutput
12
+ });
13
+ //#endregion
14
+ exports.revAiDeleteJobById = revAiDeleteJobById;
15
+
16
+ //# sourceMappingURL=delete-job-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-job-by-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-job-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiDeleteJobByIdInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the job to delete\"),\n}).describe(\"Request schema for deleting a Rev.ai transcription job.\");\nexport const RevAiDeleteJobByIdOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion.\");\n\nexport const revAiDeleteJobById = action(\"REV_AI_DELETE_JOB_BY_ID\", {\n slug: \"rev_ai-delete-job-by-id\",\n name: \"Delete Job By ID\",\n description: \"Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.\",\n input: RevAiDeleteJobByIdInput,\n output: RevAiDeleteJobByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErH,MAAa,qBAAqBC,eAAAA,OAAO,2BAA2B;CAClE,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/delete-job-by-id.d.ts
4
+ declare const RevAiDeleteJobByIdInput: z.ZodTypeAny;
5
+ declare const RevAiDeleteJobByIdOutput: z.ZodTypeAny;
6
+ declare const revAiDeleteJobById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiDeleteJobById };
9
+ //# sourceMappingURL=delete-job-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-job-by-id.d.cts","names":[],"sources":["../../src/actions/delete-job-by-id.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE8B;AAAA,cACzD,wBAAA,EAA0B,CAAA,CAAE,UAA6E;AAAA,cAEzG,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-job-by-id.d.ts
4
+ declare const RevAiDeleteJobByIdInput: z.ZodTypeAny;
5
+ declare const RevAiDeleteJobByIdOutput: z.ZodTypeAny;
6
+ declare const revAiDeleteJobById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiDeleteJobById };
9
+ //# sourceMappingURL=delete-job-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-job-by-id.d.mts","names":[],"sources":["../../src/actions/delete-job-by-id.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE8B;AAAA,cACzD,wBAAA,EAA0B,CAAA,CAAE,UAA6E;AAAA,cAEzG,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const revAiDeleteJobById = action("REV_AI_DELETE_JOB_BY_ID", {
4
+ slug: "rev_ai-delete-job-by-id",
5
+ name: "Delete Job By ID",
6
+ description: "Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.",
7
+ input: z.object({ id: z.string().describe("The unique identifier of the job to delete") }).describe("Request schema for deleting a Rev.ai transcription job."),
8
+ output: z.object({}).describe("Empty response for successful deletion.")
9
+ });
10
+ //#endregion
11
+ export { revAiDeleteJobById };
12
+
13
+ //# sourceMappingURL=delete-job-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-job-by-id.mjs","names":[],"sources":["../../src/actions/delete-job-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiDeleteJobByIdInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the job to delete\"),\n}).describe(\"Request schema for deleting a Rev.ai transcription job.\");\nexport const RevAiDeleteJobByIdOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion.\");\n\nexport const revAiDeleteJobById = action(\"REV_AI_DELETE_JOB_BY_ID\", {\n slug: \"rev_ai-delete-job-by-id\",\n name: \"Delete Job By ID\",\n description: \"Tool to delete a completed transcription job and its data. Use when you need to permanently remove a finished job after confirming it's no longer needed.\",\n input: RevAiDeleteJobByIdInput,\n output: RevAiDeleteJobByIdOutput,\n});\n"],"mappings":";;AASA,MAAa,qBAAqB,OAAO,2BAA2B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATmD,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CAAC,CAAC,CAAC,SAAS,yDAOH;CACP,QAPoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAOlE;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-account.ts
4
+ const RevAiGetAccountInput = zod.z.object({}).describe("Request model for GetAccount action. No parameters.");
5
+ const RevAiGetAccountOutput = zod.z.object({
6
+ email: zod.z.string().describe("Email address associated with the Rev AI account"),
7
+ free_balance: zod.z.number().describe("Free credit balance in hours"),
8
+ hipaa_enabled: zod.z.boolean().describe("Whether HIPAA compliance is enabled for the account"),
9
+ total_balance: zod.z.number().describe("Total credit balance (free + purchased) in hours"),
10
+ balance_seconds: zod.z.number().int().describe("Remaining credit balance in seconds"),
11
+ purchased_balance: zod.z.number().describe("Purchased credit balance in hours")
12
+ }).describe("Response model for GetAccount action.");
13
+ const revAiGetAccount = require_action.action("REV_AI_GET_ACCOUNT", {
14
+ slug: "rev_ai-get-account",
15
+ name: "Get Account",
16
+ description: "Tool to retrieve developer account details. Use after authenticating with Rev AI.",
17
+ input: RevAiGetAccountInput,
18
+ output: RevAiGetAccountOutput
19
+ });
20
+ //#endregion
21
+ exports.revAiGetAccount = revAiGetAccount;
22
+
23
+ //# sourceMappingURL=get-account.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.cjs","names":["z","action"],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GetAccount action. No parameters.\");\nexport const RevAiGetAccountOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address associated with the Rev AI account\"),\n free_balance: z.number().describe(\"Free credit balance in hours\"),\n hipaa_enabled: z.boolean().describe(\"Whether HIPAA compliance is enabled for the account\"),\n total_balance: z.number().describe(\"Total credit balance (free + purchased) in hours\"),\n balance_seconds: z.number().int().describe(\"Remaining credit balance in seconds\"),\n purchased_balance: z.number().describe(\"Purchased credit balance in hours\"),\n}).describe(\"Response model for GetAccount action.\");\n\nexport const revAiGetAccount = action(\"REV_AI_GET_ACCOUNT\", {\n slug: \"rev_ai-get-account\",\n name: \"Get Account\",\n description: \"Tool to retrieve developer account details. Use after authenticating with Rev AI.\",\n input: RevAiGetAccountInput,\n output: RevAiGetAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAC7H,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAChE,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD;CACzF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACrF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CAChF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AAC5E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,kBAAkBC,eAAAA,OAAO,sBAAsB;CAC1D,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/get-account.d.ts
4
+ declare const RevAiGetAccountInput: z.ZodTypeAny;
5
+ declare const RevAiGetAccountOutput: z.ZodTypeAny;
6
+ declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetAccount };
9
+ //# sourceMappingURL=get-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAAyF;AAAA,cACjH,qBAAA,EAAuB,CAAA,CAAE,UAOc;AAAA,cAEvC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-account.d.ts
4
+ declare const RevAiGetAccountInput: z.ZodTypeAny;
5
+ declare const RevAiGetAccountOutput: z.ZodTypeAny;
6
+ declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetAccount };
9
+ //# sourceMappingURL=get-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAAyF;AAAA,cACjH,qBAAA,EAAuB,CAAA,CAAE,UAOc;AAAA,cAEvC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const revAiGetAccount = action("REV_AI_GET_ACCOUNT", {
4
+ slug: "rev_ai-get-account",
5
+ name: "Get Account",
6
+ description: "Tool to retrieve developer account details. Use after authenticating with Rev AI.",
7
+ input: z.object({}).describe("Request model for GetAccount action. No parameters."),
8
+ output: z.object({
9
+ email: z.string().describe("Email address associated with the Rev AI account"),
10
+ free_balance: z.number().describe("Free credit balance in hours"),
11
+ hipaa_enabled: z.boolean().describe("Whether HIPAA compliance is enabled for the account"),
12
+ total_balance: z.number().describe("Total credit balance (free + purchased) in hours"),
13
+ balance_seconds: z.number().int().describe("Remaining credit balance in seconds"),
14
+ purchased_balance: z.number().describe("Purchased credit balance in hours")
15
+ }).describe("Response model for GetAccount action.")
16
+ });
17
+ //#endregion
18
+ export { revAiGetAccount };
19
+
20
+ //# sourceMappingURL=get-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.mjs","names":[],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GetAccount action. No parameters.\");\nexport const RevAiGetAccountOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address associated with the Rev AI account\"),\n free_balance: z.number().describe(\"Free credit balance in hours\"),\n hipaa_enabled: z.boolean().describe(\"Whether HIPAA compliance is enabled for the account\"),\n total_balance: z.number().describe(\"Total credit balance (free + purchased) in hours\"),\n balance_seconds: z.number().int().describe(\"Remaining credit balance in seconds\"),\n purchased_balance: z.number().describe(\"Purchased credit balance in hours\"),\n}).describe(\"Response model for GetAccount action.\");\n\nexport const revAiGetAccount = action(\"REV_AI_GET_ACCOUNT\", {\n slug: \"rev_ai-get-account\",\n name: \"Get Account\",\n description: \"Tool to retrieve developer account details. Use after authenticating with Rev AI.\",\n input: RevAiGetAccountInput,\n output: RevAiGetAccountOutput,\n});\n"],"mappings":";;AAcA,MAAa,kBAAkB,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAc/D;CACP,QAdiD,EAAE,OAAO;EAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EAChE,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD;EACzF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACrF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;EAChF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5E,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-captions.ts
4
+ const RevAiGetCaptionsInput = zod.z.object({
5
+ accept: zod.z.enum(["application/x-subrip", "text/vtt"]).default("application/x-subrip").describe("Caption format: SRT (application/x-subrip) or WebVTT (text/vtt).").optional(),
6
+ job_id: zod.z.string().describe("The ID of the completed transcription job."),
7
+ channel_id: zod.z.number().int().describe("Optional audio channel number for multi-channel jobs.").optional()
8
+ }).describe("Request parameters for retrieving captions from a Rev.ai transcription job.");
9
+ const RevAiGetCaptionsOutput = zod.z.object({ captions: zod.z.string().describe("Raw caption file content in the requested format.") }).describe("Response model containing the raw caption file content.");
10
+ const revAiGetCaptions = require_action.action("REV_AI_GET_CAPTIONS", {
11
+ slug: "rev_ai-get-captions",
12
+ name: "Get Captions",
13
+ description: "Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.",
14
+ input: RevAiGetCaptionsInput,
15
+ output: RevAiGetCaptionsOutput
16
+ });
17
+ //#endregion
18
+ exports.revAiGetCaptions = revAiGetCaptions;
19
+
20
+ //# sourceMappingURL=get-captions.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-captions.cjs","names":["z","action"],"sources":["../../src/actions/get-captions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetCaptionsInput: z.ZodTypeAny = z.object({\n accept: z.enum([\"application/x-subrip\", \"text/vtt\"]).default(\"application/x-subrip\").describe(\"Caption format: SRT (application/x-subrip) or WebVTT (text/vtt).\").optional(),\n job_id: z.string().describe(\"The ID of the completed transcription job.\"),\n channel_id: z.number().int().describe(\"Optional audio channel number for multi-channel jobs.\").optional(),\n}).describe(\"Request parameters for retrieving captions from a Rev.ai transcription job.\");\nexport const RevAiGetCaptionsOutput: z.ZodTypeAny = z.object({\n captions: z.string().describe(\"Raw caption file content in the requested format.\"),\n}).describe(\"Response model containing the raw caption file content.\");\n\nexport const revAiGetCaptions = action(\"REV_AI_GET_CAPTIONS\", {\n slug: \"rev_ai-get-captions\",\n name: \"Get Captions\",\n description: \"Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.\",\n input: RevAiGetCaptionsInput,\n output: RevAiGetCaptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,QAAQA,IAAAA,EAAE,KAAK,CAAC,wBAAwB,UAAU,CAAC,CAAC,CAAC,QAAQ,sBAAsB,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC3K,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,mBAAmBC,eAAAA,OAAO,uBAAuB;CAC5D,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/get-captions.d.ts
4
+ declare const RevAiGetCaptionsInput: z.ZodTypeAny;
5
+ declare const RevAiGetCaptionsOutput: z.ZodTypeAny;
6
+ declare const revAiGetCaptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetCaptions };
9
+ //# sourceMappingURL=get-captions.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-captions.d.cts","names":[],"sources":["../../src/actions/get-captions.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAIoD;AAAA,cAC7E,sBAAA,EAAwB,CAAA,CAAE,UAE+B;AAAA,cAEzD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-captions.d.ts
4
+ declare const RevAiGetCaptionsInput: z.ZodTypeAny;
5
+ declare const RevAiGetCaptionsOutput: z.ZodTypeAny;
6
+ declare const revAiGetCaptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetCaptions };
9
+ //# sourceMappingURL=get-captions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-captions.d.mts","names":[],"sources":["../../src/actions/get-captions.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAIoD;AAAA,cAC7E,sBAAA,EAAwB,CAAA,CAAE,UAE+B;AAAA,cAEzD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const revAiGetCaptions = action("REV_AI_GET_CAPTIONS", {
4
+ slug: "rev_ai-get-captions",
5
+ name: "Get Captions",
6
+ description: "Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.",
7
+ input: z.object({
8
+ accept: z.enum(["application/x-subrip", "text/vtt"]).default("application/x-subrip").describe("Caption format: SRT (application/x-subrip) or WebVTT (text/vtt).").optional(),
9
+ job_id: z.string().describe("The ID of the completed transcription job."),
10
+ channel_id: z.number().int().describe("Optional audio channel number for multi-channel jobs.").optional()
11
+ }).describe("Request parameters for retrieving captions from a Rev.ai transcription job."),
12
+ output: z.object({ captions: z.string().describe("Raw caption file content in the requested format.") }).describe("Response model containing the raw caption file content.")
13
+ });
14
+ //#endregion
15
+ export { revAiGetCaptions };
16
+
17
+ //# sourceMappingURL=get-captions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-captions.mjs","names":[],"sources":["../../src/actions/get-captions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetCaptionsInput: z.ZodTypeAny = z.object({\n accept: z.enum([\"application/x-subrip\", \"text/vtt\"]).default(\"application/x-subrip\").describe(\"Caption format: SRT (application/x-subrip) or WebVTT (text/vtt).\").optional(),\n job_id: z.string().describe(\"The ID of the completed transcription job.\"),\n channel_id: z.number().int().describe(\"Optional audio channel number for multi-channel jobs.\").optional(),\n}).describe(\"Request parameters for retrieving captions from a Rev.ai transcription job.\");\nexport const RevAiGetCaptionsOutput: z.ZodTypeAny = z.object({\n captions: z.string().describe(\"Raw caption file content in the requested format.\"),\n}).describe(\"Response model containing the raw caption file content.\");\n\nexport const revAiGetCaptions = action(\"REV_AI_GET_CAPTIONS\", {\n slug: \"rev_ai-get-captions\",\n name: \"Get Captions\",\n description: \"Tool to retrieve captions (SRT or VTT) for a completed Rev.ai transcription job. Use after confirming the job status is 'completed'.\",\n input: RevAiGetCaptionsInput,\n output: RevAiGetCaptionsOutput,\n});\n"],"mappings":";;AAaA,MAAa,mBAAmB,OAAO,uBAAuB;CAC5D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbiD,EAAE,OAAO;EAC1D,QAAQ,EAAE,KAAK,CAAC,wBAAwB,UAAU,CAAC,CAAC,CAAC,QAAQ,sBAAsB,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC3K,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,6EASH;CACP,QATkD,EAAE,OAAO,EAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACnF,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-custom-vocabulary-details.ts
4
+ const RevAiGetCustomVocabularyDetailsInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the custom vocabulary to retrieve.") }).describe("Request model for retrieving a custom vocabulary's details by its unique identifier.");
5
+ const RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema = zod.z.object({ detail: zod.z.string().describe("Failure detail message.").nullable().optional() }).describe("Details about a failure when processing the custom vocabulary.");
6
+ const RevAiGetCustomVocabularyDetailsOutput = zod.z.object({
7
+ id: zod.z.string().describe("Unique identifier for the custom vocabulary."),
8
+ status: zod.z.string().describe("Current status of the custom vocabulary (e.g., 'in_progress', 'failed', 'complete')."),
9
+ strict: zod.z.boolean().describe("Whether strict mode was enabled for the custom vocabulary.").nullable().optional(),
10
+ failure: RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema.nullable().optional(),
11
+ phrases: zod.z.array(zod.z.string()).describe("List of phrases submitted for the custom vocabulary.").nullable().optional(),
12
+ metadata: zod.z.string().describe("User-defined metadata associated with the custom vocabulary.").nullable().optional(),
13
+ created_on: zod.z.string().describe("Creation date-time in RFC 3339 format."),
14
+ callback_url: zod.z.string().describe("Callback URL for notifications, if set.").nullable().optional(),
15
+ completed_on: zod.z.string().describe("Completion date-time in RFC 3339 format, if processing is complete.").nullable().optional()
16
+ }).describe("Response model containing details of a custom vocabulary.");
17
+ const revAiGetCustomVocabularyDetails = require_action.action("REV_AI_GET_CUSTOM_VOCABULARY_DETAILS", {
18
+ slug: "rev_ai-get-custom-vocabulary-details",
19
+ name: "Get Custom Vocabulary Details",
20
+ description: "Tool to retrieve custom vocabulary processing details. Use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation.",
21
+ input: RevAiGetCustomVocabularyDetailsInput,
22
+ output: RevAiGetCustomVocabularyDetailsOutput
23
+ });
24
+ //#endregion
25
+ exports.revAiGetCustomVocabularyDetails = revAiGetCustomVocabularyDetails;
26
+
27
+ //# sourceMappingURL=get-custom-vocabulary-details.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-custom-vocabulary-details.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-vocabulary-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetCustomVocabularyDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the custom vocabulary to retrieve.\"),\n}).describe(\"Request model for retrieving a custom vocabulary's details by its unique identifier.\");\nconst RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema: z.ZodTypeAny = z.object({\n detail: z.string().describe(\"Failure detail message.\").nullable().optional(),\n}).describe(\"Details about a failure when processing the custom vocabulary.\");\nexport const RevAiGetCustomVocabularyDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the custom vocabulary.\"),\n status: z.string().describe(\"Current status of the custom vocabulary (e.g., 'in_progress', 'failed', 'complete').\"),\n strict: z.boolean().describe(\"Whether strict mode was enabled for the custom vocabulary.\").nullable().optional(),\n failure: RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema.nullable().optional(),\n phrases: z.array(z.string()).describe(\"List of phrases submitted for the custom vocabulary.\").nullable().optional(),\n metadata: z.string().describe(\"User-defined metadata associated with the custom vocabulary.\").nullable().optional(),\n created_on: z.string().describe(\"Creation date-time in RFC 3339 format.\"),\n callback_url: z.string().describe(\"Callback URL for notifications, if set.\").nullable().optional(),\n completed_on: z.string().describe(\"Completion date-time in RFC 3339 format, if processing is complete.\").nullable().optional(),\n}).describe(\"Response model containing details of a custom vocabulary.\");\n\nexport const revAiGetCustomVocabularyDetails = action(\"REV_AI_GET_CUSTOM_VOCABULARY_DETAILS\", {\n slug: \"rev_ai-get-custom-vocabulary-details\",\n name: \"Get Custom Vocabulary Details\",\n description: \"Tool to retrieve custom vocabulary processing details. Use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation.\",\n input: RevAiGetCustomVocabularyDetailsInput,\n output: RevAiGetCustomVocabularyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACnF,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAClG,MAAM,gEAA8EA,IAAAA,EAAE,OAAO,EAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAClH,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,SAAS,8DAA8D,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,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/get-custom-vocabulary-details.d.ts
4
+ declare const RevAiGetCustomVocabularyDetailsInput: z.ZodTypeAny;
5
+ declare const RevAiGetCustomVocabularyDetailsOutput: z.ZodTypeAny;
6
+ declare const revAiGetCustomVocabularyDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetCustomVocabularyDetails };
9
+ //# sourceMappingURL=get-custom-vocabulary-details.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-custom-vocabulary-details.d.cts","names":[],"sources":["../../src/actions/get-custom-vocabulary-details.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAE8C;AAAA,cAItF,qCAAA,EAAuC,CAAA,CAAE,UAUkB;AAAA,cAE3D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-custom-vocabulary-details.d.ts
4
+ declare const RevAiGetCustomVocabularyDetailsInput: z.ZodTypeAny;
5
+ declare const RevAiGetCustomVocabularyDetailsOutput: z.ZodTypeAny;
6
+ declare const revAiGetCustomVocabularyDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetCustomVocabularyDetails };
9
+ //# sourceMappingURL=get-custom-vocabulary-details.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-custom-vocabulary-details.d.mts","names":[],"sources":["../../src/actions/get-custom-vocabulary-details.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAE8C;AAAA,cAItF,qCAAA,EAAuC,CAAA,CAAE,UAUkB;AAAA,cAE3D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-custom-vocabulary-details.ts
4
+ const RevAiGetCustomVocabularyDetailsInput = z.object({ id: z.string().describe("Unique identifier of the custom vocabulary to retrieve.") }).describe("Request model for retrieving a custom vocabulary's details by its unique identifier.");
5
+ const RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema = z.object({ detail: z.string().describe("Failure detail message.").nullable().optional() }).describe("Details about a failure when processing the custom vocabulary.");
6
+ const revAiGetCustomVocabularyDetails = action("REV_AI_GET_CUSTOM_VOCABULARY_DETAILS", {
7
+ slug: "rev_ai-get-custom-vocabulary-details",
8
+ name: "Get Custom Vocabulary Details",
9
+ description: "Tool to retrieve custom vocabulary processing details. Use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation.",
10
+ input: RevAiGetCustomVocabularyDetailsInput,
11
+ output: z.object({
12
+ id: z.string().describe("Unique identifier for the custom vocabulary."),
13
+ status: z.string().describe("Current status of the custom vocabulary (e.g., 'in_progress', 'failed', 'complete')."),
14
+ strict: z.boolean().describe("Whether strict mode was enabled for the custom vocabulary.").nullable().optional(),
15
+ failure: RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema.nullable().optional(),
16
+ phrases: z.array(z.string()).describe("List of phrases submitted for the custom vocabulary.").nullable().optional(),
17
+ metadata: z.string().describe("User-defined metadata associated with the custom vocabulary.").nullable().optional(),
18
+ created_on: z.string().describe("Creation date-time in RFC 3339 format."),
19
+ callback_url: z.string().describe("Callback URL for notifications, if set.").nullable().optional(),
20
+ completed_on: z.string().describe("Completion date-time in RFC 3339 format, if processing is complete.").nullable().optional()
21
+ }).describe("Response model containing details of a custom vocabulary.")
22
+ });
23
+ //#endregion
24
+ export { revAiGetCustomVocabularyDetails };
25
+
26
+ //# sourceMappingURL=get-custom-vocabulary-details.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-custom-vocabulary-details.mjs","names":[],"sources":["../../src/actions/get-custom-vocabulary-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetCustomVocabularyDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the custom vocabulary to retrieve.\"),\n}).describe(\"Request model for retrieving a custom vocabulary's details by its unique identifier.\");\nconst RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema: z.ZodTypeAny = z.object({\n detail: z.string().describe(\"Failure detail message.\").nullable().optional(),\n}).describe(\"Details about a failure when processing the custom vocabulary.\");\nexport const RevAiGetCustomVocabularyDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the custom vocabulary.\"),\n status: z.string().describe(\"Current status of the custom vocabulary (e.g., 'in_progress', 'failed', 'complete').\"),\n strict: z.boolean().describe(\"Whether strict mode was enabled for the custom vocabulary.\").nullable().optional(),\n failure: RevAiGetCustomVocabularyDetails_CustomVocabularyFailureSchema.nullable().optional(),\n phrases: z.array(z.string()).describe(\"List of phrases submitted for the custom vocabulary.\").nullable().optional(),\n metadata: z.string().describe(\"User-defined metadata associated with the custom vocabulary.\").nullable().optional(),\n created_on: z.string().describe(\"Creation date-time in RFC 3339 format.\"),\n callback_url: z.string().describe(\"Callback URL for notifications, if set.\").nullable().optional(),\n completed_on: z.string().describe(\"Completion date-time in RFC 3339 format, if processing is complete.\").nullable().optional(),\n}).describe(\"Response model containing details of a custom vocabulary.\");\n\nexport const revAiGetCustomVocabularyDetails = action(\"REV_AI_GET_CUSTOM_VOCABULARY_DETAILS\", {\n slug: \"rev_ai-get-custom-vocabulary-details\",\n name: \"Get Custom Vocabulary Details\",\n description: \"Tool to retrieve custom vocabulary processing details. Use when needing to fetch the status and submitted phrases for a specific custom vocabulary after creation.\",\n input: RevAiGetCustomVocabularyDetailsInput,\n output: RevAiGetCustomVocabularyDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO,EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACnF,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAClG,MAAM,gEAA8E,EAAE,OAAO,EAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAa5E,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;EAClH,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,SAAS,8DAA8D,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACxE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-job-by-id.ts
4
+ const RevAiGetJobByIdInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the transcription job to retrieve.") }).describe("Request model for retrieving a transcription job by its unique identifier.");
5
+ const RevAiGetJobById_FailureSchema = zod.z.object({
6
+ code: zod.z.string().describe("Error code of the failed job."),
7
+ detail: zod.z.string().describe("Additional details about the failure.").nullable().optional(),
8
+ message: zod.z.string().describe("Error message detailing the failure.").nullable().optional()
9
+ }).describe("Details about a failed transcription job.\nThe API can return failure as a string (error code) or an object with code/message.");
10
+ const RevAiGetJobById_TranscriptionConfigSchema = zod.z.object({
11
+ filter_profanity: zod.z.boolean().describe("If true, profanity will be filtered.").nullable().optional(),
12
+ remove_punctuation: zod.z.boolean().describe("If true, punctuation will be removed.").nullable().optional(),
13
+ remove_disfluencies: zod.z.boolean().describe("If true, filler disfluencies will be removed.").nullable().optional(),
14
+ speaker_channels_count: zod.z.number().int().describe("Number of speaker channels in the media.").nullable().optional()
15
+ }).describe("Advanced transcription configuration for the job.");
16
+ const RevAiGetJobByIdOutput = zod.z.object({
17
+ id: zod.z.string().describe("Unique identifier for the job."),
18
+ name: zod.z.string().describe("Name of the job, if provided.").nullable().optional(),
19
+ type: zod.z.string().describe("Type of job (e.g., asynchronous)."),
20
+ status: zod.z.string().describe("Current status of the job."),
21
+ failure: RevAiGetJobById_FailureSchema.nullable().optional(),
22
+ language: zod.z.string().describe("Language code of the job, if set.").nullable().optional(),
23
+ metadata: zod.z.string().describe("User-provided metadata, if set.").nullable().optional(),
24
+ created_on: zod.z.string().describe("Job creation date-time in RFC 3339 format."),
25
+ callback_url: zod.z.string().describe("Callback URL for job notifications, if set.").nullable().optional(),
26
+ completed_on: zod.z.string().describe("Job completion date-time in RFC 3339 format, if completed.").nullable().optional(),
27
+ duration_seconds: zod.z.number().describe("Duration of the media in seconds, if available.").nullable().optional(),
28
+ custom_vocabulary_id: zod.z.string().describe("Custom vocabulary ID used for the job.").nullable().optional(),
29
+ delete_after_seconds: zod.z.number().int().describe("Time in seconds after which the job will be deleted.").nullable().optional(),
30
+ transcription_config: RevAiGetJobById_TranscriptionConfigSchema.nullable().optional()
31
+ }).describe("Response model containing details of a transcription job.");
32
+ const revAiGetJobById = require_action.action("REV_AI_GET_JOB_BY_ID", {
33
+ slug: "rev_ai-get-job-by-id",
34
+ name: "Get Job by ID",
35
+ description: "Tool to fetch details of a transcription job by its ID. Use when confirming job status and metadata are accurate.",
36
+ input: RevAiGetJobByIdInput,
37
+ output: RevAiGetJobByIdOutput
38
+ });
39
+ //#endregion
40
+ exports.revAiGetJobById = revAiGetJobById;
41
+
42
+ //# sourceMappingURL=get-job-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-job-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-job-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RevAiGetJobByIdInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the transcription job to retrieve.\"),\n}).describe(\"Request model for retrieving a transcription job by its unique identifier.\");\nconst RevAiGetJobById_FailureSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Error code of the failed job.\"),\n detail: z.string().describe(\"Additional details about the failure.\").nullable().optional(),\n message: z.string().describe(\"Error message detailing the failure.\").nullable().optional(),\n}).describe(\"Details about a failed transcription job.\\nThe API can return failure as a string (error code) or an object with code/message.\");\nconst RevAiGetJobById_TranscriptionConfigSchema: z.ZodTypeAny = z.object({\n filter_profanity: z.boolean().describe(\"If true, profanity will be filtered.\").nullable().optional(),\n remove_punctuation: z.boolean().describe(\"If true, punctuation will be removed.\").nullable().optional(),\n remove_disfluencies: z.boolean().describe(\"If true, filler disfluencies will be removed.\").nullable().optional(),\n speaker_channels_count: z.number().int().describe(\"Number of speaker channels in the media.\").nullable().optional(),\n}).describe(\"Advanced transcription configuration for the job.\");\nexport const RevAiGetJobByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the job.\"),\n name: z.string().describe(\"Name of the job, if provided.\").nullable().optional(),\n type: z.string().describe(\"Type of job (e.g., asynchronous).\"),\n status: z.string().describe(\"Current status of the job.\"),\n failure: RevAiGetJobById_FailureSchema.nullable().optional(),\n language: z.string().describe(\"Language code of the job, if set.\").nullable().optional(),\n metadata: z.string().describe(\"User-provided metadata, if set.\").nullable().optional(),\n created_on: z.string().describe(\"Job creation date-time in RFC 3339 format.\"),\n callback_url: z.string().describe(\"Callback URL for job notifications, if set.\").nullable().optional(),\n completed_on: z.string().describe(\"Job completion date-time in RFC 3339 format, if completed.\").nullable().optional(),\n duration_seconds: z.number().describe(\"Duration of the media in seconds, if available.\").nullable().optional(),\n custom_vocabulary_id: z.string().describe(\"Custom vocabulary ID used for the job.\").nullable().optional(),\n delete_after_seconds: z.number().int().describe(\"Time in seconds after which the job will be deleted.\").nullable().optional(),\n transcription_config: RevAiGetJobById_TranscriptionConfigSchema.nullable().optional(),\n}).describe(\"Response model containing details of a transcription job.\");\n\nexport const revAiGetJobById = action(\"REV_AI_GET_JOB_BY_ID\", {\n slug: \"rev_ai-get-job-by-id\",\n name: \"Get Job by ID\",\n description: \"Tool to fetch details of a transcription job by its ID. Use when confirming job status and metadata are accurate.\",\n input: RevAiGetJobByIdInput,\n output: RevAiGetJobByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACnF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,gIAAgI;AAC5I,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAAS,8BAA8B,SAAS,CAAC,CAAC,SAAS;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,sBAAsB,0CAA0C,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,kBAAkBC,eAAAA,OAAO,wBAAwB;CAC5D,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/get-job-by-id.d.ts
4
+ declare const RevAiGetJobByIdInput: z.ZodTypeAny;
5
+ declare const RevAiGetJobByIdOutput: z.ZodTypeAny;
6
+ declare const revAiGetJobById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetJobById };
9
+ //# sourceMappingURL=get-job-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-job-by-id.d.cts","names":[],"sources":["../../src/actions/get-job-by-id.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEoD;AAAA,cAY5E,qBAAA,EAAuB,CAAA,CAAE,UAekC;AAAA,cAE3D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-job-by-id.d.ts
4
+ declare const RevAiGetJobByIdInput: z.ZodTypeAny;
5
+ declare const RevAiGetJobByIdOutput: z.ZodTypeAny;
6
+ declare const revAiGetJobById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { revAiGetJobById };
9
+ //# sourceMappingURL=get-job-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-job-by-id.d.mts","names":[],"sources":["../../src/actions/get-job-by-id.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEoD;AAAA,cAY5E,qBAAA,EAAuB,CAAA,CAAE,UAekC;AAAA,cAE3D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}