@keystrokehq/recallai 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,7 +208,6 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
208
208
  custom_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
209
209
  language_config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
210
210
  languages: z.ZodArray<z.ZodEnum<{
211
- id: "id";
212
211
  af: "af";
213
212
  ar: "ar";
214
213
  hy: "hy";
@@ -233,6 +232,7 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
233
232
  hi: "hi";
234
233
  hu: "hu";
235
234
  is: "is";
235
+ id: "id";
236
236
  it: "it";
237
237
  ja: "ja";
238
238
  kn: "kn";
@@ -356,8 +356,8 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
356
356
  }>>>;
357
357
  output_locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
358
  max_delay_mode: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
359
- fixed: "fixed";
360
359
  flexible: "flexible";
360
+ fixed: "fixed";
361
361
  }>>>;
362
362
  enable_entities: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
363
363
  enable_partials: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -403,7 +403,6 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
403
403
  }, z.core.$loose>, z.ZodObject<{
404
404
  meeting_captions: z.ZodObject<{
405
405
  language_code: z.ZodEnum<{
406
- id: "id";
407
406
  cs: "cs";
408
407
  da: "da";
409
408
  nl: "nl";
@@ -411,6 +410,7 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
411
410
  fr: "fr";
412
411
  de: "de";
413
412
  hi: "hi";
413
+ id: "id";
414
414
  it: "it";
415
415
  ja: "ja";
416
416
  ko: "ko";
@@ -721,7 +721,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
721
721
  custom_metadata?: Record<string, unknown> | null | undefined;
722
722
  language_config?: {
723
723
  [x: string]: unknown;
724
- languages: ("id" | "af" | "ar" | "hy" | "az" | "be" | "bs" | "bg" | "ca" | "zh" | "hr" | "cs" | "da" | "nl" | "en" | "et" | "fi" | "fr" | "gl" | "de" | "el" | "he" | "hi" | "hu" | "is" | "it" | "ja" | "kn" | "kk" | "ko" | "lv" | "lt" | "mk" | "ms" | "mr" | "mi" | "ne" | "no" | "fa" | "pl" | "pt" | "ro" | "ru" | "sr" | "sk" | "sl" | "es" | "sw" | "sv" | "tl" | "ta" | "th" | "tr" | "uk" | "ur" | "vi" | "cy")[];
724
+ languages: ("af" | "ar" | "hy" | "az" | "be" | "bs" | "bg" | "ca" | "zh" | "hr" | "cs" | "da" | "nl" | "en" | "et" | "fi" | "fr" | "gl" | "de" | "el" | "he" | "hi" | "hu" | "is" | "id" | "it" | "ja" | "kn" | "kk" | "ko" | "lv" | "lt" | "mk" | "ms" | "mr" | "mi" | "ne" | "no" | "fa" | "pl" | "pt" | "ro" | "ru" | "sr" | "sk" | "sl" | "es" | "sw" | "sv" | "tl" | "ta" | "th" | "tr" | "uk" | "ur" | "vi" | "cy")[];
725
725
  code_switching?: boolean | null | undefined;
726
726
  } | null | undefined;
727
727
  messages_config?: {
@@ -816,7 +816,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
816
816
  max_delay?: number | null | undefined;
817
817
  diarization?: "none" | "speaker" | null | undefined;
818
818
  output_locale?: string | null | undefined;
819
- max_delay_mode?: "fixed" | "flexible" | null | undefined;
819
+ max_delay_mode?: "flexible" | "fixed" | null | undefined;
820
820
  enable_entities?: boolean | null | undefined;
821
821
  enable_partials?: boolean | null | undefined;
822
822
  operating_point?: "standard" | "enhanced" | null | undefined;
@@ -866,7 +866,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
866
866
  [x: string]: unknown;
867
867
  meeting_captions: {
868
868
  [x: string]: unknown;
869
- language_code: "id" | "cs" | "da" | "nl" | "en" | "fr" | "de" | "hi" | "it" | "ja" | "ko" | "no" | "pl" | "pt" | "ru" | "es" | "sv" | "uk" | "vi" | "en-AU" | "en-GB" | "en-US" | "fr-CA" | "pt-BR" | "es-419";
869
+ language_code: "cs" | "da" | "nl" | "en" | "fr" | "de" | "hi" | "id" | "it" | "ja" | "ko" | "no" | "pl" | "pt" | "ru" | "es" | "sv" | "uk" | "vi" | "en-AU" | "en-GB" | "en-US" | "fr-CA" | "pt-BR" | "es-419";
870
870
  };
871
871
  } | undefined;
872
872
  diarization?: {
@@ -208,7 +208,6 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
208
208
  custom_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
209
209
  language_config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
210
210
  languages: z.ZodArray<z.ZodEnum<{
211
- id: "id";
212
211
  af: "af";
213
212
  ar: "ar";
214
213
  hy: "hy";
@@ -233,6 +232,7 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
233
232
  hi: "hi";
234
233
  hu: "hu";
235
234
  is: "is";
235
+ id: "id";
236
236
  it: "it";
237
237
  ja: "ja";
238
238
  kn: "kn";
@@ -356,8 +356,8 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
356
356
  }>>>;
357
357
  output_locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
358
  max_delay_mode: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
359
- fixed: "fixed";
360
359
  flexible: "flexible";
360
+ fixed: "fixed";
361
361
  }>>>;
362
362
  enable_entities: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
363
363
  enable_partials: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -403,7 +403,6 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
403
403
  }, z.core.$loose>, z.ZodObject<{
404
404
  meeting_captions: z.ZodObject<{
405
405
  language_code: z.ZodEnum<{
406
- id: "id";
407
406
  cs: "cs";
408
407
  da: "da";
409
408
  nl: "nl";
@@ -411,6 +410,7 @@ declare const RecallaiCreateBotInput: z.ZodObject<{
411
410
  fr: "fr";
412
411
  de: "de";
413
412
  hi: "hi";
413
+ id: "id";
414
414
  it: "it";
415
415
  ja: "ja";
416
416
  ko: "ko";
@@ -721,7 +721,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
721
721
  custom_metadata?: Record<string, unknown> | null | undefined;
722
722
  language_config?: {
723
723
  [x: string]: unknown;
724
- languages: ("id" | "af" | "ar" | "hy" | "az" | "be" | "bs" | "bg" | "ca" | "zh" | "hr" | "cs" | "da" | "nl" | "en" | "et" | "fi" | "fr" | "gl" | "de" | "el" | "he" | "hi" | "hu" | "is" | "it" | "ja" | "kn" | "kk" | "ko" | "lv" | "lt" | "mk" | "ms" | "mr" | "mi" | "ne" | "no" | "fa" | "pl" | "pt" | "ro" | "ru" | "sr" | "sk" | "sl" | "es" | "sw" | "sv" | "tl" | "ta" | "th" | "tr" | "uk" | "ur" | "vi" | "cy")[];
724
+ languages: ("af" | "ar" | "hy" | "az" | "be" | "bs" | "bg" | "ca" | "zh" | "hr" | "cs" | "da" | "nl" | "en" | "et" | "fi" | "fr" | "gl" | "de" | "el" | "he" | "hi" | "hu" | "is" | "id" | "it" | "ja" | "kn" | "kk" | "ko" | "lv" | "lt" | "mk" | "ms" | "mr" | "mi" | "ne" | "no" | "fa" | "pl" | "pt" | "ro" | "ru" | "sr" | "sk" | "sl" | "es" | "sw" | "sv" | "tl" | "ta" | "th" | "tr" | "uk" | "ur" | "vi" | "cy")[];
725
725
  code_switching?: boolean | null | undefined;
726
726
  } | null | undefined;
727
727
  messages_config?: {
@@ -816,7 +816,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
816
816
  max_delay?: number | null | undefined;
817
817
  diarization?: "none" | "speaker" | null | undefined;
818
818
  output_locale?: string | null | undefined;
819
- max_delay_mode?: "fixed" | "flexible" | null | undefined;
819
+ max_delay_mode?: "flexible" | "fixed" | null | undefined;
820
820
  enable_entities?: boolean | null | undefined;
821
821
  enable_partials?: boolean | null | undefined;
822
822
  operating_point?: "standard" | "enhanced" | null | undefined;
@@ -866,7 +866,7 @@ declare const recallaiCreateBot: import("@keystrokehq/action").WorkflowActionDef
866
866
  [x: string]: unknown;
867
867
  meeting_captions: {
868
868
  [x: string]: unknown;
869
- language_code: "id" | "cs" | "da" | "nl" | "en" | "fr" | "de" | "hi" | "it" | "ja" | "ko" | "no" | "pl" | "pt" | "ru" | "es" | "sv" | "uk" | "vi" | "en-AU" | "en-GB" | "en-US" | "fr-CA" | "pt-BR" | "es-419";
869
+ language_code: "cs" | "da" | "nl" | "en" | "fr" | "de" | "hi" | "id" | "it" | "ja" | "ko" | "no" | "pl" | "pt" | "ru" | "es" | "sv" | "uk" | "vi" | "en-AU" | "en-GB" | "en-US" | "fr-CA" | "pt-BR" | "es-419";
870
870
  };
871
871
  } | undefined;
872
872
  diarization?: {
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListAudioMixedInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -36,7 +36,7 @@ declare const RecallaiListAudioMixedOutput: z.ZodObject<{
36
36
  }, z.core.$loose>;
37
37
  declare const recallaiListAudioMixed: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  cursor?: string | undefined;
39
- status_code?: "processing" | "done" | "failed" | undefined;
39
+ status_code?: "done" | "failed" | "processing" | undefined;
40
40
  recording_id?: string | undefined;
41
41
  created_at_after?: string | undefined;
42
42
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListAudioMixedInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -36,7 +36,7 @@ declare const RecallaiListAudioMixedOutput: z.ZodObject<{
36
36
  }, z.core.$loose>;
37
37
  declare const recallaiListAudioMixed: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  cursor?: string | undefined;
39
- status_code?: "processing" | "done" | "failed" | undefined;
39
+ status_code?: "done" | "failed" | "processing" | undefined;
40
40
  recording_id?: string | undefined;
41
41
  created_at_after?: string | undefined;
42
42
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListAudioSeparateInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -39,7 +39,7 @@ declare const RecallaiListAudioSeparateOutput: z.ZodObject<{
39
39
  }, z.core.$loose>;
40
40
  declare const recallaiListAudioSeparate: import("@keystrokehq/action").WorkflowActionDefinition<{
41
41
  cursor?: string | undefined;
42
- status_code?: "processing" | "done" | "failed" | undefined;
42
+ status_code?: "done" | "failed" | "processing" | undefined;
43
43
  recording_id?: string | undefined;
44
44
  created_at_after?: string | undefined;
45
45
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListAudioSeparateInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -39,7 +39,7 @@ declare const RecallaiListAudioSeparateOutput: z.ZodObject<{
39
39
  }, z.core.$loose>;
40
40
  declare const recallaiListAudioSeparate: import("@keystrokehq/action").WorkflowActionDefinition<{
41
41
  cursor?: string | undefined;
42
- status_code?: "processing" | "done" | "failed" | undefined;
42
+ status_code?: "done" | "failed" | "processing" | undefined;
43
43
  recording_id?: string | undefined;
44
44
  created_at_after?: string | undefined;
45
45
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListMeetingMetadataInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -38,7 +38,7 @@ declare const RecallaiListMeetingMetadataOutput: z.ZodObject<{
38
38
  }, z.core.$loose>;
39
39
  declare const recallaiListMeetingMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
40
40
  cursor?: string | undefined;
41
- status_code?: "processing" | "done" | "failed" | undefined;
41
+ status_code?: "done" | "failed" | "processing" | undefined;
42
42
  recording_id?: string | undefined;
43
43
  created_at_after?: string | undefined;
44
44
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListMeetingMetadataInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -38,7 +38,7 @@ declare const RecallaiListMeetingMetadataOutput: z.ZodObject<{
38
38
  }, z.core.$loose>;
39
39
  declare const recallaiListMeetingMetadata: import("@keystrokehq/action").WorkflowActionDefinition<{
40
40
  cursor?: string | undefined;
41
- status_code?: "processing" | "done" | "failed" | undefined;
41
+ status_code?: "done" | "failed" | "processing" | undefined;
42
42
  recording_id?: string | undefined;
43
43
  created_at_after?: string | undefined;
44
44
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListParticipantEventsInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -37,7 +37,7 @@ declare const RecallaiListParticipantEventsOutput: z.ZodObject<{
37
37
  }, z.core.$loose>;
38
38
  declare const recallaiListParticipantEvents: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  cursor?: string | undefined;
40
- status_code?: "processing" | "done" | "failed" | undefined;
40
+ status_code?: "done" | "failed" | "processing" | undefined;
41
41
  recording_id?: string | undefined;
42
42
  created_at_after?: string | undefined;
43
43
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListParticipantEventsInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -37,7 +37,7 @@ declare const RecallaiListParticipantEventsOutput: z.ZodObject<{
37
37
  }, z.core.$loose>;
38
38
  declare const recallaiListParticipantEvents: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  cursor?: string | undefined;
40
- status_code?: "processing" | "done" | "failed" | undefined;
40
+ status_code?: "done" | "failed" | "processing" | undefined;
41
41
  recording_id?: string | undefined;
42
42
  created_at_after?: string | undefined;
43
43
  created_at_before?: string | undefined;
@@ -5,9 +5,9 @@ declare const RecallaiListRecordingInput: z.ZodObject<{
5
5
  bot_id: z.ZodOptional<z.ZodString>;
6
6
  cursor: z.ZodOptional<z.ZodString>;
7
7
  status_code: z.ZodOptional<z.ZodEnum<{
8
- processing: "processing";
9
8
  done: "done";
10
9
  failed: "failed";
10
+ processing: "processing";
11
11
  paused: "paused";
12
12
  }>>;
13
13
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -38,7 +38,7 @@ declare const RecallaiListRecordingOutput: z.ZodObject<{
38
38
  declare const recallaiListRecording: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  bot_id?: string | undefined;
40
40
  cursor?: string | undefined;
41
- status_code?: "processing" | "done" | "failed" | "paused" | undefined;
41
+ status_code?: "done" | "failed" | "processing" | "paused" | undefined;
42
42
  created_at_after?: string | undefined;
43
43
  created_at_before?: string | undefined;
44
44
  desktop_sdk_upload_id?: string | undefined;
@@ -5,9 +5,9 @@ declare const RecallaiListRecordingInput: z.ZodObject<{
5
5
  bot_id: z.ZodOptional<z.ZodString>;
6
6
  cursor: z.ZodOptional<z.ZodString>;
7
7
  status_code: z.ZodOptional<z.ZodEnum<{
8
- processing: "processing";
9
8
  done: "done";
10
9
  failed: "failed";
10
+ processing: "processing";
11
11
  paused: "paused";
12
12
  }>>;
13
13
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -38,7 +38,7 @@ declare const RecallaiListRecordingOutput: z.ZodObject<{
38
38
  declare const recallaiListRecording: import("@keystrokehq/action").WorkflowActionDefinition<{
39
39
  bot_id?: string | undefined;
40
40
  cursor?: string | undefined;
41
- status_code?: "processing" | "done" | "failed" | "paused" | undefined;
41
+ status_code?: "done" | "failed" | "processing" | "paused" | undefined;
42
42
  created_at_after?: string | undefined;
43
43
  created_at_before?: string | undefined;
44
44
  desktop_sdk_upload_id?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListTranscriptInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -28,7 +28,7 @@ declare const RecallaiListTranscriptOutput: z.ZodObject<{
28
28
  }, z.core.$loose>;
29
29
  declare const recallaiListTranscript: import("@keystrokehq/action").WorkflowActionDefinition<{
30
30
  cursor?: string | undefined;
31
- status_code?: "processing" | "done" | "failed" | undefined;
31
+ status_code?: "done" | "failed" | "processing" | undefined;
32
32
  recording_id?: string | undefined;
33
33
  created_at_after?: string | undefined;
34
34
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListTranscriptInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -28,7 +28,7 @@ declare const RecallaiListTranscriptOutput: z.ZodObject<{
28
28
  }, z.core.$loose>;
29
29
  declare const recallaiListTranscript: import("@keystrokehq/action").WorkflowActionDefinition<{
30
30
  cursor?: string | undefined;
31
- status_code?: "processing" | "done" | "failed" | undefined;
31
+ status_code?: "done" | "failed" | "processing" | undefined;
32
32
  recording_id?: string | undefined;
33
33
  created_at_after?: string | undefined;
34
34
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListVideoMixedInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -36,7 +36,7 @@ declare const RecallaiListVideoMixedOutput: z.ZodObject<{
36
36
  }, z.core.$loose>;
37
37
  declare const recallaiListVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  cursor?: string | undefined;
39
- status_code?: "processing" | "done" | "failed" | undefined;
39
+ status_code?: "done" | "failed" | "processing" | undefined;
40
40
  recording_id?: string | undefined;
41
41
  created_at_after?: string | undefined;
42
42
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListVideoMixedInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -36,7 +36,7 @@ declare const RecallaiListVideoMixedOutput: z.ZodObject<{
36
36
  }, z.core.$loose>;
37
37
  declare const recallaiListVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<{
38
38
  cursor?: string | undefined;
39
- status_code?: "processing" | "done" | "failed" | undefined;
39
+ status_code?: "done" | "failed" | "processing" | undefined;
40
40
  recording_id?: string | undefined;
41
41
  created_at_after?: string | undefined;
42
42
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListVideoSeparateInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -25,9 +25,9 @@ declare const RecallaiListVideoSeparateOutput: z.ZodObject<{
25
25
  }>>;
26
26
  status: z.ZodNullable<z.ZodObject<{
27
27
  code: z.ZodNullable<z.ZodEnum<{
28
- processing: "processing";
29
28
  done: "done";
30
29
  failed: "failed";
30
+ processing: "processing";
31
31
  deleted: "deleted";
32
32
  }>>;
33
33
  sub_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -44,7 +44,7 @@ declare const RecallaiListVideoSeparateOutput: z.ZodObject<{
44
44
  }, z.core.$loose>;
45
45
  declare const recallaiListVideoSeparate: import("@keystrokehq/action").WorkflowActionDefinition<{
46
46
  cursor?: string | undefined;
47
- status_code?: "processing" | "done" | "failed" | undefined;
47
+ status_code?: "done" | "failed" | "processing" | undefined;
48
48
  recording_id?: string | undefined;
49
49
  created_at_after?: string | undefined;
50
50
  created_at_before?: string | undefined;
@@ -4,9 +4,9 @@ import { z } from "zod";
4
4
  declare const RecallaiListVideoSeparateInput: z.ZodObject<{
5
5
  cursor: z.ZodOptional<z.ZodString>;
6
6
  status_code: z.ZodOptional<z.ZodEnum<{
7
- processing: "processing";
8
7
  done: "done";
9
8
  failed: "failed";
9
+ processing: "processing";
10
10
  }>>;
11
11
  recording_id: z.ZodOptional<z.ZodString>;
12
12
  created_at_after: z.ZodOptional<z.ZodString>;
@@ -25,9 +25,9 @@ declare const RecallaiListVideoSeparateOutput: z.ZodObject<{
25
25
  }>>;
26
26
  status: z.ZodNullable<z.ZodObject<{
27
27
  code: z.ZodNullable<z.ZodEnum<{
28
- processing: "processing";
29
28
  done: "done";
30
29
  failed: "failed";
30
+ processing: "processing";
31
31
  deleted: "deleted";
32
32
  }>>;
33
33
  sub_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -44,7 +44,7 @@ declare const RecallaiListVideoSeparateOutput: z.ZodObject<{
44
44
  }, z.core.$loose>;
45
45
  declare const recallaiListVideoSeparate: import("@keystrokehq/action").WorkflowActionDefinition<{
46
46
  cursor?: string | undefined;
47
- status_code?: "processing" | "done" | "failed" | undefined;
47
+ status_code?: "done" | "failed" | "processing" | undefined;
48
48
  recording_id?: string | undefined;
49
49
  created_at_after?: string | undefined;
50
50
  created_at_before?: string | undefined;
package/dist/catalog.cjs CHANGED
@@ -9,12 +9,12 @@ const recallaiCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "base_url": {
12
+ "full": {
13
13
  "label": "Base URL",
14
14
  "description": "Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.",
15
15
  "default": "https://api.recall.ai"
16
16
  },
17
- "api_key": {
17
+ "generic_api_key": {
18
18
  "label": "API Key",
19
19
  "secret": true,
20
20
  "description": "Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"base_url\": {\n \"label\": \"Base URL\",\n \"description\": \"Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.\",\n \"default\": \"https://api.recall.ai\"\n },\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;GACf,WAAW;EACb;EACA,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"full\": {\n \"label\": \"Base URL\",\n \"description\": \"Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.\",\n \"default\": \"https://api.recall.ai\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,QAAQ;GACN,SAAS;GACT,eAAe;GACf,WAAW;EACb;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -9,12 +9,12 @@ declare const recallaiCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly base_url: {
12
+ readonly full: {
13
13
  readonly label: "Base URL";
14
14
  readonly description: "Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.";
15
15
  readonly default: "https://api.recall.ai";
16
16
  };
17
- readonly api_key: {
17
+ readonly generic_api_key: {
18
18
  readonly label: "API Key";
19
19
  readonly secret: true;
20
20
  readonly description: "Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.";
@@ -9,12 +9,12 @@ declare const recallaiCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly base_url: {
12
+ readonly full: {
13
13
  readonly label: "Base URL";
14
14
  readonly description: "Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.";
15
15
  readonly default: "https://api.recall.ai";
16
16
  };
17
- readonly api_key: {
17
+ readonly generic_api_key: {
18
18
  readonly label: "API Key";
19
19
  readonly secret: true;
20
20
  readonly description: "Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.";
package/dist/catalog.mjs CHANGED
@@ -9,12 +9,12 @@ const recallaiCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "base_url": {
12
+ "full": {
13
13
  "label": "Base URL",
14
14
  "description": "Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.",
15
15
  "default": "https://api.recall.ai"
16
16
  },
17
- "api_key": {
17
+ "generic_api_key": {
18
18
  "label": "API Key",
19
19
  "secret": true,
20
20
  "description": "Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"base_url\": {\n \"label\": \"Base URL\",\n \"description\": \"Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.\",\n \"default\": \"https://api.recall.ai\"\n },\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;GACf,WAAW;EACb;EACA,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"full\": {\n \"label\": \"Base URL\",\n \"description\": \"Your Recall AI base URL (e.g., https://us-west-2.recall.ai, https://us-east-1.recall.ai, https://eu-west-1.recall.ai). Find this in your Recall AI dashboard.\",\n \"default\": \"https://api.recall.ai\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Recall AI API key for authentication. Obtain it from your Recall AI dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,QAAQ;GACN,SAAS;GACT,eAAe;GACf,WAAW;EACb;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/recallai",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"