Message channel change 1 (#14942)
This commit is contained in:
@@ -483,6 +483,11 @@ export enum CaptchaDriverType {
|
||||
TURNSTILE = 'TURNSTILE'
|
||||
}
|
||||
|
||||
export type ChannelSyncSuccess = {
|
||||
__typename?: 'ChannelSyncSuccess';
|
||||
success: Scalars['Boolean'];
|
||||
};
|
||||
|
||||
export type CheckUserExistOutput = {
|
||||
__typename?: 'CheckUserExistOutput';
|
||||
availableWorkspacesCount: Scalars['Float'];
|
||||
@@ -1440,6 +1445,7 @@ export type ImapSmtpCaldavConnectionParameters = {
|
||||
|
||||
export type ImapSmtpCaldavConnectionSuccess = {
|
||||
__typename?: 'ImapSmtpCaldavConnectionSuccess';
|
||||
connectedAccountId: Scalars['String'];
|
||||
success: Scalars['Boolean'];
|
||||
};
|
||||
|
||||
@@ -1742,6 +1748,7 @@ export type Mutation = {
|
||||
signUpInWorkspace: SignUpOutput;
|
||||
skipBookOnboardingStep: OnboardingStepSuccess;
|
||||
skipSyncEmailOnboardingStep: OnboardingStepSuccess;
|
||||
startChannelSync: ChannelSyncSuccess;
|
||||
submitFormStep: Scalars['Boolean'];
|
||||
switchBillingPlan: BillingUpdateOutput;
|
||||
switchSubscriptionInterval: BillingUpdateOutput;
|
||||
@@ -2385,6 +2392,11 @@ export type MutationSignUpInWorkspaceArgs = {
|
||||
};
|
||||
|
||||
|
||||
export type MutationStartChannelSyncArgs = {
|
||||
connectedAccountId: Scalars['UUID'];
|
||||
};
|
||||
|
||||
|
||||
export type MutationSubmitFormStepArgs = {
|
||||
input: SubmitFormStepInput;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user