@keystrokehq/rev_ai 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/delete-custom-vocabulary.d.cts +13 -1
- package/dist/actions/delete-custom-vocabulary.d.mts +13 -1
- package/dist/actions/delete-job-by-id.d.cts +13 -1
- package/dist/actions/delete-job-by-id.d.mts +13 -1
- package/dist/actions/get-account.d.cts +13 -1
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +13 -1
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-captions.d.cts +13 -1
- package/dist/actions/get-captions.d.mts +13 -1
- package/dist/actions/get-custom-vocabulary-details.d.cts +13 -1
- package/dist/actions/get-custom-vocabulary-details.d.mts +13 -1
- package/dist/actions/get-job-by-id.d.cts +13 -1
- package/dist/actions/get-job-by-id.d.mts +13 -1
- package/dist/actions/get-list-of-jobs.d.cts +13 -1
- package/dist/actions/get-list-of-jobs.d.mts +13 -1
- package/dist/actions/get-transcript-by-id.d.cts +13 -1
- package/dist/actions/get-transcript-by-id.d.mts +13 -1
- package/dist/actions/start-stream-transcription.d.cts +13 -1
- package/dist/actions/start-stream-transcription.d.mts +13 -1
- package/dist/actions/submit-custom-vocabulary.d.cts +13 -1
- package/dist/actions/submit-custom-vocabulary.d.mts +13 -1
- package/dist/actions/submit-transcription-job.d.cts +13 -1
- package/dist/actions/submit-transcription-job.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,19 @@ declare const RevAiDeleteCustomVocabularyInput: z.ZodObject<{
|
|
|
7
7
|
declare const RevAiDeleteCustomVocabularyOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const revAiDeleteCustomVocabulary: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { revAiDeleteCustomVocabulary };
|
|
13
25
|
//# sourceMappingURL=delete-custom-vocabulary.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const RevAiDeleteCustomVocabularyInput: z.ZodObject<{
|
|
|
7
7
|
declare const RevAiDeleteCustomVocabularyOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const revAiDeleteCustomVocabulary: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { revAiDeleteCustomVocabulary };
|
|
13
25
|
//# sourceMappingURL=delete-custom-vocabulary.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const RevAiDeleteJobByIdInput: z.ZodObject<{
|
|
|
7
7
|
declare const RevAiDeleteJobByIdOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const revAiDeleteJobById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { revAiDeleteJobById };
|
|
13
25
|
//# sourceMappingURL=delete-job-by-id.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const RevAiDeleteJobByIdInput: z.ZodObject<{
|
|
|
7
7
|
declare const RevAiDeleteJobByIdOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const revAiDeleteJobById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { revAiDeleteJobById };
|
|
13
25
|
//# sourceMappingURL=delete-job-by-id.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const RevAiGetAccountOutput: z.ZodObject<{
|
|
|
10
10
|
balance_seconds: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
purchased_balance: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
bearer_token: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { revAiGetAccount };
|
|
16
28
|
//# sourceMappingURL=get-account.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;cASrB,eAAA,gCAAe,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;cASrB,eAAA,gCAAe,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
|
@@ -10,7 +10,19 @@ declare const RevAiGetAccountOutput: z.ZodObject<{
|
|
|
10
10
|
balance_seconds: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
purchased_balance: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const revAiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
bearer_token: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { revAiGetAccount };
|
|
16
28
|
//# sourceMappingURL=get-account.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;cASrB,eAAA,gCAAe,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;cASrB,eAAA,gCAAe,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
|
@@ -16,7 +16,19 @@ declare const revAiGetCaptions: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
16
16
|
job_id: string;
|
|
17
17
|
accept?: "application/x-subrip" | "text/vtt" | undefined;
|
|
18
18
|
channel_id?: number | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
bearer_token: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { revAiGetCaptions };
|
|
22
34
|
//# sourceMappingURL=get-captions.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const revAiGetCaptions: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
16
16
|
job_id: string;
|
|
17
17
|
accept?: "application/x-subrip" | "text/vtt" | undefined;
|
|
18
18
|
channel_id?: number | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
bearer_token: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { revAiGetCaptions };
|
|
22
34
|
//# sourceMappingURL=get-captions.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const RevAiGetCustomVocabularyDetailsOutput: z.ZodObject<{
|
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const revAiGetCustomVocabularyDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
21
|
id: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
bearer_token: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
bearer_token: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { revAiGetCustomVocabularyDetails };
|
|
25
37
|
//# sourceMappingURL=get-custom-vocabulary-details.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const RevAiGetCustomVocabularyDetailsOutput: z.ZodObject<{
|
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const revAiGetCustomVocabularyDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
21
|
id: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
bearer_token: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
bearer_token: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { revAiGetCustomVocabularyDetails };
|
|
25
37
|
//# sourceMappingURL=get-custom-vocabulary-details.d.mts.map
|
|
@@ -31,7 +31,19 @@ declare const RevAiGetJobByIdOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const revAiGetJobById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
bearer_token: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { revAiGetJobById };
|
|
37
49
|
//# sourceMappingURL=get-job-by-id.d.cts.map
|
|
@@ -31,7 +31,19 @@ declare const RevAiGetJobByIdOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const revAiGetJobById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
bearer_token: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { revAiGetJobById };
|
|
37
49
|
//# sourceMappingURL=get-job-by-id.d.mts.map
|
|
@@ -26,7 +26,19 @@ declare const revAiGetListOfJobs: import("@keystrokehq/action").WorkflowActionDe
|
|
|
26
26
|
limit?: number | undefined;
|
|
27
27
|
ending_before?: string | undefined;
|
|
28
28
|
starting_after?: string | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
bearer_token: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { revAiGetListOfJobs };
|
|
32
44
|
//# sourceMappingURL=get-list-of-jobs.d.cts.map
|
|
@@ -26,7 +26,19 @@ declare const revAiGetListOfJobs: import("@keystrokehq/action").WorkflowActionDe
|
|
|
26
26
|
limit?: number | undefined;
|
|
27
27
|
ending_before?: string | undefined;
|
|
28
28
|
starting_after?: string | undefined;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
bearer_token: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { revAiGetListOfJobs };
|
|
32
44
|
//# sourceMappingURL=get-list-of-jobs.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const RevAiGetTranscriptByIdOutput: z.ZodObject<{
|
|
|
24
24
|
declare const revAiGetTranscriptById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
id: string;
|
|
26
26
|
accept?: "application/vnd.rev.transcript.v1.0+json" | "text/plain" | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
bearer_token: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { revAiGetTranscriptById };
|
|
30
42
|
//# sourceMappingURL=get-transcript-by-id.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const RevAiGetTranscriptByIdOutput: z.ZodObject<{
|
|
|
24
24
|
declare const revAiGetTranscriptById: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
id: string;
|
|
26
26
|
accept?: "application/vnd.rev.transcript.v1.0+json" | "text/plain" | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
bearer_token: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { revAiGetTranscriptById };
|
|
30
42
|
//# sourceMappingURL=get-transcript-by-id.d.mts.map
|
|
@@ -40,7 +40,19 @@ declare const revAiStartStreamTranscription: import("@keystrokehq/action").Workf
|
|
|
40
40
|
enable_speaker_switch?: boolean | undefined;
|
|
41
41
|
max_connection_wait_seconds?: number | undefined;
|
|
42
42
|
max_segment_duration_seconds?: number | undefined;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
43
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
bearer_token: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
44
56
|
//#endregion
|
|
45
57
|
export { revAiStartStreamTranscription };
|
|
46
58
|
//# sourceMappingURL=start-stream-transcription.d.cts.map
|
|
@@ -40,7 +40,19 @@ declare const revAiStartStreamTranscription: import("@keystrokehq/action").Workf
|
|
|
40
40
|
enable_speaker_switch?: boolean | undefined;
|
|
41
41
|
max_connection_wait_seconds?: number | undefined;
|
|
42
42
|
max_segment_duration_seconds?: number | undefined;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
43
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
bearer_token: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
44
56
|
//#endregion
|
|
45
57
|
export { revAiStartStreamTranscription };
|
|
46
58
|
//# sourceMappingURL=start-stream-transcription.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const revAiSubmitCustomVocabulary: import("@keystrokehq/action").Workflo
|
|
|
18
18
|
phrases: string[];
|
|
19
19
|
metadata?: string | undefined;
|
|
20
20
|
custom_vocabulary_id?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
bearer_token: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { revAiSubmitCustomVocabulary };
|
|
24
36
|
//# sourceMappingURL=submit-custom-vocabulary.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const revAiSubmitCustomVocabulary: import("@keystrokehq/action").Workflo
|
|
|
18
18
|
phrases: string[];
|
|
19
19
|
metadata?: string | undefined;
|
|
20
20
|
custom_vocabulary_id?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
bearer_token: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { revAiSubmitCustomVocabulary };
|
|
24
36
|
//# sourceMappingURL=submit-custom-vocabulary.d.mts.map
|
|
@@ -66,7 +66,19 @@ declare const revAiSubmitTranscriptionJob: import("@keystrokehq/action").Workflo
|
|
|
66
66
|
operating_point?: "standard" | "enhanced" | undefined;
|
|
67
67
|
} | undefined;
|
|
68
68
|
speaker_channel_count?: number | undefined;
|
|
69
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
69
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
bearer_token: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
bearer_token: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
70
82
|
//#endregion
|
|
71
83
|
export { revAiSubmitTranscriptionJob };
|
|
72
84
|
//# sourceMappingURL=submit-transcription-job.d.cts.map
|
|
@@ -66,7 +66,19 @@ declare const revAiSubmitTranscriptionJob: import("@keystrokehq/action").Workflo
|
|
|
66
66
|
operating_point?: "standard" | "enhanced" | undefined;
|
|
67
67
|
} | undefined;
|
|
68
68
|
speaker_channel_count?: number | undefined;
|
|
69
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
69
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
bearer_token: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
bearer_token: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
70
82
|
//#endregion
|
|
71
83
|
export { revAiSubmitTranscriptionJob };
|
|
72
84
|
//# sourceMappingURL=submit-transcription-job.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const revAi = (0,
|
|
4
|
+
const revAi = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "rev_ai",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.revAi = revAi;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const revAi = defineApp({\n slug: \"rev_ai\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const revAi = defineApp({\n slug: \"rev_ai\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAA,GAAA,2BAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAcA,IAAAA,EAAE,OAAO,EACzB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const revAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const revAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { revAi };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const revAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const revAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"rev_ai", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { revAi };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const revAi = defineApp({
|
|
4
5
|
slug: "rev_ai",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { revAi };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const revAi = defineApp({\n slug: \"rev_ai\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const revAi = defineApp({\n slug: \"rev_ai\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAc,EAAE,OAAO,EACzB;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const revAiCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/rev_ai",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "bearer_token": {
|
|
12
12
|
"label": "Rev AI Access Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "The access token generated from the Rev AI account, used for authenticating API requests."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const revAiCatalog = {\n \"slug\": \"rev_ai\",\n \"name\": \"Rev AI\",\n \"description\": \"Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/rev_ai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const revAiCatalog = {\n \"slug\": \"rev_ai\",\n \"name\": \"Rev AI\",\n \"description\": \"Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/rev_ai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"bearer_token\": {\n \"label\": \"Rev AI Access Token\",\n \"secret\": true,\n \"description\": \"The access token generated from the Rev AI account, used for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,gBAAgB;EACd,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const revAiCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly bearer_token: {
|
|
13
13
|
readonly label: "Rev AI Access Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "The access token generated from the Rev AI account, used for authenticating API requests.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const revAiCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly bearer_token: {
|
|
13
13
|
readonly label: "Rev AI Access Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "The access token generated from the Rev AI account, used for authenticating API requests.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const revAiCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/rev_ai",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "bearer_token": {
|
|
12
12
|
"label": "Rev AI Access Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "The access token generated from the Rev AI account, used for authenticating API requests."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const revAiCatalog = {\n \"slug\": \"rev_ai\",\n \"name\": \"Rev AI\",\n \"description\": \"Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/rev_ai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const revAiCatalog = {\n \"slug\": \"rev_ai\",\n \"name\": \"Rev AI\",\n \"description\": \"Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/rev_ai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"bearer_token\": {\n \"label\": \"Rev AI Access Token\",\n \"secret\": true,\n \"description\": \"The access token generated from the Rev AI account, used for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,gBAAgB;EACd,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|