Skip to content

Commit 24eb887

Browse files
chore: regenerate types after API schema changes
1 parent a508759 commit 24eb887

File tree

1 file changed

+30
-30
lines changed
  • packages/types/src/generated

1 file changed

+30
-30
lines changed

packages/types/src/generated/api.ts

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -929,34 +929,6 @@ export interface components {
929929
*/
930930
reason?: string | null;
931931
};
932-
/** Body_redact_audio_direct_api_redact_audio_post */
933-
Body_redact_audio_direct_api_redact_audio_post: {
934-
/**
935-
* File
936-
* Format: binary
937-
* @description Audio file to redact
938-
*/
939-
file: string;
940-
/**
941-
* Prompt
942-
* @description Natural language redaction instructions
943-
*/
944-
prompt: string;
945-
};
946-
/** Body_redact_audio_download_api_redact_audio_download_post */
947-
Body_redact_audio_download_api_redact_audio_download_post: {
948-
/**
949-
* File
950-
* Format: binary
951-
* @description Audio file to redact
952-
*/
953-
file: string;
954-
/**
955-
* Prompt
956-
* @description Natural language redaction instructions
957-
*/
958-
prompt: string;
959-
};
960932
/** Body_redact_case_file_api_cases__case_id__files__file_id__redact_post */
961933
Body_redact_case_file_api_cases__case_id__files__file_id__redact_post: {
962934
/**
@@ -2018,6 +1990,34 @@ export interface components {
20181990
/** Error Type */
20191991
type: string;
20201992
};
1993+
/** Body_redact_audio_direct_api_redact_audio_post */
1994+
fastapi___compat__v2__Body_redact_audio_direct_api_redact_audio_post: {
1995+
/**
1996+
* File
1997+
* Format: binary
1998+
* @description Audio file to redact
1999+
*/
2000+
file: string;
2001+
/**
2002+
* Prompt
2003+
* @description Natural language redaction instructions
2004+
*/
2005+
prompt: string;
2006+
};
2007+
/** Body_redact_audio_download_api_redact_audio_download_post */
2008+
fastapi___compat__v2__Body_redact_audio_download_api_redact_audio_download_post: {
2009+
/**
2010+
* File
2011+
* Format: binary
2012+
* @description Audio file to redact
2013+
*/
2014+
file: string;
2015+
/**
2016+
* Prompt
2017+
* @description Natural language redaction instructions
2018+
*/
2019+
prompt: string;
2020+
};
20212021
};
20222022
responses: never;
20232023
parameters: never;
@@ -3377,7 +3377,7 @@ export interface operations {
33773377
};
33783378
requestBody: {
33793379
content: {
3380-
"multipart/form-data": components["schemas"]["Body_redact_audio_direct_api_redact_audio_post"];
3380+
"multipart/form-data": components["schemas"]["fastapi___compat__v2__Body_redact_audio_direct_api_redact_audio_post"];
33813381
};
33823382
};
33833383
responses: {
@@ -3410,7 +3410,7 @@ export interface operations {
34103410
};
34113411
requestBody: {
34123412
content: {
3413-
"multipart/form-data": components["schemas"]["Body_redact_audio_download_api_redact_audio_download_post"];
3413+
"multipart/form-data": components["schemas"]["fastapi___compat__v2__Body_redact_audio_download_api_redact_audio_download_post"];
34143414
};
34153415
};
34163416
responses: {

0 commit comments

Comments
 (0)