GraphQLTypes: { AcceptChildOrderInput: { coopname: string; document: GraphQLTypes["AssetContributionStatementSignedDocumentInput"]; exchange_id: string; username: string; }; Account: { ...on Account: Omit<GraphQLTypes["Account"], "...on Account">; __typename: "Account"; blockchain_account?: GraphQLTypes["BlockchainAccount"] | null; participant_account?: GraphQLTypes["ParticipantAccount"] | null; private_account?: GraphQLTypes["PrivateAccount"] | null; provider_account?: GraphQLTypes["MonoAccount"] | null; user_account?: GraphQLTypes["UserAccount"] | null; username: string; }; AccountRamDelta: { ...on AccountRamDelta: Omit<GraphQLTypes["AccountRamDelta"], "...on AccountRamDelta">; __typename: "AccountRamDelta"; account: string; delta: number; }; AccountResourceInfo: { ...on AccountResourceInfo: Omit<GraphQLTypes["AccountResourceInfo"], "...on AccountResourceInfo">; __typename: "AccountResourceInfo"; available: string; current_used?: string | null; last_usage_update_time?: string | null; max: string; used: string; }; AccountType: AccountType; AccountsPaginationResult: { ...on AccountsPaginationResult: Omit<GraphQLTypes["AccountsPaginationResult"], "...on AccountsPaginationResult">; __typename: "AccountsPaginationResult"; currentPage: number; items: GraphQLTypes["Account"][]; totalCount: number; totalPages: number; }; ActDetailAggregate: { ...on ActDetailAggregate: Omit<GraphQLTypes["ActDetailAggregate"], "...on ActDetailAggregate">; __typename: "ActDetailAggregate"; action?: GraphQLTypes["ExtendedBlockchainAction"] | null; documentAggregate?: GraphQLTypes["DocumentAggregate"] | null; }; ActionAuthorization: { ...on ActionAuthorization: Omit<GraphQLTypes["ActionAuthorization"], "...on ActionAuthorization">; __typename: "ActionAuthorization"; actor: string; permission: string; }; ActionFiltersInput: { account?: string | null; block_num?: number | null; global_sequence?: string | null; name?: string | null; }; ActionReceipt: { ...on ActionReceipt: Omit<GraphQLTypes["ActionReceipt"], "...on ActionReceipt">; __typename: "ActionReceipt"; abi_sequence: number; act_digest: string; auth_sequence: GraphQLTypes["AuthSequence"][]; code_sequence: number; global_sequence: string; receiver: string; recv_sequence: string; }; AddAuthorInput: { author: string; coopname: string; project_hash: string; }; AddParticipantInput: { created_at: string; email: string; entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null; individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null; initial: string; minimum: string; organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null; referer?: string | null; spread_initial: boolean; type: GraphQLTypes["AccountType"]; }; AddPaymentMethodInput: { bank_transfer_data?: GraphQLTypes["BankAccountInput"] | null; is_default: boolean; sbp_data?: GraphQLTypes["SbpDataInput"] | null; username: string; }; AddTrustedAccountInput: { braname: string; coopname: string; trusted: string; }; AgendaGeneralMeetPointInput: { context: string; decision: string; title: string; }; AgendaGeneralMeetQuestion: { context?: string | null; decision: string; number: string; title: string; }; AgendaMeet: { close_at_datetime: string; open_at_datetime: string; type: string; }; AgendaMeetPoint: { ...on AgendaMeetPoint: Omit<GraphQLTypes["AgendaMeetPoint"], "...on AgendaMeetPoint">; __typename: "AgendaMeetPoint"; context: string; decision: string; title: string; }; AgendaWithDocuments: { ...on AgendaWithDocuments: Omit<GraphQLTypes["AgendaWithDocuments"], "...on AgendaWithDocuments">; __typename: "AgendaWithDocuments"; action: GraphQLTypes["BlockchainAction"]; documents: GraphQLTypes["DocumentPackageAggregate"]; table: GraphQLTypes["BlockchainDecision"]; }; Agreement: { ...on Agreement: Omit<GraphQLTypes["Agreement"], "...on Agreement">; __typename: "Agreement"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; coopname?: string | null; document?: GraphQLTypes["DocumentAggregate"] | null; draft_id?: number | null; id?: number | null; present: boolean; program_id?: number | null; status: GraphQLTypes["AgreementStatus"]; type?: string | null; updated_at?: GraphQLTypes["DateTime"] | null; username?: string | null; version?: number | null; }; AgreementFilter: { coopname?: string | null; created_from?: GraphQLTypes["DateTime"] | null; created_to?: GraphQLTypes["DateTime"] | null; program_id?: number | null; statuses?: GraphQLTypes["AgreementStatus"][] | null; type?: string | null; username?: string | null; }; AgreementInput: { protocol_day_month_year: string; protocol_number: string; }; AgreementStatus: AgreementStatus; AgreementVar: { ...on AgreementVar: Omit<GraphQLTypes["AgreementVar"], "...on AgreementVar">; __typename: "AgreementVar"; protocol_day_month_year: string; protocol_number: string; }; AgreementVarInput: { protocol_day_month_year: string; protocol_number: string; }; AnnualGeneralMeetingAgendaGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; is_repeated: boolean; lang?: string | null; links?: string[] | null; meet: GraphQLTypes["AgendaMeet"]; questions: GraphQLTypes["AgendaGeneralMeetQuestion"][]; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AnnualGeneralMeetingAgendaSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AnnualGeneralMeetingAgendaSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AnnualGeneralMeetingAgendaSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; is_repeated: boolean; lang: string; links: string[]; meet: GraphQLTypes["AgendaMeet"]; questions: GraphQLTypes["AgendaGeneralMeetQuestion"][]; registry_id: number; timezone: string; title: string; username: string; version: string; }; AnnualGeneralMeetingDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; meet_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AnnualGeneralMeetingDecisionSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AnnualGeneralMeetingDecisionSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AnnualGeneralMeetingDecisionSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; meet_hash: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; AnnualGeneralMeetingNotificationGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; meet_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AnnualGeneralMeetingNotificationSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AnnualGeneralMeetingNotificationSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AnnualGeneralMeetingNotificationSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; meet_hash: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; AnnualGeneralMeetingSovietDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; is_repeated: boolean; lang?: string | null; links?: string[] | null; meet_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AnnualGeneralMeetingVotingBallotGenerateDocumentInput: { answers: GraphQLTypes["AnswerInput"][]; block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; meet_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AnnualGeneralMeetingVotingBallotSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput: { answers: GraphQLTypes["AnswerInput"][]; block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; meet_hash: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; AnswerInput: { id: string; number: string; vote: string; }; Approval: { ...on Approval: Omit<GraphQLTypes["Approval"], "...on Approval">; __typename: "Approval"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; approval_hash: string; approved_document?: GraphQLTypes["DocumentAggregate"] | null; block_num?: number | null; callback_action_approve: string; callback_action_decline: string; callback_contract: string; coopname: string; created_at: GraphQLTypes["DateTime"]; document?: GraphQLTypes["DocumentAggregate"] | null; id?: number | null; meta: string; present: boolean; status: GraphQLTypes["ApprovalStatus"]; username: string; }; ApprovalFilter: { approval_hash?: string | null; coopname?: string | null; created_from?: GraphQLTypes["DateTime"] | null; created_to?: GraphQLTypes["DateTime"] | null; statuses?: GraphQLTypes["ApprovalStatus"][] | null; username?: string | null; }; ApprovalStatus: ApprovalStatus; AssetContributionActGenerateDocumentInput: { act_id: string; block_num?: number | null; braname?: string | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; receiver: string; request_id: number; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AssetContributionActSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AssetContributionActSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AssetContributionActSignedMetaDocumentInput: { act_id: string; block_num: number; braname?: string | null; coopname: string; created_at: string; decision_id: number; generator: string; lang: string; links: string[]; receiver: string; registry_id: number; request_id: number; timezone: string; title: string; username: string; version: string; }; AssetContributionDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; request_id: number; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AssetContributionStatementGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; request: GraphQLTypes["CommonRequestInput"]; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; AssetContributionStatementSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["AssetContributionStatementSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; AssetContributionStatementSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; request: GraphQLTypes["CommonRequestInput"]; timezone: string; title: string; username: string; version: string; }; AuthSequence: { ...on AuthSequence: Omit<GraphQLTypes["AuthSequence"], "...on AuthSequence">; __typename: "AuthSequence"; account: string; sequence: string; }; Authority: { ...on Authority: Omit<GraphQLTypes["Authority"], "...on Authority">; __typename: "Authority"; accounts: GraphQLTypes["PermissionLevelWeight"][]; keys: GraphQLTypes["KeyWeight"][]; threshold: number; waits: GraphQLTypes["WaitWeight"][]; }; AvailableReport: { ...on AvailableReport: Omit<GraphQLTypes["AvailableReport"], "...on AvailableReport">; __typename: "AvailableReport"; deadline: string; name: string; period: string; type: GraphQLTypes["ReportType"]; }; BankAccount: { ...on BankAccount: Omit<GraphQLTypes["BankAccount"], "...on BankAccount">; __typename: "BankAccount"; account_number: string; bank_name: string; card_number?: string | null; currency: string; details: GraphQLTypes["BankAccountDetails"]; }; BankAccountDetails: { ...on BankAccountDetails: Omit<GraphQLTypes["BankAccountDetails"], "...on BankAccountDetails">; __typename: "BankAccountDetails"; bik: string; corr: string; kpp: string; }; BankAccountDetailsInput: { bik: string; corr: string; kpp: string; }; BankAccountInput: { account_number: string; bank_name: string; card_number?: string | null; currency: string; details: GraphQLTypes["BankAccountDetailsInput"]; }; BankPaymentMethod: { ...on BankPaymentMethod: Omit<GraphQLTypes["BankPaymentMethod"], "...on BankPaymentMethod">; __typename: "BankPaymentMethod"; created_at: GraphQLTypes["DateTime"]; data: GraphQLTypes["BankAccount"]; is_default: boolean; method_id: string; method_type: string; updated_at: GraphQLTypes["DateTime"]; username: string; }; BaseCapitalProject: { ...on BaseCapitalProject: Omit<GraphQLTypes["BaseCapitalProject"], "...on BaseCapitalProject">; __typename: "BaseCapitalProject"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; blockchain_status: string; coopname: string; counts: GraphQLTypes["CapitalProjectCountsData"]; created_at: string; crps: GraphQLTypes["CapitalProjectCrpsData"]; data: string; description: string; development_repository_url?: string | null; fact: GraphQLTypes["CapitalProjectFactPool"]; id: number; invite: string; is_opened: boolean; is_planed: boolean; issue_counter: number; master: string; meta: string; parent_hash: string; parent_title?: string | null; permissions: GraphQLTypes["CapitalProjectPermissions"]; plan: GraphQLTypes["CapitalProjectPlanPool"]; prefix: string; present: boolean; project_hash: string; status: GraphQLTypes["ProjectStatus"]; title: string; voting: GraphQLTypes["CapitalProjectVotingData"]; }; BlockchainAccount: { ...on BlockchainAccount: Omit<GraphQLTypes["BlockchainAccount"], "...on BlockchainAccount">; __typename: "BlockchainAccount"; account_name: string; core_liquid_balance?: string | null; cpu_limit: GraphQLTypes["AccountResourceInfo"]; cpu_weight: string; created: string; head_block_num: number; head_block_time: string; last_code_update: string; net_limit: GraphQLTypes["AccountResourceInfo"]; net_weight: string; permissions: GraphQLTypes["Permission"][]; privileged: boolean; ram_quota: number; ram_usage: number; refund_request?: GraphQLTypes["RefundRequest"] | null; rex_info?: string | null; self_delegated_bandwidth?: GraphQLTypes["ResourceDelegationDTO"] | null; total_resources?: GraphQLTypes["ResourceOverview"] | null; voter_info?: string | null; }; BlockchainAction: { ...on BlockchainAction: Omit<GraphQLTypes["BlockchainAction"], "...on BlockchainAction">; __typename: "BlockchainAction"; account: string; account_ram_deltas: GraphQLTypes["AccountRamDelta"][]; action_ordinal: number; authorization: GraphQLTypes["ActionAuthorization"][]; block_id: string; block_num: number; chain_id: string; console: string; context_free: boolean; creator_action_ordinal: number; data: GraphQLTypes["JSON"]; elapsed: number; global_sequence: string; name: string; receipt: GraphQLTypes["ActionReceipt"]; receiver: string; transaction_id: string; }; BlockchainDecision: { ...on BlockchainDecision: Omit<GraphQLTypes["BlockchainDecision"], "...on BlockchainDecision">; __typename: "BlockchainDecision"; approved: boolean; authorization: GraphQLTypes["SignedBlockchainDocument"]; authorized: boolean; authorized_by: string; batch_id: number; callback_contract?: string | null; confirm_callback?: string | null; coopname: string; created_at: string; decline_callback?: string | null; expired_at: string; hash?: string | null; id: number; meta: string; statement: GraphQLTypes["SignedBlockchainDocument"]; type: string; username: string; username_certificate?: GraphQLTypes["UserCertificateUnion"] | null; validated: boolean; votes_against: string[]; votes_against_certificates: GraphQLTypes["UserCertificateUnion"][]; votes_for: string[]; votes_for_certificates: GraphQLTypes["UserCertificateUnion"][]; }; BlockchainInfoDTO: { ...on BlockchainInfoDTO: Omit<GraphQLTypes["BlockchainInfoDTO"], "...on BlockchainInfoDTO">; __typename: "BlockchainInfoDTO"; block_cpu_limit: number; block_net_limit: number; chain_id: string; fork_db_head_block_id?: string | null; fork_db_head_block_num?: number | null; head_block_id: string; head_block_num: number; head_block_producer: string; head_block_time: string; last_irreversible_block_id: string; last_irreversible_block_num: number; last_irreversible_block_time?: string | null; server_version: string; server_version_string?: string | null; virtual_block_cpu_limit: number; virtual_block_net_limit: number; }; BoardMember: { ...on BoardMember: Omit<GraphQLTypes["BoardMember"], "...on BoardMember">; __typename: "BoardMember"; first_name: string; is_chairman: boolean; last_name: string; middle_name?: string | null; username: string; }; Branch: { ...on Branch: Omit<GraphQLTypes["Branch"], "...on Branch">; __typename: "Branch"; bank_account: GraphQLTypes["BankPaymentMethod"]; braname: string; city: string; coopname: string; country: string; details: GraphQLTypes["OrganizationDetails"]; email: string; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedBy"]; short_name: string; trusted: GraphQLTypes["Individual"][]; trustee: GraphQLTypes["Individual"]; type: string; }; CalculateVotesInput: { coopname: string; project_hash: string; username: string; }; CallTranscription: { ...on CallTranscription: Omit<GraphQLTypes["CallTranscription"], "...on CallTranscription">; __typename: "CallTranscription"; createdAt: GraphQLTypes["DateTime"]; endedAt?: GraphQLTypes["DateTime"] | null; id: string; matrixRoomId: string; memo: string; participants: string[]; roomId: string; roomName: string; startedAt: GraphQLTypes["DateTime"]; status: GraphQLTypes["TranscriptionStatus"]; updatedAt: GraphQLTypes["DateTime"]; }; CallTranscriptionWithSegments: { ...on CallTranscriptionWithSegments: Omit<GraphQLTypes["CallTranscriptionWithSegments"], "...on CallTranscriptionWithSegments">; __typename: "CallTranscriptionWithSegments"; segments: GraphQLTypes["TranscriptionSegment"][]; transcription: GraphQLTypes["CallTranscription"]; }; CancelRequestInput: { coopname: string; exchange_id: string; username: string; }; Candidate: { ...on Candidate: Omit<GraphQLTypes["Candidate"], "...on Candidate">; __typename: "Candidate"; braname?: string | null; coopname: string; created_at: GraphQLTypes["DateTime"]; program_key?: string | null; public_key: string; referer?: string | null; referer_display_name?: string | null; registered_at?: GraphQLTypes["DateTime"] | null; status: GraphQLTypes["CandidateStatus"]; type: string; username: string; username_display_name?: string | null; }; CandidateFilterInput: { referer?: string | null; }; CandidateStatus: CandidateStatus; CapitalCandidate: { ...on CapitalCandidate: Omit<GraphQLTypes["CapitalCandidate"], "...on CapitalCandidate">; __typename: "CapitalCandidate"; about?: string | null; braname?: string | null; capital_status?: GraphQLTypes["ContributorStatus"] | null; contributed_as_author?: string | null; contributed_as_contributor?: string | null; contributed_as_coordinator?: string | null; contributed_as_creator?: string | null; contributed_as_investor?: string | null; contributed_as_propertor?: string | null; contributor_hash?: string | null; coopname: string; created_at: GraphQLTypes["DateTime"]; hours_per_day?: number | null; level?: number | null; memo?: string | null; program_key?: string | null; public_key: string; rate_per_hour?: string | null; referer?: string | null; referer_display_name?: string | null; registered_at?: GraphQLTypes["DateTime"] | null; status: GraphQLTypes["CandidateStatus"]; type: string; username: string; username_display_name?: string | null; }; CapitalCommit: { ...on CapitalCommit: Omit<GraphQLTypes["CapitalCommit"], "...on CapitalCommit">; __typename: "CapitalCommit"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; amounts?: GraphQLTypes["CapitalCommitAmounts"] | null; block_num?: number | null; blockchain_status?: string | null; commit_hash: string; coopname?: string | null; created_at?: string | null; data?: GraphQLTypes["JSON"] | null; description: string; display_name?: string | null; id?: number | null; meta: string; present: boolean; project?: GraphQLTypes["BaseCapitalProject"] | null; project_hash?: string | null; status: GraphQLTypes["CommitStatus"]; username?: string | null; }; CapitalCommitAmounts: { ...on CapitalCommitAmounts: Omit<GraphQLTypes["CapitalCommitAmounts"], "...on CapitalCommitAmounts">; __typename: "CapitalCommitAmounts"; authors_base_pool?: string | null; authors_bonus_pool?: string | null; contributors_bonus_pool?: string | null; creators_base_pool?: string | null; creators_bonus_pool?: string | null; creators_hours?: string | null; hour_cost?: string | null; total_contribution?: string | null; total_generation_pool?: string | null; }; CapitalCommitFilter: { blockchain_status?: string | null; commit_hash?: string | null; coopname?: string | null; created_date?: string | null; project_hash?: string | null; status?: GraphQLTypes["CommitStatus"] | null; username?: string | null; }; CapitalConfigObject: { ...on CapitalConfigObject: Omit<GraphQLTypes["CapitalConfigObject"], "...on CapitalConfigObject">; __typename: "CapitalConfigObject"; authors_voting_percent: number; coordinator_bonus_percent: number; coordinator_invite_validity_days: number; creators_voting_percent: number; energy_decay_rate_per_day: number; energy_gain_coefficient: number; expense_pool_percent: number; level_depth_base: number; level_growth_coefficient: number; voting_period_in_days: number; }; CapitalContributor: { ...on CapitalContributor: Omit<GraphQLTypes["CapitalContributor"], "...on CapitalContributor">; __typename: "CapitalContributor"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; about?: string | null; appendixes?: string[] | null; blagorost_agreement_hash?: string | null; blagorost_offer_hash?: string | null; blagorost_wallet?: GraphQLTypes["ProgramWallet"] | null; block_num?: number | null; blockchain_status?: string | null; contract?: GraphQLTypes["DocumentAggregate"] | null; contributed_as_author?: string | null; contributed_as_contributor?: string | null; contributed_as_coordinator?: string | null; contributed_as_creator?: string | null; contributed_as_investor?: string | null; contributed_as_propertor?: string | null; contributor_hash: string; coopname: string; created_at?: string | null; debt_amount?: string | null; display_name?: string | null; document_parameters?: GraphQLTypes["ContributorDocumentParameters"] | null; energy?: number | null; generation_contract_hash?: string | null; generation_wallet?: GraphQLTypes["ProgramWallet"] | null; generator_offer_hash?: string | null; hours_per_day?: number | null; id?: number | null; is_external_blagorost_agreement?: boolean | null; is_external_contract?: boolean | null; last_energy_update?: string | null; level?: number | null; main_wallet?: GraphQLTypes["ProgramWallet"] | null; memo?: string | null; present: boolean; program_key?: string | null; rate_per_hour?: string | null; status: GraphQLTypes["ContributorStatus"]; storage_agreement_hash?: string | null; username: string; }; CapitalContributorFilter: { contributor_hash?: string | null; coopname?: string | null; display_name?: string | null; is_external_contract?: boolean | null; project_hash?: string | null; status?: GraphQLTypes["ContributorStatus"] | null; username?: string | null; }; CapitalCycle: { ...on CapitalCycle: Omit<GraphQLTypes["CapitalCycle"], "...on CapitalCycle">; __typename: "CapitalCycle"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; end_date: GraphQLTypes["DateTime"]; name: string; present: boolean; start_date: GraphQLTypes["DateTime"]; status: GraphQLTypes["CycleStatus"]; }; CapitalCycleFilter: { end_date?: string | null; is_active?: boolean | null; name?: string | null; start_date?: string | null; status?: GraphQLTypes["CycleStatus"] | null; }; CapitalDebt: { ...on CapitalDebt: Omit<GraphQLTypes["CapitalDebt"], "...on CapitalDebt">; __typename: "CapitalDebt"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; amount?: number | null; approved_statement?: GraphQLTypes["DocumentAggregate"] | null; authorization?: GraphQLTypes["DocumentAggregate"] | null; block_num?: number | null; blockchain_status?: string | null; coopname?: string | null; debt_hash: string; id?: number | null; memo?: string | null; present: boolean; project_hash?: string | null; repaid_at?: string | null; statement?: GraphQLTypes["DocumentAggregate"] | null; status: GraphQLTypes["DebtStatus"]; username?: string | null; }; CapitalExpense: { ...on CapitalExpense: Omit<GraphQLTypes["CapitalExpense"], "...on CapitalExpense">; __typename: "CapitalExpense"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; amount?: string | null; approved_statement?: GraphQLTypes["DocumentAggregate"] | null; authorization?: GraphQLTypes["DocumentAggregate"] | null; block_num?: number | null; blockchain_status?: string | null; coopname?: string | null; description?: string | null; expense_hash: string; expense_statement?: GraphQLTypes["DocumentAggregate"] | null; fund_id?: number | null; id?: number | null; present: boolean; project_hash?: string | null; spended_at?: string | null; status: GraphQLTypes["ExpenseStatus"]; username?: string | null; }; CapitalInvest: { ...on CapitalInvest: Omit<GraphQLTypes["CapitalInvest"], "...on CapitalInvest">; __typename: "CapitalInvest"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; amount?: number | null; block_num?: number | null; blockchain_status?: string | null; coopname?: string | null; coordinator?: string | null; coordinator_amount?: number | null; id?: number | null; invest_hash: string; invested_at?: string | null; present: boolean; project_hash?: string | null; statement?: string | null; status: GraphQLTypes["InvestStatus"]; username?: string | null; }; CapitalInvestFilter: { coopname?: string | null; coordinator?: string | null; invest_hash?: string | null; project_hash?: string | null; status?: GraphQLTypes["InvestStatus"] | null; username?: string | null; }; CapitalIssue: { ...on CapitalIssue: Omit<GraphQLTypes["CapitalIssue"], "...on CapitalIssue">; __typename: "CapitalIssue"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; created_by: string; creators: string[]; cycle_id?: string | null; description?: string | null; estimate: number; fact: number; fact_by_contributor: GraphQLTypes["CapitalIssueContributorFact"][]; fact_committed: number; fact_uncommitted: number; id: string; issue_hash: string; linked_git_commits: GraphQLTypes["CapitalIssueLinkedGitCommit"][]; metadata: GraphQLTypes["JSON"]; permissions: GraphQLTypes["CapitalIssuePermissions"]; present: boolean; priority: GraphQLTypes["IssuePriority"]; project_hash: string; sort_order: number; status: GraphQLTypes["IssueStatus"]; submaster?: string | null; title: string; }; CapitalIssueContributorFact: { ...on CapitalIssueContributorFact: Omit<GraphQLTypes["CapitalIssueContributorFact"], "...on CapitalIssueContributorFact">; __typename: "CapitalIssueContributorFact"; contributor_hash: string; hours: number; }; CapitalIssueFilter: { coopname?: string | null; created_by?: string | null; creators?: string[] | null; cycle_id?: string | null; master?: string | null; priorities?: GraphQLTypes["IssuePriority"][] | null; project_hash?: string | null; statuses?: GraphQLTypes["IssueStatus"][] | null; submaster?: string | null; title?: string | null; }; CapitalIssueLinkedGitCommit: { ...on CapitalIssueLinkedGitCommit: Omit<GraphQLTypes["CapitalIssueLinkedGitCommit"], "...on CapitalIssueLinkedGitCommit">; __typename: "CapitalIssueLinkedGitCommit"; commit_message: string; committed_at: GraphQLTypes["DateTime"]; consumed: boolean; github_sha: string; html_url: string; username: string; }; CapitalIssuePermissions: { ...on CapitalIssuePermissions: Omit<GraphQLTypes["CapitalIssuePermissions"], "...on CapitalIssuePermissions">; __typename: "CapitalIssuePermissions"; allowed_status_transitions: GraphQLTypes["IssueStatus"][]; can_assign_creator: boolean; can_change_status: boolean; can_complete_requirement: boolean; can_create_requirement: boolean; can_delete_issue: boolean; can_delete_requirement: boolean; can_edit_issue: boolean; can_edit_requirement: boolean; can_move_issue: boolean; can_set_done: boolean; can_set_estimate: boolean; can_set_on_review: boolean; can_set_priority: boolean; has_clearance: boolean; is_guest: boolean; }; CapitalLog: { ...on CapitalLog: Omit<GraphQLTypes["CapitalLog"], "...on CapitalLog">; __typename: "CapitalLog"; _id: string; coopname: string; created_at: GraphQLTypes["DateTime"]; entity_id?: string | null; entity_type: GraphQLTypes["LogEntityType"]; event_type: GraphQLTypes["LogEventType"]; initiator: string; message: string; metadata?: GraphQLTypes["JSON"] | null; project_hash?: string | null; reference_id?: string | null; }; CapitalLogFilterInput: { coopname?: string | null; date_from?: GraphQLTypes["DateTime"] | null; date_to?: GraphQLTypes["DateTime"] | null; event_types?: GraphQLTypes["LogEventType"][] | null; initiator?: string | null; issue_hash?: string | null; project_hash?: string | null; show_components_logs?: boolean | null; show_issue_logs?: boolean | null; }; CapitalOnboardingState: { ...on CapitalOnboardingState: Omit<GraphQLTypes["CapitalOnboardingState"], "...on CapitalOnboardingState">; __typename: "CapitalOnboardingState"; blagorost_offer_template_done: boolean; blagorost_provision_done: boolean; generation_contract_template_done: boolean; generator_offer_template_done: boolean; generator_program_template_done: boolean; onboarding_blagorost_offer_template_hash?: string | null; onboarding_blagorost_provision_hash?: string | null; onboarding_expire_at: string; onboarding_generation_contract_template_hash?: string | null; onboarding_generator_offer_template_hash?: string | null; onboarding_generator_program_template_hash?: string | null; onboarding_init_at: string; }; CapitalOnboardingStep: CapitalOnboardingStep; CapitalOnboardingStepInput: { decision: string; question: string; step: GraphQLTypes["CapitalOnboardingStep"]; title?: string | null; }; CapitalProject: { ...on CapitalProject: Omit<GraphQLTypes["CapitalProject"], "...on CapitalProject">; __typename: "CapitalProject"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; blockchain_status: string; components: GraphQLTypes["CapitalProjectComponent"][]; coopname: string; counts: GraphQLTypes["CapitalProjectCountsData"]; created_at: string; crps: GraphQLTypes["CapitalProjectCrpsData"]; data: string; description: string; development_repository_url?: string | null; fact: GraphQLTypes["CapitalProjectFactPool"]; id: number; invite: string; is_opened: boolean; is_planed: boolean; issue_counter: number; master: string; meta: string; parent_hash: string; parent_title?: string | null; permissions: GraphQLTypes["CapitalProjectPermissions"]; plan: GraphQLTypes["CapitalProjectPlanPool"]; prefix: string; present: boolean; project_hash: string; status: GraphQLTypes["ProjectStatus"]; title: string; voting: GraphQLTypes["CapitalProjectVotingData"]; }; CapitalProjectComponent: { ...on CapitalProjectComponent: Omit<GraphQLTypes["CapitalProjectComponent"], "...on CapitalProjectComponent">; __typename: "CapitalProjectComponent"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; blockchain_status: string; coopname: string; counts: GraphQLTypes["CapitalProjectCountsData"]; created_at: string; crps: GraphQLTypes["CapitalProjectCrpsData"]; data: string; description: string; development_repository_url?: string | null; fact: GraphQLTypes["CapitalProjectFactPool"]; id: number; invite: string; is_opened: boolean; is_planed: boolean; issue_counter: number; master: string; meta: string; parent_hash: string; parent_title?: string | null; permissions: GraphQLTypes["CapitalProjectPermissions"]; plan: GraphQLTypes["CapitalProjectPlanPool"]; prefix: string; present: boolean; project_hash: string; status: GraphQLTypes["ProjectStatus"]; title: string; voting: GraphQLTypes["CapitalProjectVotingData"]; }; CapitalProjectCountsData: { ...on CapitalProjectCountsData: Omit<GraphQLTypes["CapitalProjectCountsData"], "...on CapitalProjectCountsData">; __typename: "CapitalProjectCountsData"; total_authors: number; total_commits: number; total_contributors: number; total_coordinators: number; total_creators: number; total_investors: number; total_propertors: number; total_unique_participants: number; }; CapitalProjectCrpsData: { ...on CapitalProjectCrpsData: Omit<GraphQLTypes["CapitalProjectCrpsData"], "...on CapitalProjectCrpsData">; __typename: "CapitalProjectCrpsData"; author_base_cumulative_reward_per_share: number; author_bonus_cumulative_reward_per_share: number; contributor_cumulative_reward_per_share: number; total_capital_contributors_shares: string; }; CapitalProjectFactPool: { ...on CapitalProjectFactPool: Omit<GraphQLTypes["CapitalProjectFactPool"], "...on CapitalProjectFactPool">; __typename: "CapitalProjectFactPool"; accumulated_expense_pool: string; authors_base_pool: string; authors_bonus_pool: string; contributors_bonus_pool: string; coordinators_base_pool: string; coordinators_investment_pool: string; creators_base_pool: string; creators_bonus_pool: string; creators_hours: number; hour_cost: string; invest_pool: string; program_invest_pool: string; property_base_pool: string; return_base_percent: number; target_expense_pool: string; total: string; total_contribution: string; total_generation_pool: string; total_received_investments: string; total_returned_investments: string; total_used_investments: string; total_with_investments: string; use_invest_percent: number; used_expense_pool: string; }; CapitalProjectFilter: { coopname?: string | null; has_invite?: boolean | null; has_issues_with_creators?: string[] | null; has_issues_with_priorities?: GraphQLTypes["IssuePriority"][] | null; has_issues_with_statuses?: GraphQLTypes["IssueStatus"][] | null; has_voting?: boolean | null; is_component?: boolean | null; is_opened?: boolean | null; is_planed?: boolean | null; master?: string | null; parent_hash?: string | null; project_hash?: string | null; statuses?: GraphQLTypes["ProjectStatus"][] | null; }; CapitalProjectPermissions: { ...on CapitalProjectPermissions: Omit<GraphQLTypes["CapitalProjectPermissions"], "...on CapitalProjectPermissions">; __typename: "CapitalProjectPermissions"; can_change_project_status: boolean; can_complete_requirement: boolean; can_create_requirement: boolean; can_delete_project: boolean; can_delete_requirement: boolean; can_edit_project: boolean; can_edit_requirement: boolean; can_manage_authors: boolean; can_manage_issues: boolean; can_set_master: boolean; can_set_plan: boolean; has_clearance: boolean; is_guest: boolean; pending_clearance: boolean; }; CapitalProjectPlanPool: { ...on CapitalProjectPlanPool: Omit<GraphQLTypes["CapitalProjectPlanPool"], "...on CapitalProjectPlanPool">; __typename: "CapitalProjectPlanPool"; authors_base_pool: string; authors_bonus_pool: string; contributors_bonus_pool: string; coordinators_base_pool: string; coordinators_investment_pool: string; creators_base_pool: string; creators_bonus_pool: string; creators_hours: number; hour_cost: string; invest_pool: string; program_invest_pool: string; return_base_percent: number; target_expense_pool: string; total: string; total_generation_pool: string; total_received_investments: string; total_with_investments: string; use_invest_percent: number; }; CapitalProjectTimeStats: { ...on CapitalProjectTimeStats: Omit<GraphQLTypes["CapitalProjectTimeStats"], "...on CapitalProjectTimeStats">; __typename: "CapitalProjectTimeStats"; available_hours: number; contributor_hash: string; pending_hours: number; project_hash: string; project_name: string; total_committed_hours: number; total_uncommitted_hours: number; }; CapitalProjectVotingAmounts: { ...on CapitalProjectVotingAmounts: Omit<GraphQLTypes["CapitalProjectVotingAmounts"], "...on CapitalProjectVotingAmounts">; __typename: "CapitalProjectVotingAmounts"; active_voting_amount: string; authors_bonuses_on_voting: string; authors_equal_per_author: string; authors_equal_spread: string; creators_bonuses_on_voting: string; creators_direct_spread: string; equal_voting_amount: string; total_voting_pool: string; }; CapitalProjectVotingData: { ...on CapitalProjectVotingData: Omit<GraphQLTypes["CapitalProjectVotingData"], "...on CapitalProjectVotingData">; __typename: "CapitalProjectVotingData"; amounts: GraphQLTypes["CapitalProjectVotingAmounts"]; authors_voting_percent: number; creators_voting_percent: number; total_voters: number; votes_received: number; voting_deadline: string; }; CapitalResult: { ...on CapitalResult: Omit<GraphQLTypes["CapitalResult"], "...on CapitalResult">; __typename: "CapitalResult"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; act?: GraphQLTypes["DocumentAggregate"] | null; authorization?: GraphQLTypes["DocumentAggregate"] | null; block_num?: number | null; blockchain_status?: string | null; coopname?: string | null; created_at?: string | null; data?: string | null; debt_amount?: string | null; id?: number | null; present: boolean; project_hash?: string | null; result_hash: string; statement?: GraphQLTypes["DocumentAggregate"] | null; status: GraphQLTypes["ResultStatus"]; total_amount?: string | null; username?: string | null; }; CapitalSegment: { ...on CapitalSegment: Omit<GraphQLTypes["CapitalSegment"], "...on CapitalSegment">; __typename: "CapitalSegment"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; author_base: string; author_bonus: string; available_for_program: string; available_for_wallet: string; block_num?: number | null; capital_contributor_shares: string; contributor_bonus: string; coopname: string; coordinator_base: string; coordinator_investments: string; creator_base: string; creator_bonus: string; debt_amount: string; debt_settled: string; direct_creator_bonus: string; display_name: string; equal_author_bonus: string; has_vote: boolean; id?: number | null; intellectual_cost: string; investor_amount: string; investor_base: string; is_author: boolean; is_completed: boolean; is_contributor: boolean; is_coordinator: boolean; is_creator: boolean; is_investor: boolean; is_propertor: boolean; is_votes_calculated: boolean; last_author_base_reward_per_share: number; last_author_bonus_reward_per_share: number; last_contributor_reward_per_share: number; last_known_coordinators_investment_pool: string; last_known_creators_base_pool: string; last_known_invest_pool: string; present: boolean; project_hash: string; property_base: string; provisional_amount: string; share_percent: number; status: GraphQLTypes["SegmentStatus"]; total_segment_base_cost: string; total_segment_bonus_cost: string; total_segment_cost: string; username: string; value?: string | null; voting_bonus: string; }; CapitalSegmentFilter: { coopname?: string | null; has_vote?: boolean | null; is_author?: boolean | null; is_contributor?: boolean | null; is_coordinator?: boolean | null; is_creator?: boolean | null; is_investor?: boolean | null; is_propertor?: boolean | null; parent_hash?: string | null; project_hash?: string | null; status?: GraphQLTypes["SegmentStatus"] | null; username?: string | null; }; CapitalState: { ...on CapitalState: Omit<GraphQLTypes["CapitalState"], "...on CapitalState">; __typename: "CapitalState"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; config: GraphQLTypes["CapitalConfigObject"]; coopname: string; global_available_invest_pool: string; present: boolean; program_membership_available: string; program_membership_cumulative_reward_per_share: number; program_membership_distributed: string; program_membership_funded: string; }; CapitalStory: { ...on CapitalStory: Omit<GraphQLTypes["CapitalStory"], "...on CapitalStory">; __typename: "CapitalStory"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; block_num?: number | null; content_format: GraphQLTypes["CapitalStoryContentFormat"]; coopname: string; created_by: string; description?: string | null; issue_hash?: string | null; present: boolean; project_hash?: string | null; sort_order: number; status: GraphQLTypes["StoryStatus"]; story_hash: string; title: string; }; CapitalStoryContentFormat: CapitalStoryContentFormat; CapitalStoryFilter: { coopname?: string | null; created_by?: string | null; issue_hash?: string | null; project_hash?: string | null; show_components_requirements?: boolean | null; show_issues_requirements?: boolean | null; status?: GraphQLTypes["StoryStatus"] | null; title?: string | null; }; CapitalTimeEntriesByIssues: { ...on CapitalTimeEntriesByIssues: Omit<GraphQLTypes["CapitalTimeEntriesByIssues"], "...on CapitalTimeEntriesByIssues">; __typename: "CapitalTimeEntriesByIssues"; available_hours: number; committed_hours: number; contributor_hash: string; contributor_name: string; coopname: string; issue_hash: string; issue_title: string; pending_hours: number; project_hash: string; project_name: string; total_hours: number; uncommitted_hours: number; }; CapitalTimeEntriesFilter: { contributor_hash?: string | null; coopname?: string | null; is_committed?: boolean | null; issue_hash?: string | null; project_hash?: string | null; username?: string | null; }; CapitalTimeEntry: { ...on CapitalTimeEntry: Omit<GraphQLTypes["CapitalTimeEntry"], "...on CapitalTimeEntry">; __typename: "CapitalTimeEntry"; _created_at: string; _id: string; _updated_at: string; commit_hash?: string | null; contributor_hash: string; coopname: string; date: string; entry_type?: string | null; estimate_snapshot?: number | null; hours: number; is_committed: boolean; issue_hash: string; project_hash: string; }; CapitalTimeStats: { ...on CapitalTimeStats: Omit<GraphQLTypes["CapitalTimeStats"], "...on CapitalTimeStats">; __typename: "CapitalTimeStats"; currentPage: number; items: GraphQLTypes["CapitalProjectTimeStats"][]; totalCount: number; totalPages: number; }; CapitalTimeStatsInput: { contributor_hash?: string | null; coopname?: string | null; project_hash?: string | null; username?: string | null; }; CapitalVote: { ...on CapitalVote: Omit<GraphQLTypes["CapitalVote"], "...on CapitalVote">; __typename: "CapitalVote"; _created_at: GraphQLTypes["DateTime"]; _id: string; _updated_at: GraphQLTypes["DateTime"]; amount?: string | null; block_num?: number | null; coopname?: string | null; id?: number | null; present: boolean; project_hash?: string | null; recipient?: string | null; recipient_display_name?: string | null; voted_at?: string | null; voter?: string | null; voter_display_name?: string | null; }; ChairmanOnboardingAgendaInput: { decision: string; question: string; step: GraphQLTypes["ChairmanOnboardingAgendaStep"]; title?: string | null; }; ChairmanOnboardingAgendaStep: ChairmanOnboardingAgendaStep; ChairmanOnboardingGeneralMeetInput: { proposal_hash: string; }; ChairmanOnboardingState: { ...on ChairmanOnboardingState: Omit<GraphQLTypes["ChairmanOnboardingState"], "...on ChairmanOnboardingState">; __typename: "ChairmanOnboardingState"; general_meet_done: boolean; onboarding_expire_at: string; onboarding_general_meet_hash?: string | null; onboarding_init_at: string; onboarding_participant_application_hash?: string | null; onboarding_privacy_agreement_hash?: string | null; onboarding_signature_agreement_hash?: string | null; onboarding_user_agreement_hash?: string | null; onboarding_voskhod_membership_hash?: string | null; onboarding_wallet_agreement_hash?: string | null; participant_application_done: boolean; privacy_agreement_done: boolean; signature_agreement_done: boolean; user_agreement_done: boolean; voskhod_membership_done: boolean; wallet_agreement_done: boolean; }; ChartOfAccountsItem: { ...on ChartOfAccountsItem: Omit<GraphQLTypes["ChartOfAccountsItem"], "...on ChartOfAccountsItem">; __typename: "ChartOfAccountsItem"; available: string; blocked: string; displayId: string; id: number; name: string; writeoff: string; }; ChatCoopCalendarEvent: { ...on ChatCoopCalendarEvent: Omit<GraphQLTypes["ChatCoopCalendarEvent"], "...on ChatCoopCalendarEvent">; __typename: "ChatCoopCalendarEvent"; createdAt: GraphQLTypes["DateTime"]; createdByUsername: string; description?: string | null; endsAt?: GraphQLTypes["DateTime"] | null; icsSequence: number; id: string; matrixRoomId: string; startsAt: GraphQLTypes["DateTime"]; title: string; updatedAt: GraphQLTypes["DateTime"]; }; ChatCoopCalendarIcsUrlResponse: { ...on ChatCoopCalendarIcsUrlResponse: Omit<GraphQLTypes["ChatCoopCalendarIcsUrlResponse"], "...on ChatCoopCalendarIcsUrlResponse">; __typename: "ChatCoopCalendarIcsUrlResponse"; icsUrl: string; }; ChatCoopCalendarRoomOption: { ...on ChatCoopCalendarRoomOption: Omit<GraphQLTypes["ChatCoopCalendarRoomOption"], "...on ChatCoopCalendarRoomOption">; __typename: "ChatCoopCalendarRoomOption"; displayLabel: string; matrixRoomId: string; }; ChatcoopProjectCommunicationRoom: { ...on ChatcoopProjectCommunicationRoom: Omit<GraphQLTypes["ChatcoopProjectCommunicationRoom"], "...on ChatcoopProjectCommunicationRoom">; __typename: "ChatcoopProjectCommunicationRoom"; displayLabel: string; matrixRoomId: string; }; ChatcoopRoomMessageLine: { ...on ChatcoopRoomMessageLine: Omit<GraphQLTypes["ChatcoopRoomMessageLine"], "...on ChatcoopRoomMessageLine">; __typename: "ChatcoopRoomMessageLine"; authorLabel: string; bodyText: string; coopUsername?: string | null; kind: GraphQLTypes["RoomMessageKind"]; originServerTs: number; }; CheckMatrixUsernameInput: { username: string; }; CloseProjectInput: { coopname: string; project_hash: string; }; CommitApproveInput: { commit_hash: string; coopname: string; }; CommitDeclineInput: { commit_hash: string; coopname: string; reason: string; }; CommitStatus: CommitStatus; CommonRequestInput: { currency: string; hash: string; program_id: number; title: string; total_cost: string; type: string; unit_cost: string; unit_of_measurement: string; units: number; }; CompleteCapitalRegistrationInputDTO: { about?: string | null; blagorost_agreement?: GraphQLTypes["SignedDigitalDocumentInput"] | null; coopname: string; generation_contract?: GraphQLTypes["SignedDigitalDocumentInput"] | null; generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null; hours_per_day?: number | null; rate_per_hour?: string | null; storage_agreement: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; }; CompleteProcessStepInput: { instance_id: string; step_id: string; }; CompleteRequestInput: { coopname: string; exchange_id: string; username: string; }; CompleteVotingInput: { coopname: string; project_hash: string; }; ComponentGenerationContractGenerateDocumentInput: { block_num?: number | null; component_hash: string; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; parent_project_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ConfigInput: { authors_voting_percent: number; coordinator_bonus_percent: number; coordinator_invite_validity_days: number; creators_voting_percent: number; energy_decay_rate_per_day: number; energy_gain_coefficient: number; expense_pool_percent: number; level_depth_base: number; level_growth_coefficient: number; voting_period_in_days: number; }; ConfirmAgreementInput: { administrator: string; agreement_id: string; coopname: string; username: string; }; ConfirmApproveInput: { approval_hash: string; approved_document?: GraphQLTypes["SignedDigitalDocumentInput"] | null; coopname: string; }; ConfirmReceiveOnRequestInput: { coopname: string; document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"]; exchange_id: string; username: string; }; ConfirmSupplyOnRequestInput: { coopname: string; document: GraphQLTypes["AssetContributionActSignedDocumentInput"]; exchange_id: string; username: string; }; ContactsDTO: { ...on ContactsDTO: Omit<GraphQLTypes["ContactsDTO"], "...on ContactsDTO">; __typename: "ContactsDTO"; chairman: GraphQLTypes["PublicChairman"]; details: GraphQLTypes["OrganizationDetails"]; email: string; full_address: string; full_name: string; phone: string; }; ContributorDocumentParameters: { ...on ContributorDocumentParameters: Omit<GraphQLTypes["ContributorDocumentParameters"], "...on ContributorDocumentParameters">; __typename: "ContributorDocumentParameters"; blagorost_agreement_created_at?: string | null; blagorost_agreement_number?: string | null; blagorost_contributor_contract_created_at?: string | null; blagorost_contributor_contract_number?: string | null; blagorost_storage_agreement_created_at?: string | null; blagorost_storage_agreement_number?: string | null; generator_agreement_created_at?: string | null; generator_agreement_number?: string | null; }; ContributorStatus: ContributorStatus; ConvertSegmentInput: { capital_amount: string; convert_hash: string; convert_statement: GraphQLTypes["SignedDigitalDocumentInput"]; coopname: string; project_hash: string; username: string; wallet_amount: string; }; ConvertToAxonStatementGenerateDocumentInput: { block_num?: number | null; convert_amount: string; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ConvertToAxonStatementSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ConvertToAxonStatementSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ConvertToAxonStatementSignedMetaDocumentInput: { block_num: number; convert_amount: string; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; timezone: string; title: string; username: string; version: string; }; CooperativeOperatorAccount: { ...on CooperativeOperatorAccount: Omit<GraphQLTypes["CooperativeOperatorAccount"], "...on CooperativeOperatorAccount">; __typename: "CooperativeOperatorAccount"; active_participants_count: number; announce: string; coop_type: string; created_at: string; description: string; document: GraphQLTypes["SignedBlockchainDocument"]; initial: string; is_branched: boolean; is_cooperative: boolean; is_enrolled: boolean; meta: string; minimum: string; org_initial: string; org_minimum: string; org_registration: string; parent_username: string; referer: string; registered_at: string; registration: string; registrator: string; status: string; storages: string[]; type: string; username: string; verifications: GraphQLTypes["Verification"][]; }; Country: Country; CreateAnnualGeneralMeetInput: { agenda: GraphQLTypes["AgendaGeneralMeetPointInput"][]; close_at: GraphQLTypes["DateTime"]; coopname: string; details?: string | null; initiator: string; open_at: GraphQLTypes["DateTime"]; presider: string; proposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"]; secretary: string; }; CreateBranchInput: { based_on: string; braname: string; coopname: string; email: string; fact_address: string; full_name: string; phone: string; short_name: string; trustee: string; }; CreateChatCoopCalendarEventInput: { description?: string | null; endsAt?: GraphQLTypes["DateTime"] | null; matrixRoomId: string; startsAt: GraphQLTypes["DateTime"]; title: string; }; CreateChildOrderInput: { coopname: string; data: string; document: GraphQLTypes["ReturnByAssetStatementSignedDocumentInput"]; meta: string; parent_id: number; product_lifecycle_secs: number; program_id: number; unit_cost: string; units: number; username: string; }; CreateCommitInput: { commit_hours: number; coopname: string; data?: GraphQLTypes["JSON"] | null; description: string; meta: string; project_hash: string; username: string; }; CreateCycleInput: { end_date: string; name: string; start_date: string; status?: GraphQLTypes["CycleStatus"] | null; }; CreateDebtInput: { amount: string; coopname: string; debt_hash: string; project_hash: string; repaid_at: string; statement: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; }; CreateDepositPaymentInput: { quantity: number; symbol: string; username: string; }; CreateEntrepreneurDataInput: { bank_account: GraphQLTypes["BankAccountInput"]; birthdate: string; city: string; country: GraphQLTypes["Country"]; details: GraphQLTypes["EntrepreneurDetailsInput"]; first_name: string; full_address: string; last_name: string; middle_name: string; phone: string; }; CreateExpenseInput: { amount: string; coopname: string; creator: string; description: string; expense_hash: string; project_hash: string; statement: GraphQLTypes["SignedDigitalDocumentInput"]; }; CreateIndividualDataInput: { birthdate: string; first_name: string; full_address: string; last_name: string; middle_name: string; passport?: GraphQLTypes["PassportInput"] | null; phone: string; }; CreateInitOrganizationDataInput: { bank_account: GraphQLTypes["BankAccountInput"]; city: string; country: string; details: GraphQLTypes["OrganizationDetailsInput"]; email: string; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedByInput"]; short_name: string; type: GraphQLTypes["OrganizationType"]; }; CreateInitialPaymentInput: { username: string; }; CreateIssueInput: { attachments?: string[] | null; coopname: string; creators?: string[] | null; cycle_id?: string | null; description?: string | null; estimate?: number | null; labels?: string[] | null; priority?: GraphQLTypes["IssuePriority"] | null; project_hash: string; sort_order?: number | null; status?: GraphQLTypes["IssueStatus"] | null; submaster?: string | null; title: string; }; CreateMatrixAccountInputDTO: { password: string; username: string; }; CreateOrganizationDataInput: { bank_account: GraphQLTypes["BankAccountInput"]; city: string; country: string; details: GraphQLTypes["OrganizationDetailsInput"]; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedByInput"]; short_name: string; type: GraphQLTypes["OrganizationType"]; }; CreateParentOfferInput: { coopname: string; data: string; meta: string; parent_id: number; product_lifecycle_secs: number; program_id: number; unit_cost: string; units: number; username: string; }; CreateProcessTemplateInput: { description?: string | null; project_hash: string; title: string; }; CreateProgramInvestInput: { amount: string; coopname: string; statement: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"]; username: string; }; CreateProgramPropertyInput: { coopname: string; property_amount: string; property_description: string; property_hash: string; statement: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; }; CreateProjectFreeDecisionInput: { decision: string; question: string; title?: string | null; }; CreateProjectInput: { coopname: string; data: string; description: string; invite: string; meta: string; parent_hash: string; project_hash: string; title: string; }; CreateProjectInvestInput: { amount: string; coopname: string; project_hash: string; statement: GraphQLTypes["GenerationMoneyInvestStatementSignedDocumentInput"]; username: string; }; CreateProjectPropertyInput: { coopname: string; project_hash: string; property_amount: string; property_description: string; property_hash: string; username: string; }; CreateSovietIndividualDataInput: { birthdate: string; email: string; first_name: string; full_address: string; last_name: string; middle_name: string; passport?: GraphQLTypes["PassportInput"] | null; phone: string; }; CreateStoryInput: { content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null; coopname: string; description?: string | null; issue_hash?: string | null; project_hash?: string | null; sort_order?: number | null; status?: GraphQLTypes["StoryStatus"] | null; story_hash: string; title: string; }; CreateSubscriptionInput: { subscription: GraphQLTypes["WebPushSubscriptionDataInput"]; userAgent?: string | null; username: string; }; CreateSubscriptionResponse: { ...on CreateSubscriptionResponse: Omit<GraphQLTypes["CreateSubscriptionResponse"], "...on CreateSubscriptionResponse">; __typename: "CreateSubscriptionResponse"; message: string; subscription: GraphQLTypes["WebPushSubscriptionDto"]; success: boolean; }; CreateWithdrawInput: { coopname: string; method_id: string; payment_hash: string; quantity: number; statement: GraphQLTypes["ReturnByMoneySignedDocumentInput"]; symbol: string; username: string; }; CreateWithdrawResponse: { ...on CreateWithdrawResponse: Omit<GraphQLTypes["CreateWithdrawResponse"], "...on CreateWithdrawResponse">; __typename: "CreateWithdrawResponse"; withdraw_hash: string; }; CreatedProjectFreeDecision: { ...on CreatedProjectFreeDecision: Omit<GraphQLTypes["CreatedProjectFreeDecision"], "...on CreatedProjectFreeDecision">; __typename: "CreatedProjectFreeDecision"; decision: string; id: string; question: string; title?: string | null; }; CurrentInstanceDTO: { ...on CurrentInstanceDTO: Omit<GraphQLTypes["CurrentInstanceDTO"], "...on CurrentInstanceDTO">; __typename: "CurrentInstanceDTO"; blockchain_status: string; description: string; domain: string; image: string; is_delegated: boolean; is_valid: boolean; progress: number; status: GraphQLTypes["InstanceStatus"]; title: string; }; CurrentTableState: { ...on CurrentTableState: Omit<GraphQLTypes["CurrentTableState"], "...on CurrentTableState">; __typename: "CurrentTableState"; block_num: number; code: string; created_at: GraphQLTypes["DateTime"]; primary_key: string; scope: string; table: string; value?: GraphQLTypes["JSON"] | null; }; CurrentTableStatesFiltersInput: { code?: string | null; scope?: string | null; table?: string | null; }; CycleStatus: CycleStatus; DateTime: "scalar" & { name: "DateTime"; }; DeactivateSubscriptionInput: { subscriptionId: string; }; DebtFilter: { projectHash?: string | null; status?: string | null; username?: string | null; }; DebtStatus: DebtStatus; DecisionDetailAggregate: { ...on DecisionDetailAggregate: Omit<GraphQLTypes["DecisionDetailAggregate"], "...on DecisionDetailAggregate">; __typename: "DecisionDetailAggregate"; action: GraphQLTypes["ExtendedBlockchainAction"]; documentAggregate: GraphQLTypes["DocumentAggregate"]; votes_against: GraphQLTypes["ExtendedBlockchainAction"][]; votes_for: GraphQLTypes["ExtendedBlockchainAction"][]; }; DeclineAgreementInput: { administrator: string; agreement_id: string; comment: string; coopname: string; username: string; }; DeclineApproveInput: { approval_hash: string; coopname: string; reason: string; }; DeclineRequestInput: { coopname: string; exchange_id: number; meta: string; username: string; }; DeleteBranchInput: { braname: string; coopname: string; }; DeleteCapitalIssueByHashInput: { issue_hash: string; }; DeleteCapitalStoryByHashInput: { story_hash: string; }; DeletePaymentMethodInput: { method_id: string; username: string; }; DeleteProjectInput: { coopname: string; project_hash: string; }; DeleteTrustedAccountInput: { braname: string; coopname: string; trusted: string; }; DeliverOnRequestInput: { coopname: string; exchange_id: number; username: string; }; Delta: { ...on Delta: Omit<GraphQLTypes["Delta"], "...on Delta">; __typename: "Delta"; block_id: string; block_num: number; chain_id: string; code: string; created_at: GraphQLTypes["DateTime"]; id: string; present: boolean; primary_key: string; scope: string; table: string; value?: GraphQLTypes["JSON"] | null; }; DeltaFiltersInput: { block_num?: number | null; code?: string | null; present?: boolean | null; primary_key?: string | null; scope?: string | null; table?: string | null; }; Desktop: { ...on Desktop: Omit<GraphQLTypes["Desktop"], "...on Desktop">; __typename: "Desktop"; authorizedHome: string; coopname: string; layout: string; nonAuthorizedHome: string; workspaces: GraphQLTypes["DesktopWorkspace"][]; }; DesktopConfig: { ...on DesktopConfig: Omit<GraphQLTypes["DesktopConfig"], "...on DesktopConfig">; __typename: "DesktopConfig"; defaultRoute?: string | null; icon?: string | null; name: string; title: string; }; DesktopWorkspace: { ...on DesktopWorkspace: Omit<GraphQLTypes["DesktopWorkspace"], "...on DesktopWorkspace">; __typename: "DesktopWorkspace"; defaultRoute?: string | null; extension_name: string; icon?: string | null; name: string; title: string; }; DisputeOnRequestInput: { coopname: string; document: GraphQLTypes["JSONObject"]; exchange_id: number; username: string; }; DocumentAction: DocumentAction; DocumentAggregate: { ...on DocumentAggregate: Omit<GraphQLTypes["DocumentAggregate"], "...on DocumentAggregate">; __typename: "DocumentAggregate"; document: GraphQLTypes["SignedDigitalDocument"]; hash: string; rawDocument?: GraphQLTypes["GeneratedDocument"] | null; }; DocumentPackageAggregate: { ...on DocumentPackageAggregate: Omit<GraphQLTypes["DocumentPackageAggregate"], "...on DocumentPackageAggregate">; __typename: "DocumentPackageAggregate"; acts: GraphQLTypes["ActDetailAggregate"][]; decision?: GraphQLTypes["DecisionDetailAggregate"] | null; links: GraphQLTypes["DocumentAggregate"][]; statement?: GraphQLTypes["StatementDetailAggregate"] | null; }; DocumentsAggregatePaginationResult: { ...on DocumentsAggregatePaginationResult: Omit<GraphQLTypes["DocumentsAggregatePaginationResult"], "...on DocumentsAggregatePaginationResult">; __typename: "DocumentsAggregatePaginationResult"; currentPage: number; items: GraphQLTypes["DocumentPackageAggregate"][]; totalCount: number; totalPages: number; }; EditBranchInput: { based_on: string; braname: string; coopname: string; email: string; fact_address: string; full_name: string; phone: string; short_name: string; trustee: string; }; EditContributorInput: { about?: string | null; coopname: string; hours_per_day?: number | null; rate_per_hour?: string | null; username: string; }; EditProjectInput: { coopname: string; data: string; description: string; invite: string; meta: string; project_hash: string; title: string; }; Entrepreneur: { ...on Entrepreneur: Omit<GraphQLTypes["Entrepreneur"], "...on Entrepreneur">; __typename: "Entrepreneur"; birthdate: string; city: string; country: string; details: GraphQLTypes["EntrepreneurDetails"]; email: string; first_name: string; full_address: string; last_name: string; middle_name: string; phone: string; username: string; }; EntrepreneurCertificate: { ...on EntrepreneurCertificate: Omit<GraphQLTypes["EntrepreneurCertificate"], "...on EntrepreneurCertificate">; __typename: "EntrepreneurCertificate"; first_name: string; inn: string; last_name: string; middle_name?: string | null; type: GraphQLTypes["AccountType"]; username: string; }; EntrepreneurDetails: { ...on EntrepreneurDetails: Omit<GraphQLTypes["EntrepreneurDetails"], "...on EntrepreneurDetails">; __typename: "EntrepreneurDetails"; inn: string; ogrn: string; }; EntrepreneurDetailsInput: { inn: string; ogrn: string; }; ExpenseFilter: { fundId?: string | null; projectHash?: string | null; status?: string | null; username?: string | null; }; ExpenseStatus: ExpenseStatus; ExtendedBlockchainAction: { ...on ExtendedBlockchainAction: Omit<GraphQLTypes["ExtendedBlockchainAction"], "...on ExtendedBlockchainAction">; __typename: "ExtendedBlockchainAction"; account: string; account_ram_deltas: GraphQLTypes["AccountRamDelta"][]; action_ordinal: number; actor_certificate?: GraphQLTypes["UserCertificateUnion"] | null; authorization: GraphQLTypes["ActionAuthorization"][]; block_id: string; block_num: number; chain_id: string; console: string; context_free: boolean; creator_action_ordinal: number; data: GraphQLTypes["JSON"]; elapsed: number; global_sequence: string; name: string; receipt: GraphQLTypes["ActionReceipt"]; receiver: string; transaction_id: string; }; ExtendedMeetStatus: ExtendedMeetStatus; Extension: { ...on Extension: Omit<GraphQLTypes["Extension"], "...on Extension">; __typename: "Extension"; config?: GraphQLTypes["JSON"] | null; created_at: GraphQLTypes["DateTime"]; description?: string | null; desktops?: GraphQLTypes["DesktopConfig"][] | null; enabled: boolean; external_url?: string | null; image?: string | null; instructions: string; is_available: boolean; is_builtin: boolean; is_installed: boolean; is_internal: boolean; name: string; readme: string; schema?: GraphQLTypes["JSON"] | null; tags: string[]; title?: string | null; updated_at: GraphQLTypes["DateTime"]; }; ExtensionInput: { config: GraphQLTypes["JSON"]; created_at?: GraphQLTypes["DateTime"] | null; enabled: boolean; name: string; updated_at?: GraphQLTypes["DateTime"] | null; }; ExtensionLog: { ...on ExtensionLog: Omit<GraphQLTypes["ExtensionLog"], "...on ExtensionLog">; __typename: "ExtensionLog"; created_at: GraphQLTypes["DateTime"]; data?: string | null; extension_local_id: number; id: number; name: string; updated_at: GraphQLTypes["DateTime"]; }; ExtensionLogsPaginationResult: { ...on ExtensionLogsPaginationResult: Omit<GraphQLTypes["ExtensionLogsPaginationResult"], "...on ExtensionLogsPaginationResult">; __typename: "ExtensionLogsPaginationResult"; currentPage: number; items: GraphQLTypes["ExtensionLog"][]; totalCount: number; totalPages: number; }; FinalizeProjectInput: { coopname: string; project_hash: string; }; FreeDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; project_id: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; FundProgramInput: { amount: string; coopname: string; memo: string; }; GatewayPayment: { ...on GatewayPayment: Omit<GraphQLTypes["GatewayPayment"], "...on GatewayPayment">; __typename: "GatewayPayment"; blockchain_data?: GraphQLTypes["JSON"] | null; can_change_status: boolean; coopname: string; created_at: GraphQLTypes["DateTime"]; direction: GraphQLTypes["PaymentDirection"]; direction_label: string; expired_at?: GraphQLTypes["DateTime"] | null; formatted_amount: string; hash?: string | null; id?: GraphQLTypes["ID"] | null; income_hash?: string | null; is_final: boolean; memo?: string | null; message?: string | null; outcome_hash?: string | null; payment_details?: GraphQLTypes["PaymentDetails"] | null; payment_method_id?: string | null; provider?: string | null; quantity: number; statement?: GraphQLTypes["JSON"] | null; status: GraphQLTypes["PaymentStatus"]; status_label: string; symbol: string; type: GraphQLTypes["PaymentType"]; type_label: string; updated_at?: GraphQLTypes["DateTime"] | null; username: string; username_certificate?: GraphQLTypes["UserCertificateUnion"] | null; }; GenerateAnyDocumentInput: { data: GraphQLTypes["JSON"]; options?: GraphQLTypes["GenerateDocumentOptionsInput"] | null; }; GenerateCapitalRegistrationDocumentsInputDTO: { coopname: string; lang?: string | null; username: string; }; GenerateCapitalRegistrationDocumentsOutputDTO: { ...on GenerateCapitalRegistrationDocumentsOutputDTO: Omit<GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"], "...on GenerateCapitalRegistrationDocumentsOutputDTO">; __typename: "GenerateCapitalRegistrationDocumentsOutputDTO"; blagorost_agreement?: GraphQLTypes["GeneratedDocument"] | null; generation_contract?: GraphQLTypes["GeneratedDocument"] | null; generator_offer?: GraphQLTypes["GeneratedDocument"] | null; storage_agreement?: GraphQLTypes["GeneratedDocument"] | null; }; GenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; GenerateDocumentOptionsInput: { lang?: string | null; skip_save?: boolean | null; }; GenerateRegistrationDocumentsInput: { account_type: GraphQLTypes["AccountType"]; coopname: string; program_key?: string | null; username: string; }; GenerateRegistrationDocumentsOutput: { ...on GenerateRegistrationDocumentsOutput: Omit<GraphQLTypes["GenerateRegistrationDocumentsOutput"], "...on GenerateRegistrationDocumentsOutput">; __typename: "GenerateRegistrationDocumentsOutput"; account_type: GraphQLTypes["AccountType"]; documents: GraphQLTypes["GeneratedRegistrationDocument"][]; username: string; }; GenerateReportInput: { period?: number | null; reportType: GraphQLTypes["ReportType"]; year: number; }; GeneratedDocument: { ...on GeneratedDocument: Omit<GraphQLTypes["GeneratedDocument"], "...on GeneratedDocument">; __typename: "GeneratedDocument"; binary: string; full_title: string; hash: string; html: string; meta: GraphQLTypes["JSON"]; }; GeneratedRegistrationDocument: { ...on GeneratedRegistrationDocument: Omit<GraphQLTypes["GeneratedRegistrationDocument"], "...on GeneratedRegistrationDocument">; __typename: "GeneratedRegistrationDocument"; agreement_type: string; checkbox_text: string; document: GraphQLTypes["GeneratedDocument"]; id: string; is_blockchain_agreement: boolean; link_text: string; link_to_statement: boolean; order: number; title: string; }; GeneratedReport: { ...on GeneratedReport: Omit<GraphQLTypes["GeneratedReport"], "...on GeneratedReport">; __typename: "GeneratedReport"; errors: string[]; fileName: string; isValid: boolean; reportType: GraphQLTypes["ReportType"]; xml: string; }; GenerationContractGenerateDocumentInput: { block_num?: number | null; contributor_hash: string; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; GenerationContractSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["GenerationContractSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; GenerationContractSignedMetaDocumentInput: { block_num: number; contributor_hash: string; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; timezone: string; title: string; username: string; version: string; }; GenerationMoneyInvestStatementGenerateDocumentInput: { amount: string; block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; project_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; GenerationMoneyInvestStatementSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["GenerationMoneyInvestStatementSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; GenerationMoneyInvestStatementSignedMetaDocumentInput: { amount: string; appendix_created_at: string; appendix_hash: string; block_num: number; contributor_created_at: string; contributor_hash: string; coopname: string; created_at: string; generator: string; lang: string; links: string[]; project_hash: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; GenerationToMainWalletConvertStatementGenerateDocumentInput: { appendix_hash: string; blagorost_wallet_amount: string; block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; main_wallet_amount: string; project_hash: string; timezone?: string | null; title?: string | null; to_blagorost: boolean; to_wallet: boolean; username: string; version?: string | null; }; GetAccountInput: { username: string; }; GetAccountsInput: { role?: string | null; }; GetBranchesInput: { braname?: string | null; coopname: string; }; GetCapitalCommitByHashInput: { commit_hash: string; }; GetCapitalConfigInput: { coopname: string; }; GetCapitalIssueByHashInput: { issue_hash: string; }; GetCapitalIssueLogsInput: { issue_hash: string; }; GetCapitalLogsInput: { filter?: GraphQLTypes["CapitalLogFilterInput"] | null; pagination?: GraphQLTypes["PaginationInput"] | null; }; GetCapitalStoryByHashInput: { story_hash: string; }; GetContributorInput: { _id?: string | null; contributor_hash?: string | null; username?: string | null; }; GetDebtInput: { _id: string; }; GetDocumentsInput: { actions?: GraphQLTypes["DocumentAction"][] | null; after_block?: number | null; before_block?: number | null; filter: GraphQLTypes["JSON"]; limit?: number | null; page?: number | null; type?: string | null; username: string; }; GetExpenseInput: { _id: string; }; GetExtensionLogsInput: { createdFrom?: GraphQLTypes["DateTime"] | null; createdTo?: GraphQLTypes["DateTime"] | null; name?: string | null; }; GetExtensionsInput: { enabled?: boolean | null; is_available?: boolean | null; is_desktop?: boolean | null; is_installed?: boolean | null; name?: string | null; }; GetInstallationStatusInput: { install_code: string; }; GetInvestInput: { _id: string; }; GetLedgerHistoryInput: { account_id?: number | null; coopname: string; limit?: number | null; page?: number | null; sortBy?: string | null; sortOrder?: string | null; }; GetLedgerInput: { coopname: string; }; GetMaxOriginServerTsForRoomInput: { matrixRoomId: string; }; GetMeetInput: { coopname: string; hash: string; }; GetMeetsInput: { coopname: string; }; GetOneCoopDocumentsInput: { block_from: number; block_to?: number | null; limit?: number | null; page?: number | null; }; GetPaymentMethodsInput: { limit: number; page: number; sortBy?: string | null; sortOrder: string; username?: string | null; }; GetProjectCommunicationRoomsInput: { projectHash: string; }; GetProjectInput: { hash: string; parent_hash?: string | null; }; GetProjectWithRelationsInput: { projectHash: string; }; GetResultInput: { _id: string; }; GetRoomMessagesForUtcDateInput: { matrixRoomId: string; utcDate: string; }; GetTranscriptionInput: { id: string; }; GetTranscriptionsInput: { limit?: number | null; matrixRoomId?: string | null; offset?: number | null; }; GetUserSubscriptionsInput: { username: string; }; GetVoteInput: { _id: string; }; ID: "scalar" & { name: "ID"; }; ImportContributorInput: { blagorost_agreement_created_at: string; blagorost_agreement_number: string; contribution_amount: string; contributor_contract_created_at: string; contributor_contract_number: string; coopname: string; memo?: string | null; username: string; }; Individual: { ...on Individual: Omit<GraphQLTypes["Individual"], "...on Individual">; __typename: "Individual"; birthdate: string; email: string; first_name: string; full_address: string; last_name: string; middle_name: string; passport?: GraphQLTypes["Passport"] | null; phone: string; username: string; }; IndividualCertificate: { ...on IndividualCertificate: Omit<GraphQLTypes["IndividualCertificate"], "...on IndividualCertificate">; __typename: "IndividualCertificate"; first_name: string; last_name: string; middle_name?: string | null; type: GraphQLTypes["AccountType"]; username: string; }; Init: { organization_data: GraphQLTypes["CreateInitOrganizationDataInput"]; }; Install: { soviet: GraphQLTypes["SovietMemberInput"][]; vars: GraphQLTypes["SetVarsInput"]; }; InstallationStatus: { ...on InstallationStatus: Omit<GraphQLTypes["InstallationStatus"], "...on InstallationStatus">; __typename: "InstallationStatus"; has_private_account: boolean; init_by_server?: boolean | null; organization_data?: GraphQLTypes["OrganizationWithBankAccount"] | null; }; InstanceStatus: InstanceStatus; InvestStatus: InvestStatus; IssuePriority: IssuePriority; IssueStatus: IssueStatus; JSON: "scalar" & { name: "JSON"; }; JSONObject: "scalar" & { name: "JSONObject"; }; KeyWeight: { ...on KeyWeight: Omit<GraphQLTypes["KeyWeight"], "...on KeyWeight">; __typename: "KeyWeight"; key: string; weight: number; }; LedgerHistoryResponse: { ...on LedgerHistoryResponse: Omit<GraphQLTypes["LedgerHistoryResponse"], "...on LedgerHistoryResponse">; __typename: "LedgerHistoryResponse"; currentPage: number; items: GraphQLTypes["LedgerOperation"][]; totalCount: number; totalPages: number; }; LedgerOperation: { ...on LedgerOperation: Omit<GraphQLTypes["LedgerOperation"], "...on LedgerOperation">; __typename: "LedgerOperation"; account_id: number; action: string; comment?: string | null; coopname: string; created_at: GraphQLTypes["DateTime"]; global_sequence: number; hash?: string | null; quantity: string; username?: string | null; }; LedgerState: { ...on LedgerState: Omit<GraphQLTypes["LedgerState"], "...on LedgerState">; __typename: "LedgerState"; chartOfAccounts: GraphQLTypes["ChartOfAccountsItem"][]; coopname: string; }; ListUtcDatesWithNewRoomMessagesInput: { afterOriginServerTsExclusive: number; matrixRoomId: string; }; LogEntityType: LogEntityType; LogEventType: LogEventType; LoginInput: { email: string; now: string; signature: string; }; LogoutInput: { access_token: string; refresh_token: string; }; MakeClearanceInput: { contribution?: string | null; coopname: string; document: GraphQLTypes["SignedDigitalDocumentInput"]; project_hash: string; username: string; }; MatrixAccountStatusResponseDTO: { ...on MatrixAccountStatusResponseDTO: Omit<GraphQLTypes["MatrixAccountStatusResponseDTO"], "...on MatrixAccountStatusResponseDTO">; __typename: "MatrixAccountStatusResponseDTO"; hasAccount: boolean; iframeUrl?: string | null; matrixUsername?: string | null; }; Meet: { ...on Meet: Omit<GraphQLTypes["Meet"], "...on Meet">; __typename: "Meet"; authorization?: GraphQLTypes["DocumentAggregate"] | null; close_at: GraphQLTypes["DateTime"]; coopname: string; created_at: GraphQLTypes["DateTime"]; current_quorum_percent: number; cycle: number; decision1?: GraphQLTypes["DocumentAggregate"] | null; decision2?: GraphQLTypes["DocumentAggregate"] | null; hash: string; id: number; initiator: string; initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null; level: string; notified_users: string[]; open_at: GraphQLTypes["DateTime"]; presider: string; presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null; proposal?: GraphQLTypes["DocumentAggregate"] | null; quorum_passed: boolean; quorum_percent: number; secretary: string; secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null; signed_ballots: number; status: string; type: string; }; MeetAggregate: { ...on MeetAggregate: Omit<GraphQLTypes["MeetAggregate"], "...on MeetAggregate">; __typename: "MeetAggregate"; hash: string; pre?: GraphQLTypes["MeetPreProcessing"] | null; processed?: GraphQLTypes["MeetProcessed"] | null; processing?: GraphQLTypes["MeetProcessing"] | null; }; MeetPreProcessing: { ...on MeetPreProcessing: Omit<GraphQLTypes["MeetPreProcessing"], "...on MeetPreProcessing">; __typename: "MeetPreProcessing"; agenda: GraphQLTypes["AgendaMeetPoint"][]; close_at: GraphQLTypes["DateTime"]; coopname: string; details?: string | null; hash: string; initiator: string; initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null; open_at: GraphQLTypes["DateTime"]; presider: string; presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null; proposal?: GraphQLTypes["DocumentAggregate"] | null; secretary: string; secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null; }; MeetProcessed: { ...on MeetProcessed: Omit<GraphQLTypes["MeetProcessed"], "...on MeetProcessed">; __typename: "MeetProcessed"; coopname: string; decision: GraphQLTypes["SignedDigitalDocument"]; decisionAggregate?: GraphQLTypes["DocumentAggregate"] | null; hash: string; presider: string; presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null; quorum_passed: boolean; quorum_percent: number; results: GraphQLTypes["MeetQuestionResult"][]; secretary: string; secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null; signed_ballots: number; }; MeetProcessing: { ...on MeetProcessing: Omit<GraphQLTypes["MeetProcessing"], "...on MeetProcessing">; __typename: "MeetProcessing"; extendedStatus: GraphQLTypes["ExtendedMeetStatus"]; hash: string; isVoted: boolean; meet: GraphQLTypes["Meet"]; questions: GraphQLTypes["Question"][]; }; MeetQuestionResult: { ...on MeetQuestionResult: Omit<GraphQLTypes["MeetQuestionResult"], "...on MeetQuestionResult">; __typename: "MeetQuestionResult"; accepted: boolean; context: string; decision: string; number: number; question_id: number; title: string; votes_abstained: number; votes_against: number; votes_for: number; }; ModerateRequestInput: { cancellation_fee: string; coopname: string; exchange_id: number; username: string; }; MonoAccount: { ...on MonoAccount: Omit<GraphQLTypes["MonoAccount"], "...on MonoAccount">; __typename: "MonoAccount"; email: string; has_account: boolean; initial_order?: string | null; is_email_verified: boolean; is_registered: boolean; message?: string | null; public_key: string; referer: string; role: string; status: GraphQLTypes["UserStatus"]; subscriber_hash: string; subscriber_id: string; type: string; username: string; }; MoveCapitalIssueToComponentInput: { issue_hash: string; target_project_hash: string; }; Mutation: { ...on Mutation: Omit<GraphQLTypes["Mutation"], "...on Mutation">; __typename: "Mutation"; acceptChildOrder: GraphQLTypes["Transaction"]; addParticipant: GraphQLTypes["Account"]; addPaymentMethod: GraphQLTypes["PaymentMethod"]; addTrustedAccount: GraphQLTypes["Branch"]; cancelRequest: GraphQLTypes["Transaction"]; capitalAddAuthor: GraphQLTypes["CapitalProject"]; capitalApproveCommit: GraphQLTypes["CapitalCommit"]; capitalCalculateVotes: GraphQLTypes["CapitalSegment"]; capitalCloseProject: GraphQLTypes["CapitalProject"]; capitalCompleteProcessStep: GraphQLTypes["ProcessInstance"]; capitalCompleteRegistration: GraphQLTypes["Transaction"]; capitalCompleteVoting: GraphQLTypes["Transaction"]; capitalConvertSegment: GraphQLTypes["CapitalSegment"]; capitalCreateCommit: GraphQLTypes["CapitalCommit"]; capitalCreateCycle: GraphQLTypes["CapitalCycle"]; capitalCreateDebt: GraphQLTypes["Transaction"]; capitalCreateExpense: GraphQLTypes["Transaction"]; capitalCreateIssue: GraphQLTypes["CapitalIssue"]; capitalCreateProcessTemplate: GraphQLTypes["ProcessTemplate"]; capitalCreateProgramInvest: GraphQLTypes["Transaction"]; capitalCreateProgramProperty: GraphQLTypes["Transaction"]; capitalCreateProject: GraphQLTypes["Transaction"]; capitalCreateProjectInvest: GraphQLTypes["Transaction"]; capitalCreateProjectProperty: GraphQLTypes["Transaction"]; capitalCreateStory: GraphQLTypes["CapitalStory"]; capitalDeclineCommit: GraphQLTypes["CapitalCommit"]; capitalDeleteIssue: boolean; capitalDeleteProcessTemplate: boolean; capitalDeleteProject: GraphQLTypes["Transaction"]; capitalDeleteStory: boolean; capitalEditContributor: GraphQLTypes["CapitalContributor"]; capitalEditProject: GraphQLTypes["Transaction"]; capitalFinalizeProject: GraphQLTypes["CapitalProject"]; capitalFundProgram: GraphQLTypes["Transaction"]; capitalGenerateCapitalizationAgreement: GraphQLTypes["GeneratedDocument"]; capitalGenerateCapitalizationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateCapitalizationPropertyInvestAct: GraphQLTypes["GeneratedDocument"]; capitalGenerateCapitalizationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"]; capitalGenerateCapitalizationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateCapitalizationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateComponentGenerationContract: GraphQLTypes["GeneratedDocument"]; capitalGenerateExpenseDecision: GraphQLTypes["GeneratedDocument"]; capitalGenerateExpenseStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationContract: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationPropertyInvestAct: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationToCapitalizationConvertStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGenerationToProjectConvertStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateGetLoanDecision: GraphQLTypes["GeneratedDocument"]; capitalGenerateGetLoanStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateProgramMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]; capitalGenerateProjectGenerationContract: GraphQLTypes["GeneratedDocument"]; capitalGenerateRegistrationDocuments: GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"]; capitalGenerateResultContributionAct: GraphQLTypes["GeneratedDocument"]; capitalGenerateResultContributionDecision: GraphQLTypes["GeneratedDocument"]; capitalGenerateResultContributionStatement: GraphQLTypes["GeneratedDocument"]; capitalImportContributor: GraphQLTypes["Transaction"]; capitalMakeClearance: GraphQLTypes["Transaction"]; capitalMoveIssueToComponent: GraphQLTypes["CapitalIssue"]; capitalOpenProject: GraphQLTypes["CapitalProject"]; capitalPushResult: GraphQLTypes["CapitalSegment"]; capitalRefreshProgram: GraphQLTypes["Transaction"]; capitalRefreshSegment?: GraphQLTypes["CapitalSegment"] | null; capitalRegisterContributor: GraphQLTypes["Transaction"]; capitalSetConfig: GraphQLTypes["Transaction"]; capitalSetMaster: GraphQLTypes["Transaction"]; capitalSetPlan: GraphQLTypes["CapitalProject"]; capitalSetProjectDevelopmentRepositoryUrl: GraphQLTypes["CapitalProject"]; capitalSignActAsChairman: GraphQLTypes["CapitalSegment"]; capitalSignActAsContributor: GraphQLTypes["CapitalSegment"]; capitalStartProcess: GraphQLTypes["ProcessInstance"]; capitalStartProject: GraphQLTypes["CapitalProject"]; capitalStartVoting: GraphQLTypes["Transaction"]; capitalStopProject: GraphQLTypes["CapitalProject"]; capitalSubmitVote: GraphQLTypes["Transaction"]; capitalUpdateIssue: GraphQLTypes["CapitalIssue"]; capitalUpdateProcessTemplate: GraphQLTypes["ProcessTemplate"]; capitalUpdateStory: GraphQLTypes["CapitalStory"]; chairmanConfirmApprove: GraphQLTypes["Approval"]; chairmanDeclineApprove: GraphQLTypes["Approval"]; chatcoopCreateAccount: boolean; chatcoopCreateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"]; chatcoopCreateCalendarIcsSubscription: GraphQLTypes["ChatCoopCalendarIcsUrlResponse"]; chatcoopDeleteCalendarEvent: boolean; chatcoopUpdateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"]; chatcoopUpdateTranscriptionMemo: GraphQLTypes["CallTranscription"]; completeCapitalOnboardingStep: GraphQLTypes["CapitalOnboardingState"]; completeChairmanAgendaStep: GraphQLTypes["ChairmanOnboardingState"]; completeChairmanGeneralMeetStep: GraphQLTypes["ChairmanOnboardingState"]; completeRequest: GraphQLTypes["Transaction"]; confirmAgreement: GraphQLTypes["Transaction"]; confirmReceiveOnRequest: GraphQLTypes["Transaction"]; confirmSupplyOnRequest: GraphQLTypes["Transaction"]; createAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; createBranch: GraphQLTypes["Branch"]; createChildOrder: GraphQLTypes["Transaction"]; createDepositPayment: GraphQLTypes["GatewayPayment"]; createInitialPayment: GraphQLTypes["GatewayPayment"]; createParentOffer: GraphQLTypes["Transaction"]; createProjectOfFreeDecision: GraphQLTypes["CreatedProjectFreeDecision"]; createWebPushSubscription: GraphQLTypes["CreateSubscriptionResponse"]; createWithdraw: GraphQLTypes["CreateWithdrawResponse"]; deactivateWebPushSubscriptionById: boolean; declineAgreement: GraphQLTypes["Transaction"]; declineRequest: GraphQLTypes["Transaction"]; deleteBranch: boolean; deletePaymentMethod: boolean; deleteTrustedAccount: GraphQLTypes["Branch"]; deliverOnRequest: GraphQLTypes["Transaction"]; disputeOnRequest: GraphQLTypes["Transaction"]; editBranch: GraphQLTypes["Branch"]; generateAnnualGeneralMeetAgendaDocument: GraphQLTypes["GeneratedDocument"]; generateAnnualGeneralMeetDecisionDocument: GraphQLTypes["GeneratedDocument"]; generateAnnualGeneralMeetNotificationDocument: GraphQLTypes["GeneratedDocument"]; generateAssetContributionAct: GraphQLTypes["GeneratedDocument"]; generateAssetContributionDecision: GraphQLTypes["GeneratedDocument"]; generateAssetContributionStatement: GraphQLTypes["GeneratedDocument"]; generateBallotForAnnualGeneralMeetDocument: GraphQLTypes["GeneratedDocument"]; generateConvertToAxonStatement: GraphQLTypes["GeneratedDocument"]; generateDocument: GraphQLTypes["GeneratedDocument"]; generateFreeDecision: GraphQLTypes["GeneratedDocument"]; generateParticipantApplication: GraphQLTypes["GeneratedDocument"]; generateParticipantApplicationDecision: GraphQLTypes["GeneratedDocument"]; generatePrivacyAgreement: GraphQLTypes["GeneratedDocument"]; generateProjectOfFreeDecision: GraphQLTypes["GeneratedDocument"]; generateRegistrationDocuments: GraphQLTypes["GenerateRegistrationDocumentsOutput"]; generateReport: GraphQLTypes["GeneratedReport"]; generateReturnByAssetAct: GraphQLTypes["GeneratedDocument"]; generateReturnByAssetDecision: GraphQLTypes["GeneratedDocument"]; generateReturnByAssetStatement: GraphQLTypes["GeneratedDocument"]; generateReturnByMoneyDecisionDocument: GraphQLTypes["GeneratedDocument"]; generateReturnByMoneyStatementDocument: GraphQLTypes["GeneratedDocument"]; generateSelectBranchDocument: GraphQLTypes["GeneratedDocument"]; generateSignatureAgreement: GraphQLTypes["GeneratedDocument"]; generateSovietDecisionOnAnnualMeetDocument: GraphQLTypes["GeneratedDocument"]; generateUserAgreement: GraphQLTypes["GeneratedDocument"]; generateWalletAgreement: GraphQLTypes["GeneratedDocument"]; initSystem: GraphQLTypes["SystemInfo"]; installExtension: GraphQLTypes["Extension"]; installSystem: GraphQLTypes["SystemInfo"]; login: GraphQLTypes["RegisteredAccount"]; logout: boolean; moderateRequest: GraphQLTypes["Transaction"]; notifyOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; processConvertToAxonStatement: boolean; prohibitRequest: GraphQLTypes["Transaction"]; publishProjectOfFreeDecision: boolean; publishRequest: GraphQLTypes["Transaction"]; receiveOnRequest: GraphQLTypes["Transaction"]; refresh: GraphQLTypes["RegisteredAccount"]; registerAccount: GraphQLTypes["RegisteredAccount"]; registerParticipant: GraphQLTypes["Account"]; resetKey: boolean; restartAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; selectBranch: boolean; sendAgreement: GraphQLTypes["Transaction"]; setPaymentStatus: GraphQLTypes["GatewayPayment"]; setWif: boolean; signByPresiderOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; signBySecretaryOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; startInstall: GraphQLTypes["StartInstallResult"]; startResetKey: boolean; supplyOnRequest: GraphQLTypes["Transaction"]; triggerNotificationWorkflow: boolean; uninstallExtension: boolean; unpublishRequest: GraphQLTypes["Transaction"]; updateAccount: GraphQLTypes["Account"]; updateBankAccount: GraphQLTypes["PaymentMethod"]; updateExtension: GraphQLTypes["Extension"]; updateRequest: GraphQLTypes["Transaction"]; updateSettings: GraphQLTypes["Settings"]; updateSystem: GraphQLTypes["SystemInfo"]; verifyEmail: boolean; voteOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]; }; NotificationWorkflowRecipientInput: { username: string; }; NotifyOnAnnualGeneralMeetInput: { coopname: string; meet_hash: string; notification: GraphQLTypes["AnnualGeneralMeetingNotificationSignedDocumentInput"]; username: string; }; OneCoopDocumentOutput: { ...on OneCoopDocumentOutput: Omit<GraphQLTypes["OneCoopDocumentOutput"], "...on OneCoopDocumentOutput">; __typename: "OneCoopDocumentOutput"; action: string; block_num: number; data: GraphQLTypes["JSON"]; hash: string; package: string; }; OneCoopDocumentsResponse: { ...on OneCoopDocumentsResponse: Omit<GraphQLTypes["OneCoopDocumentsResponse"], "...on OneCoopDocumentsResponse">; __typename: "OneCoopDocumentsResponse"; current_page: number; items: GraphQLTypes["OneCoopDocumentOutput"][]; max_block_num: number; total_count: number; total_pages: number; }; OpenProjectInput: { coopname: string; project_hash: string; }; Organization: { ...on Organization: Omit<GraphQLTypes["Organization"], "...on Organization">; __typename: "Organization"; city: string; country: string; details: GraphQLTypes["OrganizationDetails"]; email: string; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedBy"]; short_name: string; type: string; username: string; }; OrganizationCertificate: { ...on OrganizationCertificate: Omit<GraphQLTypes["OrganizationCertificate"], "...on OrganizationCertificate">; __typename: "OrganizationCertificate"; inn: string; ogrn: string; represented_by: GraphQLTypes["RepresentedByCertificate"]; short_name: string; type: GraphQLTypes["AccountType"]; username: string; }; OrganizationDataInput: { address?: string | null; inn: string; kpp: string; ogrn: string; okfs?: string | null; okopf?: string | null; oktmo: string; okved: string; orgName: string; phone?: string | null; signerFirstName: string; signerLastName: string; signerMiddleName?: string | null; signerSnils?: string | null; }; OrganizationDetails: { ...on OrganizationDetails: Omit<GraphQLTypes["OrganizationDetails"], "...on OrganizationDetails">; __typename: "OrganizationDetails"; inn: string; kpp: string; ogrn: string; }; OrganizationDetailsInput: { inn: string; kpp: string; ogrn: string; }; OrganizationType: OrganizationType; OrganizationWithBankAccount: { ...on OrganizationWithBankAccount: Omit<GraphQLTypes["OrganizationWithBankAccount"], "...on OrganizationWithBankAccount">; __typename: "OrganizationWithBankAccount"; bank_account?: GraphQLTypes["BankAccount"] | null; city: string; country: string; details: GraphQLTypes["OrganizationDetails"]; email: string; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedBy"]; short_name: string; type: string; username: string; }; PaginatedActionsPaginationResult: { ...on PaginatedActionsPaginationResult: Omit<GraphQLTypes["PaginatedActionsPaginationResult"], "...on PaginatedActionsPaginationResult">; __typename: "PaginatedActionsPaginationResult"; currentPage: number; items: GraphQLTypes["BlockchainAction"][]; totalCount: number; totalPages: number; }; PaginatedAgreementsPaginationResult: { ...on PaginatedAgreementsPaginationResult: Omit<GraphQLTypes["PaginatedAgreementsPaginationResult"], "...on PaginatedAgreementsPaginationResult">; __typename: "PaginatedAgreementsPaginationResult"; currentPage: number; items: GraphQLTypes["Agreement"][]; totalCount: number; totalPages: number; }; PaginatedCandidatesPaginationResult: { ...on PaginatedCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCandidatesPaginationResult"], "...on PaginatedCandidatesPaginationResult">; __typename: "PaginatedCandidatesPaginationResult"; currentPage: number; items: GraphQLTypes["Candidate"][]; totalCount: number; totalPages: number; }; PaginatedCapitalCandidatesPaginationResult: { ...on PaginatedCapitalCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"], "...on PaginatedCapitalCandidatesPaginationResult">; __typename: "PaginatedCapitalCandidatesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalCandidate"][]; totalCount: number; totalPages: number; }; PaginatedCapitalCommitsPaginationResult: { ...on PaginatedCapitalCommitsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCommitsPaginationResult"], "...on PaginatedCapitalCommitsPaginationResult">; __typename: "PaginatedCapitalCommitsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalCommit"][]; totalCount: number; totalPages: number; }; PaginatedCapitalContributorsPaginationResult: { ...on PaginatedCapitalContributorsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalContributorsPaginationResult"], "...on PaginatedCapitalContributorsPaginationResult">; __typename: "PaginatedCapitalContributorsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalContributor"][]; totalCount: number; totalPages: number; }; PaginatedCapitalCyclesPaginationResult: { ...on PaginatedCapitalCyclesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCyclesPaginationResult"], "...on PaginatedCapitalCyclesPaginationResult">; __typename: "PaginatedCapitalCyclesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalCycle"][]; totalCount: number; totalPages: number; }; PaginatedCapitalDebtsPaginationResult: { ...on PaginatedCapitalDebtsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalDebtsPaginationResult"], "...on PaginatedCapitalDebtsPaginationResult">; __typename: "PaginatedCapitalDebtsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalDebt"][]; totalCount: number; totalPages: number; }; PaginatedCapitalExpensesPaginationResult: { ...on PaginatedCapitalExpensesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalExpensesPaginationResult"], "...on PaginatedCapitalExpensesPaginationResult">; __typename: "PaginatedCapitalExpensesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalExpense"][]; totalCount: number; totalPages: number; }; PaginatedCapitalInvestsPaginationResult: { ...on PaginatedCapitalInvestsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalInvestsPaginationResult"], "...on PaginatedCapitalInvestsPaginationResult">; __typename: "PaginatedCapitalInvestsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalInvest"][]; totalCount: number; totalPages: number; }; PaginatedCapitalIssuesPaginationResult: { ...on PaginatedCapitalIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalIssuesPaginationResult"], "...on PaginatedCapitalIssuesPaginationResult">; __typename: "PaginatedCapitalIssuesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalIssue"][]; totalCount: number; totalPages: number; }; PaginatedCapitalLogsPaginationResult: { ...on PaginatedCapitalLogsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalLogsPaginationResult"], "...on PaginatedCapitalLogsPaginationResult">; __typename: "PaginatedCapitalLogsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalLog"][]; totalCount: number; totalPages: number; }; PaginatedCapitalProjectsPaginationResult: { ...on PaginatedCapitalProjectsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalProjectsPaginationResult"], "...on PaginatedCapitalProjectsPaginationResult">; __typename: "PaginatedCapitalProjectsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalProject"][]; totalCount: number; totalPages: number; }; PaginatedCapitalResultsPaginationResult: { ...on PaginatedCapitalResultsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalResultsPaginationResult"], "...on PaginatedCapitalResultsPaginationResult">; __typename: "PaginatedCapitalResultsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalResult"][]; totalCount: number; totalPages: number; }; PaginatedCapitalSegmentsPaginationResult: { ...on PaginatedCapitalSegmentsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"], "...on PaginatedCapitalSegmentsPaginationResult">; __typename: "PaginatedCapitalSegmentsPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalSegment"][]; totalCount: number; totalPages: number; }; PaginatedCapitalStoriesPaginationResult: { ...on PaginatedCapitalStoriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalStoriesPaginationResult"], "...on PaginatedCapitalStoriesPaginationResult">; __typename: "PaginatedCapitalStoriesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalStory"][]; totalCount: number; totalPages: number; }; PaginatedCapitalTimeEntriesByIssuesPaginationResult: { ...on PaginatedCapitalTimeEntriesByIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"], "...on PaginatedCapitalTimeEntriesByIssuesPaginationResult">; __typename: "PaginatedCapitalTimeEntriesByIssuesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalTimeEntriesByIssues"][]; totalCount: number; totalPages: number; }; PaginatedCapitalTimeEntriesPaginationResult: { ...on PaginatedCapitalTimeEntriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"], "...on PaginatedCapitalTimeEntriesPaginationResult">; __typename: "PaginatedCapitalTimeEntriesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalTimeEntry"][]; totalCount: number; totalPages: number; }; PaginatedCapitalVotesPaginationResult: { ...on PaginatedCapitalVotesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalVotesPaginationResult"], "...on PaginatedCapitalVotesPaginationResult">; __typename: "PaginatedCapitalVotesPaginationResult"; currentPage: number; items: GraphQLTypes["CapitalVote"][]; totalCount: number; totalPages: number; }; PaginatedChairmanApprovalsPaginationResult: { ...on PaginatedChairmanApprovalsPaginationResult: Omit<GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"], "...on PaginatedChairmanApprovalsPaginationResult">; __typename: "PaginatedChairmanApprovalsPaginationResult"; currentPage: number; items: GraphQLTypes["Approval"][]; totalCount: number; totalPages: number; }; PaginatedCurrentTableStatesPaginationResult: { ...on PaginatedCurrentTableStatesPaginationResult: Omit<GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"], "...on PaginatedCurrentTableStatesPaginationResult">; __typename: "PaginatedCurrentTableStatesPaginationResult"; currentPage: number; items: GraphQLTypes["CurrentTableState"][]; totalCount: number; totalPages: number; }; PaginatedDeltasPaginationResult: { ...on PaginatedDeltasPaginationResult: Omit<GraphQLTypes["PaginatedDeltasPaginationResult"], "...on PaginatedDeltasPaginationResult">; __typename: "PaginatedDeltasPaginationResult"; currentPage: number; items: GraphQLTypes["Delta"][]; totalCount: number; totalPages: number; }; PaginatedGatewayPaymentsPaginationResult: { ...on PaginatedGatewayPaymentsPaginationResult: Omit<GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"], "...on PaginatedGatewayPaymentsPaginationResult">; __typename: "PaginatedGatewayPaymentsPaginationResult"; currentPage: number; items: GraphQLTypes["GatewayPayment"][]; totalCount: number; totalPages: number; }; PaginationInput: { limit: number; page: number; sortBy?: string | null; sortOrder: string; }; ParticipantAccount: { ...on ParticipantAccount: Omit<GraphQLTypes["ParticipantAccount"], "...on ParticipantAccount">; __typename: "ParticipantAccount"; braname?: string | null; created_at: GraphQLTypes["DateTime"]; has_vote: boolean; initial_amount?: string | null; is_initial: boolean; is_minimum: boolean; last_min_pay: GraphQLTypes["DateTime"]; last_update: GraphQLTypes["DateTime"]; minimum_amount?: string | null; status: string; type?: string | null; username: string; }; ParticipantApplicationDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ParticipantApplicationGenerateDocumentInput: { block_num?: number | null; braname: string; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; signature?: string | null; skip_save: boolean; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ParticipantApplicationSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ParticipantApplicationSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ParticipantApplicationSignedMetaDocumentInput: { block_num: number; braname: string; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; signature?: string | null; skip_save: boolean; timezone: string; title: string; username: string; version: string; }; Passport: { ...on Passport: Omit<GraphQLTypes["Passport"], "...on Passport">; __typename: "Passport"; code: string; issued_at: string; issued_by: string; number: number; series: number; }; PassportInput: { code: string; issued_at: string; issued_by: string; number: number; series: number; }; PaymentDetails: { ...on PaymentDetails: Omit<GraphQLTypes["PaymentDetails"], "...on PaymentDetails">; __typename: "PaymentDetails"; amount_plus_fee: string; amount_without_fee: string; data: GraphQLTypes["JSON"]; fact_fee_percent: number; fee_amount: string; fee_percent: number; tolerance_percent: number; }; PaymentDirection: PaymentDirection; PaymentFiltersInput: { coopname?: string | null; direction?: GraphQLTypes["PaymentDirection"] | null; hash?: string | null; provider?: string | null; status?: GraphQLTypes["PaymentStatus"] | null; type?: GraphQLTypes["PaymentType"] | null; username?: string | null; }; PaymentMethod: { ...on PaymentMethod: Omit<GraphQLTypes["PaymentMethod"], "...on PaymentMethod">; __typename: "PaymentMethod"; created_at: GraphQLTypes["DateTime"]; data: GraphQLTypes["PaymentMethodData"]; is_default: boolean; method_id: string; method_type: string; updated_at: GraphQLTypes["DateTime"]; username: string; }; PaymentMethodData: { ...on BankAccount: "__union" & GraphQLTypes["BankAccount"]; ...on SbpAccount: "__union" & GraphQLTypes["SbpAccount"]; __typename: "BankAccount" | "SbpAccount"; }; PaymentMethodPaginationResult: { ...on PaymentMethodPaginationResult: Omit<GraphQLTypes["PaymentMethodPaginationResult"], "...on PaymentMethodPaginationResult">; __typename: "PaymentMethodPaginationResult"; currentPage: number; items: GraphQLTypes["PaymentMethod"][]; totalCount: number; totalPages: number; }; PaymentStatus: PaymentStatus; PaymentType: Zeus.PaymentType; Permission: { ...on Permission: Omit<GraphQLTypes["Permission"], "...on Permission">; __typename: "Permission"; parent: string; perm_name: string; required_auth: GraphQLTypes["Authority"]; }; PermissionLevel: { ...on PermissionLevel: Omit<GraphQLTypes["PermissionLevel"], "...on PermissionLevel">; __typename: "PermissionLevel"; actor: string; permission: string; }; PermissionLevelWeight: { ...on PermissionLevelWeight: Omit<GraphQLTypes["PermissionLevelWeight"], "...on PermissionLevelWeight">; __typename: "PermissionLevelWeight"; permission: GraphQLTypes["PermissionLevel"]; weight: number; }; PrivateAccount: { ...on PrivateAccount: Omit<GraphQLTypes["PrivateAccount"], "...on PrivateAccount">; __typename: "PrivateAccount"; entrepreneur_data?: GraphQLTypes["Entrepreneur"] | null; individual_data?: GraphQLTypes["Individual"] | null; organization_data?: GraphQLTypes["Organization"] | null; type: GraphQLTypes["AccountType"]; }; PrivateAccountSearchData: { ...on Entrepreneur: "__union" & GraphQLTypes["Entrepreneur"]; ...on Individual: "__union" & GraphQLTypes["Individual"]; ...on Organization: "__union" & GraphQLTypes["Organization"]; __typename: "Entrepreneur" | "Individual" | "Organization"; }; PrivateAccountSearchResult: { ...on PrivateAccountSearchResult: Omit<GraphQLTypes["PrivateAccountSearchResult"], "...on PrivateAccountSearchResult">; __typename: "PrivateAccountSearchResult"; data: GraphQLTypes["PrivateAccountSearchData"]; highlightedFields?: string[] | null; score?: number | null; type: string; }; ProcessConvertToAxonStatementInput: { convertAmount: string; signedDocument: GraphQLTypes["ConvertToAxonStatementSignedDocumentInput"]; username: string; }; ProcessEdge: { ...on ProcessEdge: Omit<GraphQLTypes["ProcessEdge"], "...on ProcessEdge">; __typename: "ProcessEdge"; id: string; source: string; target: string; }; ProcessEdgeInput: { id: string; source: string; target: string; }; ProcessInstance: { ...on ProcessInstance: Omit<GraphQLTypes["ProcessInstance"], "...on ProcessInstance">; __typename: "ProcessInstance"; completed_at?: GraphQLTypes["DateTime"] | null; coopname: string; cycle: number; id: string; project_hash: string; started_at: GraphQLTypes["DateTime"]; started_by: string; status: GraphQLTypes["ProcessInstanceStatus"]; step_states: GraphQLTypes["ProcessStepState"][]; template_id: string; }; ProcessInstanceStatus: ProcessInstanceStatus; ProcessStepPosition: { ...on ProcessStepPosition: Omit<GraphQLTypes["ProcessStepPosition"], "...on ProcessStepPosition">; __typename: "ProcessStepPosition"; x: number; y: number; }; ProcessStepPositionInput: { x: number; y: number; }; ProcessStepState: { ...on ProcessStepState: Omit<GraphQLTypes["ProcessStepState"], "...on ProcessStepState">; __typename: "ProcessStepState"; completed_at?: GraphQLTypes["DateTime"] | null; issue_hash?: string | null; status: GraphQLTypes["ProcessStepStatus"]; step_id: string; }; ProcessStepStatus: ProcessStepStatus; ProcessStepTemplate: { ...on ProcessStepTemplate: Omit<GraphQLTypes["ProcessStepTemplate"], "...on ProcessStepTemplate">; __typename: "ProcessStepTemplate"; description?: string | null; estimate?: number | null; id: string; is_start?: boolean | null; position: GraphQLTypes["ProcessStepPosition"]; title: string; }; ProcessStepTemplateInput: { description?: string | null; estimate?: number | null; id: string; is_start?: boolean | null; position: GraphQLTypes["ProcessStepPositionInput"]; title: string; }; ProcessTemplate: { ...on ProcessTemplate: Omit<GraphQLTypes["ProcessTemplate"], "...on ProcessTemplate">; __typename: "ProcessTemplate"; coopname: string; created_at: GraphQLTypes["DateTime"]; created_by: string; description?: string | null; edges: GraphQLTypes["ProcessEdge"][]; id: string; project_hash: string; status: GraphQLTypes["ProcessTemplateStatus"]; steps: GraphQLTypes["ProcessStepTemplate"][]; title: string; updated_at: GraphQLTypes["DateTime"]; }; ProcessTemplateStatus: ProcessTemplateStatus; ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput: { amount: string; block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ProgramCapitalizationMoneyInvestStatementSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput: { amount: string; block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; timezone: string; title: string; username: string; version: string; }; ProgramKey: ProgramKey; ProgramType: ProgramType; ProgramWallet: { ...on ProgramWallet: Omit<GraphQLTypes["ProgramWallet"], "...on ProgramWallet">; __typename: "ProgramWallet"; agreement_id: GraphQLTypes["ID"]; available: string; blockNum?: number | null; blocked: string; coopname: string; id: GraphQLTypes["ID"]; membership_contribution: string; program_id: GraphQLTypes["ID"]; program_type?: GraphQLTypes["ProgramType"] | null; username: string; }; ProgramWalletFilterInput: { coopname?: string | null; program_id?: string | null; program_type?: GraphQLTypes["ProgramType"] | null; username?: string | null; }; ProgramWalletsPaginationResult: { ...on ProgramWalletsPaginationResult: Omit<GraphQLTypes["ProgramWalletsPaginationResult"], "...on ProgramWalletsPaginationResult">; __typename: "ProgramWalletsPaginationResult"; currentPage: number; items: GraphQLTypes["ProgramWallet"][]; totalCount: number; totalPages: number; }; ProhibitRequestInput: { coopname: string; exchange_id: number; meta: string; username: string; }; ProjectFreeDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; project_id: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ProjectFreeDecisionSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ProjectFreeDecisionSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ProjectFreeDecisionSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; project_id: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; ProjectGenerationContractGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; project_hash: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ProjectStatus: ProjectStatus; ProviderSubscription: { ...on ProviderSubscription: Omit<GraphQLTypes["ProviderSubscription"], "...on ProviderSubscription">; __typename: "ProviderSubscription"; created_at: string; domain_valid?: boolean | null; expires_at: string; id: number; installation_progress?: number | null; instance_status?: string | null; instance_username?: string | null; is_trial: boolean; next_payment_due?: string | null; period_days: number; price: number; specific_data?: GraphQLTypes["JSON"] | null; started_at: string; status: string; subscriber_id: number; subscriber_username: string; subscription_type_description?: string | null; subscription_type_id: number; subscription_type_name: string; updated_at: string; }; PublicChairman: { ...on PublicChairman: Omit<GraphQLTypes["PublicChairman"], "...on PublicChairman">; __typename: "PublicChairman"; first_name: string; last_name: string; middle_name: string; }; PublishProjectFreeDecisionInput: { coopname: string; document: GraphQLTypes["ProjectFreeDecisionSignedDocumentInput"]; meta: string; username: string; }; PublishRequestInput: { coopname: string; exchange_id: number; username: string; }; PushResultInput: { project_hash: string; statement: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; }; Query: { ...on Query: Omit<GraphQLTypes["Query"], "...on Query">; __typename: "Query"; agreements: GraphQLTypes["PaginatedAgreementsPaginationResult"]; candidates: GraphQLTypes["PaginatedCandidatesPaginationResult"]; capitalCandidates: GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"]; capitalCommit?: GraphQLTypes["CapitalCommit"] | null; capitalCommits: GraphQLTypes["PaginatedCapitalCommitsPaginationResult"]; capitalContributor?: GraphQLTypes["CapitalContributor"] | null; capitalContributors: GraphQLTypes["PaginatedCapitalContributorsPaginationResult"]; capitalCycles: GraphQLTypes["PaginatedCapitalCyclesPaginationResult"]; capitalDebt?: GraphQLTypes["CapitalDebt"] | null; capitalDebts: GraphQLTypes["PaginatedCapitalDebtsPaginationResult"]; capitalExpense?: GraphQLTypes["CapitalExpense"] | null; capitalExpenses: GraphQLTypes["PaginatedCapitalExpensesPaginationResult"]; capitalGetProcessInstance?: GraphQLTypes["ProcessInstance"] | null; capitalGetProcessInstances: GraphQLTypes["ProcessInstance"][]; capitalGetProcessTemplate?: GraphQLTypes["ProcessTemplate"] | null; capitalGetProcessTemplates: GraphQLTypes["ProcessTemplate"][]; capitalInvest?: GraphQLTypes["CapitalInvest"] | null; capitalInvests: GraphQLTypes["PaginatedCapitalInvestsPaginationResult"]; capitalIssue?: GraphQLTypes["CapitalIssue"] | null; capitalIssues: GraphQLTypes["PaginatedCapitalIssuesPaginationResult"]; capitalProject?: GraphQLTypes["CapitalProject"] | null; capitalProjectWithRelations?: GraphQLTypes["CapitalProject"] | null; capitalProjects: GraphQLTypes["PaginatedCapitalProjectsPaginationResult"]; capitalResult?: GraphQLTypes["CapitalResult"] | null; capitalResults: GraphQLTypes["PaginatedCapitalResultsPaginationResult"]; capitalSegment?: GraphQLTypes["CapitalSegment"] | null; capitalSegments: GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"]; capitalState?: GraphQLTypes["CapitalState"] | null; capitalStories: GraphQLTypes["PaginatedCapitalStoriesPaginationResult"]; capitalStory?: GraphQLTypes["CapitalStory"] | null; capitalTimeEntries: GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"]; capitalTimeEntriesByIssues: GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"]; capitalTimeStats: GraphQLTypes["CapitalTimeStats"]; capitalVote?: GraphQLTypes["CapitalVote"] | null; capitalVotes: GraphQLTypes["PaginatedCapitalVotesPaginationResult"]; chairmanApproval?: GraphQLTypes["Approval"] | null; chairmanApprovals: GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"]; chatcoopCheckUsernameAvailability: boolean; chatcoopGetAccountStatus: GraphQLTypes["MatrixAccountStatusResponseDTO"]; chatcoopGetMaxOriginServerTsForRoom?: number | null; chatcoopGetRoomMessagesForUtcDate: GraphQLTypes["ChatcoopRoomMessageLine"][]; chatcoopGetTranscription?: GraphQLTypes["CallTranscriptionWithSegments"] | null; chatcoopGetTranscriptions: GraphQLTypes["CallTranscription"][]; chatcoopListCalendarEvents: GraphQLTypes["ChatCoopCalendarEvent"][]; chatcoopListCalendarRooms: GraphQLTypes["ChatCoopCalendarRoomOption"][]; chatcoopListProjectCommunicationRooms: GraphQLTypes["ChatcoopProjectCommunicationRoom"][]; chatcoopListUtcDatesWithNewRoomMessages: string[]; getAccount: GraphQLTypes["Account"]; getAccounts: GraphQLTypes["AccountsPaginationResult"]; getActions: GraphQLTypes["PaginatedActionsPaginationResult"]; getAgenda: GraphQLTypes["AgendaWithDocuments"][]; getAvailableReports: GraphQLTypes["AvailableReport"][]; getBranches: GraphQLTypes["Branch"][]; getCapitalIssueLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"]; getCapitalOnboardingState: GraphQLTypes["CapitalOnboardingState"]; getCapitalProjectLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"]; getChairmanOnboardingState: GraphQLTypes["ChairmanOnboardingState"]; getCurrentInstance?: GraphQLTypes["CurrentInstanceDTO"] | null; getCurrentTableStates: GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"]; getDeltas: GraphQLTypes["PaginatedDeltasPaginationResult"]; getDesktop: GraphQLTypes["Desktop"]; getDocuments: GraphQLTypes["DocumentsAggregatePaginationResult"]; getExtensionLogs: GraphQLTypes["ExtensionLogsPaginationResult"]; getExtensions: GraphQLTypes["Extension"][]; getInstallationStatus: GraphQLTypes["InstallationStatus"]; getLedger: GraphQLTypes["LedgerState"]; getLedgerHistory: GraphQLTypes["LedgerHistoryResponse"]; getMeet: GraphQLTypes["MeetAggregate"]; getMeets: GraphQLTypes["MeetAggregate"][]; getPaymentMethods: GraphQLTypes["PaymentMethodPaginationResult"]; getPayments: GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"]; getProgramWallet?: GraphQLTypes["ProgramWallet"] | null; getProgramWallets: GraphQLTypes["ProgramWalletsPaginationResult"]; getProviderSubscriptionById: GraphQLTypes["ProviderSubscription"]; getProviderSubscriptions: GraphQLTypes["ProviderSubscription"][]; getRegistrationConfig: GraphQLTypes["RegistrationConfig"]; getSystemInfo: GraphQLTypes["SystemInfo"]; getUserWebPushSubscriptions: GraphQLTypes["WebPushSubscriptionDto"][]; getWebPushSubscriptionStats: GraphQLTypes["SubscriptionStatsDto"]; onecoopGetDocuments: GraphQLTypes["OneCoopDocumentsResponse"]; searchDocuments: GraphQLTypes["SearchResult"][]; searchPrivateAccounts: GraphQLTypes["PrivateAccountSearchResult"][]; }; Question: { ...on Question: Omit<GraphQLTypes["Question"], "...on Question">; __typename: "Question"; context: string; coopname: string; counter_votes_abstained: number; counter_votes_against: number; counter_votes_for: number; decision: string; id: number; meet_id: number; number: number; title: string; voters_abstained: string[]; voters_against: string[]; voters_for: string[]; }; ReceiveOnRequestInput: { coopname: string; document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"]; exchange_id: number; username: string; }; RefreshInput: { access_token: string; refresh_token: string; }; RefreshProgramInput: { coopname: string; username: string; }; RefreshSegmentInput: { coopname: string; project_hash: string; username: string; }; RefundRequest: { ...on RefundRequest: Omit<GraphQLTypes["RefundRequest"], "...on RefundRequest">; __typename: "RefundRequest"; cpu_amount: string; net_amount: string; owner: string; request_time: string; }; RegisterAccountInput: { email: string; entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null; individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null; organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null; public_key: string; referer?: string | null; type: GraphQLTypes["AccountType"]; username: string; }; RegisterContributorInput: { about?: string | null; contract: GraphQLTypes["GenerationContractSignedDocumentInput"]; contributor_hash: string; coopname: string; hours_per_day?: number | null; rate_per_hour?: string | null; username: string; }; RegisterParticipantInput: { blagorost_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null; braname?: string | null; generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null; privacy_agreement: GraphQLTypes["SignedDigitalDocumentInput"]; program_key?: GraphQLTypes["ProgramKey"] | null; signature_agreement: GraphQLTypes["SignedDigitalDocumentInput"]; statement: GraphQLTypes["ParticipantApplicationSignedDocumentInput"]; user_agreement: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; wallet_agreement: GraphQLTypes["SignedDigitalDocumentInput"]; }; RegisteredAccount: { ...on RegisteredAccount: Omit<GraphQLTypes["RegisteredAccount"], "...on RegisteredAccount">; __typename: "RegisteredAccount"; account: GraphQLTypes["Account"]; tokens: GraphQLTypes["Tokens"]; }; RegistrationConfig: { ...on RegistrationConfig: Omit<GraphQLTypes["RegistrationConfig"], "...on RegistrationConfig">; __typename: "RegistrationConfig"; programs: GraphQLTypes["RegistrationProgram"][]; requires_selection: boolean; }; RegistrationProgram: { ...on RegistrationProgram: Omit<GraphQLTypes["RegistrationProgram"], "...on RegistrationProgram">; __typename: "RegistrationProgram"; applicable_account_types: GraphQLTypes["AccountType"][]; description: string; image_url?: string | null; key: string; order: number; requirements?: string | null; title: string; }; ReportType: ReportType; RepresentedBy: { ...on RepresentedBy: Omit<GraphQLTypes["RepresentedBy"], "...on RepresentedBy">; __typename: "RepresentedBy"; based_on: string; first_name: string; last_name: string; middle_name: string; position: string; }; RepresentedByCertificate: { ...on RepresentedByCertificate: Omit<GraphQLTypes["RepresentedByCertificate"], "...on RepresentedByCertificate">; __typename: "RepresentedByCertificate"; first_name: string; last_name: string; middle_name: string; position: string; }; RepresentedByInput: { based_on: string; first_name: string; last_name: string; middle_name: string; position: string; }; ResetKeyInput: { public_key: string; token: string; }; ResourceDelegationDTO: { ...on ResourceDelegationDTO: Omit<GraphQLTypes["ResourceDelegationDTO"], "...on ResourceDelegationDTO">; __typename: "ResourceDelegationDTO"; cpu_weight: string; from: string; net_weight: string; to: string; }; ResourceOverview: { ...on ResourceOverview: Omit<GraphQLTypes["ResourceOverview"], "...on ResourceOverview">; __typename: "ResourceOverview"; cpu_weight: string; net_weight: string; owner: string; ram_bytes: number; }; RestartAnnualGeneralMeetInput: { coopname: string; details?: string | null; hash: string; new_close_at: GraphQLTypes["DateTime"]; new_open_at: GraphQLTypes["DateTime"]; newproposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"]; }; ResultContributionActGenerateInput: { result_hash: string; username: string; }; ResultContributionDecisionGenerateInput: { decision_id: number; result_hash: string; username: string; }; ResultContributionStatementGenerateInput: { project_hash: string; username: string; }; ResultFilter: { projectHash?: string | null; status?: string | null; username?: string | null; }; ResultStatus: ResultStatus; ReturnByAssetActGenerateDocumentInput: { act_id: string; block_num?: number | null; braname?: string | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; request_id: number; timezone?: string | null; title?: string | null; transmitter: string; username: string; version?: string | null; }; ReturnByAssetActSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ReturnByAssetActSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ReturnByAssetActSignedMetaDocumentInput: { act_id: string; block_num: number; braname?: string | null; coopname: string; created_at: string; decision_id: number; generator: string; lang: string; links: string[]; registry_id: number; request_id: number; timezone: string; title: string; transmitter: string; username: string; version: string; }; ReturnByAssetDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; request_id: number; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ReturnByAssetStatementGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; request: GraphQLTypes["CommonRequestInput"]; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ReturnByAssetStatementSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ReturnByAssetStatementSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ReturnByAssetStatementSignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; request: GraphQLTypes["CommonRequestInput"]; timezone: string; title: string; username: string; version: string; }; ReturnByMoneyDecisionGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; currency: string; decision_id: number; generator?: string | null; lang?: string | null; links?: string[] | null; payment_hash: string; quantity: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ReturnByMoneyGenerateDocumentInput: { block_num?: number | null; coopname: string; created_at?: string | null; currency: string; generator?: string | null; lang?: string | null; links?: string[] | null; method_id: string; payment_hash: string; quantity: string; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; ReturnByMoneySignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["ReturnByMoneySignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; ReturnByMoneySignedMetaDocumentInput: { block_num: number; coopname: string; created_at: string; currency: string; generator: string; lang: string; links: string[]; method_id: string; payment_hash: string; quantity: string; registry_id: number; timezone: string; title: string; username: string; version: string; }; RoomMessageKind: RoomMessageKind; SbpAccount: { ...on SbpAccount: Omit<GraphQLTypes["SbpAccount"], "...on SbpAccount">; __typename: "SbpAccount"; phone: string; }; SbpDataInput: { phone: string; }; SearchDocumentsInput: { limit?: number | null; query: string; }; SearchPrivateAccountsInput: { query: string; }; SearchResult: { ...on SearchResult: Omit<GraphQLTypes["SearchResult"], "...on SearchResult">; __typename: "SearchResult"; coopname: string; created_at?: string | null; full_title: string; hash: string; highlights: string[]; registry_id: number; username: string; }; SegmentStatus: SegmentStatus; SelectBranchGenerateDocumentInput: { block_num?: number | null; braname: string; coopname: string; created_at?: string | null; generator?: string | null; lang?: string | null; links?: string[] | null; timezone?: string | null; title?: string | null; username: string; version?: string | null; }; SelectBranchInput: { braname: string; coopname: string; document: GraphQLTypes["SelectBranchSignedDocumentInput"]; username: string; }; SelectBranchSignedDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["SelectBranchSignedMetaDocumentInput"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; SelectBranchSignedMetaDocumentInput: { block_num: number; braname: string; coopname: string; created_at: string; generator: string; lang: string; links: string[]; registry_id: number; timezone: string; title: string; username: string; version: string; }; SendAgreementInput: { administrator: string; agreement_type: string; coopname: string; document: GraphQLTypes["SignedDigitalDocumentInput"]; username: string; }; SetCapitalProjectDevelopmentRepositoryUrlInput: { development_repository_url?: string | null; project_hash: string; }; SetConfigInput: { config: GraphQLTypes["ConfigInput"]; coopname: string; }; SetMasterInput: { coopname: string; master: string; project_hash: string; }; SetPaymentStatusInput: { id: string; status: GraphQLTypes["PaymentStatus"]; }; SetPlanInput: { coopname: string; master: string; plan_creators_hours: number; plan_expenses: string; plan_hour_cost: string; project_hash: string; }; SetVarsInput: { confidential_email: string; confidential_link: string; contact_email: string; coopenomics_agreement?: GraphQLTypes["AgreementVarInput"] | null; coopname: string; full_abbr: string; full_abbr_dative: string; full_abbr_genitive: string; name: string; participant_application?: GraphQLTypes["AgreementVarInput"] | null; passport_request?: string | null; privacy_agreement?: GraphQLTypes["AgreementVarInput"] | null; short_abbr: string; signature_agreement?: GraphQLTypes["AgreementVarInput"] | null; statute_link: string; user_agreement?: GraphQLTypes["AgreementVarInput"] | null; wallet_agreement?: GraphQLTypes["AgreementVarInput"] | null; website: string; }; SetWifInput: { permission: string; username: string; wif: string; }; Settings: { ...on Settings: Omit<GraphQLTypes["Settings"], "...on Settings">; __typename: "Settings"; authorized_default_route: string; authorized_default_workspace: string; coopname: string; created_at: GraphQLTypes["DateTime"]; non_authorized_default_route: string; non_authorized_default_workspace: string; provider_name: string; updated_at: GraphQLTypes["DateTime"]; }; SignActAsChairmanInput: { act: GraphQLTypes["SignedDigitalDocumentInput"]; coopname: string; result_hash: string; }; SignActAsContributorInput: { act: GraphQLTypes["SignedDigitalDocumentInput"]; coopname: string; result_hash: string; }; SignByPresiderOnAnnualGeneralMeetInput: { coopname: string; hash: string; presider_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"]; username: string; }; SignBySecretaryOnAnnualGeneralMeetInput: { coopname: string; hash: string; secretary_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"]; username: string; }; SignatureInfo: { ...on SignatureInfo: Omit<GraphQLTypes["SignatureInfo"], "...on SignatureInfo">; __typename: "SignatureInfo"; id: number; is_valid?: boolean | null; meta: GraphQLTypes["JSON"]; public_key: string; signature: string; signed_at: string; signed_hash: string; signer: string; signer_certificate?: GraphQLTypes["UserCertificateUnion"] | null; }; SignatureInfoInput: { id: number; meta: string; public_key: string; signature: string; signed_at: string; signed_hash: string; signer: string; }; SignedBlockchainDocument: { ...on SignedBlockchainDocument: Omit<GraphQLTypes["SignedBlockchainDocument"], "...on SignedBlockchainDocument">; __typename: "SignedBlockchainDocument"; doc_hash: string; hash: string; meta: string; meta_hash: string; signatures: GraphQLTypes["SignatureInfo"][]; version: string; }; SignedDigitalDocument: { ...on SignedDigitalDocument: Omit<GraphQLTypes["SignedDigitalDocument"], "...on SignedDigitalDocument">; __typename: "SignedDigitalDocument"; doc_hash: string; hash: string; meta: GraphQLTypes["JSON"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfo"][]; version: string; }; SignedDigitalDocumentInput: { doc_hash: string; hash: string; meta: GraphQLTypes["JSON"]; meta_hash: string; signatures: GraphQLTypes["SignatureInfoInput"][]; version: string; }; SovietMemberInput: { individual_data: GraphQLTypes["CreateSovietIndividualDataInput"]; role: string; }; StartInstallInput: { wif: string; }; StartInstallResult: { ...on StartInstallResult: Omit<GraphQLTypes["StartInstallResult"], "...on StartInstallResult">; __typename: "StartInstallResult"; coopname: string; install_code: string; }; StartProcessInput: { project_hash: string; template_id: string; }; StartProjectInput: { coopname: string; project_hash: string; }; StartResetKeyInput: { email: string; }; StartVotingInput: { coopname: string; project_hash: string; }; StatementDetailAggregate: { ...on StatementDetailAggregate: Omit<GraphQLTypes["StatementDetailAggregate"], "...on StatementDetailAggregate">; __typename: "StatementDetailAggregate"; action: GraphQLTypes["ExtendedBlockchainAction"]; documentAggregate: GraphQLTypes["DocumentAggregate"]; }; StopProjectInput: { coopname: string; project_hash: string; }; StoryStatus: StoryStatus; SubmitVoteInput: { coopname: string; project_hash: string; votes: GraphQLTypes["VoteDistributionInput"][]; }; SubscriptionStatsDto: { ...on SubscriptionStatsDto: Omit<GraphQLTypes["SubscriptionStatsDto"], "...on SubscriptionStatsDto">; __typename: "SubscriptionStatsDto"; active: number; inactive: number; total: number; uniqueUsers: number; }; SupplyOnRequestInput: { coopname: string; document: GraphQLTypes["AssetContributionActSignedDocumentInput"]; exchange_id: number; username: string; }; Symbols: { ...on Symbols: Omit<GraphQLTypes["Symbols"], "...on Symbols">; __typename: "Symbols"; root_govern_precision: number; root_govern_symbol: string; root_precision: number; root_symbol: string; }; SystemFeatures: { ...on SystemFeatures: Omit<GraphQLTypes["SystemFeatures"], "...on SystemFeatures">; __typename: "SystemFeatures"; search: boolean; }; SystemInfo: { ...on SystemInfo: Omit<GraphQLTypes["SystemInfo"], "...on SystemInfo">; __typename: "SystemInfo"; blockchain_account: GraphQLTypes["BlockchainAccount"]; blockchain_info: GraphQLTypes["BlockchainInfoDTO"]; board_members?: GraphQLTypes["BoardMember"][] | null; contacts?: GraphQLTypes["ContactsDTO"] | null; cooperator_account: GraphQLTypes["CooperativeOperatorAccount"]; coopname: string; features: GraphQLTypes["SystemFeatures"]; is_providered: boolean; is_unioned: boolean; settings: GraphQLTypes["Settings"]; symbols: GraphQLTypes["Symbols"]; system_status: GraphQLTypes["SystemStatus"]; union_link: string; vars?: GraphQLTypes["Vars"] | null; }; SystemStatus: SystemStatus; Token: { ...on Token: Omit<GraphQLTypes["Token"], "...on Token">; __typename: "Token"; expires: GraphQLTypes["DateTime"]; token: string; }; Tokens: { ...on Tokens: Omit<GraphQLTypes["Tokens"], "...on Tokens">; __typename: "Tokens"; access: GraphQLTypes["Token"]; refresh: GraphQLTypes["Token"]; }; Transaction: { ...on Transaction: Omit<GraphQLTypes["Transaction"], "...on Transaction">; __typename: "Transaction"; chain?: GraphQLTypes["JSON"] | null; request?: GraphQLTypes["JSON"] | null; resolved?: GraphQLTypes["JSON"] | null; response?: GraphQLTypes["JSON"] | null; returns?: GraphQLTypes["JSON"] | null; revisions?: GraphQLTypes["JSON"] | null; signatures?: GraphQLTypes["JSON"] | null; signer?: GraphQLTypes["JSON"] | null; transaction?: GraphQLTypes["JSON"] | null; }; TranscriptionSegment: { ...on TranscriptionSegment: Omit<GraphQLTypes["TranscriptionSegment"], "...on TranscriptionSegment">; __typename: "TranscriptionSegment"; createdAt: GraphQLTypes["DateTime"]; endOffset: number; id: string; speakerIdentity: string; speakerName: string; startOffset: number; text: string; }; TranscriptionStatus: TranscriptionStatus; TriggerNotificationWorkflowInput: { name: string; payload?: GraphQLTypes["JSONObject"] | null; to: GraphQLTypes["NotificationWorkflowRecipientInput"][]; }; UninstallExtensionInput: { name: string; }; UnpublishRequestInput: { coopname: string; exchange_id: number; username: string; }; Update: { organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null; vars?: GraphQLTypes["VarsInput"] | null; }; UpdateAccountInput: { entrepreneur_data?: GraphQLTypes["UpdateEntrepreneurDataInput"] | null; individual_data?: GraphQLTypes["UpdateIndividualDataInput"] | null; organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null; public_key?: string | null; referer?: string | null; username: string; }; UpdateBankAccountInput: { data: GraphQLTypes["BankAccountInput"]; is_default: boolean; method_id: string; username: string; }; UpdateCallTranscriptionMemoInput: { id: string; memo: string; }; UpdateChatCoopCalendarEventInput: { description?: string | null; endsAt?: GraphQLTypes["DateTime"] | null; id: string; matrixRoomId: string; startsAt: GraphQLTypes["DateTime"]; title: string; }; UpdateEntrepreneurDataInput: { birthdate: string; city: string; country: GraphQLTypes["Country"]; details: GraphQLTypes["EntrepreneurDetailsInput"]; email: string; first_name: string; full_address: string; last_name: string; middle_name: string; phone: string; username: string; }; UpdateIndividualDataInput: { birthdate: string; email: string; first_name: string; full_address: string; last_name: string; middle_name: string; passport?: GraphQLTypes["PassportInput"] | null; phone: string; username: string; }; UpdateIssueInput: { attachments?: string[] | null; creators?: string[] | null; cycle_id?: string | null; description?: string | null; estimate?: number | null; issue_hash: string; labels?: string[] | null; priority?: GraphQLTypes["IssuePriority"] | null; sort_order?: number | null; status?: GraphQLTypes["IssueStatus"] | null; submaster?: string | null; title?: string | null; }; UpdateOrganizationDataInput: { city: string; country: string; details: GraphQLTypes["OrganizationDetailsInput"]; email: string; fact_address: string; full_address: string; full_name: string; phone: string; represented_by: GraphQLTypes["RepresentedByInput"]; short_name: string; type: string; username: string; }; UpdateProcessTemplateInput: { description?: string | null; edges?: GraphQLTypes["ProcessEdgeInput"][] | null; id: string; status?: GraphQLTypes["ProcessTemplateStatus"] | null; steps?: GraphQLTypes["ProcessStepTemplateInput"][] | null; title?: string | null; }; UpdateRequestInput: { coopname: string; data: string; exchange_id: number; meta: string; remain_units: string; unit_cost: string; username: string; }; UpdateSettingsInput: { authorized_default_route?: string | null; authorized_default_workspace?: string | null; non_authorized_default_route?: string | null; non_authorized_default_workspace?: string | null; provider_name?: string | null; }; UpdateStoryInput: { content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null; description?: string | null; issue_hash?: string | null; project_hash?: string | null; sort_order?: number | null; status?: GraphQLTypes["StoryStatus"] | null; story_hash: string; title?: string | null; }; UserAccount: { ...on UserAccount: Omit<GraphQLTypes["UserAccount"], "...on UserAccount">; __typename: "UserAccount"; meta: string; referer: string; registered_at: string; registrator: string; status: string; storages: string[]; type: string; username: string; verifications: GraphQLTypes["Verification"][]; }; UserCertificateUnion: { ...on EntrepreneurCertificate: "__union" & GraphQLTypes["EntrepreneurCertificate"]; ...on IndividualCertificate: "__union" & GraphQLTypes["IndividualCertificate"]; ...on OrganizationCertificate: "__union" & GraphQLTypes["OrganizationCertificate"]; __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate"; }; UserStatus: UserStatus; Vars: { ...on Vars: Omit<GraphQLTypes["Vars"], "...on Vars">; __typename: "Vars"; confidential_email: string; confidential_link: string; contact_email: string; coopenomics_agreement?: GraphQLTypes["AgreementVar"] | null; coopname: string; full_abbr: string; full_abbr_dative: string; full_abbr_genitive: string; name: string; participant_application?: GraphQLTypes["AgreementVar"] | null; passport_request: string; privacy_agreement?: GraphQLTypes["AgreementVar"] | null; short_abbr: string; signature_agreement?: GraphQLTypes["AgreementVar"] | null; statute_link?: string | null; user_agreement?: GraphQLTypes["AgreementVar"] | null; wallet_agreement?: GraphQLTypes["AgreementVar"] | null; website: string; }; VarsInput: { confidential_email: string; confidential_link: string; contact_email: string; coopenomics_agreement?: GraphQLTypes["AgreementInput"] | null; coopname: string; full_abbr: string; full_abbr_dative: string; full_abbr_genitive: string; name: string; participant_application: GraphQLTypes["AgreementInput"]; passport_request: string; privacy_agreement: GraphQLTypes["AgreementInput"]; short_abbr: string; signature_agreement: GraphQLTypes["AgreementInput"]; statute_link: string; user_agreement: GraphQLTypes["AgreementInput"]; wallet_agreement: GraphQLTypes["AgreementInput"]; website: string; }; Verification: { ...on Verification: Omit<GraphQLTypes["Verification"], "...on Verification">; __typename: "Verification"; created_at: string; is_verified: boolean; last_update: string; notice: string; procedure: string; verificator: string; }; VerifyEmailInputDTO: { token: string; }; VoteDistributionInput: { amount: string; recipient: string; }; VoteFilter: { coopname?: string | null; project_hash?: string | null; recipient?: string | null; voter?: string | null; }; VoteItemInput: { question_id: number; vote: string; }; VoteOnAnnualGeneralMeetInput: { ballot: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedDocumentInput"]; coopname: string; hash: string; username: string; votes: GraphQLTypes["VoteItemInput"][]; }; WaitWeight: { ...on WaitWeight: Omit<GraphQLTypes["WaitWeight"], "...on WaitWeight">; __typename: "WaitWeight"; wait_sec: number; weight: number; }; WebPushSubscriptionDataInput: { endpoint: string; keys: GraphQLTypes["WebPushSubscriptionKeysInput"]; }; WebPushSubscriptionDto: { ...on WebPushSubscriptionDto: Omit<GraphQLTypes["WebPushSubscriptionDto"], "...on WebPushSubscriptionDto">; __typename: "WebPushSubscriptionDto"; authKey: string; createdAt: GraphQLTypes["DateTime"]; endpoint: string; id: string; isActive: boolean; p256dhKey: string; updatedAt: GraphQLTypes["DateTime"]; userAgent?: string | null; username: string; }; WebPushSubscriptionKeysInput: { auth: string; p256dh: string; }; } Type declaration
AcceptChildOrderInput: {
coopname: string;
document: GraphQLTypes["AssetContributionStatementSignedDocumentInput"];
exchange_id: string;
username: string;
}
coopname: string
document: GraphQLTypes["AssetContributionStatementSignedDocumentInput"]
exchange_id: string
username: string
Account: {
...on Account: Omit<GraphQLTypes["Account"], "...on Account">;
__typename: "Account";
blockchain_account?: GraphQLTypes["BlockchainAccount"] | null;
participant_account?: GraphQLTypes["ParticipantAccount"] | null;
private_account?: GraphQLTypes["PrivateAccount"] | null;
provider_account?: GraphQLTypes["MonoAccount"] | null;
user_account?: GraphQLTypes["UserAccount"] | null;
username: string;
}
...on Account: Omit<GraphQLTypes["Account"], "...on Account">
__typename: "Account"
Optional blockchain_account?: GraphQLTypes["BlockchainAccount"] | null
Optional participant_account?: GraphQLTypes["ParticipantAccount"] | null
Optional private_account?: GraphQLTypes["PrivateAccount"] | null
Optional provider_account?: GraphQLTypes["MonoAccount"] | null
Optional user_account?: GraphQLTypes["UserAccount"] | null
username: string
AccountRamDelta: {
...on AccountRamDelta: Omit<GraphQLTypes["AccountRamDelta"], "...on AccountRamDelta">;
__typename: "AccountRamDelta";
account: string;
delta: number;
}
...on AccountRamDelta: Omit<GraphQLTypes["AccountRamDelta"], "...on AccountRamDelta">
__typename: "AccountRamDelta"
account: string
delta: number
AccountResourceInfo: {
...on AccountResourceInfo: Omit<GraphQLTypes["AccountResourceInfo"], "...on AccountResourceInfo">;
__typename: "AccountResourceInfo";
available: string;
current_used?: string | null;
last_usage_update_time?: string | null;
max: string;
used: string;
}
...on AccountResourceInfo: Omit<GraphQLTypes["AccountResourceInfo"], "...on AccountResourceInfo">
__typename: "AccountResourceInfo"
available: string
Optional current_used?: string | null
Optional last_usage_update_time?: string | null
max: string
used: string
AccountsPaginationResult: {
...on AccountsPaginationResult: Omit<GraphQLTypes["AccountsPaginationResult"], "...on AccountsPaginationResult">;
__typename: "AccountsPaginationResult";
currentPage: number;
items: GraphQLTypes["Account"][];
totalCount: number;
totalPages: number;
}
...on AccountsPaginationResult: Omit<GraphQLTypes["AccountsPaginationResult"], "...on AccountsPaginationResult">
__typename: "AccountsPaginationResult"
currentPage: number
totalCount: number
totalPages: number
ActDetailAggregate: {
...on ActDetailAggregate: Omit<GraphQLTypes["ActDetailAggregate"], "...on ActDetailAggregate">;
__typename: "ActDetailAggregate";
action?: GraphQLTypes["ExtendedBlockchainAction"] | null;
documentAggregate?: GraphQLTypes["DocumentAggregate"] | null;
}
...on ActDetailAggregate: Omit<GraphQLTypes["ActDetailAggregate"], "...on ActDetailAggregate">
__typename: "ActDetailAggregate"
Optional action?: GraphQLTypes["ExtendedBlockchainAction"] | null
Optional documentAggregate?: GraphQLTypes["DocumentAggregate"] | null
ActionAuthorization: {
...on ActionAuthorization: Omit<GraphQLTypes["ActionAuthorization"], "...on ActionAuthorization">;
__typename: "ActionAuthorization";
actor: string;
permission: string;
}
...on ActionAuthorization: Omit<GraphQLTypes["ActionAuthorization"], "...on ActionAuthorization">
__typename: "ActionAuthorization"
actor: string
permission: string
ActionFiltersInput: {
account?: string | null;
block_num?: number | null;
global_sequence?: string | null;
name?: string | null;
}
Optional account?: string | null
Optional block_num?: number | null
Optional global_sequence?: string | null
Optional name?: string | null
ActionReceipt: {
...on ActionReceipt: Omit<GraphQLTypes["ActionReceipt"], "...on ActionReceipt">;
__typename: "ActionReceipt";
abi_sequence: number;
act_digest: string;
auth_sequence: GraphQLTypes["AuthSequence"][];
code_sequence: number;
global_sequence: string;
receiver: string;
recv_sequence: string;
}
...on ActionReceipt: Omit<GraphQLTypes["ActionReceipt"], "...on ActionReceipt">
__typename: "ActionReceipt"
abi_sequence: number
act_digest: string
auth_sequence: GraphQLTypes["AuthSequence"][]
code_sequence: number
global_sequence: string
receiver: string
recv_sequence: string
AddAuthorInput: {
author: string;
coopname: string;
project_hash: string;
}
author: string
coopname: string
project_hash: string
AddParticipantInput: {
created_at: string;
email: string;
entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null;
individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null;
initial: string;
minimum: string;
organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null;
referer?: string | null;
spread_initial: boolean;
type: GraphQLTypes["AccountType"];
}
created_at: string
email: string
Optional entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null
Optional individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null
initial: string
minimum: string
Optional organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null
Optional referer?: string | null
spread_initial: boolean
AddPaymentMethodInput: {
bank_transfer_data?: GraphQLTypes["BankAccountInput"] | null;
is_default: boolean;
sbp_data?: GraphQLTypes["SbpDataInput"] | null;
username: string;
}
Optional bank_transfer_data?: GraphQLTypes["BankAccountInput"] | null
is_default: boolean
Optional sbp_data?: GraphQLTypes["SbpDataInput"] | null
username: string
AddTrustedAccountInput: {
braname: string;
coopname: string;
trusted: string;
}
braname: string
coopname: string
trusted: string
AgendaGeneralMeetPointInput: {
context: string;
decision: string;
title: string;
}
context: string
decision: string
title: string
AgendaGeneralMeetQuestion: {
context?: string | null;
decision: string;
number: string;
title: string;
}
Optional context?: string | null
decision: string
number: string
title: string
AgendaMeet: {
close_at_datetime: string;
open_at_datetime: string;
type: string;
}
close_at_datetime: string
open_at_datetime: string
type: string
AgendaMeetPoint: {
...on AgendaMeetPoint: Omit<GraphQLTypes["AgendaMeetPoint"], "...on AgendaMeetPoint">;
__typename: "AgendaMeetPoint";
context: string;
decision: string;
title: string;
}
...on AgendaMeetPoint: Omit<GraphQLTypes["AgendaMeetPoint"], "...on AgendaMeetPoint">
__typename: "AgendaMeetPoint"
context: string
decision: string
title: string
AgendaWithDocuments: {
...on AgendaWithDocuments: Omit<GraphQLTypes["AgendaWithDocuments"], "...on AgendaWithDocuments">;
__typename: "AgendaWithDocuments";
action: GraphQLTypes["BlockchainAction"];
documents: GraphQLTypes["DocumentPackageAggregate"];
table: GraphQLTypes["BlockchainDecision"];
}
...on AgendaWithDocuments: Omit<GraphQLTypes["AgendaWithDocuments"], "...on AgendaWithDocuments">
__typename: "AgendaWithDocuments"
action: GraphQLTypes["BlockchainAction"]
documents: GraphQLTypes["DocumentPackageAggregate"]
table: GraphQLTypes["BlockchainDecision"]
Agreement: {
...on Agreement: Omit<GraphQLTypes["Agreement"], "...on Agreement">;
__typename: "Agreement";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
coopname?: string | null;
document?: GraphQLTypes["DocumentAggregate"] | null;
draft_id?: number | null;
id?: number | null;
present: boolean;
program_id?: number | null;
status: GraphQLTypes["AgreementStatus"];
type?: string | null;
updated_at?: GraphQLTypes["DateTime"] | null;
username?: string | null;
version?: number | null;
}
...on Agreement: Omit<GraphQLTypes["Agreement"], "...on Agreement">
__typename: "Agreement"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
Optional coopname?: string | null
Optional document?: GraphQLTypes["DocumentAggregate"] | null
Optional draft_id?: number | null
Optional id?: number | null
present: boolean
Optional program_id?: number | null
status: GraphQLTypes["AgreementStatus"]
Optional type?: string | null
Optional updated_at?: GraphQLTypes["DateTime"] | null
Optional username?: string | null
Optional version?: number | null
AgreementFilter: {
coopname?: string | null;
created_from?: GraphQLTypes["DateTime"] | null;
created_to?: GraphQLTypes["DateTime"] | null;
program_id?: number | null;
statuses?: GraphQLTypes["AgreementStatus"][] | null;
type?: string | null;
username?: string | null;
}
Optional coopname?: string | null
Optional created_from?: GraphQLTypes["DateTime"] | null
Optional created_to?: GraphQLTypes["DateTime"] | null
Optional program_id?: number | null
Optional statuses?: GraphQLTypes["AgreementStatus"][] | null
Optional type?: string | null
Optional username?: string | null
AgreementInput: {
protocol_day_month_year: string;
protocol_number: string;
}
protocol_day_month_year: string
protocol_number: string
AgreementVar: {
...on AgreementVar: Omit<GraphQLTypes["AgreementVar"], "...on AgreementVar">;
__typename: "AgreementVar";
protocol_day_month_year: string;
protocol_number: string;
}
...on AgreementVar: Omit<GraphQLTypes["AgreementVar"], "...on AgreementVar">
__typename: "AgreementVar"
protocol_day_month_year: string
protocol_number: string
AgreementVarInput: {
protocol_day_month_year: string;
protocol_number: string;
}
protocol_day_month_year: string
protocol_number: string
AnnualGeneralMeetingAgendaGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
is_repeated: boolean;
lang?: string | null;
links?: string[] | null;
meet: GraphQLTypes["AgendaMeet"];
questions: GraphQLTypes["AgendaGeneralMeetQuestion"][];
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
is_repeated: boolean
Optional lang?: string | null
Optional links?: string[] | null
questions: GraphQLTypes["AgendaGeneralMeetQuestion"][]
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AnnualGeneralMeetingAgendaSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AnnualGeneralMeetingAgendaSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AnnualGeneralMeetingAgendaSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AnnualGeneralMeetingAgendaSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
is_repeated: boolean;
lang: string;
links: string[];
meet: GraphQLTypes["AgendaMeet"];
questions: GraphQLTypes["AgendaGeneralMeetQuestion"][];
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
is_repeated: boolean
lang: string
links: string[]
questions: GraphQLTypes["AgendaGeneralMeetQuestion"][]
registry_id: number
timezone: string
title: string
username: string
version: string
AnnualGeneralMeetingDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
meet_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
meet_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AnnualGeneralMeetingDecisionSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AnnualGeneralMeetingDecisionSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AnnualGeneralMeetingDecisionSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AnnualGeneralMeetingDecisionSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
meet_hash: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
meet_hash: string
registry_id: number
timezone: string
title: string
username: string
version: string
AnnualGeneralMeetingNotificationGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
meet_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
meet_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AnnualGeneralMeetingNotificationSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AnnualGeneralMeetingNotificationSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AnnualGeneralMeetingNotificationSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AnnualGeneralMeetingNotificationSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
meet_hash: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
meet_hash: string
registry_id: number
timezone: string
title: string
username: string
version: string
AnnualGeneralMeetingSovietDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
is_repeated: boolean;
lang?: string | null;
links?: string[] | null;
meet_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
is_repeated: boolean
Optional lang?: string | null
Optional links?: string[] | null
meet_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AnnualGeneralMeetingVotingBallotGenerateDocumentInput: {
answers: GraphQLTypes["AnswerInput"][];
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
meet_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
answers: GraphQLTypes["AnswerInput"][]
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
meet_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AnnualGeneralMeetingVotingBallotSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput: {
answers: GraphQLTypes["AnswerInput"][];
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
meet_hash: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
answers: GraphQLTypes["AnswerInput"][]
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
meet_hash: string
registry_id: number
timezone: string
title: string
username: string
version: string
AnswerInput: {
id: string;
number: string;
vote: string;
}
id: string
number: string
vote: string
Approval: {
...on Approval: Omit<GraphQLTypes["Approval"], "...on Approval">;
__typename: "Approval";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
approval_hash: string;
approved_document?: GraphQLTypes["DocumentAggregate"] | null;
block_num?: number | null;
callback_action_approve: string;
callback_action_decline: string;
callback_contract: string;
coopname: string;
created_at: GraphQLTypes["DateTime"];
document?: GraphQLTypes["DocumentAggregate"] | null;
id?: number | null;
meta: string;
present: boolean;
status: GraphQLTypes["ApprovalStatus"];
username: string;
}
...on Approval: Omit<GraphQLTypes["Approval"], "...on Approval">
__typename: "Approval"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
approval_hash: string
Optional approved_document?: GraphQLTypes["DocumentAggregate"] | null
Optional block_num?: number | null
callback_action_approve: string
callback_action_decline: string
callback_contract: string
coopname: string
Optional document?: GraphQLTypes["DocumentAggregate"] | null
Optional id?: number | null
meta: string
present: boolean
status: GraphQLTypes["ApprovalStatus"]
username: string
ApprovalFilter: {
approval_hash?: string | null;
coopname?: string | null;
created_from?: GraphQLTypes["DateTime"] | null;
created_to?: GraphQLTypes["DateTime"] | null;
statuses?: GraphQLTypes["ApprovalStatus"][] | null;
username?: string | null;
}
Optional approval_hash?: string | null
Optional coopname?: string | null
Optional created_from?: GraphQLTypes["DateTime"] | null
Optional created_to?: GraphQLTypes["DateTime"] | null
Optional statuses?: GraphQLTypes["ApprovalStatus"][] | null
Optional username?: string | null
AssetContributionActGenerateDocumentInput: {
act_id: string;
block_num?: number | null;
braname?: string | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
receiver: string;
request_id: number;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
act_id: string
Optional block_num?: number | null
Optional braname?: string | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
receiver: string
request_id: number
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AssetContributionActSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AssetContributionActSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AssetContributionActSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AssetContributionActSignedMetaDocumentInput: {
act_id: string;
block_num: number;
braname?: string | null;
coopname: string;
created_at: string;
decision_id: number;
generator: string;
lang: string;
links: string[];
receiver: string;
registry_id: number;
request_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
act_id: string
block_num: number
Optional braname?: string | null
coopname: string
created_at: string
decision_id: number
generator: string
lang: string
links: string[]
receiver: string
registry_id: number
request_id: number
timezone: string
title: string
username: string
version: string
AssetContributionDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
request_id: number;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
request_id: number
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AssetContributionStatementGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
request: GraphQLTypes["CommonRequestInput"];
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
request: GraphQLTypes["CommonRequestInput"]
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
AssetContributionStatementSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["AssetContributionStatementSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["AssetContributionStatementSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
AssetContributionStatementSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
request: GraphQLTypes["CommonRequestInput"];
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
request: GraphQLTypes["CommonRequestInput"]
timezone: string
title: string
username: string
version: string
AuthSequence: {
...on AuthSequence: Omit<GraphQLTypes["AuthSequence"], "...on AuthSequence">;
__typename: "AuthSequence";
account: string;
sequence: string;
}
...on AuthSequence: Omit<GraphQLTypes["AuthSequence"], "...on AuthSequence">
__typename: "AuthSequence"
account: string
sequence: string
Authority: {
...on Authority: Omit<GraphQLTypes["Authority"], "...on Authority">;
__typename: "Authority";
accounts: GraphQLTypes["PermissionLevelWeight"][];
keys: GraphQLTypes["KeyWeight"][];
threshold: number;
waits: GraphQLTypes["WaitWeight"][];
}
...on Authority: Omit<GraphQLTypes["Authority"], "...on Authority">
__typename: "Authority"
accounts: GraphQLTypes["PermissionLevelWeight"][]
threshold: number
AvailableReport: {
...on AvailableReport: Omit<GraphQLTypes["AvailableReport"], "...on AvailableReport">;
__typename: "AvailableReport";
deadline: string;
name: string;
period: string;
type: GraphQLTypes["ReportType"];
}
...on AvailableReport: Omit<GraphQLTypes["AvailableReport"], "...on AvailableReport">
__typename: "AvailableReport"
deadline: string
name: string
period: string
BankAccount: {
...on BankAccount: Omit<GraphQLTypes["BankAccount"], "...on BankAccount">;
__typename: "BankAccount";
account_number: string;
bank_name: string;
card_number?: string | null;
currency: string;
details: GraphQLTypes["BankAccountDetails"];
}
...on BankAccount: Omit<GraphQLTypes["BankAccount"], "...on BankAccount">
__typename: "BankAccount"
account_number: string
bank_name: string
Optional card_number?: string | null
currency: string
details: GraphQLTypes["BankAccountDetails"]
BankAccountDetails: {
...on BankAccountDetails: Omit<GraphQLTypes["BankAccountDetails"], "...on BankAccountDetails">;
__typename: "BankAccountDetails";
bik: string;
corr: string;
kpp: string;
}
...on BankAccountDetails: Omit<GraphQLTypes["BankAccountDetails"], "...on BankAccountDetails">
__typename: "BankAccountDetails"
bik: string
corr: string
kpp: string
BankAccountDetailsInput: {
bik: string;
corr: string;
kpp: string;
}
bik: string
corr: string
kpp: string
BankAccountInput: {
account_number: string;
bank_name: string;
card_number?: string | null;
currency: string;
details: GraphQLTypes["BankAccountDetailsInput"];
}
account_number: string
bank_name: string
Optional card_number?: string | null
currency: string
details: GraphQLTypes["BankAccountDetailsInput"]
BankPaymentMethod: {
...on BankPaymentMethod: Omit<GraphQLTypes["BankPaymentMethod"], "...on BankPaymentMethod">;
__typename: "BankPaymentMethod";
created_at: GraphQLTypes["DateTime"];
data: GraphQLTypes["BankAccount"];
is_default: boolean;
method_id: string;
method_type: string;
updated_at: GraphQLTypes["DateTime"];
username: string;
}
...on BankPaymentMethod: Omit<GraphQLTypes["BankPaymentMethod"], "...on BankPaymentMethod">
__typename: "BankPaymentMethod"
is_default: boolean
method_id: string
method_type: string
username: string
BaseCapitalProject: {
...on BaseCapitalProject: Omit<GraphQLTypes["BaseCapitalProject"], "...on BaseCapitalProject">;
__typename: "BaseCapitalProject";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
blockchain_status: string;
coopname: string;
counts: GraphQLTypes["CapitalProjectCountsData"];
created_at: string;
crps: GraphQLTypes["CapitalProjectCrpsData"];
data: string;
description: string;
development_repository_url?: string | null;
fact: GraphQLTypes["CapitalProjectFactPool"];
id: number;
invite: string;
is_opened: boolean;
is_planed: boolean;
issue_counter: number;
master: string;
meta: string;
parent_hash: string;
parent_title?: string | null;
permissions: GraphQLTypes["CapitalProjectPermissions"];
plan: GraphQLTypes["CapitalProjectPlanPool"];
prefix: string;
present: boolean;
project_hash: string;
status: GraphQLTypes["ProjectStatus"];
title: string;
voting: GraphQLTypes["CapitalProjectVotingData"];
}
...on BaseCapitalProject: Omit<GraphQLTypes["BaseCapitalProject"], "...on BaseCapitalProject">
__typename: "BaseCapitalProject"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
blockchain_status: string
coopname: string
counts: GraphQLTypes["CapitalProjectCountsData"]
created_at: string
crps: GraphQLTypes["CapitalProjectCrpsData"]
data: string
description: string
Optional development_repository_url?: string | null
fact: GraphQLTypes["CapitalProjectFactPool"]
id: number
invite: string
is_opened: boolean
is_planed: boolean
issue_counter: number
master: string
meta: string
parent_hash: string
Optional parent_title?: string | null
permissions: GraphQLTypes["CapitalProjectPermissions"]
plan: GraphQLTypes["CapitalProjectPlanPool"]
prefix: string
present: boolean
project_hash: string
status: GraphQLTypes["ProjectStatus"]
title: string
voting: GraphQLTypes["CapitalProjectVotingData"]
BlockchainAccount: {
...on BlockchainAccount: Omit<GraphQLTypes["BlockchainAccount"], "...on BlockchainAccount">;
__typename: "BlockchainAccount";
account_name: string;
core_liquid_balance?: string | null;
cpu_limit: GraphQLTypes["AccountResourceInfo"];
cpu_weight: string;
created: string;
head_block_num: number;
head_block_time: string;
last_code_update: string;
net_limit: GraphQLTypes["AccountResourceInfo"];
net_weight: string;
permissions: GraphQLTypes["Permission"][];
privileged: boolean;
ram_quota: number;
ram_usage: number;
refund_request?: GraphQLTypes["RefundRequest"] | null;
rex_info?: string | null;
self_delegated_bandwidth?: GraphQLTypes["ResourceDelegationDTO"] | null;
total_resources?: GraphQLTypes["ResourceOverview"] | null;
voter_info?: string | null;
}
...on BlockchainAccount: Omit<GraphQLTypes["BlockchainAccount"], "...on BlockchainAccount">
__typename: "BlockchainAccount"
account_name: string
Optional core_liquid_balance?: string | null
cpu_limit: GraphQLTypes["AccountResourceInfo"]
cpu_weight: string
created: string
head_block_num: number
head_block_time: string
last_code_update: string
net_limit: GraphQLTypes["AccountResourceInfo"]
net_weight: string
permissions: GraphQLTypes["Permission"][]
privileged: boolean
ram_quota: number
ram_usage: number
Optional refund_request?: GraphQLTypes["RefundRequest"] | null
Optional rex_info?: string | null
Optional self_delegated_bandwidth?: GraphQLTypes["ResourceDelegationDTO"] | null
Optional total_resources?: GraphQLTypes["ResourceOverview"] | null
Optional voter_info?: string | null
BlockchainAction: {
...on BlockchainAction: Omit<GraphQLTypes["BlockchainAction"], "...on BlockchainAction">;
__typename: "BlockchainAction";
account: string;
account_ram_deltas: GraphQLTypes["AccountRamDelta"][];
action_ordinal: number;
authorization: GraphQLTypes["ActionAuthorization"][];
block_id: string;
block_num: number;
chain_id: string;
console: string;
context_free: boolean;
creator_action_ordinal: number;
data: GraphQLTypes["JSON"];
elapsed: number;
global_sequence: string;
name: string;
receipt: GraphQLTypes["ActionReceipt"];
receiver: string;
transaction_id: string;
}
...on BlockchainAction: Omit<GraphQLTypes["BlockchainAction"], "...on BlockchainAction">
__typename: "BlockchainAction"
account: string
account_ram_deltas: GraphQLTypes["AccountRamDelta"][]
action_ordinal: number
authorization: GraphQLTypes["ActionAuthorization"][]
block_id: string
block_num: number
chain_id: string
console: string
context_free: boolean
creator_action_ordinal: number
elapsed: number
global_sequence: string
name: string
receipt: GraphQLTypes["ActionReceipt"]
receiver: string
transaction_id: string
BlockchainDecision: {
...on BlockchainDecision: Omit<GraphQLTypes["BlockchainDecision"], "...on BlockchainDecision">;
__typename: "BlockchainDecision";
approved: boolean;
authorization: GraphQLTypes["SignedBlockchainDocument"];
authorized: boolean;
authorized_by: string;
batch_id: number;
callback_contract?: string | null;
confirm_callback?: string | null;
coopname: string;
created_at: string;
decline_callback?: string | null;
expired_at: string;
hash?: string | null;
id: number;
meta: string;
statement: GraphQLTypes["SignedBlockchainDocument"];
type: string;
username: string;
username_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
validated: boolean;
votes_against: string[];
votes_against_certificates: GraphQLTypes["UserCertificateUnion"][];
votes_for: string[];
votes_for_certificates: GraphQLTypes["UserCertificateUnion"][];
}
...on BlockchainDecision: Omit<GraphQLTypes["BlockchainDecision"], "...on BlockchainDecision">
__typename: "BlockchainDecision"
approved: boolean
authorization: GraphQLTypes["SignedBlockchainDocument"]
authorized: boolean
authorized_by: string
batch_id: number
Optional callback_contract?: string | null
Optional confirm_callback?: string | null
coopname: string
created_at: string
Optional decline_callback?: string | null
expired_at: string
Optional hash?: string | null
id: number
meta: string
statement: GraphQLTypes["SignedBlockchainDocument"]
type: string
username: string
Optional username_certificate?: GraphQLTypes["UserCertificateUnion"] | null
validated: boolean
votes_against: string[]
votes_against_certificates: GraphQLTypes["UserCertificateUnion"][]
votes_for: string[]
votes_for_certificates: GraphQLTypes["UserCertificateUnion"][]
BlockchainInfoDTO: {
...on BlockchainInfoDTO: Omit<GraphQLTypes["BlockchainInfoDTO"], "...on BlockchainInfoDTO">;
__typename: "BlockchainInfoDTO";
block_cpu_limit: number;
block_net_limit: number;
chain_id: string;
fork_db_head_block_id?: string | null;
fork_db_head_block_num?: number | null;
head_block_id: string;
head_block_num: number;
head_block_producer: string;
head_block_time: string;
last_irreversible_block_id: string;
last_irreversible_block_num: number;
last_irreversible_block_time?: string | null;
server_version: string;
server_version_string?: string | null;
virtual_block_cpu_limit: number;
virtual_block_net_limit: number;
}
...on BlockchainInfoDTO: Omit<GraphQLTypes["BlockchainInfoDTO"], "...on BlockchainInfoDTO">
__typename: "BlockchainInfoDTO"
block_cpu_limit: number
block_net_limit: number
chain_id: string
Optional fork_db_head_block_id?: string | null
Optional fork_db_head_block_num?: number | null
head_block_id: string
head_block_num: number
head_block_producer: string
head_block_time: string
last_irreversible_block_id: string
last_irreversible_block_num: number
Optional last_irreversible_block_time?: string | null
server_version: string
Optional server_version_string?: string | null
virtual_block_cpu_limit: number
virtual_block_net_limit: number
BoardMember: {
...on BoardMember: Omit<GraphQLTypes["BoardMember"], "...on BoardMember">;
__typename: "BoardMember";
first_name: string;
is_chairman: boolean;
last_name: string;
middle_name?: string | null;
username: string;
}
...on BoardMember: Omit<GraphQLTypes["BoardMember"], "...on BoardMember">
__typename: "BoardMember"
first_name: string
is_chairman: boolean
last_name: string
Optional middle_name?: string | null
username: string
Branch: {
...on Branch: Omit<GraphQLTypes["Branch"], "...on Branch">;
__typename: "Branch";
bank_account: GraphQLTypes["BankPaymentMethod"];
braname: string;
city: string;
coopname: string;
country: string;
details: GraphQLTypes["OrganizationDetails"];
email: string;
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedBy"];
short_name: string;
trusted: GraphQLTypes["Individual"][];
trustee: GraphQLTypes["Individual"];
type: string;
}
...on Branch: Omit<GraphQLTypes["Branch"], "...on Branch">
__typename: "Branch"
bank_account: GraphQLTypes["BankPaymentMethod"]
braname: string
city: string
coopname: string
country: string
details: GraphQLTypes["OrganizationDetails"]
email: string
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedBy"]
short_name: string
trusted: GraphQLTypes["Individual"][]
type: string
CalculateVotesInput: {
coopname: string;
project_hash: string;
username: string;
}
coopname: string
project_hash: string
username: string
CallTranscription: {
...on CallTranscription: Omit<GraphQLTypes["CallTranscription"], "...on CallTranscription">;
__typename: "CallTranscription";
createdAt: GraphQLTypes["DateTime"];
endedAt?: GraphQLTypes["DateTime"] | null;
id: string;
matrixRoomId: string;
memo: string;
participants: string[];
roomId: string;
roomName: string;
startedAt: GraphQLTypes["DateTime"];
status: GraphQLTypes["TranscriptionStatus"];
updatedAt: GraphQLTypes["DateTime"];
}
...on CallTranscription: Omit<GraphQLTypes["CallTranscription"], "...on CallTranscription">
__typename: "CallTranscription"
Optional endedAt?: GraphQLTypes["DateTime"] | null
id: string
matrixRoomId: string
memo: string
participants: string[]
roomId: string
roomName: string
status: GraphQLTypes["TranscriptionStatus"]
CallTranscriptionWithSegments: {
...on CallTranscriptionWithSegments: Omit<GraphQLTypes["CallTranscriptionWithSegments"], "...on CallTranscriptionWithSegments">;
__typename: "CallTranscriptionWithSegments";
segments: GraphQLTypes["TranscriptionSegment"][];
transcription: GraphQLTypes["CallTranscription"];
}
...on CallTranscriptionWithSegments: Omit<GraphQLTypes["CallTranscriptionWithSegments"], "...on CallTranscriptionWithSegments">
__typename: "CallTranscriptionWithSegments"
segments: GraphQLTypes["TranscriptionSegment"][]
transcription: GraphQLTypes["CallTranscription"]
CancelRequestInput: {
coopname: string;
exchange_id: string;
username: string;
}
coopname: string
exchange_id: string
username: string
Candidate: {
...on Candidate: Omit<GraphQLTypes["Candidate"], "...on Candidate">;
__typename: "Candidate";
braname?: string | null;
coopname: string;
created_at: GraphQLTypes["DateTime"];
program_key?: string | null;
public_key: string;
referer?: string | null;
referer_display_name?: string | null;
registered_at?: GraphQLTypes["DateTime"] | null;
status: GraphQLTypes["CandidateStatus"];
type: string;
username: string;
username_display_name?: string | null;
}
...on Candidate: Omit<GraphQLTypes["Candidate"], "...on Candidate">
__typename: "Candidate"
Optional braname?: string | null
coopname: string
Optional program_key?: string | null
public_key: string
Optional referer?: string | null
Optional referer_display_name?: string | null
Optional registered_at?: GraphQLTypes["DateTime"] | null
status: GraphQLTypes["CandidateStatus"]
type: string
username: string
Optional username_display_name?: string | null
CandidateFilterInput: {
referer?: string | null;
}
Optional referer?: string | null
CapitalCandidate: {
...on CapitalCandidate: Omit<GraphQLTypes["CapitalCandidate"], "...on CapitalCandidate">;
__typename: "CapitalCandidate";
about?: string | null;
braname?: string | null;
capital_status?: GraphQLTypes["ContributorStatus"] | null;
contributed_as_author?: string | null;
contributed_as_contributor?: string | null;
contributed_as_coordinator?: string | null;
contributed_as_creator?: string | null;
contributed_as_investor?: string | null;
contributed_as_propertor?: string | null;
contributor_hash?: string | null;
coopname: string;
created_at: GraphQLTypes["DateTime"];
hours_per_day?: number | null;
level?: number | null;
memo?: string | null;
program_key?: string | null;
public_key: string;
rate_per_hour?: string | null;
referer?: string | null;
referer_display_name?: string | null;
registered_at?: GraphQLTypes["DateTime"] | null;
status: GraphQLTypes["CandidateStatus"];
type: string;
username: string;
username_display_name?: string | null;
}
...on CapitalCandidate: Omit<GraphQLTypes["CapitalCandidate"], "...on CapitalCandidate">
__typename: "CapitalCandidate"
Optional about?: string | null
Optional braname?: string | null
Optional capital_status?: GraphQLTypes["ContributorStatus"] | null
Optional contributed_as_author?: string | null
Optional contributed_as_contributor?: string | null
Optional contributed_as_coordinator?: string | null
Optional contributed_as_creator?: string | null
Optional contributed_as_investor?: string | null
Optional contributed_as_propertor?: string | null
Optional contributor_hash?: string | null
coopname: string
Optional hours_per_day?: number | null
Optional level?: number | null
Optional memo?: string | null
Optional program_key?: string | null
public_key: string
Optional rate_per_hour?: string | null
Optional referer?: string | null
Optional referer_display_name?: string | null
Optional registered_at?: GraphQLTypes["DateTime"] | null
status: GraphQLTypes["CandidateStatus"]
type: string
username: string
Optional username_display_name?: string | null
CapitalCommit: {
...on CapitalCommit: Omit<GraphQLTypes["CapitalCommit"], "...on CapitalCommit">;
__typename: "CapitalCommit";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
amounts?: GraphQLTypes["CapitalCommitAmounts"] | null;
block_num?: number | null;
blockchain_status?: string | null;
commit_hash: string;
coopname?: string | null;
created_at?: string | null;
data?: GraphQLTypes["JSON"] | null;
description: string;
display_name?: string | null;
id?: number | null;
meta: string;
present: boolean;
project?: GraphQLTypes["BaseCapitalProject"] | null;
project_hash?: string | null;
status: GraphQLTypes["CommitStatus"];
username?: string | null;
}
...on CapitalCommit: Omit<GraphQLTypes["CapitalCommit"], "...on CapitalCommit">
__typename: "CapitalCommit"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional amounts?: GraphQLTypes["CapitalCommitAmounts"] | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
commit_hash: string
Optional coopname?: string | null
Optional created_at?: string | null
Optional data?: GraphQLTypes["JSON"] | null
description: string
Optional display_name?: string | null
Optional id?: number | null
meta: string
present: boolean
Optional project?: GraphQLTypes["BaseCapitalProject"] | null
Optional project_hash?: string | null
Optional username?: string | null
CapitalCommitAmounts: {
...on CapitalCommitAmounts: Omit<GraphQLTypes["CapitalCommitAmounts"], "...on CapitalCommitAmounts">;
__typename: "CapitalCommitAmounts";
authors_base_pool?: string | null;
authors_bonus_pool?: string | null;
contributors_bonus_pool?: string | null;
creators_base_pool?: string | null;
creators_bonus_pool?: string | null;
creators_hours?: string | null;
hour_cost?: string | null;
total_contribution?: string | null;
total_generation_pool?: string | null;
}
...on CapitalCommitAmounts: Omit<GraphQLTypes["CapitalCommitAmounts"], "...on CapitalCommitAmounts">
__typename: "CapitalCommitAmounts"
Optional authors_base_pool?: string | null
Optional authors_bonus_pool?: string | null
Optional contributors_bonus_pool?: string | null
Optional creators_base_pool?: string | null
Optional creators_bonus_pool?: string | null
Optional creators_hours?: string | null
Optional hour_cost?: string | null
Optional total_contribution?: string | null
Optional total_generation_pool?: string | null
CapitalCommitFilter: {
blockchain_status?: string | null;
commit_hash?: string | null;
coopname?: string | null;
created_date?: string | null;
project_hash?: string | null;
status?: GraphQLTypes["CommitStatus"] | null;
username?: string | null;
}
Optional blockchain_status?: string | null
Optional commit_hash?: string | null
Optional coopname?: string | null
Optional created_date?: string | null
Optional project_hash?: string | null
Optional status?: GraphQLTypes["CommitStatus"] | null
Optional username?: string | null
CapitalConfigObject: {
...on CapitalConfigObject: Omit<GraphQLTypes["CapitalConfigObject"], "...on CapitalConfigObject">;
__typename: "CapitalConfigObject";
authors_voting_percent: number;
coordinator_bonus_percent: number;
coordinator_invite_validity_days: number;
creators_voting_percent: number;
energy_decay_rate_per_day: number;
energy_gain_coefficient: number;
expense_pool_percent: number;
level_depth_base: number;
level_growth_coefficient: number;
voting_period_in_days: number;
}
...on CapitalConfigObject: Omit<GraphQLTypes["CapitalConfigObject"], "...on CapitalConfigObject">
__typename: "CapitalConfigObject"
authors_voting_percent: number
coordinator_bonus_percent: number
coordinator_invite_validity_days: number
creators_voting_percent: number
energy_decay_rate_per_day: number
energy_gain_coefficient: number
expense_pool_percent: number
level_depth_base: number
level_growth_coefficient: number
voting_period_in_days: number
CapitalContributor: {
...on CapitalContributor: Omit<GraphQLTypes["CapitalContributor"], "...on CapitalContributor">;
__typename: "CapitalContributor";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
about?: string | null;
appendixes?: string[] | null;
blagorost_agreement_hash?: string | null;
blagorost_offer_hash?: string | null;
blagorost_wallet?: GraphQLTypes["ProgramWallet"] | null;
block_num?: number | null;
blockchain_status?: string | null;
contract?: GraphQLTypes["DocumentAggregate"] | null;
contributed_as_author?: string | null;
contributed_as_contributor?: string | null;
contributed_as_coordinator?: string | null;
contributed_as_creator?: string | null;
contributed_as_investor?: string | null;
contributed_as_propertor?: string | null;
contributor_hash: string;
coopname: string;
created_at?: string | null;
debt_amount?: string | null;
display_name?: string | null;
document_parameters?: GraphQLTypes["ContributorDocumentParameters"] | null;
energy?: number | null;
generation_contract_hash?: string | null;
generation_wallet?: GraphQLTypes["ProgramWallet"] | null;
generator_offer_hash?: string | null;
hours_per_day?: number | null;
id?: number | null;
is_external_blagorost_agreement?: boolean | null;
is_external_contract?: boolean | null;
last_energy_update?: string | null;
level?: number | null;
main_wallet?: GraphQLTypes["ProgramWallet"] | null;
memo?: string | null;
present: boolean;
program_key?: string | null;
rate_per_hour?: string | null;
status: GraphQLTypes["ContributorStatus"];
storage_agreement_hash?: string | null;
username: string;
}
...on CapitalContributor: Omit<GraphQLTypes["CapitalContributor"], "...on CapitalContributor">
__typename: "CapitalContributor"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional about?: string | null
Optional appendixes?: string[] | null
Optional blagorost_agreement_hash?: string | null
Optional blagorost_offer_hash?: string | null
Optional blagorost_wallet?: GraphQLTypes["ProgramWallet"] | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
Optional contract?: GraphQLTypes["DocumentAggregate"] | null
Optional contributed_as_author?: string | null
Optional contributed_as_contributor?: string | null
Optional contributed_as_coordinator?: string | null
Optional contributed_as_creator?: string | null
Optional contributed_as_investor?: string | null
Optional contributed_as_propertor?: string | null
contributor_hash: string
coopname: string
Optional created_at?: string | null
Optional debt_amount?: string | null
Optional display_name?: string | null
Optional document_parameters?: GraphQLTypes["ContributorDocumentParameters"] | null
Optional energy?: number | null
Optional generation_contract_hash?: string | null
Optional generation_wallet?: GraphQLTypes["ProgramWallet"] | null
Optional generator_offer_hash?: string | null
Optional hours_per_day?: number | null
Optional id?: number | null
Optional is_external_blagorost_agreement?: boolean | null
Optional is_external_contract?: boolean | null
Optional last_energy_update?: string | null
Optional level?: number | null
Optional main_wallet?: GraphQLTypes["ProgramWallet"] | null
Optional memo?: string | null
present: boolean
Optional program_key?: string | null
Optional rate_per_hour?: string | null
status: GraphQLTypes["ContributorStatus"]
Optional storage_agreement_hash?: string | null
username: string
CapitalContributorFilter: {
contributor_hash?: string | null;
coopname?: string | null;
display_name?: string | null;
is_external_contract?: boolean | null;
project_hash?: string | null;
status?: GraphQLTypes["ContributorStatus"] | null;
username?: string | null;
}
Optional contributor_hash?: string | null
Optional coopname?: string | null
Optional display_name?: string | null
Optional is_external_contract?: boolean | null
Optional project_hash?: string | null
Optional status?: GraphQLTypes["ContributorStatus"] | null
Optional username?: string | null
CapitalCycle: {
...on CapitalCycle: Omit<GraphQLTypes["CapitalCycle"], "...on CapitalCycle">;
__typename: "CapitalCycle";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
end_date: GraphQLTypes["DateTime"];
name: string;
present: boolean;
start_date: GraphQLTypes["DateTime"];
status: GraphQLTypes["CycleStatus"];
}
...on CapitalCycle: Omit<GraphQLTypes["CapitalCycle"], "...on CapitalCycle">
__typename: "CapitalCycle"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
name: string
present: boolean
CapitalCycleFilter: {
end_date?: string | null;
is_active?: boolean | null;
name?: string | null;
start_date?: string | null;
status?: GraphQLTypes["CycleStatus"] | null;
}
Optional end_date?: string | null
Optional is_active?: boolean | null
Optional name?: string | null
Optional start_date?: string | null
Optional status?: GraphQLTypes["CycleStatus"] | null
CapitalDebt: {
...on CapitalDebt: Omit<GraphQLTypes["CapitalDebt"], "...on CapitalDebt">;
__typename: "CapitalDebt";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
amount?: number | null;
approved_statement?: GraphQLTypes["DocumentAggregate"] | null;
authorization?: GraphQLTypes["DocumentAggregate"] | null;
block_num?: number | null;
blockchain_status?: string | null;
coopname?: string | null;
debt_hash: string;
id?: number | null;
memo?: string | null;
present: boolean;
project_hash?: string | null;
repaid_at?: string | null;
statement?: GraphQLTypes["DocumentAggregate"] | null;
status: GraphQLTypes["DebtStatus"];
username?: string | null;
}
...on CapitalDebt: Omit<GraphQLTypes["CapitalDebt"], "...on CapitalDebt">
__typename: "CapitalDebt"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional amount?: number | null
Optional approved_statement?: GraphQLTypes["DocumentAggregate"] | null
Optional authorization?: GraphQLTypes["DocumentAggregate"] | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
Optional coopname?: string | null
debt_hash: string
Optional id?: number | null
Optional memo?: string | null
present: boolean
Optional project_hash?: string | null
Optional repaid_at?: string | null
Optional statement?: GraphQLTypes["DocumentAggregate"] | null
Optional username?: string | null
CapitalExpense: {
...on CapitalExpense: Omit<GraphQLTypes["CapitalExpense"], "...on CapitalExpense">;
__typename: "CapitalExpense";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
amount?: string | null;
approved_statement?: GraphQLTypes["DocumentAggregate"] | null;
authorization?: GraphQLTypes["DocumentAggregate"] | null;
block_num?: number | null;
blockchain_status?: string | null;
coopname?: string | null;
description?: string | null;
expense_hash: string;
expense_statement?: GraphQLTypes["DocumentAggregate"] | null;
fund_id?: number | null;
id?: number | null;
present: boolean;
project_hash?: string | null;
spended_at?: string | null;
status: GraphQLTypes["ExpenseStatus"];
username?: string | null;
}
...on CapitalExpense: Omit<GraphQLTypes["CapitalExpense"], "...on CapitalExpense">
__typename: "CapitalExpense"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional amount?: string | null
Optional approved_statement?: GraphQLTypes["DocumentAggregate"] | null
Optional authorization?: GraphQLTypes["DocumentAggregate"] | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
Optional coopname?: string | null
Optional description?: string | null
expense_hash: string
Optional expense_statement?: GraphQLTypes["DocumentAggregate"] | null
Optional fund_id?: number | null
Optional id?: number | null
present: boolean
Optional project_hash?: string | null
Optional spended_at?: string | null
status: GraphQLTypes["ExpenseStatus"]
Optional username?: string | null
CapitalInvest: {
...on CapitalInvest: Omit<GraphQLTypes["CapitalInvest"], "...on CapitalInvest">;
__typename: "CapitalInvest";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
amount?: number | null;
block_num?: number | null;
blockchain_status?: string | null;
coopname?: string | null;
coordinator?: string | null;
coordinator_amount?: number | null;
id?: number | null;
invest_hash: string;
invested_at?: string | null;
present: boolean;
project_hash?: string | null;
statement?: string | null;
status: GraphQLTypes["InvestStatus"];
username?: string | null;
}
...on CapitalInvest: Omit<GraphQLTypes["CapitalInvest"], "...on CapitalInvest">
__typename: "CapitalInvest"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional amount?: number | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
Optional coopname?: string | null
Optional coordinator?: string | null
Optional coordinator_amount?: number | null
Optional id?: number | null
invest_hash: string
Optional invested_at?: string | null
present: boolean
Optional project_hash?: string | null
Optional statement?: string | null
Optional username?: string | null
CapitalInvestFilter: {
coopname?: string | null;
coordinator?: string | null;
invest_hash?: string | null;
project_hash?: string | null;
status?: GraphQLTypes["InvestStatus"] | null;
username?: string | null;
}
Optional coopname?: string | null
Optional coordinator?: string | null
Optional invest_hash?: string | null
Optional project_hash?: string | null
Optional status?: GraphQLTypes["InvestStatus"] | null
Optional username?: string | null
CapitalIssue: {
...on CapitalIssue: Omit<GraphQLTypes["CapitalIssue"], "...on CapitalIssue">;
__typename: "CapitalIssue";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
created_by: string;
creators: string[];
cycle_id?: string | null;
description?: string | null;
estimate: number;
fact: number;
fact_by_contributor: GraphQLTypes["CapitalIssueContributorFact"][];
fact_committed: number;
fact_uncommitted: number;
id: string;
issue_hash: string;
linked_git_commits: GraphQLTypes["CapitalIssueLinkedGitCommit"][];
metadata: GraphQLTypes["JSON"];
permissions: GraphQLTypes["CapitalIssuePermissions"];
present: boolean;
priority: GraphQLTypes["IssuePriority"];
project_hash: string;
sort_order: number;
status: GraphQLTypes["IssueStatus"];
submaster?: string | null;
title: string;
}
...on CapitalIssue: Omit<GraphQLTypes["CapitalIssue"], "...on CapitalIssue">
__typename: "CapitalIssue"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
created_by: string
creators: string[]
Optional cycle_id?: string | null
Optional description?: string | null
estimate: number
fact: number
fact_by_contributor: GraphQLTypes["CapitalIssueContributorFact"][]
fact_committed: number
fact_uncommitted: number
id: string
issue_hash: string
linked_git_commits: GraphQLTypes["CapitalIssueLinkedGitCommit"][]
permissions: GraphQLTypes["CapitalIssuePermissions"]
present: boolean
priority: GraphQLTypes["IssuePriority"]
project_hash: string
sort_order: number
Optional submaster?: string | null
title: string
CapitalIssueContributorFact: {
...on CapitalIssueContributorFact: Omit<GraphQLTypes["CapitalIssueContributorFact"], "...on CapitalIssueContributorFact">;
__typename: "CapitalIssueContributorFact";
contributor_hash: string;
hours: number;
}
...on CapitalIssueContributorFact: Omit<GraphQLTypes["CapitalIssueContributorFact"], "...on CapitalIssueContributorFact">
__typename: "CapitalIssueContributorFact"
contributor_hash: string
hours: number
CapitalIssueFilter: {
coopname?: string | null;
created_by?: string | null;
creators?: string[] | null;
cycle_id?: string | null;
master?: string | null;
priorities?: GraphQLTypes["IssuePriority"][] | null;
project_hash?: string | null;
statuses?: GraphQLTypes["IssueStatus"][] | null;
submaster?: string | null;
title?: string | null;
}
Optional coopname?: string | null
Optional created_by?: string | null
Optional creators?: string[] | null
Optional cycle_id?: string | null
Optional master?: string | null
Optional priorities?: GraphQLTypes["IssuePriority"][] | null
Optional project_hash?: string | null
Optional statuses?: GraphQLTypes["IssueStatus"][] | null
Optional submaster?: string | null
Optional title?: string | null
CapitalIssueLinkedGitCommit: {
...on CapitalIssueLinkedGitCommit: Omit<GraphQLTypes["CapitalIssueLinkedGitCommit"], "...on CapitalIssueLinkedGitCommit">;
__typename: "CapitalIssueLinkedGitCommit";
commit_message: string;
committed_at: GraphQLTypes["DateTime"];
consumed: boolean;
github_sha: string;
html_url: string;
username: string;
}
...on CapitalIssueLinkedGitCommit: Omit<GraphQLTypes["CapitalIssueLinkedGitCommit"], "...on CapitalIssueLinkedGitCommit">
__typename: "CapitalIssueLinkedGitCommit"
commit_message: string
committed_at: GraphQLTypes["DateTime"]
consumed: boolean
github_sha: string
html_url: string
username: string
CapitalIssuePermissions: {
...on CapitalIssuePermissions: Omit<GraphQLTypes["CapitalIssuePermissions"], "...on CapitalIssuePermissions">;
__typename: "CapitalIssuePermissions";
allowed_status_transitions: GraphQLTypes["IssueStatus"][];
can_assign_creator: boolean;
can_change_status: boolean;
can_complete_requirement: boolean;
can_create_requirement: boolean;
can_delete_issue: boolean;
can_delete_requirement: boolean;
can_edit_issue: boolean;
can_edit_requirement: boolean;
can_move_issue: boolean;
can_set_done: boolean;
can_set_estimate: boolean;
can_set_on_review: boolean;
can_set_priority: boolean;
has_clearance: boolean;
is_guest: boolean;
}
...on CapitalIssuePermissions: Omit<GraphQLTypes["CapitalIssuePermissions"], "...on CapitalIssuePermissions">
__typename: "CapitalIssuePermissions"
allowed_status_transitions: GraphQLTypes["IssueStatus"][]
can_assign_creator: boolean
can_change_status: boolean
can_complete_requirement: boolean
can_create_requirement: boolean
can_delete_issue: boolean
can_delete_requirement: boolean
can_edit_issue: boolean
can_edit_requirement: boolean
can_move_issue: boolean
can_set_done: boolean
can_set_estimate: boolean
can_set_on_review: boolean
can_set_priority: boolean
has_clearance: boolean
is_guest: boolean
CapitalLog: {
...on CapitalLog: Omit<GraphQLTypes["CapitalLog"], "...on CapitalLog">;
__typename: "CapitalLog";
_id: string;
coopname: string;
created_at: GraphQLTypes["DateTime"];
entity_id?: string | null;
entity_type: GraphQLTypes["LogEntityType"];
event_type: GraphQLTypes["LogEventType"];
initiator: string;
message: string;
metadata?: GraphQLTypes["JSON"] | null;
project_hash?: string | null;
reference_id?: string | null;
}
...on CapitalLog: Omit<GraphQLTypes["CapitalLog"], "...on CapitalLog">
__typename: "CapitalLog"
_id: string
coopname: string
Optional entity_id?: string | null
entity_type: GraphQLTypes["LogEntityType"]
event_type: GraphQLTypes["LogEventType"]
initiator: string
message: string
Optional metadata?: GraphQLTypes["JSON"] | null
Optional project_hash?: string | null
Optional reference_id?: string | null
CapitalLogFilterInput: {
coopname?: string | null;
date_from?: GraphQLTypes["DateTime"] | null;
date_to?: GraphQLTypes["DateTime"] | null;
event_types?: GraphQLTypes["LogEventType"][] | null;
initiator?: string | null;
issue_hash?: string | null;
project_hash?: string | null;
show_components_logs?: boolean | null;
show_issue_logs?: boolean | null;
}
Optional coopname?: string | null
Optional date_from?: GraphQLTypes["DateTime"] | null
Optional date_to?: GraphQLTypes["DateTime"] | null
Optional event_types?: GraphQLTypes["LogEventType"][] | null
Optional initiator?: string | null
Optional issue_hash?: string | null
Optional project_hash?: string | null
Optional show_components_logs?: boolean | null
Optional show_issue_logs?: boolean | null
CapitalOnboardingState: {
...on CapitalOnboardingState: Omit<GraphQLTypes["CapitalOnboardingState"], "...on CapitalOnboardingState">;
__typename: "CapitalOnboardingState";
blagorost_offer_template_done: boolean;
blagorost_provision_done: boolean;
generation_contract_template_done: boolean;
generator_offer_template_done: boolean;
generator_program_template_done: boolean;
onboarding_blagorost_offer_template_hash?: string | null;
onboarding_blagorost_provision_hash?: string | null;
onboarding_expire_at: string;
onboarding_generation_contract_template_hash?: string | null;
onboarding_generator_offer_template_hash?: string | null;
onboarding_generator_program_template_hash?: string | null;
onboarding_init_at: string;
}
...on CapitalOnboardingState: Omit<GraphQLTypes["CapitalOnboardingState"], "...on CapitalOnboardingState">
__typename: "CapitalOnboardingState"
blagorost_offer_template_done: boolean
blagorost_provision_done: boolean
generation_contract_template_done: boolean
generator_offer_template_done: boolean
generator_program_template_done: boolean
Optional onboarding_blagorost_offer_template_hash?: string | null
Optional onboarding_blagorost_provision_hash?: string | null
onboarding_expire_at: string
Optional onboarding_generation_contract_template_hash?: string | null
Optional onboarding_generator_offer_template_hash?: string | null
Optional onboarding_generator_program_template_hash?: string | null
onboarding_init_at: string
CapitalOnboardingStepInput: {
decision: string;
question: string;
step: GraphQLTypes["CapitalOnboardingStep"];
title?: string | null;
}
decision: string
question: string
step: GraphQLTypes["CapitalOnboardingStep"]
Optional title?: string | null
CapitalProject: {
...on CapitalProject: Omit<GraphQLTypes["CapitalProject"], "...on CapitalProject">;
__typename: "CapitalProject";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
blockchain_status: string;
components: GraphQLTypes["CapitalProjectComponent"][];
coopname: string;
counts: GraphQLTypes["CapitalProjectCountsData"];
created_at: string;
crps: GraphQLTypes["CapitalProjectCrpsData"];
data: string;
description: string;
development_repository_url?: string | null;
fact: GraphQLTypes["CapitalProjectFactPool"];
id: number;
invite: string;
is_opened: boolean;
is_planed: boolean;
issue_counter: number;
master: string;
meta: string;
parent_hash: string;
parent_title?: string | null;
permissions: GraphQLTypes["CapitalProjectPermissions"];
plan: GraphQLTypes["CapitalProjectPlanPool"];
prefix: string;
present: boolean;
project_hash: string;
status: GraphQLTypes["ProjectStatus"];
title: string;
voting: GraphQLTypes["CapitalProjectVotingData"];
}
...on CapitalProject: Omit<GraphQLTypes["CapitalProject"], "...on CapitalProject">
__typename: "CapitalProject"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
blockchain_status: string
components: GraphQLTypes["CapitalProjectComponent"][]
coopname: string
counts: GraphQLTypes["CapitalProjectCountsData"]
created_at: string
crps: GraphQLTypes["CapitalProjectCrpsData"]
data: string
description: string
Optional development_repository_url?: string | null
fact: GraphQLTypes["CapitalProjectFactPool"]
id: number
invite: string
is_opened: boolean
is_planed: boolean
issue_counter: number
master: string
meta: string
parent_hash: string
Optional parent_title?: string | null
permissions: GraphQLTypes["CapitalProjectPermissions"]
plan: GraphQLTypes["CapitalProjectPlanPool"]
prefix: string
present: boolean
project_hash: string
status: GraphQLTypes["ProjectStatus"]
title: string
voting: GraphQLTypes["CapitalProjectVotingData"]
CapitalProjectComponent: {
...on CapitalProjectComponent: Omit<GraphQLTypes["CapitalProjectComponent"], "...on CapitalProjectComponent">;
__typename: "CapitalProjectComponent";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
blockchain_status: string;
coopname: string;
counts: GraphQLTypes["CapitalProjectCountsData"];
created_at: string;
crps: GraphQLTypes["CapitalProjectCrpsData"];
data: string;
description: string;
development_repository_url?: string | null;
fact: GraphQLTypes["CapitalProjectFactPool"];
id: number;
invite: string;
is_opened: boolean;
is_planed: boolean;
issue_counter: number;
master: string;
meta: string;
parent_hash: string;
parent_title?: string | null;
permissions: GraphQLTypes["CapitalProjectPermissions"];
plan: GraphQLTypes["CapitalProjectPlanPool"];
prefix: string;
present: boolean;
project_hash: string;
status: GraphQLTypes["ProjectStatus"];
title: string;
voting: GraphQLTypes["CapitalProjectVotingData"];
}
...on CapitalProjectComponent: Omit<GraphQLTypes["CapitalProjectComponent"], "...on CapitalProjectComponent">
__typename: "CapitalProjectComponent"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
blockchain_status: string
coopname: string
counts: GraphQLTypes["CapitalProjectCountsData"]
created_at: string
crps: GraphQLTypes["CapitalProjectCrpsData"]
data: string
description: string
Optional development_repository_url?: string | null
fact: GraphQLTypes["CapitalProjectFactPool"]
id: number
invite: string
is_opened: boolean
is_planed: boolean
issue_counter: number
master: string
meta: string
parent_hash: string
Optional parent_title?: string | null
permissions: GraphQLTypes["CapitalProjectPermissions"]
plan: GraphQLTypes["CapitalProjectPlanPool"]
prefix: string
present: boolean
project_hash: string
status: GraphQLTypes["ProjectStatus"]
title: string
voting: GraphQLTypes["CapitalProjectVotingData"]
CapitalProjectCountsData: {
...on CapitalProjectCountsData: Omit<GraphQLTypes["CapitalProjectCountsData"], "...on CapitalProjectCountsData">;
__typename: "CapitalProjectCountsData";
total_authors: number;
total_commits: number;
total_contributors: number;
total_coordinators: number;
total_creators: number;
total_investors: number;
total_propertors: number;
total_unique_participants: number;
}
...on CapitalProjectCountsData: Omit<GraphQLTypes["CapitalProjectCountsData"], "...on CapitalProjectCountsData">
__typename: "CapitalProjectCountsData"
total_authors: number
total_commits: number
total_contributors: number
total_coordinators: number
total_creators: number
total_investors: number
total_propertors: number
total_unique_participants: number
CapitalProjectCrpsData: {
...on CapitalProjectCrpsData: Omit<GraphQLTypes["CapitalProjectCrpsData"], "...on CapitalProjectCrpsData">;
__typename: "CapitalProjectCrpsData";
author_base_cumulative_reward_per_share: number;
author_bonus_cumulative_reward_per_share: number;
contributor_cumulative_reward_per_share: number;
total_capital_contributors_shares: string;
}
...on CapitalProjectCrpsData: Omit<GraphQLTypes["CapitalProjectCrpsData"], "...on CapitalProjectCrpsData">
__typename: "CapitalProjectCrpsData"
author_base_cumulative_reward_per_share: number
author_bonus_cumulative_reward_per_share: number
contributor_cumulative_reward_per_share: number
total_capital_contributors_shares: string
CapitalProjectFactPool: {
...on CapitalProjectFactPool: Omit<GraphQLTypes["CapitalProjectFactPool"], "...on CapitalProjectFactPool">;
__typename: "CapitalProjectFactPool";
accumulated_expense_pool: string;
authors_base_pool: string;
authors_bonus_pool: string;
contributors_bonus_pool: string;
coordinators_base_pool: string;
coordinators_investment_pool: string;
creators_base_pool: string;
creators_bonus_pool: string;
creators_hours: number;
hour_cost: string;
invest_pool: string;
program_invest_pool: string;
property_base_pool: string;
return_base_percent: number;
target_expense_pool: string;
total: string;
total_contribution: string;
total_generation_pool: string;
total_received_investments: string;
total_returned_investments: string;
total_used_investments: string;
total_with_investments: string;
use_invest_percent: number;
used_expense_pool: string;
}
...on CapitalProjectFactPool: Omit<GraphQLTypes["CapitalProjectFactPool"], "...on CapitalProjectFactPool">
__typename: "CapitalProjectFactPool"
accumulated_expense_pool: string
authors_base_pool: string
authors_bonus_pool: string
contributors_bonus_pool: string
coordinators_base_pool: string
coordinators_investment_pool: string
creators_base_pool: string
creators_bonus_pool: string
creators_hours: number
hour_cost: string
invest_pool: string
program_invest_pool: string
property_base_pool: string
return_base_percent: number
target_expense_pool: string
total: string
total_contribution: string
total_generation_pool: string
total_received_investments: string
total_returned_investments: string
total_used_investments: string
total_with_investments: string
use_invest_percent: number
used_expense_pool: string
CapitalProjectFilter: {
coopname?: string | null;
has_invite?: boolean | null;
has_issues_with_creators?: string[] | null;
has_issues_with_priorities?: GraphQLTypes["IssuePriority"][] | null;
has_issues_with_statuses?: GraphQLTypes["IssueStatus"][] | null;
has_voting?: boolean | null;
is_component?: boolean | null;
is_opened?: boolean | null;
is_planed?: boolean | null;
master?: string | null;
parent_hash?: string | null;
project_hash?: string | null;
statuses?: GraphQLTypes["ProjectStatus"][] | null;
}
Optional coopname?: string | null
Optional has_invite?: boolean | null
Optional has_issues_with_creators?: string[] | null
Optional has_issues_with_priorities?: GraphQLTypes["IssuePriority"][] | null
Optional has_issues_with_statuses?: GraphQLTypes["IssueStatus"][] | null
Optional has_voting?: boolean | null
Optional is_component?: boolean | null
Optional is_opened?: boolean | null
Optional is_planed?: boolean | null
Optional master?: string | null
Optional parent_hash?: string | null
Optional project_hash?: string | null
Optional statuses?: GraphQLTypes["ProjectStatus"][] | null
CapitalProjectPermissions: {
...on CapitalProjectPermissions: Omit<GraphQLTypes["CapitalProjectPermissions"], "...on CapitalProjectPermissions">;
__typename: "CapitalProjectPermissions";
can_change_project_status: boolean;
can_complete_requirement: boolean;
can_create_requirement: boolean;
can_delete_project: boolean;
can_delete_requirement: boolean;
can_edit_project: boolean;
can_edit_requirement: boolean;
can_manage_authors: boolean;
can_manage_issues: boolean;
can_set_master: boolean;
can_set_plan: boolean;
has_clearance: boolean;
is_guest: boolean;
pending_clearance: boolean;
}
...on CapitalProjectPermissions: Omit<GraphQLTypes["CapitalProjectPermissions"], "...on CapitalProjectPermissions">
__typename: "CapitalProjectPermissions"
can_change_project_status: boolean
can_complete_requirement: boolean
can_create_requirement: boolean
can_delete_project: boolean
can_delete_requirement: boolean
can_edit_project: boolean
can_edit_requirement: boolean
can_manage_authors: boolean
can_manage_issues: boolean
can_set_master: boolean
can_set_plan: boolean
has_clearance: boolean
is_guest: boolean
pending_clearance: boolean
CapitalProjectPlanPool: {
...on CapitalProjectPlanPool: Omit<GraphQLTypes["CapitalProjectPlanPool"], "...on CapitalProjectPlanPool">;
__typename: "CapitalProjectPlanPool";
authors_base_pool: string;
authors_bonus_pool: string;
contributors_bonus_pool: string;
coordinators_base_pool: string;
coordinators_investment_pool: string;
creators_base_pool: string;
creators_bonus_pool: string;
creators_hours: number;
hour_cost: string;
invest_pool: string;
program_invest_pool: string;
return_base_percent: number;
target_expense_pool: string;
total: string;
total_generation_pool: string;
total_received_investments: string;
total_with_investments: string;
use_invest_percent: number;
}
...on CapitalProjectPlanPool: Omit<GraphQLTypes["CapitalProjectPlanPool"], "...on CapitalProjectPlanPool">
__typename: "CapitalProjectPlanPool"
authors_base_pool: string
authors_bonus_pool: string
contributors_bonus_pool: string
coordinators_base_pool: string
coordinators_investment_pool: string
creators_base_pool: string
creators_bonus_pool: string
creators_hours: number
hour_cost: string
invest_pool: string
program_invest_pool: string
return_base_percent: number
target_expense_pool: string
total: string
total_generation_pool: string
total_received_investments: string
total_with_investments: string
use_invest_percent: number
CapitalProjectTimeStats: {
...on CapitalProjectTimeStats: Omit<GraphQLTypes["CapitalProjectTimeStats"], "...on CapitalProjectTimeStats">;
__typename: "CapitalProjectTimeStats";
available_hours: number;
contributor_hash: string;
pending_hours: number;
project_hash: string;
project_name: string;
total_committed_hours: number;
total_uncommitted_hours: number;
}
...on CapitalProjectTimeStats: Omit<GraphQLTypes["CapitalProjectTimeStats"], "...on CapitalProjectTimeStats">
__typename: "CapitalProjectTimeStats"
available_hours: number
contributor_hash: string
pending_hours: number
project_hash: string
project_name: string
total_committed_hours: number
total_uncommitted_hours: number
CapitalProjectVotingAmounts: {
...on CapitalProjectVotingAmounts: Omit<GraphQLTypes["CapitalProjectVotingAmounts"], "...on CapitalProjectVotingAmounts">;
__typename: "CapitalProjectVotingAmounts";
active_voting_amount: string;
authors_bonuses_on_voting: string;
authors_equal_per_author: string;
authors_equal_spread: string;
creators_bonuses_on_voting: string;
creators_direct_spread: string;
equal_voting_amount: string;
total_voting_pool: string;
}
...on CapitalProjectVotingAmounts: Omit<GraphQLTypes["CapitalProjectVotingAmounts"], "...on CapitalProjectVotingAmounts">
__typename: "CapitalProjectVotingAmounts"
active_voting_amount: string
authors_bonuses_on_voting: string
authors_equal_per_author: string
authors_equal_spread: string
creators_bonuses_on_voting: string
creators_direct_spread: string
equal_voting_amount: string
total_voting_pool: string
CapitalProjectVotingData: {
...on CapitalProjectVotingData: Omit<GraphQLTypes["CapitalProjectVotingData"], "...on CapitalProjectVotingData">;
__typename: "CapitalProjectVotingData";
amounts: GraphQLTypes["CapitalProjectVotingAmounts"];
authors_voting_percent: number;
creators_voting_percent: number;
total_voters: number;
votes_received: number;
voting_deadline: string;
}
...on CapitalProjectVotingData: Omit<GraphQLTypes["CapitalProjectVotingData"], "...on CapitalProjectVotingData">
__typename: "CapitalProjectVotingData"
amounts: GraphQLTypes["CapitalProjectVotingAmounts"]
authors_voting_percent: number
creators_voting_percent: number
total_voters: number
votes_received: number
voting_deadline: string
CapitalResult: {
...on CapitalResult: Omit<GraphQLTypes["CapitalResult"], "...on CapitalResult">;
__typename: "CapitalResult";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
act?: GraphQLTypes["DocumentAggregate"] | null;
authorization?: GraphQLTypes["DocumentAggregate"] | null;
block_num?: number | null;
blockchain_status?: string | null;
coopname?: string | null;
created_at?: string | null;
data?: string | null;
debt_amount?: string | null;
id?: number | null;
present: boolean;
project_hash?: string | null;
result_hash: string;
statement?: GraphQLTypes["DocumentAggregate"] | null;
status: GraphQLTypes["ResultStatus"];
total_amount?: string | null;
username?: string | null;
}
...on CapitalResult: Omit<GraphQLTypes["CapitalResult"], "...on CapitalResult">
__typename: "CapitalResult"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional act?: GraphQLTypes["DocumentAggregate"] | null
Optional authorization?: GraphQLTypes["DocumentAggregate"] | null
Optional block_num?: number | null
Optional blockchain_status?: string | null
Optional coopname?: string | null
Optional created_at?: string | null
Optional data?: string | null
Optional debt_amount?: string | null
Optional id?: number | null
present: boolean
Optional project_hash?: string | null
result_hash: string
Optional statement?: GraphQLTypes["DocumentAggregate"] | null
Optional total_amount?: string | null
Optional username?: string | null
CapitalSegment: {
...on CapitalSegment: Omit<GraphQLTypes["CapitalSegment"], "...on CapitalSegment">;
__typename: "CapitalSegment";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
author_base: string;
author_bonus: string;
available_for_program: string;
available_for_wallet: string;
block_num?: number | null;
capital_contributor_shares: string;
contributor_bonus: string;
coopname: string;
coordinator_base: string;
coordinator_investments: string;
creator_base: string;
creator_bonus: string;
debt_amount: string;
debt_settled: string;
direct_creator_bonus: string;
display_name: string;
equal_author_bonus: string;
has_vote: boolean;
id?: number | null;
intellectual_cost: string;
investor_amount: string;
investor_base: string;
is_author: boolean;
is_completed: boolean;
is_contributor: boolean;
is_coordinator: boolean;
is_creator: boolean;
is_investor: boolean;
is_propertor: boolean;
is_votes_calculated: boolean;
last_author_base_reward_per_share: number;
last_author_bonus_reward_per_share: number;
last_contributor_reward_per_share: number;
last_known_coordinators_investment_pool: string;
last_known_creators_base_pool: string;
last_known_invest_pool: string;
present: boolean;
project_hash: string;
property_base: string;
provisional_amount: string;
share_percent: number;
status: GraphQLTypes["SegmentStatus"];
total_segment_base_cost: string;
total_segment_bonus_cost: string;
total_segment_cost: string;
username: string;
value?: string | null;
voting_bonus: string;
}
...on CapitalSegment: Omit<GraphQLTypes["CapitalSegment"], "...on CapitalSegment">
__typename: "CapitalSegment"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
author_base: string
author_bonus: string
available_for_program: string
available_for_wallet: string
Optional block_num?: number | null
capital_contributor_shares: string
contributor_bonus: string
coopname: string
coordinator_base: string
coordinator_investments: string
creator_base: string
creator_bonus: string
debt_amount: string
debt_settled: string
direct_creator_bonus: string
display_name: string
equal_author_bonus: string
has_vote: boolean
Optional id?: number | null
intellectual_cost: string
investor_amount: string
investor_base: string
is_author: boolean
is_completed: boolean
is_contributor: boolean
is_coordinator: boolean
is_creator: boolean
is_investor: boolean
is_propertor: boolean
is_votes_calculated: boolean
last_author_base_reward_per_share: number
last_author_bonus_reward_per_share: number
last_contributor_reward_per_share: number
last_known_coordinators_investment_pool: string
last_known_creators_base_pool: string
last_known_invest_pool: string
present: boolean
project_hash: string
property_base: string
provisional_amount: string
share_percent: number
status: GraphQLTypes["SegmentStatus"]
total_segment_base_cost: string
total_segment_bonus_cost: string
total_segment_cost: string
username: string
Optional value?: string | null
voting_bonus: string
CapitalSegmentFilter: {
coopname?: string | null;
has_vote?: boolean | null;
is_author?: boolean | null;
is_contributor?: boolean | null;
is_coordinator?: boolean | null;
is_creator?: boolean | null;
is_investor?: boolean | null;
is_propertor?: boolean | null;
parent_hash?: string | null;
project_hash?: string | null;
status?: GraphQLTypes["SegmentStatus"] | null;
username?: string | null;
}
Optional coopname?: string | null
Optional has_vote?: boolean | null
Optional is_author?: boolean | null
Optional is_contributor?: boolean | null
Optional is_coordinator?: boolean | null
Optional is_creator?: boolean | null
Optional is_investor?: boolean | null
Optional is_propertor?: boolean | null
Optional parent_hash?: string | null
Optional project_hash?: string | null
Optional status?: GraphQLTypes["SegmentStatus"] | null
Optional username?: string | null
CapitalState: {
...on CapitalState: Omit<GraphQLTypes["CapitalState"], "...on CapitalState">;
__typename: "CapitalState";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
config: GraphQLTypes["CapitalConfigObject"];
coopname: string;
global_available_invest_pool: string;
present: boolean;
program_membership_available: string;
program_membership_cumulative_reward_per_share: number;
program_membership_distributed: string;
program_membership_funded: string;
}
...on CapitalState: Omit<GraphQLTypes["CapitalState"], "...on CapitalState">
__typename: "CapitalState"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
config: GraphQLTypes["CapitalConfigObject"]
coopname: string
global_available_invest_pool: string
present: boolean
program_membership_available: string
program_membership_cumulative_reward_per_share: number
program_membership_distributed: string
program_membership_funded: string
CapitalStory: {
...on CapitalStory: Omit<GraphQLTypes["CapitalStory"], "...on CapitalStory">;
__typename: "CapitalStory";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
block_num?: number | null;
content_format: GraphQLTypes["CapitalStoryContentFormat"];
coopname: string;
created_by: string;
description?: string | null;
issue_hash?: string | null;
present: boolean;
project_hash?: string | null;
sort_order: number;
status: GraphQLTypes["StoryStatus"];
story_hash: string;
title: string;
}
...on CapitalStory: Omit<GraphQLTypes["CapitalStory"], "...on CapitalStory">
__typename: "CapitalStory"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional block_num?: number | null
content_format: GraphQLTypes["CapitalStoryContentFormat"]
coopname: string
created_by: string
Optional description?: string | null
Optional issue_hash?: string | null
present: boolean
Optional project_hash?: string | null
sort_order: number
story_hash: string
title: string
CapitalStoryFilter: {
coopname?: string | null;
created_by?: string | null;
issue_hash?: string | null;
project_hash?: string | null;
show_components_requirements?: boolean | null;
show_issues_requirements?: boolean | null;
status?: GraphQLTypes["StoryStatus"] | null;
title?: string | null;
}
Optional coopname?: string | null
Optional created_by?: string | null
Optional issue_hash?: string | null
Optional project_hash?: string | null
Optional show_components_requirements?: boolean | null
Optional show_issues_requirements?: boolean | null
Optional status?: GraphQLTypes["StoryStatus"] | null
Optional title?: string | null
CapitalTimeEntriesByIssues: {
...on CapitalTimeEntriesByIssues: Omit<GraphQLTypes["CapitalTimeEntriesByIssues"], "...on CapitalTimeEntriesByIssues">;
__typename: "CapitalTimeEntriesByIssues";
available_hours: number;
committed_hours: number;
contributor_hash: string;
contributor_name: string;
coopname: string;
issue_hash: string;
issue_title: string;
pending_hours: number;
project_hash: string;
project_name: string;
total_hours: number;
uncommitted_hours: number;
}
...on CapitalTimeEntriesByIssues: Omit<GraphQLTypes["CapitalTimeEntriesByIssues"], "...on CapitalTimeEntriesByIssues">
__typename: "CapitalTimeEntriesByIssues"
available_hours: number
committed_hours: number
contributor_hash: string
contributor_name: string
coopname: string
issue_hash: string
issue_title: string
pending_hours: number
project_hash: string
project_name: string
total_hours: number
uncommitted_hours: number
CapitalTimeEntriesFilter: {
contributor_hash?: string | null;
coopname?: string | null;
is_committed?: boolean | null;
issue_hash?: string | null;
project_hash?: string | null;
username?: string | null;
}
Optional contributor_hash?: string | null
Optional coopname?: string | null
Optional is_committed?: boolean | null
Optional issue_hash?: string | null
Optional project_hash?: string | null
Optional username?: string | null
CapitalTimeEntry: {
...on CapitalTimeEntry: Omit<GraphQLTypes["CapitalTimeEntry"], "...on CapitalTimeEntry">;
__typename: "CapitalTimeEntry";
_created_at: string;
_id: string;
_updated_at: string;
commit_hash?: string | null;
contributor_hash: string;
coopname: string;
date: string;
entry_type?: string | null;
estimate_snapshot?: number | null;
hours: number;
is_committed: boolean;
issue_hash: string;
project_hash: string;
}
...on CapitalTimeEntry: Omit<GraphQLTypes["CapitalTimeEntry"], "...on CapitalTimeEntry">
__typename: "CapitalTimeEntry"
_created_at: string
_id: string
_updated_at: string
Optional commit_hash?: string | null
contributor_hash: string
coopname: string
date: string
Optional entry_type?: string | null
Optional estimate_snapshot?: number | null
hours: number
is_committed: boolean
issue_hash: string
project_hash: string
CapitalTimeStats: {
...on CapitalTimeStats: Omit<GraphQLTypes["CapitalTimeStats"], "...on CapitalTimeStats">;
__typename: "CapitalTimeStats";
currentPage: number;
items: GraphQLTypes["CapitalProjectTimeStats"][];
totalCount: number;
totalPages: number;
}
...on CapitalTimeStats: Omit<GraphQLTypes["CapitalTimeStats"], "...on CapitalTimeStats">
__typename: "CapitalTimeStats"
currentPage: number
items: GraphQLTypes["CapitalProjectTimeStats"][]
totalCount: number
totalPages: number
CapitalTimeStatsInput: {
contributor_hash?: string | null;
coopname?: string | null;
project_hash?: string | null;
username?: string | null;
}
Optional contributor_hash?: string | null
Optional coopname?: string | null
Optional project_hash?: string | null
Optional username?: string | null
CapitalVote: {
...on CapitalVote: Omit<GraphQLTypes["CapitalVote"], "...on CapitalVote">;
__typename: "CapitalVote";
_created_at: GraphQLTypes["DateTime"];
_id: string;
_updated_at: GraphQLTypes["DateTime"];
amount?: string | null;
block_num?: number | null;
coopname?: string | null;
id?: number | null;
present: boolean;
project_hash?: string | null;
recipient?: string | null;
recipient_display_name?: string | null;
voted_at?: string | null;
voter?: string | null;
voter_display_name?: string | null;
}
...on CapitalVote: Omit<GraphQLTypes["CapitalVote"], "...on CapitalVote">
__typename: "CapitalVote"
_created_at: GraphQLTypes["DateTime"]
_id: string
_updated_at: GraphQLTypes["DateTime"]
Optional amount?: string | null
Optional block_num?: number | null
Optional coopname?: string | null
Optional id?: number | null
present: boolean
Optional project_hash?: string | null
Optional recipient?: string | null
Optional recipient_display_name?: string | null
Optional voted_at?: string | null
Optional voter?: string | null
Optional voter_display_name?: string | null
ChairmanOnboardingAgendaInput: {
decision: string;
question: string;
step: GraphQLTypes["ChairmanOnboardingAgendaStep"];
title?: string | null;
}
decision: string
question: string
step: GraphQLTypes["ChairmanOnboardingAgendaStep"]
Optional title?: string | null
ChairmanOnboardingGeneralMeetInput: {
proposal_hash: string;
}
ChairmanOnboardingState: {
...on ChairmanOnboardingState: Omit<GraphQLTypes["ChairmanOnboardingState"], "...on ChairmanOnboardingState">;
__typename: "ChairmanOnboardingState";
general_meet_done: boolean;
onboarding_expire_at: string;
onboarding_general_meet_hash?: string | null;
onboarding_init_at: string;
onboarding_participant_application_hash?: string | null;
onboarding_privacy_agreement_hash?: string | null;
onboarding_signature_agreement_hash?: string | null;
onboarding_user_agreement_hash?: string | null;
onboarding_voskhod_membership_hash?: string | null;
onboarding_wallet_agreement_hash?: string | null;
participant_application_done: boolean;
privacy_agreement_done: boolean;
signature_agreement_done: boolean;
user_agreement_done: boolean;
voskhod_membership_done: boolean;
wallet_agreement_done: boolean;
}
...on ChairmanOnboardingState: Omit<GraphQLTypes["ChairmanOnboardingState"], "...on ChairmanOnboardingState">
__typename: "ChairmanOnboardingState"
general_meet_done: boolean
onboarding_expire_at: string
Optional onboarding_general_meet_hash?: string | null
onboarding_init_at: string
Optional onboarding_participant_application_hash?: string | null
Optional onboarding_privacy_agreement_hash?: string | null
Optional onboarding_signature_agreement_hash?: string | null
Optional onboarding_user_agreement_hash?: string | null
Optional onboarding_voskhod_membership_hash?: string | null
Optional onboarding_wallet_agreement_hash?: string | null
participant_application_done: boolean
privacy_agreement_done: boolean
signature_agreement_done: boolean
user_agreement_done: boolean
voskhod_membership_done: boolean
wallet_agreement_done: boolean
ChartOfAccountsItem: {
...on ChartOfAccountsItem: Omit<GraphQLTypes["ChartOfAccountsItem"], "...on ChartOfAccountsItem">;
__typename: "ChartOfAccountsItem";
available: string;
blocked: string;
displayId: string;
id: number;
name: string;
writeoff: string;
}
...on ChartOfAccountsItem: Omit<GraphQLTypes["ChartOfAccountsItem"], "...on ChartOfAccountsItem">
__typename: "ChartOfAccountsItem"
available: string
blocked: string
displayId: string
id: number
name: string
writeoff: string
ChatCoopCalendarEvent: {
...on ChatCoopCalendarEvent: Omit<GraphQLTypes["ChatCoopCalendarEvent"], "...on ChatCoopCalendarEvent">;
__typename: "ChatCoopCalendarEvent";
createdAt: GraphQLTypes["DateTime"];
createdByUsername: string;
description?: string | null;
endsAt?: GraphQLTypes["DateTime"] | null;
icsSequence: number;
id: string;
matrixRoomId: string;
startsAt: GraphQLTypes["DateTime"];
title: string;
updatedAt: GraphQLTypes["DateTime"];
}
...on ChatCoopCalendarEvent: Omit<GraphQLTypes["ChatCoopCalendarEvent"], "...on ChatCoopCalendarEvent">
__typename: "ChatCoopCalendarEvent"
createdByUsername: string
Optional description?: string | null
Optional endsAt?: GraphQLTypes["DateTime"] | null
icsSequence: number
id: string
matrixRoomId: string
title: string
ChatCoopCalendarIcsUrlResponse: {
...on ChatCoopCalendarIcsUrlResponse: Omit<GraphQLTypes["ChatCoopCalendarIcsUrlResponse"], "...on ChatCoopCalendarIcsUrlResponse">;
__typename: "ChatCoopCalendarIcsUrlResponse";
icsUrl: string;
}
...on ChatCoopCalendarIcsUrlResponse: Omit<GraphQLTypes["ChatCoopCalendarIcsUrlResponse"], "...on ChatCoopCalendarIcsUrlResponse">
__typename: "ChatCoopCalendarIcsUrlResponse"
icsUrl: string
ChatCoopCalendarRoomOption: {
...on ChatCoopCalendarRoomOption: Omit<GraphQLTypes["ChatCoopCalendarRoomOption"], "...on ChatCoopCalendarRoomOption">;
__typename: "ChatCoopCalendarRoomOption";
displayLabel: string;
matrixRoomId: string;
}
...on ChatCoopCalendarRoomOption: Omit<GraphQLTypes["ChatCoopCalendarRoomOption"], "...on ChatCoopCalendarRoomOption">
__typename: "ChatCoopCalendarRoomOption"
displayLabel: string
matrixRoomId: string
ChatcoopProjectCommunicationRoom: {
...on ChatcoopProjectCommunicationRoom: Omit<GraphQLTypes["ChatcoopProjectCommunicationRoom"], "...on ChatcoopProjectCommunicationRoom">;
__typename: "ChatcoopProjectCommunicationRoom";
displayLabel: string;
matrixRoomId: string;
}
...on ChatcoopProjectCommunicationRoom: Omit<GraphQLTypes["ChatcoopProjectCommunicationRoom"], "...on ChatcoopProjectCommunicationRoom">
__typename: "ChatcoopProjectCommunicationRoom"
displayLabel: string
matrixRoomId: string
ChatcoopRoomMessageLine: {
...on ChatcoopRoomMessageLine: Omit<GraphQLTypes["ChatcoopRoomMessageLine"], "...on ChatcoopRoomMessageLine">;
__typename: "ChatcoopRoomMessageLine";
authorLabel: string;
bodyText: string;
coopUsername?: string | null;
kind: GraphQLTypes["RoomMessageKind"];
originServerTs: number;
}
...on ChatcoopRoomMessageLine: Omit<GraphQLTypes["ChatcoopRoomMessageLine"], "...on ChatcoopRoomMessageLine">
__typename: "ChatcoopRoomMessageLine"
authorLabel: string
bodyText: string
Optional coopUsername?: string | null
kind: GraphQLTypes["RoomMessageKind"]
originServerTs: number
CheckMatrixUsernameInput: {
username: string;
}
CloseProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
CommitApproveInput: {
commit_hash: string;
coopname: string;
}
commit_hash: string
coopname: string
CommitDeclineInput: {
commit_hash: string;
coopname: string;
reason: string;
}
commit_hash: string
coopname: string
reason: string
CommonRequestInput: {
currency: string;
hash: string;
program_id: number;
title: string;
total_cost: string;
type: string;
unit_cost: string;
unit_of_measurement: string;
units: number;
}
currency: string
hash: string
program_id: number
title: string
total_cost: string
type: string
unit_cost: string
unit_of_measurement: string
units: number
CompleteCapitalRegistrationInputDTO: {
about?: string | null;
blagorost_agreement?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
coopname: string;
generation_contract?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
hours_per_day?: number | null;
rate_per_hour?: string | null;
storage_agreement: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
}
Optional about?: string | null
Optional blagorost_agreement?: GraphQLTypes["SignedDigitalDocumentInput"] | null
coopname: string
Optional generation_contract?: GraphQLTypes["SignedDigitalDocumentInput"] | null
Optional generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null
Optional hours_per_day?: number | null
Optional rate_per_hour?: string | null
storage_agreement: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
CompleteProcessStepInput: {
instance_id: string;
step_id: string;
}
instance_id: string
step_id: string
CompleteRequestInput: {
coopname: string;
exchange_id: string;
username: string;
}
coopname: string
exchange_id: string
username: string
CompleteVotingInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
ComponentGenerationContractGenerateDocumentInput: {
block_num?: number | null;
component_hash: string;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
parent_project_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
component_hash: string
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
parent_project_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ConfigInput: {
authors_voting_percent: number;
coordinator_bonus_percent: number;
coordinator_invite_validity_days: number;
creators_voting_percent: number;
energy_decay_rate_per_day: number;
energy_gain_coefficient: number;
expense_pool_percent: number;
level_depth_base: number;
level_growth_coefficient: number;
voting_period_in_days: number;
}
authors_voting_percent: number
coordinator_bonus_percent: number
coordinator_invite_validity_days: number
creators_voting_percent: number
energy_decay_rate_per_day: number
energy_gain_coefficient: number
expense_pool_percent: number
level_depth_base: number
level_growth_coefficient: number
voting_period_in_days: number
ConfirmAgreementInput: {
administrator: string;
agreement_id: string;
coopname: string;
username: string;
}
administrator: string
agreement_id: string
coopname: string
username: string
ConfirmApproveInput: {
approval_hash: string;
approved_document?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
coopname: string;
}
approval_hash: string
Optional approved_document?: GraphQLTypes["SignedDigitalDocumentInput"] | null
coopname: string
ConfirmReceiveOnRequestInput: {
coopname: string;
document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"];
exchange_id: string;
username: string;
}
coopname: string
document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"]
exchange_id: string
username: string
ConfirmSupplyOnRequestInput: {
coopname: string;
document: GraphQLTypes["AssetContributionActSignedDocumentInput"];
exchange_id: string;
username: string;
}
coopname: string
document: GraphQLTypes["AssetContributionActSignedDocumentInput"]
exchange_id: string
username: string
ContactsDTO: {
...on ContactsDTO: Omit<GraphQLTypes["ContactsDTO"], "...on ContactsDTO">;
__typename: "ContactsDTO";
chairman: GraphQLTypes["PublicChairman"];
details: GraphQLTypes["OrganizationDetails"];
email: string;
full_address: string;
full_name: string;
phone: string;
}
...on ContactsDTO: Omit<GraphQLTypes["ContactsDTO"], "...on ContactsDTO">
__typename: "ContactsDTO"
chairman: GraphQLTypes["PublicChairman"]
details: GraphQLTypes["OrganizationDetails"]
email: string
full_address: string
full_name: string
phone: string
ContributorDocumentParameters: {
...on ContributorDocumentParameters: Omit<GraphQLTypes["ContributorDocumentParameters"], "...on ContributorDocumentParameters">;
__typename: "ContributorDocumentParameters";
blagorost_agreement_created_at?: string | null;
blagorost_agreement_number?: string | null;
blagorost_contributor_contract_created_at?: string | null;
blagorost_contributor_contract_number?: string | null;
blagorost_storage_agreement_created_at?: string | null;
blagorost_storage_agreement_number?: string | null;
generator_agreement_created_at?: string | null;
generator_agreement_number?: string | null;
}
...on ContributorDocumentParameters: Omit<GraphQLTypes["ContributorDocumentParameters"], "...on ContributorDocumentParameters">
__typename: "ContributorDocumentParameters"
Optional blagorost_agreement_created_at?: string | null
Optional blagorost_agreement_number?: string | null
Optional blagorost_contributor_contract_created_at?: string | null
Optional blagorost_contributor_contract_number?: string | null
Optional blagorost_storage_agreement_created_at?: string | null
Optional blagorost_storage_agreement_number?: string | null
Optional generator_agreement_created_at?: string | null
Optional generator_agreement_number?: string | null
ConvertSegmentInput: {
capital_amount: string;
convert_hash: string;
convert_statement: GraphQLTypes["SignedDigitalDocumentInput"];
coopname: string;
project_hash: string;
username: string;
wallet_amount: string;
}
capital_amount: string
convert_hash: string
convert_statement: GraphQLTypes["SignedDigitalDocumentInput"]
coopname: string
project_hash: string
username: string
wallet_amount: string
ConvertToAxonStatementGenerateDocumentInput: {
block_num?: number | null;
convert_amount: string;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
convert_amount: string
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ConvertToAxonStatementSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ConvertToAxonStatementSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ConvertToAxonStatementSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ConvertToAxonStatementSignedMetaDocumentInput: {
block_num: number;
convert_amount: string;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
convert_amount: string
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
timezone: string
title: string
username: string
version: string
CooperativeOperatorAccount: {
...on CooperativeOperatorAccount: Omit<GraphQLTypes["CooperativeOperatorAccount"], "...on CooperativeOperatorAccount">;
__typename: "CooperativeOperatorAccount";
active_participants_count: number;
announce: string;
coop_type: string;
created_at: string;
description: string;
document: GraphQLTypes["SignedBlockchainDocument"];
initial: string;
is_branched: boolean;
is_cooperative: boolean;
is_enrolled: boolean;
meta: string;
minimum: string;
org_initial: string;
org_minimum: string;
org_registration: string;
parent_username: string;
referer: string;
registered_at: string;
registration: string;
registrator: string;
status: string;
storages: string[];
type: string;
username: string;
verifications: GraphQLTypes["Verification"][];
}
...on CooperativeOperatorAccount: Omit<GraphQLTypes["CooperativeOperatorAccount"], "...on CooperativeOperatorAccount">
__typename: "CooperativeOperatorAccount"
active_participants_count: number
announce: string
coop_type: string
created_at: string
description: string
document: GraphQLTypes["SignedBlockchainDocument"]
initial: string
is_branched: boolean
is_cooperative: boolean
is_enrolled: boolean
meta: string
minimum: string
org_initial: string
org_minimum: string
org_registration: string
parent_username: string
referer: string
registered_at: string
registration: string
registrator: string
status: string
storages: string[]
type: string
username: string
verifications: GraphQLTypes["Verification"][]
CreateAnnualGeneralMeetInput: {
agenda: GraphQLTypes["AgendaGeneralMeetPointInput"][];
close_at: GraphQLTypes["DateTime"];
coopname: string;
details?: string | null;
initiator: string;
open_at: GraphQLTypes["DateTime"];
presider: string;
proposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"];
secretary: string;
}
agenda: GraphQLTypes["AgendaGeneralMeetPointInput"][]
coopname: string
Optional details?: string | null
initiator: string
presider: string
proposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"]
secretary: string
CreateBranchInput: {
based_on: string;
braname: string;
coopname: string;
email: string;
fact_address: string;
full_name: string;
phone: string;
short_name: string;
trustee: string;
}
based_on: string
braname: string
coopname: string
email: string
fact_address: string
full_name: string
phone: string
short_name: string
trustee: string
CreateChatCoopCalendarEventInput: {
description?: string | null;
endsAt?: GraphQLTypes["DateTime"] | null;
matrixRoomId: string;
startsAt: GraphQLTypes["DateTime"];
title: string;
}
Optional description?: string | null
Optional endsAt?: GraphQLTypes["DateTime"] | null
matrixRoomId: string
title: string
CreateChildOrderInput: {
coopname: string;
data: string;
document: GraphQLTypes["ReturnByAssetStatementSignedDocumentInput"];
meta: string;
parent_id: number;
product_lifecycle_secs: number;
program_id: number;
unit_cost: string;
units: number;
username: string;
}
coopname: string
data: string
document: GraphQLTypes["ReturnByAssetStatementSignedDocumentInput"]
meta: string
parent_id: number
product_lifecycle_secs: number
program_id: number
unit_cost: string
units: number
username: string
CreateCommitInput: {
commit_hours: number;
coopname: string;
data?: GraphQLTypes["JSON"] | null;
description: string;
meta: string;
project_hash: string;
username: string;
}
commit_hours: number
coopname: string
Optional data?: GraphQLTypes["JSON"] | null
description: string
meta: string
project_hash: string
username: string
CreateCycleInput: {
end_date: string;
name: string;
start_date: string;
status?: GraphQLTypes["CycleStatus"] | null;
}
end_date: string
name: string
start_date: string
Optional status?: GraphQLTypes["CycleStatus"] | null
CreateDebtInput: {
amount: string;
coopname: string;
debt_hash: string;
project_hash: string;
repaid_at: string;
statement: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
}
amount: string
coopname: string
debt_hash: string
project_hash: string
repaid_at: string
statement: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
CreateDepositPaymentInput: {
quantity: number;
symbol: string;
username: string;
}
quantity: number
symbol: string
username: string
CreateEntrepreneurDataInput: {
bank_account: GraphQLTypes["BankAccountInput"];
birthdate: string;
city: string;
country: GraphQLTypes["Country"];
details: GraphQLTypes["EntrepreneurDetailsInput"];
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
phone: string;
}
bank_account: GraphQLTypes["BankAccountInput"]
birthdate: string
city: string
details: GraphQLTypes["EntrepreneurDetailsInput"]
first_name: string
full_address: string
last_name: string
middle_name: string
phone: string
CreateExpenseInput: {
amount: string;
coopname: string;
creator: string;
description: string;
expense_hash: string;
project_hash: string;
statement: GraphQLTypes["SignedDigitalDocumentInput"];
}
amount: string
coopname: string
creator: string
description: string
expense_hash: string
project_hash: string
statement: GraphQLTypes["SignedDigitalDocumentInput"]
CreateIndividualDataInput: {
birthdate: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
passport?: GraphQLTypes["PassportInput"] | null;
phone: string;
}
birthdate: string
first_name: string
full_address: string
last_name: string
middle_name: string
Optional passport?: GraphQLTypes["PassportInput"] | null
phone: string
CreateInitOrganizationDataInput: {
bank_account: GraphQLTypes["BankAccountInput"];
city: string;
country: string;
details: GraphQLTypes["OrganizationDetailsInput"];
email: string;
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedByInput"];
short_name: string;
type: GraphQLTypes["OrganizationType"];
}
bank_account: GraphQLTypes["BankAccountInput"]
city: string
country: string
details: GraphQLTypes["OrganizationDetailsInput"]
email: string
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedByInput"]
short_name: string
type: GraphQLTypes["OrganizationType"]
CreateInitialPaymentInput: {
username: string;
}
CreateIssueInput: {
attachments?: string[] | null;
coopname: string;
creators?: string[] | null;
cycle_id?: string | null;
description?: string | null;
estimate?: number | null;
labels?: string[] | null;
priority?: GraphQLTypes["IssuePriority"] | null;
project_hash: string;
sort_order?: number | null;
status?: GraphQLTypes["IssueStatus"] | null;
submaster?: string | null;
title: string;
}
Optional attachments?: string[] | null
coopname: string
Optional creators?: string[] | null
Optional cycle_id?: string | null
Optional description?: string | null
Optional estimate?: number | null
Optional labels?: string[] | null
Optional priority?: GraphQLTypes["IssuePriority"] | null
project_hash: string
Optional sort_order?: number | null
Optional status?: GraphQLTypes["IssueStatus"] | null
Optional submaster?: string | null
title: string
CreateMatrixAccountInputDTO: {
password: string;
username: string;
}
password: string
username: string
CreateOrganizationDataInput: {
bank_account: GraphQLTypes["BankAccountInput"];
city: string;
country: string;
details: GraphQLTypes["OrganizationDetailsInput"];
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedByInput"];
short_name: string;
type: GraphQLTypes["OrganizationType"];
}
bank_account: GraphQLTypes["BankAccountInput"]
city: string
country: string
details: GraphQLTypes["OrganizationDetailsInput"]
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedByInput"]
short_name: string
type: GraphQLTypes["OrganizationType"]
CreateParentOfferInput: {
coopname: string;
data: string;
meta: string;
parent_id: number;
product_lifecycle_secs: number;
program_id: number;
unit_cost: string;
units: number;
username: string;
}
coopname: string
data: string
meta: string
parent_id: number
product_lifecycle_secs: number
program_id: number
unit_cost: string
units: number
username: string
CreateProcessTemplateInput: {
description?: string | null;
project_hash: string;
title: string;
}
Optional description?: string | null
project_hash: string
title: string
CreateProgramInvestInput: {
amount: string;
coopname: string;
statement: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"];
username: string;
}
amount: string
coopname: string
statement: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"]
username: string
CreateProgramPropertyInput: {
coopname: string;
property_amount: string;
property_description: string;
property_hash: string;
statement: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
}
coopname: string
property_amount: string
property_description: string
property_hash: string
statement: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
CreateProjectFreeDecisionInput: {
decision: string;
question: string;
title?: string | null;
}
decision: string
question: string
Optional title?: string | null
CreateProjectInput: {
coopname: string;
data: string;
description: string;
invite: string;
meta: string;
parent_hash: string;
project_hash: string;
title: string;
}
coopname: string
data: string
description: string
invite: string
meta: string
parent_hash: string
project_hash: string
title: string
CreateProjectInvestInput: {
amount: string;
coopname: string;
project_hash: string;
statement: GraphQLTypes["GenerationMoneyInvestStatementSignedDocumentInput"];
username: string;
}
amount: string
coopname: string
project_hash: string
statement: GraphQLTypes["GenerationMoneyInvestStatementSignedDocumentInput"]
username: string
CreateProjectPropertyInput: {
coopname: string;
project_hash: string;
property_amount: string;
property_description: string;
property_hash: string;
username: string;
}
coopname: string
project_hash: string
property_amount: string
property_description: string
property_hash: string
username: string
CreateSovietIndividualDataInput: {
birthdate: string;
email: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
passport?: GraphQLTypes["PassportInput"] | null;
phone: string;
}
birthdate: string
email: string
first_name: string
full_address: string
last_name: string
middle_name: string
Optional passport?: GraphQLTypes["PassportInput"] | null
phone: string
CreateStoryInput: {
content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null;
coopname: string;
description?: string | null;
issue_hash?: string | null;
project_hash?: string | null;
sort_order?: number | null;
status?: GraphQLTypes["StoryStatus"] | null;
story_hash: string;
title: string;
}
Optional content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null
coopname: string
Optional description?: string | null
Optional issue_hash?: string | null
Optional project_hash?: string | null
Optional sort_order?: number | null
Optional status?: GraphQLTypes["StoryStatus"] | null
story_hash: string
title: string
CreateSubscriptionInput: {
subscription: GraphQLTypes["WebPushSubscriptionDataInput"];
userAgent?: string | null;
username: string;
}
subscription: GraphQLTypes["WebPushSubscriptionDataInput"]
Optional userAgent?: string | null
username: string
CreateSubscriptionResponse: {
...on CreateSubscriptionResponse: Omit<GraphQLTypes["CreateSubscriptionResponse"], "...on CreateSubscriptionResponse">;
__typename: "CreateSubscriptionResponse";
message: string;
subscription: GraphQLTypes["WebPushSubscriptionDto"];
success: boolean;
}
...on CreateSubscriptionResponse: Omit<GraphQLTypes["CreateSubscriptionResponse"], "...on CreateSubscriptionResponse">
__typename: "CreateSubscriptionResponse"
message: string
subscription: GraphQLTypes["WebPushSubscriptionDto"]
success: boolean
CreateWithdrawInput: {
coopname: string;
method_id: string;
payment_hash: string;
quantity: number;
statement: GraphQLTypes["ReturnByMoneySignedDocumentInput"];
symbol: string;
username: string;
}
coopname: string
method_id: string
payment_hash: string
quantity: number
statement: GraphQLTypes["ReturnByMoneySignedDocumentInput"]
symbol: string
username: string
CreateWithdrawResponse: {
...on CreateWithdrawResponse: Omit<GraphQLTypes["CreateWithdrawResponse"], "...on CreateWithdrawResponse">;
__typename: "CreateWithdrawResponse";
withdraw_hash: string;
}
...on CreateWithdrawResponse: Omit<GraphQLTypes["CreateWithdrawResponse"], "...on CreateWithdrawResponse">
__typename: "CreateWithdrawResponse"
withdraw_hash: string
CreatedProjectFreeDecision: {
...on CreatedProjectFreeDecision: Omit<GraphQLTypes["CreatedProjectFreeDecision"], "...on CreatedProjectFreeDecision">;
__typename: "CreatedProjectFreeDecision";
decision: string;
id: string;
question: string;
title?: string | null;
}
...on CreatedProjectFreeDecision: Omit<GraphQLTypes["CreatedProjectFreeDecision"], "...on CreatedProjectFreeDecision">
__typename: "CreatedProjectFreeDecision"
decision: string
id: string
question: string
Optional title?: string | null
CurrentInstanceDTO: {
...on CurrentInstanceDTO: Omit<GraphQLTypes["CurrentInstanceDTO"], "...on CurrentInstanceDTO">;
__typename: "CurrentInstanceDTO";
blockchain_status: string;
description: string;
domain: string;
image: string;
is_delegated: boolean;
is_valid: boolean;
progress: number;
status: GraphQLTypes["InstanceStatus"];
title: string;
}
...on CurrentInstanceDTO: Omit<GraphQLTypes["CurrentInstanceDTO"], "...on CurrentInstanceDTO">
__typename: "CurrentInstanceDTO"
blockchain_status: string
description: string
domain: string
image: string
is_delegated: boolean
is_valid: boolean
progress: number
status: GraphQLTypes["InstanceStatus"]
title: string
CurrentTableState: {
...on CurrentTableState: Omit<GraphQLTypes["CurrentTableState"], "...on CurrentTableState">;
__typename: "CurrentTableState";
block_num: number;
code: string;
created_at: GraphQLTypes["DateTime"];
primary_key: string;
scope: string;
table: string;
value?: GraphQLTypes["JSON"] | null;
}
...on CurrentTableState: Omit<GraphQLTypes["CurrentTableState"], "...on CurrentTableState">
__typename: "CurrentTableState"
block_num: number
code: string
primary_key: string
scope: string
table: string
Optional value?: GraphQLTypes["JSON"] | null
CurrentTableStatesFiltersInput: {
code?: string | null;
scope?: string | null;
table?: string | null;
}
Optional code?: string | null
Optional scope?: string | null
Optional table?: string | null
DateTime: "scalar" & {
name: "DateTime";
}
DeactivateSubscriptionInput: {
subscriptionId: string;
}
DebtFilter: {
projectHash?: string | null;
status?: string | null;
username?: string | null;
}
Optional projectHash?: string | null
Optional status?: string | null
Optional username?: string | null
DecisionDetailAggregate: {
...on DecisionDetailAggregate: Omit<GraphQLTypes["DecisionDetailAggregate"], "...on DecisionDetailAggregate">;
__typename: "DecisionDetailAggregate";
action: GraphQLTypes["ExtendedBlockchainAction"];
documentAggregate: GraphQLTypes["DocumentAggregate"];
votes_against: GraphQLTypes["ExtendedBlockchainAction"][];
votes_for: GraphQLTypes["ExtendedBlockchainAction"][];
}
...on DecisionDetailAggregate: Omit<GraphQLTypes["DecisionDetailAggregate"], "...on DecisionDetailAggregate">
__typename: "DecisionDetailAggregate"
action: GraphQLTypes["ExtendedBlockchainAction"]
documentAggregate: GraphQLTypes["DocumentAggregate"]
votes_against: GraphQLTypes["ExtendedBlockchainAction"][]
votes_for: GraphQLTypes["ExtendedBlockchainAction"][]
DeclineAgreementInput: {
administrator: string;
agreement_id: string;
comment: string;
coopname: string;
username: string;
}
administrator: string
agreement_id: string
comment: string
coopname: string
username: string
DeclineApproveInput: {
approval_hash: string;
coopname: string;
reason: string;
}
approval_hash: string
coopname: string
reason: string
DeclineRequestInput: {
coopname: string;
exchange_id: number;
meta: string;
username: string;
}
coopname: string
exchange_id: number
meta: string
username: string
DeleteBranchInput: {
braname: string;
coopname: string;
}
braname: string
coopname: string
DeleteCapitalIssueByHashInput: {
issue_hash: string;
}
DeleteCapitalStoryByHashInput: {
story_hash: string;
}
DeletePaymentMethodInput: {
method_id: string;
username: string;
}
method_id: string
username: string
DeleteProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
DeleteTrustedAccountInput: {
braname: string;
coopname: string;
trusted: string;
}
braname: string
coopname: string
trusted: string
DeliverOnRequestInput: {
coopname: string;
exchange_id: number;
username: string;
}
coopname: string
exchange_id: number
username: string
Delta: {
...on Delta: Omit<GraphQLTypes["Delta"], "...on Delta">;
__typename: "Delta";
block_id: string;
block_num: number;
chain_id: string;
code: string;
created_at: GraphQLTypes["DateTime"];
id: string;
present: boolean;
primary_key: string;
scope: string;
table: string;
value?: GraphQLTypes["JSON"] | null;
}
...on Delta: Omit<GraphQLTypes["Delta"], "...on Delta">
__typename: "Delta"
block_id: string
block_num: number
chain_id: string
code: string
id: string
present: boolean
primary_key: string
scope: string
table: string
Optional value?: GraphQLTypes["JSON"] | null
DeltaFiltersInput: {
block_num?: number | null;
code?: string | null;
present?: boolean | null;
primary_key?: string | null;
scope?: string | null;
table?: string | null;
}
Optional block_num?: number | null
Optional code?: string | null
Optional present?: boolean | null
Optional primary_key?: string | null
Optional scope?: string | null
Optional table?: string | null
Desktop: {
...on Desktop: Omit<GraphQLTypes["Desktop"], "...on Desktop">;
__typename: "Desktop";
authorizedHome: string;
coopname: string;
layout: string;
nonAuthorizedHome: string;
workspaces: GraphQLTypes["DesktopWorkspace"][];
}
...on Desktop: Omit<GraphQLTypes["Desktop"], "...on Desktop">
__typename: "Desktop"
authorizedHome: string
coopname: string
layout: string
nonAuthorizedHome: string
workspaces: GraphQLTypes["DesktopWorkspace"][]
DesktopConfig: {
...on DesktopConfig: Omit<GraphQLTypes["DesktopConfig"], "...on DesktopConfig">;
__typename: "DesktopConfig";
defaultRoute?: string | null;
icon?: string | null;
name: string;
title: string;
}
...on DesktopConfig: Omit<GraphQLTypes["DesktopConfig"], "...on DesktopConfig">
__typename: "DesktopConfig"
Optional defaultRoute?: string | null
Optional icon?: string | null
name: string
title: string
DesktopWorkspace: {
...on DesktopWorkspace: Omit<GraphQLTypes["DesktopWorkspace"], "...on DesktopWorkspace">;
__typename: "DesktopWorkspace";
defaultRoute?: string | null;
extension_name: string;
icon?: string | null;
name: string;
title: string;
}
...on DesktopWorkspace: Omit<GraphQLTypes["DesktopWorkspace"], "...on DesktopWorkspace">
__typename: "DesktopWorkspace"
Optional defaultRoute?: string | null
extension_name: string
Optional icon?: string | null
name: string
title: string
DisputeOnRequestInput: {
coopname: string;
document: GraphQLTypes["JSONObject"];
exchange_id: number;
username: string;
}
coopname: string
exchange_id: number
username: string
DocumentAggregate: {
...on DocumentAggregate: Omit<GraphQLTypes["DocumentAggregate"], "...on DocumentAggregate">;
__typename: "DocumentAggregate";
document: GraphQLTypes["SignedDigitalDocument"];
hash: string;
rawDocument?: GraphQLTypes["GeneratedDocument"] | null;
}
...on DocumentAggregate: Omit<GraphQLTypes["DocumentAggregate"], "...on DocumentAggregate">
__typename: "DocumentAggregate"
document: GraphQLTypes["SignedDigitalDocument"]
hash: string
Optional rawDocument?: GraphQLTypes["GeneratedDocument"] | null
DocumentPackageAggregate: {
...on DocumentPackageAggregate: Omit<GraphQLTypes["DocumentPackageAggregate"], "...on DocumentPackageAggregate">;
__typename: "DocumentPackageAggregate";
acts: GraphQLTypes["ActDetailAggregate"][];
decision?: GraphQLTypes["DecisionDetailAggregate"] | null;
links: GraphQLTypes["DocumentAggregate"][];
statement?: GraphQLTypes["StatementDetailAggregate"] | null;
}
...on DocumentPackageAggregate: Omit<GraphQLTypes["DocumentPackageAggregate"], "...on DocumentPackageAggregate">
__typename: "DocumentPackageAggregate"
acts: GraphQLTypes["ActDetailAggregate"][]
Optional decision?: GraphQLTypes["DecisionDetailAggregate"] | null
links: GraphQLTypes["DocumentAggregate"][]
Optional statement?: GraphQLTypes["StatementDetailAggregate"] | null
DocumentsAggregatePaginationResult: {
...on DocumentsAggregatePaginationResult: Omit<GraphQLTypes["DocumentsAggregatePaginationResult"], "...on DocumentsAggregatePaginationResult">;
__typename: "DocumentsAggregatePaginationResult";
currentPage: number;
items: GraphQLTypes["DocumentPackageAggregate"][];
totalCount: number;
totalPages: number;
}
...on DocumentsAggregatePaginationResult: Omit<GraphQLTypes["DocumentsAggregatePaginationResult"], "...on DocumentsAggregatePaginationResult">
__typename: "DocumentsAggregatePaginationResult"
currentPage: number
items: GraphQLTypes["DocumentPackageAggregate"][]
totalCount: number
totalPages: number
EditBranchInput: {
based_on: string;
braname: string;
coopname: string;
email: string;
fact_address: string;
full_name: string;
phone: string;
short_name: string;
trustee: string;
}
based_on: string
braname: string
coopname: string
email: string
fact_address: string
full_name: string
phone: string
short_name: string
trustee: string
EditContributorInput: {
about?: string | null;
coopname: string;
hours_per_day?: number | null;
rate_per_hour?: string | null;
username: string;
}
Optional about?: string | null
coopname: string
Optional hours_per_day?: number | null
Optional rate_per_hour?: string | null
username: string
EditProjectInput: {
coopname: string;
data: string;
description: string;
invite: string;
meta: string;
project_hash: string;
title: string;
}
coopname: string
data: string
description: string
invite: string
meta: string
project_hash: string
title: string
Entrepreneur: {
...on Entrepreneur: Omit<GraphQLTypes["Entrepreneur"], "...on Entrepreneur">;
__typename: "Entrepreneur";
birthdate: string;
city: string;
country: string;
details: GraphQLTypes["EntrepreneurDetails"];
email: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
phone: string;
username: string;
}
...on Entrepreneur: Omit<GraphQLTypes["Entrepreneur"], "...on Entrepreneur">
__typename: "Entrepreneur"
birthdate: string
city: string
country: string
details: GraphQLTypes["EntrepreneurDetails"]
email: string
first_name: string
full_address: string
last_name: string
middle_name: string
phone: string
username: string
EntrepreneurCertificate: {
...on EntrepreneurCertificate: Omit<GraphQLTypes["EntrepreneurCertificate"], "...on EntrepreneurCertificate">;
__typename: "EntrepreneurCertificate";
first_name: string;
inn: string;
last_name: string;
middle_name?: string | null;
type: GraphQLTypes["AccountType"];
username: string;
}
...on EntrepreneurCertificate: Omit<GraphQLTypes["EntrepreneurCertificate"], "...on EntrepreneurCertificate">
__typename: "EntrepreneurCertificate"
first_name: string
inn: string
last_name: string
Optional middle_name?: string | null
username: string
EntrepreneurDetails: {
...on EntrepreneurDetails: Omit<GraphQLTypes["EntrepreneurDetails"], "...on EntrepreneurDetails">;
__typename: "EntrepreneurDetails";
inn: string;
ogrn: string;
}
...on EntrepreneurDetails: Omit<GraphQLTypes["EntrepreneurDetails"], "...on EntrepreneurDetails">
__typename: "EntrepreneurDetails"
inn: string
ogrn: string
EntrepreneurDetailsInput: {
inn: string;
ogrn: string;
}
ExpenseFilter: {
fundId?: string | null;
projectHash?: string | null;
status?: string | null;
username?: string | null;
}
Optional fundId?: string | null
Optional projectHash?: string | null
Optional status?: string | null
Optional username?: string | null
ExtendedBlockchainAction: {
...on ExtendedBlockchainAction: Omit<GraphQLTypes["ExtendedBlockchainAction"], "...on ExtendedBlockchainAction">;
__typename: "ExtendedBlockchainAction";
account: string;
account_ram_deltas: GraphQLTypes["AccountRamDelta"][];
action_ordinal: number;
actor_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
authorization: GraphQLTypes["ActionAuthorization"][];
block_id: string;
block_num: number;
chain_id: string;
console: string;
context_free: boolean;
creator_action_ordinal: number;
data: GraphQLTypes["JSON"];
elapsed: number;
global_sequence: string;
name: string;
receipt: GraphQLTypes["ActionReceipt"];
receiver: string;
transaction_id: string;
}
...on ExtendedBlockchainAction: Omit<GraphQLTypes["ExtendedBlockchainAction"], "...on ExtendedBlockchainAction">
__typename: "ExtendedBlockchainAction"
account: string
account_ram_deltas: GraphQLTypes["AccountRamDelta"][]
action_ordinal: number
Optional actor_certificate?: GraphQLTypes["UserCertificateUnion"] | null
authorization: GraphQLTypes["ActionAuthorization"][]
block_id: string
block_num: number
chain_id: string
console: string
context_free: boolean
creator_action_ordinal: number
elapsed: number
global_sequence: string
name: string
receipt: GraphQLTypes["ActionReceipt"]
receiver: string
transaction_id: string
Extension: {
...on Extension: Omit<GraphQLTypes["Extension"], "...on Extension">;
__typename: "Extension";
config?: GraphQLTypes["JSON"] | null;
created_at: GraphQLTypes["DateTime"];
description?: string | null;
desktops?: GraphQLTypes["DesktopConfig"][] | null;
enabled: boolean;
external_url?: string | null;
image?: string | null;
instructions: string;
is_available: boolean;
is_builtin: boolean;
is_installed: boolean;
is_internal: boolean;
name: string;
readme: string;
schema?: GraphQLTypes["JSON"] | null;
tags: string[];
title?: string | null;
updated_at: GraphQLTypes["DateTime"];
}
...on Extension: Omit<GraphQLTypes["Extension"], "...on Extension">
__typename: "Extension"
Optional config?: GraphQLTypes["JSON"] | null
Optional description?: string | null
Optional desktops?: GraphQLTypes["DesktopConfig"][] | null
enabled: boolean
Optional external_url?: string | null
Optional image?: string | null
instructions: string
is_available: boolean
is_builtin: boolean
is_installed: boolean
is_internal: boolean
name: string
readme: string
Optional schema?: GraphQLTypes["JSON"] | null
tags: string[]
Optional title?: string | null
ExtensionInput: {
config: GraphQLTypes["JSON"];
created_at?: GraphQLTypes["DateTime"] | null;
enabled: boolean;
name: string;
updated_at?: GraphQLTypes["DateTime"] | null;
}
Optional created_at?: GraphQLTypes["DateTime"] | null
enabled: boolean
name: string
Optional updated_at?: GraphQLTypes["DateTime"] | null
ExtensionLog: {
...on ExtensionLog: Omit<GraphQLTypes["ExtensionLog"], "...on ExtensionLog">;
__typename: "ExtensionLog";
created_at: GraphQLTypes["DateTime"];
data?: string | null;
extension_local_id: number;
id: number;
name: string;
updated_at: GraphQLTypes["DateTime"];
}
...on ExtensionLog: Omit<GraphQLTypes["ExtensionLog"], "...on ExtensionLog">
__typename: "ExtensionLog"
Optional data?: string | null
extension_local_id: number
id: number
name: string
ExtensionLogsPaginationResult: {
...on ExtensionLogsPaginationResult: Omit<GraphQLTypes["ExtensionLogsPaginationResult"], "...on ExtensionLogsPaginationResult">;
__typename: "ExtensionLogsPaginationResult";
currentPage: number;
items: GraphQLTypes["ExtensionLog"][];
totalCount: number;
totalPages: number;
}
...on ExtensionLogsPaginationResult: Omit<GraphQLTypes["ExtensionLogsPaginationResult"], "...on ExtensionLogsPaginationResult">
__typename: "ExtensionLogsPaginationResult"
currentPage: number
items: GraphQLTypes["ExtensionLog"][]
totalCount: number
totalPages: number
FinalizeProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
FreeDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
project_id: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
project_id: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
FundProgramInput: {
amount: string;
coopname: string;
memo: string;
}
amount: string
coopname: string
memo: string
GatewayPayment: {
...on GatewayPayment: Omit<GraphQLTypes["GatewayPayment"], "...on GatewayPayment">;
__typename: "GatewayPayment";
blockchain_data?: GraphQLTypes["JSON"] | null;
can_change_status: boolean;
coopname: string;
created_at: GraphQLTypes["DateTime"];
direction: GraphQLTypes["PaymentDirection"];
direction_label: string;
expired_at?: GraphQLTypes["DateTime"] | null;
formatted_amount: string;
hash?: string | null;
id?: GraphQLTypes["ID"] | null;
income_hash?: string | null;
is_final: boolean;
memo?: string | null;
message?: string | null;
outcome_hash?: string | null;
payment_details?: GraphQLTypes["PaymentDetails"] | null;
payment_method_id?: string | null;
provider?: string | null;
quantity: number;
statement?: GraphQLTypes["JSON"] | null;
status: GraphQLTypes["PaymentStatus"];
status_label: string;
symbol: string;
type: GraphQLTypes["PaymentType"];
type_label: string;
updated_at?: GraphQLTypes["DateTime"] | null;
username: string;
username_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
}
...on GatewayPayment: Omit<GraphQLTypes["GatewayPayment"], "...on GatewayPayment">
__typename: "GatewayPayment"
Optional blockchain_data?: GraphQLTypes["JSON"] | null
can_change_status: boolean
coopname: string
direction: GraphQLTypes["PaymentDirection"]
direction_label: string
Optional expired_at?: GraphQLTypes["DateTime"] | null
formatted_amount: string
Optional hash?: string | null
Optional id?: GraphQLTypes["ID"] | null
Optional income_hash?: string | null
is_final: boolean
Optional memo?: string | null
Optional message?: string | null
Optional outcome_hash?: string | null
Optional payment_details?: GraphQLTypes["PaymentDetails"] | null
Optional payment_method_id?: string | null
Optional provider?: string | null
quantity: number
Optional statement?: GraphQLTypes["JSON"] | null
status: GraphQLTypes["PaymentStatus"]
status_label: string
symbol: string
type_label: string
Optional updated_at?: GraphQLTypes["DateTime"] | null
username: string
Optional username_certificate?: GraphQLTypes["UserCertificateUnion"] | null
GenerateAnyDocumentInput: {
data: GraphQLTypes["JSON"];
options?: GraphQLTypes["GenerateDocumentOptionsInput"] | null;
}
Optional options?: GraphQLTypes["GenerateDocumentOptionsInput"] | null
GenerateCapitalRegistrationDocumentsInputDTO: {
coopname: string;
lang?: string | null;
username: string;
}
coopname: string
Optional lang?: string | null
username: string
GenerateCapitalRegistrationDocumentsOutputDTO: {
...on GenerateCapitalRegistrationDocumentsOutputDTO: Omit<GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"], "...on GenerateCapitalRegistrationDocumentsOutputDTO">;
__typename: "GenerateCapitalRegistrationDocumentsOutputDTO";
blagorost_agreement?: GraphQLTypes["GeneratedDocument"] | null;
generation_contract?: GraphQLTypes["GeneratedDocument"] | null;
generator_offer?: GraphQLTypes["GeneratedDocument"] | null;
storage_agreement?: GraphQLTypes["GeneratedDocument"] | null;
}
...on GenerateCapitalRegistrationDocumentsOutputDTO: Omit<GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"], "...on GenerateCapitalRegistrationDocumentsOutputDTO">
__typename: "GenerateCapitalRegistrationDocumentsOutputDTO"
Optional blagorost_agreement?: GraphQLTypes["GeneratedDocument"] | null
Optional generation_contract?: GraphQLTypes["GeneratedDocument"] | null
Optional generator_offer?: GraphQLTypes["GeneratedDocument"] | null
Optional storage_agreement?: GraphQLTypes["GeneratedDocument"] | null
GenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
GenerateDocumentOptionsInput: {
lang?: string | null;
skip_save?: boolean | null;
}
Optional lang?: string | null
Optional skip_save?: boolean | null
GenerateRegistrationDocumentsInput: {
account_type: GraphQLTypes["AccountType"];
coopname: string;
program_key?: string | null;
username: string;
}
account_type: GraphQLTypes["AccountType"]
coopname: string
Optional program_key?: string | null
username: string
GenerateRegistrationDocumentsOutput: {
...on GenerateRegistrationDocumentsOutput: Omit<GraphQLTypes["GenerateRegistrationDocumentsOutput"], "...on GenerateRegistrationDocumentsOutput">;
__typename: "GenerateRegistrationDocumentsOutput";
account_type: GraphQLTypes["AccountType"];
documents: GraphQLTypes["GeneratedRegistrationDocument"][];
username: string;
}
...on GenerateRegistrationDocumentsOutput: Omit<GraphQLTypes["GenerateRegistrationDocumentsOutput"], "...on GenerateRegistrationDocumentsOutput">
__typename: "GenerateRegistrationDocumentsOutput"
account_type: GraphQLTypes["AccountType"]
documents: GraphQLTypes["GeneratedRegistrationDocument"][]
username: string
GenerateReportInput: {
period?: number | null;
reportType: GraphQLTypes["ReportType"];
year: number;
}
Optional period?: number | null
reportType: GraphQLTypes["ReportType"]
year: number
GeneratedDocument: {
...on GeneratedDocument: Omit<GraphQLTypes["GeneratedDocument"], "...on GeneratedDocument">;
__typename: "GeneratedDocument";
binary: string;
full_title: string;
hash: string;
html: string;
meta: GraphQLTypes["JSON"];
}
...on GeneratedDocument: Omit<GraphQLTypes["GeneratedDocument"], "...on GeneratedDocument">
__typename: "GeneratedDocument"
binary: string
full_title: string
hash: string
html: string
GeneratedRegistrationDocument: {
...on GeneratedRegistrationDocument: Omit<GraphQLTypes["GeneratedRegistrationDocument"], "...on GeneratedRegistrationDocument">;
__typename: "GeneratedRegistrationDocument";
agreement_type: string;
checkbox_text: string;
document: GraphQLTypes["GeneratedDocument"];
id: string;
is_blockchain_agreement: boolean;
link_text: string;
link_to_statement: boolean;
order: number;
title: string;
}
...on GeneratedRegistrationDocument: Omit<GraphQLTypes["GeneratedRegistrationDocument"], "...on GeneratedRegistrationDocument">
__typename: "GeneratedRegistrationDocument"
agreement_type: string
checkbox_text: string
document: GraphQLTypes["GeneratedDocument"]
id: string
is_blockchain_agreement: boolean
link_text: string
link_to_statement: boolean
order: number
title: string
GeneratedReport: {
...on GeneratedReport: Omit<GraphQLTypes["GeneratedReport"], "...on GeneratedReport">;
__typename: "GeneratedReport";
errors: string[];
fileName: string;
isValid: boolean;
reportType: GraphQLTypes["ReportType"];
xml: string;
}
...on GeneratedReport: Omit<GraphQLTypes["GeneratedReport"], "...on GeneratedReport">
__typename: "GeneratedReport"
errors: string[]
fileName: string
isValid: boolean
reportType: GraphQLTypes["ReportType"]
xml: string
GenerationContractGenerateDocumentInput: {
block_num?: number | null;
contributor_hash: string;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
contributor_hash: string
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
GenerationContractSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["GenerationContractSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["GenerationContractSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
GenerationContractSignedMetaDocumentInput: {
block_num: number;
contributor_hash: string;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
contributor_hash: string
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
timezone: string
title: string
username: string
version: string
GenerationMoneyInvestStatementGenerateDocumentInput: {
amount: string;
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
project_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
amount: string
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
project_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
GenerationMoneyInvestStatementSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["GenerationMoneyInvestStatementSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["GenerationMoneyInvestStatementSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
GenerationMoneyInvestStatementSignedMetaDocumentInput: {
amount: string;
appendix_created_at: string;
appendix_hash: string;
block_num: number;
contributor_created_at: string;
contributor_hash: string;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
project_hash: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
amount: string
appendix_created_at: string
appendix_hash: string
block_num: number
contributor_created_at: string
contributor_hash: string
coopname: string
created_at: string
generator: string
lang: string
links: string[]
project_hash: string
registry_id: number
timezone: string
title: string
username: string
version: string
GenerationToMainWalletConvertStatementGenerateDocumentInput: {
appendix_hash: string;
blagorost_wallet_amount: string;
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
main_wallet_amount: string;
project_hash: string;
timezone?: string | null;
title?: string | null;
to_blagorost: boolean;
to_wallet: boolean;
username: string;
version?: string | null;
}
appendix_hash: string
blagorost_wallet_amount: string
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
main_wallet_amount: string
project_hash: string
Optional timezone?: string | null
Optional title?: string | null
to_blagorost: boolean
to_wallet: boolean
username: string
Optional version?: string | null
GetAccountInput: {
username: string;
}
GetAccountsInput: {
role?: string | null;
}
Optional role?: string | null
GetBranchesInput: {
braname?: string | null;
coopname: string;
}
Optional braname?: string | null
coopname: string
GetCapitalCommitByHashInput: {
commit_hash: string;
}
GetCapitalConfigInput: {
coopname: string;
}
GetCapitalIssueByHashInput: {
issue_hash: string;
}
GetCapitalIssueLogsInput: {
issue_hash: string;
}
GetCapitalLogsInput: {
filter?: GraphQLTypes["CapitalLogFilterInput"] | null;
pagination?: GraphQLTypes["PaginationInput"] | null;
}
Optional filter?: GraphQLTypes["CapitalLogFilterInput"] | null
Optional pagination?: GraphQLTypes["PaginationInput"] | null
GetCapitalStoryByHashInput: {
story_hash: string;
}
GetContributorInput: {
_id?: string | null;
contributor_hash?: string | null;
username?: string | null;
}
Optional _id?: string | null
Optional contributor_hash?: string | null
Optional username?: string | null
GetDebtInput: {
_id: string;
}
GetDocumentsInput: {
actions?: GraphQLTypes["DocumentAction"][] | null;
after_block?: number | null;
before_block?: number | null;
filter: GraphQLTypes["JSON"];
limit?: number | null;
page?: number | null;
type?: string | null;
username: string;
}
Optional actions?: GraphQLTypes["DocumentAction"][] | null
Optional after_block?: number | null
Optional before_block?: number | null
Optional limit?: number | null
Optional page?: number | null
Optional type?: string | null
username: string
GetExpenseInput: {
_id: string;
}
GetExtensionLogsInput: {
createdFrom?: GraphQLTypes["DateTime"] | null;
createdTo?: GraphQLTypes["DateTime"] | null;
name?: string | null;
}
Optional createdFrom?: GraphQLTypes["DateTime"] | null
Optional createdTo?: GraphQLTypes["DateTime"] | null
Optional name?: string | null
GetExtensionsInput: {
enabled?: boolean | null;
is_available?: boolean | null;
is_desktop?: boolean | null;
is_installed?: boolean | null;
name?: string | null;
}
Optional enabled?: boolean | null
Optional is_available?: boolean | null
Optional is_desktop?: boolean | null
Optional is_installed?: boolean | null
Optional name?: string | null
GetInstallationStatusInput: {
install_code: string;
}
GetInvestInput: {
_id: string;
}
GetLedgerHistoryInput: {
account_id?: number | null;
coopname: string;
limit?: number | null;
page?: number | null;
sortBy?: string | null;
sortOrder?: string | null;
}
Optional account_id?: number | null
coopname: string
Optional limit?: number | null
Optional page?: number | null
Optional sortBy?: string | null
Optional sortOrder?: string | null
GetLedgerInput: {
coopname: string;
}
GetMaxOriginServerTsForRoomInput: {
matrixRoomId: string;
}
GetMeetInput: {
coopname: string;
hash: string;
}
coopname: string
hash: string
GetMeetsInput: {
coopname: string;
}
GetOneCoopDocumentsInput: {
block_from: number;
block_to?: number | null;
limit?: number | null;
page?: number | null;
}
block_from: number
Optional block_to?: number | null
Optional limit?: number | null
Optional page?: number | null
GetPaymentMethodsInput: {
limit: number;
page: number;
sortBy?: string | null;
sortOrder: string;
username?: string | null;
}
limit: number
page: number
Optional sortBy?: string | null
sortOrder: string
Optional username?: string | null
GetProjectCommunicationRoomsInput: {
projectHash: string;
}
GetProjectInput: {
hash: string;
parent_hash?: string | null;
}
hash: string
Optional parent_hash?: string | null
GetProjectWithRelationsInput: {
projectHash: string;
}
GetResultInput: {
_id: string;
}
GetRoomMessagesForUtcDateInput: {
matrixRoomId: string;
utcDate: string;
}
matrixRoomId: string
utcDate: string
GetTranscriptionInput: {
id: string;
}
GetTranscriptionsInput: {
limit?: number | null;
matrixRoomId?: string | null;
offset?: number | null;
}
Optional limit?: number | null
Optional matrixRoomId?: string | null
Optional offset?: number | null
GetUserSubscriptionsInput: {
username: string;
}
GetVoteInput: {
_id: string;
}
ID: "scalar" & {
name: "ID";
}
ImportContributorInput: {
blagorost_agreement_created_at: string;
blagorost_agreement_number: string;
contribution_amount: string;
contributor_contract_created_at: string;
contributor_contract_number: string;
coopname: string;
memo?: string | null;
username: string;
}
blagorost_agreement_created_at: string
blagorost_agreement_number: string
contribution_amount: string
contributor_contract_created_at: string
contributor_contract_number: string
coopname: string
Optional memo?: string | null
username: string
Individual: {
...on Individual: Omit<GraphQLTypes["Individual"], "...on Individual">;
__typename: "Individual";
birthdate: string;
email: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
passport?: GraphQLTypes["Passport"] | null;
phone: string;
username: string;
}
...on Individual: Omit<GraphQLTypes["Individual"], "...on Individual">
__typename: "Individual"
birthdate: string
email: string
first_name: string
full_address: string
last_name: string
middle_name: string
Optional passport?: GraphQLTypes["Passport"] | null
phone: string
username: string
IndividualCertificate: {
...on IndividualCertificate: Omit<GraphQLTypes["IndividualCertificate"], "...on IndividualCertificate">;
__typename: "IndividualCertificate";
first_name: string;
last_name: string;
middle_name?: string | null;
type: GraphQLTypes["AccountType"];
username: string;
}
...on IndividualCertificate: Omit<GraphQLTypes["IndividualCertificate"], "...on IndividualCertificate">
__typename: "IndividualCertificate"
first_name: string
last_name: string
Optional middle_name?: string | null
username: string
Init: {
organization_data: GraphQLTypes["CreateInitOrganizationDataInput"];
}
organization_data: GraphQLTypes["CreateInitOrganizationDataInput"]
Install: {
soviet: GraphQLTypes["SovietMemberInput"][];
vars: GraphQLTypes["SetVarsInput"];
}
InstallationStatus: {
...on InstallationStatus: Omit<GraphQLTypes["InstallationStatus"], "...on InstallationStatus">;
__typename: "InstallationStatus";
has_private_account: boolean;
init_by_server?: boolean | null;
organization_data?: GraphQLTypes["OrganizationWithBankAccount"] | null;
}
...on InstallationStatus: Omit<GraphQLTypes["InstallationStatus"], "...on InstallationStatus">
__typename: "InstallationStatus"
has_private_account: boolean
Optional init_by_server?: boolean | null
Optional organization_data?: GraphQLTypes["OrganizationWithBankAccount"] | null
JSON: "scalar" & {
name: "JSON";
}
JSONObject: "scalar" & {
name: "JSONObject";
}
KeyWeight: {
...on KeyWeight: Omit<GraphQLTypes["KeyWeight"], "...on KeyWeight">;
__typename: "KeyWeight";
key: string;
weight: number;
}
...on KeyWeight: Omit<GraphQLTypes["KeyWeight"], "...on KeyWeight">
__typename: "KeyWeight"
key: string
weight: number
LedgerHistoryResponse: {
...on LedgerHistoryResponse: Omit<GraphQLTypes["LedgerHistoryResponse"], "...on LedgerHistoryResponse">;
__typename: "LedgerHistoryResponse";
currentPage: number;
items: GraphQLTypes["LedgerOperation"][];
totalCount: number;
totalPages: number;
}
...on LedgerHistoryResponse: Omit<GraphQLTypes["LedgerHistoryResponse"], "...on LedgerHistoryResponse">
__typename: "LedgerHistoryResponse"
currentPage: number
items: GraphQLTypes["LedgerOperation"][]
totalCount: number
totalPages: number
LedgerOperation: {
...on LedgerOperation: Omit<GraphQLTypes["LedgerOperation"], "...on LedgerOperation">;
__typename: "LedgerOperation";
account_id: number;
action: string;
comment?: string | null;
coopname: string;
created_at: GraphQLTypes["DateTime"];
global_sequence: number;
hash?: string | null;
quantity: string;
username?: string | null;
}
...on LedgerOperation: Omit<GraphQLTypes["LedgerOperation"], "...on LedgerOperation">
__typename: "LedgerOperation"
account_id: number
action: string
Optional comment?: string | null
coopname: string
global_sequence: number
Optional hash?: string | null
quantity: string
Optional username?: string | null
LedgerState: {
...on LedgerState: Omit<GraphQLTypes["LedgerState"], "...on LedgerState">;
__typename: "LedgerState";
chartOfAccounts: GraphQLTypes["ChartOfAccountsItem"][];
coopname: string;
}
...on LedgerState: Omit<GraphQLTypes["LedgerState"], "...on LedgerState">
__typename: "LedgerState"
chartOfAccounts: GraphQLTypes["ChartOfAccountsItem"][]
coopname: string
ListUtcDatesWithNewRoomMessagesInput: {
afterOriginServerTsExclusive: number;
matrixRoomId: string;
}
afterOriginServerTsExclusive: number
matrixRoomId: string
LoginInput: {
email: string;
now: string;
signature: string;
}
email: string
now: string
signature: string
LogoutInput: {
access_token: string;
refresh_token: string;
}
access_token: string
refresh_token: string
MakeClearanceInput: {
contribution?: string | null;
coopname: string;
document: GraphQLTypes["SignedDigitalDocumentInput"];
project_hash: string;
username: string;
}
Optional contribution?: string | null
coopname: string
document: GraphQLTypes["SignedDigitalDocumentInput"]
project_hash: string
username: string
MatrixAccountStatusResponseDTO: {
...on MatrixAccountStatusResponseDTO: Omit<GraphQLTypes["MatrixAccountStatusResponseDTO"], "...on MatrixAccountStatusResponseDTO">;
__typename: "MatrixAccountStatusResponseDTO";
hasAccount: boolean;
iframeUrl?: string | null;
matrixUsername?: string | null;
}
...on MatrixAccountStatusResponseDTO: Omit<GraphQLTypes["MatrixAccountStatusResponseDTO"], "...on MatrixAccountStatusResponseDTO">
__typename: "MatrixAccountStatusResponseDTO"
hasAccount: boolean
Optional iframeUrl?: string | null
Optional matrixUsername?: string | null
Meet: {
...on Meet: Omit<GraphQLTypes["Meet"], "...on Meet">;
__typename: "Meet";
authorization?: GraphQLTypes["DocumentAggregate"] | null;
close_at: GraphQLTypes["DateTime"];
coopname: string;
created_at: GraphQLTypes["DateTime"];
current_quorum_percent: number;
cycle: number;
decision1?: GraphQLTypes["DocumentAggregate"] | null;
decision2?: GraphQLTypes["DocumentAggregate"] | null;
hash: string;
id: number;
initiator: string;
initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
level: string;
notified_users: string[];
open_at: GraphQLTypes["DateTime"];
presider: string;
presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
proposal?: GraphQLTypes["DocumentAggregate"] | null;
quorum_passed: boolean;
quorum_percent: number;
secretary: string;
secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
signed_ballots: number;
status: string;
type: string;
}
...on Meet: Omit<GraphQLTypes["Meet"], "...on Meet">
__typename: "Meet"
Optional authorization?: GraphQLTypes["DocumentAggregate"] | null
coopname: string
current_quorum_percent: number
cycle: number
Optional decision1?: GraphQLTypes["DocumentAggregate"] | null
Optional decision2?: GraphQLTypes["DocumentAggregate"] | null
hash: string
id: number
initiator: string
Optional initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null
level: string
notified_users: string[]
presider: string
Optional presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null
Optional proposal?: GraphQLTypes["DocumentAggregate"] | null
quorum_passed: boolean
quorum_percent: number
secretary: string
Optional secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null
signed_ballots: number
status: string
type: string
MeetAggregate: {
...on MeetAggregate: Omit<GraphQLTypes["MeetAggregate"], "...on MeetAggregate">;
__typename: "MeetAggregate";
hash: string;
pre?: GraphQLTypes["MeetPreProcessing"] | null;
processed?: GraphQLTypes["MeetProcessed"] | null;
processing?: GraphQLTypes["MeetProcessing"] | null;
}
...on MeetAggregate: Omit<GraphQLTypes["MeetAggregate"], "...on MeetAggregate">
__typename: "MeetAggregate"
hash: string
Optional pre?: GraphQLTypes["MeetPreProcessing"] | null
Optional processed?: GraphQLTypes["MeetProcessed"] | null
Optional processing?: GraphQLTypes["MeetProcessing"] | null
MeetPreProcessing: {
...on MeetPreProcessing: Omit<GraphQLTypes["MeetPreProcessing"], "...on MeetPreProcessing">;
__typename: "MeetPreProcessing";
agenda: GraphQLTypes["AgendaMeetPoint"][];
close_at: GraphQLTypes["DateTime"];
coopname: string;
details?: string | null;
hash: string;
initiator: string;
initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
open_at: GraphQLTypes["DateTime"];
presider: string;
presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
proposal?: GraphQLTypes["DocumentAggregate"] | null;
secretary: string;
secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
}
...on MeetPreProcessing: Omit<GraphQLTypes["MeetPreProcessing"], "...on MeetPreProcessing">
__typename: "MeetPreProcessing"
agenda: GraphQLTypes["AgendaMeetPoint"][]
coopname: string
Optional details?: string | null
hash: string
initiator: string
Optional initiator_certificate?: GraphQLTypes["UserCertificateUnion"] | null
presider: string
Optional presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null
Optional proposal?: GraphQLTypes["DocumentAggregate"] | null
secretary: string
Optional secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null
MeetProcessed: {
...on MeetProcessed: Omit<GraphQLTypes["MeetProcessed"], "...on MeetProcessed">;
__typename: "MeetProcessed";
coopname: string;
decision: GraphQLTypes["SignedDigitalDocument"];
decisionAggregate?: GraphQLTypes["DocumentAggregate"] | null;
hash: string;
presider: string;
presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
quorum_passed: boolean;
quorum_percent: number;
results: GraphQLTypes["MeetQuestionResult"][];
secretary: string;
secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
signed_ballots: number;
}
...on MeetProcessed: Omit<GraphQLTypes["MeetProcessed"], "...on MeetProcessed">
__typename: "MeetProcessed"
coopname: string
decision: GraphQLTypes["SignedDigitalDocument"]
Optional decisionAggregate?: GraphQLTypes["DocumentAggregate"] | null
hash: string
presider: string
Optional presider_certificate?: GraphQLTypes["UserCertificateUnion"] | null
quorum_passed: boolean
quorum_percent: number
results: GraphQLTypes["MeetQuestionResult"][]
secretary: string
Optional secretary_certificate?: GraphQLTypes["UserCertificateUnion"] | null
signed_ballots: number
MeetProcessing: {
...on MeetProcessing: Omit<GraphQLTypes["MeetProcessing"], "...on MeetProcessing">;
__typename: "MeetProcessing";
extendedStatus: GraphQLTypes["ExtendedMeetStatus"];
hash: string;
isVoted: boolean;
meet: GraphQLTypes["Meet"];
questions: GraphQLTypes["Question"][];
}
...on MeetProcessing: Omit<GraphQLTypes["MeetProcessing"], "...on MeetProcessing">
__typename: "MeetProcessing"
extendedStatus: GraphQLTypes["ExtendedMeetStatus"]
hash: string
isVoted: boolean
questions: GraphQLTypes["Question"][]
MeetQuestionResult: {
...on MeetQuestionResult: Omit<GraphQLTypes["MeetQuestionResult"], "...on MeetQuestionResult">;
__typename: "MeetQuestionResult";
accepted: boolean;
context: string;
decision: string;
number: number;
question_id: number;
title: string;
votes_abstained: number;
votes_against: number;
votes_for: number;
}
...on MeetQuestionResult: Omit<GraphQLTypes["MeetQuestionResult"], "...on MeetQuestionResult">
__typename: "MeetQuestionResult"
accepted: boolean
context: string
decision: string
number: number
question_id: number
title: string
votes_abstained: number
votes_against: number
votes_for: number
ModerateRequestInput: {
cancellation_fee: string;
coopname: string;
exchange_id: number;
username: string;
}
cancellation_fee: string
coopname: string
exchange_id: number
username: string
MonoAccount: {
...on MonoAccount: Omit<GraphQLTypes["MonoAccount"], "...on MonoAccount">;
__typename: "MonoAccount";
email: string;
has_account: boolean;
initial_order?: string | null;
is_email_verified: boolean;
is_registered: boolean;
message?: string | null;
public_key: string;
referer: string;
role: string;
status: GraphQLTypes["UserStatus"];
subscriber_hash: string;
subscriber_id: string;
type: string;
username: string;
}
...on MonoAccount: Omit<GraphQLTypes["MonoAccount"], "...on MonoAccount">
__typename: "MonoAccount"
email: string
has_account: boolean
Optional initial_order?: string | null
is_email_verified: boolean
is_registered: boolean
Optional message?: string | null
public_key: string
referer: string
role: string
subscriber_hash: string
subscriber_id: string
type: string
username: string
MoveCapitalIssueToComponentInput: {
issue_hash: string;
target_project_hash: string;
}
issue_hash: string
target_project_hash: string
Mutation: {
...on Mutation: Omit<GraphQLTypes["Mutation"], "...on Mutation">;
__typename: "Mutation";
acceptChildOrder: GraphQLTypes["Transaction"];
addParticipant: GraphQLTypes["Account"];
addPaymentMethod: GraphQLTypes["PaymentMethod"];
addTrustedAccount: GraphQLTypes["Branch"];
cancelRequest: GraphQLTypes["Transaction"];
capitalAddAuthor: GraphQLTypes["CapitalProject"];
capitalApproveCommit: GraphQLTypes["CapitalCommit"];
capitalCalculateVotes: GraphQLTypes["CapitalSegment"];
capitalCloseProject: GraphQLTypes["CapitalProject"];
capitalCompleteProcessStep: GraphQLTypes["ProcessInstance"];
capitalCompleteRegistration: GraphQLTypes["Transaction"];
capitalCompleteVoting: GraphQLTypes["Transaction"];
capitalConvertSegment: GraphQLTypes["CapitalSegment"];
capitalCreateCommit: GraphQLTypes["CapitalCommit"];
capitalCreateCycle: GraphQLTypes["CapitalCycle"];
capitalCreateDebt: GraphQLTypes["Transaction"];
capitalCreateExpense: GraphQLTypes["Transaction"];
capitalCreateIssue: GraphQLTypes["CapitalIssue"];
capitalCreateProcessTemplate: GraphQLTypes["ProcessTemplate"];
capitalCreateProgramInvest: GraphQLTypes["Transaction"];
capitalCreateProgramProperty: GraphQLTypes["Transaction"];
capitalCreateProject: GraphQLTypes["Transaction"];
capitalCreateProjectInvest: GraphQLTypes["Transaction"];
capitalCreateProjectProperty: GraphQLTypes["Transaction"];
capitalCreateStory: GraphQLTypes["CapitalStory"];
capitalDeclineCommit: GraphQLTypes["CapitalCommit"];
capitalDeleteIssue: boolean;
capitalDeleteProcessTemplate: boolean;
capitalDeleteProject: GraphQLTypes["Transaction"];
capitalDeleteStory: boolean;
capitalEditContributor: GraphQLTypes["CapitalContributor"];
capitalEditProject: GraphQLTypes["Transaction"];
capitalFinalizeProject: GraphQLTypes["CapitalProject"];
capitalFundProgram: GraphQLTypes["Transaction"];
capitalGenerateCapitalizationAgreement: GraphQLTypes["GeneratedDocument"];
capitalGenerateCapitalizationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateCapitalizationPropertyInvestAct: GraphQLTypes["GeneratedDocument"];
capitalGenerateCapitalizationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"];
capitalGenerateCapitalizationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateCapitalizationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateComponentGenerationContract: GraphQLTypes["GeneratedDocument"];
capitalGenerateExpenseDecision: GraphQLTypes["GeneratedDocument"];
capitalGenerateExpenseStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationContract: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationPropertyInvestAct: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationToCapitalizationConvertStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGenerationToProjectConvertStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateGetLoanDecision: GraphQLTypes["GeneratedDocument"];
capitalGenerateGetLoanStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateProgramMoneyInvestStatement: GraphQLTypes["GeneratedDocument"];
capitalGenerateProjectGenerationContract: GraphQLTypes["GeneratedDocument"];
capitalGenerateRegistrationDocuments: GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"];
capitalGenerateResultContributionAct: GraphQLTypes["GeneratedDocument"];
capitalGenerateResultContributionDecision: GraphQLTypes["GeneratedDocument"];
capitalGenerateResultContributionStatement: GraphQLTypes["GeneratedDocument"];
capitalImportContributor: GraphQLTypes["Transaction"];
capitalMakeClearance: GraphQLTypes["Transaction"];
capitalMoveIssueToComponent: GraphQLTypes["CapitalIssue"];
capitalOpenProject: GraphQLTypes["CapitalProject"];
capitalPushResult: GraphQLTypes["CapitalSegment"];
capitalRefreshProgram: GraphQLTypes["Transaction"];
capitalRefreshSegment?: GraphQLTypes["CapitalSegment"] | null;
capitalRegisterContributor: GraphQLTypes["Transaction"];
capitalSetConfig: GraphQLTypes["Transaction"];
capitalSetMaster: GraphQLTypes["Transaction"];
capitalSetPlan: GraphQLTypes["CapitalProject"];
capitalSetProjectDevelopmentRepositoryUrl: GraphQLTypes["CapitalProject"];
capitalSignActAsChairman: GraphQLTypes["CapitalSegment"];
capitalSignActAsContributor: GraphQLTypes["CapitalSegment"];
capitalStartProcess: GraphQLTypes["ProcessInstance"];
capitalStartProject: GraphQLTypes["CapitalProject"];
capitalStartVoting: GraphQLTypes["Transaction"];
capitalStopProject: GraphQLTypes["CapitalProject"];
capitalSubmitVote: GraphQLTypes["Transaction"];
capitalUpdateIssue: GraphQLTypes["CapitalIssue"];
capitalUpdateProcessTemplate: GraphQLTypes["ProcessTemplate"];
capitalUpdateStory: GraphQLTypes["CapitalStory"];
chairmanConfirmApprove: GraphQLTypes["Approval"];
chairmanDeclineApprove: GraphQLTypes["Approval"];
chatcoopCreateAccount: boolean;
chatcoopCreateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"];
chatcoopCreateCalendarIcsSubscription: GraphQLTypes["ChatCoopCalendarIcsUrlResponse"];
chatcoopDeleteCalendarEvent: boolean;
chatcoopUpdateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"];
chatcoopUpdateTranscriptionMemo: GraphQLTypes["CallTranscription"];
completeCapitalOnboardingStep: GraphQLTypes["CapitalOnboardingState"];
completeChairmanAgendaStep: GraphQLTypes["ChairmanOnboardingState"];
completeChairmanGeneralMeetStep: GraphQLTypes["ChairmanOnboardingState"];
completeRequest: GraphQLTypes["Transaction"];
confirmAgreement: GraphQLTypes["Transaction"];
confirmReceiveOnRequest: GraphQLTypes["Transaction"];
confirmSupplyOnRequest: GraphQLTypes["Transaction"];
createAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
createBranch: GraphQLTypes["Branch"];
createChildOrder: GraphQLTypes["Transaction"];
createDepositPayment: GraphQLTypes["GatewayPayment"];
createInitialPayment: GraphQLTypes["GatewayPayment"];
createParentOffer: GraphQLTypes["Transaction"];
createProjectOfFreeDecision: GraphQLTypes["CreatedProjectFreeDecision"];
createWebPushSubscription: GraphQLTypes["CreateSubscriptionResponse"];
createWithdraw: GraphQLTypes["CreateWithdrawResponse"];
deactivateWebPushSubscriptionById: boolean;
declineAgreement: GraphQLTypes["Transaction"];
declineRequest: GraphQLTypes["Transaction"];
deleteBranch: boolean;
deletePaymentMethod: boolean;
deleteTrustedAccount: GraphQLTypes["Branch"];
deliverOnRequest: GraphQLTypes["Transaction"];
disputeOnRequest: GraphQLTypes["Transaction"];
editBranch: GraphQLTypes["Branch"];
generateAnnualGeneralMeetAgendaDocument: GraphQLTypes["GeneratedDocument"];
generateAnnualGeneralMeetDecisionDocument: GraphQLTypes["GeneratedDocument"];
generateAnnualGeneralMeetNotificationDocument: GraphQLTypes["GeneratedDocument"];
generateAssetContributionAct: GraphQLTypes["GeneratedDocument"];
generateAssetContributionDecision: GraphQLTypes["GeneratedDocument"];
generateAssetContributionStatement: GraphQLTypes["GeneratedDocument"];
generateBallotForAnnualGeneralMeetDocument: GraphQLTypes["GeneratedDocument"];
generateConvertToAxonStatement: GraphQLTypes["GeneratedDocument"];
generateDocument: GraphQLTypes["GeneratedDocument"];
generateFreeDecision: GraphQLTypes["GeneratedDocument"];
generateParticipantApplication: GraphQLTypes["GeneratedDocument"];
generateParticipantApplicationDecision: GraphQLTypes["GeneratedDocument"];
generatePrivacyAgreement: GraphQLTypes["GeneratedDocument"];
generateProjectOfFreeDecision: GraphQLTypes["GeneratedDocument"];
generateRegistrationDocuments: GraphQLTypes["GenerateRegistrationDocumentsOutput"];
generateReport: GraphQLTypes["GeneratedReport"];
generateReturnByAssetAct: GraphQLTypes["GeneratedDocument"];
generateReturnByAssetDecision: GraphQLTypes["GeneratedDocument"];
generateReturnByAssetStatement: GraphQLTypes["GeneratedDocument"];
generateReturnByMoneyDecisionDocument: GraphQLTypes["GeneratedDocument"];
generateReturnByMoneyStatementDocument: GraphQLTypes["GeneratedDocument"];
generateSelectBranchDocument: GraphQLTypes["GeneratedDocument"];
generateSignatureAgreement: GraphQLTypes["GeneratedDocument"];
generateSovietDecisionOnAnnualMeetDocument: GraphQLTypes["GeneratedDocument"];
generateUserAgreement: GraphQLTypes["GeneratedDocument"];
generateWalletAgreement: GraphQLTypes["GeneratedDocument"];
initSystem: GraphQLTypes["SystemInfo"];
installExtension: GraphQLTypes["Extension"];
installSystem: GraphQLTypes["SystemInfo"];
login: GraphQLTypes["RegisteredAccount"];
logout: boolean;
moderateRequest: GraphQLTypes["Transaction"];
notifyOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
processConvertToAxonStatement: boolean;
prohibitRequest: GraphQLTypes["Transaction"];
publishProjectOfFreeDecision: boolean;
publishRequest: GraphQLTypes["Transaction"];
receiveOnRequest: GraphQLTypes["Transaction"];
refresh: GraphQLTypes["RegisteredAccount"];
registerAccount: GraphQLTypes["RegisteredAccount"];
registerParticipant: GraphQLTypes["Account"];
resetKey: boolean;
restartAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
selectBranch: boolean;
sendAgreement: GraphQLTypes["Transaction"];
setPaymentStatus: GraphQLTypes["GatewayPayment"];
setWif: boolean;
signByPresiderOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
signBySecretaryOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
startInstall: GraphQLTypes["StartInstallResult"];
startResetKey: boolean;
supplyOnRequest: GraphQLTypes["Transaction"];
triggerNotificationWorkflow: boolean;
uninstallExtension: boolean;
unpublishRequest: GraphQLTypes["Transaction"];
updateAccount: GraphQLTypes["Account"];
updateBankAccount: GraphQLTypes["PaymentMethod"];
updateExtension: GraphQLTypes["Extension"];
updateRequest: GraphQLTypes["Transaction"];
updateSettings: GraphQLTypes["Settings"];
updateSystem: GraphQLTypes["SystemInfo"];
verifyEmail: boolean;
voteOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"];
}
...on Mutation: Omit<GraphQLTypes["Mutation"], "...on Mutation">
__typename: "Mutation"
acceptChildOrder: GraphQLTypes["Transaction"]
addParticipant: GraphQLTypes["Account"]
addPaymentMethod: GraphQLTypes["PaymentMethod"]
addTrustedAccount: GraphQLTypes["Branch"]
cancelRequest: GraphQLTypes["Transaction"]
capitalAddAuthor: GraphQLTypes["CapitalProject"]
capitalApproveCommit: GraphQLTypes["CapitalCommit"]
capitalCalculateVotes: GraphQLTypes["CapitalSegment"]
capitalCloseProject: GraphQLTypes["CapitalProject"]
capitalCompleteProcessStep: GraphQLTypes["ProcessInstance"]
capitalCompleteRegistration: GraphQLTypes["Transaction"]
capitalCompleteVoting: GraphQLTypes["Transaction"]
capitalConvertSegment: GraphQLTypes["CapitalSegment"]
capitalCreateCommit: GraphQLTypes["CapitalCommit"]
capitalCreateCycle: GraphQLTypes["CapitalCycle"]
capitalCreateDebt: GraphQLTypes["Transaction"]
capitalCreateExpense: GraphQLTypes["Transaction"]
capitalCreateIssue: GraphQLTypes["CapitalIssue"]
capitalCreateProcessTemplate: GraphQLTypes["ProcessTemplate"]
capitalCreateProgramInvest: GraphQLTypes["Transaction"]
capitalCreateProgramProperty: GraphQLTypes["Transaction"]
capitalCreateProject: GraphQLTypes["Transaction"]
capitalCreateProjectInvest: GraphQLTypes["Transaction"]
capitalCreateProjectProperty: GraphQLTypes["Transaction"]
capitalCreateStory: GraphQLTypes["CapitalStory"]
capitalDeclineCommit: GraphQLTypes["CapitalCommit"]
capitalDeleteIssue: boolean
capitalDeleteProcessTemplate: boolean
capitalDeleteProject: GraphQLTypes["Transaction"]
capitalDeleteStory: boolean
capitalEditContributor: GraphQLTypes["CapitalContributor"]
capitalEditProject: GraphQLTypes["Transaction"]
capitalFinalizeProject: GraphQLTypes["CapitalProject"]
capitalFundProgram: GraphQLTypes["Transaction"]
capitalGenerateCapitalizationAgreement: GraphQLTypes["GeneratedDocument"]
capitalGenerateCapitalizationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateCapitalizationPropertyInvestAct: GraphQLTypes["GeneratedDocument"]
capitalGenerateCapitalizationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"]
capitalGenerateCapitalizationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateCapitalizationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateComponentGenerationContract: GraphQLTypes["GeneratedDocument"]
capitalGenerateExpenseDecision: GraphQLTypes["GeneratedDocument"]
capitalGenerateExpenseStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationContract: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationPropertyInvestAct: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationPropertyInvestDecision: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationPropertyInvestStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationToCapitalizationConvertStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationToMainWalletConvertStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGenerationToProjectConvertStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateGetLoanDecision: GraphQLTypes["GeneratedDocument"]
capitalGenerateGetLoanStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateProgramMoneyInvestStatement: GraphQLTypes["GeneratedDocument"]
capitalGenerateProjectGenerationContract: GraphQLTypes["GeneratedDocument"]
capitalGenerateRegistrationDocuments: GraphQLTypes["GenerateCapitalRegistrationDocumentsOutputDTO"]
capitalGenerateResultContributionAct: GraphQLTypes["GeneratedDocument"]
capitalGenerateResultContributionDecision: GraphQLTypes["GeneratedDocument"]
capitalGenerateResultContributionStatement: GraphQLTypes["GeneratedDocument"]
capitalImportContributor: GraphQLTypes["Transaction"]
capitalMakeClearance: GraphQLTypes["Transaction"]
capitalMoveIssueToComponent: GraphQLTypes["CapitalIssue"]
capitalOpenProject: GraphQLTypes["CapitalProject"]
capitalPushResult: GraphQLTypes["CapitalSegment"]
capitalRefreshProgram: GraphQLTypes["Transaction"]
Optional capitalRefreshSegment?: GraphQLTypes["CapitalSegment"] | null
capitalRegisterContributor: GraphQLTypes["Transaction"]
capitalSetConfig: GraphQLTypes["Transaction"]
capitalSetMaster: GraphQLTypes["Transaction"]
capitalSetPlan: GraphQLTypes["CapitalProject"]
capitalSetProjectDevelopmentRepositoryUrl: GraphQLTypes["CapitalProject"]
capitalSignActAsChairman: GraphQLTypes["CapitalSegment"]
capitalSignActAsContributor: GraphQLTypes["CapitalSegment"]
capitalStartProcess: GraphQLTypes["ProcessInstance"]
capitalStartProject: GraphQLTypes["CapitalProject"]
capitalStartVoting: GraphQLTypes["Transaction"]
capitalStopProject: GraphQLTypes["CapitalProject"]
capitalSubmitVote: GraphQLTypes["Transaction"]
capitalUpdateIssue: GraphQLTypes["CapitalIssue"]
capitalUpdateProcessTemplate: GraphQLTypes["ProcessTemplate"]
capitalUpdateStory: GraphQLTypes["CapitalStory"]
chairmanConfirmApprove: GraphQLTypes["Approval"]
chairmanDeclineApprove: GraphQLTypes["Approval"]
chatcoopCreateAccount: boolean
chatcoopCreateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"]
chatcoopCreateCalendarIcsSubscription: GraphQLTypes["ChatCoopCalendarIcsUrlResponse"]
chatcoopDeleteCalendarEvent: boolean
chatcoopUpdateCalendarEvent: GraphQLTypes["ChatCoopCalendarEvent"]
chatcoopUpdateTranscriptionMemo: GraphQLTypes["CallTranscription"]
completeCapitalOnboardingStep: GraphQLTypes["CapitalOnboardingState"]
completeChairmanAgendaStep: GraphQLTypes["ChairmanOnboardingState"]
completeChairmanGeneralMeetStep: GraphQLTypes["ChairmanOnboardingState"]
completeRequest: GraphQLTypes["Transaction"]
confirmAgreement: GraphQLTypes["Transaction"]
confirmReceiveOnRequest: GraphQLTypes["Transaction"]
confirmSupplyOnRequest: GraphQLTypes["Transaction"]
createAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
createChildOrder: GraphQLTypes["Transaction"]
createDepositPayment: GraphQLTypes["GatewayPayment"]
createInitialPayment: GraphQLTypes["GatewayPayment"]
createParentOffer: GraphQLTypes["Transaction"]
createProjectOfFreeDecision: GraphQLTypes["CreatedProjectFreeDecision"]
createWebPushSubscription: GraphQLTypes["CreateSubscriptionResponse"]
createWithdraw: GraphQLTypes["CreateWithdrawResponse"]
deactivateWebPushSubscriptionById: boolean
declineAgreement: GraphQLTypes["Transaction"]
declineRequest: GraphQLTypes["Transaction"]
deleteBranch: boolean
deletePaymentMethod: boolean
deleteTrustedAccount: GraphQLTypes["Branch"]
deliverOnRequest: GraphQLTypes["Transaction"]
disputeOnRequest: GraphQLTypes["Transaction"]
generateAnnualGeneralMeetAgendaDocument: GraphQLTypes["GeneratedDocument"]
generateAnnualGeneralMeetDecisionDocument: GraphQLTypes["GeneratedDocument"]
generateAnnualGeneralMeetNotificationDocument: GraphQLTypes["GeneratedDocument"]
generateAssetContributionAct: GraphQLTypes["GeneratedDocument"]
generateAssetContributionDecision: GraphQLTypes["GeneratedDocument"]
generateAssetContributionStatement: GraphQLTypes["GeneratedDocument"]
generateBallotForAnnualGeneralMeetDocument: GraphQLTypes["GeneratedDocument"]
generateConvertToAxonStatement: GraphQLTypes["GeneratedDocument"]
generateDocument: GraphQLTypes["GeneratedDocument"]
generateFreeDecision: GraphQLTypes["GeneratedDocument"]
generateParticipantApplication: GraphQLTypes["GeneratedDocument"]
generateParticipantApplicationDecision: GraphQLTypes["GeneratedDocument"]
generatePrivacyAgreement: GraphQLTypes["GeneratedDocument"]
generateProjectOfFreeDecision: GraphQLTypes["GeneratedDocument"]
generateRegistrationDocuments: GraphQLTypes["GenerateRegistrationDocumentsOutput"]
generateReport: GraphQLTypes["GeneratedReport"]
generateReturnByAssetAct: GraphQLTypes["GeneratedDocument"]
generateReturnByAssetDecision: GraphQLTypes["GeneratedDocument"]
generateReturnByAssetStatement: GraphQLTypes["GeneratedDocument"]
generateReturnByMoneyDecisionDocument: GraphQLTypes["GeneratedDocument"]
generateReturnByMoneyStatementDocument: GraphQLTypes["GeneratedDocument"]
generateSelectBranchDocument: GraphQLTypes["GeneratedDocument"]
generateSignatureAgreement: GraphQLTypes["GeneratedDocument"]
generateSovietDecisionOnAnnualMeetDocument: GraphQLTypes["GeneratedDocument"]
generateUserAgreement: GraphQLTypes["GeneratedDocument"]
generateWalletAgreement: GraphQLTypes["GeneratedDocument"]
initSystem: GraphQLTypes["SystemInfo"]
installExtension: GraphQLTypes["Extension"]
installSystem: GraphQLTypes["SystemInfo"]
login: GraphQLTypes["RegisteredAccount"]
logout: boolean
moderateRequest: GraphQLTypes["Transaction"]
notifyOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
processConvertToAxonStatement: boolean
prohibitRequest: GraphQLTypes["Transaction"]
publishProjectOfFreeDecision: boolean
publishRequest: GraphQLTypes["Transaction"]
receiveOnRequest: GraphQLTypes["Transaction"]
refresh: GraphQLTypes["RegisteredAccount"]
registerAccount: GraphQLTypes["RegisteredAccount"]
registerParticipant: GraphQLTypes["Account"]
resetKey: boolean
restartAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
selectBranch: boolean
sendAgreement: GraphQLTypes["Transaction"]
setPaymentStatus: GraphQLTypes["GatewayPayment"]
setWif: boolean
signByPresiderOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
signBySecretaryOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
startInstall: GraphQLTypes["StartInstallResult"]
startResetKey: boolean
supplyOnRequest: GraphQLTypes["Transaction"]
triggerNotificationWorkflow: boolean
uninstallExtension: boolean
unpublishRequest: GraphQLTypes["Transaction"]
updateAccount: GraphQLTypes["Account"]
updateBankAccount: GraphQLTypes["PaymentMethod"]
updateExtension: GraphQLTypes["Extension"]
updateRequest: GraphQLTypes["Transaction"]
updateSettings: GraphQLTypes["Settings"]
updateSystem: GraphQLTypes["SystemInfo"]
verifyEmail: boolean
voteOnAnnualGeneralMeet: GraphQLTypes["MeetAggregate"]
NotificationWorkflowRecipientInput: {
username: string;
}
NotifyOnAnnualGeneralMeetInput: {
coopname: string;
meet_hash: string;
notification: GraphQLTypes["AnnualGeneralMeetingNotificationSignedDocumentInput"];
username: string;
}
coopname: string
meet_hash: string
notification: GraphQLTypes["AnnualGeneralMeetingNotificationSignedDocumentInput"]
username: string
OneCoopDocumentOutput: {
...on OneCoopDocumentOutput: Omit<GraphQLTypes["OneCoopDocumentOutput"], "...on OneCoopDocumentOutput">;
__typename: "OneCoopDocumentOutput";
action: string;
block_num: number;
data: GraphQLTypes["JSON"];
hash: string;
package: string;
}
...on OneCoopDocumentOutput: Omit<GraphQLTypes["OneCoopDocumentOutput"], "...on OneCoopDocumentOutput">
__typename: "OneCoopDocumentOutput"
action: string
block_num: number
hash: string
package: string
OneCoopDocumentsResponse: {
...on OneCoopDocumentsResponse: Omit<GraphQLTypes["OneCoopDocumentsResponse"], "...on OneCoopDocumentsResponse">;
__typename: "OneCoopDocumentsResponse";
current_page: number;
items: GraphQLTypes["OneCoopDocumentOutput"][];
max_block_num: number;
total_count: number;
total_pages: number;
}
...on OneCoopDocumentsResponse: Omit<GraphQLTypes["OneCoopDocumentsResponse"], "...on OneCoopDocumentsResponse">
__typename: "OneCoopDocumentsResponse"
current_page: number
items: GraphQLTypes["OneCoopDocumentOutput"][]
max_block_num: number
total_count: number
total_pages: number
OpenProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
Organization: {
...on Organization: Omit<GraphQLTypes["Organization"], "...on Organization">;
__typename: "Organization";
city: string;
country: string;
details: GraphQLTypes["OrganizationDetails"];
email: string;
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedBy"];
short_name: string;
type: string;
username: string;
}
...on Organization: Omit<GraphQLTypes["Organization"], "...on Organization">
__typename: "Organization"
city: string
country: string
details: GraphQLTypes["OrganizationDetails"]
email: string
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedBy"]
short_name: string
type: string
username: string
OrganizationCertificate: {
...on OrganizationCertificate: Omit<GraphQLTypes["OrganizationCertificate"], "...on OrganizationCertificate">;
__typename: "OrganizationCertificate";
inn: string;
ogrn: string;
represented_by: GraphQLTypes["RepresentedByCertificate"];
short_name: string;
type: GraphQLTypes["AccountType"];
username: string;
}
...on OrganizationCertificate: Omit<GraphQLTypes["OrganizationCertificate"], "...on OrganizationCertificate">
__typename: "OrganizationCertificate"
inn: string
ogrn: string
represented_by: GraphQLTypes["RepresentedByCertificate"]
short_name: string
username: string
OrganizationDataInput: {
address?: string | null;
inn: string;
kpp: string;
ogrn: string;
okfs?: string | null;
okopf?: string | null;
oktmo: string;
okved: string;
orgName: string;
phone?: string | null;
signerFirstName: string;
signerLastName: string;
signerMiddleName?: string | null;
signerSnils?: string | null;
}
Optional address?: string | null
inn: string
kpp: string
ogrn: string
Optional okfs?: string | null
Optional okopf?: string | null
oktmo: string
okved: string
orgName: string
Optional phone?: string | null
signerFirstName: string
signerLastName: string
Optional signerMiddleName?: string | null
Optional signerSnils?: string | null
OrganizationDetails: {
...on OrganizationDetails: Omit<GraphQLTypes["OrganizationDetails"], "...on OrganizationDetails">;
__typename: "OrganizationDetails";
inn: string;
kpp: string;
ogrn: string;
}
...on OrganizationDetails: Omit<GraphQLTypes["OrganizationDetails"], "...on OrganizationDetails">
__typename: "OrganizationDetails"
inn: string
kpp: string
ogrn: string
OrganizationDetailsInput: {
inn: string;
kpp: string;
ogrn: string;
}
inn: string
kpp: string
ogrn: string
OrganizationWithBankAccount: {
...on OrganizationWithBankAccount: Omit<GraphQLTypes["OrganizationWithBankAccount"], "...on OrganizationWithBankAccount">;
__typename: "OrganizationWithBankAccount";
bank_account?: GraphQLTypes["BankAccount"] | null;
city: string;
country: string;
details: GraphQLTypes["OrganizationDetails"];
email: string;
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedBy"];
short_name: string;
type: string;
username: string;
}
...on OrganizationWithBankAccount: Omit<GraphQLTypes["OrganizationWithBankAccount"], "...on OrganizationWithBankAccount">
__typename: "OrganizationWithBankAccount"
Optional bank_account?: GraphQLTypes["BankAccount"] | null
city: string
country: string
details: GraphQLTypes["OrganizationDetails"]
email: string
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedBy"]
short_name: string
type: string
username: string
PaginatedActionsPaginationResult: {
...on PaginatedActionsPaginationResult: Omit<GraphQLTypes["PaginatedActionsPaginationResult"], "...on PaginatedActionsPaginationResult">;
__typename: "PaginatedActionsPaginationResult";
currentPage: number;
items: GraphQLTypes["BlockchainAction"][];
totalCount: number;
totalPages: number;
}
...on PaginatedActionsPaginationResult: Omit<GraphQLTypes["PaginatedActionsPaginationResult"], "...on PaginatedActionsPaginationResult">
__typename: "PaginatedActionsPaginationResult"
currentPage: number
items: GraphQLTypes["BlockchainAction"][]
totalCount: number
totalPages: number
PaginatedAgreementsPaginationResult: {
...on PaginatedAgreementsPaginationResult: Omit<GraphQLTypes["PaginatedAgreementsPaginationResult"], "...on PaginatedAgreementsPaginationResult">;
__typename: "PaginatedAgreementsPaginationResult";
currentPage: number;
items: GraphQLTypes["Agreement"][];
totalCount: number;
totalPages: number;
}
...on PaginatedAgreementsPaginationResult: Omit<GraphQLTypes["PaginatedAgreementsPaginationResult"], "...on PaginatedAgreementsPaginationResult">
__typename: "PaginatedAgreementsPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedCandidatesPaginationResult: {
...on PaginatedCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCandidatesPaginationResult"], "...on PaginatedCandidatesPaginationResult">;
__typename: "PaginatedCandidatesPaginationResult";
currentPage: number;
items: GraphQLTypes["Candidate"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCandidatesPaginationResult"], "...on PaginatedCandidatesPaginationResult">
__typename: "PaginatedCandidatesPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedCapitalCandidatesPaginationResult: {
...on PaginatedCapitalCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"], "...on PaginatedCapitalCandidatesPaginationResult">;
__typename: "PaginatedCapitalCandidatesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalCandidate"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalCandidatesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"], "...on PaginatedCapitalCandidatesPaginationResult">
__typename: "PaginatedCapitalCandidatesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalCandidate"][]
totalCount: number
totalPages: number
PaginatedCapitalCommitsPaginationResult: {
...on PaginatedCapitalCommitsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCommitsPaginationResult"], "...on PaginatedCapitalCommitsPaginationResult">;
__typename: "PaginatedCapitalCommitsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalCommit"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalCommitsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCommitsPaginationResult"], "...on PaginatedCapitalCommitsPaginationResult">
__typename: "PaginatedCapitalCommitsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalCommit"][]
totalCount: number
totalPages: number
PaginatedCapitalContributorsPaginationResult: {
...on PaginatedCapitalContributorsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalContributorsPaginationResult"], "...on PaginatedCapitalContributorsPaginationResult">;
__typename: "PaginatedCapitalContributorsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalContributor"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalContributorsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalContributorsPaginationResult"], "...on PaginatedCapitalContributorsPaginationResult">
__typename: "PaginatedCapitalContributorsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalContributor"][]
totalCount: number
totalPages: number
PaginatedCapitalCyclesPaginationResult: {
...on PaginatedCapitalCyclesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCyclesPaginationResult"], "...on PaginatedCapitalCyclesPaginationResult">;
__typename: "PaginatedCapitalCyclesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalCycle"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalCyclesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalCyclesPaginationResult"], "...on PaginatedCapitalCyclesPaginationResult">
__typename: "PaginatedCapitalCyclesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalCycle"][]
totalCount: number
totalPages: number
PaginatedCapitalDebtsPaginationResult: {
...on PaginatedCapitalDebtsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalDebtsPaginationResult"], "...on PaginatedCapitalDebtsPaginationResult">;
__typename: "PaginatedCapitalDebtsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalDebt"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalDebtsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalDebtsPaginationResult"], "...on PaginatedCapitalDebtsPaginationResult">
__typename: "PaginatedCapitalDebtsPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedCapitalExpensesPaginationResult: {
...on PaginatedCapitalExpensesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalExpensesPaginationResult"], "...on PaginatedCapitalExpensesPaginationResult">;
__typename: "PaginatedCapitalExpensesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalExpense"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalExpensesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalExpensesPaginationResult"], "...on PaginatedCapitalExpensesPaginationResult">
__typename: "PaginatedCapitalExpensesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalExpense"][]
totalCount: number
totalPages: number
PaginatedCapitalInvestsPaginationResult: {
...on PaginatedCapitalInvestsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalInvestsPaginationResult"], "...on PaginatedCapitalInvestsPaginationResult">;
__typename: "PaginatedCapitalInvestsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalInvest"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalInvestsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalInvestsPaginationResult"], "...on PaginatedCapitalInvestsPaginationResult">
__typename: "PaginatedCapitalInvestsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalInvest"][]
totalCount: number
totalPages: number
PaginatedCapitalIssuesPaginationResult: {
...on PaginatedCapitalIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalIssuesPaginationResult"], "...on PaginatedCapitalIssuesPaginationResult">;
__typename: "PaginatedCapitalIssuesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalIssue"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalIssuesPaginationResult"], "...on PaginatedCapitalIssuesPaginationResult">
__typename: "PaginatedCapitalIssuesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalIssue"][]
totalCount: number
totalPages: number
PaginatedCapitalLogsPaginationResult: {
...on PaginatedCapitalLogsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalLogsPaginationResult"], "...on PaginatedCapitalLogsPaginationResult">;
__typename: "PaginatedCapitalLogsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalLog"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalLogsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalLogsPaginationResult"], "...on PaginatedCapitalLogsPaginationResult">
__typename: "PaginatedCapitalLogsPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedCapitalProjectsPaginationResult: {
...on PaginatedCapitalProjectsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalProjectsPaginationResult"], "...on PaginatedCapitalProjectsPaginationResult">;
__typename: "PaginatedCapitalProjectsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalProject"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalProjectsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalProjectsPaginationResult"], "...on PaginatedCapitalProjectsPaginationResult">
__typename: "PaginatedCapitalProjectsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalProject"][]
totalCount: number
totalPages: number
PaginatedCapitalResultsPaginationResult: {
...on PaginatedCapitalResultsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalResultsPaginationResult"], "...on PaginatedCapitalResultsPaginationResult">;
__typename: "PaginatedCapitalResultsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalResult"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalResultsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalResultsPaginationResult"], "...on PaginatedCapitalResultsPaginationResult">
__typename: "PaginatedCapitalResultsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalResult"][]
totalCount: number
totalPages: number
PaginatedCapitalSegmentsPaginationResult: {
...on PaginatedCapitalSegmentsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"], "...on PaginatedCapitalSegmentsPaginationResult">;
__typename: "PaginatedCapitalSegmentsPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalSegment"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalSegmentsPaginationResult: Omit<GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"], "...on PaginatedCapitalSegmentsPaginationResult">
__typename: "PaginatedCapitalSegmentsPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalSegment"][]
totalCount: number
totalPages: number
PaginatedCapitalStoriesPaginationResult: {
...on PaginatedCapitalStoriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalStoriesPaginationResult"], "...on PaginatedCapitalStoriesPaginationResult">;
__typename: "PaginatedCapitalStoriesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalStory"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalStoriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalStoriesPaginationResult"], "...on PaginatedCapitalStoriesPaginationResult">
__typename: "PaginatedCapitalStoriesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalStory"][]
totalCount: number
totalPages: number
PaginatedCapitalTimeEntriesByIssuesPaginationResult: {
...on PaginatedCapitalTimeEntriesByIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"], "...on PaginatedCapitalTimeEntriesByIssuesPaginationResult">;
__typename: "PaginatedCapitalTimeEntriesByIssuesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalTimeEntriesByIssues"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalTimeEntriesByIssuesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"], "...on PaginatedCapitalTimeEntriesByIssuesPaginationResult">
__typename: "PaginatedCapitalTimeEntriesByIssuesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalTimeEntriesByIssues"][]
totalCount: number
totalPages: number
PaginatedCapitalTimeEntriesPaginationResult: {
...on PaginatedCapitalTimeEntriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"], "...on PaginatedCapitalTimeEntriesPaginationResult">;
__typename: "PaginatedCapitalTimeEntriesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalTimeEntry"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalTimeEntriesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"], "...on PaginatedCapitalTimeEntriesPaginationResult">
__typename: "PaginatedCapitalTimeEntriesPaginationResult"
currentPage: number
items: GraphQLTypes["CapitalTimeEntry"][]
totalCount: number
totalPages: number
PaginatedCapitalVotesPaginationResult: {
...on PaginatedCapitalVotesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalVotesPaginationResult"], "...on PaginatedCapitalVotesPaginationResult">;
__typename: "PaginatedCapitalVotesPaginationResult";
currentPage: number;
items: GraphQLTypes["CapitalVote"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCapitalVotesPaginationResult: Omit<GraphQLTypes["PaginatedCapitalVotesPaginationResult"], "...on PaginatedCapitalVotesPaginationResult">
__typename: "PaginatedCapitalVotesPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedChairmanApprovalsPaginationResult: {
...on PaginatedChairmanApprovalsPaginationResult: Omit<GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"], "...on PaginatedChairmanApprovalsPaginationResult">;
__typename: "PaginatedChairmanApprovalsPaginationResult";
currentPage: number;
items: GraphQLTypes["Approval"][];
totalCount: number;
totalPages: number;
}
...on PaginatedChairmanApprovalsPaginationResult: Omit<GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"], "...on PaginatedChairmanApprovalsPaginationResult">
__typename: "PaginatedChairmanApprovalsPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedCurrentTableStatesPaginationResult: {
...on PaginatedCurrentTableStatesPaginationResult: Omit<GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"], "...on PaginatedCurrentTableStatesPaginationResult">;
__typename: "PaginatedCurrentTableStatesPaginationResult";
currentPage: number;
items: GraphQLTypes["CurrentTableState"][];
totalCount: number;
totalPages: number;
}
...on PaginatedCurrentTableStatesPaginationResult: Omit<GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"], "...on PaginatedCurrentTableStatesPaginationResult">
__typename: "PaginatedCurrentTableStatesPaginationResult"
currentPage: number
items: GraphQLTypes["CurrentTableState"][]
totalCount: number
totalPages: number
PaginatedDeltasPaginationResult: {
...on PaginatedDeltasPaginationResult: Omit<GraphQLTypes["PaginatedDeltasPaginationResult"], "...on PaginatedDeltasPaginationResult">;
__typename: "PaginatedDeltasPaginationResult";
currentPage: number;
items: GraphQLTypes["Delta"][];
totalCount: number;
totalPages: number;
}
...on PaginatedDeltasPaginationResult: Omit<GraphQLTypes["PaginatedDeltasPaginationResult"], "...on PaginatedDeltasPaginationResult">
__typename: "PaginatedDeltasPaginationResult"
currentPage: number
totalCount: number
totalPages: number
PaginatedGatewayPaymentsPaginationResult: {
...on PaginatedGatewayPaymentsPaginationResult: Omit<GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"], "...on PaginatedGatewayPaymentsPaginationResult">;
__typename: "PaginatedGatewayPaymentsPaginationResult";
currentPage: number;
items: GraphQLTypes["GatewayPayment"][];
totalCount: number;
totalPages: number;
}
...on PaginatedGatewayPaymentsPaginationResult: Omit<GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"], "...on PaginatedGatewayPaymentsPaginationResult">
__typename: "PaginatedGatewayPaymentsPaginationResult"
currentPage: number
items: GraphQLTypes["GatewayPayment"][]
totalCount: number
totalPages: number
PaginationInput: {
limit: number;
page: number;
sortBy?: string | null;
sortOrder: string;
}
limit: number
page: number
Optional sortBy?: string | null
sortOrder: string
ParticipantAccount: {
...on ParticipantAccount: Omit<GraphQLTypes["ParticipantAccount"], "...on ParticipantAccount">;
__typename: "ParticipantAccount";
braname?: string | null;
created_at: GraphQLTypes["DateTime"];
has_vote: boolean;
initial_amount?: string | null;
is_initial: boolean;
is_minimum: boolean;
last_min_pay: GraphQLTypes["DateTime"];
last_update: GraphQLTypes["DateTime"];
minimum_amount?: string | null;
status: string;
type?: string | null;
username: string;
}
...on ParticipantAccount: Omit<GraphQLTypes["ParticipantAccount"], "...on ParticipantAccount">
__typename: "ParticipantAccount"
Optional braname?: string | null
has_vote: boolean
Optional initial_amount?: string | null
is_initial: boolean
is_minimum: boolean
last_min_pay: GraphQLTypes["DateTime"]
last_update: GraphQLTypes["DateTime"]
Optional minimum_amount?: string | null
status: string
Optional type?: string | null
username: string
ParticipantApplicationDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ParticipantApplicationGenerateDocumentInput: {
block_num?: number | null;
braname: string;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
signature?: string | null;
skip_save: boolean;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
braname: string
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional signature?: string | null
skip_save: boolean
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ParticipantApplicationSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ParticipantApplicationSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ParticipantApplicationSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ParticipantApplicationSignedMetaDocumentInput: {
block_num: number;
braname: string;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
signature?: string | null;
skip_save: boolean;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
braname: string
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
Optional signature?: string | null
skip_save: boolean
timezone: string
title: string
username: string
version: string
Passport: {
...on Passport: Omit<GraphQLTypes["Passport"], "...on Passport">;
__typename: "Passport";
code: string;
issued_at: string;
issued_by: string;
number: number;
series: number;
}
...on Passport: Omit<GraphQLTypes["Passport"], "...on Passport">
__typename: "Passport"
code: string
issued_at: string
issued_by: string
number: number
series: number
PassportInput: {
code: string;
issued_at: string;
issued_by: string;
number: number;
series: number;
}
code: string
issued_at: string
issued_by: string
number: number
series: number
PaymentDetails: {
...on PaymentDetails: Omit<GraphQLTypes["PaymentDetails"], "...on PaymentDetails">;
__typename: "PaymentDetails";
amount_plus_fee: string;
amount_without_fee: string;
data: GraphQLTypes["JSON"];
fact_fee_percent: number;
fee_amount: string;
fee_percent: number;
tolerance_percent: number;
}
...on PaymentDetails: Omit<GraphQLTypes["PaymentDetails"], "...on PaymentDetails">
__typename: "PaymentDetails"
amount_plus_fee: string
amount_without_fee: string
fact_fee_percent: number
fee_amount: string
fee_percent: number
tolerance_percent: number
PaymentFiltersInput: {
coopname?: string | null;
direction?: GraphQLTypes["PaymentDirection"] | null;
hash?: string | null;
provider?: string | null;
status?: GraphQLTypes["PaymentStatus"] | null;
type?: GraphQLTypes["PaymentType"] | null;
username?: string | null;
}
Optional coopname?: string | null
Optional direction?: GraphQLTypes["PaymentDirection"] | null
Optional hash?: string | null
Optional provider?: string | null
Optional status?: GraphQLTypes["PaymentStatus"] | null
Optional type?: GraphQLTypes["PaymentType"] | null
Optional username?: string | null
PaymentMethod: {
...on PaymentMethod: Omit<GraphQLTypes["PaymentMethod"], "...on PaymentMethod">;
__typename: "PaymentMethod";
created_at: GraphQLTypes["DateTime"];
data: GraphQLTypes["PaymentMethodData"];
is_default: boolean;
method_id: string;
method_type: string;
updated_at: GraphQLTypes["DateTime"];
username: string;
}
...on PaymentMethod: Omit<GraphQLTypes["PaymentMethod"], "...on PaymentMethod">
__typename: "PaymentMethod"
data: GraphQLTypes["PaymentMethodData"]
is_default: boolean
method_id: string
method_type: string
username: string
PaymentMethodData: {
...on BankAccount: "__union" & GraphQLTypes["BankAccount"];
...on SbpAccount: "__union" & GraphQLTypes["SbpAccount"];
__typename: "BankAccount" | "SbpAccount";
}
...on BankAccount: "__union" & GraphQLTypes["BankAccount"]
...on SbpAccount: "__union" & GraphQLTypes["SbpAccount"]
__typename: "BankAccount" | "SbpAccount"
PaymentMethodPaginationResult: {
...on PaymentMethodPaginationResult: Omit<GraphQLTypes["PaymentMethodPaginationResult"], "...on PaymentMethodPaginationResult">;
__typename: "PaymentMethodPaginationResult";
currentPage: number;
items: GraphQLTypes["PaymentMethod"][];
totalCount: number;
totalPages: number;
}
...on PaymentMethodPaginationResult: Omit<GraphQLTypes["PaymentMethodPaginationResult"], "...on PaymentMethodPaginationResult">
__typename: "PaymentMethodPaginationResult"
currentPage: number
items: GraphQLTypes["PaymentMethod"][]
totalCount: number
totalPages: number
Permission: {
...on Permission: Omit<GraphQLTypes["Permission"], "...on Permission">;
__typename: "Permission";
parent: string;
perm_name: string;
required_auth: GraphQLTypes["Authority"];
}
...on Permission: Omit<GraphQLTypes["Permission"], "...on Permission">
__typename: "Permission"
parent: string
perm_name: string
required_auth: GraphQLTypes["Authority"]
PermissionLevel: {
...on PermissionLevel: Omit<GraphQLTypes["PermissionLevel"], "...on PermissionLevel">;
__typename: "PermissionLevel";
actor: string;
permission: string;
}
...on PermissionLevel: Omit<GraphQLTypes["PermissionLevel"], "...on PermissionLevel">
__typename: "PermissionLevel"
actor: string
permission: string
PermissionLevelWeight: {
...on PermissionLevelWeight: Omit<GraphQLTypes["PermissionLevelWeight"], "...on PermissionLevelWeight">;
__typename: "PermissionLevelWeight";
permission: GraphQLTypes["PermissionLevel"];
weight: number;
}
...on PermissionLevelWeight: Omit<GraphQLTypes["PermissionLevelWeight"], "...on PermissionLevelWeight">
__typename: "PermissionLevelWeight"
permission: GraphQLTypes["PermissionLevel"]
weight: number
PrivateAccount: {
...on PrivateAccount: Omit<GraphQLTypes["PrivateAccount"], "...on PrivateAccount">;
__typename: "PrivateAccount";
entrepreneur_data?: GraphQLTypes["Entrepreneur"] | null;
individual_data?: GraphQLTypes["Individual"] | null;
organization_data?: GraphQLTypes["Organization"] | null;
type: GraphQLTypes["AccountType"];
}
...on PrivateAccount: Omit<GraphQLTypes["PrivateAccount"], "...on PrivateAccount">
__typename: "PrivateAccount"
Optional entrepreneur_data?: GraphQLTypes["Entrepreneur"] | null
Optional individual_data?: GraphQLTypes["Individual"] | null
Optional organization_data?: GraphQLTypes["Organization"] | null
PrivateAccountSearchData: {
...on Entrepreneur: "__union" & GraphQLTypes["Entrepreneur"];
...on Individual: "__union" & GraphQLTypes["Individual"];
...on Organization: "__union" & GraphQLTypes["Organization"];
__typename: "Entrepreneur" | "Individual" | "Organization";
}
...on Entrepreneur: "__union" & GraphQLTypes["Entrepreneur"]
...on Individual: "__union" & GraphQLTypes["Individual"]
...on Organization: "__union" & GraphQLTypes["Organization"]
__typename: "Entrepreneur" | "Individual" | "Organization"
PrivateAccountSearchResult: {
...on PrivateAccountSearchResult: Omit<GraphQLTypes["PrivateAccountSearchResult"], "...on PrivateAccountSearchResult">;
__typename: "PrivateAccountSearchResult";
data: GraphQLTypes["PrivateAccountSearchData"];
highlightedFields?: string[] | null;
score?: number | null;
type: string;
}
...on PrivateAccountSearchResult: Omit<GraphQLTypes["PrivateAccountSearchResult"], "...on PrivateAccountSearchResult">
__typename: "PrivateAccountSearchResult"
data: GraphQLTypes["PrivateAccountSearchData"]
Optional highlightedFields?: string[] | null
Optional score?: number | null
type: string
ProcessConvertToAxonStatementInput: {
convertAmount: string;
signedDocument: GraphQLTypes["ConvertToAxonStatementSignedDocumentInput"];
username: string;
}
convertAmount: string
signedDocument: GraphQLTypes["ConvertToAxonStatementSignedDocumentInput"]
username: string
ProcessEdge: {
...on ProcessEdge: Omit<GraphQLTypes["ProcessEdge"], "...on ProcessEdge">;
__typename: "ProcessEdge";
id: string;
source: string;
target: string;
}
...on ProcessEdge: Omit<GraphQLTypes["ProcessEdge"], "...on ProcessEdge">
__typename: "ProcessEdge"
id: string
source: string
target: string
ProcessEdgeInput: {
id: string;
source: string;
target: string;
}
id: string
source: string
target: string
ProcessInstance: {
...on ProcessInstance: Omit<GraphQLTypes["ProcessInstance"], "...on ProcessInstance">;
__typename: "ProcessInstance";
completed_at?: GraphQLTypes["DateTime"] | null;
coopname: string;
cycle: number;
id: string;
project_hash: string;
started_at: GraphQLTypes["DateTime"];
started_by: string;
status: GraphQLTypes["ProcessInstanceStatus"];
step_states: GraphQLTypes["ProcessStepState"][];
template_id: string;
}
...on ProcessInstance: Omit<GraphQLTypes["ProcessInstance"], "...on ProcessInstance">
__typename: "ProcessInstance"
Optional completed_at?: GraphQLTypes["DateTime"] | null
coopname: string
cycle: number
id: string
project_hash: string
started_by: string
status: GraphQLTypes["ProcessInstanceStatus"]
step_states: GraphQLTypes["ProcessStepState"][]
template_id: string
ProcessStepPosition: {
...on ProcessStepPosition: Omit<GraphQLTypes["ProcessStepPosition"], "...on ProcessStepPosition">;
__typename: "ProcessStepPosition";
x: number;
y: number;
}
...on ProcessStepPosition: Omit<GraphQLTypes["ProcessStepPosition"], "...on ProcessStepPosition">
__typename: "ProcessStepPosition"
x: number
y: number
ProcessStepPositionInput: {
x: number;
y: number;
}
ProcessStepState: {
...on ProcessStepState: Omit<GraphQLTypes["ProcessStepState"], "...on ProcessStepState">;
__typename: "ProcessStepState";
completed_at?: GraphQLTypes["DateTime"] | null;
issue_hash?: string | null;
status: GraphQLTypes["ProcessStepStatus"];
step_id: string;
}
...on ProcessStepState: Omit<GraphQLTypes["ProcessStepState"], "...on ProcessStepState">
__typename: "ProcessStepState"
Optional completed_at?: GraphQLTypes["DateTime"] | null
Optional issue_hash?: string | null
status: GraphQLTypes["ProcessStepStatus"]
step_id: string
ProcessStepTemplate: {
...on ProcessStepTemplate: Omit<GraphQLTypes["ProcessStepTemplate"], "...on ProcessStepTemplate">;
__typename: "ProcessStepTemplate";
description?: string | null;
estimate?: number | null;
id: string;
is_start?: boolean | null;
position: GraphQLTypes["ProcessStepPosition"];
title: string;
}
...on ProcessStepTemplate: Omit<GraphQLTypes["ProcessStepTemplate"], "...on ProcessStepTemplate">
__typename: "ProcessStepTemplate"
Optional description?: string | null
Optional estimate?: number | null
id: string
Optional is_start?: boolean | null
position: GraphQLTypes["ProcessStepPosition"]
title: string
ProcessStepTemplateInput: {
description?: string | null;
estimate?: number | null;
id: string;
is_start?: boolean | null;
position: GraphQLTypes["ProcessStepPositionInput"];
title: string;
}
Optional description?: string | null
Optional estimate?: number | null
id: string
Optional is_start?: boolean | null
position: GraphQLTypes["ProcessStepPositionInput"]
title: string
ProcessTemplate: {
...on ProcessTemplate: Omit<GraphQLTypes["ProcessTemplate"], "...on ProcessTemplate">;
__typename: "ProcessTemplate";
coopname: string;
created_at: GraphQLTypes["DateTime"];
created_by: string;
description?: string | null;
edges: GraphQLTypes["ProcessEdge"][];
id: string;
project_hash: string;
status: GraphQLTypes["ProcessTemplateStatus"];
steps: GraphQLTypes["ProcessStepTemplate"][];
title: string;
updated_at: GraphQLTypes["DateTime"];
}
...on ProcessTemplate: Omit<GraphQLTypes["ProcessTemplate"], "...on ProcessTemplate">
__typename: "ProcessTemplate"
coopname: string
created_by: string
Optional description?: string | null
id: string
project_hash: string
status: GraphQLTypes["ProcessTemplateStatus"]
steps: GraphQLTypes["ProcessStepTemplate"][]
title: string
ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput: {
amount: string;
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
amount: string
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ProgramCapitalizationMoneyInvestStatementSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput: {
amount: string;
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
amount: string
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
timezone: string
title: string
username: string
version: string
ProgramWallet: {
...on ProgramWallet: Omit<GraphQLTypes["ProgramWallet"], "...on ProgramWallet">;
__typename: "ProgramWallet";
agreement_id: GraphQLTypes["ID"];
available: string;
blockNum?: number | null;
blocked: string;
coopname: string;
id: GraphQLTypes["ID"];
membership_contribution: string;
program_id: GraphQLTypes["ID"];
program_type?: GraphQLTypes["ProgramType"] | null;
username: string;
}
...on ProgramWallet: Omit<GraphQLTypes["ProgramWallet"], "...on ProgramWallet">
__typename: "ProgramWallet"
available: string
Optional blockNum?: number | null
blocked: string
coopname: string
membership_contribution: string
Optional program_type?: GraphQLTypes["ProgramType"] | null
username: string
ProgramWalletFilterInput: {
coopname?: string | null;
program_id?: string | null;
program_type?: GraphQLTypes["ProgramType"] | null;
username?: string | null;
}
Optional coopname?: string | null
Optional program_id?: string | null
Optional program_type?: GraphQLTypes["ProgramType"] | null
Optional username?: string | null
ProgramWalletsPaginationResult: {
...on ProgramWalletsPaginationResult: Omit<GraphQLTypes["ProgramWalletsPaginationResult"], "...on ProgramWalletsPaginationResult">;
__typename: "ProgramWalletsPaginationResult";
currentPage: number;
items: GraphQLTypes["ProgramWallet"][];
totalCount: number;
totalPages: number;
}
...on ProgramWalletsPaginationResult: Omit<GraphQLTypes["ProgramWalletsPaginationResult"], "...on ProgramWalletsPaginationResult">
__typename: "ProgramWalletsPaginationResult"
currentPage: number
items: GraphQLTypes["ProgramWallet"][]
totalCount: number
totalPages: number
ProhibitRequestInput: {
coopname: string;
exchange_id: number;
meta: string;
username: string;
}
coopname: string
exchange_id: number
meta: string
username: string
ProjectFreeDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
project_id: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
project_id: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ProjectFreeDecisionSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ProjectFreeDecisionSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ProjectFreeDecisionSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ProjectFreeDecisionSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
project_id: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
project_id: string
registry_id: number
timezone: string
title: string
username: string
version: string
ProjectGenerationContractGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
project_hash: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
project_hash: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ProviderSubscription: {
...on ProviderSubscription: Omit<GraphQLTypes["ProviderSubscription"], "...on ProviderSubscription">;
__typename: "ProviderSubscription";
created_at: string;
domain_valid?: boolean | null;
expires_at: string;
id: number;
installation_progress?: number | null;
instance_status?: string | null;
instance_username?: string | null;
is_trial: boolean;
next_payment_due?: string | null;
period_days: number;
price: number;
specific_data?: GraphQLTypes["JSON"] | null;
started_at: string;
status: string;
subscriber_id: number;
subscriber_username: string;
subscription_type_description?: string | null;
subscription_type_id: number;
subscription_type_name: string;
updated_at: string;
}
...on ProviderSubscription: Omit<GraphQLTypes["ProviderSubscription"], "...on ProviderSubscription">
__typename: "ProviderSubscription"
created_at: string
Optional domain_valid?: boolean | null
expires_at: string
id: number
Optional installation_progress?: number | null
Optional instance_status?: string | null
Optional instance_username?: string | null
is_trial: boolean
Optional next_payment_due?: string | null
period_days: number
price: number
Optional specific_data?: GraphQLTypes["JSON"] | null
started_at: string
status: string
subscriber_id: number
subscriber_username: string
Optional subscription_type_description?: string | null
subscription_type_id: number
subscription_type_name: string
updated_at: string
PublicChairman: {
...on PublicChairman: Omit<GraphQLTypes["PublicChairman"], "...on PublicChairman">;
__typename: "PublicChairman";
first_name: string;
last_name: string;
middle_name: string;
}
...on PublicChairman: Omit<GraphQLTypes["PublicChairman"], "...on PublicChairman">
__typename: "PublicChairman"
first_name: string
last_name: string
middle_name: string
PublishProjectFreeDecisionInput: {
coopname: string;
document: GraphQLTypes["ProjectFreeDecisionSignedDocumentInput"];
meta: string;
username: string;
}
coopname: string
document: GraphQLTypes["ProjectFreeDecisionSignedDocumentInput"]
meta: string
username: string
PublishRequestInput: {
coopname: string;
exchange_id: number;
username: string;
}
coopname: string
exchange_id: number
username: string
PushResultInput: {
project_hash: string;
statement: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
}
project_hash: string
statement: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
Query: {
...on Query: Omit<GraphQLTypes["Query"], "...on Query">;
__typename: "Query";
agreements: GraphQLTypes["PaginatedAgreementsPaginationResult"];
candidates: GraphQLTypes["PaginatedCandidatesPaginationResult"];
capitalCandidates: GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"];
capitalCommit?: GraphQLTypes["CapitalCommit"] | null;
capitalCommits: GraphQLTypes["PaginatedCapitalCommitsPaginationResult"];
capitalContributor?: GraphQLTypes["CapitalContributor"] | null;
capitalContributors: GraphQLTypes["PaginatedCapitalContributorsPaginationResult"];
capitalCycles: GraphQLTypes["PaginatedCapitalCyclesPaginationResult"];
capitalDebt?: GraphQLTypes["CapitalDebt"] | null;
capitalDebts: GraphQLTypes["PaginatedCapitalDebtsPaginationResult"];
capitalExpense?: GraphQLTypes["CapitalExpense"] | null;
capitalExpenses: GraphQLTypes["PaginatedCapitalExpensesPaginationResult"];
capitalGetProcessInstance?: GraphQLTypes["ProcessInstance"] | null;
capitalGetProcessInstances: GraphQLTypes["ProcessInstance"][];
capitalGetProcessTemplate?: GraphQLTypes["ProcessTemplate"] | null;
capitalGetProcessTemplates: GraphQLTypes["ProcessTemplate"][];
capitalInvest?: GraphQLTypes["CapitalInvest"] | null;
capitalInvests: GraphQLTypes["PaginatedCapitalInvestsPaginationResult"];
capitalIssue?: GraphQLTypes["CapitalIssue"] | null;
capitalIssues: GraphQLTypes["PaginatedCapitalIssuesPaginationResult"];
capitalProject?: GraphQLTypes["CapitalProject"] | null;
capitalProjectWithRelations?: GraphQLTypes["CapitalProject"] | null;
capitalProjects: GraphQLTypes["PaginatedCapitalProjectsPaginationResult"];
capitalResult?: GraphQLTypes["CapitalResult"] | null;
capitalResults: GraphQLTypes["PaginatedCapitalResultsPaginationResult"];
capitalSegment?: GraphQLTypes["CapitalSegment"] | null;
capitalSegments: GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"];
capitalState?: GraphQLTypes["CapitalState"] | null;
capitalStories: GraphQLTypes["PaginatedCapitalStoriesPaginationResult"];
capitalStory?: GraphQLTypes["CapitalStory"] | null;
capitalTimeEntries: GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"];
capitalTimeEntriesByIssues: GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"];
capitalTimeStats: GraphQLTypes["CapitalTimeStats"];
capitalVote?: GraphQLTypes["CapitalVote"] | null;
capitalVotes: GraphQLTypes["PaginatedCapitalVotesPaginationResult"];
chairmanApproval?: GraphQLTypes["Approval"] | null;
chairmanApprovals: GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"];
chatcoopCheckUsernameAvailability: boolean;
chatcoopGetAccountStatus: GraphQLTypes["MatrixAccountStatusResponseDTO"];
chatcoopGetMaxOriginServerTsForRoom?: number | null;
chatcoopGetRoomMessagesForUtcDate: GraphQLTypes["ChatcoopRoomMessageLine"][];
chatcoopGetTranscription?: GraphQLTypes["CallTranscriptionWithSegments"] | null;
chatcoopGetTranscriptions: GraphQLTypes["CallTranscription"][];
chatcoopListCalendarEvents: GraphQLTypes["ChatCoopCalendarEvent"][];
chatcoopListCalendarRooms: GraphQLTypes["ChatCoopCalendarRoomOption"][];
chatcoopListProjectCommunicationRooms: GraphQLTypes["ChatcoopProjectCommunicationRoom"][];
chatcoopListUtcDatesWithNewRoomMessages: string[];
getAccount: GraphQLTypes["Account"];
getAccounts: GraphQLTypes["AccountsPaginationResult"];
getActions: GraphQLTypes["PaginatedActionsPaginationResult"];
getAgenda: GraphQLTypes["AgendaWithDocuments"][];
getAvailableReports: GraphQLTypes["AvailableReport"][];
getBranches: GraphQLTypes["Branch"][];
getCapitalIssueLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"];
getCapitalOnboardingState: GraphQLTypes["CapitalOnboardingState"];
getCapitalProjectLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"];
getChairmanOnboardingState: GraphQLTypes["ChairmanOnboardingState"];
getCurrentInstance?: GraphQLTypes["CurrentInstanceDTO"] | null;
getCurrentTableStates: GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"];
getDeltas: GraphQLTypes["PaginatedDeltasPaginationResult"];
getDesktop: GraphQLTypes["Desktop"];
getDocuments: GraphQLTypes["DocumentsAggregatePaginationResult"];
getExtensionLogs: GraphQLTypes["ExtensionLogsPaginationResult"];
getExtensions: GraphQLTypes["Extension"][];
getInstallationStatus: GraphQLTypes["InstallationStatus"];
getLedger: GraphQLTypes["LedgerState"];
getLedgerHistory: GraphQLTypes["LedgerHistoryResponse"];
getMeet: GraphQLTypes["MeetAggregate"];
getMeets: GraphQLTypes["MeetAggregate"][];
getPaymentMethods: GraphQLTypes["PaymentMethodPaginationResult"];
getPayments: GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"];
getProgramWallet?: GraphQLTypes["ProgramWallet"] | null;
getProgramWallets: GraphQLTypes["ProgramWalletsPaginationResult"];
getProviderSubscriptionById: GraphQLTypes["ProviderSubscription"];
getProviderSubscriptions: GraphQLTypes["ProviderSubscription"][];
getRegistrationConfig: GraphQLTypes["RegistrationConfig"];
getSystemInfo: GraphQLTypes["SystemInfo"];
getUserWebPushSubscriptions: GraphQLTypes["WebPushSubscriptionDto"][];
getWebPushSubscriptionStats: GraphQLTypes["SubscriptionStatsDto"];
onecoopGetDocuments: GraphQLTypes["OneCoopDocumentsResponse"];
searchDocuments: GraphQLTypes["SearchResult"][];
searchPrivateAccounts: GraphQLTypes["PrivateAccountSearchResult"][];
}
...on Query: Omit<GraphQLTypes["Query"], "...on Query">
__typename: "Query"
agreements: GraphQLTypes["PaginatedAgreementsPaginationResult"]
candidates: GraphQLTypes["PaginatedCandidatesPaginationResult"]
capitalCandidates: GraphQLTypes["PaginatedCapitalCandidatesPaginationResult"]
Optional capitalCommit?: GraphQLTypes["CapitalCommit"] | null
capitalCommits: GraphQLTypes["PaginatedCapitalCommitsPaginationResult"]
Optional capitalContributor?: GraphQLTypes["CapitalContributor"] | null
capitalContributors: GraphQLTypes["PaginatedCapitalContributorsPaginationResult"]
capitalCycles: GraphQLTypes["PaginatedCapitalCyclesPaginationResult"]
Optional capitalDebt?: GraphQLTypes["CapitalDebt"] | null
capitalDebts: GraphQLTypes["PaginatedCapitalDebtsPaginationResult"]
Optional capitalExpense?: GraphQLTypes["CapitalExpense"] | null
capitalExpenses: GraphQLTypes["PaginatedCapitalExpensesPaginationResult"]
Optional capitalGetProcessInstance?: GraphQLTypes["ProcessInstance"] | null
capitalGetProcessInstances: GraphQLTypes["ProcessInstance"][]
Optional capitalGetProcessTemplate?: GraphQLTypes["ProcessTemplate"] | null
capitalGetProcessTemplates: GraphQLTypes["ProcessTemplate"][]
Optional capitalInvest?: GraphQLTypes["CapitalInvest"] | null
capitalInvests: GraphQLTypes["PaginatedCapitalInvestsPaginationResult"]
Optional capitalIssue?: GraphQLTypes["CapitalIssue"] | null
capitalIssues: GraphQLTypes["PaginatedCapitalIssuesPaginationResult"]
Optional capitalProject?: GraphQLTypes["CapitalProject"] | null
Optional capitalProjectWithRelations?: GraphQLTypes["CapitalProject"] | null
capitalProjects: GraphQLTypes["PaginatedCapitalProjectsPaginationResult"]
Optional capitalResult?: GraphQLTypes["CapitalResult"] | null
capitalResults: GraphQLTypes["PaginatedCapitalResultsPaginationResult"]
Optional capitalSegment?: GraphQLTypes["CapitalSegment"] | null
capitalSegments: GraphQLTypes["PaginatedCapitalSegmentsPaginationResult"]
Optional capitalState?: GraphQLTypes["CapitalState"] | null
capitalStories: GraphQLTypes["PaginatedCapitalStoriesPaginationResult"]
Optional capitalStory?: GraphQLTypes["CapitalStory"] | null
capitalTimeEntries: GraphQLTypes["PaginatedCapitalTimeEntriesPaginationResult"]
capitalTimeEntriesByIssues: GraphQLTypes["PaginatedCapitalTimeEntriesByIssuesPaginationResult"]
capitalTimeStats: GraphQLTypes["CapitalTimeStats"]
Optional capitalVote?: GraphQLTypes["CapitalVote"] | null
capitalVotes: GraphQLTypes["PaginatedCapitalVotesPaginationResult"]
Optional chairmanApproval?: GraphQLTypes["Approval"] | null
chairmanApprovals: GraphQLTypes["PaginatedChairmanApprovalsPaginationResult"]
chatcoopCheckUsernameAvailability: boolean
chatcoopGetAccountStatus: GraphQLTypes["MatrixAccountStatusResponseDTO"]
Optional chatcoopGetMaxOriginServerTsForRoom?: number | null
chatcoopGetRoomMessagesForUtcDate: GraphQLTypes["ChatcoopRoomMessageLine"][]
Optional chatcoopGetTranscription?: GraphQLTypes["CallTranscriptionWithSegments"] | null
chatcoopGetTranscriptions: GraphQLTypes["CallTranscription"][]
chatcoopListCalendarEvents: GraphQLTypes["ChatCoopCalendarEvent"][]
chatcoopListCalendarRooms: GraphQLTypes["ChatCoopCalendarRoomOption"][]
chatcoopListProjectCommunicationRooms: GraphQLTypes["ChatcoopProjectCommunicationRoom"][]
chatcoopListUtcDatesWithNewRoomMessages: string[]
getAccounts: GraphQLTypes["AccountsPaginationResult"]
getActions: GraphQLTypes["PaginatedActionsPaginationResult"]
getAgenda: GraphQLTypes["AgendaWithDocuments"][]
getAvailableReports: GraphQLTypes["AvailableReport"][]
getBranches: GraphQLTypes["Branch"][]
getCapitalIssueLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"]
getCapitalOnboardingState: GraphQLTypes["CapitalOnboardingState"]
getCapitalProjectLogs: GraphQLTypes["PaginatedCapitalLogsPaginationResult"]
getChairmanOnboardingState: GraphQLTypes["ChairmanOnboardingState"]
Optional getCurrentInstance?: GraphQLTypes["CurrentInstanceDTO"] | null
getCurrentTableStates: GraphQLTypes["PaginatedCurrentTableStatesPaginationResult"]
getDeltas: GraphQLTypes["PaginatedDeltasPaginationResult"]
getDocuments: GraphQLTypes["DocumentsAggregatePaginationResult"]
getExtensionLogs: GraphQLTypes["ExtensionLogsPaginationResult"]
getExtensions: GraphQLTypes["Extension"][]
getInstallationStatus: GraphQLTypes["InstallationStatus"]
getLedger: GraphQLTypes["LedgerState"]
getLedgerHistory: GraphQLTypes["LedgerHistoryResponse"]
getMeet: GraphQLTypes["MeetAggregate"]
getMeets: GraphQLTypes["MeetAggregate"][]
getPaymentMethods: GraphQLTypes["PaymentMethodPaginationResult"]
getPayments: GraphQLTypes["PaginatedGatewayPaymentsPaginationResult"]
Optional getProgramWallet?: GraphQLTypes["ProgramWallet"] | null
getProgramWallets: GraphQLTypes["ProgramWalletsPaginationResult"]
getProviderSubscriptionById: GraphQLTypes["ProviderSubscription"]
getProviderSubscriptions: GraphQLTypes["ProviderSubscription"][]
getRegistrationConfig: GraphQLTypes["RegistrationConfig"]
getSystemInfo: GraphQLTypes["SystemInfo"]
getUserWebPushSubscriptions: GraphQLTypes["WebPushSubscriptionDto"][]
getWebPushSubscriptionStats: GraphQLTypes["SubscriptionStatsDto"]
onecoopGetDocuments: GraphQLTypes["OneCoopDocumentsResponse"]
searchDocuments: GraphQLTypes["SearchResult"][]
searchPrivateAccounts: GraphQLTypes["PrivateAccountSearchResult"][]
Question: {
...on Question: Omit<GraphQLTypes["Question"], "...on Question">;
__typename: "Question";
context: string;
coopname: string;
counter_votes_abstained: number;
counter_votes_against: number;
counter_votes_for: number;
decision: string;
id: number;
meet_id: number;
number: number;
title: string;
voters_abstained: string[];
voters_against: string[];
voters_for: string[];
}
...on Question: Omit<GraphQLTypes["Question"], "...on Question">
__typename: "Question"
context: string
coopname: string
counter_votes_abstained: number
counter_votes_against: number
counter_votes_for: number
decision: string
id: number
meet_id: number
number: number
title: string
voters_abstained: string[]
voters_against: string[]
voters_for: string[]
ReceiveOnRequestInput: {
coopname: string;
document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"];
exchange_id: number;
username: string;
}
coopname: string
document: GraphQLTypes["ReturnByAssetActSignedDocumentInput"]
exchange_id: number
username: string
RefreshInput: {
access_token: string;
refresh_token: string;
}
access_token: string
refresh_token: string
RefreshProgramInput: {
coopname: string;
username: string;
}
coopname: string
username: string
RefreshSegmentInput: {
coopname: string;
project_hash: string;
username: string;
}
coopname: string
project_hash: string
username: string
RefundRequest: {
...on RefundRequest: Omit<GraphQLTypes["RefundRequest"], "...on RefundRequest">;
__typename: "RefundRequest";
cpu_amount: string;
net_amount: string;
owner: string;
request_time: string;
}
...on RefundRequest: Omit<GraphQLTypes["RefundRequest"], "...on RefundRequest">
__typename: "RefundRequest"
cpu_amount: string
net_amount: string
owner: string
request_time: string
RegisterAccountInput: {
email: string;
entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null;
individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null;
organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null;
public_key: string;
referer?: string | null;
type: GraphQLTypes["AccountType"];
username: string;
}
email: string
Optional entrepreneur_data?: GraphQLTypes["CreateEntrepreneurDataInput"] | null
Optional individual_data?: GraphQLTypes["CreateIndividualDataInput"] | null
Optional organization_data?: GraphQLTypes["CreateOrganizationDataInput"] | null
public_key: string
Optional referer?: string | null
username: string
RegisterContributorInput: {
about?: string | null;
contract: GraphQLTypes["GenerationContractSignedDocumentInput"];
contributor_hash: string;
coopname: string;
hours_per_day?: number | null;
rate_per_hour?: string | null;
username: string;
}
Optional about?: string | null
contract: GraphQLTypes["GenerationContractSignedDocumentInput"]
contributor_hash: string
coopname: string
Optional hours_per_day?: number | null
Optional rate_per_hour?: string | null
username: string
RegisterParticipantInput: {
blagorost_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
braname?: string | null;
generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null;
privacy_agreement: GraphQLTypes["SignedDigitalDocumentInput"];
program_key?: GraphQLTypes["ProgramKey"] | null;
signature_agreement: GraphQLTypes["SignedDigitalDocumentInput"];
statement: GraphQLTypes["ParticipantApplicationSignedDocumentInput"];
user_agreement: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
wallet_agreement: GraphQLTypes["SignedDigitalDocumentInput"];
}
Optional blagorost_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null
Optional braname?: string | null
Optional generator_offer?: GraphQLTypes["SignedDigitalDocumentInput"] | null
privacy_agreement: GraphQLTypes["SignedDigitalDocumentInput"]
Optional program_key?: GraphQLTypes["ProgramKey"] | null
signature_agreement: GraphQLTypes["SignedDigitalDocumentInput"]
statement: GraphQLTypes["ParticipantApplicationSignedDocumentInput"]
user_agreement: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
wallet_agreement: GraphQLTypes["SignedDigitalDocumentInput"]
RegisteredAccount: {
...on RegisteredAccount: Omit<GraphQLTypes["RegisteredAccount"], "...on RegisteredAccount">;
__typename: "RegisteredAccount";
account: GraphQLTypes["Account"];
tokens: GraphQLTypes["Tokens"];
}
...on RegisteredAccount: Omit<GraphQLTypes["RegisteredAccount"], "...on RegisteredAccount">
__typename: "RegisteredAccount"
RegistrationConfig: {
...on RegistrationConfig: Omit<GraphQLTypes["RegistrationConfig"], "...on RegistrationConfig">;
__typename: "RegistrationConfig";
programs: GraphQLTypes["RegistrationProgram"][];
requires_selection: boolean;
}
...on RegistrationConfig: Omit<GraphQLTypes["RegistrationConfig"], "...on RegistrationConfig">
__typename: "RegistrationConfig"
programs: GraphQLTypes["RegistrationProgram"][]
requires_selection: boolean
RegistrationProgram: {
...on RegistrationProgram: Omit<GraphQLTypes["RegistrationProgram"], "...on RegistrationProgram">;
__typename: "RegistrationProgram";
applicable_account_types: GraphQLTypes["AccountType"][];
description: string;
image_url?: string | null;
key: string;
order: number;
requirements?: string | null;
title: string;
}
...on RegistrationProgram: Omit<GraphQLTypes["RegistrationProgram"], "...on RegistrationProgram">
__typename: "RegistrationProgram"
applicable_account_types: GraphQLTypes["AccountType"][]
description: string
Optional image_url?: string | null
key: string
order: number
Optional requirements?: string | null
title: string
RepresentedBy: {
...on RepresentedBy: Omit<GraphQLTypes["RepresentedBy"], "...on RepresentedBy">;
__typename: "RepresentedBy";
based_on: string;
first_name: string;
last_name: string;
middle_name: string;
position: string;
}
...on RepresentedBy: Omit<GraphQLTypes["RepresentedBy"], "...on RepresentedBy">
__typename: "RepresentedBy"
based_on: string
first_name: string
last_name: string
middle_name: string
position: string
RepresentedByCertificate: {
...on RepresentedByCertificate: Omit<GraphQLTypes["RepresentedByCertificate"], "...on RepresentedByCertificate">;
__typename: "RepresentedByCertificate";
first_name: string;
last_name: string;
middle_name: string;
position: string;
}
...on RepresentedByCertificate: Omit<GraphQLTypes["RepresentedByCertificate"], "...on RepresentedByCertificate">
__typename: "RepresentedByCertificate"
first_name: string
last_name: string
middle_name: string
position: string
RepresentedByInput: {
based_on: string;
first_name: string;
last_name: string;
middle_name: string;
position: string;
}
based_on: string
first_name: string
last_name: string
middle_name: string
position: string
ResetKeyInput: {
public_key: string;
token: string;
}
public_key: string
token: string
ResourceDelegationDTO: {
...on ResourceDelegationDTO: Omit<GraphQLTypes["ResourceDelegationDTO"], "...on ResourceDelegationDTO">;
__typename: "ResourceDelegationDTO";
cpu_weight: string;
from: string;
net_weight: string;
to: string;
}
...on ResourceDelegationDTO: Omit<GraphQLTypes["ResourceDelegationDTO"], "...on ResourceDelegationDTO">
__typename: "ResourceDelegationDTO"
cpu_weight: string
from: string
net_weight: string
to: string
ResourceOverview: {
...on ResourceOverview: Omit<GraphQLTypes["ResourceOverview"], "...on ResourceOverview">;
__typename: "ResourceOverview";
cpu_weight: string;
net_weight: string;
owner: string;
ram_bytes: number;
}
...on ResourceOverview: Omit<GraphQLTypes["ResourceOverview"], "...on ResourceOverview">
__typename: "ResourceOverview"
cpu_weight: string
net_weight: string
owner: string
ram_bytes: number
RestartAnnualGeneralMeetInput: {
coopname: string;
details?: string | null;
hash: string;
new_close_at: GraphQLTypes["DateTime"];
new_open_at: GraphQLTypes["DateTime"];
newproposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"];
}
coopname: string
Optional details?: string | null
hash: string
new_close_at: GraphQLTypes["DateTime"]
new_open_at: GraphQLTypes["DateTime"]
newproposal: GraphQLTypes["AnnualGeneralMeetingAgendaSignedDocumentInput"]
ResultContributionActGenerateInput: {
result_hash: string;
username: string;
}
result_hash: string
username: string
ResultContributionDecisionGenerateInput: {
decision_id: number;
result_hash: string;
username: string;
}
decision_id: number
result_hash: string
username: string
ResultContributionStatementGenerateInput: {
project_hash: string;
username: string;
}
project_hash: string
username: string
ResultFilter: {
projectHash?: string | null;
status?: string | null;
username?: string | null;
}
Optional projectHash?: string | null
Optional status?: string | null
Optional username?: string | null
ReturnByAssetActGenerateDocumentInput: {
act_id: string;
block_num?: number | null;
braname?: string | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
request_id: number;
timezone?: string | null;
title?: string | null;
transmitter: string;
username: string;
version?: string | null;
}
act_id: string
Optional block_num?: number | null
Optional braname?: string | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
request_id: number
Optional timezone?: string | null
Optional title?: string | null
transmitter: string
username: string
Optional version?: string | null
ReturnByAssetActSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ReturnByAssetActSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ReturnByAssetActSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ReturnByAssetActSignedMetaDocumentInput: {
act_id: string;
block_num: number;
braname?: string | null;
coopname: string;
created_at: string;
decision_id: number;
generator: string;
lang: string;
links: string[];
registry_id: number;
request_id: number;
timezone: string;
title: string;
transmitter: string;
username: string;
version: string;
}
act_id: string
block_num: number
Optional braname?: string | null
coopname: string
created_at: string
decision_id: number
generator: string
lang: string
links: string[]
registry_id: number
request_id: number
timezone: string
title: string
transmitter: string
username: string
version: string
ReturnByAssetDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
request_id: number;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
request_id: number
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ReturnByAssetStatementGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
request: GraphQLTypes["CommonRequestInput"];
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
request: GraphQLTypes["CommonRequestInput"]
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ReturnByAssetStatementSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ReturnByAssetStatementSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ReturnByAssetStatementSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ReturnByAssetStatementSignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
request: GraphQLTypes["CommonRequestInput"];
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
request: GraphQLTypes["CommonRequestInput"]
timezone: string
title: string
username: string
version: string
ReturnByMoneyDecisionGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
currency: string;
decision_id: number;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
payment_hash: string;
quantity: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
currency: string
decision_id: number
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
payment_hash: string
quantity: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ReturnByMoneyGenerateDocumentInput: {
block_num?: number | null;
coopname: string;
created_at?: string | null;
currency: string;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
method_id: string;
payment_hash: string;
quantity: string;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
coopname: string
Optional created_at?: string | null
currency: string
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
method_id: string
payment_hash: string
quantity: string
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
ReturnByMoneySignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["ReturnByMoneySignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["ReturnByMoneySignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
ReturnByMoneySignedMetaDocumentInput: {
block_num: number;
coopname: string;
created_at: string;
currency: string;
generator: string;
lang: string;
links: string[];
method_id: string;
payment_hash: string;
quantity: string;
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
coopname: string
created_at: string
currency: string
generator: string
lang: string
links: string[]
method_id: string
payment_hash: string
quantity: string
registry_id: number
timezone: string
title: string
username: string
version: string
SbpAccount: {
...on SbpAccount: Omit<GraphQLTypes["SbpAccount"], "...on SbpAccount">;
__typename: "SbpAccount";
phone: string;
}
...on SbpAccount: Omit<GraphQLTypes["SbpAccount"], "...on SbpAccount">
__typename: "SbpAccount"
phone: string
SbpDataInput: {
phone: string;
}
SearchDocumentsInput: {
limit?: number | null;
query: string;
}
Optional limit?: number | null
query: string
SearchPrivateAccountsInput: {
query: string;
}
SearchResult: {
...on SearchResult: Omit<GraphQLTypes["SearchResult"], "...on SearchResult">;
__typename: "SearchResult";
coopname: string;
created_at?: string | null;
full_title: string;
hash: string;
highlights: string[];
registry_id: number;
username: string;
}
...on SearchResult: Omit<GraphQLTypes["SearchResult"], "...on SearchResult">
__typename: "SearchResult"
coopname: string
Optional created_at?: string | null
full_title: string
hash: string
highlights: string[]
registry_id: number
username: string
SelectBranchGenerateDocumentInput: {
block_num?: number | null;
braname: string;
coopname: string;
created_at?: string | null;
generator?: string | null;
lang?: string | null;
links?: string[] | null;
timezone?: string | null;
title?: string | null;
username: string;
version?: string | null;
}
Optional block_num?: number | null
braname: string
coopname: string
Optional created_at?: string | null
Optional generator?: string | null
Optional lang?: string | null
Optional links?: string[] | null
Optional timezone?: string | null
Optional title?: string | null
username: string
Optional version?: string | null
SelectBranchInput: {
braname: string;
coopname: string;
document: GraphQLTypes["SelectBranchSignedDocumentInput"];
username: string;
}
braname: string
coopname: string
document: GraphQLTypes["SelectBranchSignedDocumentInput"]
username: string
SelectBranchSignedDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["SelectBranchSignedMetaDocumentInput"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta: GraphQLTypes["SelectBranchSignedMetaDocumentInput"]
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
SelectBranchSignedMetaDocumentInput: {
block_num: number;
braname: string;
coopname: string;
created_at: string;
generator: string;
lang: string;
links: string[];
registry_id: number;
timezone: string;
title: string;
username: string;
version: string;
}
block_num: number
braname: string
coopname: string
created_at: string
generator: string
lang: string
links: string[]
registry_id: number
timezone: string
title: string
username: string
version: string
SendAgreementInput: {
administrator: string;
agreement_type: string;
coopname: string;
document: GraphQLTypes["SignedDigitalDocumentInput"];
username: string;
}
administrator: string
agreement_type: string
coopname: string
document: GraphQLTypes["SignedDigitalDocumentInput"]
username: string
SetCapitalProjectDevelopmentRepositoryUrlInput: {
development_repository_url?: string | null;
project_hash: string;
}
Optional development_repository_url?: string | null
project_hash: string
SetConfigInput: {
config: GraphQLTypes["ConfigInput"];
coopname: string;
}
SetMasterInput: {
coopname: string;
master: string;
project_hash: string;
}
coopname: string
master: string
project_hash: string
SetPaymentStatusInput: {
id: string;
status: GraphQLTypes["PaymentStatus"];
}
SetPlanInput: {
coopname: string;
master: string;
plan_creators_hours: number;
plan_expenses: string;
plan_hour_cost: string;
project_hash: string;
}
coopname: string
master: string
plan_creators_hours: number
plan_expenses: string
plan_hour_cost: string
project_hash: string
SetVarsInput: {
confidential_email: string;
confidential_link: string;
contact_email: string;
coopenomics_agreement?: GraphQLTypes["AgreementVarInput"] | null;
coopname: string;
full_abbr: string;
full_abbr_dative: string;
full_abbr_genitive: string;
name: string;
participant_application?: GraphQLTypes["AgreementVarInput"] | null;
passport_request?: string | null;
privacy_agreement?: GraphQLTypes["AgreementVarInput"] | null;
short_abbr: string;
signature_agreement?: GraphQLTypes["AgreementVarInput"] | null;
statute_link: string;
user_agreement?: GraphQLTypes["AgreementVarInput"] | null;
wallet_agreement?: GraphQLTypes["AgreementVarInput"] | null;
website: string;
}
confidential_email: string
confidential_link: string
contact_email: string
Optional coopenomics_agreement?: GraphQLTypes["AgreementVarInput"] | null
coopname: string
full_abbr: string
full_abbr_dative: string
full_abbr_genitive: string
name: string
Optional participant_application?: GraphQLTypes["AgreementVarInput"] | null
Optional passport_request?: string | null
Optional privacy_agreement?: GraphQLTypes["AgreementVarInput"] | null
short_abbr: string
Optional signature_agreement?: GraphQLTypes["AgreementVarInput"] | null
statute_link: string
Optional user_agreement?: GraphQLTypes["AgreementVarInput"] | null
Optional wallet_agreement?: GraphQLTypes["AgreementVarInput"] | null
website: string
SetWifInput: {
permission: string;
username: string;
wif: string;
}
permission: string
username: string
wif: string
Settings: {
...on Settings: Omit<GraphQLTypes["Settings"], "...on Settings">;
__typename: "Settings";
authorized_default_route: string;
authorized_default_workspace: string;
coopname: string;
created_at: GraphQLTypes["DateTime"];
non_authorized_default_route: string;
non_authorized_default_workspace: string;
provider_name: string;
updated_at: GraphQLTypes["DateTime"];
}
...on Settings: Omit<GraphQLTypes["Settings"], "...on Settings">
__typename: "Settings"
authorized_default_route: string
authorized_default_workspace: string
coopname: string
non_authorized_default_route: string
non_authorized_default_workspace: string
provider_name: string
SignActAsChairmanInput: {
act: GraphQLTypes["SignedDigitalDocumentInput"];
coopname: string;
result_hash: string;
}
act: GraphQLTypes["SignedDigitalDocumentInput"]
coopname: string
result_hash: string
SignActAsContributorInput: {
act: GraphQLTypes["SignedDigitalDocumentInput"];
coopname: string;
result_hash: string;
}
act: GraphQLTypes["SignedDigitalDocumentInput"]
coopname: string
result_hash: string
SignByPresiderOnAnnualGeneralMeetInput: {
coopname: string;
hash: string;
presider_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"];
username: string;
}
coopname: string
hash: string
presider_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"]
username: string
SignBySecretaryOnAnnualGeneralMeetInput: {
coopname: string;
hash: string;
secretary_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"];
username: string;
}
coopname: string
hash: string
secretary_decision: GraphQLTypes["AnnualGeneralMeetingDecisionSignedDocumentInput"]
username: string
SignatureInfo: {
...on SignatureInfo: Omit<GraphQLTypes["SignatureInfo"], "...on SignatureInfo">;
__typename: "SignatureInfo";
id: number;
is_valid?: boolean | null;
meta: GraphQLTypes["JSON"];
public_key: string;
signature: string;
signed_at: string;
signed_hash: string;
signer: string;
signer_certificate?: GraphQLTypes["UserCertificateUnion"] | null;
}
...on SignatureInfo: Omit<GraphQLTypes["SignatureInfo"], "...on SignatureInfo">
__typename: "SignatureInfo"
id: number
Optional is_valid?: boolean | null
public_key: string
signature: string
signed_at: string
signed_hash: string
signer: string
Optional signer_certificate?: GraphQLTypes["UserCertificateUnion"] | null
SignatureInfoInput: {
id: number;
meta: string;
public_key: string;
signature: string;
signed_at: string;
signed_hash: string;
signer: string;
}
id: number
meta: string
public_key: string
signature: string
signed_at: string
signed_hash: string
signer: string
SignedBlockchainDocument: {
...on SignedBlockchainDocument: Omit<GraphQLTypes["SignedBlockchainDocument"], "...on SignedBlockchainDocument">;
__typename: "SignedBlockchainDocument";
doc_hash: string;
hash: string;
meta: string;
meta_hash: string;
signatures: GraphQLTypes["SignatureInfo"][];
version: string;
}
...on SignedBlockchainDocument: Omit<GraphQLTypes["SignedBlockchainDocument"], "...on SignedBlockchainDocument">
__typename: "SignedBlockchainDocument"
doc_hash: string
hash: string
meta: string
meta_hash: string
signatures: GraphQLTypes["SignatureInfo"][]
version: string
SignedDigitalDocument: {
...on SignedDigitalDocument: Omit<GraphQLTypes["SignedDigitalDocument"], "...on SignedDigitalDocument">;
__typename: "SignedDigitalDocument";
doc_hash: string;
hash: string;
meta: GraphQLTypes["JSON"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfo"][];
version: string;
}
...on SignedDigitalDocument: Omit<GraphQLTypes["SignedDigitalDocument"], "...on SignedDigitalDocument">
__typename: "SignedDigitalDocument"
doc_hash: string
hash: string
meta_hash: string
signatures: GraphQLTypes["SignatureInfo"][]
version: string
SignedDigitalDocumentInput: {
doc_hash: string;
hash: string;
meta: GraphQLTypes["JSON"];
meta_hash: string;
signatures: GraphQLTypes["SignatureInfoInput"][];
version: string;
}
doc_hash: string
hash: string
meta_hash: string
signatures: GraphQLTypes["SignatureInfoInput"][]
version: string
SovietMemberInput: {
individual_data: GraphQLTypes["CreateSovietIndividualDataInput"];
role: string;
}
individual_data: GraphQLTypes["CreateSovietIndividualDataInput"]
role: string
StartInstallInput: {
wif: string;
}
StartInstallResult: {
...on StartInstallResult: Omit<GraphQLTypes["StartInstallResult"], "...on StartInstallResult">;
__typename: "StartInstallResult";
coopname: string;
install_code: string;
}
...on StartInstallResult: Omit<GraphQLTypes["StartInstallResult"], "...on StartInstallResult">
__typename: "StartInstallResult"
coopname: string
install_code: string
StartProcessInput: {
project_hash: string;
template_id: string;
}
project_hash: string
template_id: string
StartProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
StartResetKeyInput: {
email: string;
}
StartVotingInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
StatementDetailAggregate: {
...on StatementDetailAggregate: Omit<GraphQLTypes["StatementDetailAggregate"], "...on StatementDetailAggregate">;
__typename: "StatementDetailAggregate";
action: GraphQLTypes["ExtendedBlockchainAction"];
documentAggregate: GraphQLTypes["DocumentAggregate"];
}
...on StatementDetailAggregate: Omit<GraphQLTypes["StatementDetailAggregate"], "...on StatementDetailAggregate">
__typename: "StatementDetailAggregate"
action: GraphQLTypes["ExtendedBlockchainAction"]
documentAggregate: GraphQLTypes["DocumentAggregate"]
StopProjectInput: {
coopname: string;
project_hash: string;
}
coopname: string
project_hash: string
SubmitVoteInput: {
coopname: string;
project_hash: string;
votes: GraphQLTypes["VoteDistributionInput"][];
}
coopname: string
project_hash: string
votes: GraphQLTypes["VoteDistributionInput"][]
SubscriptionStatsDto: {
...on SubscriptionStatsDto: Omit<GraphQLTypes["SubscriptionStatsDto"], "...on SubscriptionStatsDto">;
__typename: "SubscriptionStatsDto";
active: number;
inactive: number;
total: number;
uniqueUsers: number;
}
...on SubscriptionStatsDto: Omit<GraphQLTypes["SubscriptionStatsDto"], "...on SubscriptionStatsDto">
__typename: "SubscriptionStatsDto"
active: number
inactive: number
total: number
uniqueUsers: number
SupplyOnRequestInput: {
coopname: string;
document: GraphQLTypes["AssetContributionActSignedDocumentInput"];
exchange_id: number;
username: string;
}
coopname: string
document: GraphQLTypes["AssetContributionActSignedDocumentInput"]
exchange_id: number
username: string
Symbols: {
...on Symbols: Omit<GraphQLTypes["Symbols"], "...on Symbols">;
__typename: "Symbols";
root_govern_precision: number;
root_govern_symbol: string;
root_precision: number;
root_symbol: string;
}
...on Symbols: Omit<GraphQLTypes["Symbols"], "...on Symbols">
__typename: "Symbols"
root_govern_precision: number
root_govern_symbol: string
root_precision: number
root_symbol: string
SystemFeatures: {
...on SystemFeatures: Omit<GraphQLTypes["SystemFeatures"], "...on SystemFeatures">;
__typename: "SystemFeatures";
search: boolean;
}
...on SystemFeatures: Omit<GraphQLTypes["SystemFeatures"], "...on SystemFeatures">
__typename: "SystemFeatures"
search: boolean
SystemInfo: {
...on SystemInfo: Omit<GraphQLTypes["SystemInfo"], "...on SystemInfo">;
__typename: "SystemInfo";
blockchain_account: GraphQLTypes["BlockchainAccount"];
blockchain_info: GraphQLTypes["BlockchainInfoDTO"];
board_members?: GraphQLTypes["BoardMember"][] | null;
contacts?: GraphQLTypes["ContactsDTO"] | null;
cooperator_account: GraphQLTypes["CooperativeOperatorAccount"];
coopname: string;
features: GraphQLTypes["SystemFeatures"];
is_providered: boolean;
is_unioned: boolean;
settings: GraphQLTypes["Settings"];
symbols: GraphQLTypes["Symbols"];
system_status: GraphQLTypes["SystemStatus"];
union_link: string;
vars?: GraphQLTypes["Vars"] | null;
}
...on SystemInfo: Omit<GraphQLTypes["SystemInfo"], "...on SystemInfo">
__typename: "SystemInfo"
blockchain_account: GraphQLTypes["BlockchainAccount"]
blockchain_info: GraphQLTypes["BlockchainInfoDTO"]
Optional board_members?: GraphQLTypes["BoardMember"][] | null
Optional contacts?: GraphQLTypes["ContactsDTO"] | null
cooperator_account: GraphQLTypes["CooperativeOperatorAccount"]
coopname: string
features: GraphQLTypes["SystemFeatures"]
is_providered: boolean
is_unioned: boolean
system_status: GraphQLTypes["SystemStatus"]
union_link: string
Optional vars?: GraphQLTypes["Vars"] | null
Token: {
...on Token: Omit<GraphQLTypes["Token"], "...on Token">;
__typename: "Token";
expires: GraphQLTypes["DateTime"];
token: string;
}
...on Token: Omit<GraphQLTypes["Token"], "...on Token">
__typename: "Token"
token: string
Tokens: {
...on Tokens: Omit<GraphQLTypes["Tokens"], "...on Tokens">;
__typename: "Tokens";
access: GraphQLTypes["Token"];
refresh: GraphQLTypes["Token"];
}
...on Tokens: Omit<GraphQLTypes["Tokens"], "...on Tokens">
__typename: "Tokens"
Transaction: {
...on Transaction: Omit<GraphQLTypes["Transaction"], "...on Transaction">;
__typename: "Transaction";
chain?: GraphQLTypes["JSON"] | null;
request?: GraphQLTypes["JSON"] | null;
resolved?: GraphQLTypes["JSON"] | null;
response?: GraphQLTypes["JSON"] | null;
returns?: GraphQLTypes["JSON"] | null;
revisions?: GraphQLTypes["JSON"] | null;
signatures?: GraphQLTypes["JSON"] | null;
signer?: GraphQLTypes["JSON"] | null;
transaction?: GraphQLTypes["JSON"] | null;
}
TranscriptionSegment: {
...on TranscriptionSegment: Omit<GraphQLTypes["TranscriptionSegment"], "...on TranscriptionSegment">;
__typename: "TranscriptionSegment";
createdAt: GraphQLTypes["DateTime"];
endOffset: number;
id: string;
speakerIdentity: string;
speakerName: string;
startOffset: number;
text: string;
}
...on TranscriptionSegment: Omit<GraphQLTypes["TranscriptionSegment"], "...on TranscriptionSegment">
__typename: "TranscriptionSegment"
endOffset: number
id: string
speakerIdentity: string
speakerName: string
startOffset: number
text: string
TriggerNotificationWorkflowInput: {
name: string;
payload?: GraphQLTypes["JSONObject"] | null;
to: GraphQLTypes["NotificationWorkflowRecipientInput"][];
}
name: string
Optional payload?: GraphQLTypes["JSONObject"] | null
to: GraphQLTypes["NotificationWorkflowRecipientInput"][]
UninstallExtensionInput: {
name: string;
}
UnpublishRequestInput: {
coopname: string;
exchange_id: number;
username: string;
}
coopname: string
exchange_id: number
username: string
Update: {
organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null;
vars?: GraphQLTypes["VarsInput"] | null;
}
Optional organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null
Optional vars?: GraphQLTypes["VarsInput"] | null
UpdateAccountInput: {
entrepreneur_data?: GraphQLTypes["UpdateEntrepreneurDataInput"] | null;
individual_data?: GraphQLTypes["UpdateIndividualDataInput"] | null;
organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null;
public_key?: string | null;
referer?: string | null;
username: string;
}
Optional entrepreneur_data?: GraphQLTypes["UpdateEntrepreneurDataInput"] | null
Optional individual_data?: GraphQLTypes["UpdateIndividualDataInput"] | null
Optional organization_data?: GraphQLTypes["UpdateOrganizationDataInput"] | null
Optional public_key?: string | null
Optional referer?: string | null
username: string
UpdateBankAccountInput: {
data: GraphQLTypes["BankAccountInput"];
is_default: boolean;
method_id: string;
username: string;
}
data: GraphQLTypes["BankAccountInput"]
is_default: boolean
method_id: string
username: string
UpdateCallTranscriptionMemoInput: {
id: string;
memo: string;
}
UpdateChatCoopCalendarEventInput: {
description?: string | null;
endsAt?: GraphQLTypes["DateTime"] | null;
id: string;
matrixRoomId: string;
startsAt: GraphQLTypes["DateTime"];
title: string;
}
Optional description?: string | null
Optional endsAt?: GraphQLTypes["DateTime"] | null
id: string
matrixRoomId: string
title: string
UpdateEntrepreneurDataInput: {
birthdate: string;
city: string;
country: GraphQLTypes["Country"];
details: GraphQLTypes["EntrepreneurDetailsInput"];
email: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
phone: string;
username: string;
}
birthdate: string
city: string
details: GraphQLTypes["EntrepreneurDetailsInput"]
email: string
first_name: string
full_address: string
last_name: string
middle_name: string
phone: string
username: string
UpdateIndividualDataInput: {
birthdate: string;
email: string;
first_name: string;
full_address: string;
last_name: string;
middle_name: string;
passport?: GraphQLTypes["PassportInput"] | null;
phone: string;
username: string;
}
birthdate: string
email: string
first_name: string
full_address: string
last_name: string
middle_name: string
Optional passport?: GraphQLTypes["PassportInput"] | null
phone: string
username: string
UpdateIssueInput: {
attachments?: string[] | null;
creators?: string[] | null;
cycle_id?: string | null;
description?: string | null;
estimate?: number | null;
issue_hash: string;
labels?: string[] | null;
priority?: GraphQLTypes["IssuePriority"] | null;
sort_order?: number | null;
status?: GraphQLTypes["IssueStatus"] | null;
submaster?: string | null;
title?: string | null;
}
Optional attachments?: string[] | null
Optional creators?: string[] | null
Optional cycle_id?: string | null
Optional description?: string | null
Optional estimate?: number | null
issue_hash: string
Optional labels?: string[] | null
Optional priority?: GraphQLTypes["IssuePriority"] | null
Optional sort_order?: number | null
Optional status?: GraphQLTypes["IssueStatus"] | null
Optional submaster?: string | null
Optional title?: string | null
UpdateOrganizationDataInput: {
city: string;
country: string;
details: GraphQLTypes["OrganizationDetailsInput"];
email: string;
fact_address: string;
full_address: string;
full_name: string;
phone: string;
represented_by: GraphQLTypes["RepresentedByInput"];
short_name: string;
type: string;
username: string;
}
city: string
country: string
details: GraphQLTypes["OrganizationDetailsInput"]
email: string
fact_address: string
full_address: string
full_name: string
phone: string
represented_by: GraphQLTypes["RepresentedByInput"]
short_name: string
type: string
username: string
UpdateProcessTemplateInput: {
description?: string | null;
edges?: GraphQLTypes["ProcessEdgeInput"][] | null;
id: string;
status?: GraphQLTypes["ProcessTemplateStatus"] | null;
steps?: GraphQLTypes["ProcessStepTemplateInput"][] | null;
title?: string | null;
}
Optional description?: string | null
Optional edges?: GraphQLTypes["ProcessEdgeInput"][] | null
id: string
Optional status?: GraphQLTypes["ProcessTemplateStatus"] | null
Optional steps?: GraphQLTypes["ProcessStepTemplateInput"][] | null
Optional title?: string | null
UpdateRequestInput: {
coopname: string;
data: string;
exchange_id: number;
meta: string;
remain_units: string;
unit_cost: string;
username: string;
}
coopname: string
data: string
exchange_id: number
meta: string
remain_units: string
unit_cost: string
username: string
UpdateSettingsInput: {
authorized_default_route?: string | null;
authorized_default_workspace?: string | null;
non_authorized_default_route?: string | null;
non_authorized_default_workspace?: string | null;
provider_name?: string | null;
}
Optional authorized_default_route?: string | null
Optional authorized_default_workspace?: string | null
Optional non_authorized_default_route?: string | null
Optional non_authorized_default_workspace?: string | null
Optional provider_name?: string | null
UpdateStoryInput: {
content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null;
description?: string | null;
issue_hash?: string | null;
project_hash?: string | null;
sort_order?: number | null;
status?: GraphQLTypes["StoryStatus"] | null;
story_hash: string;
title?: string | null;
}
Optional content_format?: GraphQLTypes["CapitalStoryContentFormat"] | null
Optional description?: string | null
Optional issue_hash?: string | null
Optional project_hash?: string | null
Optional sort_order?: number | null
Optional status?: GraphQLTypes["StoryStatus"] | null
story_hash: string
Optional title?: string | null
UserAccount: {
...on UserAccount: Omit<GraphQLTypes["UserAccount"], "...on UserAccount">;
__typename: "UserAccount";
meta: string;
referer: string;
registered_at: string;
registrator: string;
status: string;
storages: string[];
type: string;
username: string;
verifications: GraphQLTypes["Verification"][];
}
...on UserAccount: Omit<GraphQLTypes["UserAccount"], "...on UserAccount">
__typename: "UserAccount"
meta: string
referer: string
registered_at: string
registrator: string
status: string
storages: string[]
type: string
username: string
verifications: GraphQLTypes["Verification"][]
UserCertificateUnion: {
...on EntrepreneurCertificate: "__union" & GraphQLTypes["EntrepreneurCertificate"];
...on IndividualCertificate: "__union" & GraphQLTypes["IndividualCertificate"];
...on OrganizationCertificate: "__union" & GraphQLTypes["OrganizationCertificate"];
__typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
}
...on EntrepreneurCertificate: "__union" & GraphQLTypes["EntrepreneurCertificate"]
...on IndividualCertificate: "__union" & GraphQLTypes["IndividualCertificate"]
...on OrganizationCertificate: "__union" & GraphQLTypes["OrganizationCertificate"]
__typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate"
Vars: {
...on Vars: Omit<GraphQLTypes["Vars"], "...on Vars">;
__typename: "Vars";
confidential_email: string;
confidential_link: string;
contact_email: string;
coopenomics_agreement?: GraphQLTypes["AgreementVar"] | null;
coopname: string;
full_abbr: string;
full_abbr_dative: string;
full_abbr_genitive: string;
name: string;
participant_application?: GraphQLTypes["AgreementVar"] | null;
passport_request: string;
privacy_agreement?: GraphQLTypes["AgreementVar"] | null;
short_abbr: string;
signature_agreement?: GraphQLTypes["AgreementVar"] | null;
statute_link?: string | null;
user_agreement?: GraphQLTypes["AgreementVar"] | null;
wallet_agreement?: GraphQLTypes["AgreementVar"] | null;
website: string;
}
...on Vars: Omit<GraphQLTypes["Vars"], "...on Vars">
__typename: "Vars"
confidential_email: string
confidential_link: string
contact_email: string
Optional coopenomics_agreement?: GraphQLTypes["AgreementVar"] | null
coopname: string
full_abbr: string
full_abbr_dative: string
full_abbr_genitive: string
name: string
Optional participant_application?: GraphQLTypes["AgreementVar"] | null
passport_request: string
Optional privacy_agreement?: GraphQLTypes["AgreementVar"] | null
short_abbr: string
Optional signature_agreement?: GraphQLTypes["AgreementVar"] | null
Optional statute_link?: string | null
Optional user_agreement?: GraphQLTypes["AgreementVar"] | null
Optional wallet_agreement?: GraphQLTypes["AgreementVar"] | null
website: string
VarsInput: {
confidential_email: string;
confidential_link: string;
contact_email: string;
coopenomics_agreement?: GraphQLTypes["AgreementInput"] | null;
coopname: string;
full_abbr: string;
full_abbr_dative: string;
full_abbr_genitive: string;
name: string;
participant_application: GraphQLTypes["AgreementInput"];
passport_request: string;
privacy_agreement: GraphQLTypes["AgreementInput"];
short_abbr: string;
signature_agreement: GraphQLTypes["AgreementInput"];
statute_link: string;
user_agreement: GraphQLTypes["AgreementInput"];
wallet_agreement: GraphQLTypes["AgreementInput"];
website: string;
}
confidential_email: string
confidential_link: string
contact_email: string
Optional coopenomics_agreement?: GraphQLTypes["AgreementInput"] | null
coopname: string
full_abbr: string
full_abbr_dative: string
full_abbr_genitive: string
name: string
participant_application: GraphQLTypes["AgreementInput"]
passport_request: string
privacy_agreement: GraphQLTypes["AgreementInput"]
short_abbr: string
signature_agreement: GraphQLTypes["AgreementInput"]
statute_link: string
user_agreement: GraphQLTypes["AgreementInput"]
wallet_agreement: GraphQLTypes["AgreementInput"]
website: string
Verification: {
...on Verification: Omit<GraphQLTypes["Verification"], "...on Verification">;
__typename: "Verification";
created_at: string;
is_verified: boolean;
last_update: string;
notice: string;
procedure: string;
verificator: string;
}
...on Verification: Omit<GraphQLTypes["Verification"], "...on Verification">
__typename: "Verification"
created_at: string
is_verified: boolean
last_update: string
notice: string
procedure: string
verificator: string
VerifyEmailInputDTO: {
token: string;
}
VoteDistributionInput: {
amount: string;
recipient: string;
}
amount: string
recipient: string
VoteFilter: {
coopname?: string | null;
project_hash?: string | null;
recipient?: string | null;
voter?: string | null;
}
Optional coopname?: string | null
Optional project_hash?: string | null
Optional recipient?: string | null
Optional voter?: string | null
VoteItemInput: {
question_id: number;
vote: string;
}
question_id: number
vote: string
VoteOnAnnualGeneralMeetInput: {
ballot: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedDocumentInput"];
coopname: string;
hash: string;
username: string;
votes: GraphQLTypes["VoteItemInput"][];
}
ballot: GraphQLTypes["AnnualGeneralMeetingVotingBallotSignedDocumentInput"]
coopname: string
hash: string
username: string
votes: GraphQLTypes["VoteItemInput"][]
WaitWeight: {
...on WaitWeight: Omit<GraphQLTypes["WaitWeight"], "...on WaitWeight">;
__typename: "WaitWeight";
wait_sec: number;
weight: number;
}
...on WaitWeight: Omit<GraphQLTypes["WaitWeight"], "...on WaitWeight">
__typename: "WaitWeight"
wait_sec: number
weight: number
WebPushSubscriptionDataInput: {
endpoint: string;
keys: GraphQLTypes["WebPushSubscriptionKeysInput"];
}
endpoint: string
keys: GraphQLTypes["WebPushSubscriptionKeysInput"]
WebPushSubscriptionDto: {
...on WebPushSubscriptionDto: Omit<GraphQLTypes["WebPushSubscriptionDto"], "...on WebPushSubscriptionDto">;
__typename: "WebPushSubscriptionDto";
authKey: string;
createdAt: GraphQLTypes["DateTime"];
endpoint: string;
id: string;
isActive: boolean;
p256dhKey: string;
updatedAt: GraphQLTypes["DateTime"];
userAgent?: string | null;
username: string;
}
...on WebPushSubscriptionDto: Omit<GraphQLTypes["WebPushSubscriptionDto"], "...on WebPushSubscriptionDto">
__typename: "WebPushSubscriptionDto"
authKey: string
endpoint: string
id: string
isActive: boolean
p256dhKey: string
Optional userAgent?: string | null
username: string
WebPushSubscriptionKeysInput: {
auth: string;
p256dh: string;
}
auth: string
p256dh: string
Имя аккаунта кооператива