feat(server): SmartTextEditorValue.attachments multiregion support (#3513)
This commit is contained in:
committed by
GitHub
parent
42db2f6b82
commit
9b5873e4f5
@@ -8,7 +8,7 @@ import { AutomateFunctionGraphQLReturn, AutomateFunctionReleaseGraphQLReturn, Au
|
||||
import { WorkspaceGraphQLReturn, WorkspaceBillingGraphQLReturn, WorkspaceSsoGraphQLReturn, WorkspaceMutationsGraphQLReturn, WorkspaceInviteMutationsGraphQLReturn, WorkspaceProjectMutationsGraphQLReturn, PendingWorkspaceCollaboratorGraphQLReturn, WorkspaceCollaboratorGraphQLReturn, ProjectRoleGraphQLReturn } from '@/modules/workspacesCore/helpers/graphTypes';
|
||||
import { WorkspaceBillingMutationsGraphQLReturn } from '@/modules/gatekeeper/helpers/graphTypes';
|
||||
import { WebhookGraphQLReturn } from '@/modules/webhooks/helpers/graphTypes';
|
||||
import { SmartTextEditorValueSchema } from '@/modules/core/services/richTextEditorService';
|
||||
import { SmartTextEditorValueGraphQLReturn } from '@/modules/core/services/richTextEditorService';
|
||||
import { BlobStorageItem } from '@/modules/blobstorage/domain/types';
|
||||
import { ActivityCollectionGraphQLReturn } from '@/modules/activitystream/helpers/graphTypes';
|
||||
import { ServerAppGraphQLReturn, ServerAppListItemGraphQLReturn } from '@/modules/auth/helpers/graphTypes';
|
||||
@@ -4723,7 +4723,7 @@ export type ResolversTypes = {
|
||||
ServerWorkspacesInfo: ResolverTypeWrapper<GraphQLEmptyReturn>;
|
||||
SessionPaymentStatus: SessionPaymentStatus;
|
||||
SetPrimaryUserEmailInput: SetPrimaryUserEmailInput;
|
||||
SmartTextEditorValue: ResolverTypeWrapper<SmartTextEditorValueSchema>;
|
||||
SmartTextEditorValue: ResolverTypeWrapper<SmartTextEditorValueGraphQLReturn>;
|
||||
SortDirection: SortDirection;
|
||||
Stream: ResolverTypeWrapper<StreamGraphQLReturn>;
|
||||
StreamAccessRequest: ResolverTypeWrapper<StreamAccessRequestGraphQLReturn>;
|
||||
@@ -4988,7 +4988,7 @@ export type ResolversParentTypes = {
|
||||
ServerStats: GraphQLEmptyReturn;
|
||||
ServerWorkspacesInfo: GraphQLEmptyReturn;
|
||||
SetPrimaryUserEmailInput: SetPrimaryUserEmailInput;
|
||||
SmartTextEditorValue: SmartTextEditorValueSchema;
|
||||
SmartTextEditorValue: SmartTextEditorValueGraphQLReturn;
|
||||
Stream: StreamGraphQLReturn;
|
||||
StreamAccessRequest: StreamAccessRequestGraphQLReturn;
|
||||
StreamCollaborator: StreamCollaboratorGraphQLReturn;
|
||||
|
||||
Reference in New Issue
Block a user