Add endpoint to upload application file (#17270)

As title
This commit is contained in:
martmull
2026-01-20 15:10:34 +01:00
committed by GitHub
parent 801878cb2b
commit 02a181a49f
24 changed files with 302 additions and 39 deletions
@@ -0,0 +1,14 @@
export enum FileFolder {
ProfilePicture = 'profile-picture',
WorkspaceLogo = 'workspace-logo',
Attachment = 'attachment',
PersonPicture = 'person-picture',
ServerlessFunction = 'serverless-function',
ServerlessFunctionToDelete = 'serverless-function-to-delete',
File = 'file',
AgentChat = 'agent-chat',
Functions = 'functions',
FrontComponents = 'front-components',
Assets = 'assets',
SourceCode = 'source-code',
}
@@ -108,6 +108,7 @@ export type {
export { NumberDataType, DateDisplayFormat } from './FieldMetadataSettings';
export { FieldMetadataType } from './FieldMetadataType';
export type { FieldRatingValue } from './FieldRatingValue';
export { FileFolder } from './FileFolder';
export type {
FilterableFieldType,
FilterableAndTSVectorFieldType,