GraphQLTypes : { AccessGrant : { ...on AccessGrant : Omit < GraphQLTypes [ "AccessGrant" ] , "...on AccessGrant" > ; __typename : "AccessGrant" ; action : string ; resource : string ; } ; Account : { ...on Account : Omit < GraphQLTypes [ "Account" ] , "...on Account" > ; __typename : "Account" ; account_kind : GraphQLTypes [ "AccountKind" ] ; blockchain_account ?: GraphQLTypes [ "BlockchainAccount" ] | null ; has_password : boolean ; participant_account ?: GraphQLTypes [ "ParticipantAccount" ] | null ; private_account ?: GraphQLTypes [ "PrivateAccount" ] | null ; provider_account ?: GraphQLTypes [ "MonoAccount" ] | null ; registration_payment ?: GraphQLTypes [ "RegistrationPayment" ] | null ; user_account ?: GraphQLTypes [ "UserAccount" ] | null ; username : string ; } ; AccountKind : AccountKind ; 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 ; } ; AccountSession : { ...on AccountSession : Omit < GraphQLTypes [ "AccountSession" ] , "...on AccountSession" > ; __typename : "AccountSession" ; created_at : string ; current : boolean ; device : string ; id : string ; ip : string ; last_seen_at : 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 ; } ; AddAvailableCategoriesInput : { categoryIds : number [] ; } ; AddAvailableCategoryTypesInput : { categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } ; AddBranchWhitelistInput : { account : string ; braname : string ; coopname : 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 ; AgreementTemplate : { ...on AgreementTemplate : Omit < GraphQLTypes [ "AgreementTemplate" ] , "...on AgreementTemplate" > ; __typename : "AgreementTemplate" ; context : string ; default_translation_id : number ; description : string ; model : string ; registry_id : number ; title : string ; version : number ; } ; 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 ; ApproveKuTrustedInput : { coopname : string ; countersigned : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] ; countersigned_authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] ; hash : string ; } ; ApproveVerificationInput : { review_id : string ; } ; ArchiveComponentMetricInput : { metric_hash : string ; } ; AssignCapabilitySetInput : { expires_at ?: string | null ; set_key : string ; username : 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" ] [] ; } ; AuthorizeDecisionInput : { chairman : string ; coopname : string ; decision_id : number ; document : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } ; AuthorizeForceRecoveryInput : { assembly_decision_tx_id ?: string | null ; critical_action_id ?: string | null ; target_id : string ; } ; AvailableReport : { ...on AvailableReport : Omit < GraphQLTypes [ "AvailableReport" ] , "...on AvailableReport" > ; __typename : "AvailableReport" ; deadline : string ; lastGeneratedAt ?: GraphQLTypes [ "DateTime" ] | null ; missingFields : string [] ; name : string ; nextDeadlineDate ?: GraphQLTypes [ "DateTime" ] | null ; period : string ; readyToGenerate : boolean ; type : GraphQLTypes [ "ReportType" ] ; } ; BalanceRowEdits : { ...on BalanceRowEdits : Omit < GraphQLTypes [ "BalanceRowEdits" ] , "...on BalanceRowEdits" > ; __typename : "BalanceRowEdits" ; otch : number ; prePrev : number ; prev : number ; } ; 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 | null ; } ; BankAccountDetailsInput : { bik : string ; corr : 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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; 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 ; council_members_count : number ; 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 ; is_available : boolean ; is_private : boolean ; participants_count : number ; phone : string ; represented_by : GraphQLTypes [ "RepresentedBy" ] ; short_name : string ; trusted ?: GraphQLTypes [ "Individual" ] [] | null ; trusted_certificates : GraphQLTypes [ "IndividualCertificate" ] [] ; trustee ?: GraphQLTypes [ "Individual" ] | null ; trustee_certificate : GraphQLTypes [ "IndividualCertificate" ] ; type : string ; whitelist_certificates ?: GraphQLTypes [ "IndividualCertificate" ] [] | null ; } ; BranchEstablishmentDecisionGenerateDocumentInput : { address : string ; block_num ?: number | null ; branch_name : string ; chairman : string ; 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 ; } ; BranchEstablishmentPetitionGenerateDocumentInput : { address : string ; block_num ?: number | null ; branch_name : string ; chairman : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchEstablishmentPetitionSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchEstablishmentPetitionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchEstablishmentPetitionSignedMetaDocumentInput : { address : string ; block_num : number ; branch_name : string ; chairman : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; BranchExpenseItemInput : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } ; BranchMeetingBallotGenerateDocumentInput : { answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] ; block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchMeetingBallotSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingBallotSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchMeetingBallotSignedMetaDocumentInput : { answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] ; block_num : number ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; BranchMeetingDecisionGenerateDocumentInput : { block_num ?: number | null ; chairman : string ; close_at_datetime : string ; coopname : string ; created_at ?: string | null ; current_quorum_percent : number ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; open_at_datetime : string ; protocol_number : string ; questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchMeetingDecisionSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingDecisionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchMeetingDecisionSignedMetaDocumentInput : { block_num : number ; chairman : string ; close_at_datetime : string ; coopname : string ; created_at : string ; current_quorum_percent : number ; generator : string ; hash : string ; lang : string ; links : string [] ; open_at_datetime : string ; protocol_number : string ; questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; BranchMeetingProposalGenerateDocumentInput : { address ?: string | null ; block_num ?: number | null ; braname ?: string | null ; chairman_candidate ?: string | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; type : string ; username : string ; version ?: string | null ; } ; BranchMeetingProposalSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingProposalSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchMeetingProposalSignedMetaDocumentInput : { address ?: string | null ; block_num : number ; braname ?: string | null ; chairman_candidate ?: string | null ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; type : string ; username : string ; version : string ; } ; BranchTrustedLiabilityAgreementGenerateDocumentInput : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; trustee : string ; username : string ; version ?: string | null ; } ; BranchTrustedLiabilityAgreementSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchTrustedLiabilityAgreementSignedMetaDocumentInput : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; trustee : string ; username : string ; version : string ; } ; BranchTrustedPowerOfAttorneyGenerateDocumentInput : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; trustee : string ; username : string ; version ?: string | null ; } ; BranchTrustedPowerOfAttorneySignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchTrustedPowerOfAttorneySignedMetaDocumentInput : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; trustee : string ; username : string ; version : string ; } ; BranchTrustedStatementGenerateDocumentInput : { block_num ?: number | null ; braname : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchTrusteeLiabilityAgreementGenerateDocumentInput : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchTrusteeLiabilityAgreementSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchTrusteeLiabilityAgreementSignedMetaDocumentInput : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; BranchTrusteePowerOfAttorneyGenerateDocumentInput : { block_num ?: number | null ; branch_address : string ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; BranchTrusteePowerOfAttorneySignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; BranchTrusteePowerOfAttorneySignedMetaDocumentInput : { block_num : number ; branch_address : string ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; BuhotchBalanceEdits : { ...on BuhotchBalanceEdits : Omit < GraphQLTypes [ "BuhotchBalanceEdits" ] , "...on BuhotchBalanceEdits" > ; __typename : "BuhotchBalanceEdits" ; assetsTotal : GraphQLTypes [ "BalanceRowEdits" ] ; cash ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; nonMaterialAndLongFin ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; passivesTotal : GraphQLTypes [ "BalanceRowEdits" ] ; shortTermFin ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; targetFunds ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; } ; BuhotchHeaderEdits : { ...on BuhotchHeaderEdits : Omit < GraphQLTypes [ "BuhotchHeaderEdits" ] , "...on BuhotchHeaderEdits" > ; __typename : "BuhotchHeaderEdits" ; approved : boolean ; audit : boolean ; correctionNumber : number ; docDate : string ; idFile : string ; programVersion : string ; reportYear : number ; } ; BuhotchNotesEdits : { ...on BuhotchNotesEdits : Omit < GraphQLTypes [ "BuhotchNotesEdits" ] , "...on BuhotchNotesEdits" > ; __typename : "BuhotchNotesEdits" ; explanationFileName : string ; } ; BuhotchOrganizationEdits : { ...on BuhotchOrganizationEdits : Omit < GraphQLTypes [ "BuhotchOrganizationEdits" ] , "...on BuhotchOrganizationEdits" > ; __typename : "BuhotchOrganizationEdits" ; address ?: string | null ; inn : string ; kpp : string ; okfs : string ; okopf : string ; okpo ?: string | null ; orgName : string ; } ; BuhotchSignerEdits : { ...on BuhotchSignerEdits : Omit < GraphQLTypes [ "BuhotchSignerEdits" ] , "...on BuhotchSignerEdits" > ; __typename : "BuhotchSignerEdits" ; firstName : string ; lastName : string ; middleName ?: string | null ; repDoc ?: string | null ; type : GraphQLTypes [ "BuhotchSignerType" ] ; } ; BuhotchSignerType : BuhotchSignerType ; BuildInitialReportEdits : { ...on BuildInitialReportEdits : Omit < GraphQLTypes [ "BuildInitialReportEdits" ] , "...on BuildInitialReportEdits" > ; __typename : "BuildInitialReportEdits" ; editedFields : string [] ; editsJson : string ; hasDraft : boolean ; } ; CalculateVotesInput : { coopname : string ; project_hash : string ; username : string ; } ; CalendarEntryStatus : CalendarEntryStatus ; CallTranscription : { ...on CallTranscription : Omit < GraphQLTypes [ "CallTranscription" ] , "...on CallTranscription" > ; __typename : "CallTranscription" ; createdAt : GraphQLTypes [ "DateTime" ] ; endedAt ?: GraphQLTypes [ "DateTime" ] | null ; id : 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" ] ; } ; CancelKuDecisionInput : { coopname : string ; hash : string ; reason : 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 ; CapabilitySet : { ...on CapabilitySet : Omit < GraphQLTypes [ "CapabilitySet" ] , "...on CapabilitySet" > ; __typename : "CapabilitySet" ; builtin : boolean ; coopname ?: string | null ; description : string ; grants : GraphQLTypes [ "AccessGrant" ] [] ; set_key : string ; title : string ; } ; CapabilitySetAssignment : { ...on CapabilitySetAssignment : Omit < GraphQLTypes [ "CapabilitySetAssignment" ] , "...on CapabilitySetAssignment" > ; __typename : "CapabilitySetAssignment" ; expires_at ?: string | null ; granted_at : string ; granted_by : string ; set_key : string ; username : string ; } ; CapitalAddWorklogInput : { coopname : string ; date ?: string | null ; hours : number ; issue_hash : string ; username : string ; } ; CapitalAllocateFundsInput : { amount : string ; coopname : string ; project_hash : string ; } ; 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 | null ; display_name ?: string | null ; id ?: number | null ; meta ?: string | null ; 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 ; } ; CapitalComponentMetric : { ...on CapitalComponentMetric : Omit < GraphQLTypes [ "CapitalComponentMetric" ] , "...on CapitalComponentMetric" > ; __typename : "CapitalComponentMetric" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; coopname : string ; created_by : string ; deadline ?: GraphQLTypes [ "DateTime" ] | null ; fact : number ; measure_hash : string ; metric_hash : string ; present : boolean ; project_hash : string ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; status : GraphQLTypes [ "MetricStatus" ] ; target_value : number ; title : string ; unit : string ; } ; 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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 ; } ; CapitalCreateProgramExpenseInput : { coopname : string ; creator : string ; description : string ; expense_hash : string ; items : GraphQLTypes [ "CapitalExpenseItemInput" ] [] ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; } ; 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 ; } ; CapitalDeallocateFundsInput : { amount : string ; coopname : string ; project_hash : string ; } ; CapitalDeallocationLimit : { ...on CapitalDeallocationLimit : Omit < GraphQLTypes [ "CapitalDeallocationLimit" ] , "...on CapitalDeallocationLimit" > ; __typename : "CapitalDeallocationLimit" ; is_allowed_by_status : boolean ; max_amount : string ; outstanding_debt : string ; program_invest_pool : string ; unspent : string ; } ; CapitalDeallocationLimitInput : { coopname : string ; project_hash : string ; } ; 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 ; } ; CapitalExpenseItemInput : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } ; CapitalFavorite : { ...on CapitalFavorite : Omit < GraphQLTypes [ "CapitalFavorite" ] , "...on CapitalFavorite" > ; __typename : "CapitalFavorite" ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; parent_hash ?: string | null ; target_hash : string ; target_type : GraphQLTypes [ "CapitalFavoriteTargetType" ] ; title : string ; username : string ; } ; CapitalFavoriteInput : { coopname : string ; target_hash : string ; target_type : GraphQLTypes [ "CapitalFavoriteTargetType" ] ; username : string ; } ; CapitalFavoriteTargetType : CapitalFavoriteTargetType ; CapitalFavoritesFilter : { coopname : string ; username : string ; } ; CapitalFibLevel : { ...on CapitalFibLevel : Omit < GraphQLTypes [ "CapitalFibLevel" ] , "...on CapitalFibLevel" > ; __typename : "CapitalFibLevel" ; ratio : number ; value : number ; } ; CapitalGetOpenTimerInput : { coopname : string ; username : string ; } ; 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 | null ; 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" ; branch ?: string | null ; commit_message : string ; committed_at : GraphQLTypes [ "DateTime" ] ; consumed : boolean ; github_sha : string ; html_url : string ; in_default_branch : boolean ; username : string ; } ; CapitalIssueMetricBinding : { ...on CapitalIssueMetricBinding : Omit < GraphQLTypes [ "CapitalIssueMetricBinding" ] , "...on CapitalIssueMetricBinding" > ; __typename : "CapitalIssueMetricBinding" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; delta : number ; issue_hash : string ; metric_hash : string ; present : boolean ; } ; 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 ; actor_name : string ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; 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 ; title : string ; } ; 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 ; } ; CapitalMeasure : { ...on CapitalMeasure : Omit < GraphQLTypes [ "CapitalMeasure" ] , "...on CapitalMeasure" > ; __typename : "CapitalMeasure" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; coopname : string ; created_by : string ; measure_hash : string ; present : boolean ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; status : GraphQLTypes [ "MetricStatus" ] ; title : string ; unit : string ; } ; CapitalMetricComponentRollup : { ...on CapitalMetricComponentRollup : Omit < GraphQLTypes [ "CapitalMetricComponentRollup" ] , "...on CapitalMetricComponentRollup" > ; __typename : "CapitalMetricComponentRollup" ; fact_sum : number ; metrics_count : number ; project_hash : string ; project_title : string ; target_sum : number ; } ; CapitalMetricContribution : { ...on CapitalMetricContribution : Omit < GraphQLTypes [ "CapitalMetricContribution" ] , "...on CapitalMetricContribution" > ; __typename : "CapitalMetricContribution" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; contribution_hash : string ; delta : number ; issue_hash ?: string | null ; metric_hash : string ; occurred_at : GraphQLTypes [ "DateTime" ] ; present : boolean ; source : GraphQLTypes [ "MetricContributionSource" ] ; username : string ; } ; CapitalMetricSeries : { ...on CapitalMetricSeries : Omit < GraphQLTypes [ "CapitalMetricSeries" ] , "...on CapitalMetricSeries" > ; __typename : "CapitalMetricSeries" ; fact : number ; metric_hash : string ; points : GraphQLTypes [ "CapitalMetricSeriesPoint" ] [] ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; target_value : number ; title : string ; unit : string ; } ; CapitalMetricSeriesPoint : { ...on CapitalMetricSeriesPoint : Omit < GraphQLTypes [ "CapitalMetricSeriesPoint" ] , "...on CapitalMetricSeriesPoint" > ; __typename : "CapitalMetricSeriesPoint" ; cumulative : number ; delta : number ; ideal_cumulative ?: number | null ; period_end : GraphQLTypes [ "DateTime" ] ; period_start : GraphQLTypes [ "DateTime" ] ; } ; CapitalMetricSuperposition : { ...on CapitalMetricSuperposition : Omit < GraphQLTypes [ "CapitalMetricSuperposition" ] , "...on CapitalMetricSuperposition" > ; __typename : "CapitalMetricSuperposition" ; activity : number ; balance : number ; coherence : number ; components : GraphQLTypes [ "CapitalMetricComponentRollup" ] [] ; disclaimer : string ; down_count : number ; fact_sum : number ; flat_count : number ; growth : number ; items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] ; project_hash : string ; resultant_angle : number ; resultant_im : number ; resultant_magnitude : number ; resultant_re : number ; target_sum : number ; up_count : number ; } ; CapitalMetricSuperpositionFrame : { ...on CapitalMetricSuperpositionFrame : Omit < GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] , "...on CapitalMetricSuperpositionFrame" > ; __typename : "CapitalMetricSuperpositionFrame" ; activity : number ; at : GraphQLTypes [ "DateTime" ] ; balance : number ; coherence : number ; down_count : number ; fact_sum : number ; flat_count : number ; growth : number ; items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] ; resultant_angle : number ; resultant_im : number ; resultant_magnitude : number ; resultant_re : number ; target_sum : number ; up_count : number ; } ; CapitalMetricSuperpositionHistory : { ...on CapitalMetricSuperpositionHistory : Omit < GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] , "...on CapitalMetricSuperpositionHistory" > ; __typename : "CapitalMetricSuperpositionHistory" ; frames : GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] [] ; from : GraphQLTypes [ "DateTime" ] ; project_hash : string ; to : GraphQLTypes [ "DateTime" ] ; } ; CapitalMetricSuperpositionItem : { ...on CapitalMetricSuperpositionItem : Omit < GraphQLTypes [ "CapitalMetricSuperpositionItem" ] , "...on CapitalMetricSuperpositionItem" > ; __typename : "CapitalMetricSuperpositionItem" ; amplitude : number ; current_label : GraphQLTypes [ "WaveLabel" ] ; current_phase : GraphQLTypes [ "WavePhase" ] ; drive : GraphQLTypes [ "MetricDriveDirection" ] ; fact : number ; metric_hash : string ; phase_rad : number ; project_hash : string ; project_title : string ; recent_velocity : number ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; target_value : number ; title : string ; unit : string ; } ; CapitalMetricWave : { ...on CapitalMetricWave : Omit < GraphQLTypes [ "CapitalMetricWave" ] , "...on CapitalMetricWave" > ; __typename : "CapitalMetricWave" ; corridor : GraphQLTypes [ "CapitalWaveCorridor" ] ; current_label : GraphQLTypes [ "WaveLabel" ] ; current_phase : GraphQLTypes [ "WavePhase" ] ; disclaimer : string ; fact : number ; fib_levels : GraphQLTypes [ "CapitalFibLevel" ] [] ; metric_hash : string ; point_labels : GraphQLTypes [ "WaveLabel" ] [] ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; swings : GraphQLTypes [ "CapitalWaveSwing" ] [] ; target_value : number ; title : string ; unit : string ; values : number [] ; } ; CapitalOnboardingState : { ...on CapitalOnboardingState : Omit < GraphQLTypes [ "CapitalOnboardingState" ] , "...on CapitalOnboardingState" > ; __typename : "CapitalOnboardingState" ; blagorost_offer_template_done : boolean ; blagorost_provision_done : boolean ; capital_program_doc_data_hash ?: string | null ; 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 ; } ; CapitalPauseTimerInput : { coopname : string ; username : string ; } ; CapitalProgramExpense : { ...on CapitalProgramExpense : Omit < GraphQLTypes [ "CapitalProgramExpense" ] , "...on CapitalProgramExpense" > ; __typename : "CapitalProgramExpense" ; callback ?: GraphQLTypes [ "CapitalProgramExpenseCallback" ] | null ; coopname : string ; created_at : string ; creator : string ; creator_name : string ; expense_hash : string ; items : GraphQLTypes [ "CapitalProgramExpenseItem" ] [] ; source_wallet : string ; status : GraphQLTypes [ "ExpenseProposalStatus" ] ; total_actual : string ; total_planned : string ; updated_at : string ; } ; CapitalProgramExpenseCallback : { ...on CapitalProgramExpenseCallback : Omit < GraphQLTypes [ "CapitalProgramExpenseCallback" ] , "...on CapitalProgramExpenseCallback" > ; __typename : "CapitalProgramExpenseCallback" ; action : string ; contract : string ; data : string ; } ; CapitalProgramExpenseItem : { ...on CapitalProgramExpenseItem : Omit < GraphQLTypes [ "CapitalProgramExpenseItem" ] , "...on CapitalProgramExpenseItem" > ; __typename : "CapitalProgramExpenseItem" ; actual_amount : string ; description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; planned_amount : string ; recipient : string ; recipient_name : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; status : GraphQLTypes [ "ExpenseItemStatus" ] ; } ; CapitalProgramWallet : { ...on CapitalProgramWallet : Omit < GraphQLTypes [ "CapitalProgramWallet" ] , "...on CapitalProgramWallet" > ; __typename : "CapitalProgramWallet" ; agreement_id : GraphQLTypes [ "ID" ] ; available : string ; coopname : string ; id : GraphQLTypes [ "ID" ] ; membership_contribution : string ; program_id : GraphQLTypes [ "ID" ] ; program_type ?: GraphQLTypes [ "ProgramType" ] | null ; username : string ; } ; 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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; 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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; 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 ; only_with_artifact_access ?: boolean | null ; origin ?: string | null ; parent_hash ?: string | null ; priorities ?: GraphQLTypes [ "ProjectPriority" ] [] | 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 ; can_set_priority : boolean ; can_view_artifacts : boolean ; has_clearance : boolean ; has_parent_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 ; } ; CapitalResumeTimerInput : { coopname : string ; username : string ; } ; 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 ; has_voted : 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 ; parent_hash ?: string | null ; parent_title ?: string | null ; present : boolean ; project_hash : string ; project_status ?: GraphQLTypes [ "ProjectStatus" ] | null ; project_title ?: string | null ; 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 ; voting_completed : boolean ; } ; CapitalSegmentFilter : { coopname ?: string | null ; has_vote ?: boolean | null ; is_author ?: boolean | null ; is_component ?: 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 ; } ; CapitalStartTimerInput : { coopname : string ; issue_hash : string ; username : string ; } ; 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_expense_pool ?: string | null ; program_expense_reserved ?: string | null ; program_membership_available : string ; program_membership_cumulative_reward_per_share : number ; program_membership_distributed : string ; program_membership_funded : string ; } ; CapitalStopTimerInput : { coopname : string ; username : 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 ; } ; CapitalTimerSession : { ...on CapitalTimerSession : Omit < GraphQLTypes [ "CapitalTimerSession" ] , "...on CapitalTimerSession" > ; __typename : "CapitalTimerSession" ; _id : string ; contributor_hash : string ; coopname : string ; elapsed_seconds : number ; is_paused : boolean ; issue_hash : string ; issue_title ?: string | null ; paused_at ?: GraphQLTypes [ "DateTime" ] | null ; project_hash : string ; started_at : GraphQLTypes [ "DateTime" ] ; stopped_at ?: GraphQLTypes [ "DateTime" ] | null ; total_paused_ms : number ; } ; CapitalTopupProgramExpenseInput : { amount : string ; coopname : string ; } ; 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 ; } ; CapitalWaveCorridor : { ...on CapitalWaveCorridor : Omit < GraphQLTypes [ "CapitalWaveCorridor" ] , "...on CapitalWaveCorridor" > ; __typename : "CapitalWaveCorridor" ; base : number [] ; eta_base_periods ?: number | null ; eta_optimistic_periods ?: number | null ; eta_pessimistic_periods ?: number | null ; optimistic : number [] ; periods_ahead : number ; pessimistic : number [] ; } ; CapitalWaveSwing : { ...on CapitalWaveSwing : Omit < GraphQLTypes [ "CapitalWaveSwing" ] , "...on CapitalWaveSwing" > ; __typename : "CapitalWaveSwing" ; index : number ; label : GraphQLTypes [ "WaveLabel" ] ; value : number ; } ; Category : { ...on Category : Omit < GraphQLTypes [ "Category" ] , "...on Category" > ; __typename : "Category" ; coopname : string ; description ?: string | null ; icon ?: string | null ; id : string ; is_active : boolean ; name : string ; parent_id ?: string | null ; sort_order : number ; } ; CategoryTypeInput : { categoryId : number ; typeId : number ; } ; 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 ; } ; ChatcoopNonProjectCommunicationRoom : { ...on ChatcoopNonProjectCommunicationRoom : Omit < GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] , "...on ChatcoopNonProjectCommunicationRoom" > ; __typename : "ChatcoopNonProjectCommunicationRoom" ; displayLabel : string ; kind : GraphQLTypes [ "NonProjectRoomKind" ] ; 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 ; } ; ChatcoopSecretaryRoom : { ...on ChatcoopSecretaryRoom : Omit < GraphQLTypes [ "ChatcoopSecretaryRoom" ] , "...on ChatcoopSecretaryRoom" > ; __typename : "ChatcoopSecretaryRoom" ; displayLabel : string ; editable : boolean ; encrypted : boolean ; id : string ; kind : GraphQLTypes [ "ManagedRoomKind" ] ; secretaryInRoom : boolean ; } ; CheckMatrixUsernameInput : { username : string ; } ; CloseKuDecisionInput : { coopname : string ; hash : string ; protocol : GraphQLTypes [ "BranchMeetingDecisionSignedDocumentInput" ] ; } ; CloseProjectInput : { coopname : string ; project_hash : string ; } ; CommitApproveInput : { commit_hash : string ; coopname : string ; } ; CommitDeclineInput : { commit_hash : string ; coopname : string ; reason : string ; } ; CommitStatus : CommitStatus ; 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 ; } ; CompleteExtensionOnboardingStepInput : { decision ?: string | null ; extension_name : string ; proposal_hash ?: string | null ; question ?: string | null ; step_key : string ; title ?: string | null ; } ; CompleteProcessStepInput : { instance_id : string ; step_id : 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 ; } ; 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 ; } ; ContributionType : ContributionType ; 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_statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; coopname : string ; project_hash : string ; result_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 ; } ; CoopAgreement : { ...on CoopAgreement : Omit < GraphQLTypes [ "CoopAgreement" ] , "...on CoopAgreement" > ; __typename : "CoopAgreement" ; coopname : string ; draft_id : number ; program_id : number ; type : 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" ] [] ; } ; CooperativeProgram : { ...on CooperativeProgram : Omit < GraphQLTypes [ "CooperativeProgram" ] , "...on CooperativeProgram" > ; __typename : "CooperativeProgram" ; coopname : string ; draft_id : number ; id : number ; is_active : boolean ; program_type : string ; } ; 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 ; } ; CreateBranchExpenseInput : { braname : string ; expense_hash : string ; items : GraphQLTypes [ "BranchExpenseItemInput" ] [] ; plan_id ?: number | null ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; } ; CreateBranchInput : { based_on : string ; braname : string ; coopname : string ; email : string ; fact_address : string ; full_name : string ; phone : string ; short_name : string ; trustee : string ; } ; CreateCategoryInput : { description ?: string | null ; icon ?: string | null ; name : string ; parent_id ?: string | null ; sort_order ?: number | null ; } ; CreateChatCoopCalendarEventInput : { description ?: string | null ; endsAt ?: GraphQLTypes [ "DateTime" ] | null ; matrixRoomId : string ; startsAt : GraphQLTypes [ "DateTime" ] ; title : string ; } ; CreateCommitInput : { commit_hours : number ; coopname : string ; data ?: GraphQLTypes [ "JSON" ] | null ; description : string ; meta : string ; project_hash : string ; username : string ; } ; CreateComponentMetricInput : { coopname : string ; deadline ?: GraphQLTypes [ "DateTime" ] | null ; measure_hash ?: string | null ; project_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; target_value : number ; title ?: string | null ; unit ?: string | null ; } ; CreateCustomCategoryInput : { displayName : 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" ] ; } ; CreateExpensePlanInput : { amount : number ; braname ?: string | null ; due_date : GraphQLTypes [ "DateTime" ] ; pay_to : string ; recurrence ?: GraphQLTypes [ "ExpensePlanRecurrence" ] | null ; title : string ; } ; CreateExpenseProposalInput : { callback ?: GraphQLTypes [ "ExpenseCallbackInput" ] | null ; coopname : string ; items : GraphQLTypes [ "ExpenseItemInput" ] [] ; proposal_hash : string ; source_wallet : string ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; username : string ; } ; 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 | null ; sort_order ?: number | null ; status ?: GraphQLTypes [ "IssueStatus" ] | null ; submaster ?: string | null ; title : string ; } ; CreateKuDecisionInput : { agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] ; braname : string ; coopname : string ; hash : string ; initiator : string ; meet_at : string ; meet_place : string ; proposal : GraphQLTypes [ "BranchMeetingProposalSignedDocumentInput" ] ; type : GraphQLTypes [ "KuDecisionType" ] ; } ; CreateMatrixAccountInputDTO : { password : string ; username : string ; } ; CreateMeasureInput : { coopname : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; title : string ; unit : string ; } ; CreateMembershipExitInput : { coopname : string ; exit_hash : string ; statement : GraphQLTypes [ "MembershipExitApplicationSignedDocumentInput" ] ; 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" ] ; } ; CreateProcessTemplateInput : { description ?: string | null ; project_hash : string ; title : string ; } ; CreateProductCardInput : { braname ?: string | null ; cancellation_fee_amount ?: string | null ; category_id ?: string | null ; contribution_type : GraphQLTypes [ "ContributionType" ] ; delivery_type : GraphQLTypes [ "DeliveryType" ] ; description : string ; images ?: string [] | null ; membership_fee_amount ?: string | null ; min_units ?: number | null ; product_lifecycle_secs : number ; title : string ; type : GraphQLTypes [ "ProductCardType" ] ; unit_cost : string ; units : number ; warranty_period_secs : number ; } ; 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 ; } ; CreateRequestInput : { articleNumber : string ; attributes : GraphQLTypes [ "RequestAttributeInput" ] [] ; barcode ?: string | null ; colorImageUrl ?: string | null ; coopname : string ; currencyCode : string ; data ?: string | null ; depth ?: number | null ; descriptionCategoryId : number ; dimensionUnit ?: string | null ; geoNames : string [] ; height ?: number | null ; images : GraphQLTypes [ "RequestImageInput" ] [] ; meta ?: string | null ; name : string ; oldPrice ?: number | null ; parentHash ?: string | null ; price : number ; primaryImageUrl ?: string | null ; productLifecycleSecs ?: number | null ; type : GraphQLTypes [ "RequestTypeInput" ] ; typeId : number ; units : number ; vat : string ; warrantyDays ?: number | null ; weight ?: number | null ; weightUnit ?: string | null ; width ?: number | null ; } ; CreateSecretaryRoomInput : { displayName : string ; isPublic : boolean ; } ; 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 ; } ; CriticalActionAuditEntry : { ...on CriticalActionAuditEntry : Omit < GraphQLTypes [ "CriticalActionAuditEntry" ] , "...on CriticalActionAuditEntry" > ; __typename : "CriticalActionAuditEntry" ; action_type : GraphQLTypes [ "CriticalActionType" ] ; confirmer_ids : GraphQLTypes [ "CriticalActionConfirmation" ] [] ; created_at : string ; finalized_at ?: string | null ; id : string ; initiated_at ?: string | null ; initiator_id : string ; payload_hash : string ; status : GraphQLTypes [ "CriticalActionStatus" ] ; target_id : string ; } ; CriticalActionConfirmation : { ...on CriticalActionConfirmation : Omit < GraphQLTypes [ "CriticalActionConfirmation" ] , "...on CriticalActionConfirmation" > ; __typename : "CriticalActionConfirmation" ; at : string ; by : string ; } ; CriticalActionStatus : CriticalActionStatus ; CriticalActionType : CriticalActionType ; 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 ; } ; DeclineDecisionInput : { coopname : string ; decision_id : number ; } ; DeclineKuTrustedInput : { coopname : string ; hash : string ; reason : string ; } ; DeleteAccountInput : { username_for_delete : string ; } ; DeleteBranchInput : { braname : string ; coopname : string ; } ; DeleteBranchWhitelistInput : { account : string ; braname : string ; coopname : string ; } ; DeleteCapitalIssueByHashInput : { issue_hash : string ; } ; DeleteCapitalStoryByHashInput : { story_hash : string ; } ; DeleteExpensePlanInput : { plan_id : number ; } ; DeletePaymentMethodInput : { method_id : string ; username : string ; } ; DeleteProjectInput : { coopname : string ; project_hash : string ; } ; DeleteTrustedAccountInput : { braname : string ; coopname : string ; trusted : string ; } ; DeliveryType : DeliveryType ; 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 ; grants ?: string [] | null ; icon ?: string | null ; name : string ; title : 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 ; } ; ExecKuDecisionInput : { authority : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedDocumentInput" ] ; coopname : string ; hash : string ; liability : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedDocumentInput" ] ; petition : GraphQLTypes [ "BranchEstablishmentPetitionSignedDocumentInput" ] ; } ; ExpenseCallbackInput : { action ?: string | null ; contract ?: string | null ; data ?: string | null ; } ; ExpenseFile : { ...on ExpenseFile : Omit < GraphQLTypes [ "ExpenseFile" ] , "...on ExpenseFile" > ; __typename : "ExpenseFile" ; checksum_sha256 : string ; coopname : string ; id : number ; item_hash ?: string | null ; kind : GraphQLTypes [ "ExpenseFileKind" ] ; mime_type : string ; original_filename ?: string | null ; proposal_hash : string ; read_url ?: string | null ; size_bytes : number ; storage_key : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; uploaded_by_username : string ; } ; ExpenseFileKind : ExpenseFileKind ; ExpenseFilter : { fundId ?: string | null ; projectHash ?: string | null ; status ?: string | null ; username ?: string | null ; } ; ExpenseItem : { ...on ExpenseItem : Omit < GraphQLTypes [ "ExpenseItem" ] , "...on ExpenseItem" > ; __typename : "ExpenseItem" ; actual_amount ?: string | null ; description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; planned_amount : string ; recipient ?: string | null ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; status : GraphQLTypes [ "ExpenseItemStatus" ] ; } ; ExpenseItemInput : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } ; ExpenseItemStatus : ExpenseItemStatus ; ExpenseMechanics : ExpenseMechanics ; ExpensePlan : { ...on ExpensePlan : Omit < GraphQLTypes [ "ExpensePlan" ] , "...on ExpensePlan" > ; __typename : "ExpensePlan" ; amount : string ; braname ?: string | null ; created_at : GraphQLTypes [ "DateTime" ] ; creator : string ; due_date ?: GraphQLTypes [ "DateTime" ] | null ; id : number ; paid_at ?: GraphQLTypes [ "DateTime" ] | null ; pay_to : string ; proposal_hash ?: string | null ; recurrence : GraphQLTypes [ "ExpensePlanRecurrence" ] ; title : string ; } ; ExpensePlanRecurrence : ExpensePlanRecurrence ; ExpenseProposal : { ...on ExpenseProposal : Omit < GraphQLTypes [ "ExpenseProposal" ] , "...on ExpenseProposal" > ; __typename : "ExpenseProposal" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; blockchain_status ?: number | null ; coopname : string ; created_at ?: string | null ; decision_doc ?: GraphQLTypes [ "DocumentAggregate" ] | null ; id ?: number | null ; items : GraphQLTypes [ "ExpenseItem" ] [] ; present : boolean ; proposal_hash : string ; source_wallet ?: string | null ; statement_doc ?: GraphQLTypes [ "DocumentAggregate" ] | null ; status : GraphQLTypes [ "ExpenseProposalStatus" ] ; total_actual ?: string | null ; total_planned ?: string | null ; updated_at ?: string | null ; username ?: string | null ; } ; ExpenseProposalDecisionBodyInput : { kind : string ; reason ?: string | null ; } ; ExpenseProposalDecisionGenerateDocumentInput : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; decision_id : number ; generator ?: string | null ; items : GraphQLTypes [ "ExpenseProposalDecisionItemInput" ] [] ; lang ?: string | null ; links ?: string [] | null ; proposal : GraphQLTypes [ "ExpenseProposalDecisionHeaderInput" ] ; proposal_hash : string ; resolution : GraphQLTypes [ "ExpenseProposalDecisionBodyInput" ] ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; ExpenseProposalDecisionHeaderInput : { deadline ?: string | null ; description : string ; fund_name ?: string | null ; items_count : number ; source_wallet : string ; total_amount : string ; } ; ExpenseProposalDecisionItemInput : { amount : string ; description : string ; mechanics : string ; number : string ; recipient_type : string ; } ; ExpenseProposalHeaderInput : { deadline : string ; description : string ; fund_name ?: string | null ; items_count : number ; source_wallet : string ; total_amount : string ; } ; ExpenseProposalItemInput : { amount : string ; description : string ; mechanics : string ; number : string ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; recipient_name ?: string | null ; recipient_type : string ; recipient_username ?: string | null ; requisites ?: string | null ; } ; ExpenseProposalSignedItemInput : { amount : string ; description : string ; mechanics : string ; number : string ; recipient_type : string ; } ; ExpenseProposalStatementGenerateDocumentInput : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; items : GraphQLTypes [ "ExpenseProposalItemInput" ] [] ; lang ?: string | null ; links ?: string [] | null ; proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] ; proposal_hash : string ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; ExpenseProposalStatementSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "ExpenseProposalStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; ExpenseProposalStatementSignedMetaDocumentInput : { block_num : number ; coopname : string ; created_at : string ; doc_data_hash : string ; generator : string ; items : GraphQLTypes [ "ExpenseProposalSignedItemInput" ] [] ; lang : string ; links : string [] ; proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] ; proposal_hash : string ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } ; ExpenseProposalStatus : ExpenseProposalStatus ; ExpenseRecipientType : ExpenseRecipientType ; ExpenseReportOutcome : ExpenseReportOutcome ; ExpenseReportResult : { ...on ExpenseReportResult : Omit < GraphQLTypes [ "ExpenseReportResult" ] , "...on ExpenseReportResult" > ; __typename : "ExpenseReportResult" ; outcome : GraphQLTypes [ "ExpenseReportOutcome" ] ; settlement_amount ?: string | null ; settlement_payment_hash ?: string | null ; transaction ?: GraphQLTypes [ "Transaction" ] | null ; } ; ExpenseRequisite : { ...on ExpenseRequisite : Omit < GraphQLTypes [ "ExpenseRequisite" ] , "...on ExpenseRequisite" > ; __typename : "ExpenseRequisite" ; coopname : string ; data ?: GraphQLTypes [ "JSON" ] | null ; item_hash : string ; method_type ?: string | null ; payment_purpose ?: string | null ; proposal_hash : string ; recipient : string ; requisites : string ; } ; 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 ; } ; ExtensionOnboardingState : { ...on ExtensionOnboardingState : Omit < GraphQLTypes [ "ExtensionOnboardingState" ] , "...on ExtensionOnboardingState" > ; __typename : "ExtensionOnboardingState" ; all_done : boolean ; extension_name : string ; onboarding_expire_at : string ; onboarding_init_at : string ; steps : GraphQLTypes [ "ExtensionOnboardingStepState" ] [] ; } ; ExtensionOnboardingStepState : { ...on ExtensionOnboardingStepState : Omit < GraphQLTypes [ "ExtensionOnboardingStepState" ] , "...on ExtensionOnboardingStepState" > ; __typename : "ExtensionOnboardingStepState" ; default_title ?: string | null ; done : boolean ; hash ?: string | null ; order : number ; step_key : string ; } ; FieldError : { ...on FieldError : Omit < GraphQLTypes [ "FieldError" ] , "...on FieldError" > ; __typename : "FieldError" ; message : string ; path : string ; } ; FinalizeProjectInput : { coopname : string ; project_hash : string ; } ; FindPotentialMatchesInput : { requestId : number ; } ; ForceRecoveryAuthorization : { ...on ForceRecoveryAuthorization : Omit < GraphQLTypes [ "ForceRecoveryAuthorization" ] , "...on ForceRecoveryAuthorization" > ; __typename : "ForceRecoveryAuthorization" ; authorized : boolean ; consent_via : GraphQLTypes [ "ForceRecoveryConsentVia" ] ; triggered_by : string ; } ; ForceRecoveryConsentVia : ForceRecoveryConsentVia ; 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 ; } ; 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" ; createdAt ?: GraphQLTypes [ "DateTime" ] | null ; errors : string [] ; fileName : string ; id ?: string | null ; isValid : boolean ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; xml : string ; year : number ; } ; GeneratedReportSummary : { ...on GeneratedReportSummary : Omit < GraphQLTypes [ "GeneratedReportSummary" ] , "...on GeneratedReportSummary" > ; __typename : "GeneratedReportSummary" ; createdAt : GraphQLTypes [ "DateTime" ] ; fileName : string ; generatedBy : string ; id : string ; isValid : boolean ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } ; 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 ; } ; GenerationConvertStatementGenerateDocumentInput : { 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 ; } ; 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 ; } ; 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 ; } ; GetCategoryAttributesInput : { categoryId : number ; includeDictionaryValues ?: boolean | null ; onlyRequired ?: boolean | null ; typeId : number ; } ; GetCategoryByIdInput : { categoryId : number ; } ; GetCategoryTreeInput : { includeTypes ?: boolean | null ; maxDepth ?: number | null ; onlyAvailable ?: boolean | null ; rootCategoryId ?: number | null ; } ; GetComponentMetricsInput : { project_hash : string ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; } ; GetContributorInput : { _id ?: string | null ; contributor_hash ?: string | null ; username ?: string | null ; } ; GetCoopRequestsInput : { coopname : string ; limit ?: number | null ; status ?: string | null ; type ?: GraphQLTypes [ "RequestTypeInput" ] | 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 ; } ; GetIssueMetricBindingsInput : { issue_hash : string ; } ; GetLedger2HistoryInput : { accountId ?: number | null ; actionNames ?: string [] | null ; applyGlobalSequence ?: string | null ; coopname : string ; dateFrom ?: GraphQLTypes [ "DateTime" ] | null ; dateTo ?: GraphQLTypes [ "DateTime" ] | null ; limit ?: number | null ; operationCodes ?: string [] | null ; page ?: number | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; sortOrder ?: string | null ; username ?: string | null ; walletName ?: string | null ; walletopGlobalSequence ?: string | null ; } ; GetLedger2PostingsInput : { accountId ?: number | null ; applyGlobalSequence ?: string | null ; coopname : string ; dateFrom ?: GraphQLTypes [ "DateTime" ] | null ; dateTo ?: GraphQLTypes [ "DateTime" ] | null ; debitGlobalSequence ?: string | null ; limit ?: number | null ; page ?: number | null ; processHash ?: string | null ; sortOrder ?: string | null ; username ?: string | null ; } ; 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 ; } ; GetMeasuresInput : { coopname : string ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; } ; GetMeetInput : { coopname : string ; hash : string ; } ; GetMeetsInput : { coopname : string ; } ; GetMetricContributionsInput : { metric_hash : string ; } ; GetMetricSeriesInput : { from ?: GraphQLTypes [ "DateTime" ] | null ; metric_hash : string ; to ?: GraphQLTypes [ "DateTime" ] | null ; } ; GetMetricSuperpositionHistoryInput : { project_hash : string ; } ; GetMetricSuperpositionInput : { project_hash : string ; } ; GetMetricWaveInput : { metric_hash : string ; } ; GetPaymentMethodsInput : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; username ?: string | null ; } ; GetProductTypeByIdInput : { typeId : number ; } ; GetProjectCommunicationRoomsInput : { projectHash : string ; } ; GetProjectInput : { hash : string ; parent_hash ?: string | null ; } ; GetProjectWithRelationsInput : { projectHash : string ; } ; GetRequestByHashInput : { hash : string ; } ; GetRequestInput : { id : number ; } ; GetRequestStatisticsInput : { coopname : string ; } ; GetRequiredAttributesInput : { categoryId : number ; typeId : number ; } ; GetResultInput : { _id : string ; } ; GetRoomMessagesForUtcDateInput : { matrixRoomId : string ; utcDate : string ; } ; GetTranscriptionInput : { id : string ; } ; GetTranscriptionsInput : { limit ?: number | null ; matrixRoomId ?: string | null ; offset ?: number | null ; } ; GetUserRequestsInput : { limit ?: 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 ; } ; InboxNotification : { ...on InboxNotification : Omit < GraphQLTypes [ "InboxNotification" ] , "...on InboxNotification" > ; __typename : "InboxNotification" ; actorSubscriberId ?: string | null ; body : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : string ; isRead : boolean ; payload ?: GraphQLTypes [ "JSON" ] | null ; readAt ?: GraphQLTypes [ "DateTime" ] | null ; title : string ; workflowId : string ; } ; InboxNotificationPaginationResult : { ...on InboxNotificationPaginationResult : Omit < GraphQLTypes [ "InboxNotificationPaginationResult" ] , "...on InboxNotificationPaginationResult" > ; __typename : "InboxNotificationPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "InboxNotification" ] [] ; totalCount : number ; totalPages : number ; } ; 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 : { is_server_init ?: boolean | null ; organization_data : GraphQLTypes [ "CreateInitOrganizationDataInput" ] ; } ; InitiateCriticalActionInput : { action_type : GraphQLTypes [ "CriticalActionType" ] ; payload ?: GraphQLTypes [ "JSON" ] | null ; target_id : string ; } ; 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 ; IssueMetricBindingItemInput : { delta : number ; metric_hash : string ; } ; IssuePriority : IssuePriority ; IssueStatus : IssueStatus ; JSON : "scalar" & { name : "JSON" ; } ; JSONObject : "scalar" & { name : "JSONObject" ; } ; JoinKuDecisionInput : { coopname : string ; hash : string ; username : string ; } ; KeyWeight : { ...on KeyWeight : Omit < GraphQLTypes [ "KeyWeight" ] , "...on KeyWeight" > ; __typename : "KeyWeight" ; key : string ; weight : number ; } ; KuAgendaPointInput : { context : string ; decision : string ; title : string ; } ; KuAgendaQuestionInput : { context ?: string | null ; decision : string ; number : string ; title : string ; } ; KuBallotAnswerInput : { id : string ; number : string ; vote : string ; } ; KuBallotQuestionInput : { context ?: string | null ; decision : string ; id : string ; number : string ; title : string ; } ; KuDecision : { ...on KuDecision : Omit < GraphQLTypes [ "KuDecision" ] , "...on KuDecision" > ; __typename : "KuDecision" ; address ?: string | null ; authorization ?: GraphQLTypes [ "JSON" ] | null ; authorization_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; block_num ?: number | null ; braname ?: string | null ; branch_email ?: string | null ; branch_name ?: string | null ; branch_phone ?: string | null ; chairman ?: string | null ; close_at ?: string | null ; coopname ?: string | null ; created_at ?: string | null ; hash : string ; id ?: number | null ; initiator ?: string | null ; meet_at ?: string | null ; meet_place ?: string | null ; open_at ?: string | null ; participants ?: string [] | null ; participants_info ?: GraphQLTypes [ "KuMeetingParticipant" ] [] | null ; petition ?: GraphQLTypes [ "JSON" ] | null ; present : boolean ; proposal ?: GraphQLTypes [ "JSON" ] | null ; protocol ?: GraphQLTypes [ "JSON" ] | null ; protocol_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; questions ?: GraphQLTypes [ "KuDecisionQuestion" ] [] | null ; signed_ballots ?: number | null ; status ?: GraphQLTypes [ "KuDecisionStatus" ] | null ; type ?: GraphQLTypes [ "KuDecisionType" ] | null ; } ; KuDecisionFilterInput : { braname ?: string | null ; coopname ?: string | null ; initiator ?: string | null ; present ?: boolean | null ; status ?: GraphQLTypes [ "KuDecisionStatus" ] | null ; type ?: GraphQLTypes [ "KuDecisionType" ] | null ; } ; KuDecisionQuestion : { ...on KuDecisionQuestion : Omit < GraphQLTypes [ "KuDecisionQuestion" ] , "...on KuDecisionQuestion" > ; __typename : "KuDecisionQuestion" ; context ?: string | null ; counter_votes_abstained ?: number | null ; counter_votes_against ?: number | null ; counter_votes_for ?: number | null ; decision ?: string | null ; decision_id ?: number | null ; id ?: number | null ; number ?: number | null ; title ?: string | null ; voters_abstained ?: string [] | null ; voters_against ?: string [] | null ; voters_for ?: string [] | null ; } ; KuDecisionStatus : KuDecisionStatus ; KuDecisionType : KuDecisionType ; KuMeetingParticipant : { ...on KuMeetingParticipant : Omit < GraphQLTypes [ "KuMeetingParticipant" ] , "...on KuMeetingParticipant" > ; __typename : "KuMeetingParticipant" ; account_type : GraphQLTypes [ "AccountType" ] ; display_name : string ; username : string ; } ; KuProtocolQuestionInput : { context ?: string | null ; counter_votes_abstained : string ; counter_votes_against : string ; counter_votes_for : string ; decision : string ; is_accepted : boolean ; number : string ; title : string ; votes_abstained_percent : number ; votes_against_percent : number ; votes_for_percent : number ; } ; KuTrustRequest : { ...on KuTrustRequest : Omit < GraphQLTypes [ "KuTrustRequest" ] , "...on KuTrustRequest" > ; __typename : "KuTrustRequest" ; application ?: GraphQLTypes [ "JSON" ] | null ; authority ?: GraphQLTypes [ "JSON" ] | null ; authority_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; block_num ?: number | null ; braname ?: string | null ; coopname ?: string | null ; display_name ?: string | null ; document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; hash : string ; id ?: number | null ; present : boolean ; username ?: string | null ; } ; KuTrustRequestFilterInput : { braname ?: string | null ; coopname ?: string | null ; present ?: boolean | null ; username ?: string | null ; } ; KuVoteItemInput : { question_id : number ; vote : string ; } ; Ledger2Account : { ...on Ledger2Account : Omit < GraphQLTypes [ "Ledger2Account" ] , "...on Ledger2Account" > ; __typename : "Ledger2Account" ; accountType : number ; balance : string ; creditBalance : string ; debitBalance : string ; id : number ; name : string ; } ; Ledger2AdjustmentResult : { ...on Ledger2AdjustmentResult : Omit < GraphQLTypes [ "Ledger2AdjustmentResult" ] , "...on Ledger2AdjustmentResult" > ; __typename : "Ledger2AdjustmentResult" ; processHash : string ; transactionId : string ; } ; Ledger2HistoryResponse : { ...on Ledger2HistoryResponse : Omit < GraphQLTypes [ "Ledger2HistoryResponse" ] , "...on Ledger2HistoryResponse" > ; __typename : "Ledger2HistoryResponse" ; currentPage : number ; items : GraphQLTypes [ "Ledger2Operation" ] [] ; totalCount : number ; totalPages : number ; } ; Ledger2Operation : { ...on Ledger2Operation : Omit < GraphQLTypes [ "Ledger2Operation" ] , "...on Ledger2Operation" > ; __typename : "Ledger2Operation" ; accountId ?: number | null ; action : string ; blockNum : number ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; globalSequence : string ; memo ?: string | null ; operationCode ?: string | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; quantity ?: string | null ; username ?: string | null ; walletFrom ?: string | null ; walletTo ?: string | null ; } ; Ledger2Posting : { ...on Ledger2Posting : Omit < GraphQLTypes [ "Ledger2Posting" ] , "...on Ledger2Posting" > ; __typename : "Ledger2Posting" ; blockNum : number ; createdAt : GraphQLTypes [ "DateTime" ] ; creditAccountId ?: number | null ; creditGlobalSequence ?: string | null ; debitAccountId ?: number | null ; debitGlobalSequence ?: string | null ; key : string ; memo ?: string | null ; operationCode ?: string | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; quantity ?: string | null ; username ?: string | null ; } ; Ledger2PostingsResponse : { ...on Ledger2PostingsResponse : Omit < GraphQLTypes [ "Ledger2PostingsResponse" ] , "...on Ledger2PostingsResponse" > ; __typename : "Ledger2PostingsResponse" ; currentPage : number ; items : GraphQLTypes [ "Ledger2Posting" ] [] ; totalCount : number ; totalPages : number ; } ; Ledger2Wallet : { ...on Ledger2Wallet : Omit < GraphQLTypes [ "Ledger2Wallet" ] , "...on Ledger2Wallet" > ; __typename : "Ledger2Wallet" ; available : string ; id : string ; name : string ; } ; 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 ; } ; ListExpensePlansInput : { braname ?: string | null ; } ; ListMarketplaceKUInput : { coopname : string ; onlyActive ?: boolean | null ; } ; ListReportDraftsFilterInput : { period ?: number | null ; reportType ?: GraphQLTypes [ "ReportType" ] | null ; year ?: number | null ; } ; ListUtcDatesWithNewRoomMessagesInput : { afterOriginServerTsExclusive : number ; matrixRoomId : string ; } ; LogEntityType : LogEntityType ; LogEventType : LogEventType ; LogMetricContributionInput : { delta : number ; issue_hash ?: string | null ; metric_hash : string ; } ; LoginFactors : { ...on LoginFactors : Omit < GraphQLTypes [ "LoginFactors" ] , "...on LoginFactors" > ; __typename : "LoginFactors" ; email_available : boolean ; email_enabled : boolean ; totp_enabled : boolean ; totp_enrolled : boolean ; } ; 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 ; } ; ManagedRoomKind : ManagedRoomKind ; MarkReportPeriodInput : { mark ?: GraphQLTypes [ "ReportSubmissionMark" ] | null ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } ; MarketplaceAcceptCppInput : { accepted_by_board_decision_id : string ; document_registry_id : number ; } ; MarketplaceAcceptOrdersBatchInput : { order_ids : string [] ; } ; MarketplaceAcceptReturnAtVisitInput : { braname : string ; claim_id : string ; inspection_photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null ; inspection_result : string ; scanned_barcode ?: string | null ; signed_statement ?: GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] | null ; } ; MarketplaceAddSupplierInput : { contract_date ?: string | null ; contract_number ?: string | null ; member_account : string ; model ?: GraphQLTypes [ "MarketplaceSupplierModel" ] | null ; } ; MarketplaceAddToCartInput : { delivery_braname ?: string | null ; offer_id : string ; package_id ?: string | null ; quantity : number ; } ; MarketplaceAid : { ...on MarketplaceAid : Omit < GraphQLTypes [ "MarketplaceAid" ] , "...on MarketplaceAid" > ; __typename : "MarketplaceAid" ; amount : string ; braname : string ; hash : string ; payment_destination ?: string | null ; payment_status ?: GraphQLTypes [ "PaymentStatus" ] | null ; stage : GraphQLTypes [ "MarketplaceAidStage" ] ; username : string ; } ; MarketplaceAidStage : MarketplaceAidStage ; MarketplaceAidStatementSignablePayloadInput : { amount : number ; braname : string ; } ; MarketplaceAnnounceOrderReadyInput : { order_id : GraphQLTypes [ "ID" ] ; } ; MarketplaceAplReception : { ...on MarketplaceAplReception : Omit < GraphQLTypes [ "MarketplaceAplReception" ] , "...on MarketplaceAplReception" > ; __typename : "MarketplaceAplReception" ; braname : string ; chairman_account ?: string | null ; chairman_signchair_tx_hash ?: string | null ; chairman_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; created_by_operator_account : string ; cycle_id : string ; expeditor_data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null ; fact_quantity_per_order : GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] [] ; id : string ; offerer_account : string ; offerer_name ?: string | null ; shipment_id : string ; status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] ; supplier_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; supplier_signsupp_tx_hash ?: string | null ; total_amount : string ; ttn_number ?: string | null ; updated_at : GraphQLTypes [ "DateTime" ] ; variant : GraphQLTypes [ "MarketplaceAplReceptionVariant" ] ; } ; MarketplaceAplReceptionByIdInput : { apl_reception_id : string ; } ; MarketplaceAplReceptionFactEntry : { ...on MarketplaceAplReceptionFactEntry : Omit < GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] , "...on MarketplaceAplReceptionFactEntry" > ; __typename : "MarketplaceAplReceptionFactEntry" ; fact_quantity : number ; fact_unit_price ?: string | null ; order_id : string ; orderer_account ?: string | null ; orderer_name ?: string | null ; package_size ?: number | null ; product_name ?: string | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ; MarketplaceAplReceptionFactEntryInput : { fact_quantity : number ; fact_unit_price ?: string | null ; order_id : string ; } ; MarketplaceAplReceptionPlacementInput : { barcode_value ?: string | null ; cell_id ?: string | null ; container_id ?: string | null ; order_id : string ; quantity ?: number | null ; } ; MarketplaceAplReceptionResult : { ...on MarketplaceAplReceptionResult : Omit < GraphQLTypes [ "MarketplaceAplReceptionResult" ] , "...on MarketplaceAplReceptionResult" > ; __typename : "MarketplaceAplReceptionResult" ; apl_reception : GraphQLTypes [ "MarketplaceAplReception" ] ; } ; MarketplaceAplReceptionSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceAplReceptionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; MarketplaceAplReceptionSignedMetaDocumentInput : { accept_braname : string ; act_id : string ; block_num : number ; braname ?: string | null ; chairman_account ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_quantity : number ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reception_id : string ; registry_id : number ; skip_save : boolean ; sku : string ; supplier_account : string ; timezone : string ; title : string ; total_amount : string ; transmitter : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } ; MarketplaceAplReceptionStatus : MarketplaceAplReceptionStatus ; MarketplaceAplReceptionStatusChangedEvent : { ...on MarketplaceAplReceptionStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] , "...on MarketplaceAplReceptionStatusChangedEvent" > ; __typename : "MarketplaceAplReceptionStatusChangedEvent" ; braname : string ; reception_id : string ; status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] ; } ; MarketplaceAplReceptionVariant : MarketplaceAplReceptionVariant ; MarketplaceApproveOfferInput : { offer_id : string ; warranty_days : number ; } ; MarketplaceApproveReturnVisitInput : { braname : string ; claim_id : string ; comment ?: string | null ; } ; MarketplaceAssignInventoryPlacementInput : { cell_id ?: string | null ; container_id ?: string | null ; inventory_id : string ; } ; MarketplaceAttribute : { ...on MarketplaceAttribute : Omit < GraphQLTypes [ "MarketplaceAttribute" ] , "...on MarketplaceAttribute" > ; __typename : "MarketplaceAttribute" ; attributeComplexId : number ; attributeId : number ; canBeModifiedAfterCreation : boolean ; categoryDependent : boolean ; complexIsCollection : boolean ; description ?: string | null ; dictionary ?: GraphQLTypes [ "MarketplaceDictionary" ] | null ; dictionaryId ?: number | null ; groupId ?: number | null ; groupName ?: string | null ; hasDictionary : boolean ; isAspect : boolean ; isCollection : boolean ; isComplexAttribute : boolean ; isRequired : boolean ; maxValueCount : number ; maxValues : number ; name : string ; type : GraphQLTypes [ "MarketplaceAttributeType" ] ; } ; MarketplaceAttributeGroup : { ...on MarketplaceAttributeGroup : Omit < GraphQLTypes [ "MarketplaceAttributeGroup" ] , "...on MarketplaceAttributeGroup" > ; __typename : "MarketplaceAttributeGroup" ; attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; attributesCount : number ; groupId ?: number | null ; groupName : string ; } ; MarketplaceAttributeStats : { ...on MarketplaceAttributeStats : Omit < GraphQLTypes [ "MarketplaceAttributeStats" ] , "...on MarketplaceAttributeStats" > ; __typename : "MarketplaceAttributeStats" ; aspectAttributes : number ; dictionaryAttributes : number ; requiredAttributes : number ; totalAttributes : number ; totalDictionaries : number ; totalDictionaryValues : number ; } ; MarketplaceAttributeType : MarketplaceAttributeType ; MarketplaceAttributeValidation : { ...on MarketplaceAttributeValidation : Omit < GraphQLTypes [ "MarketplaceAttributeValidation" ] , "...on MarketplaceAttributeValidation" > ; __typename : "MarketplaceAttributeValidation" ; errors : string [] ; isValid : boolean ; } ; MarketplaceAvailabilityStats : { ...on MarketplaceAvailabilityStats : Omit < GraphQLTypes [ "MarketplaceAvailabilityStats" ] , "...on MarketplaceAvailabilityStats" > ; __typename : "MarketplaceAvailabilityStats" ; categoriesCount : number ; hasRestrictions : boolean ; totalAvailable : number ; typesCount : number ; } ; MarketplaceAvailableCategory : { ...on MarketplaceAvailableCategory : Omit < GraphQLTypes [ "MarketplaceAvailableCategory" ] , "...on MarketplaceAvailableCategory" > ; __typename : "MarketplaceAvailableCategory" ; addedBy : string ; categoryId : number ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : number ; isActive : boolean ; isForEntireCategory : boolean ; isForSpecificType : boolean ; typeId ?: number | null ; updatedAt : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceBarcodeFormat : MarketplaceBarcodeFormat ; MarketplaceBarcodeStrategy : MarketplaceBarcodeStrategy ; MarketplaceBindInventoryBarcodeInput : { barcode_value : string ; format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; inventory_id : string ; } ; MarketplaceBranchEconomy : { ...on MarketplaceBranchEconomy : Omit < GraphQLTypes [ "MarketplaceBranchEconomy" ] , "...on MarketplaceBranchEconomy" > ; __typename : "MarketplaceBranchEconomy" ; available_to_distribute : string ; braname : string ; common_balance : string ; reserve_amount : string ; total_weight : number ; weights : GraphQLTypes [ "MarketplaceTrusteeWeight" ] [] ; } ; MarketplaceBranchWalletHistoryPaginationResult : { ...on MarketplaceBranchWalletHistoryPaginationResult : Omit < GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] , "...on MarketplaceBranchWalletHistoryPaginationResult" > ; __typename : "MarketplaceBranchWalletHistoryPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceBranchWalletOperation" ] [] ; totalCount : number ; totalPages : number ; } ; MarketplaceBranchWalletOperation : { ...on MarketplaceBranchWalletOperation : Omit < GraphQLTypes [ "MarketplaceBranchWalletOperation" ] , "...on MarketplaceBranchWalletOperation" > ; __typename : "MarketplaceBranchWalletOperation" ; created_at : GraphQLTypes [ "DateTime" ] ; global_sequence : string ; memo ?: string | null ; operation_code : string ; order_hash ?: string | null ; order_id ?: string | null ; quantity ?: string | null ; } ; MarketplaceCancelOrderInput : { order_id : string ; } ; MarketplaceCancelOrderResult : { ...on MarketplaceCancelOrderResult : Omit < GraphQLTypes [ "MarketplaceCancelOrderResult" ] , "...on MarketplaceCancelOrderResult" > ; __typename : "MarketplaceCancelOrderResult" ; order : GraphQLTypes [ "MarketplaceOrder" ] ; tx_hash : string ; } ; MarketplaceCancelStockOrderInput : { order_id : string ; reason ?: string | null ; } ; MarketplaceCart : { ...on MarketplaceCart : Omit < GraphQLTypes [ "MarketplaceCart" ] , "...on MarketplaceCart" > ; __typename : "MarketplaceCart" ; delivery_braname ?: string | null ; delivery_point_name ?: string | null ; id : string ; items : GraphQLTypes [ "MarketplaceCartItem" ] [] ; positions_count : number ; total_cost : string ; total_quantity : number ; } ; MarketplaceCartItem : { ...on MarketplaceCartItem : Omit < GraphQLTypes [ "MarketplaceCartItem" ] , "...on MarketplaceCartItem" > ; __typename : "MarketplaceCartItem" ; available_on_current_ku : boolean ; blocker ?: GraphQLTypes [ "MarketplaceCartItemBlocker" ] | null ; id : string ; image_url ?: string | null ; line_total ?: string | null ; max_available ?: number | null ; offer_id : string ; package_id ?: string | null ; package_label ?: string | null ; price_per_unit ?: string | null ; product_name ?: string | null ; quantity : number ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ; MarketplaceCartItemBlocker : MarketplaceCartItemBlocker ; MarketplaceCategory : { ...on MarketplaceCategory : Omit < GraphQLTypes [ "MarketplaceCategory" ] , "...on MarketplaceCategory" > ; __typename : "MarketplaceCategory" ; display_name : string ; id : number ; mvp_baseline : boolean ; sort_order : number ; } ; MarketplaceCategoryOfferCount : { ...on MarketplaceCategoryOfferCount : Omit < GraphQLTypes [ "MarketplaceCategoryOfferCount" ] , "...on MarketplaceCategoryOfferCount" > ; __typename : "MarketplaceCategoryOfferCount" ; category_id : number ; count : number ; } ; MarketplaceCategoryRequestCount : { ...on MarketplaceCategoryRequestCount : Omit < GraphQLTypes [ "MarketplaceCategoryRequestCount" ] , "...on MarketplaceCategoryRequestCount" > ; __typename : "MarketplaceCategoryRequestCount" ; categoryId : number ; categoryName : string ; count : number ; } ; MarketplaceCategoryTreeNode : { ...on MarketplaceCategoryTreeNode : Omit < GraphQLTypes [ "MarketplaceCategoryTreeNode" ] , "...on MarketplaceCategoryTreeNode" > ; __typename : "MarketplaceCategoryTreeNode" ; categoryName : string ; children : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; childrenCount : number ; descriptionCategoryId : number ; disabled : boolean ; fullPath ?: string | null ; isLeafCategory : boolean ; parentId ?: number | null ; types : GraphQLTypes [ "MarketplaceProductType" ] [] ; typesCount : number ; } ; MarketplaceCategoryTreeStats : { ...on MarketplaceCategoryTreeStats : Omit < GraphQLTypes [ "MarketplaceCategoryTreeStats" ] , "...on MarketplaceCategoryTreeStats" > ; __typename : "MarketplaceCategoryTreeStats" ; availableTypes : number ; disabledCategories : number ; leafCategories : number ; rootCategories : number ; totalCategories : number ; totalTypes : number ; } ; MarketplaceCheckoutCartInput : { checkout_id ?: string | null ; lines ?: GraphQLTypes [ "MarketplaceCheckoutSignedLineInput" ] [] | null ; } ; MarketplaceCheckoutFailedLine : { ...on MarketplaceCheckoutFailedLine : Omit < GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] , "...on MarketplaceCheckoutFailedLine" > ; __typename : "MarketplaceCheckoutFailedLine" ; offer_id : string ; product_name ?: string | null ; quantity : number ; reason : string ; } ; MarketplaceCheckoutResult : { ...on MarketplaceCheckoutResult : Omit < GraphQLTypes [ "MarketplaceCheckoutResult" ] , "...on MarketplaceCheckoutResult" > ; __typename : "MarketplaceCheckoutResult" ; cart : GraphQLTypes [ "MarketplaceCart" ] ; checkout_id : string ; created_orders : GraphQLTypes [ "MarketplaceOrder" ] [] ; delivery_braname : string ; failed_lines : GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] [] ; fully_completed : boolean ; } ; MarketplaceCheckoutSignableLine : { ...on MarketplaceCheckoutSignableLine : Omit < GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] , "...on MarketplaceCheckoutSignableLine" > ; __typename : "MarketplaceCheckoutSignableLine" ; amount : string ; document : GraphQLTypes [ "GeneratedDocument" ] ; offer_id : string ; order_hash : string ; package_id ?: string | null ; } ; MarketplaceCheckoutSignedLineInput : { offer_id : string ; order_hash : string ; package_id ?: string | null ; signed_statement : GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] ; } ; MarketplaceClearInventoryLabelInput : { inventory_id : string ; } ; MarketplaceConfirmWriteoffInput : { braname : string ; proposal_id : string ; signed_memo : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } ; MarketplaceConsolidatedRequest : { ...on MarketplaceConsolidatedRequest : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequest" ] , "...on MarketplaceConsolidatedRequest" > ; __typename : "MarketplaceConsolidatedRequest" ; accepted_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; cycle_ended_at ?: GraphQLTypes [ "DateTime" ] | null ; cycle_started_at : GraphQLTypes [ "DateTime" ] ; decline_reason ?: string | null ; declined_at ?: GraphQLTypes [ "DateTime" ] | null ; expires_at ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; offer_id : string ; status : string ; supplier_account : string ; total_amount : string ; total_quantity : number ; triggered_by_supplier_at ?: GraphQLTypes [ "DateTime" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceConsolidatedRequestPaginationResult : { ...on MarketplaceConsolidatedRequestPaginationResult : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] , "...on MarketplaceConsolidatedRequestPaginationResult" > ; __typename : "MarketplaceConsolidatedRequestPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceConsolidatedRequest" ] [] ; totalCount : number ; totalPages : number ; } ; MarketplaceConsolidatedRequestStatus : MarketplaceConsolidatedRequestStatus ; MarketplaceContainer : { ...on MarketplaceContainer : Omit < GraphQLTypes [ "MarketplaceContainer" ] , "...on MarketplaceContainer" > ; __typename : "MarketplaceContainer" ; braname : string ; cell_id ?: string | null ; code : string ; container_type_id : string ; id : string ; is_active : boolean ; label ?: string | null ; } ; MarketplaceContainerType : { ...on MarketplaceContainerType : Omit < GraphQLTypes [ "MarketplaceContainerType" ] , "...on MarketplaceContainerType" > ; __typename : "MarketplaceContainerType" ; height_cm : number ; id : string ; is_active : boolean ; length_cm : number ; max_weight_kg ?: string | null ; name : string ; volume_m3 : string ; width_cm : number ; } ; MarketplaceConvertBranchFundsInput : { amount : number ; } ; MarketplaceConvertStatementSignedInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceConvertStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; MarketplaceConvertStatementSignedMetaDocumentInput : { amount : string ; block_num : number ; coopname : string ; created_at : string ; generator : string ; lang : string ; links : string [] ; order_hash : string ; registry_id : number ; skip_save : boolean ; timezone : string ; title : string ; username : string ; version : string ; } ; MarketplaceCppStatus : { ...on MarketplaceCppStatus : Omit < GraphQLTypes [ "MarketplaceCppStatus" ] , "...on MarketplaceCppStatus" > ; __typename : "MarketplaceCppStatus" ; accepted_at ?: string | null ; accepted_by_board_decision_id ?: string | null ; document_registry_id ?: number | null ; status : string ; } ; MarketplaceCreateAidInput : { aid_hash : string ; amount : number ; braname : string ; payment_method_id : string ; statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } ; MarketplaceCreateAplReceptionInput : { fact_quantity_per_order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null ; shipment_id : string ; } ; MarketplaceCreateContainerTypeInput : { height_cm : number ; length_cm : number ; max_weight_kg ?: string | null ; name : string ; volume_m3 ?: string | null ; width_cm : number ; } ; MarketplaceCreateContainersInput : { braname : string ; container_type_id : string ; count : number ; label ?: string | null ; } ; MarketplaceCreateExpressReceptionInput : { braname : string ; fact_quantity_per_order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null ; offerer_account : string ; } ; MarketplaceCreateExpressReceptionResult : { ...on MarketplaceCreateExpressReceptionResult : Omit < GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] , "...on MarketplaceCreateExpressReceptionResult" > ; __typename : "MarketplaceCreateExpressReceptionResult" ; apl_receptions : GraphQLTypes [ "MarketplaceAplReception" ] [] ; } ; MarketplaceCreateOfferInput : { barcode_strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null ; category_id : number ; delivery_points : GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] ; description ?: string | null ; images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null ; pack_size ?: number | null ; packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null ; price_per_unit : string ; product_name : string ; quantity_available ?: number | null ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; shelf_life_days : number ; unit_of_measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] ; unlimited_flag : boolean ; } ; MarketplaceCreateOrderProposalLineInput : { actual_quantity : number ; actual_unit_price : string ; order_id : string ; signiss1_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } ; MarketplaceCreateReturnClaimInput : { actual_quantity ?: number | null ; defect_category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null ; order_id : string ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] ; reason_text : string ; signed_statement : GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] ; } ; MarketplaceCreateShipmentInput : { cycle_id : string ; groups : GraphQLTypes [ "MarketplaceShipmentGroupInput" ] [] ; } ; MarketplaceCreateShipmentResult : { ...on MarketplaceCreateShipmentResult : Omit < GraphQLTypes [ "MarketplaceCreateShipmentResult" ] , "...on MarketplaceCreateShipmentResult" > ; __typename : "MarketplaceCreateShipmentResult" ; shipments : GraphQLTypes [ "MarketplaceShipment" ] [] ; } ; MarketplaceCreateStockProposalInput : { braname : string ; items ?: GraphQLTypes [ "MarketplaceCreateStockProposalLineInput" ] [] | null ; member_account : string ; order_items ?: GraphQLTypes [ "MarketplaceCreateOrderProposalLineInput" ] [] | null ; } ; MarketplaceCreateStockProposalLineInput : { offer_id : string ; order_hash : string ; package_id ?: string | null ; quantity : number ; signiss1_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } ; MarketplaceCreateStorageCellInput : { braname : string ; label ?: string | null ; level : number ; section : string ; } ; MarketplaceCreateStorageGridInput : { braname : string ; level_from : number ; level_to : number ; sections : string [] ; } ; MarketplaceCreateWriteoffDraftInput : { cycle_started_at ?: string | null ; items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] ; } ; MarketplaceCurrentMember : { ...on MarketplaceCurrentMember : Omit < GraphQLTypes [ "MarketplaceCurrentMember" ] , "...on MarketplaceCurrentMember" > ; __typename : "MarketplaceCurrentMember" ; branches : string [] ; core_roles : string [] ; marketplace_roles : string [] ; username : string ; warehouse_settings : GraphQLTypes [ "MarketplaceWarehouseSettings" ] ; } ; MarketplaceDeclineOrdersBatchInput : { order_ids : string [] ; reason : string ; } ; MarketplaceDeleteTrusteeWeightInput : { braname : string ; username : string ; } ; MarketplaceDetailKUInput : { coopname : string ; coreBraname : string ; description ?: string | null ; workingHours : GraphQLTypes [ "WorkingHoursInput" ] ; } ; MarketplaceDictionary : { ...on MarketplaceDictionary : Omit < GraphQLTypes [ "MarketplaceDictionary" ] , "...on MarketplaceDictionary" > ; __typename : "MarketplaceDictionary" ; description ?: string | null ; dictionaryId : number ; hasValuesWithPictures : boolean ; name ?: string | null ; values : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] ; valuesCount : number ; } ; MarketplaceDictionaryValue : { ...on MarketplaceDictionaryValue : Omit < GraphQLTypes [ "MarketplaceDictionaryValue" ] , "...on MarketplaceDictionaryValue" > ; __typename : "MarketplaceDictionaryValue" ; dictionaryId : number ; dictionaryValueId : number ; fullDescription : string ; hasInfo : boolean ; hasPicture : boolean ; info ?: string | null ; picture ?: string | null ; value : string ; } ; MarketplaceDistributeBranchFundsInput : { amount : number ; braname : string ; } ; MarketplaceEconomyConfig : { ...on MarketplaceEconomyConfig : Omit < GraphQLTypes [ "MarketplaceEconomyConfig" ] , "...on MarketplaceEconomyConfig" > ; __typename : "MarketplaceEconomyConfig" ; membership_fee_percent : number ; } ; MarketplaceEvent : { ...on MarketplaceAplReceptionStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] ; ...on MarketplaceOfferModerationEvent : "__union" & GraphQLTypes [ "MarketplaceOfferModerationEvent" ] ; ...on MarketplaceOfferPublishedEvent : "__union" & GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] ; ...on MarketplaceOfferStockChangedEvent : "__union" & GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] ; ...on MarketplaceOrderReadyToReceiveEvent : "__union" & GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] ; ...on MarketplaceOrderStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] ; ...on MarketplacePaymentStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] ; ...on MarketplaceReceptionPendingSignEvent : "__union" & GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] ; ...on MarketplaceReturnClaimStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] ; ...on MarketplaceStockProposalCreatedEvent : "__union" & GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] ; ...on MarketplaceStockProposalResolvedEvent : "__union" & GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] ; ...on MarketplaceWriteoffStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] ; __typename : "MarketplaceAplReceptionStatusChangedEvent" | "MarketplaceOfferModerationEvent" | "MarketplaceOfferPublishedEvent" | "MarketplaceOfferStockChangedEvent" | "MarketplaceOrderReadyToReceiveEvent" | "MarketplaceOrderStatusChangedEvent" | "MarketplacePaymentStatusChangedEvent" | "MarketplaceReceptionPendingSignEvent" | "MarketplaceReturnClaimStatusChangedEvent" | "MarketplaceStockProposalCreatedEvent" | "MarketplaceStockProposalResolvedEvent" | "MarketplaceWriteoffStatusChangedEvent" ; } ; MarketplaceEventsInput : { coopname : string ; } ; MarketplaceExpressPickupCandidate : { ...on MarketplaceExpressPickupCandidate : Omit < GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] , "...on MarketplaceExpressPickupCandidate" > ; __typename : "MarketplaceExpressPickupCandidate" ; braname : string ; offerer_account : string ; orders_count : number ; total_amount : string ; total_units : number ; } ; MarketplaceFinalizeStockIssuanceInput : { order_lines : GraphQLTypes [ "MarketplaceStockFinalizeLineInput" ] [] ; proposal_id : string ; signed_convert ?: GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] | null ; } ; MarketplaceGenerateInventoryLabelInput : { format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; inventory_id : string ; } ; MarketplaceGeocodeStatus : MarketplaceGeocodeStatus ; MarketplaceGetOrderInput : { order_id : string ; } ; MarketplaceGetShipmentInput : { shipment_id : string ; } ; MarketplaceInventoryItem : { ...on MarketplaceInventoryItem : Omit < GraphQLTypes [ "MarketplaceInventoryItem" ] , "...on MarketplaceInventoryItem" > ; __typename : "MarketplaceInventoryItem" ; arrival_price ?: string | null ; barcode_format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; barcode_value ?: string | null ; braname : string ; cell_id ?: string | null ; container_id ?: string | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_point_address ?: string | null ; delivery_point_name ?: string | null ; expiry_date ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; labeled_at ?: GraphQLTypes [ "DateTime" ] | null ; labeled_by_operator_account ?: string | null ; order_id : string ; orderer_account_snapshot : string ; orderer_name ?: string | null ; ownership : GraphQLTypes [ "MarketplaceInventoryOwnership" ] ; package_size ?: number | null ; product_name_snapshot : string ; published_offer_id ?: string | null ; quantity_per_label : number ; received_at : GraphQLTypes [ "DateTime" ] ; received_by_operator_account : string ; reserved_order_id ?: string | null ; shipment_id : string ; status : GraphQLTypes [ "MarketplaceInventoryStatus" ] ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceInventoryMutationResult : { ...on MarketplaceInventoryMutationResult : Omit < GraphQLTypes [ "MarketplaceInventoryMutationResult" ] , "...on MarketplaceInventoryMutationResult" > ; __typename : "MarketplaceInventoryMutationResult" ; inventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; } ; MarketplaceInventoryOwnership : MarketplaceInventoryOwnership ; MarketplaceInventorySplitEntryInput : { cell_id ?: string | null ; container_id ?: string | null ; quantity : number ; } ; MarketplaceInventoryStatus : MarketplaceInventoryStatus ; MarketplaceIssueActPayloadInput : { actual_quantity ?: number | null ; actual_unit_price ?: string | null ; order_id : GraphQLTypes [ "ID" ] ; } ; MarketplaceIssueActSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceIssueActSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; MarketplaceIssueActSignedMetaDocumentInput : { accept_braname : string ; act_id : string ; actual_quantity ?: number | null ; block_num : number ; braname ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_quantity : number ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reception_id : string ; registry_id : number ; skip_save : boolean ; sku : string ; supplier_account : string ; timezone : string ; title : string ; total_amount : string ; transmitter : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } ; MarketplaceKUDetails : { ...on MarketplaceKUDetails : Omit < GraphQLTypes [ "MarketplaceKUDetails" ] , "...on MarketplaceKUDetails" > ; __typename : "MarketplaceKUDetails" ; addressFull ?: string | null ; contactEmail ?: string | null ; contactPhone ?: string | null ; coopname : string ; coreBraname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; geocodeErrorMessage ?: string | null ; geocodeStatus : GraphQLTypes [ "MarketplaceGeocodeStatus" ] ; geocodedAt ?: GraphQLTypes [ "DateTime" ] | null ; lat ?: number | null ; lng ?: number | null ; name ?: string | null ; status : GraphQLTypes [ "MarketplaceKUStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workingHours : GraphQLTypes [ "WorkingHours" ] ; } ; MarketplaceKUStatus : MarketplaceKUStatus ; MarketplaceListAidsInput : { username ?: string | null ; } ; MarketplaceListAllOffersInput : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; statuses ?: GraphQLTypes [ "MarketplaceOfferStatus" ] [] | null ; supplier_account ?: string | null ; } ; MarketplaceListAplReceptionsByBranameInput : { braname : string ; } ; MarketplaceListCatalogInput : { category_id ?: number | null ; delivery_braname ?: string | null ; limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } ; MarketplaceListConsolidatedRequestsInput : { offer_id ?: string | null ; status ?: GraphQLTypes [ "MarketplaceConsolidatedRequestStatus" ] | null ; } ; MarketplaceListContainersInput : { braname ?: string | null ; container_type_id ?: string | null ; is_active ?: boolean | null ; unplaced_only ?: boolean | null ; } ; MarketplaceListInventoryInput : { braname ?: string | null ; order_id ?: string | null ; shipment_id ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceInventoryStatus" ] [] | null ; } ; MarketplaceListIssuancesByBranameInput : { delivery_braname : string ; } ; MarketplaceListMyOffersInput : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } ; MarketplaceListOrdersInput : { offer_id ?: string | null ; orderer_account ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceOrderStatus" ] [] | null ; supplier_account ?: string | null ; } ; MarketplaceListOutgoingPaymentsAsSupplierFilterInput : { statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null ; } ; MarketplaceListOutgoingPaymentsFilterInput : { statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null ; supplier_account ?: string | null ; } ; MarketplaceListPendingOffersInput : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } ; MarketplaceListReturnClaimsByBranameInput : { delivery_braname : string ; } ; MarketplaceListShipmentsByBranameInput : { braname : string ; statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null ; } ; MarketplaceListShipmentsInput : { braname ?: string | null ; cycle_id ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null ; } ; MarketplaceListStockProposalsInput : { braname ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceStockProposalStatus" ] [] | null ; } ; MarketplaceListStorageCellsInput : { braname ?: string | null ; is_active ?: boolean | null ; } ; MarketplaceListSupplierPickupOrdersInput : { braname : string ; offerer_account : string ; } ; MarketplaceListWriteoffProposalsInput : { statuses ?: GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] [] | null ; } ; MarketplaceMemberWallet : { ...on MarketplaceMemberWallet : Omit < GraphQLTypes [ "MarketplaceMemberWallet" ] , "...on MarketplaceMemberWallet" > ; __typename : "MarketplaceMemberWallet" ; coopname : string ; username : string ; wallets : GraphQLTypes [ "MarketplaceWalletEntry" ] [] ; } ; MarketplaceModerationLogEntry : { ...on MarketplaceModerationLogEntry : Omit < GraphQLTypes [ "MarketplaceModerationLogEntry" ] , "...on MarketplaceModerationLogEntry" > ; __typename : "MarketplaceModerationLogEntry" ; action : string ; by_account : string ; created_at : GraphQLTypes [ "DateTime" ] ; id : string ; offer_id : string ; reason ?: string | null ; } ; MarketplaceMoveContainerInput : { cell_id ?: string | null ; container_id : string ; } ; MarketplaceOffer : { ...on MarketplaceOffer : Omit < GraphQLTypes [ "MarketplaceOffer" ] , "...on MarketplaceOffer" > ; __typename : "MarketplaceOffer" ; approved_at ?: GraphQLTypes [ "DateTime" ] | null ; approved_by ?: string | null ; barcode_strategy : GraphQLTypes [ "MarketplaceBarcodeStrategy" ] ; category_id : number ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_points : GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] [] ; description ?: string | null ; id : string ; images : GraphQLTypes [ "MarketplaceOfferImage" ] [] ; pack_size ?: number | null ; packages : GraphQLTypes [ "MarketplaceOfferPackage" ] [] ; price_per_unit : string ; product_name : string ; quantity_available : number ; quantity_blocked : number ; quantity_consumed : number ; reject_reason ?: string | null ; rejected_at ?: GraphQLTypes [ "DateTime" ] | null ; rejected_by ?: string | null ; sale_form : GraphQLTypes [ "MarketplaceSaleForm" ] ; shelf_life_days : number ; status : GraphQLTypes [ "MarketplaceOfferStatus" ] ; stock_braname ?: string | null ; stock_package_size ?: number | null ; supplier_account : string ; supplier_name ?: string | null ; unit_of_measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] ; unlimited_flag : boolean ; updated_at : GraphQLTypes [ "DateTime" ] ; vitrine_id : string ; warranty_days : number ; } ; MarketplaceOfferDeliveryPoint : { ...on MarketplaceOfferDeliveryPoint : Omit < GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] , "...on MarketplaceOfferDeliveryPoint" > ; __typename : "MarketplaceOfferDeliveryPoint" ; address ?: string | null ; braname : string ; lat ?: number | null ; lng ?: number | null ; min_supply_volume : number ; name ?: string | null ; } ; MarketplaceOfferDeliveryPointInput : { braname : string ; min_supply_volume : number ; } ; MarketplaceOfferImage : { ...on MarketplaceOfferImage : Omit < GraphQLTypes [ "MarketplaceOfferImage" ] , "...on MarketplaceOfferImage" > ; __typename : "MarketplaceOfferImage" ; bucket_key : string ; is_cover : boolean ; mime_type : string ; sort_order : number ; url : string ; } ; MarketplaceOfferImageUploadInput : { base64 ?: string | null ; bucket_key ?: string | null ; mime_type ?: string | null ; } ; MarketplaceOfferModerationEvent : { ...on MarketplaceOfferModerationEvent : Omit < GraphQLTypes [ "MarketplaceOfferModerationEvent" ] , "...on MarketplaceOfferModerationEvent" > ; __typename : "MarketplaceOfferModerationEvent" ; offer_id : string ; status : GraphQLTypes [ "MarketplaceOfferStatus" ] ; } ; MarketplaceOfferPackage : { ...on MarketplaceOfferPackage : Omit < GraphQLTypes [ "MarketplaceOfferPackage" ] , "...on MarketplaceOfferPackage" > ; __typename : "MarketplaceOfferPackage" ; id : string ; is_default : boolean ; label ?: string | null ; package_type ?: string | null ; price : string ; size : number ; sort_order : number ; } ; MarketplaceOfferPackageInput : { id ?: string | null ; is_default ?: boolean | null ; label ?: string | null ; package_type : string ; price : string ; size : number ; } ; MarketplaceOfferPaginationResult : { ...on MarketplaceOfferPaginationResult : Omit < GraphQLTypes [ "MarketplaceOfferPaginationResult" ] , "...on MarketplaceOfferPaginationResult" > ; __typename : "MarketplaceOfferPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceOffer" ] [] ; totalCount : number ; totalPages : number ; } ; MarketplaceOfferPublishedEvent : { ...on MarketplaceOfferPublishedEvent : Omit < GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] , "...on MarketplaceOfferPublishedEvent" > ; __typename : "MarketplaceOfferPublishedEvent" ; category_id : number ; offer_id : string ; } ; MarketplaceOfferStatus : MarketplaceOfferStatus ; MarketplaceOfferStockChangedEvent : { ...on MarketplaceOfferStockChangedEvent : Omit < GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] , "...on MarketplaceOfferStockChangedEvent" > ; __typename : "MarketplaceOfferStockChangedEvent" ; offer_id : string ; quantity_available : number ; unlimited_flag : boolean ; } ; MarketplaceOnboardingSource : MarketplaceOnboardingSource ; MarketplaceOnboardingState : { ...on MarketplaceOnboardingState : Omit < GraphQLTypes [ "MarketplaceOnboardingState" ] , "...on MarketplaceOnboardingState" > ; __typename : "MarketplaceOnboardingState" ; agreement_id ?: number | null ; completed_at ?: string | null ; requires_gate : boolean ; source : GraphQLTypes [ "MarketplaceOnboardingSource" ] ; template_registry_id : number ; } ; MarketplaceOrder : { ...on MarketplaceOrder : Omit < GraphQLTypes [ "MarketplaceOrder" ] , "...on MarketplaceOrder" > ; __typename : "MarketplaceOrder" ; accepted_at ?: GraphQLTypes [ "DateTime" ] | null ; blocked_at ?: GraphQLTypes [ "DateTime" ] | null ; cancelled_at ?: GraphQLTypes [ "DateTime" ] | null ; chairman_account ?: string | null ; chairman_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; checkout_id ?: string | null ; coopname : string ; create_tx ?: GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] | null ; created_at : GraphQLTypes [ "DateTime" ] ; current_warehouse_braname ?: string | null ; cycle_id ?: string | null ; delivery_braname : string ; delivery_point_address ?: string | null ; delivery_point_lat ?: number | null ; delivery_point_lng ?: number | null ; delivery_point_name ?: string | null ; delivery_signer_account ?: string | null ; group_accumulated_quantity ?: number | null ; group_min_volume ?: number | null ; id : string ; image_url ?: string | null ; is_ready_announced : boolean ; issuance_fact ?: GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] | null ; last_status_reason ?: string | null ; membership_fee ?: string | null ; offer_hash : string ; offer_id : string ; order_hash : string ; orderer_account : string ; orderer_name ?: string | null ; orderer_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; orderer_verification_passed ?: boolean | null ; package_size : number ; price_per_unit : string ; product_name ?: string | null ; quantity : number ; received_at ?: GraphQLTypes [ "DateTime" ] | null ; shipment_id ?: string | null ; signiss1_tx_hash ?: string | null ; signiss2_tx_hash ?: string | null ; status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; supplier_account : string ; supplier_name ?: string | null ; total_cost : string ; total_cost_with_fee : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; warehouse_arrival_price ?: string | null ; warehouse_locations ?: string [] | null ; warehouse_quantity ?: number | null ; warranty_period_secs : number ; warranty_until ?: GraphQLTypes [ "DateTime" ] | null ; } ; MarketplaceOrderCreateTxSnapshot : { ...on MarketplaceOrderCreateTxSnapshot : Omit < GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] , "...on MarketplaceOrderCreateTxSnapshot" > ; __typename : "MarketplaceOrderCreateTxSnapshot" ; block_num : number ; locked_amount : string ; signed_at : string ; tx_hash : string ; } ; MarketplaceOrderIssuanceFactDiffState : MarketplaceOrderIssuanceFactDiffState ; MarketplaceOrderIssuanceFactSnapshot : { ...on MarketplaceOrderIssuanceFactSnapshot : Omit < GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] , "...on MarketplaceOrderIssuanceFactSnapshot" > ; __typename : "MarketplaceOrderIssuanceFactSnapshot" ; actual_quantity : number ; diff_state : GraphQLTypes [ "MarketplaceOrderIssuanceFactDiffState" ] ; fact_cost : string ; fact_unit_price : string ; } ; MarketplaceOrderPaginationResult : { ...on MarketplaceOrderPaginationResult : Omit < GraphQLTypes [ "MarketplaceOrderPaginationResult" ] , "...on MarketplaceOrderPaginationResult" > ; __typename : "MarketplaceOrderPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceOrder" ] [] ; totalCount : number ; totalPages : number ; } ; MarketplaceOrderReadyToReceiveEvent : { ...on MarketplaceOrderReadyToReceiveEvent : Omit < GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] , "...on MarketplaceOrderReadyToReceiveEvent" > ; __typename : "MarketplaceOrderReadyToReceiveEvent" ; braname : string ; order_hash : string ; order_id : string ; } ; MarketplaceOrderStatus : MarketplaceOrderStatus ; MarketplaceOrderStatusChangedEvent : { ...on MarketplaceOrderStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] , "...on MarketplaceOrderStatusChangedEvent" > ; __typename : "MarketplaceOrderStatusChangedEvent" ; order_id : string ; previous_status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; } ; MarketplaceOutgoingPaymentRequest : { ...on MarketplaceOutgoingPaymentRequest : Omit < GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] , "...on MarketplaceOutgoingPaymentRequest" > ; __typename : "MarketplaceOutgoingPaymentRequest" ; amount : string ; apl_reception_id : string ; completed_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; core_payment_id ?: string | null ; created_at : GraphQLTypes [ "DateTime" ] ; decline_reason ?: string | null ; id : string ; order_hash : string ; order_id : string ; payee_account : string ; payout_destination ?: string | null ; payout_tx_hash ?: string | null ; purpose : string ; status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] ; symbol : string ; updated_at : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceOutgoingPaymentRequestStatus : MarketplaceOutgoingPaymentRequestStatus ; MarketplacePaymentStatusChangedEvent : { ...on MarketplacePaymentStatusChangedEvent : Omit < GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] , "...on MarketplacePaymentStatusChangedEvent" > ; __typename : "MarketplacePaymentStatusChangedEvent" ; payment_request_id : string ; status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] ; } ; MarketplacePersonalEconomy : { ...on MarketplacePersonalEconomy : Omit < GraphQLTypes [ "MarketplacePersonalEconomy" ] , "...on MarketplacePersonalEconomy" > ; __typename : "MarketplacePersonalEconomy" ; personal_balance : string ; } ; MarketplaceProductType : { ...on MarketplaceProductType : Omit < GraphQLTypes [ "MarketplaceProductType" ] , "...on MarketplaceProductType" > ; __typename : "MarketplaceProductType" ; descriptionCategoryId : number ; disabled : boolean ; fullName ?: string | null ; isAvailable : boolean ; typeId : number ; typeName : string ; } ; MarketplacePublishStockInput : { inventory_ids : string [] ; price_per_unit ?: string | null ; warranty_days ?: number | null ; } ; MarketplaceReceptionPendingSignEvent : { ...on MarketplaceReceptionPendingSignEvent : Omit < GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] , "...on MarketplaceReceptionPendingSignEvent" > ; __typename : "MarketplaceReceptionPendingSignEvent" ; ku_name : string ; reception_id : string ; } ; MarketplaceRegistrationOfferStatus : { ...on MarketplaceRegistrationOfferStatus : Omit < GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] , "...on MarketplaceRegistrationOfferStatus" > ; __typename : "MarketplaceRegistrationOfferStatus" ; agreement_id ?: string | null ; agreement_type ?: string | null ; applicable_account_types : string [] ; registered : boolean ; registry_id ?: number | null ; title ?: string | null ; } ; MarketplaceRejectOfferInput : { offer_id : string ; reason : string ; } ; MarketplaceRejectReturnAtVisitInput : { braname : string ; claim_id : string ; inspection_photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null ; inspection_result : string ; } ; MarketplaceRejectReturnRemoteInput : { braname : string ; claim_id : string ; comment : string ; } ; MarketplaceRemoveFromCartInput : { offer_id : string ; package_id ?: string | null ; } ; MarketplaceRenameStorageSectionInput : { braname : string ; new_section : string ; section : string ; } ; MarketplaceRepublishOfferInput : { id : string ; } ; MarketplaceRequest : { ...on MarketplaceRequest : Omit < GraphQLTypes [ "MarketplaceRequest" ] , "...on MarketplaceRequest" > ; __typename : "MarketplaceRequest" ; articleNumber : string ; attributes : GraphQLTypes [ "MarketplaceRequestAttributeValue" ] [] ; availableUnits : number ; barcode ?: string | null ; canBeEdited : boolean ; category : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] ; colorImageUrl ?: string | null ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; currencyCode : string ; data ?: string | null ; depth ?: number | null ; descriptionCategoryId : number ; dimensionUnit ?: string | null ; discountPercentage : number ; geoNames : string [] ; hasAllRequiredAttributes : boolean ; hasDiscount : boolean ; hash : string ; height ?: number | null ; id : number ; images : GraphQLTypes [ "MarketplaceRequestImage" ] [] ; isActive : boolean ; isOffer : boolean ; isOrder : boolean ; meta ?: string | null ; name : string ; oldPrice ?: number | null ; oldPriceAsNumber ?: number | null ; parentHash ?: string | null ; price : number ; priceAsNumber : number ; primaryImageUrl ?: string | null ; productLifecycleSecs ?: number | null ; productType : GraphQLTypes [ "MarketplaceProductType" ] ; settledUnits : number ; status : GraphQLTypes [ "RequestStatus" ] ; type : GraphQLTypes [ "RequestType" ] ; typeId : number ; units : number ; updatedAt : GraphQLTypes [ "DateTime" ] ; username : string ; vat : string ; warrantyDays ?: number | null ; weight ?: number | null ; weightUnit ?: string | null ; width ?: number | null ; } ; MarketplaceRequestAttributeValue : { ...on MarketplaceRequestAttributeValue : Omit < GraphQLTypes [ "MarketplaceRequestAttributeValue" ] , "...on MarketplaceRequestAttributeValue" > ; __typename : "MarketplaceRequestAttributeValue" ; attribute : GraphQLTypes [ "MarketplaceAttribute" ] ; attributeGroup ?: string | null ; attributeId : number ; attributeType : string ; complexId : number ; createdAt : GraphQLTypes [ "DateTime" ] ; dictionaryValueId ?: number | null ; id : number ; isAspect : boolean ; isRequired : boolean ; value : string ; } ; MarketplaceRequestImage : { ...on MarketplaceRequestImage : Omit < GraphQLTypes [ "MarketplaceRequestImage" ] , "...on MarketplaceRequestImage" > ; __typename : "MarketplaceRequestImage" ; createdAt : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; fileName : string ; id : number ; imageType : GraphQLTypes [ "RequestImageType" ] ; imageUrl : string ; is360Image : boolean ; isColorSample : boolean ; isPrimary : boolean ; sortOrder : number ; typeDescription : string ; } ; MarketplaceRequestStatistics : { ...on MarketplaceRequestStatistics : Omit < GraphQLTypes [ "MarketplaceRequestStatistics" ] , "...on MarketplaceRequestStatistics" > ; __typename : "MarketplaceRequestStatistics" ; activeOffers : number ; activeOrders : number ; completedDeals : number ; requestsByCategory : GraphQLTypes [ "MarketplaceCategoryRequestCount" ] [] ; totalRequests : number ; } ; MarketplaceRequestSupplierInput : { contract_date : string ; contract_number : string ; } ; MarketplaceResolveContainerByCodeInput : { code : string ; } ; MarketplaceResolveStockProposalInput : { proposal_id : string ; } ; MarketplaceRetireStorageCellsInput : { braname : string ; level ?: number | null ; section ?: string | null ; } ; MarketplaceReturnClaim : { ...on MarketplaceReturnClaim : Omit < GraphQLTypes [ "MarketplaceReturnClaim" ] , "...on MarketplaceReturnClaim" > ; __typename : "MarketplaceReturnClaim" ; actual_quantity : number ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; decision_log : GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] [] ; defect_category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null ; delivery_braname : string ; expected_resolution : GraphQLTypes [ "MarketplaceReturnClaimExpectedResolution" ] ; fact_cost : string ; fee_refund : string ; id : string ; ledger_snapshot ?: GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] | null ; on_site_inspection ?: GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] | null ; order_hash : string ; order_id : string ; orderer_account : string ; orderer_name ?: string | null ; package_size ?: number | null ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] ; product_name ?: string | null ; reason_text : string ; request_hash : string ; status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] ; submretrn_tx_hash : string ; supplier_account : string ; total_refund : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; warranty_until ?: GraphQLTypes [ "DateTime" ] | null ; } ; MarketplaceReturnClaimDecisionEntry : { ...on MarketplaceReturnClaimDecisionEntry : Omit < GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] , "...on MarketplaceReturnClaimDecisionEntry" > ; __typename : "MarketplaceReturnClaimDecisionEntry" ; at : GraphQLTypes [ "DateTime" ] ; braname : string ; braname_name ?: string | null ; by_chairman_account : string ; by_chairman_name ?: string | null ; comment : string ; decision : string ; stage : string ; tx_hash : string ; } ; MarketplaceReturnClaimDefectCategory : MarketplaceReturnClaimDefectCategory ; MarketplaceReturnClaimExpectedResolution : MarketplaceReturnClaimExpectedResolution ; MarketplaceReturnClaimLedgerSnapshot : { ...on MarketplaceReturnClaimLedgerSnapshot : Omit < GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] , "...on MarketplaceReturnClaimLedgerSnapshot" > ; __typename : "MarketplaceReturnClaimLedgerSnapshot" ; amount : string ; at : GraphQLTypes [ "DateTime" ] ; returned_quantity : number ; tx_hash : string ; } ; MarketplaceReturnClaimOnSiteInspection : { ...on MarketplaceReturnClaimOnSiteInspection : Omit < GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] , "...on MarketplaceReturnClaimOnSiteInspection" > ; __typename : "MarketplaceReturnClaimOnSiteInspection" ; at : GraphQLTypes [ "DateTime" ] ; by_chairman_account : string ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] ; result_text : string ; scanned_barcode ?: string | null ; } ; MarketplaceReturnClaimPhoto : { ...on MarketplaceReturnClaimPhoto : Omit < GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] , "...on MarketplaceReturnClaimPhoto" > ; __typename : "MarketplaceReturnClaimPhoto" ; content_hash : string ; mime_type : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; url : string ; } ; MarketplaceReturnClaimPhotoUploadInput : { base64 : string ; mime_type : string ; } ; MarketplaceReturnClaimResult : { ...on MarketplaceReturnClaimResult : Omit < GraphQLTypes [ "MarketplaceReturnClaimResult" ] , "...on MarketplaceReturnClaimResult" > ; __typename : "MarketplaceReturnClaimResult" ; claim : GraphQLTypes [ "MarketplaceReturnClaim" ] ; tx_hash : string ; } ; MarketplaceReturnClaimSignablePayloadInput : { actual_quantity ?: number | null ; order_id : string ; reason_text ?: string | null ; } ; MarketplaceReturnClaimStatus : MarketplaceReturnClaimStatus ; MarketplaceReturnClaimStatusChangedEvent : { ...on MarketplaceReturnClaimStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] , "...on MarketplaceReturnClaimStatusChangedEvent" > ; __typename : "MarketplaceReturnClaimStatusChangedEvent" ; braname : string ; claim_id : string ; status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] ; } ; MarketplaceReturnStatementSignedInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceReturnStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; MarketplaceReturnStatementSignedMetaDocumentInput : { actual_quantity : number ; block_num : number ; braname ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_cost : string ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reason_text : string ; registry_id : number ; skip_save : boolean ; sku : string ; timezone : string ; title : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } ; MarketplaceSaleForm : MarketplaceSaleForm ; MarketplaceSetCartDeliveryPointInput : { delivery_braname : string ; } ; MarketplaceSetKUStatusInput : { coopname : string ; coreBraname : string ; status : GraphQLTypes [ "MarketplaceKUStatus" ] ; } ; MarketplaceSetMembershipFeeInput : { membership_fee_percent : number ; } ; MarketplaceSetOfferWarrantyInput : { offer_id : string ; warranty_days : number ; } ; MarketplaceSetSupplierPayoutMethodInput : { method_id : string ; } ; MarketplaceSetTrusteeWeightInput : { braname : string ; username : string ; weight : number ; } ; MarketplaceShipment : { ...on MarketplaceShipment : Omit < GraphQLTypes [ "MarketplaceShipment" ] , "...on MarketplaceShipment" > ; __typename : "MarketplaceShipment" ; braname : string ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; cycle_id : string ; delivery_variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] ; id : string ; offerer_account : string ; status : GraphQLTypes [ "MarketplaceShipmentStatus" ] ; total_amount : string ; ttn_data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null ; ttn_document_id ?: string | null ; ttn_number ?: string | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceShipmentDeliveryVariant : MarketplaceShipmentDeliveryVariant ; MarketplaceShipmentGroupInput : { braname : string ; delivery_variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] ; order_ids ?: string [] | null ; ttn_data ?: GraphQLTypes [ "MarketplaceShipmentTTNDataInput" ] | null ; } ; MarketplaceShipmentLinePackaging : { ...on MarketplaceShipmentLinePackaging : Omit < GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] , "...on MarketplaceShipmentLinePackaging" > ; __typename : "MarketplaceShipmentLinePackaging" ; order_id : string ; units_per_box : number ; } ; MarketplaceShipmentLinePackagingInput : { order_id : string ; units_per_box : number ; } ; MarketplaceShipmentStatus : MarketplaceShipmentStatus ; MarketplaceShipmentTTNData : { ...on MarketplaceShipmentTTNData : Omit < GraphQLTypes [ "MarketplaceShipmentTTNData" ] , "...on MarketplaceShipmentTTNData" > ; __typename : "MarketplaceShipmentTTNData" ; delivery_datetime_estimate ?: string | null ; expeditor_full_name ?: string | null ; expeditor_phone ?: string | null ; loading_address ?: string | null ; loading_datetime ?: string | null ; packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] [] | null ; vehicle_number ?: string | null ; } ; MarketplaceShipmentTTNDataInput : { delivery_datetime_estimate ?: string | null ; expeditor_full_name ?: string | null ; expeditor_phone ?: string | null ; loading_address ?: string | null ; loading_datetime ?: string | null ; packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackagingInput" ] [] | null ; vehicle_number ?: string | null ; } ; MarketplaceSignAplReceptionInput : { apl_reception_id : string ; placements ?: GraphQLTypes [ "MarketplaceAplReceptionPlacementInput" ] [] | null ; signed_documents : GraphQLTypes [ "MarketplaceAplReceptionSignedDocumentInput" ] [] ; } ; MarketplaceSignOnboardingOfferInput : { document : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } ; MarketplaceSplitInventoryInput : { inventory_id : string ; splits : GraphQLTypes [ "MarketplaceInventorySplitEntryInput" ] [] ; } ; MarketplaceStockAcceptOrderLine : { ...on MarketplaceStockAcceptOrderLine : Omit < GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] , "...on MarketplaceStockAcceptOrderLine" > ; __typename : "MarketplaceStockAcceptOrderLine" ; offer_id : string ; order_hash : string ; signiss1_aggregate : GraphQLTypes [ "DocumentAggregate" ] ; } ; MarketplaceStockAcceptPayload : { ...on MarketplaceStockAcceptPayload : Omit < GraphQLTypes [ "MarketplaceStockAcceptPayload" ] , "...on MarketplaceStockAcceptPayload" > ; __typename : "MarketplaceStockAcceptPayload" ; convert_amount ?: string | null ; convert_document ?: GraphQLTypes [ "GeneratedDocument" ] | null ; convert_hash ?: string | null ; member_amount : string ; order_lines : GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] [] ; } ; MarketplaceStockFinalizeLineInput : { order_hash : string ; signed_signiss2_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } ; MarketplaceStockIssuanceOperatorLine : { ...on MarketplaceStockIssuanceOperatorLine : Omit < GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] , "...on MarketplaceStockIssuanceOperatorLine" > ; __typename : "MarketplaceStockIssuanceOperatorLine" ; offer_id : string ; order_hash : string ; package_id ?: string | null ; package_size : number ; product_name : string ; quantity : number ; signiss1_document : GraphQLTypes [ "GeneratedDocument" ] ; unit_price : string ; } ; MarketplaceStockIssuancePrepareInput : { braname : string ; items : GraphQLTypes [ "MarketplaceStockProposalItemInput" ] [] ; member_account : string ; } ; MarketplaceStockProposal : { ...on MarketplaceStockProposal : Omit < GraphQLTypes [ "MarketplaceStockProposal" ] , "...on MarketplaceStockProposal" > ; __typename : "MarketplaceStockProposal" ; braname : string ; created_at : GraphQLTypes [ "DateTime" ] ; created_order_ids : string [] ; id : string ; items : GraphQLTypes [ "MarketplaceStockProposalItem" ] [] ; member_account : string ; operator_account : string ; resolved_at ?: GraphQLTypes [ "DateTime" ] | null ; status : GraphQLTypes [ "MarketplaceStockProposalStatus" ] ; total_cost : string ; } ; MarketplaceStockProposalAcceptResult : { ...on MarketplaceStockProposalAcceptResult : Omit < GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] , "...on MarketplaceStockProposalAcceptResult" > ; __typename : "MarketplaceStockProposalAcceptResult" ; order_ids : string [] ; proposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; } ; MarketplaceStockProposalCreatedEvent : { ...on MarketplaceStockProposalCreatedEvent : Omit < GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] , "...on MarketplaceStockProposalCreatedEvent" > ; __typename : "MarketplaceStockProposalCreatedEvent" ; braname : string ; proposal_id : string ; } ; MarketplaceStockProposalItem : { ...on MarketplaceStockProposalItem : Omit < GraphQLTypes [ "MarketplaceStockProposalItem" ] , "...on MarketplaceStockProposalItem" > ; __typename : "MarketplaceStockProposalItem" ; offer_id : string ; package_label ?: string | null ; package_size : number ; product_name : string ; quantity : number ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; unit_price : string ; } ; MarketplaceStockProposalItemInput : { offer_id : string ; package_id ?: string | null ; quantity : number ; } ; MarketplaceStockProposalResolvedEvent : { ...on MarketplaceStockProposalResolvedEvent : Omit < GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] , "...on MarketplaceStockProposalResolvedEvent" > ; __typename : "MarketplaceStockProposalResolvedEvent" ; braname : string ; proposal_id : string ; } ; MarketplaceStockProposalStatus : MarketplaceStockProposalStatus ; MarketplaceStorageCell : { ...on MarketplaceStorageCell : Omit < GraphQLTypes [ "MarketplaceStorageCell" ] , "...on MarketplaceStorageCell" > ; __typename : "MarketplaceStorageCell" ; braname : string ; code : string ; id : string ; is_active : boolean ; label ?: string | null ; level : number ; section : string ; } ; MarketplaceSubmitWriteoffDraftInput : { draft_id : string ; signed_statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } ; MarketplaceSupplier : { ...on MarketplaceSupplier : Omit < GraphQLTypes [ "MarketplaceSupplier" ] , "...on MarketplaceSupplier" > ; __typename : "MarketplaceSupplier" ; contract_date ?: string | null ; contract_document_url ?: string | null ; contract_number ?: string | null ; coopname : string ; id : string ; member_account : string ; model : GraphQLTypes [ "MarketplaceSupplierModel" ] ; requested_at : GraphQLTypes [ "DateTime" ] ; requested_by ?: string | null ; reviewed_at ?: GraphQLTypes [ "DateTime" ] | null ; reviewed_by ?: string | null ; status : GraphQLTypes [ "MarketplaceSupplierStatus" ] ; } ; MarketplaceSupplierBatchActionResult : { ...on MarketplaceSupplierBatchActionResult : Omit < GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] , "...on MarketplaceSupplierBatchActionResult" > ; __typename : "MarketplaceSupplierBatchActionResult" ; cycle_id ?: string | null ; orders : GraphQLTypes [ "MarketplaceOrder" ] [] ; tx_hashes : string [] ; } ; MarketplaceSupplierMemberInput : { member_account : string ; } ; MarketplaceSupplierModel : MarketplaceSupplierModel ; MarketplaceSupplierPaymentSettings : { ...on MarketplaceSupplierPaymentSettings : Omit < GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] , "...on MarketplaceSupplierPaymentSettings" > ; __typename : "MarketplaceSupplierPaymentSettings" ; has_payout_method : boolean ; payout_destination ?: string | null ; payout_method_id ?: string | null ; } ; MarketplaceSupplierStatus : MarketplaceSupplierStatus ; MarketplaceSwitchSupplierModelInput : { contract_date ?: string | null ; contract_number ?: string | null ; model : GraphQLTypes [ "MarketplaceSupplierModel" ] ; } ; MarketplaceTrusteeWeight : { ...on MarketplaceTrusteeWeight : Omit < GraphQLTypes [ "MarketplaceTrusteeWeight" ] , "...on MarketplaceTrusteeWeight" > ; __typename : "MarketplaceTrusteeWeight" ; personal_balance : string ; share_percent : number ; username : string ; weight : number ; } ; MarketplaceUnitOfMeasure : MarketplaceUnitOfMeasure ; MarketplaceUnpublishStockInput : { inventory_ids : string [] ; } ; MarketplaceUnpublishStockResult : { ...on MarketplaceUnpublishStockResult : Omit < GraphQLTypes [ "MarketplaceUnpublishStockResult" ] , "...on MarketplaceUnpublishStockResult" > ; __typename : "MarketplaceUnpublishStockResult" ; affected : number ; } ; MarketplaceUpdateCartItemInput : { offer_id : string ; package_id ?: string | null ; quantity : number ; } ; MarketplaceUpdateContainerInput : { container_id : string ; is_active ?: boolean | null ; label ?: string | null ; } ; MarketplaceUpdateOfferInput : { barcode_strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null ; category_id ?: number | null ; delivery_points ?: GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] | null ; description ?: string | null ; id : string ; images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null ; pack_size ?: number | null ; packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null ; price_per_unit ?: string | null ; product_name ?: string | null ; quantity_available ?: number | null ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; shelf_life_days ?: number | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; unlimited_flag ?: boolean | null ; } ; MarketplaceUpdateStorageCellInput : { cell_id : string ; is_active ?: boolean | null ; label ?: string | null ; } ; MarketplaceUpdateWriteoffDraftInput : { id : string ; items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] ; } ; MarketplaceVitrine : { ...on MarketplaceVitrine : Omit < GraphQLTypes [ "MarketplaceVitrine" ] , "...on MarketplaceVitrine" > ; __typename : "MarketplaceVitrine" ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; display_name : string ; id : string ; is_default : boolean ; updated_at : GraphQLTypes [ "DateTime" ] ; } ; MarketplaceWalletEntry : { ...on MarketplaceWalletEntry : Omit < GraphQLTypes [ "MarketplaceWalletEntry" ] , "...on MarketplaceWalletEntry" > ; __typename : "MarketplaceWalletEntry" ; available : string ; blocked : string ; human_name : string ; kind : string ; label : string ; name : string ; program_id : number ; } ; MarketplaceWarehouseSettings : { ...on MarketplaceWarehouseSettings : Omit < GraphQLTypes [ "MarketplaceWarehouseSettings" ] , "...on MarketplaceWarehouseSettings" > ; __typename : "MarketplaceWarehouseSettings" ; cells_enabled : boolean ; containers_enabled : boolean ; posting_on_reception_required : boolean ; } ; MarketplaceWithdrawOfferInput : { id : string ; } ; MarketplaceWriteoffCandidate : { ...on MarketplaceWriteoffCandidate : Omit < GraphQLTypes [ "MarketplaceWriteoffCandidate" ] , "...on MarketplaceWriteoffCandidate" > ; __typename : "MarketplaceWriteoffCandidate" ; amount : string ; asset_title : string ; braname : string ; branch_name : string ; expiry_date ?: string | null ; inventory_ids : string [] ; is_expired : boolean ; key : string ; lots_count : number ; package_size ?: number | null ; quantity : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ; MarketplaceWriteoffConfirmationGroup : { ...on MarketplaceWriteoffConfirmationGroup : Omit < GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] , "...on MarketplaceWriteoffConfirmationGroup" > ; __typename : "MarketplaceWriteoffConfirmationGroup" ; authorized_at ?: string | null ; braname : string ; branch_name : string ; cycle_started_at : string ; items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] ; proposal_hash : string ; proposal_id : string ; protocol_doc ?: GraphQLTypes [ "JSON" ] | null ; total_amount : string ; } ; MarketplaceWriteoffDecisionEntry : { ...on MarketplaceWriteoffDecisionEntry : Omit < GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] , "...on MarketplaceWriteoffDecisionEntry" > ; __typename : "MarketplaceWriteoffDecisionEntry" ; action : string ; actor : string ; at : string ; } ; MarketplaceWriteoffItemInput : { amount : string ; asset_title : string ; braname : string ; inventory_ids ?: string [] | null ; quantity : string ; reason : string ; } ; MarketplaceWriteoffProposal : { ...on MarketplaceWriteoffProposal : Omit < GraphQLTypes [ "MarketplaceWriteoffProposal" ] , "...on MarketplaceWriteoffProposal" > ; __typename : "MarketplaceWriteoffProposal" ; authorized_at ?: string | null ; coopname : string ; created_at : string ; cycle_started_at : string ; decided_by_account ?: string | null ; decision_id ?: number | null ; decision_log : GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] [] ; executed_at ?: string | null ; id : string ; items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] ; proposal_hash : string ; proposed_by_account ?: string | null ; reject_reason ?: string | null ; rejected_at ?: string | null ; status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] ; submitted_at ?: string | null ; total_amount : string ; trigger : GraphQLTypes [ "MarketplaceWriteoffProposalTrigger" ] ; updated_at : string ; } ; MarketplaceWriteoffProposalItem : { ...on MarketplaceWriteoffProposalItem : Omit < GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] , "...on MarketplaceWriteoffProposalItem" > ; __typename : "MarketplaceWriteoffProposalItem" ; amount : string ; asset_title : string ; braname : string ; branch_name ?: string | null ; executed : boolean ; inventory_ids : string [] ; package_size ?: number | null ; quantity : string ; reason : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ; MarketplaceWriteoffProposalStatus : MarketplaceWriteoffProposalStatus ; MarketplaceWriteoffProposalTrigger : MarketplaceWriteoffProposalTrigger ; MarketplaceWriteoffProtocolDocumentInput : { proposal_id : string ; } ; MarketplaceWriteoffServiceMemoSignablePayloadInput : { braname : string ; proposal_id : string ; } ; MarketplaceWriteoffStatementSignablePayloadInput : { draft_id : string ; } ; MarketplaceWriteoffStatusChangedEvent : { ...on MarketplaceWriteoffStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] , "...on MarketplaceWriteoffStatusChangedEvent" > ; __typename : "MarketplaceWriteoffStatusChangedEvent" ; proposal_id : string ; status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] ; } ; 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 ; } ; MembershipExit : { ...on MembershipExit : Omit < GraphQLTypes [ "MembershipExit" ] , "...on MembershipExit" > ; __typename : "MembershipExit" ; created_at : string ; exit_hash : string ; payment_status ?: GraphQLTypes [ "PaymentStatus" ] | null ; quantity : string ; status : GraphQLTypes [ "MembershipExitStatus" ] ; } ; MembershipExitApplicationGenerateDocumentInput : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; lang ?: string | null ; links ?: string [] | null ; skip_save : boolean ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } ; MembershipExitApplicationSignedDocumentInput : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MembershipExitApplicationSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } ; MembershipExitApplicationSignedMetaDocumentInput : { block_num : number ; coopname : string ; created_at : string ; generator : string ; lang : string ; links : string [] ; registry_id : number ; skip_save : boolean ; timezone : string ; title : string ; username : string ; version : string ; } ; MembershipExitDecisionGenerateDocumentInput : { 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 ; } ; MembershipExitResult : { ...on MembershipExitResult : Omit < GraphQLTypes [ "MembershipExitResult" ] , "...on MembershipExitResult" > ; __typename : "MembershipExitResult" ; exit_hash : string ; status : GraphQLTypes [ "MembershipExitStatus" ] ; } ; MembershipExitReturnPreview : { ...on MembershipExitReturnPreview : Omit < GraphQLTypes [ "MembershipExitReturnPreview" ] , "...on MembershipExitReturnPreview" > ; __typename : "MembershipExitReturnPreview" ; minimum_contribution : string ; share_contribution : string ; total : string ; } ; MembershipExitStatus : MembershipExitStatus ; MetricContributionSource : MetricContributionSource ; MetricDriveDirection : MetricDriveDirection ; MetricSeriesMode : MetricSeriesMode ; MetricStatus : MetricStatus ; MissingRequisiteField : { ...on MissingRequisiteField : Omit < GraphQLTypes [ "MissingRequisiteField" ] , "...on MissingRequisiteField" > ; __typename : "MissingRequisiteField" ; key : string ; label : string ; reason : string ; source : GraphQLTypes [ "RequisiteSource" ] ; } ; 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" ; activateTwoFactor : boolean ; addBranchWhitelist : GraphQLTypes [ "Branch" ] ; addParticipant : GraphQLTypes [ "Account" ] ; addPaymentMethod : GraphQLTypes [ "PaymentMethod" ] ; addTrustedAccount : GraphQLTypes [ "Branch" ] ; approveVerification : GraphQLTypes [ "VerificationReview" ] ; archiveProductCard : boolean ; assignCapabilitySet : boolean ; authorizeDecision : GraphQLTypes [ "Transaction" ] ; authorizeForceRecovery : GraphQLTypes [ "ForceRecoveryAuthorization" ] ; cancelMembershipExit : boolean ; capitalAddAuthor : GraphQLTypes [ "CapitalProject" ] ; capitalAddFavorite : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalAddWorklog : GraphQLTypes [ "CapitalTimeEntry" ] ; capitalAllocateFunds : GraphQLTypes [ "Transaction" ] ; capitalApproveCommit : GraphQLTypes [ "CapitalCommit" ] ; capitalArchiveComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalCalculateVotes : GraphQLTypes [ "CapitalSegment" ] ; capitalCloseProject : GraphQLTypes [ "CapitalProject" ] ; capitalCompleteProcessStep : GraphQLTypes [ "ProcessInstance" ] ; capitalCompleteRegistration : GraphQLTypes [ "Transaction" ] ; capitalCompleteVoting : GraphQLTypes [ "Transaction" ] ; capitalConvertSegment : GraphQLTypes [ "CapitalSegment" ] ; capitalCreateCommit : GraphQLTypes [ "CapitalCommit" ] ; capitalCreateComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalCreateCycle : GraphQLTypes [ "CapitalCycle" ] ; capitalCreateDebt : GraphQLTypes [ "Transaction" ] ; capitalCreateExpense : GraphQLTypes [ "Transaction" ] ; capitalCreateIssue : GraphQLTypes [ "CapitalIssue" ] ; capitalCreateLocalProject : GraphQLTypes [ "CapitalProject" ] ; capitalCreateMeasure : GraphQLTypes [ "CapitalMeasure" ] ; capitalCreateProcessTemplate : GraphQLTypes [ "ProcessTemplate" ] ; capitalCreateProgramExpense : GraphQLTypes [ "Transaction" ] ; capitalCreateProgramInvest : GraphQLTypes [ "Transaction" ] ; capitalCreateProgramProperty : GraphQLTypes [ "Transaction" ] ; capitalCreateProject : GraphQLTypes [ "Transaction" ] ; capitalCreateProjectInvest : GraphQLTypes [ "Transaction" ] ; capitalCreateProjectProperty : GraphQLTypes [ "Transaction" ] ; capitalCreateStory : GraphQLTypes [ "CapitalStory" ] ; capitalDeallocateFunds : GraphQLTypes [ "Transaction" ] ; 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" ] ; capitalGenerateGenerationConvertStatement : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationMoneyInvestStatement : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestAct : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestDecision : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestStatement : 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" ] ; capitalLogMetricContribution : GraphQLTypes [ "CapitalMetricContribution" ] ; capitalMakeClearance : GraphQLTypes [ "Transaction" ] ; capitalMoveIssueToComponent : GraphQLTypes [ "CapitalIssue" ] ; capitalOpenProject : GraphQLTypes [ "CapitalProject" ] ; capitalPauseTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalPushResult : GraphQLTypes [ "CapitalSegment" ] ; capitalRefreshProgram : GraphQLTypes [ "Transaction" ] ; capitalRefreshSegment ?: GraphQLTypes [ "CapitalSegment" ] | null ; capitalRegisterContributor : GraphQLTypes [ "Transaction" ] ; capitalRemoveFavorite : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalResumeTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalSetConfig : GraphQLTypes [ "Transaction" ] ; capitalSetIssueMetricBindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] ; capitalSetMaster : GraphQLTypes [ "Transaction" ] ; capitalSetPlan : GraphQLTypes [ "CapitalProject" ] ; capitalSetProjectDevelopmentRepositoryUrl : GraphQLTypes [ "CapitalProject" ] ; capitalSetProjectPriority : GraphQLTypes [ "CapitalProject" ] ; capitalSignActAsChairman : GraphQLTypes [ "CapitalSegment" ] ; capitalSignActAsContributor : GraphQLTypes [ "CapitalSegment" ] ; capitalStartProcess : GraphQLTypes [ "ProcessInstance" ] ; capitalStartProject : GraphQLTypes [ "CapitalProject" ] ; capitalStartTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalStartVoting : GraphQLTypes [ "Transaction" ] ; capitalStopProject : GraphQLTypes [ "CapitalProject" ] ; capitalStopTimer ?: GraphQLTypes [ "CapitalTimeEntry" ] | null ; capitalSubmitVote : GraphQLTypes [ "Transaction" ] ; capitalTopupProgramExpensePool : GraphQLTypes [ "Transaction" ] ; capitalUpdateComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalUpdateIssue : GraphQLTypes [ "CapitalIssue" ] ; capitalUpdateMeasure : GraphQLTypes [ "CapitalMeasure" ] ; capitalUpdateProcessTemplate : GraphQLTypes [ "ProcessTemplate" ] ; capitalUpdateStory : GraphQLTypes [ "CapitalStory" ] ; chairmanConfirmApprove : GraphQLTypes [ "Approval" ] ; chairmanDeclineApprove : GraphQLTypes [ "Approval" ] ; chatcoopCreateAccount : boolean ; chatcoopCreateCalendarEvent : GraphQLTypes [ "ChatCoopCalendarEvent" ] ; chatcoopCreateCalendarIcsSubscription : GraphQLTypes [ "ChatCoopCalendarIcsUrlResponse" ] ; chatcoopCreateSecretaryRoom : GraphQLTypes [ "ChatcoopSecretaryRoom" ] ; chatcoopDeleteCalendarEvent : boolean ; chatcoopRemoveSecretaryRoom : string ; chatcoopUpdateCalendarEvent : GraphQLTypes [ "ChatCoopCalendarEvent" ] ; chatcoopUpdateTranscriptionMemo : GraphQLTypes [ "CallTranscription" ] ; completeCapitalOnboardingStep : GraphQLTypes [ "CapitalOnboardingState" ] ; completeChairmanAgendaStep : GraphQLTypes [ "ChairmanOnboardingState" ] ; completeChairmanGeneralMeetStep : GraphQLTypes [ "ChairmanOnboardingState" ] ; completeExtensionOnboardingStep : GraphQLTypes [ "ExtensionOnboardingState" ] ; confirmAgreement : GraphQLTypes [ "Transaction" ] ; confirmCriticalAction : GraphQLTypes [ "PendingCriticalAction" ] ; confirmMembershipExit : GraphQLTypes [ "MembershipExitResult" ] ; createAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; createBranch : GraphQLTypes [ "Branch" ] ; createCategory : GraphQLTypes [ "Category" ] ; createDepositPayment : GraphQLTypes [ "GatewayPayment" ] ; createExpensePlan : GraphQLTypes [ "ExpensePlan" ] ; createExpenseProposal : GraphQLTypes [ "Transaction" ] ; createInitialPayment : GraphQLTypes [ "GatewayPayment" ] ; createMembershipExit : GraphQLTypes [ "MembershipExitResult" ] ; createProductCard : GraphQLTypes [ "ProductCard" ] ; createProjectOfFreeDecision : GraphQLTypes [ "CreatedProjectFreeDecision" ] ; createWebPushSubscription : GraphQLTypes [ "CreateSubscriptionResponse" ] ; createWithdraw : GraphQLTypes [ "CreateWithdrawResponse" ] ; deactivateWebPushSubscriptionById : boolean ; declineAgreement : GraphQLTypes [ "Transaction" ] ; declineDecision : GraphQLTypes [ "Transaction" ] ; deleteAccount : boolean ; deleteBranch : boolean ; deleteBranchWhitelist : GraphQLTypes [ "Branch" ] ; deleteCategory : boolean ; deleteExpensePlan : boolean ; deletePaymentMethod : boolean ; deleteProductCard : boolean ; deleteReportDraft : boolean ; deleteTrustedAccount : GraphQLTypes [ "Branch" ] ; disableTwoFactor : boolean ; editBranch : GraphQLTypes [ "Branch" ] ; enrollTwoFactor : GraphQLTypes [ "TwoFactorEnrollment" ] ; generateAnnualGeneralMeetAgendaDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateAnnualGeneralMeetDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateAnnualGeneralMeetNotificationDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateBallotForAnnualGeneralMeetDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateConvertToAxonStatement : GraphQLTypes [ "GeneratedDocument" ] ; generateDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateExpenseProposalDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateExpenseProposalStatementDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateFreeDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateMembershipExitApplication : GraphQLTypes [ "GeneratedDocument" ] ; generateMembershipExitDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateParticipantApplication : GraphQLTypes [ "GeneratedDocument" ] ; generateParticipantApplicationDecision : GraphQLTypes [ "GeneratedDocument" ] ; generatePrivacyAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateProjectOfFreeDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateRegistrationDocuments : GraphQLTypes [ "GenerateRegistrationDocumentsOutput" ] ; generateReportFromEdits : GraphQLTypes [ "GeneratedReport" ] ; generateReturnByMoneyDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateReturnByMoneyStatementDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateSelectBranchDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateSignatureAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateSovietDecisionOnAnnualMeetDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateUserAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateWalletAgreement : GraphQLTypes [ "GeneratedDocument" ] ; initSystem : GraphQLTypes [ "SystemInfo" ] ; initiateCriticalAction : GraphQLTypes [ "PendingCriticalAction" ] ; installExtension : GraphQLTypes [ "Extension" ] ; installSystem : GraphQLTypes [ "SystemInfo" ] ; kuApproveTrusted : GraphQLTypes [ "Transaction" ] ; kuCancelDecision : GraphQLTypes [ "Transaction" ] ; kuCloseDecision : GraphQLTypes [ "Transaction" ] ; kuCreateDecision : GraphQLTypes [ "Transaction" ] ; kuDeclineTrusted : GraphQLTypes [ "Transaction" ] ; kuExecDecision : GraphQLTypes [ "Transaction" ] ; kuGenerateEstablishmentDecision : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateEstablishmentPetition : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingBallot : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingDecision : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingProposal : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedLiabilityAgreement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedPowerOfAttorney : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedStatement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrusteeLiabilityAgreement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrusteePowerOfAttorney : GraphQLTypes [ "GeneratedDocument" ] ; kuJoinDecision : GraphQLTypes [ "Transaction" ] ; kuRequestTrusted : GraphQLTypes [ "Transaction" ] ; kuStartDecision : GraphQLTypes [ "Transaction" ] ; kuVoteOnDecision : GraphQLTypes [ "Transaction" ] ; login : GraphQLTypes [ "RegisteredAccount" ] ; logout : boolean ; markAllNotificationsRead : GraphQLTypes [ "UnreadNotificationsCount" ] ; markNotificationRead : GraphQLTypes [ "InboxNotification" ] ; markReportPeriod : boolean ; marketplaceAcceptCpp : GraphQLTypes [ "MarketplaceCppStatus" ] ; marketplaceAcceptOrdersBatch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] ; marketplaceAcceptReturnAtVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceAddAvailableCategories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceAddAvailableCategoryTypes : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceAddSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceAddToCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceAnnounceOrderReady : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceApproveOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceApproveReturnVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceApproveSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceAssignInventoryPlacement : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceBindInventoryBarcode : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceCancelAplReception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceCancelOrder : GraphQLTypes [ "MarketplaceCancelOrderResult" ] ; marketplaceCancelStockOrder : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceCancelStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceCancelWriteoffDraft : boolean ; marketplaceCheckoutCart : GraphQLTypes [ "MarketplaceCheckoutResult" ] ; marketplaceClearAvailableCategories : boolean ; marketplaceClearCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceClearInventoryLabel : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceConfirmWriteoff : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceConvertBranchFunds : boolean ; marketplaceCreateAid : boolean ; marketplaceCreateAplReception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceCreateBranchExpense : string ; marketplaceCreateContainerType : GraphQLTypes [ "MarketplaceContainerType" ] ; marketplaceCreateContainers : GraphQLTypes [ "MarketplaceContainer" ] [] ; marketplaceCreateCustomCategory : GraphQLTypes [ "MarketplaceCategory" ] ; marketplaceCreateExpressReception : GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] ; marketplaceCreateOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceCreateRequest : GraphQLTypes [ "MarketplaceRequest" ] ; marketplaceCreateReturnClaim : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceCreateShipment : GraphQLTypes [ "MarketplaceCreateShipmentResult" ] ; marketplaceCreateStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceCreateStorageCell : GraphQLTypes [ "MarketplaceStorageCell" ] ; marketplaceCreateStorageGrid : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceCreateWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceDeclineOrdersBatch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] ; marketplaceDeclineStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceDeleteCustomCategory : boolean ; marketplaceDeleteTrusteeWeight : boolean ; marketplaceDetailKU : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceDistributeBranchFunds : boolean ; marketplaceFinalizeStockIssuance : GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] ; marketplaceGenerateInventoryLabel : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceMoveContainer : GraphQLTypes [ "MarketplaceContainer" ] ; marketplacePublishStock : GraphQLTypes [ "MarketplaceOffer" ] [] ; marketplaceRejectOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceRejectReturnAtVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceRejectReturnRemote : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceRejectSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceRemoveAvailableCategories : boolean ; marketplaceRemoveAvailableCategoryTypes : boolean ; marketplaceRemoveFromCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceRenameStorageSection : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceReplaceAvailableItems : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceRepublishOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceRequestSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceRetireStorageCells : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceRetryKUGeocode : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceSetCartDeliveryPoint : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceSetKUStatus : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceSetMembershipFee : GraphQLTypes [ "MarketplaceEconomyConfig" ] ; marketplaceSetOfferWarranty : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceSetSupplierPayoutMethod : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] ; marketplaceSetTrusteeWeight : boolean ; marketplaceSignAplReceptionAsChairman : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceSignAplReceptionAsSupplier : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceSignOnboardingOffer : GraphQLTypes [ "MarketplaceOnboardingState" ] ; marketplaceSplitInventory : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceSubmitWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceSwitchSupplierModel : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceUnpublishStock : GraphQLTypes [ "MarketplaceUnpublishStockResult" ] ; marketplaceUpdateCartItem : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceUpdateContainer : GraphQLTypes [ "MarketplaceContainer" ] ; marketplaceUpdateOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceUpdateStorageCell : GraphQLTypes [ "MarketplaceStorageCell" ] ; marketplaceUpdateWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceWithdrawOffer : GraphQLTypes [ "MarketplaceOffer" ] ; notifyOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; overspendExpenseItem : GraphQLTypes [ "Transaction" ] ; payExpenseItem : GraphQLTypes [ "Transaction" ] ; payWithheldTax : string ; processConvertToAxonStatement : boolean ; publishProductCard : boolean ; publishProjectOfFreeDecision ?: GraphQLTypes [ "AgendaWithDocuments" ] | null ; refresh : GraphQLTypes [ "RegisteredAccount" ] ; registerAccount : GraphQLTypes [ "RegisteredAccount" ] ; registerParticipant : GraphQLTypes [ "Account" ] ; rejectVerification : GraphQLTypes [ "VerificationReview" ] ; reportExpenseItem : GraphQLTypes [ "ExpenseReportResult" ] ; reportNotMe : GraphQLTypes [ "RevokedSessionsResult" ] ; requestForceRecoveryConsent : boolean ; resendNotification : GraphQLTypes [ "Notification" ] ; resetKey : boolean ; resetRegistration : GraphQLTypes [ "Account" ] ; restartAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; returnExpenseItem : GraphQLTypes [ "Transaction" ] ; revokeAllSessions : GraphQLTypes [ "RevokedSessionsResult" ] ; revokeCapabilitySet : boolean ; revokeParticipantKey : GraphQLTypes [ "RevokeKeyResult" ] ; revokeSession : boolean ; saveCapitalProgramDocDataHash : GraphQLTypes [ "CapitalOnboardingState" ] ; saveMyPassport : GraphQLTypes [ "Account" ] ; saveReportDraft : GraphQLTypes [ "ReportDraft" ] ; selectBranch : boolean ; sendAgreement : GraphQLTypes [ "Transaction" ] ; setBranchPrivate : GraphQLTypes [ "Branch" ] ; setLoginFactors : GraphQLTypes [ "LoginFactors" ] ; setPaymentStatus : GraphQLTypes [ "GatewayPayment" ] ; setRecoveryStrategy : boolean ; setWif : boolean ; signByPresiderOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; signBySecretaryOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; startInstall : GraphQLTypes [ "StartInstallResult" ] ; startResetKey : boolean ; submitExpenseReport : GraphQLTypes [ "Transaction" ] ; triggerNotificationWorkflow : boolean ; uninstallExtension : boolean ; unverifyParticipant : GraphQLTypes [ "ParticipantVerification" ] [] ; updateAccount : GraphQLTypes [ "Account" ] ; updateBankAccount : GraphQLTypes [ "PaymentMethod" ] ; updateExtension : GraphQLTypes [ "Extension" ] ; updateReportRequisites : GraphQLTypes [ "ReportRequisitesView" ] ; updateSettings : GraphQLTypes [ "Settings" ] ; updateSystem : GraphQLTypes [ "SystemInfo" ] ; uploadExpenseFile : GraphQLTypes [ "ExpenseFile" ] ; uploadPaymentProof : GraphQLTypes [ "PaymentFile" ] ; verifyEmail : boolean ; verifyParticipantOnsite : GraphQLTypes [ "ParticipantVerification" ] [] ; voteOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; walmoveWallets : GraphQLTypes [ "Ledger2AdjustmentResult" ] ; } ; NodeSyncOutage : NodeSyncOutage ; NodeSyncState : { ...on NodeSyncState : Omit < GraphQLTypes [ "NodeSyncState" ] , "...on NodeSyncState" > ; __typename : "NodeSyncState" ; catch_up_blocks_per_second ?: number | null ; current_block_num ?: number | null ; cursor_updated_at ?: string | null ; estimated_seconds_remaining ?: number | null ; head_block_num ?: number | null ; lag_blocks ?: number | null ; outage ?: GraphQLTypes [ "NodeSyncOutage" ] | null ; status : GraphQLTypes [ "NodeSyncStatus" ] ; } ; NodeSyncStatus : NodeSyncStatus ; NonProjectRoomKind : NonProjectRoomKind ; Notification : { ...on Notification : Omit < GraphQLTypes [ "Notification" ] , "...on Notification" > ; __typename : "Notification" ; attempts : number ; channel : GraphQLTypes [ "NotificationChannel" ] ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : string ; lastError ?: string | null ; recipientSubscriberId : string ; recipientUsername ?: string | null ; status : GraphQLTypes [ "NotificationOutboxStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workflowId : string ; } ; NotificationAttempt : { ...on NotificationAttempt : Omit < GraphQLTypes [ "NotificationAttempt" ] , "...on NotificationAttempt" > ; __typename : "NotificationAttempt" ; attemptNumber : number ; createdAt : GraphQLTypes [ "DateTime" ] ; error ?: string | null ; id : string ; providerResponse ?: string | null ; status : GraphQLTypes [ "NotificationDeliveryStatus" ] ; } ; NotificationChannel : NotificationChannel ; NotificationDeliveryStatus : NotificationDeliveryStatus ; NotificationDetail : { ...on NotificationDetail : Omit < GraphQLTypes [ "NotificationDetail" ] , "...on NotificationDetail" > ; __typename : "NotificationDetail" ; attempts : number ; channel : GraphQLTypes [ "NotificationChannel" ] ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; deliveries : GraphQLTypes [ "NotificationAttempt" ] [] ; id : string ; lastError ?: string | null ; recipientSubscriberId : string ; recipientUsername ?: string | null ; status : GraphQLTypes [ "NotificationOutboxStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workflowId : string ; } ; NotificationOutboxStatus : NotificationOutboxStatus ; NotificationPaginationResult : { ...on NotificationPaginationResult : Omit < GraphQLTypes [ "NotificationPaginationResult" ] , "...on NotificationPaginationResult" > ; __typename : "NotificationPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Notification" ] [] ; totalCount : number ; totalPages : number ; } ; NotificationWorkflowRecipientInput : { username : string ; } ; NotificationsFilterInput : { channel ?: GraphQLTypes [ "NotificationChannel" ] | null ; coopname : string ; recipientSubscriberId ?: string | null ; status ?: GraphQLTypes [ "NotificationOutboxStatus" ] | null ; workflowId ?: string | null ; } ; NotifyOnAnnualGeneralMeetInput : { coopname : string ; meet_hash : string ; notification : GraphQLTypes [ "AnnualGeneralMeetingNotificationSignedDocumentInput" ] ; username : string ; } ; 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 ; } ; 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 ; } ; OverspendExpenseItemInput : { coopname : string ; item_hash : string ; overspend_amount : string ; proposal_hash : 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 ; } ; PaginatedCapitalMetricContributionsPaginationResult : { ...on PaginatedCapitalMetricContributionsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] , "...on PaginatedCapitalMetricContributionsPaginationResult" > ; __typename : "PaginatedCapitalMetricContributionsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalMetricContribution" ] [] ; totalCount : number ; totalPages : number ; } ; PaginatedCapitalProgramExpensesPaginationResult : { ...on PaginatedCapitalProgramExpensesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] , "...on PaginatedCapitalProgramExpensesPaginationResult" > ; __typename : "PaginatedCapitalProgramExpensesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalProgramExpense" ] [] ; 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 ; } ; PaginatedExpenseProposalsPaginationResult : { ...on PaginatedExpenseProposalsPaginationResult : Omit < GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] , "...on PaginatedExpenseProposalsPaginationResult" > ; __typename : "PaginatedExpenseProposalsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ExpenseProposal" ] [] ; totalCount : number ; totalPages : number ; } ; PaginatedGatewayPaymentsPaginationResult : { ...on PaginatedGatewayPaymentsPaginationResult : Omit < GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] , "...on PaginatedGatewayPaymentsPaginationResult" > ; __typename : "PaginatedGatewayPaymentsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "GatewayPayment" ] [] ; totalCount : number ; totalPages : number ; } ; PaginatedKuDecisionsPaginationResult : { ...on PaginatedKuDecisionsPaginationResult : Omit < GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] , "...on PaginatedKuDecisionsPaginationResult" > ; __typename : "PaginatedKuDecisionsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "KuDecision" ] [] ; totalCount : number ; totalPages : number ; } ; PaginatedKuTrustRequestsPaginationResult : { ...on PaginatedKuTrustRequestsPaginationResult : Omit < GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] , "...on PaginatedKuTrustRequestsPaginationResult" > ; __typename : "PaginatedKuTrustRequestsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "KuTrustRequest" ] [] ; totalCount : number ; totalPages : number ; } ; PaginatedMarketplaceWriteoffProposals : { ...on PaginatedMarketplaceWriteoffProposals : Omit < GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] , "...on PaginatedMarketplaceWriteoffProposals" > ; __typename : "PaginatedMarketplaceWriteoffProposals" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceWriteoffProposal" ] [] ; totalCount : number ; totalPages : number ; } ; PaginationInput : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } ; ParticipantAccess : { ...on ParticipantAccess : Omit < GraphQLTypes [ "ParticipantAccess" ] , "...on ParticipantAccess" > ; __typename : "ParticipantAccess" ; grants : GraphQLTypes [ "AccessGrant" ] [] ; sets : 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 ; } ; ParticipantCertificate : { ...on ParticipantCertificate : Omit < GraphQLTypes [ "ParticipantCertificate" ] , "...on ParticipantCertificate" > ; __typename : "ParticipantCertificate" ; participant_certificate : string ; } ; ParticipantIdentityForVerification : { ...on ParticipantIdentityForVerification : Omit < GraphQLTypes [ "ParticipantIdentityForVerification" ] , "...on ParticipantIdentityForVerification" > ; __typename : "ParticipantIdentityForVerification" ; birthdate ?: string | null ; full_address ?: string | null ; full_name : string ; inn ?: string | null ; ogrn ?: string | null ; passport_code ?: string | null ; passport_issued_at ?: string | null ; passport_issued_by ?: string | null ; passport_number ?: string | null ; passport_series ?: string | null ; representative_based_on ?: string | null ; representative_name ?: string | null ; representative_position ?: string | null ; type : GraphQLTypes [ "AccountType" ] ; username : string ; } ; ParticipantIdentityForVerificationInput : { braname ?: string | null ; username : string ; } ; ParticipantVerification : { ...on ParticipantVerification : Omit < GraphQLTypes [ "ParticipantVerification" ] , "...on ParticipantVerification" > ; __typename : "ParticipantVerification" ; attested_by ?: string | null ; attested_in ?: string | null ; source : GraphQLTypes [ "ParticipantVerificationSource" ] ; status : GraphQLTypes [ "ParticipantVerificationStatus" ] ; type : GraphQLTypes [ "ParticipantVerificationType" ] ; verified_at : string ; } ; ParticipantVerificationSource : ParticipantVerificationSource ; ParticipantVerificationStatus : ParticipantVerificationStatus ; ParticipantVerificationType : ParticipantVerificationType ; 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 ; } ; PayExpenseItemInput : { actual_amount : string ; coopname : string ; item_hash : string ; proposal_hash : string ; } ; PayWithheldTaxInput : { amount : 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 ; PaymentFile : { ...on PaymentFile : Omit < GraphQLTypes [ "PaymentFile" ] , "...on PaymentFile" > ; __typename : "PaymentFile" ; checksum_sha256 : string ; coopname : string ; id : number ; kind : GraphQLTypes [ "PaymentFileKind" ] ; mime_type : string ; original_filename ?: string | null ; payment_hash : string ; read_url ?: string | null ; size_bytes : number ; storage_key : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; uploaded_by_username : string ; } ; PaymentFileKind : PaymentFileKind ; PaymentFiltersInput : { coopname ?: string | null ; direction ?: GraphQLTypes [ "PaymentDirection" ] | null ; hash ?: string | null ; proposal_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 ; PendingCriticalAction : { ...on PendingCriticalAction : Omit < GraphQLTypes [ "PendingCriticalAction" ] , "...on PendingCriticalAction" > ; __typename : "PendingCriticalAction" ; action_type : GraphQLTypes [ "CriticalActionType" ] ; actor_id : string ; confirmations : GraphQLTypes [ "CriticalActionConfirmation" ] [] ; created_at : string ; expires_at : string ; finalized_at ?: string | null ; id : string ; payload : GraphQLTypes [ "JSON" ] ; status : GraphQLTypes [ "CriticalActionStatus" ] ; target_id : string ; } ; 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 ; } ; ProcessAction : { ...on ProcessAction : Omit < GraphQLTypes [ "ProcessAction" ] , "...on ProcessAction" > ; __typename : "ProcessAction" ; account : string ; block_id : string ; block_num : number ; created_at : GraphQLTypes [ "DateTime" ] ; data ?: GraphQLTypes [ "JSON" ] | null ; global_sequence : string ; id : string ; name : string ; transaction_id : string ; } ; ProcessConvertToAxonStatementInput : { convertAmount : string ; signedDocument : GraphQLTypes [ "ConvertToAxonStatementSignedDocumentInput" ] ; username : string ; } ; ProcessDelta : { ...on ProcessDelta : Omit < GraphQLTypes [ "ProcessDelta" ] , "...on ProcessDelta" > ; __typename : "ProcessDelta" ; block_num : number ; code : string ; created_at : GraphQLTypes [ "DateTime" ] ; id : string ; present : boolean ; primary_key : string ; scope : string ; table : string ; value ?: GraphQLTypes [ "JSON" ] | null ; } ; ProcessDocument : { ...on ProcessDocument : Omit < GraphQLTypes [ "ProcessDocument" ] , "...on ProcessDocument" > ; __typename : "ProcessDocument" ; document : GraphQLTypes [ "JSON" ] ; hash : string ; raw ?: GraphQLTypes [ "JSON" ] | null ; source : GraphQLTypes [ "ProcessDocumentSource" ] ; } ; ProcessDocumentSource : { ...on ProcessDocumentSource : Omit < GraphQLTypes [ "ProcessDocumentSource" ] , "...on ProcessDocumentSource" > ; __typename : "ProcessDocumentSource" ; code : string ; field : string ; primary_key : string ; table : 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 ; } ; ProcessSummary : { ...on ProcessSummary : Omit < GraphQLTypes [ "ProcessSummary" ] , "...on ProcessSummary" > ; __typename : "ProcessSummary" ; coopname : string ; firstSeenAt : GraphQLTypes [ "DateTime" ] ; lastSeenAt : GraphQLTypes [ "DateTime" ] ; processHash : string ; processType : string ; username ?: string | null ; } ; ProcessSummaryPaginationResult : { ...on ProcessSummaryPaginationResult : Omit < GraphQLTypes [ "ProcessSummaryPaginationResult" ] , "...on ProcessSummaryPaginationResult" > ; __typename : "ProcessSummaryPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ProcessSummary" ] [] ; totalCount : number ; totalPages : number ; } ; 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 ; ProcessView : { ...on ProcessView : Omit < GraphQLTypes [ "ProcessView" ] , "...on ProcessView" > ; __typename : "ProcessView" ; actions : GraphQLTypes [ "ProcessAction" ] [] ; coopname : string ; delta_history : GraphQLTypes [ "ProcessDelta" ] [] ; documents : GraphQLTypes [ "ProcessDocument" ] [] ; first_seen_at : GraphQLTypes [ "DateTime" ] ; last_seen_at : GraphQLTypes [ "DateTime" ] ; process_hash : string ; process_type : string ; } ; ProcessesFilter : { coopname : string ; fromBlock ?: number | null ; processHash ?: string | null ; processType ?: string | null ; toBlock ?: number | null ; username ?: string | null ; } ; ProductCard : { ...on ProductCard : Omit < GraphQLTypes [ "ProductCard" ] , "...on ProductCard" > ; __typename : "ProductCard" ; braname ?: string | null ; cancellation_fee_amount ?: string | null ; category_id ?: string | null ; contribution_type : GraphQLTypes [ "ContributionType" ] ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_type : GraphQLTypes [ "DeliveryType" ] ; description : string ; id : string ; images : string [] ; membership_fee_amount ?: string | null ; product_lifecycle_secs : number ; status : GraphQLTypes [ "ProductCardStatus" ] ; title : string ; type : GraphQLTypes [ "ProductCardType" ] ; unit_cost : string ; units : number ; updated_at : GraphQLTypes [ "DateTime" ] ; username : string ; warranty_period_secs : number ; } ; ProductCardStatus : ProductCardStatus ; ProductCardType : ProductCardType ; 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 ; 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 ; } ; 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 ; } ; ProjectPriority : ProjectPriority ; 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 ; } ; PushResultInput : { project_hash : string ; statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; username : string ; } ; Query : { ...on Query : Omit < GraphQLTypes [ "Query" ] , "...on Query" > ; __typename : "Query" ; agreementTemplates : GraphQLTypes [ "AgreementTemplate" ] [] ; agreements : GraphQLTypes [ "PaginatedAgreementsPaginationResult" ] ; buildInitialReportEdits : GraphQLTypes [ "BuildInitialReportEdits" ] ; candidates : GraphQLTypes [ "PaginatedCandidatesPaginationResult" ] ; capitalCandidates : GraphQLTypes [ "PaginatedCapitalCandidatesPaginationResult" ] ; capitalCommit ?: GraphQLTypes [ "CapitalCommit" ] | null ; capitalCommits : GraphQLTypes [ "PaginatedCapitalCommitsPaginationResult" ] ; capitalComponentMetrics : GraphQLTypes [ "CapitalComponentMetric" ] [] ; capitalContributor ?: GraphQLTypes [ "CapitalContributor" ] | null ; capitalContributors : GraphQLTypes [ "PaginatedCapitalContributorsPaginationResult" ] ; capitalCycles : GraphQLTypes [ "PaginatedCapitalCyclesPaginationResult" ] ; capitalDeallocationLimit : GraphQLTypes [ "CapitalDeallocationLimit" ] ; capitalDebt ?: GraphQLTypes [ "CapitalDebt" ] | null ; capitalDebts : GraphQLTypes [ "PaginatedCapitalDebtsPaginationResult" ] ; capitalExpense ?: GraphQLTypes [ "CapitalExpense" ] | null ; capitalExpenses : GraphQLTypes [ "PaginatedCapitalExpensesPaginationResult" ] ; capitalFavorites : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalGetOpenTimer ?: GraphQLTypes [ "CapitalTimerSession" ] | null ; 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 ; capitalIssueMetricBindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] ; capitalIssues : GraphQLTypes [ "PaginatedCapitalIssuesPaginationResult" ] ; capitalMeasures : GraphQLTypes [ "CapitalMeasure" ] [] ; capitalMetricContributions : GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] ; capitalMetricSeries : GraphQLTypes [ "CapitalMetricSeries" ] ; capitalMetricSuperposition : GraphQLTypes [ "CapitalMetricSuperposition" ] ; capitalMetricSuperpositionHistory : GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] ; capitalMetricWave : GraphQLTypes [ "CapitalMetricWave" ] ; capitalProgramExpense ?: GraphQLTypes [ "CapitalProgramExpense" ] | null ; capitalProgramExpenses : GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] ; 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" ] [] ; chatcoopListNonProjectCommunicationRooms : GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] [] ; chatcoopListProjectCommunicationRooms : GraphQLTypes [ "ChatcoopProjectCommunicationRoom" ] [] ; chatcoopListSecretaryRooms : GraphQLTypes [ "ChatcoopSecretaryRoom" ] [] ; chatcoopListUtcDatesWithNewRoomMessages : string [] ; checkReportReadiness : GraphQLTypes [ "ReportReadinessView" ] ; cooperativeAgreements : GraphQLTypes [ "CoopAgreement" ] [] ; cooperativePrograms : GraphQLTypes [ "CooperativeProgram" ] [] ; expenseFile : GraphQLTypes [ "ExpenseFile" ] ; expenseFilesByItem : GraphQLTypes [ "ExpenseFile" ] [] ; expenseFilesByProposal : GraphQLTypes [ "ExpenseFile" ] [] ; expenseProposal ?: GraphQLTypes [ "ExpenseProposal" ] | null ; expenseProposalsByCooperative : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] ; expenseProposalsByMember : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] ; expenseRequisitesByProposal : GraphQLTypes [ "ExpenseRequisite" ] [] ; getAccount : GraphQLTypes [ "Account" ] ; getAccounts : GraphQLTypes [ "AccountsPaginationResult" ] ; getActions : GraphQLTypes [ "PaginatedActionsPaginationResult" ] ; getAgenda : GraphQLTypes [ "AgendaWithDocuments" ] [] ; getAvailableReports : GraphQLTypes [ "AvailableReport" ] [] ; getBranches : GraphQLTypes [ "Branch" ] [] ; getCapabilitySets : GraphQLTypes [ "CapabilitySet" ] [] ; getCapitalIssueLogs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] ; getCapitalOnboardingState : GraphQLTypes [ "CapitalOnboardingState" ] ; getCapitalProjectLogs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] ; getCategories : GraphQLTypes [ "Category" ] [] ; getChairmanOnboardingState : GraphQLTypes [ "ChairmanOnboardingState" ] ; getCriticalActionAuditTrail : GraphQLTypes [ "CriticalActionAuditEntry" ] [] ; getCurrentInstance ?: GraphQLTypes [ "CurrentInstanceDTO" ] | null ; getCurrentTableStates : GraphQLTypes [ "PaginatedCurrentTableStatesPaginationResult" ] ; getDeltas : GraphQLTypes [ "PaginatedDeltasPaginationResult" ] ; getDesktop : GraphQLTypes [ "Desktop" ] ; getDocuments : GraphQLTypes [ "DocumentsAggregatePaginationResult" ] ; getExtensionLogs : GraphQLTypes [ "ExtensionLogsPaginationResult" ] ; getExtensionOnboardingState : GraphQLTypes [ "ExtensionOnboardingState" ] ; getExtensions : GraphQLTypes [ "Extension" ] [] ; getInboxNotifications : GraphQLTypes [ "InboxNotificationPaginationResult" ] ; getInstallationStatus : GraphQLTypes [ "InstallationStatus" ] ; getLedger : GraphQLTypes [ "LedgerState" ] ; getLedger2Accounts : GraphQLTypes [ "Ledger2Account" ] [] ; getLedger2History : GraphQLTypes [ "Ledger2HistoryResponse" ] ; getLedger2Postings : GraphQLTypes [ "Ledger2PostingsResponse" ] ; getLedger2Wallets : GraphQLTypes [ "Ledger2Wallet" ] [] ; getLedgerHistory : GraphQLTypes [ "LedgerHistoryResponse" ] ; getLoginFactors : GraphQLTypes [ "LoginFactors" ] ; getMeet : GraphQLTypes [ "MeetAggregate" ] ; getMeets : GraphQLTypes [ "MeetAggregate" ] [] ; getMyAccess : GraphQLTypes [ "ParticipantAccess" ] ; getMyCertificate : GraphQLTypes [ "ParticipantCertificate" ] ; getMyProductCards : GraphQLTypes [ "ProductCard" ] [] ; getNodeSyncState ?: GraphQLTypes [ "NodeSyncState" ] | null ; getNotification : GraphQLTypes [ "NotificationDetail" ] ; getNotifications : GraphQLTypes [ "NotificationPaginationResult" ] ; getParticipantCapabilitySets : GraphQLTypes [ "CapabilitySetAssignment" ] [] ; getPaymentMethods : GraphQLTypes [ "PaymentMethodPaginationResult" ] ; getPayments : GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] ; getProductCard ?: GraphQLTypes [ "ProductCard" ] | null ; getProductCards : GraphQLTypes [ "ProductCard" ] [] ; getProgramWallet ?: GraphQLTypes [ "ProgramWallet" ] | null ; getProgramWallets : GraphQLTypes [ "ProgramWalletsPaginationResult" ] ; getProviderSubscriptionById : GraphQLTypes [ "ProviderSubscription" ] ; getProviderSubscriptions : GraphQLTypes [ "ProviderSubscription" ] [] ; getRecoveryStrategy : GraphQLTypes [ "RecoveryStrategy" ] ; getRegistrationAgreements : GraphQLTypes [ "RegistrationAgreement" ] [] ; getRegistrationConfig : GraphQLTypes [ "RegistrationConfig" ] ; getReport : GraphQLTypes [ "GeneratedReport" ] ; getReportCalendar : GraphQLTypes [ "ReportCalendarRow" ] [] ; getReportDraft ?: GraphQLTypes [ "ReportDraft" ] | null ; getReportHistory : GraphQLTypes [ "ReportHistoryPage" ] ; getReportPreview : GraphQLTypes [ "ReportPreview" ] ; getReportRequisites : GraphQLTypes [ "ReportRequisitesView" ] ; getSessions : GraphQLTypes [ "AccountSession" ] [] ; getSystemInfo : GraphQLTypes [ "SystemInfo" ] ; getUnreadNotificationsCount : GraphQLTypes [ "UnreadNotificationsCount" ] ; getUserWallets : GraphQLTypes [ "UserWallet" ] [] ; getUserWebPushSubscriptions : GraphQLTypes [ "WebPushSubscriptionDto" ] [] ; getWebPushSubscriptionStats : GraphQLTypes [ "SubscriptionStatsDto" ] ; getWithheldTaxPayments : GraphQLTypes [ "WithheldTaxPaymentPage" ] ; getWithheldTaxState : GraphQLTypes [ "WithheldTaxState" ] ; kuDecision : GraphQLTypes [ "KuDecision" ] ; kuDecisions : GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] ; kuTrustRequests : GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] ; listExpensePlans : GraphQLTypes [ "ExpensePlan" ] [] ; listReportDrafts : GraphQLTypes [ "ReportDraft" ] [] ; marketplaceAidStatementSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceAplReceptionChairmanSignablePayloads : GraphQLTypes [ "DocumentAggregate" ] [] ; marketplaceAplReceptionSupplierSignablePayloads : GraphQLTypes [ "GeneratedDocument" ] [] ; marketplaceAspectAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceAttributeStats : GraphQLTypes [ "MarketplaceAttributeStats" ] ; marketplaceCategoryAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceCategoryAttributesGrouped : GraphQLTypes [ "MarketplaceAttributeGroup" ] [] ; marketplaceCategoryOfferCounts : GraphQLTypes [ "MarketplaceCategoryOfferCount" ] [] ; marketplaceCheckoutSignablePayloads : GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] [] ; marketplaceCppStatus : GraphQLTypes [ "MarketplaceCppStatus" ] ; marketplaceDefaultVitrine : GraphQLTypes [ "MarketplaceVitrine" ] ; marketplaceFindPotentialMatches : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceGetAvailabilityStats : GraphQLTypes [ "MarketplaceAvailabilityStats" ] ; marketplaceGetAvailableCategories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceGetAvailableCategoryTree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetBranchEconomy : GraphQLTypes [ "MarketplaceBranchEconomy" ] ; marketplaceGetBranchWalletHistory : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] ; marketplaceGetCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceGetCategoryById ?: GraphQLTypes [ "MarketplaceCategoryTreeNode" ] | null ; marketplaceGetCategoryRules : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceGetCategoryTree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetCategoryTreeStats : GraphQLTypes [ "MarketplaceCategoryTreeStats" ] ; marketplaceGetCoopRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceGetEconomyConfig : GraphQLTypes [ "MarketplaceEconomyConfig" ] ; marketplaceGetOffer ?: GraphQLTypes [ "MarketplaceOffer" ] | null ; marketplaceGetOrder : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceGetPersonalEconomy : GraphQLTypes [ "MarketplacePersonalEconomy" ] ; marketplaceGetPersonalWalletHistory : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] ; marketplaceGetProductTypeById ?: GraphQLTypes [ "MarketplaceProductType" ] | null ; marketplaceGetRequest ?: GraphQLTypes [ "MarketplaceRequest" ] | null ; marketplaceGetRequestByHash ?: GraphQLTypes [ "MarketplaceRequest" ] | null ; marketplaceGetRequestStatistics : GraphQLTypes [ "MarketplaceRequestStatistics" ] ; marketplaceGetRootCategories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetSearchCategories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetShipment : GraphQLTypes [ "MarketplaceShipment" ] ; marketplaceGetSupplierPaymentSettings : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] ; marketplaceGetUserRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceIssueActChairmanSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceListAids : GraphQLTypes [ "MarketplaceAid" ] [] ; marketplaceListAllOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListAllOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListAplReceptionsAsSupplier : GraphQLTypes [ "MarketplaceAplReception" ] [] ; marketplaceListAplReceptionsByBraname : GraphQLTypes [ "MarketplaceAplReception" ] [] ; marketplaceListAvailableCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListBranchOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListCatalog : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListConsolidatedRequests : GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] ; marketplaceListContainerTypes : GraphQLTypes [ "MarketplaceContainerType" ] [] ; marketplaceListContainers : GraphQLTypes [ "MarketplaceContainer" ] [] ; marketplaceListCoopCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListExpressPickupsByBraname : GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] [] ; marketplaceListInventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; marketplaceListIssuancesByBraname : GraphQLTypes [ "MarketplaceOrder" ] [] ; marketplaceListKUDetails : GraphQLTypes [ "MarketplaceKUDetails" ] [] ; marketplaceListModerationLog : GraphQLTypes [ "MarketplaceModerationLogEntry" ] [] ; marketplaceListMyOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListMyOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListMyReturnClaims : GraphQLTypes [ "MarketplaceReturnClaim" ] [] ; marketplaceListOutgoingPayments : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] ; marketplaceListOutgoingPaymentsAsSupplier : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] ; marketplaceListPendingOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListReturnClaimsByBraname : GraphQLTypes [ "MarketplaceReturnClaim" ] [] ; marketplaceListShipments : GraphQLTypes [ "MarketplaceShipment" ] [] ; marketplaceListShipmentsByBraname : GraphQLTypes [ "MarketplaceShipment" ] [] ; marketplaceListStock : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; marketplaceListStockProposals : GraphQLTypes [ "MarketplaceStockProposal" ] [] ; marketplaceListStorageCells : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceListSupplierOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListSupplierPickupOrders : GraphQLTypes [ "MarketplaceOrder" ] [] ; marketplaceListSuppliers : GraphQLTypes [ "MarketplaceSupplier" ] [] ; marketplaceListWriteoffCandidates : GraphQLTypes [ "MarketplaceWriteoffCandidate" ] [] ; marketplaceListWriteoffProposals : GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] ; marketplaceMemberWallet : GraphQLTypes [ "MarketplaceMemberWallet" ] ; marketplaceMySupplierState ?: GraphQLTypes [ "MarketplaceSupplier" ] | null ; marketplaceOnboardingState : GraphQLTypes [ "MarketplaceOnboardingState" ] ; marketplaceOpenWriteoffDraft ?: GraphQLTypes [ "MarketplaceWriteoffProposal" ] | null ; marketplaceRegistrationOfferStatus : GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] ; marketplaceRequiredAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceResolveContainerByCode : GraphQLTypes [ "MarketplaceContainer" ] ; marketplaceReturnClaim : GraphQLTypes [ "MarketplaceReturnClaim" ] ; marketplaceReturnClaimChairmanSignablePayload : GraphQLTypes [ "DocumentAggregate" ] ; marketplaceReturnClaimSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceSearchAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceSearchDictionaryValues : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] ; marketplaceSearchRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceStockIssuancePayloads : GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] [] ; marketplaceStockProposalSignablePayloads : GraphQLTypes [ "MarketplaceStockAcceptPayload" ] ; marketplaceValidateAttributeValues : GraphQLTypes [ "MarketplaceAttributeValidation" ] ; marketplaceWhoAmI : GraphQLTypes [ "MarketplaceCurrentMember" ] ; marketplaceWriteoffPendingConfirmations : GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] [] ; marketplaceWriteoffProposal : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceWriteoffProtocolDocument : GraphQLTypes [ "DocumentAggregate" ] ; marketplaceWriteoffServiceMemoSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceWriteoffStatementSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; membershipExit ?: GraphQLTypes [ "MembershipExit" ] | null ; membershipExitReturnPreview : GraphQLTypes [ "MembershipExitReturnPreview" ] ; participantIdentityForVerification : GraphQLTypes [ "ParticipantIdentityForVerification" ] ; paymentFile : GraphQLTypes [ "PaymentFile" ] ; paymentProofs : GraphQLTypes [ "PaymentFile" ] [] ; process : GraphQLTypes [ "ProcessView" ] ; processes : GraphQLTypes [ "ProcessSummaryPaginationResult" ] ; searchDocuments : GraphQLTypes [ "SearchResult" ] [] ; searchPrivateAccounts : GraphQLTypes [ "PrivateAccountSearchResult" ] [] ; validateReportEdits : GraphQLTypes [ "FieldError" ] [] ; verificationReviewPhotos : GraphQLTypes [ "VerificationReviewPhoto" ] [] ; verificationReviews : GraphQLTypes [ "VerificationReview" ] [] ; } ; 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 [] ; } ; RecoveryStrategy : RecoveryStrategy ; 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 ; marketplace_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" ] ; } ; RegistrationAgreement : { ...on RegistrationAgreement : Omit < GraphQLTypes [ "RegistrationAgreement" ] , "...on RegistrationAgreement" > ; __typename : "RegistrationAgreement" ; agreement_type : string ; applicable_account_types : GraphQLTypes [ "AccountType" ] [] ; checkbox_text : string ; id : string ; is_blockchain_agreement : boolean ; link_text : string ; link_to_statement : boolean ; order : number ; registry_id : number ; title : string ; } ; RegistrationConfig : { ...on RegistrationConfig : Omit < GraphQLTypes [ "RegistrationConfig" ] , "...on RegistrationConfig" > ; __typename : "RegistrationConfig" ; programs : GraphQLTypes [ "RegistrationProgram" ] [] ; requires_selection : boolean ; } ; RegistrationPayment : { ...on RegistrationPayment : Omit < GraphQLTypes [ "RegistrationPayment" ] , "...on RegistrationPayment" > ; __typename : "RegistrationPayment" ; hash : string ; message ?: string | null ; quantity : number ; status : GraphQLTypes [ "PaymentStatus" ] ; symbol : string ; } ; 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 ; } ; RejectVerificationInput : { reason : string ; review_id : string ; } ; RemoveAvailableCategoriesInput : { categoryIds : number [] ; } ; RemoveAvailableCategoryTypesInput : { categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } ; RemoveSecretaryRoomInput : { id : string ; } ; ReplaceAvailableItemsInput : { categoryIds : number [] ; categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } ; ReportCalendarPeriodEntry : { ...on ReportCalendarPeriodEntry : Omit < GraphQLTypes [ "ReportCalendarPeriodEntry" ] , "...on ReportCalendarPeriodEntry" > ; __typename : "ReportCalendarPeriodEntry" ; dueDate : string ; dueMonth : number ; label : string ; periodCode ?: number | null ; reportYear : number ; status : GraphQLTypes [ "CalendarEntryStatus" ] ; } ; ReportCalendarRow : { ...on ReportCalendarRow : Omit < GraphQLTypes [ "ReportCalendarRow" ] , "...on ReportCalendarRow" > ; __typename : "ReportCalendarRow" ; periodKind : string ; periods : GraphQLTypes [ "ReportCalendarPeriodEntry" ] [] ; reportType : GraphQLTypes [ "ReportType" ] ; shortName : string ; } ; ReportDraft : { ...on ReportDraft : Omit < GraphQLTypes [ "ReportDraft" ] , "...on ReportDraft" > ; __typename : "ReportDraft" ; createdAt : GraphQLTypes [ "DateTime" ] ; editedFields : string [] ; editsJson : string ; id : string ; ownerUsername : string ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; year : number ; } ; ReportExpenseItemInput : { actual_amount ?: string | null ; coopname : string ; item_hash : string ; proposal_hash : string ; } ; ReportHistoryFilterInput : { limit ?: number | null ; offset ?: number | null ; period ?: number | null ; reportType ?: GraphQLTypes [ "ReportType" ] | null ; year ?: number | null ; } ; ReportHistoryPage : { ...on ReportHistoryPage : Omit < GraphQLTypes [ "ReportHistoryPage" ] , "...on ReportHistoryPage" > ; __typename : "ReportHistoryPage" ; items : GraphQLTypes [ "GeneratedReportSummary" ] [] ; total : number ; } ; ReportNotMeInput : { session_id ?: string | null ; } ; ReportPreview : { ...on ReportPreview : Omit < GraphQLTypes [ "ReportPreview" ] , "...on ReportPreview" > ; __typename : "ReportPreview" ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; sections : GraphQLTypes [ "ReportPreviewSection" ] [] ; year : number ; } ; ReportPreviewField : { ...on ReportPreviewField : Omit < GraphQLTypes [ "ReportPreviewField" ] , "...on ReportPreviewField" > ; __typename : "ReportPreviewField" ; key : string ; label : string ; unit ?: string | null ; value ?: string | null ; } ; ReportPreviewInput : { period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } ; ReportPreviewSection : { ...on ReportPreviewSection : Omit < GraphQLTypes [ "ReportPreviewSection" ] , "...on ReportPreviewSection" > ; __typename : "ReportPreviewSection" ; fields : GraphQLTypes [ "ReportPreviewField" ] [] ; title : string ; } ; ReportReadinessView : { ...on ReportReadinessView : Omit < GraphQLTypes [ "ReportReadinessView" ] , "...on ReportReadinessView" > ; __typename : "ReportReadinessView" ; missingFields : GraphQLTypes [ "MissingRequisiteField" ] [] ; ready : boolean ; reportType : GraphQLTypes [ "ReportType" ] ; } ; ReportRequisitesView : { ...on ReportRequisitesView : Omit < GraphQLTypes [ "ReportRequisitesView" ] , "...on ReportRequisitesView" > ; __typename : "ReportRequisitesView" ; address : GraphQLTypes [ "RequisiteFieldView" ] ; chairmanPosition : GraphQLTypes [ "RequisiteFieldView" ] ; chairmanPositionFromOrg : GraphQLTypes [ "RequisiteFieldView" ] ; coopname : string ; inn : GraphQLTypes [ "RequisiteFieldView" ] ; kpp : GraphQLTypes [ "RequisiteFieldView" ] ; ogrn : GraphQLTypes [ "RequisiteFieldView" ] ; okfs : GraphQLTypes [ "RequisiteFieldView" ] ; okopf : GraphQLTypes [ "RequisiteFieldView" ] ; okpo : GraphQLTypes [ "RequisiteFieldView" ] ; oktmo : GraphQLTypes [ "RequisiteFieldView" ] ; okved : GraphQLTypes [ "RequisiteFieldView" ] ; orgName : GraphQLTypes [ "RequisiteFieldView" ] ; pfrRegNumber : GraphQLTypes [ "RequisiteFieldView" ] ; phone : GraphQLTypes [ "RequisiteFieldView" ] ; sfrRegNumber : GraphQLTypes [ "RequisiteFieldView" ] ; signerFirstName : GraphQLTypes [ "RequisiteFieldView" ] ; signerLastName : GraphQLTypes [ "RequisiteFieldView" ] ; signerMiddleName : GraphQLTypes [ "RequisiteFieldView" ] ; signerRepDoc : GraphQLTypes [ "RequisiteFieldView" ] ; signerSnils : GraphQLTypes [ "RequisiteFieldView" ] ; signerType : string ; } ; ReportSubmissionMark : ReportSubmissionMark ; 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 ; } ; RequestAttributeInput : { attributeId : number ; complexId ?: number | null ; dictionaryValueId ?: number | null ; value : string ; } ; RequestForceRecoveryConsentInput : { target_id : string ; } ; RequestImageInput : { description ?: string | null ; imageType : GraphQLTypes [ "RequestImageTypeInput" ] ; imageUrl : string ; sortOrder : number ; } ; RequestImageType : RequestImageType ; RequestImageTypeInput : RequestImageTypeInput ; RequestKuTrustedInput : { application : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] ; authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] ; braname : string ; coopname : string ; hash : string ; username : string ; } ; RequestStatus : RequestStatus ; RequestType : RequestType ; RequestTypeInput : RequestTypeInput ; RequisiteFieldView : { ...on RequisiteFieldView : Omit < GraphQLTypes [ "RequisiteFieldView" ] , "...on RequisiteFieldView" > ; __typename : "RequisiteFieldView" ; source : GraphQLTypes [ "RequisiteSource" ] ; value ?: string | null ; } ; RequisiteSource : RequisiteSource ; 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 ; 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 ; } ; ReturnExpenseItemInput : { coopname : string ; item_hash : string ; proposal_hash : string ; return_amount : string ; } ; RevokeCapabilitySetInput : { set_key : string ; username : string ; } ; RevokeKeyResult : { ...on RevokeKeyResult : Omit < GraphQLTypes [ "RevokeKeyResult" ] , "...on RevokeKeyResult" > ; __typename : "RevokeKeyResult" ; must_recover : boolean ; sessions_revoked : number ; status : string ; target_id : string ; } ; RevokeParticipantKeyInput : { reason : string ; target_id : string ; } ; RevokeSessionInput : { session_id : string ; } ; RevokedSessionsResult : { ...on RevokedSessionsResult : Omit < GraphQLTypes [ "RevokedSessionsResult" ] , "...on RevokedSessionsResult" > ; __typename : "RevokedSessionsResult" ; revoked : number ; } ; RoomMessageKind : RoomMessageKind ; SaveCapitalProgramDocDataInput : { doc_data_hash : string ; } ; SaveReportDraftInput : { editedFields : string [] ; editsJson : string ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } ; SbpAccount : { ...on SbpAccount : Omit < GraphQLTypes [ "SbpAccount" ] , "...on SbpAccount" > ; __typename : "SbpAccount" ; phone : string ; } ; SbpDataInput : { phone : string ; } ; SearchAttributesInput : { categoryId ?: number | null ; limit ?: number | null ; onlyAspect ?: boolean | null ; onlyRequired ?: boolean | null ; onlyWithDictionary ?: boolean | null ; searchTerm : string ; typeId ?: number | null ; } ; SearchCategoriesInput : { searchTerm : string ; } ; SearchDictionaryValuesInput : { dictionaryId : number ; limit ?: number | null ; searchTerm : string ; } ; SearchDocumentsInput : { limit ?: number | null ; query : string ; } ; SearchPrivateAccountsInput : { query : string ; } ; SearchRequestsInput : { limit ?: number | null ; searchTerm : 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 ; signer : string ; 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 ; } ; SetBranchPrivateInput : { braname : string ; coopname : string ; is_private : boolean ; } ; SetCapitalProjectDevelopmentRepositoryUrlInput : { development_repository_url ?: string | null ; project_hash : string ; } ; SetCapitalProjectPriorityInput : { priority : GraphQLTypes [ "ProjectPriority" ] ; project_hash : string ; } ; SetConfigInput : { config : GraphQLTypes [ "ConfigInput" ] ; coopname : string ; } ; SetIssueMetricBindingsInput : { bindings : GraphQLTypes [ "IssueMetricBindingItemInput" ] [] ; issue_hash : string ; } ; SetLoginFactorsInput : { code ?: string | null ; email_enabled : boolean ; totp_enabled : boolean ; } ; SetMasterInput : { coopname : string ; master : string ; project_hash : string ; } ; SetPaymentStatusInput : { id : string ; message ?: string | null ; status : GraphQLTypes [ "PaymentStatus" ] ; } ; SetPlanInput : { coopname : string ; master : string ; plan_creators_hours : number ; plan_expenses : string ; plan_hour_cost : string ; project_hash : string ; } ; SetRecoveryStrategyInput : { code : string ; strategy : GraphQLTypes [ "RecoveryStrategy" ] ; } ; 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" ] ; is_registration_open : boolean ; 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 ; } ; StartKuDecisionInput : { address : string ; agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] ; branch_email : string ; branch_name : string ; branch_phone : string ; chairman : string ; coopname : string ; hash : 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 ; SubmitExpenseReportInput : { comment ?: string | null ; coopname : string ; proposal_hash : string ; total_actual_amount ?: string | null ; } ; SubmitVoteInput : { coopname : string ; project_hash : string ; votes : GraphQLTypes [ "VoteDistributionInput" ] [] ; } ; Subscription : { ...on Subscription : Omit < GraphQLTypes [ "Subscription" ] , "...on Subscription" > ; __typename : "Subscription" ; marketplaceEvents : GraphQLTypes [ "MarketplaceEvent" ] ; nodeSyncState : GraphQLTypes [ "NodeSyncState" ] ; } ; SubscriptionStatsDto : { ...on SubscriptionStatsDto : Omit < GraphQLTypes [ "SubscriptionStatsDto" ] , "...on SubscriptionStatsDto" > ; __typename : "SubscriptionStatsDto" ; active : number ; inactive : number ; total : number ; uniqueUsers : number ; } ; 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" ] [] ; } ; TwoFactorCodeInput : { code : string ; } ; TwoFactorEnrollment : { ...on TwoFactorEnrollment : Omit < GraphQLTypes [ "TwoFactorEnrollment" ] , "...on TwoFactorEnrollment" > ; __typename : "TwoFactorEnrollment" ; otpauth_uri : string ; secret : string ; } ; UninstallExtensionInput : { name : string ; } ; UnreadNotificationsCount : { ...on UnreadNotificationsCount : Omit < GraphQLTypes [ "UnreadNotificationsCount" ] , "...on UnreadNotificationsCount" > ; __typename : "UnreadNotificationsCount" ; count : number ; } ; UnverifyParticipantInput : { 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 ; } ; UpdateComponentMetricInput : { deadline ?: GraphQLTypes [ "DateTime" ] | null ; measure_hash ?: string | null ; metric_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; target_value ?: number | null ; title ?: string | null ; unit ?: string | null ; } ; 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 ; } ; UpdateMeasureInput : { measure_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; title ?: string | null ; unit ?: 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 ; } ; UpdateReportRequisitesInput : { addressOverride ?: string | null ; chairmanPosition ?: string | null ; okfs ?: string | null ; okopf ?: string | null ; okpo ?: string | null ; oktmo ?: string | null ; okved ?: string | null ; pfrRegNumber ?: string | null ; phoneOverride ?: string | null ; sfrRegNumber ?: string | null ; signerRepDoc ?: string | null ; signerSnils ?: string | null ; signerType ?: string | null ; } ; 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 ; } ; UploadExpenseFileInput : { checksum_sha256 : string ; content_base64 : string ; coopname : string ; item_hash ?: string | null ; kind : GraphQLTypes [ "ExpenseFileKind" ] ; mime_type : string ; original_filename ?: string | null ; proposal_hash : string ; size_bytes : number ; } ; UploadPaymentProofInput : { checksum_sha256 : string ; content_base64 : string ; coopname : string ; mime_type : string ; original_filename ?: string | null ; payment_hash : string ; size_bytes : number ; } ; 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 ; UserWallet : { ...on UserWallet : Omit < GraphQLTypes [ "UserWallet" ] , "...on UserWallet" > ; __typename : "UserWallet" ; available : string ; blocked : string ; coopname : string ; human_name : string ; id : GraphQLTypes [ "ID" ] ; program_id ?: GraphQLTypes [ "ID" ] | null ; username : string ; wallet_name : string ; } ; ValidateAttributeValuesInput : { attributeId : number ; values : string [] ; } ; 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 ; } ; VerificationPhotoInput : { checksum_sha256 : string ; content_base64 : string ; mime_type : string ; original_filename ?: string | null ; size_bytes : number ; } ; VerificationReview : { ...on VerificationReview : Omit < GraphQLTypes [ "VerificationReview" ] , "...on VerificationReview" > ; __typename : "VerificationReview" ; braname : string ; created_at : string ; decided_at ?: string | null ; decided_by ?: string | null ; decision_reason ?: string | null ; id : string ; photos_count : number ; procedure : string ; status : GraphQLTypes [ "VerificationReviewStatus" ] ; username : string ; verificator : string ; } ; VerificationReviewPhoto : { ...on VerificationReviewPhoto : Omit < GraphQLTypes [ "VerificationReviewPhoto" ] , "...on VerificationReviewPhoto" > ; __typename : "VerificationReviewPhoto" ; mime_type : string ; read_url : string ; size_bytes : number ; storage_key : string ; } ; VerificationReviewPhotosInput : { review_id : string ; } ; VerificationReviewStatus : VerificationReviewStatus ; VerificationReviewsInput : { braname ?: string | null ; limit ?: number | null ; status ?: GraphQLTypes [ "VerificationReviewStatus" ] | null ; username ?: string | null ; } ; VerifyEmailInputDTO : { token : string ; } ; VerifyParticipantOnsiteInput : { braname ?: string | null ; photos ?: GraphQLTypes [ "VerificationPhotoInput" ] [] | null ; username : 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" ] [] ; } ; VoteOnKuDecisionInput : { ballot : GraphQLTypes [ "BranchMeetingBallotSignedDocumentInput" ] ; coopname : string ; hash : string ; username : string ; votes : GraphQLTypes [ "KuVoteItemInput" ] [] ; } ; WaitWeight : { ...on WaitWeight : Omit < GraphQLTypes [ "WaitWeight" ] , "...on WaitWeight" > ; __typename : "WaitWeight" ; wait_sec : number ; weight : number ; } ; WalmoveInput : { coopname : string ; fromWallet : string ; memo : string ; quantity : string ; toWallet : string ; username : string ; } ; WaveLabel : WaveLabel ; WavePhase : WavePhase ; 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 ; } ; WithheldTaxPayment : { ...on WithheldTaxPayment : Omit < GraphQLTypes [ "WithheldTaxPayment" ] , "...on WithheldTaxPayment" > ; __typename : "WithheldTaxPayment" ; amount : string ; completed_at ?: GraphQLTypes [ "DateTime" ] | null ; created_at : GraphQLTypes [ "DateTime" ] ; hash : string ; memo : string ; message ?: string | null ; recipient_name ?: string | null ; report_period : number ; report_period_label : string ; report_year : number ; requisite_rows ?: GraphQLTypes [ "WithheldTaxRequisiteRow" ] [] | null ; status : GraphQLTypes [ "PaymentStatus" ] ; symbol : string ; } ; WithheldTaxPaymentPage : { ...on WithheldTaxPaymentPage : Omit < GraphQLTypes [ "WithheldTaxPaymentPage" ] , "...on WithheldTaxPaymentPage" > ; __typename : "WithheldTaxPaymentPage" ; currentPage : number ; items : GraphQLTypes [ "WithheldTaxPayment" ] [] ; totalCount : number ; totalPages : number ; } ; WithheldTaxRequisiteRow : { ...on WithheldTaxRequisiteRow : Omit < GraphQLTypes [ "WithheldTaxRequisiteRow" ] , "...on WithheldTaxRequisiteRow" > ; __typename : "WithheldTaxRequisiteRow" ; label : string ; value : string ; } ; WithheldTaxState : { ...on WithheldTaxState : Omit < GraphQLTypes [ "WithheldTaxState" ] , "...on WithheldTaxState" > ; __typename : "WithheldTaxState" ; available : string ; in_payment : string ; withheld : string ; } ; WorkingHours : { ...on WorkingHours : Omit < GraphQLTypes [ "WorkingHours" ] , "...on WorkingHours" > ; __typename : "WorkingHours" ; fri ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; mon ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; sat ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; sun ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; thu ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; tue ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; wed ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; } ; WorkingHoursBreak : { ...on WorkingHoursBreak : Omit < GraphQLTypes [ "WorkingHoursBreak" ] , "...on WorkingHoursBreak" > ; __typename : "WorkingHoursBreak" ; end : string ; start : string ; } ; WorkingHoursBreakInput : { end : string ; start : string ; } ; WorkingHoursDay : { ...on WorkingHoursDay : Omit < GraphQLTypes [ "WorkingHoursDay" ] , "...on WorkingHoursDay" > ; __typename : "WorkingHoursDay" ; breaks : GraphQLTypes [ "WorkingHoursBreak" ] [] ; close : string ; open : string ; } ; WorkingHoursDayInput : { breaks : GraphQLTypes [ "WorkingHoursBreakInput" ] [] ; close : string ; open : string ; } ; WorkingHoursInput : { fri ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; mon ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; sat ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; sun ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; thu ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; tue ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; wed ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; } ; ZeroReportHeaderEdits : { ...on ZeroReportHeaderEdits : Omit < GraphQLTypes [ "ZeroReportHeaderEdits" ] , "...on ZeroReportHeaderEdits" > ; __typename : "ZeroReportHeaderEdits" ; correctionNumber : number ; docDate : string ; idFile : string ; period ?: number | null ; reportYear : number ; versProgram : string ; } ; ZeroReportOrganizationEdits : { ...on ZeroReportOrganizationEdits : Omit < GraphQLTypes [ "ZeroReportOrganizationEdits" ] , "...on ZeroReportOrganizationEdits" > ; __typename : "ZeroReportOrganizationEdits" ; address ?: string | null ; inn : string ; kpp : string ; ogrn ?: string | null ; okfs ?: string | null ; okopf ?: string | null ; okpo ?: string | null ; oktmo ?: string | null ; okved ?: string | null ; orgName : string ; phone ?: string | null ; } ; ZeroReportSignerEdits : { ...on ZeroReportSignerEdits : Omit < GraphQLTypes [ "ZeroReportSignerEdits" ] , "...on ZeroReportSignerEdits" > ; __typename : "ZeroReportSignerEdits" ; chairmanPosition ?: string | null ; firstName : string ; lastName : string ; middleName ?: string | null ; pfrRegNumber ?: string | null ; repDoc ?: string | null ; sfrRegNumber ?: string | null ; snils ?: string | null ; type : GraphQLTypes [ "ZeroReportSignerType" ] ; } ; ZeroReportSignerType : ZeroReportSignerType ; } Type declaration Access Grant : { ...on AccessGrant : Omit < GraphQLTypes [ "AccessGrant" ] , "...on AccessGrant" > ; __typename : "AccessGrant" ; action : string ; resource : string ; } ...on Access Grant : Omit < GraphQLTypes [ "AccessGrant" ] , "...on AccessGrant" > __typename : "AccessGrant" action : string resource : string Account : { ...on Account : Omit < GraphQLTypes [ "Account" ] , "...on Account" > ; __typename : "Account" ; account_kind : GraphQLTypes [ "AccountKind" ] ; blockchain_account ?: GraphQLTypes [ "BlockchainAccount" ] | null ; has_password : boolean ; participant_account ?: GraphQLTypes [ "ParticipantAccount" ] | null ; private_account ?: GraphQLTypes [ "PrivateAccount" ] | null ; provider_account ?: GraphQLTypes [ "MonoAccount" ] | null ; registration_payment ?: GraphQLTypes [ "RegistrationPayment" ] | null ; user_account ?: GraphQLTypes [ "UserAccount" ] | null ; username : string ; } ...on Account : Omit < GraphQLTypes [ "Account" ] , "...on Account" > __typename : "Account" account_ kind : GraphQLTypes [ "AccountKind" ] Optional blockchain_ account ?: GraphQLTypes [ "BlockchainAccount" ] | null has_ password : boolean Optional participant_ account ?: GraphQLTypes [ "ParticipantAccount" ] | null Optional private_ account ?: GraphQLTypes [ "PrivateAccount" ] | null Optional provider_ account ?: GraphQLTypes [ "MonoAccount" ] | null Optional registration_ payment ?: GraphQLTypes [ "RegistrationPayment" ] | null Optional user_ account ?: GraphQLTypes [ "UserAccount" ] | null username : string Account Ram Delta : { ...on AccountRamDelta : Omit < GraphQLTypes [ "AccountRamDelta" ] , "...on AccountRamDelta" > ; __typename : "AccountRamDelta" ; account : string ; delta : number ; } ...on Account Ram Delta : Omit < GraphQLTypes [ "AccountRamDelta" ] , "...on AccountRamDelta" > __typename : "AccountRamDelta" account : string delta : number Account Resource Info : { ...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 Account Resource Info : 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 Account Session : { ...on AccountSession : Omit < GraphQLTypes [ "AccountSession" ] , "...on AccountSession" > ; __typename : "AccountSession" ; created_at : string ; current : boolean ; device : string ; id : string ; ip : string ; last_seen_at : string ; } ...on Account Session : Omit < GraphQLTypes [ "AccountSession" ] , "...on AccountSession" > __typename : "AccountSession" created_ at : string current : boolean device : string id : string ip : string last_ seen_ at : string Accounts Pagination Result : { ...on AccountsPaginationResult : Omit < GraphQLTypes [ "AccountsPaginationResult" ] , "...on AccountsPaginationResult" > ; __typename : "AccountsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Account" ] [] ; totalCount : number ; totalPages : number ; } ...on Accounts Pagination Result : Omit < GraphQLTypes [ "AccountsPaginationResult" ] , "...on AccountsPaginationResult" > __typename : "AccountsPaginationResult" current Page : number total Count : number total Pages : number Act Detail Aggregate : { ...on ActDetailAggregate : Omit < GraphQLTypes [ "ActDetailAggregate" ] , "...on ActDetailAggregate" > ; __typename : "ActDetailAggregate" ; action ?: GraphQLTypes [ "ExtendedBlockchainAction" ] | null ; documentAggregate ?: GraphQLTypes [ "DocumentAggregate" ] | null ; } ...on Act Detail Aggregate : Omit < GraphQLTypes [ "ActDetailAggregate" ] , "...on ActDetailAggregate" > __typename : "ActDetailAggregate" Optional action ?: GraphQLTypes [ "ExtendedBlockchainAction" ] | null Optional document Aggregate ?: GraphQLTypes [ "DocumentAggregate" ] | null Action Authorization : { ...on ActionAuthorization : Omit < GraphQLTypes [ "ActionAuthorization" ] , "...on ActionAuthorization" > ; __typename : "ActionAuthorization" ; actor : string ; permission : string ; } ...on Action Authorization : Omit < GraphQLTypes [ "ActionAuthorization" ] , "...on ActionAuthorization" > __typename : "ActionAuthorization" actor : string permission : string Action Filters Input : { 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 Action Receipt : { ...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 Action Receipt : 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 Add Author Input : { author : string ; coopname : string ; project_hash : string ; } author : string coopname : string project_ hash : string Add Available Categories Input : { categoryIds : number [] ; } Add Available Category Types Input : { categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } Add Branch Whitelist Input : { account : string ; braname : string ; coopname : string ; } account : string braname : string coopname : string Add Participant Input : { 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 Add Payment Method Input : { 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 Add Trusted Account Input : { braname : string ; coopname : string ; trusted : string ; } braname : string coopname : string trusted : string Agenda General Meet Point Input : { context : string ; decision : string ; title : string ; } context : string decision : string title : string Agenda General Meet Question : { context ?: string | null ; decision : string ; number : string ; title : string ; } Optional context ?: string | null decision : string number : string title : string Agenda Meet : { close_at_datetime : string ; open_at_datetime : string ; type : string ; } close_ at_ datetime : string open_ at_ datetime : string type : string Agenda Meet Point : { ...on AgendaMeetPoint : Omit < GraphQLTypes [ "AgendaMeetPoint" ] , "...on AgendaMeetPoint" > ; __typename : "AgendaMeetPoint" ; context : string ; decision : string ; title : string ; } ...on Agenda Meet Point : Omit < GraphQLTypes [ "AgendaMeetPoint" ] , "...on AgendaMeetPoint" > __typename : "AgendaMeetPoint" context : string decision : string title : string Agenda With Documents : { ...on AgendaWithDocuments : Omit < GraphQLTypes [ "AgendaWithDocuments" ] , "...on AgendaWithDocuments" > ; __typename : "AgendaWithDocuments" ; action : GraphQLTypes [ "BlockchainAction" ] ; documents : GraphQLTypes [ "DocumentPackageAggregate" ] ; table : GraphQLTypes [ "BlockchainDecision" ] ; } ...on Agenda With Documents : 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 Agreement Filter : { 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 Agreement Input : { protocol_day_month_year : string ; protocol_number : string ; } protocol_ day_ month_ year : string protocol_ number : string Agreement Template : { ...on AgreementTemplate : Omit < GraphQLTypes [ "AgreementTemplate" ] , "...on AgreementTemplate" > ; __typename : "AgreementTemplate" ; context : string ; default_translation_id : number ; description : string ; model : string ; registry_id : number ; title : string ; version : number ; } ...on Agreement Template : Omit < GraphQLTypes [ "AgreementTemplate" ] , "...on AgreementTemplate" > __typename : "AgreementTemplate" context : string default_ translation_ id : number description : string model : string registry_ id : number title : string version : number Agreement Var : { ...on AgreementVar : Omit < GraphQLTypes [ "AgreementVar" ] , "...on AgreementVar" > ; __typename : "AgreementVar" ; protocol_day_month_year : string ; protocol_number : string ; } ...on Agreement Var : Omit < GraphQLTypes [ "AgreementVar" ] , "...on AgreementVar" > __typename : "AgreementVar" protocol_ day_ month_ year : string protocol_ number : string Agreement Var Input : { protocol_day_month_year : string ; protocol_number : string ; } protocol_ day_ month_ year : string protocol_ number : string Annual General Meeting Agenda Generate Document Input : { 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 Annual General Meeting Agenda Signed Document Input : { 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 Annual General Meeting Agenda Signed Meta Document Input : { 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 Annual General Meeting Decision Generate Document Input : { 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 Annual General Meeting Decision Signed Document Input : { 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 Annual General Meeting Decision Signed Meta Document Input : { 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 Annual General Meeting Notification Generate Document Input : { 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 Annual General Meeting Notification Signed Document Input : { 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 Annual General Meeting Notification Signed Meta Document Input : { 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 Annual General Meeting Soviet Decision Generate Document Input : { 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 Annual General Meeting Voting Ballot Generate Document Input : { 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 Annual General Meeting Voting Ballot Signed Document Input : { 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 Annual General Meeting Voting Ballot Signed Meta Document Input : { 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 Answer Input : { 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 Approval Filter : { 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 Approve Ku Trusted Input : { coopname : string ; countersigned : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] ; countersigned_authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] ; hash : string ; } coopname : string countersigned : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] countersigned_ authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] hash : string Approve Verification Input : { review_id : string ; } Archive Component Metric Input : { metric_hash : string ; } Assign Capability Set Input : { expires_at ?: string | null ; set_key : string ; username : string ; } Optional expires_ at ?: string | null set_ key : string username : string Auth Sequence : { ...on AuthSequence : Omit < GraphQLTypes [ "AuthSequence" ] , "...on AuthSequence" > ; __typename : "AuthSequence" ; account : string ; sequence : string ; } ...on Auth Sequence : 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 Authorize Decision Input : { chairman : string ; coopname : string ; decision_id : number ; document : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } chairman : string coopname : string decision_ id : number document : GraphQLTypes [ "SignedDigitalDocumentInput" ] Authorize Force Recovery Input : { assembly_decision_tx_id ?: string | null ; critical_action_id ?: string | null ; target_id : string ; } Optional assembly_ decision_ tx_ id ?: string | null Optional critical_ action_ id ?: string | null target_ id : string Available Report : { ...on AvailableReport : Omit < GraphQLTypes [ "AvailableReport" ] , "...on AvailableReport" > ; __typename : "AvailableReport" ; deadline : string ; lastGeneratedAt ?: GraphQLTypes [ "DateTime" ] | null ; missingFields : string [] ; name : string ; nextDeadlineDate ?: GraphQLTypes [ "DateTime" ] | null ; period : string ; readyToGenerate : boolean ; type : GraphQLTypes [ "ReportType" ] ; } ...on Available Report : Omit < GraphQLTypes [ "AvailableReport" ] , "...on AvailableReport" > __typename : "AvailableReport" deadline : string Optional last Generated At ?: GraphQLTypes [ "DateTime" ] | null missing Fields : string [] name : string Optional next Deadline Date ?: GraphQLTypes [ "DateTime" ] | null period : string ready To Generate : boolean Balance Row Edits : { ...on BalanceRowEdits : Omit < GraphQLTypes [ "BalanceRowEdits" ] , "...on BalanceRowEdits" > ; __typename : "BalanceRowEdits" ; otch : number ; prePrev : number ; prev : number ; } ...on Balance Row Edits : Omit < GraphQLTypes [ "BalanceRowEdits" ] , "...on BalanceRowEdits" > __typename : "BalanceRowEdits" otch : number pre Prev : number prev : number Bank Account : { ...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 Bank Account : Omit < GraphQLTypes [ "BankAccount" ] , "...on BankAccount" > __typename : "BankAccount" account_ number : string bank_ name : string Optional card_ number ?: string | null currency : string details : GraphQLTypes [ "BankAccountDetails" ] Bank Account Details : { ...on BankAccountDetails : Omit < GraphQLTypes [ "BankAccountDetails" ] , "...on BankAccountDetails" > ; __typename : "BankAccountDetails" ; bik : string ; corr : string ; kpp ?: string | null ; } ...on Bank Account Details : Omit < GraphQLTypes [ "BankAccountDetails" ] , "...on BankAccountDetails" > __typename : "BankAccountDetails" bik : string corr : string Optional kpp ?: string | null Bank Account Details Input : { bik : string ; corr : string ; } Bank Account Input : { 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" ] Bank Payment Method : { ...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 Bank Payment Method : Omit < GraphQLTypes [ "BankPaymentMethod" ] , "...on BankPaymentMethod" > __typename : "BankPaymentMethod" is_ default : boolean method_ id : string method_ type : string username : string Base Capital Project : { ...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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; project_hash : string ; status : GraphQLTypes [ "ProjectStatus" ] ; title : string ; voting : GraphQLTypes [ "CapitalProjectVotingData" ] ; } ...on Base Capital Project : 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" ] Optional id ?: number | null invite : string is_ opened : boolean is_ planed : boolean issue_ counter : number Optional local_ owner ?: string | null master : string meta : string origin : string parent_ hash : string Optional parent_ title ?: string | null permissions : GraphQLTypes [ "CapitalProjectPermissions" ] plan : GraphQLTypes [ "CapitalProjectPlanPool" ] prefix : string present : boolean priority : GraphQLTypes [ "ProjectPriority" ] project_ hash : string status : GraphQLTypes [ "ProjectStatus" ] title : string voting : GraphQLTypes [ "CapitalProjectVotingData" ] Blockchain Account : { ...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 Blockchain Account : 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 Blockchain Action : { ...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 Blockchain Action : 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 Blockchain Decision : { ...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 ; council_members_count : number ; 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 Blockchain Decision : 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 council_ members_ count : number 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" ] [] Blockchain InfoDTO : { ...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 Blockchain InfoDTO : 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 Board Member : { ...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 Board Member : 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 ; is_available : boolean ; is_private : boolean ; participants_count : number ; phone : string ; represented_by : GraphQLTypes [ "RepresentedBy" ] ; short_name : string ; trusted ?: GraphQLTypes [ "Individual" ] [] | null ; trusted_certificates : GraphQLTypes [ "IndividualCertificate" ] [] ; trustee ?: GraphQLTypes [ "Individual" ] | null ; trustee_certificate : GraphQLTypes [ "IndividualCertificate" ] ; type : string ; whitelist_certificates ?: GraphQLTypes [ "IndividualCertificate" ] [] | null ; } ...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 is_ available : boolean is_ private : boolean participants_ count : number phone : string represented_ by : GraphQLTypes [ "RepresentedBy" ] short_ name : string Optional trusted ?: GraphQLTypes [ "Individual" ] [] | null trusted_ certificates : GraphQLTypes [ "IndividualCertificate" ] [] Optional trustee ?: GraphQLTypes [ "Individual" ] | null trustee_ certificate : GraphQLTypes [ "IndividualCertificate" ] type : string Optional whitelist_ certificates ?: GraphQLTypes [ "IndividualCertificate" ] [] | null Branch Establishment Decision Generate Document Input : { address : string ; block_num ?: number | null ; branch_name : string ; chairman : string ; 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 ; } address : string Optional block_ num ?: number | null branch_ name : string chairman : string 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 Branch Establishment Petition Generate Document Input : { address : string ; block_num ?: number | null ; branch_name : string ; chairman : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } address : string Optional block_ num ?: number | null branch_ name : string chairman : string coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Establishment Petition Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchEstablishmentPetitionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchEstablishmentPetitionSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Establishment Petition Signed Meta Document Input : { address : string ; block_num : number ; branch_name : string ; chairman : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } address : string block_ num : number branch_ name : string chairman : string coopname : string created_ at : string generator : string hash : string lang : string links : string [] registry_ id : number timezone : string title : string username : string version : string Branch Expense Item Input : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } description : string item_ hash : string mechanics : GraphQLTypes [ "ExpenseMechanics" ] Optional payment_ method_ id ?: string | null Optional payment_ purpose ?: string | null planned_ amount : string recipient : string recipient_ type : GraphQLTypes [ "ExpenseRecipientType" ] Optional requisites ?: string | null Branch Meeting Ballot Generate Document Input : { answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] ; block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] Optional block_ num ?: number | null coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Meeting Ballot Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingBallotSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchMeetingBallotSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Meeting Ballot Signed Meta Document Input : { answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] ; block_num : number ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } answers : GraphQLTypes [ "KuBallotAnswerInput" ] [] block_ num : number coopname : string created_ at : string generator : string hash : string lang : string links : string [] questions : GraphQLTypes [ "KuBallotQuestionInput" ] [] registry_ id : number timezone : string title : string username : string version : string Branch Meeting Decision Generate Document Input : { block_num ?: number | null ; chairman : string ; close_at_datetime : string ; coopname : string ; created_at ?: string | null ; current_quorum_percent : number ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; open_at_datetime : string ; protocol_number : string ; questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } Optional block_ num ?: number | null chairman : string close_ at_ datetime : string coopname : string Optional created_ at ?: string | null current_ quorum_ percent : number Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null open_ at_ datetime : string protocol_ number : string questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Meeting Decision Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingDecisionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchMeetingDecisionSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Meeting Decision Signed Meta Document Input : { block_num : number ; chairman : string ; close_at_datetime : string ; coopname : string ; created_at : string ; current_quorum_percent : number ; generator : string ; hash : string ; lang : string ; links : string [] ; open_at_datetime : string ; protocol_number : string ; questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } block_ num : number chairman : string close_ at_ datetime : string coopname : string created_ at : string current_ quorum_ percent : number generator : string hash : string lang : string links : string [] open_ at_ datetime : string protocol_ number : string questions : GraphQLTypes [ "KuProtocolQuestionInput" ] [] registry_ id : number timezone : string title : string username : string version : string Branch Meeting Proposal Generate Document Input : { address ?: string | null ; block_num ?: number | null ; braname ?: string | null ; chairman_candidate ?: string | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] ; timezone ?: string | null ; title ?: string | null ; type : string ; username : string ; version ?: string | null ; } Optional address ?: string | null Optional block_ num ?: number | null Optional braname ?: string | null Optional chairman_ candidate ?: string | null coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] Optional timezone ?: string | null Optional title ?: string | null type : string username : string Optional version ?: string | null Branch Meeting Proposal Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchMeetingProposalSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchMeetingProposalSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Meeting Proposal Signed Meta Document Input : { address ?: string | null ; block_num : number ; braname ?: string | null ; chairman_candidate ?: string | null ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] ; registry_id : number ; timezone : string ; title : string ; type : string ; username : string ; version : string ; } Optional address ?: string | null block_ num : number Optional braname ?: string | null Optional chairman_ candidate ?: string | null coopname : string created_ at : string generator : string hash : string lang : string links : string [] questions : GraphQLTypes [ "KuAgendaQuestionInput" ] [] registry_ id : number timezone : string title : string type : string username : string version : string Branch Trusted Liability Agreement Generate Document Input : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; trustee : string ; username : string ; version ?: string | null ; } Optional block_ num ?: number | null branch_ name : string coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null trustee : string username : string Optional version ?: string | null Branch Trusted Liability Agreement Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Trusted Liability Agreement Signed Meta Document Input : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; trustee : string ; username : string ; version : string ; } block_ num : number branch_ name : string coopname : string created_ at : string generator : string hash : string lang : string links : string [] registry_ id : number timezone : string title : string trustee : string username : string version : string Branch Trusted Power Of Attorney Generate Document Input : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; trustee : string ; username : string ; version ?: string | null ; } Optional block_ num ?: number | null branch_ name : string coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null trustee : string username : string Optional version ?: string | null Branch Trusted Power Of Attorney Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Trusted Power Of Attorney Signed Meta Document Input : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; trustee : string ; username : string ; version : string ; } block_ num : number branch_ name : string coopname : string created_ at : string generator : string hash : string lang : string links : string [] registry_ id : number timezone : string title : string trustee : string username : string version : string Branch Trusted Statement Generate Document Input : { block_num ?: number | null ; braname : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; 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 hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Trustee Liability Agreement Generate Document Input : { block_num ?: number | null ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } Optional block_ num ?: number | null branch_ name : string coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Trustee Liability Agreement Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Trustee Liability Agreement Signed Meta Document Input : { block_num : number ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } block_ num : number branch_ name : string coopname : string created_ at : string generator : string hash : string lang : string links : string [] registry_ id : number timezone : string title : string username : string version : string Branch Trustee Power Of Attorney Generate Document Input : { block_num ?: number | null ; branch_address : string ; branch_name : string ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; hash : string ; lang ?: string | null ; links ?: string [] | null ; timezone ?: string | null ; title ?: string | null ; username : string ; version ?: string | null ; } Optional block_ num ?: number | null branch_ address : string branch_ name : string coopname : string Optional created_ at ?: string | null Optional generator ?: string | null hash : string Optional lang ?: string | null Optional links ?: string [] | null Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Branch Trustee Power Of Attorney Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Branch Trustee Power Of Attorney Signed Meta Document Input : { block_num : number ; branch_address : string ; branch_name : string ; coopname : string ; created_at : string ; generator : string ; hash : string ; lang : string ; links : string [] ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } block_ num : number branch_ address : string branch_ name : string coopname : string created_ at : string generator : string hash : string lang : string links : string [] registry_ id : number timezone : string title : string username : string version : string Buhotch Balance Edits : { ...on BuhotchBalanceEdits : Omit < GraphQLTypes [ "BuhotchBalanceEdits" ] , "...on BuhotchBalanceEdits" > ; __typename : "BuhotchBalanceEdits" ; assetsTotal : GraphQLTypes [ "BalanceRowEdits" ] ; cash ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; nonMaterialAndLongFin ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; passivesTotal : GraphQLTypes [ "BalanceRowEdits" ] ; shortTermFin ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; targetFunds ?: GraphQLTypes [ "BalanceRowEdits" ] | null ; } ...on Buhotch Balance Edits : Omit < GraphQLTypes [ "BuhotchBalanceEdits" ] , "...on BuhotchBalanceEdits" > __typename : "BuhotchBalanceEdits" assets Total : GraphQLTypes [ "BalanceRowEdits" ] Optional cash ?: GraphQLTypes [ "BalanceRowEdits" ] | null Optional non Material And Long Fin ?: GraphQLTypes [ "BalanceRowEdits" ] | null passives Total : GraphQLTypes [ "BalanceRowEdits" ] Optional short Term Fin ?: GraphQLTypes [ "BalanceRowEdits" ] | null Optional target Funds ?: GraphQLTypes [ "BalanceRowEdits" ] | null Buhotch Header Edits : { ...on BuhotchHeaderEdits : Omit < GraphQLTypes [ "BuhotchHeaderEdits" ] , "...on BuhotchHeaderEdits" > ; __typename : "BuhotchHeaderEdits" ; approved : boolean ; audit : boolean ; correctionNumber : number ; docDate : string ; idFile : string ; programVersion : string ; reportYear : number ; } ...on Buhotch Header Edits : Omit < GraphQLTypes [ "BuhotchHeaderEdits" ] , "...on BuhotchHeaderEdits" > __typename : "BuhotchHeaderEdits" approved : boolean audit : boolean correction Number : number doc Date : string id File : string program Version : string report Year : number Buhotch Notes Edits : { ...on BuhotchNotesEdits : Omit < GraphQLTypes [ "BuhotchNotesEdits" ] , "...on BuhotchNotesEdits" > ; __typename : "BuhotchNotesEdits" ; explanationFileName : string ; } ...on Buhotch Notes Edits : Omit < GraphQLTypes [ "BuhotchNotesEdits" ] , "...on BuhotchNotesEdits" > __typename : "BuhotchNotesEdits" explanation File Name : string Buhotch Organization Edits : { ...on BuhotchOrganizationEdits : Omit < GraphQLTypes [ "BuhotchOrganizationEdits" ] , "...on BuhotchOrganizationEdits" > ; __typename : "BuhotchOrganizationEdits" ; address ?: string | null ; inn : string ; kpp : string ; okfs : string ; okopf : string ; okpo ?: string | null ; orgName : string ; } ...on Buhotch Organization Edits : Omit < GraphQLTypes [ "BuhotchOrganizationEdits" ] , "...on BuhotchOrganizationEdits" > __typename : "BuhotchOrganizationEdits" Optional address ?: string | null inn : string kpp : string okfs : string okopf : string Optional okpo ?: string | null org Name : string Buhotch Signer Edits : { ...on BuhotchSignerEdits : Omit < GraphQLTypes [ "BuhotchSignerEdits" ] , "...on BuhotchSignerEdits" > ; __typename : "BuhotchSignerEdits" ; firstName : string ; lastName : string ; middleName ?: string | null ; repDoc ?: string | null ; type : GraphQLTypes [ "BuhotchSignerType" ] ; } ...on Buhotch Signer Edits : Omit < GraphQLTypes [ "BuhotchSignerEdits" ] , "...on BuhotchSignerEdits" > __typename : "BuhotchSignerEdits" first Name : string last Name : string Optional middle Name ?: string | null Optional rep Doc ?: string | null type : GraphQLTypes [ "BuhotchSignerType" ] Build Initial Report Edits : { ...on BuildInitialReportEdits : Omit < GraphQLTypes [ "BuildInitialReportEdits" ] , "...on BuildInitialReportEdits" > ; __typename : "BuildInitialReportEdits" ; editedFields : string [] ; editsJson : string ; hasDraft : boolean ; } ...on Build Initial Report Edits : Omit < GraphQLTypes [ "BuildInitialReportEdits" ] , "...on BuildInitialReportEdits" > __typename : "BuildInitialReportEdits" edited Fields : string [] edits Json : string has Draft : boolean Calculate Votes Input : { coopname : string ; project_hash : string ; username : string ; } coopname : string project_ hash : string username : string Call Transcription : { ...on CallTranscription : Omit < GraphQLTypes [ "CallTranscription" ] , "...on CallTranscription" > ; __typename : "CallTranscription" ; createdAt : GraphQLTypes [ "DateTime" ] ; endedAt ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; memo : string ; participants : string [] ; roomId : string ; roomName : string ; startedAt : GraphQLTypes [ "DateTime" ] ; status : GraphQLTypes [ "TranscriptionStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; } ...on Call Transcription : Omit < GraphQLTypes [ "CallTranscription" ] , "...on CallTranscription" > __typename : "CallTranscription" Optional ended At ?: GraphQLTypes [ "DateTime" ] | null id : string memo : string participants : string [] room Id : string room Name : string status : GraphQLTypes [ "TranscriptionStatus" ] Call Transcription With Segments : { ...on CallTranscriptionWithSegments : Omit < GraphQLTypes [ "CallTranscriptionWithSegments" ] , "...on CallTranscriptionWithSegments" > ; __typename : "CallTranscriptionWithSegments" ; segments : GraphQLTypes [ "TranscriptionSegment" ] [] ; transcription : GraphQLTypes [ "CallTranscription" ] ; } ...on Call Transcription With Segments : Omit < GraphQLTypes [ "CallTranscriptionWithSegments" ] , "...on CallTranscriptionWithSegments" > __typename : "CallTranscriptionWithSegments" segments : GraphQLTypes [ "TranscriptionSegment" ] [] transcription : GraphQLTypes [ "CallTranscription" ] Cancel Ku Decision Input : { coopname : string ; hash : string ; reason : string ; } coopname : string hash : string reason : 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 Candidate Filter Input : { referer ?: string | null ; } Optional referer ?: string | null Capability Set : { ...on CapabilitySet : Omit < GraphQLTypes [ "CapabilitySet" ] , "...on CapabilitySet" > ; __typename : "CapabilitySet" ; builtin : boolean ; coopname ?: string | null ; description : string ; grants : GraphQLTypes [ "AccessGrant" ] [] ; set_key : string ; title : string ; } ...on Capability Set : Omit < GraphQLTypes [ "CapabilitySet" ] , "...on CapabilitySet" > __typename : "CapabilitySet" builtin : boolean Optional coopname ?: string | null description : string grants : GraphQLTypes [ "AccessGrant" ] [] set_ key : string title : string Capability Set Assignment : { ...on CapabilitySetAssignment : Omit < GraphQLTypes [ "CapabilitySetAssignment" ] , "...on CapabilitySetAssignment" > ; __typename : "CapabilitySetAssignment" ; expires_at ?: string | null ; granted_at : string ; granted_by : string ; set_key : string ; username : string ; } ...on Capability Set Assignment : Omit < GraphQLTypes [ "CapabilitySetAssignment" ] , "...on CapabilitySetAssignment" > __typename : "CapabilitySetAssignment" Optional expires_ at ?: string | null granted_ at : string granted_ by : string set_ key : string username : string Capital Add Worklog Input : { coopname : string ; date ?: string | null ; hours : number ; issue_hash : string ; username : string ; } coopname : string Optional date ?: string | null hours : number issue_ hash : string username : string Capital Allocate Funds Input : { amount : string ; coopname : string ; project_hash : string ; } amount : string coopname : string project_ hash : string Capital Candidate : { ...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 Capital Candidate : 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 Capital Commit : { ...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 | null ; display_name ?: string | null ; id ?: number | null ; meta ?: string | null ; present : boolean ; project ?: GraphQLTypes [ "BaseCapitalProject" ] | null ; project_hash ?: string | null ; status : GraphQLTypes [ "CommitStatus" ] ; username ?: string | null ; } ...on Capital Commit : 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 Optional description ?: string | null Optional display_ name ?: string | null Optional id ?: number | null Optional meta ?: string | null present : boolean Optional project ?: GraphQLTypes [ "BaseCapitalProject" ] | null Optional project_ hash ?: string | null Optional username ?: string | null Capital Commit Amounts : { ...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 Capital Commit Amounts : 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 Capital Commit Filter : { 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 Capital Component Metric : { ...on CapitalComponentMetric : Omit < GraphQLTypes [ "CapitalComponentMetric" ] , "...on CapitalComponentMetric" > ; __typename : "CapitalComponentMetric" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; coopname : string ; created_by : string ; deadline ?: GraphQLTypes [ "DateTime" ] | null ; fact : number ; measure_hash : string ; metric_hash : string ; present : boolean ; project_hash : string ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; status : GraphQLTypes [ "MetricStatus" ] ; target_value : number ; title : string ; unit : string ; } ...on Capital Component Metric : Omit < GraphQLTypes [ "CapitalComponentMetric" ] , "...on CapitalComponentMetric" > __typename : "CapitalComponentMetric" _created_ at : GraphQLTypes [ "DateTime" ] _id : string _updated_ at : GraphQLTypes [ "DateTime" ] Optional block_ num ?: number | null coopname : string created_ by : string Optional deadline ?: GraphQLTypes [ "DateTime" ] | null fact : number measure_ hash : string metric_ hash : string present : boolean project_ hash : string series_ mode : GraphQLTypes [ "MetricSeriesMode" ] target_ value : number title : string unit : string Capital Config Object : { ...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 Capital Config Object : 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 Capital Contributor : { ...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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 Capital Contributor : 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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 [ "CapitalProgramWallet" ] | 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 Capital Contributor Filter : { 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 Capital Create Program Expense Input : { coopname : string ; creator : string ; description : string ; expense_hash : string ; items : GraphQLTypes [ "CapitalExpenseItemInput" ] [] ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; } coopname : string creator : string description : string expense_ hash : string items : GraphQLTypes [ "CapitalExpenseItemInput" ] [] statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] Capital Cycle : { ...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 Capital Cycle : 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 Capital Cycle Filter : { 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 Capital Deallocate Funds Input : { amount : string ; coopname : string ; project_hash : string ; } amount : string coopname : string project_ hash : string Capital Deallocation Limit : { ...on CapitalDeallocationLimit : Omit < GraphQLTypes [ "CapitalDeallocationLimit" ] , "...on CapitalDeallocationLimit" > ; __typename : "CapitalDeallocationLimit" ; is_allowed_by_status : boolean ; max_amount : string ; outstanding_debt : string ; program_invest_pool : string ; unspent : string ; } ...on Capital Deallocation Limit : Omit < GraphQLTypes [ "CapitalDeallocationLimit" ] , "...on CapitalDeallocationLimit" > __typename : "CapitalDeallocationLimit" is_ allowed_ by_ status : boolean max_ amount : string outstanding_ debt : string program_ invest_ pool : string unspent : string Capital Deallocation Limit Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Capital Debt : { ...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 Capital Debt : 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 Capital Expense : { ...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 Capital Expense : 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 Capital Expense Item Input : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } description : string item_ hash : string mechanics : GraphQLTypes [ "ExpenseMechanics" ] Optional payment_ method_ id ?: string | null Optional payment_ purpose ?: string | null planned_ amount : string recipient : string recipient_ type : GraphQLTypes [ "ExpenseRecipientType" ] Optional requisites ?: string | null Capital Favorite : { ...on CapitalFavorite : Omit < GraphQLTypes [ "CapitalFavorite" ] , "...on CapitalFavorite" > ; __typename : "CapitalFavorite" ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; parent_hash ?: string | null ; target_hash : string ; target_type : GraphQLTypes [ "CapitalFavoriteTargetType" ] ; title : string ; username : string ; } ...on Capital Favorite : Omit < GraphQLTypes [ "CapitalFavorite" ] , "...on CapitalFavorite" > __typename : "CapitalFavorite" coopname : string Optional parent_ hash ?: string | null target_ hash : string target_ type : GraphQLTypes [ "CapitalFavoriteTargetType" ] title : string username : string Capital Favorite Input : { coopname : string ; target_hash : string ; target_type : GraphQLTypes [ "CapitalFavoriteTargetType" ] ; username : string ; } coopname : string target_ hash : string target_ type : GraphQLTypes [ "CapitalFavoriteTargetType" ] username : string Capital Favorites Filter : { coopname : string ; username : string ; } coopname : string username : string Capital Fib Level : { ...on CapitalFibLevel : Omit < GraphQLTypes [ "CapitalFibLevel" ] , "...on CapitalFibLevel" > ; __typename : "CapitalFibLevel" ; ratio : number ; value : number ; } ...on Capital Fib Level : Omit < GraphQLTypes [ "CapitalFibLevel" ] , "...on CapitalFibLevel" > __typename : "CapitalFibLevel" ratio : number value : number Capital Get Open Timer Input : { coopname : string ; username : string ; } coopname : string username : string Capital Invest : { ...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 Capital Invest : 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 Capital Invest Filter : { 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 Capital Issue : { ...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 | null ; sort_order : number ; status : GraphQLTypes [ "IssueStatus" ] ; submaster ?: string | null ; title : string ; } ...on Capital Issue : 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" ] Optional project_ hash ?: string | null sort_ order : number Optional submaster ?: string | null title : string Capital Issue Contributor Fact : { ...on CapitalIssueContributorFact : Omit < GraphQLTypes [ "CapitalIssueContributorFact" ] , "...on CapitalIssueContributorFact" > ; __typename : "CapitalIssueContributorFact" ; contributor_hash : string ; hours : number ; } ...on Capital Issue Contributor Fact : Omit < GraphQLTypes [ "CapitalIssueContributorFact" ] , "...on CapitalIssueContributorFact" > __typename : "CapitalIssueContributorFact" contributor_ hash : string hours : number Capital Issue Filter : { 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 Capital Issue Linked Git Commit : { ...on CapitalIssueLinkedGitCommit : Omit < GraphQLTypes [ "CapitalIssueLinkedGitCommit" ] , "...on CapitalIssueLinkedGitCommit" > ; __typename : "CapitalIssueLinkedGitCommit" ; branch ?: string | null ; commit_message : string ; committed_at : GraphQLTypes [ "DateTime" ] ; consumed : boolean ; github_sha : string ; html_url : string ; in_default_branch : boolean ; username : string ; } ...on Capital Issue Linked Git Commit : Omit < GraphQLTypes [ "CapitalIssueLinkedGitCommit" ] , "...on CapitalIssueLinkedGitCommit" > __typename : "CapitalIssueLinkedGitCommit" Optional branch ?: string | null commit_ message : string committed_ at : GraphQLTypes [ "DateTime" ] consumed : boolean github_ sha : string html_ url : string in_ default_ branch : boolean username : string Capital Issue Metric Binding : { ...on CapitalIssueMetricBinding : Omit < GraphQLTypes [ "CapitalIssueMetricBinding" ] , "...on CapitalIssueMetricBinding" > ; __typename : "CapitalIssueMetricBinding" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; delta : number ; issue_hash : string ; metric_hash : string ; present : boolean ; } ...on Capital Issue Metric Binding : Omit < GraphQLTypes [ "CapitalIssueMetricBinding" ] , "...on CapitalIssueMetricBinding" > __typename : "CapitalIssueMetricBinding" _created_ at : GraphQLTypes [ "DateTime" ] _id : string _updated_ at : GraphQLTypes [ "DateTime" ] Optional block_ num ?: number | null delta : number issue_ hash : string metric_ hash : string present : boolean Capital Issue Permissions : { ...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 Capital Issue Permissions : 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 Capital Log : { ...on CapitalLog : Omit < GraphQLTypes [ "CapitalLog" ] , "...on CapitalLog" > ; __typename : "CapitalLog" ; _id : string ; actor_name : string ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; 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 ; title : string ; } ...on Capital Log : Omit < GraphQLTypes [ "CapitalLog" ] , "...on CapitalLog" > __typename : "CapitalLog" _id : string actor_ name : string coopname : string Optional description ?: string | null 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 title : string Capital Log Filter Input : { 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 Capital Measure : { ...on CapitalMeasure : Omit < GraphQLTypes [ "CapitalMeasure" ] , "...on CapitalMeasure" > ; __typename : "CapitalMeasure" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; coopname : string ; created_by : string ; measure_hash : string ; present : boolean ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; status : GraphQLTypes [ "MetricStatus" ] ; title : string ; unit : string ; } ...on Capital Measure : Omit < GraphQLTypes [ "CapitalMeasure" ] , "...on CapitalMeasure" > __typename : "CapitalMeasure" _created_ at : GraphQLTypes [ "DateTime" ] _id : string _updated_ at : GraphQLTypes [ "DateTime" ] Optional block_ num ?: number | null coopname : string created_ by : string measure_ hash : string present : boolean series_ mode : GraphQLTypes [ "MetricSeriesMode" ] title : string unit : string Capital Metric Component Rollup : { ...on CapitalMetricComponentRollup : Omit < GraphQLTypes [ "CapitalMetricComponentRollup" ] , "...on CapitalMetricComponentRollup" > ; __typename : "CapitalMetricComponentRollup" ; fact_sum : number ; metrics_count : number ; project_hash : string ; project_title : string ; target_sum : number ; } ...on Capital Metric Component Rollup : Omit < GraphQLTypes [ "CapitalMetricComponentRollup" ] , "...on CapitalMetricComponentRollup" > __typename : "CapitalMetricComponentRollup" fact_ sum : number metrics_ count : number project_ hash : string project_ title : string target_ sum : number Capital Metric Contribution : { ...on CapitalMetricContribution : Omit < GraphQLTypes [ "CapitalMetricContribution" ] , "...on CapitalMetricContribution" > ; __typename : "CapitalMetricContribution" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; contribution_hash : string ; delta : number ; issue_hash ?: string | null ; metric_hash : string ; occurred_at : GraphQLTypes [ "DateTime" ] ; present : boolean ; source : GraphQLTypes [ "MetricContributionSource" ] ; username : string ; } ...on Capital Metric Contribution : Omit < GraphQLTypes [ "CapitalMetricContribution" ] , "...on CapitalMetricContribution" > __typename : "CapitalMetricContribution" _created_ at : GraphQLTypes [ "DateTime" ] _id : string _updated_ at : GraphQLTypes [ "DateTime" ] Optional block_ num ?: number | null contribution_ hash : string delta : number Optional issue_ hash ?: string | null metric_ hash : string occurred_ at : GraphQLTypes [ "DateTime" ] present : boolean source : GraphQLTypes [ "MetricContributionSource" ] username : string Capital Metric Series : { ...on CapitalMetricSeries : Omit < GraphQLTypes [ "CapitalMetricSeries" ] , "...on CapitalMetricSeries" > ; __typename : "CapitalMetricSeries" ; fact : number ; metric_hash : string ; points : GraphQLTypes [ "CapitalMetricSeriesPoint" ] [] ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; target_value : number ; title : string ; unit : string ; } ...on Capital Metric Series : Omit < GraphQLTypes [ "CapitalMetricSeries" ] , "...on CapitalMetricSeries" > __typename : "CapitalMetricSeries" fact : number metric_ hash : string points : GraphQLTypes [ "CapitalMetricSeriesPoint" ] [] series_ mode : GraphQLTypes [ "MetricSeriesMode" ] target_ value : number title : string unit : string Capital Metric Series Point : { ...on CapitalMetricSeriesPoint : Omit < GraphQLTypes [ "CapitalMetricSeriesPoint" ] , "...on CapitalMetricSeriesPoint" > ; __typename : "CapitalMetricSeriesPoint" ; cumulative : number ; delta : number ; ideal_cumulative ?: number | null ; period_end : GraphQLTypes [ "DateTime" ] ; period_start : GraphQLTypes [ "DateTime" ] ; } ...on Capital Metric Series Point : Omit < GraphQLTypes [ "CapitalMetricSeriesPoint" ] , "...on CapitalMetricSeriesPoint" > __typename : "CapitalMetricSeriesPoint" cumulative : number delta : number Optional ideal_ cumulative ?: number | null period_ start : GraphQLTypes [ "DateTime" ] Capital Metric Superposition : { ...on CapitalMetricSuperposition : Omit < GraphQLTypes [ "CapitalMetricSuperposition" ] , "...on CapitalMetricSuperposition" > ; __typename : "CapitalMetricSuperposition" ; activity : number ; balance : number ; coherence : number ; components : GraphQLTypes [ "CapitalMetricComponentRollup" ] [] ; disclaimer : string ; down_count : number ; fact_sum : number ; flat_count : number ; growth : number ; items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] ; project_hash : string ; resultant_angle : number ; resultant_im : number ; resultant_magnitude : number ; resultant_re : number ; target_sum : number ; up_count : number ; } ...on Capital Metric Superposition : Omit < GraphQLTypes [ "CapitalMetricSuperposition" ] , "...on CapitalMetricSuperposition" > __typename : "CapitalMetricSuperposition" activity : number balance : number coherence : number components : GraphQLTypes [ "CapitalMetricComponentRollup" ] [] disclaimer : string down_ count : number fact_ sum : number flat_ count : number growth : number items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] project_ hash : string resultant_ angle : number resultant_ im : number resultant_ magnitude : number resultant_ re : number target_ sum : number up_ count : number Capital Metric Superposition Frame : { ...on CapitalMetricSuperpositionFrame : Omit < GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] , "...on CapitalMetricSuperpositionFrame" > ; __typename : "CapitalMetricSuperpositionFrame" ; activity : number ; at : GraphQLTypes [ "DateTime" ] ; balance : number ; coherence : number ; down_count : number ; fact_sum : number ; flat_count : number ; growth : number ; items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] ; resultant_angle : number ; resultant_im : number ; resultant_magnitude : number ; resultant_re : number ; target_sum : number ; up_count : number ; } ...on Capital Metric Superposition Frame : Omit < GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] , "...on CapitalMetricSuperpositionFrame" > __typename : "CapitalMetricSuperpositionFrame" activity : number balance : number coherence : number down_ count : number fact_ sum : number flat_ count : number growth : number items : GraphQLTypes [ "CapitalMetricSuperpositionItem" ] [] resultant_ angle : number resultant_ im : number resultant_ magnitude : number resultant_ re : number target_ sum : number up_ count : number Capital Metric Superposition History : { ...on CapitalMetricSuperpositionHistory : Omit < GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] , "...on CapitalMetricSuperpositionHistory" > ; __typename : "CapitalMetricSuperpositionHistory" ; frames : GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] [] ; from : GraphQLTypes [ "DateTime" ] ; project_hash : string ; to : GraphQLTypes [ "DateTime" ] ; } ...on Capital Metric Superposition History : Omit < GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] , "...on CapitalMetricSuperpositionHistory" > __typename : "CapitalMetricSuperpositionHistory" frames : GraphQLTypes [ "CapitalMetricSuperpositionFrame" ] [] project_ hash : string Capital Metric Superposition Item : { ...on CapitalMetricSuperpositionItem : Omit < GraphQLTypes [ "CapitalMetricSuperpositionItem" ] , "...on CapitalMetricSuperpositionItem" > ; __typename : "CapitalMetricSuperpositionItem" ; amplitude : number ; current_label : GraphQLTypes [ "WaveLabel" ] ; current_phase : GraphQLTypes [ "WavePhase" ] ; drive : GraphQLTypes [ "MetricDriveDirection" ] ; fact : number ; metric_hash : string ; phase_rad : number ; project_hash : string ; project_title : string ; recent_velocity : number ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; target_value : number ; title : string ; unit : string ; } ...on Capital Metric Superposition Item : Omit < GraphQLTypes [ "CapitalMetricSuperpositionItem" ] , "...on CapitalMetricSuperpositionItem" > __typename : "CapitalMetricSuperpositionItem" amplitude : number current_ label : GraphQLTypes [ "WaveLabel" ] current_ phase : GraphQLTypes [ "WavePhase" ] drive : GraphQLTypes [ "MetricDriveDirection" ] fact : number metric_ hash : string phase_ rad : number project_ hash : string project_ title : string recent_ velocity : number series_ mode : GraphQLTypes [ "MetricSeriesMode" ] target_ value : number title : string unit : string Capital Metric Wave : { ...on CapitalMetricWave : Omit < GraphQLTypes [ "CapitalMetricWave" ] , "...on CapitalMetricWave" > ; __typename : "CapitalMetricWave" ; corridor : GraphQLTypes [ "CapitalWaveCorridor" ] ; current_label : GraphQLTypes [ "WaveLabel" ] ; current_phase : GraphQLTypes [ "WavePhase" ] ; disclaimer : string ; fact : number ; fib_levels : GraphQLTypes [ "CapitalFibLevel" ] [] ; metric_hash : string ; point_labels : GraphQLTypes [ "WaveLabel" ] [] ; series_mode : GraphQLTypes [ "MetricSeriesMode" ] ; swings : GraphQLTypes [ "CapitalWaveSwing" ] [] ; target_value : number ; title : string ; unit : string ; values : number [] ; } ...on Capital Metric Wave : Omit < GraphQLTypes [ "CapitalMetricWave" ] , "...on CapitalMetricWave" > __typename : "CapitalMetricWave" corridor : GraphQLTypes [ "CapitalWaveCorridor" ] current_ label : GraphQLTypes [ "WaveLabel" ] current_ phase : GraphQLTypes [ "WavePhase" ] disclaimer : string fact : number fib_ levels : GraphQLTypes [ "CapitalFibLevel" ] [] metric_ hash : string point_ labels : GraphQLTypes [ "WaveLabel" ] [] series_ mode : GraphQLTypes [ "MetricSeriesMode" ] swings : GraphQLTypes [ "CapitalWaveSwing" ] [] target_ value : number title : string unit : string values : number [] Capital Onboarding State : { ...on CapitalOnboardingState : Omit < GraphQLTypes [ "CapitalOnboardingState" ] , "...on CapitalOnboardingState" > ; __typename : "CapitalOnboardingState" ; blagorost_offer_template_done : boolean ; blagorost_provision_done : boolean ; capital_program_doc_data_hash ?: string | null ; 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 Capital Onboarding State : Omit < GraphQLTypes [ "CapitalOnboardingState" ] , "...on CapitalOnboardingState" > __typename : "CapitalOnboardingState" blagorost_ offer_ template_ done : boolean blagorost_ provision_ done : boolean Optional capital_ program_ doc_ data_ hash ?: string | null 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 Capital Onboarding Step Input : { decision : string ; question : string ; step : GraphQLTypes [ "CapitalOnboardingStep" ] ; title ?: string | null ; } decision : string question : string step : GraphQLTypes [ "CapitalOnboardingStep" ] Optional title ?: string | null Capital Pause Timer Input : { coopname : string ; username : string ; } coopname : string username : string Capital Program Expense : { ...on CapitalProgramExpense : Omit < GraphQLTypes [ "CapitalProgramExpense" ] , "...on CapitalProgramExpense" > ; __typename : "CapitalProgramExpense" ; callback ?: GraphQLTypes [ "CapitalProgramExpenseCallback" ] | null ; coopname : string ; created_at : string ; creator : string ; creator_name : string ; expense_hash : string ; items : GraphQLTypes [ "CapitalProgramExpenseItem" ] [] ; source_wallet : string ; status : GraphQLTypes [ "ExpenseProposalStatus" ] ; total_actual : string ; total_planned : string ; updated_at : string ; } ...on Capital Program Expense : Omit < GraphQLTypes [ "CapitalProgramExpense" ] , "...on CapitalProgramExpense" > __typename : "CapitalProgramExpense" Optional callback ?: GraphQLTypes [ "CapitalProgramExpenseCallback" ] | null coopname : string created_ at : string creator : string creator_ name : string expense_ hash : string items : GraphQLTypes [ "CapitalProgramExpenseItem" ] [] source_ wallet : string status : GraphQLTypes [ "ExpenseProposalStatus" ] total_ actual : string total_ planned : string updated_ at : string Capital Program Expense Callback : { ...on CapitalProgramExpenseCallback : Omit < GraphQLTypes [ "CapitalProgramExpenseCallback" ] , "...on CapitalProgramExpenseCallback" > ; __typename : "CapitalProgramExpenseCallback" ; action : string ; contract : string ; data : string ; } ...on Capital Program Expense Callback : Omit < GraphQLTypes [ "CapitalProgramExpenseCallback" ] , "...on CapitalProgramExpenseCallback" > __typename : "CapitalProgramExpenseCallback" action : string contract : string data : string Capital Program Expense Item : { ...on CapitalProgramExpenseItem : Omit < GraphQLTypes [ "CapitalProgramExpenseItem" ] , "...on CapitalProgramExpenseItem" > ; __typename : "CapitalProgramExpenseItem" ; actual_amount : string ; description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; planned_amount : string ; recipient : string ; recipient_name : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; status : GraphQLTypes [ "ExpenseItemStatus" ] ; } ...on Capital Program Expense Item : Omit < GraphQLTypes [ "CapitalProgramExpenseItem" ] , "...on CapitalProgramExpenseItem" > __typename : "CapitalProgramExpenseItem" actual_ amount : string description : string item_ hash : string mechanics : GraphQLTypes [ "ExpenseMechanics" ] planned_ amount : string recipient : string recipient_ name : string recipient_ type : GraphQLTypes [ "ExpenseRecipientType" ] status : GraphQLTypes [ "ExpenseItemStatus" ] Capital Program Wallet : { ...on CapitalProgramWallet : Omit < GraphQLTypes [ "CapitalProgramWallet" ] , "...on CapitalProgramWallet" > ; __typename : "CapitalProgramWallet" ; agreement_id : GraphQLTypes [ "ID" ] ; available : string ; coopname : string ; id : GraphQLTypes [ "ID" ] ; membership_contribution : string ; program_id : GraphQLTypes [ "ID" ] ; program_type ?: GraphQLTypes [ "ProgramType" ] | null ; username : string ; } ...on Capital Program Wallet : Omit < GraphQLTypes [ "CapitalProgramWallet" ] , "...on CapitalProgramWallet" > __typename : "CapitalProgramWallet" available : string coopname : string membership_ contribution : string Optional program_ type ?: GraphQLTypes [ "ProgramType" ] | null username : string Capital Project : { ...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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; project_hash : string ; status : GraphQLTypes [ "ProjectStatus" ] ; title : string ; voting : GraphQLTypes [ "CapitalProjectVotingData" ] ; } ...on Capital Project : 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" ] Optional id ?: number | null invite : string is_ opened : boolean is_ planed : boolean issue_ counter : number Optional local_ owner ?: string | null master : string meta : string origin : string parent_ hash : string Optional parent_ title ?: string | null permissions : GraphQLTypes [ "CapitalProjectPermissions" ] plan : GraphQLTypes [ "CapitalProjectPlanPool" ] prefix : string present : boolean priority : GraphQLTypes [ "ProjectPriority" ] project_ hash : string status : GraphQLTypes [ "ProjectStatus" ] title : string voting : GraphQLTypes [ "CapitalProjectVotingData" ] Capital Project Component : { ...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 | null ; invite : string ; is_opened : boolean ; is_planed : boolean ; issue_counter : number ; local_owner ?: string | null ; master : string ; meta : string ; origin : string ; parent_hash : string ; parent_title ?: string | null ; permissions : GraphQLTypes [ "CapitalProjectPermissions" ] ; plan : GraphQLTypes [ "CapitalProjectPlanPool" ] ; prefix : string ; present : boolean ; priority : GraphQLTypes [ "ProjectPriority" ] ; project_hash : string ; status : GraphQLTypes [ "ProjectStatus" ] ; title : string ; voting : GraphQLTypes [ "CapitalProjectVotingData" ] ; } ...on Capital Project Component : 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" ] Optional id ?: number | null invite : string is_ opened : boolean is_ planed : boolean issue_ counter : number Optional local_ owner ?: string | null master : string meta : string origin : string parent_ hash : string Optional parent_ title ?: string | null permissions : GraphQLTypes [ "CapitalProjectPermissions" ] plan : GraphQLTypes [ "CapitalProjectPlanPool" ] prefix : string present : boolean priority : GraphQLTypes [ "ProjectPriority" ] project_ hash : string status : GraphQLTypes [ "ProjectStatus" ] title : string voting : GraphQLTypes [ "CapitalProjectVotingData" ] Capital Project Counts Data : { ...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 Capital Project Counts Data : 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 Capital Project Crps Data : { ...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 Capital Project Crps Data : 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 Capital Project Fact Pool : { ...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 Capital Project Fact Pool : 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 Capital Project Filter : { 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 ; only_with_artifact_access ?: boolean | null ; origin ?: string | null ; parent_hash ?: string | null ; priorities ?: GraphQLTypes [ "ProjectPriority" ] [] | 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 only_ with_ artifact_ access ?: boolean | null Optional origin ?: string | null Optional parent_ hash ?: string | null Optional priorities ?: GraphQLTypes [ "ProjectPriority" ] [] | null Optional project_ hash ?: string | null Optional statuses ?: GraphQLTypes [ "ProjectStatus" ] [] | null Capital Project Permissions : { ...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 ; can_set_priority : boolean ; can_view_artifacts : boolean ; has_clearance : boolean ; has_parent_clearance : boolean ; is_guest : boolean ; pending_clearance : boolean ; } ...on Capital Project Permissions : 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 can_ set_ priority : boolean can_ view_ artifacts : boolean has_ clearance : boolean has_ parent_ clearance : boolean is_ guest : boolean pending_ clearance : boolean Capital Project Plan Pool : { ...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 Capital Project Plan Pool : 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 Capital Project Time Stats : { ...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 Capital Project Time Stats : 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 Capital Project Voting Amounts : { ...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 Capital Project Voting Amounts : 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 Capital Project Voting Data : { ...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 Capital Project Voting Data : 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 Capital Result : { ...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 Capital Result : 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 Capital Resume Timer Input : { coopname : string ; username : string ; } coopname : string username : string Capital Segment : { ...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 ; has_voted : 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 ; parent_hash ?: string | null ; parent_title ?: string | null ; present : boolean ; project_hash : string ; project_status ?: GraphQLTypes [ "ProjectStatus" ] | null ; project_title ?: string | null ; 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 ; voting_completed : boolean ; } ...on Capital Segment : 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 has_ voted : 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 Optional parent_ hash ?: string | null Optional parent_ title ?: string | null present : boolean project_ hash : string Optional project_ status ?: GraphQLTypes [ "ProjectStatus" ] | null Optional project_ title ?: string | null 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 voting_ completed : boolean Capital Segment Filter : { coopname ?: string | null ; has_vote ?: boolean | null ; is_author ?: boolean | null ; is_component ?: 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_ component ?: 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 Capital Start Timer Input : { coopname : string ; issue_hash : string ; username : string ; } coopname : string issue_ hash : string username : string Capital State : { ...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_expense_pool ?: string | null ; program_expense_reserved ?: string | null ; program_membership_available : string ; program_membership_cumulative_reward_per_share : number ; program_membership_distributed : string ; program_membership_funded : string ; } ...on Capital State : 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 Optional program_ expense_ pool ?: string | null Optional program_ expense_ reserved ?: string | null program_ membership_ available : string program_ membership_ cumulative_ reward_ per_ share : number program_ membership_ distributed : string program_ membership_ funded : string Capital Stop Timer Input : { coopname : string ; username : string ; } coopname : string username : string Capital Story : { ...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 Capital Story : 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 Capital Story Filter : { 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 Capital Time Entries By Issues : { ...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 Capital Time Entries By Issues : 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 Capital Time Entries Filter : { 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 Capital Time Entry : { ...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 Capital Time Entry : 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 Capital Time Stats : { ...on CapitalTimeStats : Omit < GraphQLTypes [ "CapitalTimeStats" ] , "...on CapitalTimeStats" > ; __typename : "CapitalTimeStats" ; currentPage : number ; items : GraphQLTypes [ "CapitalProjectTimeStats" ] [] ; totalCount : number ; totalPages : number ; } ...on Capital Time Stats : Omit < GraphQLTypes [ "CapitalTimeStats" ] , "...on CapitalTimeStats" > __typename : "CapitalTimeStats" current Page : number items : GraphQLTypes [ "CapitalProjectTimeStats" ] [] total Count : number total Pages : number Capital Time Stats Input : { 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 Capital Timer Session : { ...on CapitalTimerSession : Omit < GraphQLTypes [ "CapitalTimerSession" ] , "...on CapitalTimerSession" > ; __typename : "CapitalTimerSession" ; _id : string ; contributor_hash : string ; coopname : string ; elapsed_seconds : number ; is_paused : boolean ; issue_hash : string ; issue_title ?: string | null ; paused_at ?: GraphQLTypes [ "DateTime" ] | null ; project_hash : string ; started_at : GraphQLTypes [ "DateTime" ] ; stopped_at ?: GraphQLTypes [ "DateTime" ] | null ; total_paused_ms : number ; } ...on Capital Timer Session : Omit < GraphQLTypes [ "CapitalTimerSession" ] , "...on CapitalTimerSession" > __typename : "CapitalTimerSession" _id : string contributor_ hash : string coopname : string elapsed_ seconds : number is_ paused : boolean issue_ hash : string Optional issue_ title ?: string | null Optional paused_ at ?: GraphQLTypes [ "DateTime" ] | null project_ hash : string Optional stopped_ at ?: GraphQLTypes [ "DateTime" ] | null total_ paused_ ms : number Capital Topup Program Expense Input : { amount : string ; coopname : string ; } amount : string coopname : string Capital Vote : { ...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 Capital Vote : 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 Capital Wave Corridor : { ...on CapitalWaveCorridor : Omit < GraphQLTypes [ "CapitalWaveCorridor" ] , "...on CapitalWaveCorridor" > ; __typename : "CapitalWaveCorridor" ; base : number [] ; eta_base_periods ?: number | null ; eta_optimistic_periods ?: number | null ; eta_pessimistic_periods ?: number | null ; optimistic : number [] ; periods_ahead : number ; pessimistic : number [] ; } ...on Capital Wave Corridor : Omit < GraphQLTypes [ "CapitalWaveCorridor" ] , "...on CapitalWaveCorridor" > __typename : "CapitalWaveCorridor" base : number [] Optional eta_ base_ periods ?: number | null Optional eta_ optimistic_ periods ?: number | null Optional eta_ pessimistic_ periods ?: number | null optimistic : number [] periods_ ahead : number pessimistic : number [] Capital Wave Swing : { ...on CapitalWaveSwing : Omit < GraphQLTypes [ "CapitalWaveSwing" ] , "...on CapitalWaveSwing" > ; __typename : "CapitalWaveSwing" ; index : number ; label : GraphQLTypes [ "WaveLabel" ] ; value : number ; } ...on Capital Wave Swing : Omit < GraphQLTypes [ "CapitalWaveSwing" ] , "...on CapitalWaveSwing" > __typename : "CapitalWaveSwing" index : number value : number Category : { ...on Category : Omit < GraphQLTypes [ "Category" ] , "...on Category" > ; __typename : "Category" ; coopname : string ; description ?: string | null ; icon ?: string | null ; id : string ; is_active : boolean ; name : string ; parent_id ?: string | null ; sort_order : number ; } ...on Category : Omit < GraphQLTypes [ "Category" ] , "...on Category" > __typename : "Category" coopname : string Optional description ?: string | null Optional icon ?: string | null id : string is_ active : boolean name : string Optional parent_ id ?: string | null sort_ order : number Category Type Input : { categoryId : number ; typeId : number ; } category Id : number type Id : number Chairman Onboarding Agenda Input : { decision : string ; question : string ; step : GraphQLTypes [ "ChairmanOnboardingAgendaStep" ] ; title ?: string | null ; } decision : string question : string step : GraphQLTypes [ "ChairmanOnboardingAgendaStep" ] Optional title ?: string | null Chairman Onboarding General Meet Input : { proposal_hash : string ; } Chairman Onboarding State : { ...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 Chairman Onboarding State : 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 Chart Of Accounts Item : { ...on ChartOfAccountsItem : Omit < GraphQLTypes [ "ChartOfAccountsItem" ] , "...on ChartOfAccountsItem" > ; __typename : "ChartOfAccountsItem" ; available : string ; blocked : string ; displayId : string ; id : number ; name : string ; writeoff : string ; } ...on Chart Of Accounts Item : Omit < GraphQLTypes [ "ChartOfAccountsItem" ] , "...on ChartOfAccountsItem" > __typename : "ChartOfAccountsItem" available : string blocked : string display Id : string id : number name : string writeoff : string Chat Coop Calendar Event : { ...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 Chat Coop Calendar Event : Omit < GraphQLTypes [ "ChatCoopCalendarEvent" ] , "...on ChatCoopCalendarEvent" > __typename : "ChatCoopCalendarEvent" created By Username : string Optional description ?: string | null Optional ends At ?: GraphQLTypes [ "DateTime" ] | null ics Sequence : number id : string matrix Room Id : string title : string Chat Coop Calendar Ics Url Response : { ...on ChatCoopCalendarIcsUrlResponse : Omit < GraphQLTypes [ "ChatCoopCalendarIcsUrlResponse" ] , "...on ChatCoopCalendarIcsUrlResponse" > ; __typename : "ChatCoopCalendarIcsUrlResponse" ; icsUrl : string ; } ...on Chat Coop Calendar Ics Url Response : Omit < GraphQLTypes [ "ChatCoopCalendarIcsUrlResponse" ] , "...on ChatCoopCalendarIcsUrlResponse" > __typename : "ChatCoopCalendarIcsUrlResponse" ics Url : string Chat Coop Calendar Room Option : { ...on ChatCoopCalendarRoomOption : Omit < GraphQLTypes [ "ChatCoopCalendarRoomOption" ] , "...on ChatCoopCalendarRoomOption" > ; __typename : "ChatCoopCalendarRoomOption" ; displayLabel : string ; matrixRoomId : string ; } ...on Chat Coop Calendar Room Option : Omit < GraphQLTypes [ "ChatCoopCalendarRoomOption" ] , "...on ChatCoopCalendarRoomOption" > __typename : "ChatCoopCalendarRoomOption" display Label : string matrix Room Id : string Chatcoop Non Project Communication Room : { ...on ChatcoopNonProjectCommunicationRoom : Omit < GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] , "...on ChatcoopNonProjectCommunicationRoom" > ; __typename : "ChatcoopNonProjectCommunicationRoom" ; displayLabel : string ; kind : GraphQLTypes [ "NonProjectRoomKind" ] ; matrixRoomId : string ; } ...on Chatcoop Non Project Communication Room : Omit < GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] , "...on ChatcoopNonProjectCommunicationRoom" > __typename : "ChatcoopNonProjectCommunicationRoom" display Label : string kind : GraphQLTypes [ "NonProjectRoomKind" ] matrix Room Id : string Chatcoop Project Communication Room : { ...on ChatcoopProjectCommunicationRoom : Omit < GraphQLTypes [ "ChatcoopProjectCommunicationRoom" ] , "...on ChatcoopProjectCommunicationRoom" > ; __typename : "ChatcoopProjectCommunicationRoom" ; displayLabel : string ; matrixRoomId : string ; } ...on Chatcoop Project Communication Room : Omit < GraphQLTypes [ "ChatcoopProjectCommunicationRoom" ] , "...on ChatcoopProjectCommunicationRoom" > __typename : "ChatcoopProjectCommunicationRoom" display Label : string matrix Room Id : string Chatcoop Room Message Line : { ...on ChatcoopRoomMessageLine : Omit < GraphQLTypes [ "ChatcoopRoomMessageLine" ] , "...on ChatcoopRoomMessageLine" > ; __typename : "ChatcoopRoomMessageLine" ; authorLabel : string ; bodyText : string ; coopUsername ?: string | null ; kind : GraphQLTypes [ "RoomMessageKind" ] ; originServerTs : number ; } ...on Chatcoop Room Message Line : Omit < GraphQLTypes [ "ChatcoopRoomMessageLine" ] , "...on ChatcoopRoomMessageLine" > __typename : "ChatcoopRoomMessageLine" author Label : string body Text : string Optional coop Username ?: string | null kind : GraphQLTypes [ "RoomMessageKind" ] origin Server Ts : number Chatcoop Secretary Room : { ...on ChatcoopSecretaryRoom : Omit < GraphQLTypes [ "ChatcoopSecretaryRoom" ] , "...on ChatcoopSecretaryRoom" > ; __typename : "ChatcoopSecretaryRoom" ; displayLabel : string ; editable : boolean ; encrypted : boolean ; id : string ; kind : GraphQLTypes [ "ManagedRoomKind" ] ; secretaryInRoom : boolean ; } ...on Chatcoop Secretary Room : Omit < GraphQLTypes [ "ChatcoopSecretaryRoom" ] , "...on ChatcoopSecretaryRoom" > __typename : "ChatcoopSecretaryRoom" display Label : string editable : boolean encrypted : boolean id : string kind : GraphQLTypes [ "ManagedRoomKind" ] secretary In Room : boolean Check Matrix Username Input : { username : string ; } Close Ku Decision Input : { coopname : string ; hash : string ; protocol : GraphQLTypes [ "BranchMeetingDecisionSignedDocumentInput" ] ; } coopname : string hash : string protocol : GraphQLTypes [ "BranchMeetingDecisionSignedDocumentInput" ] Close Project Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Commit Approve Input : { commit_hash : string ; coopname : string ; } commit_ hash : string coopname : string Commit Decline Input : { commit_hash : string ; coopname : string ; reason : string ; } commit_ hash : string coopname : string reason : string Complete Capital Registration InputDTO : { 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 Complete Extension Onboarding Step Input : { decision ?: string | null ; extension_name : string ; proposal_hash ?: string | null ; question ?: string | null ; step_key : string ; title ?: string | null ; } Optional decision ?: string | null extension_ name : string Optional proposal_ hash ?: string | null Optional question ?: string | null step_ key : string Optional title ?: string | null Complete Process Step Input : { instance_id : string ; step_id : string ; } instance_ id : string step_ id : string Complete Voting Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Component Generation Contract Generate Document Input : { 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 Config Input : { 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 Confirm Agreement Input : { administrator : string ; agreement_id : string ; coopname : string ; username : string ; } administrator : string agreement_ id : string coopname : string username : string Confirm Approve Input : { approval_hash : string ; approved_document ?: GraphQLTypes [ "SignedDigitalDocumentInput" ] | null ; coopname : string ; } approval_ hash : string Optional approved_ document ?: GraphQLTypes [ "SignedDigitalDocumentInput" ] | null coopname : 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 Contributor Document Parameters : { ...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 Contributor Document Parameters : 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 Convert Segment Input : { capital_amount : string ; convert_statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; coopname : string ; project_hash : string ; result_hash : string ; username : string ; wallet_amount : string ; } capital_ amount : string convert_ statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] coopname : string project_ hash : string result_ hash : string username : string wallet_ amount : string Convert To Axon Statement Generate Document Input : { 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 Convert To Axon Statement Signed Document Input : { 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 Convert To Axon Statement Signed Meta Document Input : { 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 Coop Agreement : { ...on CoopAgreement : Omit < GraphQLTypes [ "CoopAgreement" ] , "...on CoopAgreement" > ; __typename : "CoopAgreement" ; coopname : string ; draft_id : number ; program_id : number ; type : string ; } ...on Coop Agreement : Omit < GraphQLTypes [ "CoopAgreement" ] , "...on CoopAgreement" > __typename : "CoopAgreement" coopname : string draft_ id : number program_ id : number type : string Cooperative Operator Account : { ...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 Cooperative Operator Account : 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" ] [] Cooperative Program : { ...on CooperativeProgram : Omit < GraphQLTypes [ "CooperativeProgram" ] , "...on CooperativeProgram" > ; __typename : "CooperativeProgram" ; coopname : string ; draft_id : number ; id : number ; is_active : boolean ; program_type : string ; } ...on Cooperative Program : Omit < GraphQLTypes [ "CooperativeProgram" ] , "...on CooperativeProgram" > __typename : "CooperativeProgram" coopname : string draft_ id : number id : number is_ active : boolean program_ type : string Create Annual General Meet Input : { 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 Create Branch Expense Input : { braname : string ; expense_hash : string ; items : GraphQLTypes [ "BranchExpenseItemInput" ] [] ; plan_id ?: number | null ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; } braname : string expense_ hash : string items : GraphQLTypes [ "BranchExpenseItemInput" ] [] Optional plan_ id ?: number | null statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] Create Branch Input : { 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 Create Category Input : { description ?: string | null ; icon ?: string | null ; name : string ; parent_id ?: string | null ; sort_order ?: number | null ; } Optional description ?: string | null Optional icon ?: string | null name : string Optional parent_ id ?: string | null Optional sort_ order ?: number | null Create Chat Coop Calendar Event Input : { description ?: string | null ; endsAt ?: GraphQLTypes [ "DateTime" ] | null ; matrixRoomId : string ; startsAt : GraphQLTypes [ "DateTime" ] ; title : string ; } Optional description ?: string | null Optional ends At ?: GraphQLTypes [ "DateTime" ] | null matrix Room Id : string title : string Create Commit Input : { 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 Create Component Metric Input : { coopname : string ; deadline ?: GraphQLTypes [ "DateTime" ] | null ; measure_hash ?: string | null ; project_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; target_value : number ; title ?: string | null ; unit ?: string | null ; } coopname : string Optional deadline ?: GraphQLTypes [ "DateTime" ] | null Optional measure_ hash ?: string | null project_ hash : string Optional series_ mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null target_ value : number Optional title ?: string | null Optional unit ?: string | null Create Custom Category Input : { displayName : string ; } Create Cycle Input : { 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 Create Debt Input : { 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 Create Deposit Payment Input : { quantity : number ; symbol : string ; username : string ; } quantity : number symbol : string username : string Create Entrepreneur Data Input : { 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 Create Expense Input : { 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" ] Create Expense Plan Input : { amount : number ; braname ?: string | null ; due_date : GraphQLTypes [ "DateTime" ] ; pay_to : string ; recurrence ?: GraphQLTypes [ "ExpensePlanRecurrence" ] | null ; title : string ; } amount : number Optional braname ?: string | null pay_ to : string Optional recurrence ?: GraphQLTypes [ "ExpensePlanRecurrence" ] | null title : string Create Expense Proposal Input : { callback ?: GraphQLTypes [ "ExpenseCallbackInput" ] | null ; coopname : string ; items : GraphQLTypes [ "ExpenseItemInput" ] [] ; proposal_hash : string ; source_wallet : string ; statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] ; username : string ; } Optional callback ?: GraphQLTypes [ "ExpenseCallbackInput" ] | null coopname : string items : GraphQLTypes [ "ExpenseItemInput" ] [] proposal_ hash : string source_ wallet : string statement : GraphQLTypes [ "ExpenseProposalStatementSignedDocumentInput" ] username : string Create Individual Data Input : { 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 Create Init Organization Data Input : { 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" ] Create Initial Payment Input : { username : string ; } Create Issue Input : { 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 | null ; 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 Optional project_ hash ?: string | null Optional sort_ order ?: number | null Optional status ?: GraphQLTypes [ "IssueStatus" ] | null Optional submaster ?: string | null title : string Create Ku Decision Input : { agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] ; braname : string ; coopname : string ; hash : string ; initiator : string ; meet_at : string ; meet_place : string ; proposal : GraphQLTypes [ "BranchMeetingProposalSignedDocumentInput" ] ; type : GraphQLTypes [ "KuDecisionType" ] ; } agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] braname : string coopname : string hash : string initiator : string meet_ at : string meet_ place : string proposal : GraphQLTypes [ "BranchMeetingProposalSignedDocumentInput" ] Create Matrix Account InputDTO : { password : string ; username : string ; } password : string username : string Create Measure Input : { coopname : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; title : string ; unit : string ; } coopname : string Optional series_ mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null title : string unit : string Create Membership Exit Input : { coopname : string ; exit_hash : string ; statement : GraphQLTypes [ "MembershipExitApplicationSignedDocumentInput" ] ; username : string ; } coopname : string exit_ hash : string statement : GraphQLTypes [ "MembershipExitApplicationSignedDocumentInput" ] username : string Create Organization Data Input : { 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" ] Create Process Template Input : { description ?: string | null ; project_hash : string ; title : string ; } Optional description ?: string | null project_ hash : string title : string Create Product Card Input : { braname ?: string | null ; cancellation_fee_amount ?: string | null ; category_id ?: string | null ; contribution_type : GraphQLTypes [ "ContributionType" ] ; delivery_type : GraphQLTypes [ "DeliveryType" ] ; description : string ; images ?: string [] | null ; membership_fee_amount ?: string | null ; min_units ?: number | null ; product_lifecycle_secs : number ; title : string ; type : GraphQLTypes [ "ProductCardType" ] ; unit_cost : string ; units : number ; warranty_period_secs : number ; } Optional braname ?: string | null Optional cancellation_ fee_ amount ?: string | null Optional category_ id ?: string | null contribution_ type : GraphQLTypes [ "ContributionType" ] delivery_ type : GraphQLTypes [ "DeliveryType" ] description : string Optional images ?: string [] | null Optional membership_ fee_ amount ?: string | null Optional min_ units ?: number | null product_ lifecycle_ secs : number title : string type : GraphQLTypes [ "ProductCardType" ] unit_ cost : string units : number warranty_ period_ secs : number Create Program Invest Input : { amount : string ; coopname : string ; statement : GraphQLTypes [ "ProgramCapitalizationMoneyInvestStatementSignedDocumentInput" ] ; username : string ; } amount : string coopname : string statement : GraphQLTypes [ "ProgramCapitalizationMoneyInvestStatementSignedDocumentInput" ] username : string Create Program Property Input : { 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 Create Project Free Decision Input : { decision : string ; question : string ; title ?: string | null ; } decision : string question : string Optional title ?: string | null Create Project Input : { 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 Create Project Invest Input : { amount : string ; coopname : string ; project_hash : string ; statement : GraphQLTypes [ "GenerationMoneyInvestStatementSignedDocumentInput" ] ; username : string ; } amount : string coopname : string project_ hash : string statement : GraphQLTypes [ "GenerationMoneyInvestStatementSignedDocumentInput" ] username : string Create Project Property Input : { 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 Create Request Input : { articleNumber : string ; attributes : GraphQLTypes [ "RequestAttributeInput" ] [] ; barcode ?: string | null ; colorImageUrl ?: string | null ; coopname : string ; currencyCode : string ; data ?: string | null ; depth ?: number | null ; descriptionCategoryId : number ; dimensionUnit ?: string | null ; geoNames : string [] ; height ?: number | null ; images : GraphQLTypes [ "RequestImageInput" ] [] ; meta ?: string | null ; name : string ; oldPrice ?: number | null ; parentHash ?: string | null ; price : number ; primaryImageUrl ?: string | null ; productLifecycleSecs ?: number | null ; type : GraphQLTypes [ "RequestTypeInput" ] ; typeId : number ; units : number ; vat : string ; warrantyDays ?: number | null ; weight ?: number | null ; weightUnit ?: string | null ; width ?: number | null ; } article Number : string attributes : GraphQLTypes [ "RequestAttributeInput" ] [] Optional barcode ?: string | null Optional color Image Url ?: string | null coopname : string currency Code : string Optional data ?: string | null Optional depth ?: number | null description Category Id : number Optional dimension Unit ?: string | null geo Names : string [] Optional height ?: number | null images : GraphQLTypes [ "RequestImageInput" ] [] Optional meta ?: string | null name : string Optional old Price ?: number | null Optional parent Hash ?: string | null price : number Optional primary Image Url ?: string | null Optional product Lifecycle Secs ?: number | null type : GraphQLTypes [ "RequestTypeInput" ] type Id : number units : number vat : string Optional warranty Days ?: number | null Optional weight ?: number | null Optional weight Unit ?: string | null Optional width ?: number | null Create Secretary Room Input : { displayName : string ; isPublic : boolean ; } display Name : string is Public : boolean Create Soviet Individual Data Input : { 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 Create Story Input : { 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 Create Subscription Input : { subscription : GraphQLTypes [ "WebPushSubscriptionDataInput" ] ; userAgent ?: string | null ; username : string ; } subscription : GraphQLTypes [ "WebPushSubscriptionDataInput" ] Optional user Agent ?: string | null username : string Create Subscription Response : { ...on CreateSubscriptionResponse : Omit < GraphQLTypes [ "CreateSubscriptionResponse" ] , "...on CreateSubscriptionResponse" > ; __typename : "CreateSubscriptionResponse" ; message : string ; subscription : GraphQLTypes [ "WebPushSubscriptionDto" ] ; success : boolean ; } ...on Create Subscription Response : Omit < GraphQLTypes [ "CreateSubscriptionResponse" ] , "...on CreateSubscriptionResponse" > __typename : "CreateSubscriptionResponse" message : string subscription : GraphQLTypes [ "WebPushSubscriptionDto" ] success : boolean Create Withdraw Input : { 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 Create Withdraw Response : { ...on CreateWithdrawResponse : Omit < GraphQLTypes [ "CreateWithdrawResponse" ] , "...on CreateWithdrawResponse" > ; __typename : "CreateWithdrawResponse" ; withdraw_hash : string ; } ...on Create Withdraw Response : Omit < GraphQLTypes [ "CreateWithdrawResponse" ] , "...on CreateWithdrawResponse" > __typename : "CreateWithdrawResponse" withdraw_ hash : string Created Project Free Decision : { ...on CreatedProjectFreeDecision : Omit < GraphQLTypes [ "CreatedProjectFreeDecision" ] , "...on CreatedProjectFreeDecision" > ; __typename : "CreatedProjectFreeDecision" ; decision : string ; id : string ; question : string ; title ?: string | null ; } ...on Created Project Free Decision : Omit < GraphQLTypes [ "CreatedProjectFreeDecision" ] , "...on CreatedProjectFreeDecision" > __typename : "CreatedProjectFreeDecision" decision : string id : string question : string Optional title ?: string | null Critical Action Audit Entry : { ...on CriticalActionAuditEntry : Omit < GraphQLTypes [ "CriticalActionAuditEntry" ] , "...on CriticalActionAuditEntry" > ; __typename : "CriticalActionAuditEntry" ; action_type : GraphQLTypes [ "CriticalActionType" ] ; confirmer_ids : GraphQLTypes [ "CriticalActionConfirmation" ] [] ; created_at : string ; finalized_at ?: string | null ; id : string ; initiated_at ?: string | null ; initiator_id : string ; payload_hash : string ; status : GraphQLTypes [ "CriticalActionStatus" ] ; target_id : string ; } ...on Critical Action Audit Entry : Omit < GraphQLTypes [ "CriticalActionAuditEntry" ] , "...on CriticalActionAuditEntry" > __typename : "CriticalActionAuditEntry" action_ type : GraphQLTypes [ "CriticalActionType" ] confirmer_ ids : GraphQLTypes [ "CriticalActionConfirmation" ] [] created_ at : string Optional finalized_ at ?: string | null id : string Optional initiated_ at ?: string | null initiator_ id : string payload_ hash : string status : GraphQLTypes [ "CriticalActionStatus" ] target_ id : string Critical Action Confirmation : { ...on CriticalActionConfirmation : Omit < GraphQLTypes [ "CriticalActionConfirmation" ] , "...on CriticalActionConfirmation" > ; __typename : "CriticalActionConfirmation" ; at : string ; by : string ; } ...on Critical Action Confirmation : Omit < GraphQLTypes [ "CriticalActionConfirmation" ] , "...on CriticalActionConfirmation" > __typename : "CriticalActionConfirmation" at : string by : string Current InstanceDTO : { ...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 Current InstanceDTO : 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 Current Table State : { ...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 Current Table State : Omit < GraphQLTypes [ "CurrentTableState" ] , "...on CurrentTableState" > __typename : "CurrentTableState" block_ num : number code : string primary_ key : string scope : string table : string Optional value ?: GraphQLTypes [ "JSON" ] | null Current Table States Filters Input : { code ?: string | null ; scope ?: string | null ; table ?: string | null ; } Optional code ?: string | null Optional scope ?: string | null Optional table ?: string | null Date Time : "scalar" & { name : "DateTime" ; } Deactivate Subscription Input : { subscriptionId : string ; } Debt Filter : { projectHash ?: string | null ; status ?: string | null ; username ?: string | null ; } Optional project Hash ?: string | null Optional status ?: string | null Optional username ?: string | null Decision Detail Aggregate : { ...on DecisionDetailAggregate : Omit < GraphQLTypes [ "DecisionDetailAggregate" ] , "...on DecisionDetailAggregate" > ; __typename : "DecisionDetailAggregate" ; action : GraphQLTypes [ "ExtendedBlockchainAction" ] ; documentAggregate : GraphQLTypes [ "DocumentAggregate" ] ; votes_against : GraphQLTypes [ "ExtendedBlockchainAction" ] [] ; votes_for : GraphQLTypes [ "ExtendedBlockchainAction" ] [] ; } ...on Decision Detail Aggregate : Omit < GraphQLTypes [ "DecisionDetailAggregate" ] , "...on DecisionDetailAggregate" > __typename : "DecisionDetailAggregate" action : GraphQLTypes [ "ExtendedBlockchainAction" ] document Aggregate : GraphQLTypes [ "DocumentAggregate" ] votes_ against : GraphQLTypes [ "ExtendedBlockchainAction" ] [] votes_ for : GraphQLTypes [ "ExtendedBlockchainAction" ] [] Decline Agreement Input : { administrator : string ; agreement_id : string ; comment : string ; coopname : string ; username : string ; } administrator : string agreement_ id : string comment : string coopname : string username : string Decline Approve Input : { approval_hash : string ; coopname : string ; reason : string ; } approval_ hash : string coopname : string reason : string Decline Decision Input : { coopname : string ; decision_id : number ; } coopname : string decision_ id : number Decline Ku Trusted Input : { coopname : string ; hash : string ; reason : string ; } coopname : string hash : string reason : string Delete Account Input : { username_for_delete : string ; } username_ for_ delete : string Delete Branch Input : { braname : string ; coopname : string ; } braname : string coopname : string Delete Branch Whitelist Input : { account : string ; braname : string ; coopname : string ; } account : string braname : string coopname : string Delete Capital Issue By Hash Input : { issue_hash : string ; } Delete Capital Story By Hash Input : { story_hash : string ; } Delete Expense Plan Input : { plan_id : number ; } Delete Payment Method Input : { method_id : string ; username : string ; } method_ id : string username : string Delete Project Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Delete Trusted Account Input : { braname : string ; coopname : string ; trusted : string ; } braname : string coopname : string trusted : 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 Delta Filters Input : { 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" authorized Home : string coopname : string layout : string non Authorized Home : string workspaces : GraphQLTypes [ "DesktopWorkspace" ] [] Desktop Config : { ...on DesktopConfig : Omit < GraphQLTypes [ "DesktopConfig" ] , "...on DesktopConfig" > ; __typename : "DesktopConfig" ; defaultRoute ?: string | null ; icon ?: string | null ; name : string ; title : string ; } ...on Desktop Config : Omit < GraphQLTypes [ "DesktopConfig" ] , "...on DesktopConfig" > __typename : "DesktopConfig" Optional default Route ?: string | null Optional icon ?: string | null name : string title : string Desktop Workspace : { ...on DesktopWorkspace : Omit < GraphQLTypes [ "DesktopWorkspace" ] , "...on DesktopWorkspace" > ; __typename : "DesktopWorkspace" ; defaultRoute ?: string | null ; extension_name : string ; grants ?: string [] | null ; icon ?: string | null ; name : string ; title : string ; } ...on Desktop Workspace : Omit < GraphQLTypes [ "DesktopWorkspace" ] , "...on DesktopWorkspace" > __typename : "DesktopWorkspace" Optional default Route ?: string | null extension_ name : string Optional grants ?: string [] | null Optional icon ?: string | null name : string title : string Document Aggregate : { ...on DocumentAggregate : Omit < GraphQLTypes [ "DocumentAggregate" ] , "...on DocumentAggregate" > ; __typename : "DocumentAggregate" ; document : GraphQLTypes [ "SignedDigitalDocument" ] ; hash : string ; rawDocument ?: GraphQLTypes [ "GeneratedDocument" ] | null ; } ...on Document Aggregate : Omit < GraphQLTypes [ "DocumentAggregate" ] , "...on DocumentAggregate" > __typename : "DocumentAggregate" document : GraphQLTypes [ "SignedDigitalDocument" ] hash : string Optional raw Document ?: GraphQLTypes [ "GeneratedDocument" ] | null Document Package Aggregate : { ...on DocumentPackageAggregate : Omit < GraphQLTypes [ "DocumentPackageAggregate" ] , "...on DocumentPackageAggregate" > ; __typename : "DocumentPackageAggregate" ; acts : GraphQLTypes [ "ActDetailAggregate" ] [] ; decision ?: GraphQLTypes [ "DecisionDetailAggregate" ] | null ; links : GraphQLTypes [ "DocumentAggregate" ] [] ; statement ?: GraphQLTypes [ "StatementDetailAggregate" ] | null ; } ...on Document Package Aggregate : Omit < GraphQLTypes [ "DocumentPackageAggregate" ] , "...on DocumentPackageAggregate" > __typename : "DocumentPackageAggregate" acts : GraphQLTypes [ "ActDetailAggregate" ] [] Optional decision ?: GraphQLTypes [ "DecisionDetailAggregate" ] | null links : GraphQLTypes [ "DocumentAggregate" ] [] Optional statement ?: GraphQLTypes [ "StatementDetailAggregate" ] | null Documents Aggregate Pagination Result : { ...on DocumentsAggregatePaginationResult : Omit < GraphQLTypes [ "DocumentsAggregatePaginationResult" ] , "...on DocumentsAggregatePaginationResult" > ; __typename : "DocumentsAggregatePaginationResult" ; currentPage : number ; items : GraphQLTypes [ "DocumentPackageAggregate" ] [] ; totalCount : number ; totalPages : number ; } ...on Documents Aggregate Pagination Result : Omit < GraphQLTypes [ "DocumentsAggregatePaginationResult" ] , "...on DocumentsAggregatePaginationResult" > __typename : "DocumentsAggregatePaginationResult" current Page : number items : GraphQLTypes [ "DocumentPackageAggregate" ] [] total Count : number total Pages : number Edit Branch Input : { 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 Edit Contributor Input : { 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 Edit Project Input : { 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 Entrepreneur Certificate : { ...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 Entrepreneur Certificate : Omit < GraphQLTypes [ "EntrepreneurCertificate" ] , "...on EntrepreneurCertificate" > __typename : "EntrepreneurCertificate" first_ name : string inn : string last_ name : string Optional middle_ name ?: string | null username : string Entrepreneur Details : { ...on EntrepreneurDetails : Omit < GraphQLTypes [ "EntrepreneurDetails" ] , "...on EntrepreneurDetails" > ; __typename : "EntrepreneurDetails" ; inn : string ; ogrn : string ; } ...on Entrepreneur Details : Omit < GraphQLTypes [ "EntrepreneurDetails" ] , "...on EntrepreneurDetails" > __typename : "EntrepreneurDetails" inn : string ogrn : string Entrepreneur Details Input : { inn : string ; ogrn : string ; } Exec Ku Decision Input : { authority : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedDocumentInput" ] ; coopname : string ; hash : string ; liability : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedDocumentInput" ] ; petition : GraphQLTypes [ "BranchEstablishmentPetitionSignedDocumentInput" ] ; } authority : GraphQLTypes [ "BranchTrusteePowerOfAttorneySignedDocumentInput" ] coopname : string hash : string liability : GraphQLTypes [ "BranchTrusteeLiabilityAgreementSignedDocumentInput" ] petition : GraphQLTypes [ "BranchEstablishmentPetitionSignedDocumentInput" ] Expense Callback Input : { action ?: string | null ; contract ?: string | null ; data ?: string | null ; } Optional action ?: string | null Optional contract ?: string | null Optional data ?: string | null Expense File : { ...on ExpenseFile : Omit < GraphQLTypes [ "ExpenseFile" ] , "...on ExpenseFile" > ; __typename : "ExpenseFile" ; checksum_sha256 : string ; coopname : string ; id : number ; item_hash ?: string | null ; kind : GraphQLTypes [ "ExpenseFileKind" ] ; mime_type : string ; original_filename ?: string | null ; proposal_hash : string ; read_url ?: string | null ; size_bytes : number ; storage_key : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; uploaded_by_username : string ; } ...on Expense File : Omit < GraphQLTypes [ "ExpenseFile" ] , "...on ExpenseFile" > __typename : "ExpenseFile" checksum_ sha256 : string coopname : string id : number Optional item_ hash ?: string | null kind : GraphQLTypes [ "ExpenseFileKind" ] mime_ type : string Optional original_ filename ?: string | null proposal_ hash : string Optional read_ url ?: string | null size_ bytes : number storage_ key : string uploaded_ at : GraphQLTypes [ "DateTime" ] uploaded_ by_ username : string Expense Filter : { fundId ?: string | null ; projectHash ?: string | null ; status ?: string | null ; username ?: string | null ; } Optional fund Id ?: string | null Optional project Hash ?: string | null Optional status ?: string | null Optional username ?: string | null Expense Item : { ...on ExpenseItem : Omit < GraphQLTypes [ "ExpenseItem" ] , "...on ExpenseItem" > ; __typename : "ExpenseItem" ; actual_amount ?: string | null ; description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; planned_amount : string ; recipient ?: string | null ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; status : GraphQLTypes [ "ExpenseItemStatus" ] ; } ...on Expense Item : Omit < GraphQLTypes [ "ExpenseItem" ] , "...on ExpenseItem" > __typename : "ExpenseItem" Optional actual_ amount ?: string | null description : string item_ hash : string mechanics : GraphQLTypes [ "ExpenseMechanics" ] planned_ amount : string Optional recipient ?: string | null recipient_ type : GraphQLTypes [ "ExpenseRecipientType" ] status : GraphQLTypes [ "ExpenseItemStatus" ] Expense Item Input : { description : string ; item_hash : string ; mechanics : GraphQLTypes [ "ExpenseMechanics" ] ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; planned_amount : string ; recipient : string ; recipient_type : GraphQLTypes [ "ExpenseRecipientType" ] ; requisites ?: string | null ; } description : string item_ hash : string mechanics : GraphQLTypes [ "ExpenseMechanics" ] Optional payment_ method_ id ?: string | null Optional payment_ purpose ?: string | null planned_ amount : string recipient : string recipient_ type : GraphQLTypes [ "ExpenseRecipientType" ] Optional requisites ?: string | null Expense Plan : { ...on ExpensePlan : Omit < GraphQLTypes [ "ExpensePlan" ] , "...on ExpensePlan" > ; __typename : "ExpensePlan" ; amount : string ; braname ?: string | null ; created_at : GraphQLTypes [ "DateTime" ] ; creator : string ; due_date ?: GraphQLTypes [ "DateTime" ] | null ; id : number ; paid_at ?: GraphQLTypes [ "DateTime" ] | null ; pay_to : string ; proposal_hash ?: string | null ; recurrence : GraphQLTypes [ "ExpensePlanRecurrence" ] ; title : string ; } ...on Expense Plan : Omit < GraphQLTypes [ "ExpensePlan" ] , "...on ExpensePlan" > __typename : "ExpensePlan" amount : string Optional braname ?: string | null creator : string Optional due_ date ?: GraphQLTypes [ "DateTime" ] | null id : number Optional paid_ at ?: GraphQLTypes [ "DateTime" ] | null pay_ to : string Optional proposal_ hash ?: string | null recurrence : GraphQLTypes [ "ExpensePlanRecurrence" ] title : string Expense Proposal : { ...on ExpenseProposal : Omit < GraphQLTypes [ "ExpenseProposal" ] , "...on ExpenseProposal" > ; __typename : "ExpenseProposal" ; _created_at : GraphQLTypes [ "DateTime" ] ; _id : string ; _updated_at : GraphQLTypes [ "DateTime" ] ; block_num ?: number | null ; blockchain_status ?: number | null ; coopname : string ; created_at ?: string | null ; decision_doc ?: GraphQLTypes [ "DocumentAggregate" ] | null ; id ?: number | null ; items : GraphQLTypes [ "ExpenseItem" ] [] ; present : boolean ; proposal_hash : string ; source_wallet ?: string | null ; statement_doc ?: GraphQLTypes [ "DocumentAggregate" ] | null ; status : GraphQLTypes [ "ExpenseProposalStatus" ] ; total_actual ?: string | null ; total_planned ?: string | null ; updated_at ?: string | null ; username ?: string | null ; } ...on Expense Proposal : Omit < GraphQLTypes [ "ExpenseProposal" ] , "...on ExpenseProposal" > __typename : "ExpenseProposal" _created_ at : GraphQLTypes [ "DateTime" ] _id : string _updated_ at : GraphQLTypes [ "DateTime" ] Optional block_ num ?: number | null Optional blockchain_ status ?: number | null coopname : string Optional created_ at ?: string | null Optional decision_ doc ?: GraphQLTypes [ "DocumentAggregate" ] | null Optional id ?: number | null present : boolean proposal_ hash : string Optional source_ wallet ?: string | null Optional statement_ doc ?: GraphQLTypes [ "DocumentAggregate" ] | null status : GraphQLTypes [ "ExpenseProposalStatus" ] Optional total_ actual ?: string | null Optional total_ planned ?: string | null Optional updated_ at ?: string | null Optional username ?: string | null Expense Proposal Decision Body Input : { kind : string ; reason ?: string | null ; } kind : string Optional reason ?: string | null Expense Proposal Decision Generate Document Input : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; decision_id : number ; generator ?: string | null ; items : GraphQLTypes [ "ExpenseProposalDecisionItemInput" ] [] ; lang ?: string | null ; links ?: string [] | null ; proposal : GraphQLTypes [ "ExpenseProposalDecisionHeaderInput" ] ; proposal_hash : string ; resolution : GraphQLTypes [ "ExpenseProposalDecisionBodyInput" ] ; 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 items : GraphQLTypes [ "ExpenseProposalDecisionItemInput" ] [] Optional lang ?: string | null Optional links ?: string [] | null proposal : GraphQLTypes [ "ExpenseProposalDecisionHeaderInput" ] proposal_ hash : string resolution : GraphQLTypes [ "ExpenseProposalDecisionBodyInput" ] Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Expense Proposal Decision Header Input : { deadline ?: string | null ; description : string ; fund_name ?: string | null ; items_count : number ; source_wallet : string ; total_amount : string ; } Optional deadline ?: string | null description : string Optional fund_ name ?: string | null items_ count : number source_ wallet : string total_ amount : string Expense Proposal Decision Item Input : { amount : string ; description : string ; mechanics : string ; number : string ; recipient_type : string ; } amount : string description : string mechanics : string number : string recipient_ type : string Expense Proposal Header Input : { deadline : string ; description : string ; fund_name ?: string | null ; items_count : number ; source_wallet : string ; total_amount : string ; } deadline : string description : string Optional fund_ name ?: string | null items_ count : number source_ wallet : string total_ amount : string Expense Proposal Item Input : { amount : string ; description : string ; mechanics : string ; number : string ; payment_method_id ?: string | null ; payment_purpose ?: string | null ; recipient_name ?: string | null ; recipient_type : string ; recipient_username ?: string | null ; requisites ?: string | null ; } amount : string description : string mechanics : string number : string Optional payment_ method_ id ?: string | null Optional payment_ purpose ?: string | null Optional recipient_ name ?: string | null recipient_ type : string Optional recipient_ username ?: string | null Optional requisites ?: string | null Expense Proposal Signed Item Input : { amount : string ; description : string ; mechanics : string ; number : string ; recipient_type : string ; } amount : string description : string mechanics : string number : string recipient_ type : string Expense Proposal Statement Generate Document Input : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; items : GraphQLTypes [ "ExpenseProposalItemInput" ] [] ; lang ?: string | null ; links ?: string [] | null ; proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] ; proposal_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 items : GraphQLTypes [ "ExpenseProposalItemInput" ] [] Optional lang ?: string | null Optional links ?: string [] | null proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] proposal_ hash : string Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Expense Proposal Statement Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "ExpenseProposalStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "ExpenseProposalStatementSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Expense Proposal Statement Signed Meta Document Input : { block_num : number ; coopname : string ; created_at : string ; doc_data_hash : string ; generator : string ; items : GraphQLTypes [ "ExpenseProposalSignedItemInput" ] [] ; lang : string ; links : string [] ; proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] ; proposal_hash : string ; registry_id : number ; timezone : string ; title : string ; username : string ; version : string ; } block_ num : number coopname : string created_ at : string doc_ data_ hash : string generator : string items : GraphQLTypes [ "ExpenseProposalSignedItemInput" ] [] lang : string links : string [] proposal : GraphQLTypes [ "ExpenseProposalHeaderInput" ] proposal_ hash : string registry_ id : number timezone : string title : string username : string version : string Expense Report Result : { ...on ExpenseReportResult : Omit < GraphQLTypes [ "ExpenseReportResult" ] , "...on ExpenseReportResult" > ; __typename : "ExpenseReportResult" ; outcome : GraphQLTypes [ "ExpenseReportOutcome" ] ; settlement_amount ?: string | null ; settlement_payment_hash ?: string | null ; transaction ?: GraphQLTypes [ "Transaction" ] | null ; } ...on Expense Report Result : Omit < GraphQLTypes [ "ExpenseReportResult" ] , "...on ExpenseReportResult" > __typename : "ExpenseReportResult" outcome : GraphQLTypes [ "ExpenseReportOutcome" ] Optional settlement_ amount ?: string | null Optional settlement_ payment_ hash ?: string | null Optional transaction ?: GraphQLTypes [ "Transaction" ] | null Expense Requisite : { ...on ExpenseRequisite : Omit < GraphQLTypes [ "ExpenseRequisite" ] , "...on ExpenseRequisite" > ; __typename : "ExpenseRequisite" ; coopname : string ; data ?: GraphQLTypes [ "JSON" ] | null ; item_hash : string ; method_type ?: string | null ; payment_purpose ?: string | null ; proposal_hash : string ; recipient : string ; requisites : string ; } ...on Expense Requisite : Omit < GraphQLTypes [ "ExpenseRequisite" ] , "...on ExpenseRequisite" > __typename : "ExpenseRequisite" coopname : string Optional data ?: GraphQLTypes [ "JSON" ] | null item_ hash : string Optional method_ type ?: string | null Optional payment_ purpose ?: string | null proposal_ hash : string recipient : string requisites : string Extended Blockchain Action : { ...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 Extended Blockchain Action : 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 Extension Input : { 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 Extension Log : { ...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 Extension Log : Omit < GraphQLTypes [ "ExtensionLog" ] , "...on ExtensionLog" > __typename : "ExtensionLog" Optional data ?: string | null extension_ local_ id : number id : number name : string Extension Logs Pagination Result : { ...on ExtensionLogsPaginationResult : Omit < GraphQLTypes [ "ExtensionLogsPaginationResult" ] , "...on ExtensionLogsPaginationResult" > ; __typename : "ExtensionLogsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ExtensionLog" ] [] ; totalCount : number ; totalPages : number ; } ...on Extension Logs Pagination Result : Omit < GraphQLTypes [ "ExtensionLogsPaginationResult" ] , "...on ExtensionLogsPaginationResult" > __typename : "ExtensionLogsPaginationResult" current Page : number items : GraphQLTypes [ "ExtensionLog" ] [] total Count : number total Pages : number Extension Onboarding State : { ...on ExtensionOnboardingState : Omit < GraphQLTypes [ "ExtensionOnboardingState" ] , "...on ExtensionOnboardingState" > ; __typename : "ExtensionOnboardingState" ; all_done : boolean ; extension_name : string ; onboarding_expire_at : string ; onboarding_init_at : string ; steps : GraphQLTypes [ "ExtensionOnboardingStepState" ] [] ; } ...on Extension Onboarding State : Omit < GraphQLTypes [ "ExtensionOnboardingState" ] , "...on ExtensionOnboardingState" > __typename : "ExtensionOnboardingState" all_ done : boolean extension_ name : string onboarding_ expire_ at : string onboarding_ init_ at : string steps : GraphQLTypes [ "ExtensionOnboardingStepState" ] [] Extension Onboarding Step State : { ...on ExtensionOnboardingStepState : Omit < GraphQLTypes [ "ExtensionOnboardingStepState" ] , "...on ExtensionOnboardingStepState" > ; __typename : "ExtensionOnboardingStepState" ; default_title ?: string | null ; done : boolean ; hash ?: string | null ; order : number ; step_key : string ; } ...on Extension Onboarding Step State : Omit < GraphQLTypes [ "ExtensionOnboardingStepState" ] , "...on ExtensionOnboardingStepState" > __typename : "ExtensionOnboardingStepState" Optional default_ title ?: string | null done : boolean Optional hash ?: string | null order : number step_ key : string Field Error : { ...on FieldError : Omit < GraphQLTypes [ "FieldError" ] , "...on FieldError" > ; __typename : "FieldError" ; message : string ; path : string ; } ...on Field Error : Omit < GraphQLTypes [ "FieldError" ] , "...on FieldError" > __typename : "FieldError" message : string path : string Finalize Project Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Find Potential Matches Input : { requestId : number ; } Force Recovery Authorization : { ...on ForceRecoveryAuthorization : Omit < GraphQLTypes [ "ForceRecoveryAuthorization" ] , "...on ForceRecoveryAuthorization" > ; __typename : "ForceRecoveryAuthorization" ; authorized : boolean ; consent_via : GraphQLTypes [ "ForceRecoveryConsentVia" ] ; triggered_by : string ; } ...on Force Recovery Authorization : Omit < GraphQLTypes [ "ForceRecoveryAuthorization" ] , "...on ForceRecoveryAuthorization" > __typename : "ForceRecoveryAuthorization" authorized : boolean consent_ via : GraphQLTypes [ "ForceRecoveryConsentVia" ] triggered_ by : string Free Decision Generate Document Input : { 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 Fund Program Input : { amount : string ; coopname : string ; memo : string ; } amount : string coopname : string memo : string Gateway Payment : { ...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 Gateway Payment : 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 Generate Any Document Input : { data : GraphQLTypes [ "JSON" ] ; options ?: GraphQLTypes [ "GenerateDocumentOptionsInput" ] | null ; } Optional options ?: GraphQLTypes [ "GenerateDocumentOptionsInput" ] | null Generate Capital Registration Documents InputDTO : { coopname : string ; lang ?: string | null ; username : string ; } coopname : string Optional lang ?: string | null username : string Generate Capital Registration Documents OutputDTO : { ...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 Generate Capital Registration Documents OutputDTO : 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 Generate Document Input : { 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 Generate Document Options Input : { lang ?: string | null ; skip_save ?: boolean | null ; } Optional lang ?: string | null Optional skip_ save ?: boolean | null Generate Registration Documents Input : { 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 Generate Registration Documents Output : { ...on GenerateRegistrationDocumentsOutput : Omit < GraphQLTypes [ "GenerateRegistrationDocumentsOutput" ] , "...on GenerateRegistrationDocumentsOutput" > ; __typename : "GenerateRegistrationDocumentsOutput" ; account_type : GraphQLTypes [ "AccountType" ] ; documents : GraphQLTypes [ "GeneratedRegistrationDocument" ] [] ; username : string ; } ...on Generate Registration Documents Output : Omit < GraphQLTypes [ "GenerateRegistrationDocumentsOutput" ] , "...on GenerateRegistrationDocumentsOutput" > __typename : "GenerateRegistrationDocumentsOutput" account_ type : GraphQLTypes [ "AccountType" ] documents : GraphQLTypes [ "GeneratedRegistrationDocument" ] [] username : string Generated Document : { ...on GeneratedDocument : Omit < GraphQLTypes [ "GeneratedDocument" ] , "...on GeneratedDocument" > ; __typename : "GeneratedDocument" ; binary : string ; full_title : string ; hash : string ; html : string ; meta : GraphQLTypes [ "JSON" ] ; } ...on Generated Document : Omit < GraphQLTypes [ "GeneratedDocument" ] , "...on GeneratedDocument" > __typename : "GeneratedDocument" binary : string full_ title : string hash : string html : string Generated Registration Document : { ...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 Generated Registration Document : 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 Generated Report : { ...on GeneratedReport : Omit < GraphQLTypes [ "GeneratedReport" ] , "...on GeneratedReport" > ; __typename : "GeneratedReport" ; createdAt ?: GraphQLTypes [ "DateTime" ] | null ; errors : string [] ; fileName : string ; id ?: string | null ; isValid : boolean ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; xml : string ; year : number ; } ...on Generated Report : Omit < GraphQLTypes [ "GeneratedReport" ] , "...on GeneratedReport" > __typename : "GeneratedReport" Optional created At ?: GraphQLTypes [ "DateTime" ] | null errors : string [] file Name : string Optional id ?: string | null is Valid : boolean Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] xml : string year : number Generated Report Summary : { ...on GeneratedReportSummary : Omit < GraphQLTypes [ "GeneratedReportSummary" ] , "...on GeneratedReportSummary" > ; __typename : "GeneratedReportSummary" ; createdAt : GraphQLTypes [ "DateTime" ] ; fileName : string ; generatedBy : string ; id : string ; isValid : boolean ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } ...on Generated Report Summary : Omit < GraphQLTypes [ "GeneratedReportSummary" ] , "...on GeneratedReportSummary" > __typename : "GeneratedReportSummary" file Name : string generated By : string id : string is Valid : boolean Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] year : number Generation Contract Generate Document Input : { 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 Generation Contract Signed Document Input : { 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 Generation Contract Signed Meta Document Input : { 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 Generation Convert Statement Generate Document Input : { 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 ; } 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 Generation Money Invest Statement Generate Document Input : { 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 Generation Money Invest Statement Signed Document Input : { 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 Generation Money Invest Statement Signed Meta Document Input : { 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 Get Account Input : { username : string ; } Get Accounts Input : { role ?: string | null ; } Optional role ?: string | null Get Branches Input : { braname ?: string | null ; coopname : string ; } Optional braname ?: string | null coopname : string Get Capital Commit By Hash Input : { commit_hash : string ; } Get Capital Config Input : { coopname : string ; } Get Capital Issue By Hash Input : { issue_hash : string ; } Get Capital Issue Logs Input : { issue_hash : string ; } Get Capital Logs Input : { filter ?: GraphQLTypes [ "CapitalLogFilterInput" ] | null ; pagination ?: GraphQLTypes [ "PaginationInput" ] | null ; } Optional filter ?: GraphQLTypes [ "CapitalLogFilterInput" ] | null Optional pagination ?: GraphQLTypes [ "PaginationInput" ] | null Get Capital Story By Hash Input : { story_hash : string ; } Get Category Attributes Input : { categoryId : number ; includeDictionaryValues ?: boolean | null ; onlyRequired ?: boolean | null ; typeId : number ; } category Id : number Optional include Dictionary Values ?: boolean | null Optional only Required ?: boolean | null type Id : number Get Category By Id Input : { categoryId : number ; } Get Category Tree Input : { includeTypes ?: boolean | null ; maxDepth ?: number | null ; onlyAvailable ?: boolean | null ; rootCategoryId ?: number | null ; } Optional include Types ?: boolean | null Optional max Depth ?: number | null Optional only Available ?: boolean | null Optional root Category Id ?: number | null Get Component Metrics Input : { project_hash : string ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; } project_ hash : string Optional status ?: GraphQLTypes [ "MetricStatus" ] | null Get Contributor Input : { _id ?: string | null ; contributor_hash ?: string | null ; username ?: string | null ; } Optional _id ?: string | null Optional contributor_ hash ?: string | null Optional username ?: string | null Get Coop Requests Input : { coopname : string ; limit ?: number | null ; status ?: string | null ; type ?: GraphQLTypes [ "RequestTypeInput" ] | null ; } coopname : string Optional limit ?: number | null Optional status ?: string | null Optional type ?: GraphQLTypes [ "RequestTypeInput" ] | null Get Debt Input : { _id : string ; } Get Documents Input : { 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 Get Expense Input : { _id : string ; } Get Extension Logs Input : { createdFrom ?: GraphQLTypes [ "DateTime" ] | null ; createdTo ?: GraphQLTypes [ "DateTime" ] | null ; name ?: string | null ; } Optional created From ?: GraphQLTypes [ "DateTime" ] | null Optional created To ?: GraphQLTypes [ "DateTime" ] | null Optional name ?: string | null Get Extensions Input : { 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 Get Installation Status Input : { install_code : string ; } Get Invest Input : { _id : string ; } Get Issue Metric Bindings Input : { issue_hash : string ; } Get Ledger2 History Input : { accountId ?: number | null ; actionNames ?: string [] | null ; applyGlobalSequence ?: string | null ; coopname : string ; dateFrom ?: GraphQLTypes [ "DateTime" ] | null ; dateTo ?: GraphQLTypes [ "DateTime" ] | null ; limit ?: number | null ; operationCodes ?: string [] | null ; page ?: number | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; sortOrder ?: string | null ; username ?: string | null ; walletName ?: string | null ; walletopGlobalSequence ?: string | null ; } Optional account Id ?: number | null Optional action Names ?: string [] | null Optional apply Global Sequence ?: string | null coopname : string Optional date From ?: GraphQLTypes [ "DateTime" ] | null Optional date To ?: GraphQLTypes [ "DateTime" ] | null Optional limit ?: number | null Optional operation Codes ?: string [] | null Optional page ?: number | null Optional parent Apply Global Sequence ?: string | null Optional process Hash ?: string | null Optional sort Order ?: string | null Optional username ?: string | null Optional wallet Name ?: string | null Optional walletop Global Sequence ?: string | null Get Ledger2 Postings Input : { accountId ?: number | null ; applyGlobalSequence ?: string | null ; coopname : string ; dateFrom ?: GraphQLTypes [ "DateTime" ] | null ; dateTo ?: GraphQLTypes [ "DateTime" ] | null ; debitGlobalSequence ?: string | null ; limit ?: number | null ; page ?: number | null ; processHash ?: string | null ; sortOrder ?: string | null ; username ?: string | null ; } Optional account Id ?: number | null Optional apply Global Sequence ?: string | null coopname : string Optional date From ?: GraphQLTypes [ "DateTime" ] | null Optional date To ?: GraphQLTypes [ "DateTime" ] | null Optional debit Global Sequence ?: string | null Optional limit ?: number | null Optional page ?: number | null Optional process Hash ?: string | null Optional sort Order ?: string | null Optional username ?: string | null Get Ledger History Input : { 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 sort By ?: string | null Optional sort Order ?: string | null Get Ledger Input : { coopname : string ; } Get Max Origin Server Ts For Room Input : { matrixRoomId : string ; } Get Measures Input : { coopname : string ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; } coopname : string Optional status ?: GraphQLTypes [ "MetricStatus" ] | null Get Meet Input : { coopname : string ; hash : string ; } coopname : string hash : string Get Meets Input : { coopname : string ; } Get Metric Contributions Input : { metric_hash : string ; } Get Metric Series Input : { from ?: GraphQLTypes [ "DateTime" ] | null ; metric_hash : string ; to ?: GraphQLTypes [ "DateTime" ] | null ; } Get Metric Superposition History Input : { project_hash : string ; } Get Metric Superposition Input : { project_hash : string ; } Get Metric Wave Input : { metric_hash : string ; } Get Payment Methods Input : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; username ?: string | null ; } limit : number page : number Optional sort By ?: string | null sort Order : string Optional username ?: string | null Get Product Type By Id Input : { typeId : number ; } Get Project Communication Rooms Input : { projectHash : string ; } Get Project Input : { hash : string ; parent_hash ?: string | null ; } hash : string Optional parent_ hash ?: string | null Get Project With Relations Input : { projectHash : string ; } Get Request By Hash Input : { hash : string ; } Get Request Input : { id : number ; } Get Request Statistics Input : { coopname : string ; } Get Required Attributes Input : { categoryId : number ; typeId : number ; } category Id : number type Id : number Get Result Input : { _id : string ; } Get Room Messages For Utc Date Input : { matrixRoomId : string ; utcDate : string ; } matrix Room Id : string utc Date : string Get Transcription Input : { id : string ; } Get Transcriptions Input : { limit ?: number | null ; matrixRoomId ?: string | null ; offset ?: number | null ; } Optional limit ?: number | null Optional matrix Room Id ?: string | null Optional offset ?: number | null Get User Requests Input : { limit ?: number | null ; } Optional limit ?: number | null Get User Subscriptions Input : { username : string ; } Get Vote Input : { _id : string ; } ID : "scalar" & { name : "ID" ; } Import Contributor Input : { 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 Inbox Notification : { ...on InboxNotification : Omit < GraphQLTypes [ "InboxNotification" ] , "...on InboxNotification" > ; __typename : "InboxNotification" ; actorSubscriberId ?: string | null ; body : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : string ; isRead : boolean ; payload ?: GraphQLTypes [ "JSON" ] | null ; readAt ?: GraphQLTypes [ "DateTime" ] | null ; title : string ; workflowId : string ; } ...on Inbox Notification : Omit < GraphQLTypes [ "InboxNotification" ] , "...on InboxNotification" > __typename : "InboxNotification" Optional actor Subscriber Id ?: string | null body : string id : string is Read : boolean Optional payload ?: GraphQLTypes [ "JSON" ] | null Optional read At ?: GraphQLTypes [ "DateTime" ] | null title : string workflow Id : string Inbox Notification Pagination Result : { ...on InboxNotificationPaginationResult : Omit < GraphQLTypes [ "InboxNotificationPaginationResult" ] , "...on InboxNotificationPaginationResult" > ; __typename : "InboxNotificationPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "InboxNotification" ] [] ; totalCount : number ; totalPages : number ; } ...on Inbox Notification Pagination Result : Omit < GraphQLTypes [ "InboxNotificationPaginationResult" ] , "...on InboxNotificationPaginationResult" > __typename : "InboxNotificationPaginationResult" current Page : number items : GraphQLTypes [ "InboxNotification" ] [] total Count : number total Pages : number 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 Individual Certificate : { ...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 Individual Certificate : Omit < GraphQLTypes [ "IndividualCertificate" ] , "...on IndividualCertificate" > __typename : "IndividualCertificate" first_ name : string last_ name : string Optional middle_ name ?: string | null username : string Init : { is_server_init ?: boolean | null ; organization_data : GraphQLTypes [ "CreateInitOrganizationDataInput" ] ; } Optional is_ server_ init ?: boolean | null organization_ data : GraphQLTypes [ "CreateInitOrganizationDataInput" ] Initiate Critical Action Input : { action_type : GraphQLTypes [ "CriticalActionType" ] ; payload ?: GraphQLTypes [ "JSON" ] | null ; target_id : string ; } Install : { soviet : GraphQLTypes [ "SovietMemberInput" ] [] ; vars : GraphQLTypes [ "SetVarsInput" ] ; } Installation Status : { ...on InstallationStatus : Omit < GraphQLTypes [ "InstallationStatus" ] , "...on InstallationStatus" > ; __typename : "InstallationStatus" ; has_private_account : boolean ; init_by_server ?: boolean | null ; organization_data ?: GraphQLTypes [ "OrganizationWithBankAccount" ] | null ; } ...on Installation Status : Omit < GraphQLTypes [ "InstallationStatus" ] , "...on InstallationStatus" > __typename : "InstallationStatus" has_ private_ account : boolean Optional init_ by_ server ?: boolean | null Optional organization_ data ?: GraphQLTypes [ "OrganizationWithBankAccount" ] | null Issue Metric Binding Item Input : { delta : number ; metric_hash : string ; } delta : number metric_ hash : string JSON : "scalar" & { name : "JSON" ; } JSONObject : "scalar" & { name : "JSONObject" ; } Join Ku Decision Input : { coopname : string ; hash : string ; username : string ; } coopname : string hash : string username : string Key Weight : { ...on KeyWeight : Omit < GraphQLTypes [ "KeyWeight" ] , "...on KeyWeight" > ; __typename : "KeyWeight" ; key : string ; weight : number ; } ...on Key Weight : Omit < GraphQLTypes [ "KeyWeight" ] , "...on KeyWeight" > __typename : "KeyWeight" key : string weight : number Ku Agenda Point Input : { context : string ; decision : string ; title : string ; } context : string decision : string title : string Ku Agenda Question Input : { context ?: string | null ; decision : string ; number : string ; title : string ; } Optional context ?: string | null decision : string number : string title : string Ku Ballot Answer Input : { id : string ; number : string ; vote : string ; } id : string number : string vote : string Ku Ballot Question Input : { context ?: string | null ; decision : string ; id : string ; number : string ; title : string ; } Optional context ?: string | null decision : string id : string number : string title : string Ku Decision : { ...on KuDecision : Omit < GraphQLTypes [ "KuDecision" ] , "...on KuDecision" > ; __typename : "KuDecision" ; address ?: string | null ; authorization ?: GraphQLTypes [ "JSON" ] | null ; authorization_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; block_num ?: number | null ; braname ?: string | null ; branch_email ?: string | null ; branch_name ?: string | null ; branch_phone ?: string | null ; chairman ?: string | null ; close_at ?: string | null ; coopname ?: string | null ; created_at ?: string | null ; hash : string ; id ?: number | null ; initiator ?: string | null ; meet_at ?: string | null ; meet_place ?: string | null ; open_at ?: string | null ; participants ?: string [] | null ; participants_info ?: GraphQLTypes [ "KuMeetingParticipant" ] [] | null ; petition ?: GraphQLTypes [ "JSON" ] | null ; present : boolean ; proposal ?: GraphQLTypes [ "JSON" ] | null ; protocol ?: GraphQLTypes [ "JSON" ] | null ; protocol_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; questions ?: GraphQLTypes [ "KuDecisionQuestion" ] [] | null ; signed_ballots ?: number | null ; status ?: GraphQLTypes [ "KuDecisionStatus" ] | null ; type ?: GraphQLTypes [ "KuDecisionType" ] | null ; } ...on Ku Decision : Omit < GraphQLTypes [ "KuDecision" ] , "...on KuDecision" > __typename : "KuDecision" Optional address ?: string | null Optional authorization ?: GraphQLTypes [ "JSON" ] | null Optional authorization_ document ?: GraphQLTypes [ "DocumentAggregate" ] | null Optional block_ num ?: number | null Optional braname ?: string | null Optional branch_ email ?: string | null Optional branch_ name ?: string | null Optional branch_ phone ?: string | null Optional chairman ?: string | null Optional close_ at ?: string | null Optional coopname ?: string | null Optional created_ at ?: string | null hash : string Optional id ?: number | null Optional initiator ?: string | null Optional meet_ at ?: string | null Optional meet_ place ?: string | null Optional open_ at ?: string | null Optional participants ?: string [] | null Optional participants_ info ?: GraphQLTypes [ "KuMeetingParticipant" ] [] | null Optional petition ?: GraphQLTypes [ "JSON" ] | null present : boolean Optional proposal ?: GraphQLTypes [ "JSON" ] | null Optional protocol ?: GraphQLTypes [ "JSON" ] | null Optional protocol_ document ?: GraphQLTypes [ "DocumentAggregate" ] | null Optional questions ?: GraphQLTypes [ "KuDecisionQuestion" ] [] | null Optional signed_ ballots ?: number | null Optional status ?: GraphQLTypes [ "KuDecisionStatus" ] | null Optional type ?: GraphQLTypes [ "KuDecisionType" ] | null Ku Decision Filter Input : { braname ?: string | null ; coopname ?: string | null ; initiator ?: string | null ; present ?: boolean | null ; status ?: GraphQLTypes [ "KuDecisionStatus" ] | null ; type ?: GraphQLTypes [ "KuDecisionType" ] | null ; } Optional braname ?: string | null Optional coopname ?: string | null Optional initiator ?: string | null Optional present ?: boolean | null Optional status ?: GraphQLTypes [ "KuDecisionStatus" ] | null Optional type ?: GraphQLTypes [ "KuDecisionType" ] | null Ku Decision Question : { ...on KuDecisionQuestion : Omit < GraphQLTypes [ "KuDecisionQuestion" ] , "...on KuDecisionQuestion" > ; __typename : "KuDecisionQuestion" ; context ?: string | null ; counter_votes_abstained ?: number | null ; counter_votes_against ?: number | null ; counter_votes_for ?: number | null ; decision ?: string | null ; decision_id ?: number | null ; id ?: number | null ; number ?: number | null ; title ?: string | null ; voters_abstained ?: string [] | null ; voters_against ?: string [] | null ; voters_for ?: string [] | null ; } ...on Ku Decision Question : Omit < GraphQLTypes [ "KuDecisionQuestion" ] , "...on KuDecisionQuestion" > __typename : "KuDecisionQuestion" Optional context ?: string | null Optional counter_ votes_ abstained ?: number | null Optional counter_ votes_ against ?: number | null Optional counter_ votes_ for ?: number | null Optional decision ?: string | null Optional decision_ id ?: number | null Optional id ?: number | null Optional number ?: number | null Optional title ?: string | null Optional voters_ abstained ?: string [] | null Optional voters_ against ?: string [] | null Optional voters_ for ?: string [] | null Ku Meeting Participant : { ...on KuMeetingParticipant : Omit < GraphQLTypes [ "KuMeetingParticipant" ] , "...on KuMeetingParticipant" > ; __typename : "KuMeetingParticipant" ; account_type : GraphQLTypes [ "AccountType" ] ; display_name : string ; username : string ; } ...on Ku Meeting Participant : Omit < GraphQLTypes [ "KuMeetingParticipant" ] , "...on KuMeetingParticipant" > __typename : "KuMeetingParticipant" account_ type : GraphQLTypes [ "AccountType" ] display_ name : string username : string Ku Protocol Question Input : { context ?: string | null ; counter_votes_abstained : string ; counter_votes_against : string ; counter_votes_for : string ; decision : string ; is_accepted : boolean ; number : string ; title : string ; votes_abstained_percent : number ; votes_against_percent : number ; votes_for_percent : number ; } Optional context ?: string | null counter_ votes_ abstained : string counter_ votes_ against : string counter_ votes_ for : string decision : string is_ accepted : boolean number : string title : string votes_ abstained_ percent : number votes_ against_ percent : number votes_ for_ percent : number Ku Trust Request : { ...on KuTrustRequest : Omit < GraphQLTypes [ "KuTrustRequest" ] , "...on KuTrustRequest" > ; __typename : "KuTrustRequest" ; application ?: GraphQLTypes [ "JSON" ] | null ; authority ?: GraphQLTypes [ "JSON" ] | null ; authority_document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; block_num ?: number | null ; braname ?: string | null ; coopname ?: string | null ; display_name ?: string | null ; document ?: GraphQLTypes [ "DocumentAggregate" ] | null ; hash : string ; id ?: number | null ; present : boolean ; username ?: string | null ; } ...on Ku Trust Request : Omit < GraphQLTypes [ "KuTrustRequest" ] , "...on KuTrustRequest" > __typename : "KuTrustRequest" Optional application ?: GraphQLTypes [ "JSON" ] | null Optional authority ?: GraphQLTypes [ "JSON" ] | null Optional authority_ document ?: GraphQLTypes [ "DocumentAggregate" ] | null Optional block_ num ?: number | null Optional braname ?: string | null Optional coopname ?: string | null Optional display_ name ?: string | null Optional document ?: GraphQLTypes [ "DocumentAggregate" ] | null hash : string Optional id ?: number | null present : boolean Optional username ?: string | null Ku Trust Request Filter Input : { braname ?: string | null ; coopname ?: string | null ; present ?: boolean | null ; username ?: string | null ; } Optional braname ?: string | null Optional coopname ?: string | null Optional present ?: boolean | null Optional username ?: string | null Ku Vote Item Input : { question_id : number ; vote : string ; } question_ id : number vote : string Ledger2 Account : { ...on Ledger2Account : Omit < GraphQLTypes [ "Ledger2Account" ] , "...on Ledger2Account" > ; __typename : "Ledger2Account" ; accountType : number ; balance : string ; creditBalance : string ; debitBalance : string ; id : number ; name : string ; } ...on Ledger2 Account : Omit < GraphQLTypes [ "Ledger2Account" ] , "...on Ledger2Account" > __typename : "Ledger2Account" account Type : number balance : string credit Balance : string debit Balance : string id : number name : string Ledger2 Adjustment Result : { ...on Ledger2AdjustmentResult : Omit < GraphQLTypes [ "Ledger2AdjustmentResult" ] , "...on Ledger2AdjustmentResult" > ; __typename : "Ledger2AdjustmentResult" ; processHash : string ; transactionId : string ; } ...on Ledger2 Adjustment Result : Omit < GraphQLTypes [ "Ledger2AdjustmentResult" ] , "...on Ledger2AdjustmentResult" > __typename : "Ledger2AdjustmentResult" process Hash : string transaction Id : string Ledger2 History Response : { ...on Ledger2HistoryResponse : Omit < GraphQLTypes [ "Ledger2HistoryResponse" ] , "...on Ledger2HistoryResponse" > ; __typename : "Ledger2HistoryResponse" ; currentPage : number ; items : GraphQLTypes [ "Ledger2Operation" ] [] ; totalCount : number ; totalPages : number ; } ...on Ledger2 History Response : Omit < GraphQLTypes [ "Ledger2HistoryResponse" ] , "...on Ledger2HistoryResponse" > __typename : "Ledger2HistoryResponse" current Page : number items : GraphQLTypes [ "Ledger2Operation" ] [] total Count : number total Pages : number Ledger2 Operation : { ...on Ledger2Operation : Omit < GraphQLTypes [ "Ledger2Operation" ] , "...on Ledger2Operation" > ; __typename : "Ledger2Operation" ; accountId ?: number | null ; action : string ; blockNum : number ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; globalSequence : string ; memo ?: string | null ; operationCode ?: string | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; quantity ?: string | null ; username ?: string | null ; walletFrom ?: string | null ; walletTo ?: string | null ; } ...on Ledger2 Operation : Omit < GraphQLTypes [ "Ledger2Operation" ] , "...on Ledger2Operation" > __typename : "Ledger2Operation" Optional account Id ?: number | null action : string block Num : number coopname : string global Sequence : string Optional memo ?: string | null Optional operation Code ?: string | null Optional parent Apply Global Sequence ?: string | null Optional process Hash ?: string | null Optional quantity ?: string | null Optional username ?: string | null Optional wallet From ?: string | null Optional wallet To ?: string | null Ledger2 Posting : { ...on Ledger2Posting : Omit < GraphQLTypes [ "Ledger2Posting" ] , "...on Ledger2Posting" > ; __typename : "Ledger2Posting" ; blockNum : number ; createdAt : GraphQLTypes [ "DateTime" ] ; creditAccountId ?: number | null ; creditGlobalSequence ?: string | null ; debitAccountId ?: number | null ; debitGlobalSequence ?: string | null ; key : string ; memo ?: string | null ; operationCode ?: string | null ; parentApplyGlobalSequence ?: string | null ; processHash ?: string | null ; quantity ?: string | null ; username ?: string | null ; } ...on Ledger2 Posting : Omit < GraphQLTypes [ "Ledger2Posting" ] , "...on Ledger2Posting" > __typename : "Ledger2Posting" block Num : number Optional credit Account Id ?: number | null Optional credit Global Sequence ?: string | null Optional debit Account Id ?: number | null Optional debit Global Sequence ?: string | null key : string Optional memo ?: string | null Optional operation Code ?: string | null Optional parent Apply Global Sequence ?: string | null Optional process Hash ?: string | null Optional quantity ?: string | null Optional username ?: string | null Ledger2 Postings Response : { ...on Ledger2PostingsResponse : Omit < GraphQLTypes [ "Ledger2PostingsResponse" ] , "...on Ledger2PostingsResponse" > ; __typename : "Ledger2PostingsResponse" ; currentPage : number ; items : GraphQLTypes [ "Ledger2Posting" ] [] ; totalCount : number ; totalPages : number ; } ...on Ledger2 Postings Response : Omit < GraphQLTypes [ "Ledger2PostingsResponse" ] , "...on Ledger2PostingsResponse" > __typename : "Ledger2PostingsResponse" current Page : number items : GraphQLTypes [ "Ledger2Posting" ] [] total Count : number total Pages : number Ledger2 Wallet : { ...on Ledger2Wallet : Omit < GraphQLTypes [ "Ledger2Wallet" ] , "...on Ledger2Wallet" > ; __typename : "Ledger2Wallet" ; available : string ; id : string ; name : string ; } ...on Ledger2 Wallet : Omit < GraphQLTypes [ "Ledger2Wallet" ] , "...on Ledger2Wallet" > __typename : "Ledger2Wallet" available : string id : string name : string Ledger History Response : { ...on LedgerHistoryResponse : Omit < GraphQLTypes [ "LedgerHistoryResponse" ] , "...on LedgerHistoryResponse" > ; __typename : "LedgerHistoryResponse" ; currentPage : number ; items : GraphQLTypes [ "LedgerOperation" ] [] ; totalCount : number ; totalPages : number ; } ...on Ledger History Response : Omit < GraphQLTypes [ "LedgerHistoryResponse" ] , "...on LedgerHistoryResponse" > __typename : "LedgerHistoryResponse" current Page : number items : GraphQLTypes [ "LedgerOperation" ] [] total Count : number total Pages : number Ledger Operation : { ...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 Ledger Operation : 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 Ledger State : { ...on LedgerState : Omit < GraphQLTypes [ "LedgerState" ] , "...on LedgerState" > ; __typename : "LedgerState" ; chartOfAccounts : GraphQLTypes [ "ChartOfAccountsItem" ] [] ; coopname : string ; } ...on Ledger State : Omit < GraphQLTypes [ "LedgerState" ] , "...on LedgerState" > __typename : "LedgerState" chart Of Accounts : GraphQLTypes [ "ChartOfAccountsItem" ] [] coopname : string List Expense Plans Input : { braname ?: string | null ; } Optional braname ?: string | null List MarketplaceKUInput : { coopname : string ; onlyActive ?: boolean | null ; } coopname : string Optional only Active ?: boolean | null List Report Drafts Filter Input : { period ?: number | null ; reportType ?: GraphQLTypes [ "ReportType" ] | null ; year ?: number | null ; } Optional period ?: number | null Optional report Type ?: GraphQLTypes [ "ReportType" ] | null Optional year ?: number | null List Utc Dates With New Room Messages Input : { afterOriginServerTsExclusive : number ; matrixRoomId : string ; } after Origin Server Ts Exclusive : number matrix Room Id : string Log Metric Contribution Input : { delta : number ; issue_hash ?: string | null ; metric_hash : string ; } delta : number Optional issue_ hash ?: string | null metric_ hash : string Login Factors : { ...on LoginFactors : Omit < GraphQLTypes [ "LoginFactors" ] , "...on LoginFactors" > ; __typename : "LoginFactors" ; email_available : boolean ; email_enabled : boolean ; totp_enabled : boolean ; totp_enrolled : boolean ; } ...on Login Factors : Omit < GraphQLTypes [ "LoginFactors" ] , "...on LoginFactors" > __typename : "LoginFactors" email_ available : boolean email_ enabled : boolean totp_ enabled : boolean totp_ enrolled : boolean Login Input : { email : string ; now : string ; signature : string ; } email : string now : string signature : string Logout Input : { access_token : string ; refresh_token : string ; } access_ token : string refresh_ token : string Make Clearance Input : { 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 Mark Report Period Input : { mark ?: GraphQLTypes [ "ReportSubmissionMark" ] | null ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } Optional mark ?: GraphQLTypes [ "ReportSubmissionMark" ] | null Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] year : number Marketplace Accept Cpp Input : { accepted_by_board_decision_id : string ; document_registry_id : number ; } accepted_ by_ board_ decision_ id : string document_ registry_ id : number Marketplace Accept Orders Batch Input : { order_ids : string [] ; } Marketplace Accept Return At Visit Input : { braname : string ; claim_id : string ; inspection_photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null ; inspection_result : string ; scanned_barcode ?: string | null ; signed_statement ?: GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] | null ; } braname : string claim_ id : string Optional inspection_ photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null inspection_ result : string Optional scanned_ barcode ?: string | null Optional signed_ statement ?: GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] | null Marketplace Add Supplier Input : { contract_date ?: string | null ; contract_number ?: string | null ; member_account : string ; model ?: GraphQLTypes [ "MarketplaceSupplierModel" ] | null ; } Optional contract_ date ?: string | null Optional contract_ number ?: string | null member_ account : string Optional model ?: GraphQLTypes [ "MarketplaceSupplierModel" ] | null Marketplace Add To Cart Input : { delivery_braname ?: string | null ; offer_id : string ; package_id ?: string | null ; quantity : number ; } Optional delivery_ braname ?: string | null offer_ id : string Optional package_ id ?: string | null quantity : number Marketplace Aid : { ...on MarketplaceAid : Omit < GraphQLTypes [ "MarketplaceAid" ] , "...on MarketplaceAid" > ; __typename : "MarketplaceAid" ; amount : string ; braname : string ; hash : string ; payment_destination ?: string | null ; payment_status ?: GraphQLTypes [ "PaymentStatus" ] | null ; stage : GraphQLTypes [ "MarketplaceAidStage" ] ; username : string ; } ...on Marketplace Aid : Omit < GraphQLTypes [ "MarketplaceAid" ] , "...on MarketplaceAid" > __typename : "MarketplaceAid" amount : string braname : string hash : string Optional payment_ destination ?: string | null Optional payment_ status ?: GraphQLTypes [ "PaymentStatus" ] | null stage : GraphQLTypes [ "MarketplaceAidStage" ] username : string Marketplace Aid Statement Signable Payload Input : { amount : number ; braname : string ; } amount : number braname : string Marketplace Announce Order Ready Input : { order_id : GraphQLTypes [ "ID" ] ; } Marketplace Apl Reception : { ...on MarketplaceAplReception : Omit < GraphQLTypes [ "MarketplaceAplReception" ] , "...on MarketplaceAplReception" > ; __typename : "MarketplaceAplReception" ; braname : string ; chairman_account ?: string | null ; chairman_signchair_tx_hash ?: string | null ; chairman_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; created_by_operator_account : string ; cycle_id : string ; expeditor_data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null ; fact_quantity_per_order : GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] [] ; id : string ; offerer_account : string ; offerer_name ?: string | null ; shipment_id : string ; status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] ; supplier_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; supplier_signsupp_tx_hash ?: string | null ; total_amount : string ; ttn_number ?: string | null ; updated_at : GraphQLTypes [ "DateTime" ] ; variant : GraphQLTypes [ "MarketplaceAplReceptionVariant" ] ; } ...on Marketplace Apl Reception : Omit < GraphQLTypes [ "MarketplaceAplReception" ] , "...on MarketplaceAplReception" > __typename : "MarketplaceAplReception" braname : string Optional chairman_ account ?: string | null Optional chairman_ signchair_ tx_ hash ?: string | null Optional chairman_ signed_ at ?: GraphQLTypes [ "DateTime" ] | null coopname : string created_ by_ operator_ account : string cycle_ id : string Optional expeditor_ data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null fact_ quantity_ per_ order : GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] [] id : string offerer_ account : string Optional offerer_ name ?: string | null shipment_ id : string status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] Optional supplier_ signed_ at ?: GraphQLTypes [ "DateTime" ] | null Optional supplier_ signsupp_ tx_ hash ?: string | null total_ amount : string Optional ttn_ number ?: string | null variant : GraphQLTypes [ "MarketplaceAplReceptionVariant" ] Marketplace Apl Reception By Id Input : { apl_reception_id : string ; } Marketplace Apl Reception Fact Entry : { ...on MarketplaceAplReceptionFactEntry : Omit < GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] , "...on MarketplaceAplReceptionFactEntry" > ; __typename : "MarketplaceAplReceptionFactEntry" ; fact_quantity : number ; fact_unit_price ?: string | null ; order_id : string ; orderer_account ?: string | null ; orderer_name ?: string | null ; package_size ?: number | null ; product_name ?: string | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ...on Marketplace Apl Reception Fact Entry : Omit < GraphQLTypes [ "MarketplaceAplReceptionFactEntry" ] , "...on MarketplaceAplReceptionFactEntry" > __typename : "MarketplaceAplReceptionFactEntry" fact_ quantity : number Optional fact_ unit_ price ?: string | null order_ id : string Optional orderer_ account ?: string | null Optional orderer_ name ?: string | null Optional package_ size ?: number | null Optional product_ name ?: string | null Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Marketplace Apl Reception Fact Entry Input : { fact_quantity : number ; fact_unit_price ?: string | null ; order_id : string ; } fact_ quantity : number Optional fact_ unit_ price ?: string | null order_ id : string Marketplace Apl Reception Placement Input : { barcode_value ?: string | null ; cell_id ?: string | null ; container_id ?: string | null ; order_id : string ; quantity ?: number | null ; } Optional barcode_ value ?: string | null Optional cell_ id ?: string | null Optional container_ id ?: string | null order_ id : string Optional quantity ?: number | null Marketplace Apl Reception Result : { ...on MarketplaceAplReceptionResult : Omit < GraphQLTypes [ "MarketplaceAplReceptionResult" ] , "...on MarketplaceAplReceptionResult" > ; __typename : "MarketplaceAplReceptionResult" ; apl_reception : GraphQLTypes [ "MarketplaceAplReception" ] ; } ...on Marketplace Apl Reception Result : Omit < GraphQLTypes [ "MarketplaceAplReceptionResult" ] , "...on MarketplaceAplReceptionResult" > __typename : "MarketplaceAplReceptionResult" apl_ reception : GraphQLTypes [ "MarketplaceAplReception" ] Marketplace Apl Reception Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceAplReceptionSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "MarketplaceAplReceptionSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Marketplace Apl Reception Signed Meta Document Input : { accept_braname : string ; act_id : string ; block_num : number ; braname ?: string | null ; chairman_account ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_quantity : number ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reception_id : string ; registry_id : number ; skip_save : boolean ; sku : string ; supplier_account : string ; timezone : string ; title : string ; total_amount : string ; transmitter : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } accept_ braname : string act_ id : string block_ num : number Optional braname ?: string | null Optional chairman_ account ?: string | null coopname : string created_ at : string currency : string Optional doc_ data_ hash ?: string | null fact_ quantity : number generator : string lang : string links : string [] order_ hash : string order_ id : string product_ title : string reception_ id : string registry_ id : number skip_ save : boolean sku : string supplier_ account : string timezone : string title : string total_ amount : string transmitter : string unit_ cost : string unit_ of_ measurement : string username : string version : string Marketplace Apl Reception Status Changed Event : { ...on MarketplaceAplReceptionStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] , "...on MarketplaceAplReceptionStatusChangedEvent" > ; __typename : "MarketplaceAplReceptionStatusChangedEvent" ; braname : string ; reception_id : string ; status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] ; } ...on Marketplace Apl Reception Status Changed Event : Omit < GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] , "...on MarketplaceAplReceptionStatusChangedEvent" > __typename : "MarketplaceAplReceptionStatusChangedEvent" braname : string reception_ id : string status : GraphQLTypes [ "MarketplaceAplReceptionStatus" ] Marketplace Approve Offer Input : { offer_id : string ; warranty_days : number ; } offer_ id : string warranty_ days : number Marketplace Approve Return Visit Input : { braname : string ; claim_id : string ; comment ?: string | null ; } braname : string claim_ id : string Optional comment ?: string | null Marketplace Assign Inventory Placement Input : { cell_id ?: string | null ; container_id ?: string | null ; inventory_id : string ; } Optional cell_ id ?: string | null Optional container_ id ?: string | null inventory_ id : string Marketplace Attribute : { ...on MarketplaceAttribute : Omit < GraphQLTypes [ "MarketplaceAttribute" ] , "...on MarketplaceAttribute" > ; __typename : "MarketplaceAttribute" ; attributeComplexId : number ; attributeId : number ; canBeModifiedAfterCreation : boolean ; categoryDependent : boolean ; complexIsCollection : boolean ; description ?: string | null ; dictionary ?: GraphQLTypes [ "MarketplaceDictionary" ] | null ; dictionaryId ?: number | null ; groupId ?: number | null ; groupName ?: string | null ; hasDictionary : boolean ; isAspect : boolean ; isCollection : boolean ; isComplexAttribute : boolean ; isRequired : boolean ; maxValueCount : number ; maxValues : number ; name : string ; type : GraphQLTypes [ "MarketplaceAttributeType" ] ; } ...on Marketplace Attribute : Omit < GraphQLTypes [ "MarketplaceAttribute" ] , "...on MarketplaceAttribute" > __typename : "MarketplaceAttribute" attribute Complex Id : number attribute Id : number can Be Modified After Creation : boolean category Dependent : boolean complex Is Collection : boolean Optional description ?: string | null Optional dictionary ?: GraphQLTypes [ "MarketplaceDictionary" ] | null Optional dictionary Id ?: number | null Optional group Id ?: number | null Optional group Name ?: string | null has Dictionary : boolean is Aspect : boolean is Collection : boolean is Complex Attribute : boolean is Required : boolean max Value Count : number max Values : number name : string type : GraphQLTypes [ "MarketplaceAttributeType" ] Marketplace Attribute Group : { ...on MarketplaceAttributeGroup : Omit < GraphQLTypes [ "MarketplaceAttributeGroup" ] , "...on MarketplaceAttributeGroup" > ; __typename : "MarketplaceAttributeGroup" ; attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; attributesCount : number ; groupId ?: number | null ; groupName : string ; } ...on Marketplace Attribute Group : Omit < GraphQLTypes [ "MarketplaceAttributeGroup" ] , "...on MarketplaceAttributeGroup" > __typename : "MarketplaceAttributeGroup" attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] attributes Count : number Optional group Id ?: number | null group Name : string Marketplace Attribute Stats : { ...on MarketplaceAttributeStats : Omit < GraphQLTypes [ "MarketplaceAttributeStats" ] , "...on MarketplaceAttributeStats" > ; __typename : "MarketplaceAttributeStats" ; aspectAttributes : number ; dictionaryAttributes : number ; requiredAttributes : number ; totalAttributes : number ; totalDictionaries : number ; totalDictionaryValues : number ; } ...on Marketplace Attribute Stats : Omit < GraphQLTypes [ "MarketplaceAttributeStats" ] , "...on MarketplaceAttributeStats" > __typename : "MarketplaceAttributeStats" aspect Attributes : number dictionary Attributes : number required Attributes : number total Attributes : number total Dictionaries : number total Dictionary Values : number Marketplace Attribute Validation : { ...on MarketplaceAttributeValidation : Omit < GraphQLTypes [ "MarketplaceAttributeValidation" ] , "...on MarketplaceAttributeValidation" > ; __typename : "MarketplaceAttributeValidation" ; errors : string [] ; isValid : boolean ; } ...on Marketplace Attribute Validation : Omit < GraphQLTypes [ "MarketplaceAttributeValidation" ] , "...on MarketplaceAttributeValidation" > __typename : "MarketplaceAttributeValidation" errors : string [] is Valid : boolean Marketplace Availability Stats : { ...on MarketplaceAvailabilityStats : Omit < GraphQLTypes [ "MarketplaceAvailabilityStats" ] , "...on MarketplaceAvailabilityStats" > ; __typename : "MarketplaceAvailabilityStats" ; categoriesCount : number ; hasRestrictions : boolean ; totalAvailable : number ; typesCount : number ; } ...on Marketplace Availability Stats : Omit < GraphQLTypes [ "MarketplaceAvailabilityStats" ] , "...on MarketplaceAvailabilityStats" > __typename : "MarketplaceAvailabilityStats" categories Count : number has Restrictions : boolean total Available : number types Count : number Marketplace Available Category : { ...on MarketplaceAvailableCategory : Omit < GraphQLTypes [ "MarketplaceAvailableCategory" ] , "...on MarketplaceAvailableCategory" > ; __typename : "MarketplaceAvailableCategory" ; addedBy : string ; categoryId : number ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : number ; isActive : boolean ; isForEntireCategory : boolean ; isForSpecificType : boolean ; typeId ?: number | null ; updatedAt : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Available Category : Omit < GraphQLTypes [ "MarketplaceAvailableCategory" ] , "...on MarketplaceAvailableCategory" > __typename : "MarketplaceAvailableCategory" added By : string category Id : number coopname : string id : number is Active : boolean is For Entire Category : boolean is For Specific Type : boolean Optional type Id ?: number | null Marketplace Bind Inventory Barcode Input : { barcode_value : string ; format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; inventory_id : string ; } barcode_ value : string Optional format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null inventory_ id : string Marketplace Branch Economy : { ...on MarketplaceBranchEconomy : Omit < GraphQLTypes [ "MarketplaceBranchEconomy" ] , "...on MarketplaceBranchEconomy" > ; __typename : "MarketplaceBranchEconomy" ; available_to_distribute : string ; braname : string ; common_balance : string ; reserve_amount : string ; total_weight : number ; weights : GraphQLTypes [ "MarketplaceTrusteeWeight" ] [] ; } ...on Marketplace Branch Economy : Omit < GraphQLTypes [ "MarketplaceBranchEconomy" ] , "...on MarketplaceBranchEconomy" > __typename : "MarketplaceBranchEconomy" available_ to_ distribute : string braname : string common_ balance : string reserve_ amount : string total_ weight : number weights : GraphQLTypes [ "MarketplaceTrusteeWeight" ] [] Marketplace Branch Wallet History Pagination Result : { ...on MarketplaceBranchWalletHistoryPaginationResult : Omit < GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] , "...on MarketplaceBranchWalletHistoryPaginationResult" > ; __typename : "MarketplaceBranchWalletHistoryPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceBranchWalletOperation" ] [] ; totalCount : number ; totalPages : number ; } ...on Marketplace Branch Wallet History Pagination Result : Omit < GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] , "...on MarketplaceBranchWalletHistoryPaginationResult" > __typename : "MarketplaceBranchWalletHistoryPaginationResult" current Page : number items : GraphQLTypes [ "MarketplaceBranchWalletOperation" ] [] total Count : number total Pages : number Marketplace Branch Wallet Operation : { ...on MarketplaceBranchWalletOperation : Omit < GraphQLTypes [ "MarketplaceBranchWalletOperation" ] , "...on MarketplaceBranchWalletOperation" > ; __typename : "MarketplaceBranchWalletOperation" ; created_at : GraphQLTypes [ "DateTime" ] ; global_sequence : string ; memo ?: string | null ; operation_code : string ; order_hash ?: string | null ; order_id ?: string | null ; quantity ?: string | null ; } ...on Marketplace Branch Wallet Operation : Omit < GraphQLTypes [ "MarketplaceBranchWalletOperation" ] , "...on MarketplaceBranchWalletOperation" > __typename : "MarketplaceBranchWalletOperation" global_ sequence : string Optional memo ?: string | null operation_ code : string Optional order_ hash ?: string | null Optional order_ id ?: string | null Optional quantity ?: string | null Marketplace Cancel Order Input : { order_id : string ; } Marketplace Cancel Order Result : { ...on MarketplaceCancelOrderResult : Omit < GraphQLTypes [ "MarketplaceCancelOrderResult" ] , "...on MarketplaceCancelOrderResult" > ; __typename : "MarketplaceCancelOrderResult" ; order : GraphQLTypes [ "MarketplaceOrder" ] ; tx_hash : string ; } ...on Marketplace Cancel Order Result : Omit < GraphQLTypes [ "MarketplaceCancelOrderResult" ] , "...on MarketplaceCancelOrderResult" > __typename : "MarketplaceCancelOrderResult" order : GraphQLTypes [ "MarketplaceOrder" ] tx_ hash : string Marketplace Cancel Stock Order Input : { order_id : string ; reason ?: string | null ; } order_ id : string Optional reason ?: string | null Marketplace Cart : { ...on MarketplaceCart : Omit < GraphQLTypes [ "MarketplaceCart" ] , "...on MarketplaceCart" > ; __typename : "MarketplaceCart" ; delivery_braname ?: string | null ; delivery_point_name ?: string | null ; id : string ; items : GraphQLTypes [ "MarketplaceCartItem" ] [] ; positions_count : number ; total_cost : string ; total_quantity : number ; } ...on Marketplace Cart : Omit < GraphQLTypes [ "MarketplaceCart" ] , "...on MarketplaceCart" > __typename : "MarketplaceCart" Optional delivery_ braname ?: string | null Optional delivery_ point_ name ?: string | null id : string items : GraphQLTypes [ "MarketplaceCartItem" ] [] positions_ count : number total_ cost : string total_ quantity : number Marketplace Cart Item : { ...on MarketplaceCartItem : Omit < GraphQLTypes [ "MarketplaceCartItem" ] , "...on MarketplaceCartItem" > ; __typename : "MarketplaceCartItem" ; available_on_current_ku : boolean ; blocker ?: GraphQLTypes [ "MarketplaceCartItemBlocker" ] | null ; id : string ; image_url ?: string | null ; line_total ?: string | null ; max_available ?: number | null ; offer_id : string ; package_id ?: string | null ; package_label ?: string | null ; price_per_unit ?: string | null ; product_name ?: string | null ; quantity : number ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ...on Marketplace Cart Item : Omit < GraphQLTypes [ "MarketplaceCartItem" ] , "...on MarketplaceCartItem" > __typename : "MarketplaceCartItem" available_ on_ current_ ku : boolean Optional blocker ?: GraphQLTypes [ "MarketplaceCartItemBlocker" ] | null id : string Optional image_ url ?: string | null Optional line_ total ?: string | null Optional max_ available ?: number | null offer_ id : string Optional package_ id ?: string | null Optional package_ label ?: string | null Optional price_ per_ unit ?: string | null Optional product_ name ?: string | null quantity : number Optional sale_ form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Marketplace Category : { ...on MarketplaceCategory : Omit < GraphQLTypes [ "MarketplaceCategory" ] , "...on MarketplaceCategory" > ; __typename : "MarketplaceCategory" ; display_name : string ; id : number ; mvp_baseline : boolean ; sort_order : number ; } ...on Marketplace Category : Omit < GraphQLTypes [ "MarketplaceCategory" ] , "...on MarketplaceCategory" > __typename : "MarketplaceCategory" display_ name : string id : number mvp_ baseline : boolean sort_ order : number Marketplace Category Offer Count : { ...on MarketplaceCategoryOfferCount : Omit < GraphQLTypes [ "MarketplaceCategoryOfferCount" ] , "...on MarketplaceCategoryOfferCount" > ; __typename : "MarketplaceCategoryOfferCount" ; category_id : number ; count : number ; } ...on Marketplace Category Offer Count : Omit < GraphQLTypes [ "MarketplaceCategoryOfferCount" ] , "...on MarketplaceCategoryOfferCount" > __typename : "MarketplaceCategoryOfferCount" category_ id : number count : number Marketplace Category Request Count : { ...on MarketplaceCategoryRequestCount : Omit < GraphQLTypes [ "MarketplaceCategoryRequestCount" ] , "...on MarketplaceCategoryRequestCount" > ; __typename : "MarketplaceCategoryRequestCount" ; categoryId : number ; categoryName : string ; count : number ; } ...on Marketplace Category Request Count : Omit < GraphQLTypes [ "MarketplaceCategoryRequestCount" ] , "...on MarketplaceCategoryRequestCount" > __typename : "MarketplaceCategoryRequestCount" category Id : number category Name : string count : number Marketplace Category Tree Node : { ...on MarketplaceCategoryTreeNode : Omit < GraphQLTypes [ "MarketplaceCategoryTreeNode" ] , "...on MarketplaceCategoryTreeNode" > ; __typename : "MarketplaceCategoryTreeNode" ; categoryName : string ; children : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; childrenCount : number ; descriptionCategoryId : number ; disabled : boolean ; fullPath ?: string | null ; isLeafCategory : boolean ; parentId ?: number | null ; types : GraphQLTypes [ "MarketplaceProductType" ] [] ; typesCount : number ; } ...on Marketplace Category Tree Node : Omit < GraphQLTypes [ "MarketplaceCategoryTreeNode" ] , "...on MarketplaceCategoryTreeNode" > __typename : "MarketplaceCategoryTreeNode" category Name : string children : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] children Count : number description Category Id : number disabled : boolean Optional full Path ?: string | null is Leaf Category : boolean Optional parent Id ?: number | null types : GraphQLTypes [ "MarketplaceProductType" ] [] types Count : number Marketplace Category Tree Stats : { ...on MarketplaceCategoryTreeStats : Omit < GraphQLTypes [ "MarketplaceCategoryTreeStats" ] , "...on MarketplaceCategoryTreeStats" > ; __typename : "MarketplaceCategoryTreeStats" ; availableTypes : number ; disabledCategories : number ; leafCategories : number ; rootCategories : number ; totalCategories : number ; totalTypes : number ; } ...on Marketplace Category Tree Stats : Omit < GraphQLTypes [ "MarketplaceCategoryTreeStats" ] , "...on MarketplaceCategoryTreeStats" > __typename : "MarketplaceCategoryTreeStats" available Types : number disabled Categories : number leaf Categories : number root Categories : number total Categories : number total Types : number Marketplace Checkout Cart Input : { checkout_id ?: string | null ; lines ?: GraphQLTypes [ "MarketplaceCheckoutSignedLineInput" ] [] | null ; } Optional checkout_ id ?: string | null Optional lines ?: GraphQLTypes [ "MarketplaceCheckoutSignedLineInput" ] [] | null Marketplace Checkout Failed Line : { ...on MarketplaceCheckoutFailedLine : Omit < GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] , "...on MarketplaceCheckoutFailedLine" > ; __typename : "MarketplaceCheckoutFailedLine" ; offer_id : string ; product_name ?: string | null ; quantity : number ; reason : string ; } ...on Marketplace Checkout Failed Line : Omit < GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] , "...on MarketplaceCheckoutFailedLine" > __typename : "MarketplaceCheckoutFailedLine" offer_ id : string Optional product_ name ?: string | null quantity : number reason : string Marketplace Checkout Result : { ...on MarketplaceCheckoutResult : Omit < GraphQLTypes [ "MarketplaceCheckoutResult" ] , "...on MarketplaceCheckoutResult" > ; __typename : "MarketplaceCheckoutResult" ; cart : GraphQLTypes [ "MarketplaceCart" ] ; checkout_id : string ; created_orders : GraphQLTypes [ "MarketplaceOrder" ] [] ; delivery_braname : string ; failed_lines : GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] [] ; fully_completed : boolean ; } ...on Marketplace Checkout Result : Omit < GraphQLTypes [ "MarketplaceCheckoutResult" ] , "...on MarketplaceCheckoutResult" > __typename : "MarketplaceCheckoutResult" cart : GraphQLTypes [ "MarketplaceCart" ] checkout_ id : string created_ orders : GraphQLTypes [ "MarketplaceOrder" ] [] delivery_ braname : string failed_ lines : GraphQLTypes [ "MarketplaceCheckoutFailedLine" ] [] fully_ completed : boolean Marketplace Checkout Signable Line : { ...on MarketplaceCheckoutSignableLine : Omit < GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] , "...on MarketplaceCheckoutSignableLine" > ; __typename : "MarketplaceCheckoutSignableLine" ; amount : string ; document : GraphQLTypes [ "GeneratedDocument" ] ; offer_id : string ; order_hash : string ; package_id ?: string | null ; } ...on Marketplace Checkout Signable Line : Omit < GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] , "...on MarketplaceCheckoutSignableLine" > __typename : "MarketplaceCheckoutSignableLine" amount : string document : GraphQLTypes [ "GeneratedDocument" ] offer_ id : string order_ hash : string Optional package_ id ?: string | null Marketplace Checkout Signed Line Input : { offer_id : string ; order_hash : string ; package_id ?: string | null ; signed_statement : GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] ; } offer_ id : string order_ hash : string Optional package_ id ?: string | null signed_ statement : GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] Marketplace Clear Inventory Label Input : { inventory_id : string ; } Marketplace Confirm Writeoff Input : { braname : string ; proposal_id : string ; signed_memo : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } braname : string proposal_ id : string signed_ memo : GraphQLTypes [ "SignedDigitalDocumentInput" ] Marketplace Consolidated Request : { ...on MarketplaceConsolidatedRequest : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequest" ] , "...on MarketplaceConsolidatedRequest" > ; __typename : "MarketplaceConsolidatedRequest" ; accepted_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; cycle_ended_at ?: GraphQLTypes [ "DateTime" ] | null ; cycle_started_at : GraphQLTypes [ "DateTime" ] ; decline_reason ?: string | null ; declined_at ?: GraphQLTypes [ "DateTime" ] | null ; expires_at ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; offer_id : string ; status : string ; supplier_account : string ; total_amount : string ; total_quantity : number ; triggered_by_supplier_at ?: GraphQLTypes [ "DateTime" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Consolidated Request : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequest" ] , "...on MarketplaceConsolidatedRequest" > __typename : "MarketplaceConsolidatedRequest" Optional accepted_ at ?: GraphQLTypes [ "DateTime" ] | null coopname : string Optional cycle_ ended_ at ?: GraphQLTypes [ "DateTime" ] | null cycle_ started_ at : GraphQLTypes [ "DateTime" ] Optional decline_ reason ?: string | null Optional declined_ at ?: GraphQLTypes [ "DateTime" ] | null Optional expires_ at ?: GraphQLTypes [ "DateTime" ] | null id : string offer_ id : string status : string supplier_ account : string total_ amount : string total_ quantity : number Optional triggered_ by_ supplier_ at ?: GraphQLTypes [ "DateTime" ] | null Marketplace Consolidated Request Pagination Result : { ...on MarketplaceConsolidatedRequestPaginationResult : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] , "...on MarketplaceConsolidatedRequestPaginationResult" > ; __typename : "MarketplaceConsolidatedRequestPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceConsolidatedRequest" ] [] ; totalCount : number ; totalPages : number ; } ...on Marketplace Consolidated Request Pagination Result : Omit < GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] , "...on MarketplaceConsolidatedRequestPaginationResult" > __typename : "MarketplaceConsolidatedRequestPaginationResult" current Page : number items : GraphQLTypes [ "MarketplaceConsolidatedRequest" ] [] total Count : number total Pages : number Marketplace Container : { ...on MarketplaceContainer : Omit < GraphQLTypes [ "MarketplaceContainer" ] , "...on MarketplaceContainer" > ; __typename : "MarketplaceContainer" ; braname : string ; cell_id ?: string | null ; code : string ; container_type_id : string ; id : string ; is_active : boolean ; label ?: string | null ; } ...on Marketplace Container : Omit < GraphQLTypes [ "MarketplaceContainer" ] , "...on MarketplaceContainer" > __typename : "MarketplaceContainer" braname : string Optional cell_ id ?: string | null code : string container_ type_ id : string id : string is_ active : boolean Optional label ?: string | null Marketplace Container Type : { ...on MarketplaceContainerType : Omit < GraphQLTypes [ "MarketplaceContainerType" ] , "...on MarketplaceContainerType" > ; __typename : "MarketplaceContainerType" ; height_cm : number ; id : string ; is_active : boolean ; length_cm : number ; max_weight_kg ?: string | null ; name : string ; volume_m3 : string ; width_cm : number ; } ...on Marketplace Container Type : Omit < GraphQLTypes [ "MarketplaceContainerType" ] , "...on MarketplaceContainerType" > __typename : "MarketplaceContainerType" height_ cm : number id : string is_ active : boolean length_ cm : number Optional max_ weight_ kg ?: string | null name : string volume_ m3 : string width_ cm : number Marketplace Convert Branch Funds Input : { amount : number ; } Marketplace Convert Statement Signed Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceConvertStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "MarketplaceConvertStatementSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Marketplace Convert Statement Signed Meta Document Input : { amount : string ; block_num : number ; coopname : string ; created_at : string ; generator : string ; lang : string ; links : string [] ; order_hash : string ; registry_id : number ; skip_save : boolean ; timezone : string ; title : string ; username : string ; version : string ; } amount : string block_ num : number coopname : string created_ at : string generator : string lang : string links : string [] order_ hash : string registry_ id : number skip_ save : boolean timezone : string title : string username : string version : string Marketplace Cpp Status : { ...on MarketplaceCppStatus : Omit < GraphQLTypes [ "MarketplaceCppStatus" ] , "...on MarketplaceCppStatus" > ; __typename : "MarketplaceCppStatus" ; accepted_at ?: string | null ; accepted_by_board_decision_id ?: string | null ; document_registry_id ?: number | null ; status : string ; } ...on Marketplace Cpp Status : Omit < GraphQLTypes [ "MarketplaceCppStatus" ] , "...on MarketplaceCppStatus" > __typename : "MarketplaceCppStatus" Optional accepted_ at ?: string | null Optional accepted_ by_ board_ decision_ id ?: string | null Optional document_ registry_ id ?: number | null status : string Marketplace Create Aid Input : { aid_hash : string ; amount : number ; braname : string ; payment_method_id : string ; statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } aid_ hash : string amount : number braname : string payment_ method_ id : string statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] Marketplace Create Apl Reception Input : { fact_quantity_per_order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null ; shipment_id : string ; } Optional fact_ quantity_ per_ order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null shipment_ id : string Marketplace Create Container Type Input : { height_cm : number ; length_cm : number ; max_weight_kg ?: string | null ; name : string ; volume_m3 ?: string | null ; width_cm : number ; } height_ cm : number length_ cm : number Optional max_ weight_ kg ?: string | null name : string Optional volume_ m3 ?: string | null width_ cm : number Marketplace Create Containers Input : { braname : string ; container_type_id : string ; count : number ; label ?: string | null ; } braname : string container_ type_ id : string count : number Optional label ?: string | null Marketplace Create Express Reception Input : { braname : string ; fact_quantity_per_order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null ; offerer_account : string ; } braname : string Optional fact_ quantity_ per_ order ?: GraphQLTypes [ "MarketplaceAplReceptionFactEntryInput" ] [] | null offerer_ account : string Marketplace Create Express Reception Result : { ...on MarketplaceCreateExpressReceptionResult : Omit < GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] , "...on MarketplaceCreateExpressReceptionResult" > ; __typename : "MarketplaceCreateExpressReceptionResult" ; apl_receptions : GraphQLTypes [ "MarketplaceAplReception" ] [] ; } ...on Marketplace Create Express Reception Result : Omit < GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] , "...on MarketplaceCreateExpressReceptionResult" > __typename : "MarketplaceCreateExpressReceptionResult" apl_ receptions : GraphQLTypes [ "MarketplaceAplReception" ] [] Marketplace Create Offer Input : { barcode_strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null ; category_id : number ; delivery_points : GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] ; description ?: string | null ; images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null ; pack_size ?: number | null ; packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null ; price_per_unit : string ; product_name : string ; quantity_available ?: number | null ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; shelf_life_days : number ; unit_of_measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] ; unlimited_flag : boolean ; } Optional barcode_ strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null category_ id : number delivery_ points : GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] Optional description ?: string | null Optional images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null Optional pack_ size ?: number | null Optional packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null price_ per_ unit : string product_ name : string Optional quantity_ available ?: number | null Optional sale_ form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null shelf_ life_ days : number unit_ of_ measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] unlimited_ flag : boolean Marketplace Create Order Proposal Line Input : { actual_quantity : number ; actual_unit_price : string ; order_id : string ; signiss1_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } actual_ quantity : number actual_ unit_ price : string order_ id : string signiss1_ act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] Marketplace Create Return Claim Input : { actual_quantity ?: number | null ; defect_category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null ; order_id : string ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] ; reason_text : string ; signed_statement : GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] ; } Optional actual_ quantity ?: number | null Optional defect_ category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null order_ id : string photos : GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] reason_ text : string signed_ statement : GraphQLTypes [ "MarketplaceReturnStatementSignedInput" ] Marketplace Create Shipment Input : { cycle_id : string ; groups : GraphQLTypes [ "MarketplaceShipmentGroupInput" ] [] ; } cycle_ id : string groups : GraphQLTypes [ "MarketplaceShipmentGroupInput" ] [] Marketplace Create Shipment Result : { ...on MarketplaceCreateShipmentResult : Omit < GraphQLTypes [ "MarketplaceCreateShipmentResult" ] , "...on MarketplaceCreateShipmentResult" > ; __typename : "MarketplaceCreateShipmentResult" ; shipments : GraphQLTypes [ "MarketplaceShipment" ] [] ; } ...on Marketplace Create Shipment Result : Omit < GraphQLTypes [ "MarketplaceCreateShipmentResult" ] , "...on MarketplaceCreateShipmentResult" > __typename : "MarketplaceCreateShipmentResult" shipments : GraphQLTypes [ "MarketplaceShipment" ] [] Marketplace Create Stock Proposal Input : { braname : string ; items ?: GraphQLTypes [ "MarketplaceCreateStockProposalLineInput" ] [] | null ; member_account : string ; order_items ?: GraphQLTypes [ "MarketplaceCreateOrderProposalLineInput" ] [] | null ; } braname : string Optional items ?: GraphQLTypes [ "MarketplaceCreateStockProposalLineInput" ] [] | null member_ account : string Optional order_ items ?: GraphQLTypes [ "MarketplaceCreateOrderProposalLineInput" ] [] | null Marketplace Create Stock Proposal Line Input : { offer_id : string ; order_hash : string ; package_id ?: string | null ; quantity : number ; signiss1_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } offer_ id : string order_ hash : string Optional package_ id ?: string | null quantity : number signiss1_ act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] Marketplace Create Storage Cell Input : { braname : string ; label ?: string | null ; level : number ; section : string ; } braname : string Optional label ?: string | null level : number section : string Marketplace Create Storage Grid Input : { braname : string ; level_from : number ; level_to : number ; sections : string [] ; } braname : string level_ from : number level_ to : number sections : string [] Marketplace Create Writeoff Draft Input : { cycle_started_at ?: string | null ; items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] ; } Optional cycle_ started_ at ?: string | null items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] Marketplace Current Member : { ...on MarketplaceCurrentMember : Omit < GraphQLTypes [ "MarketplaceCurrentMember" ] , "...on MarketplaceCurrentMember" > ; __typename : "MarketplaceCurrentMember" ; branches : string [] ; core_roles : string [] ; marketplace_roles : string [] ; username : string ; warehouse_settings : GraphQLTypes [ "MarketplaceWarehouseSettings" ] ; } ...on Marketplace Current Member : Omit < GraphQLTypes [ "MarketplaceCurrentMember" ] , "...on MarketplaceCurrentMember" > __typename : "MarketplaceCurrentMember" branches : string [] core_ roles : string [] marketplace_ roles : string [] username : string warehouse_ settings : GraphQLTypes [ "MarketplaceWarehouseSettings" ] Marketplace Decline Orders Batch Input : { order_ids : string [] ; reason : string ; } order_ ids : string [] reason : string Marketplace Delete Trustee Weight Input : { braname : string ; username : string ; } braname : string username : string Marketplace DetailKUInput : { coopname : string ; coreBraname : string ; description ?: string | null ; workingHours : GraphQLTypes [ "WorkingHoursInput" ] ; } coopname : string core Braname : string Optional description ?: string | null working Hours : GraphQLTypes [ "WorkingHoursInput" ] Marketplace Dictionary : { ...on MarketplaceDictionary : Omit < GraphQLTypes [ "MarketplaceDictionary" ] , "...on MarketplaceDictionary" > ; __typename : "MarketplaceDictionary" ; description ?: string | null ; dictionaryId : number ; hasValuesWithPictures : boolean ; name ?: string | null ; values : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] ; valuesCount : number ; } ...on Marketplace Dictionary : Omit < GraphQLTypes [ "MarketplaceDictionary" ] , "...on MarketplaceDictionary" > __typename : "MarketplaceDictionary" Optional description ?: string | null dictionary Id : number has Values With Pictures : boolean Optional name ?: string | null values : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] values Count : number Marketplace Dictionary Value : { ...on MarketplaceDictionaryValue : Omit < GraphQLTypes [ "MarketplaceDictionaryValue" ] , "...on MarketplaceDictionaryValue" > ; __typename : "MarketplaceDictionaryValue" ; dictionaryId : number ; dictionaryValueId : number ; fullDescription : string ; hasInfo : boolean ; hasPicture : boolean ; info ?: string | null ; picture ?: string | null ; value : string ; } ...on Marketplace Dictionary Value : Omit < GraphQLTypes [ "MarketplaceDictionaryValue" ] , "...on MarketplaceDictionaryValue" > __typename : "MarketplaceDictionaryValue" dictionary Id : number dictionary Value Id : number full Description : string has Info : boolean has Picture : boolean Optional info ?: string | null Optional picture ?: string | null value : string Marketplace Distribute Branch Funds Input : { amount : number ; braname : string ; } amount : number braname : string Marketplace Economy Config : { ...on MarketplaceEconomyConfig : Omit < GraphQLTypes [ "MarketplaceEconomyConfig" ] , "...on MarketplaceEconomyConfig" > ; __typename : "MarketplaceEconomyConfig" ; membership_fee_percent : number ; } ...on Marketplace Economy Config : Omit < GraphQLTypes [ "MarketplaceEconomyConfig" ] , "...on MarketplaceEconomyConfig" > __typename : "MarketplaceEconomyConfig" membership_ fee_ percent : number Marketplace Event : { ...on MarketplaceAplReceptionStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] ; ...on MarketplaceOfferModerationEvent : "__union" & GraphQLTypes [ "MarketplaceOfferModerationEvent" ] ; ...on MarketplaceOfferPublishedEvent : "__union" & GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] ; ...on MarketplaceOfferStockChangedEvent : "__union" & GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] ; ...on MarketplaceOrderReadyToReceiveEvent : "__union" & GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] ; ...on MarketplaceOrderStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] ; ...on MarketplacePaymentStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] ; ...on MarketplaceReceptionPendingSignEvent : "__union" & GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] ; ...on MarketplaceReturnClaimStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] ; ...on MarketplaceStockProposalCreatedEvent : "__union" & GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] ; ...on MarketplaceStockProposalResolvedEvent : "__union" & GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] ; ...on MarketplaceWriteoffStatusChangedEvent : "__union" & GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] ; __typename : "MarketplaceAplReceptionStatusChangedEvent" | "MarketplaceOfferModerationEvent" | "MarketplaceOfferPublishedEvent" | "MarketplaceOfferStockChangedEvent" | "MarketplaceOrderReadyToReceiveEvent" | "MarketplaceOrderStatusChangedEvent" | "MarketplacePaymentStatusChangedEvent" | "MarketplaceReceptionPendingSignEvent" | "MarketplaceReturnClaimStatusChangedEvent" | "MarketplaceStockProposalCreatedEvent" | "MarketplaceStockProposalResolvedEvent" | "MarketplaceWriteoffStatusChangedEvent" ; } ...on Marketplace Apl Reception Status Changed Event : "__union" & GraphQLTypes [ "MarketplaceAplReceptionStatusChangedEvent" ] ...on Marketplace Offer Moderation Event : "__union" & GraphQLTypes [ "MarketplaceOfferModerationEvent" ] ...on Marketplace Offer Published Event : "__union" & GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] ...on Marketplace Offer Stock Changed Event : "__union" & GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] ...on Marketplace Order Ready To Receive Event : "__union" & GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] ...on Marketplace Order Status Changed Event : "__union" & GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] ...on Marketplace Payment Status Changed Event : "__union" & GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] ...on Marketplace Reception Pending Sign Event : "__union" & GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] ...on Marketplace Return Claim Status Changed Event : "__union" & GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] ...on Marketplace Stock Proposal Created Event : "__union" & GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] ...on Marketplace Stock Proposal Resolved Event : "__union" & GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] ...on Marketplace Writeoff Status Changed Event : "__union" & GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] __typename : "MarketplaceAplReceptionStatusChangedEvent" | "MarketplaceOfferModerationEvent" | "MarketplaceOfferPublishedEvent" | "MarketplaceOfferStockChangedEvent" | "MarketplaceOrderReadyToReceiveEvent" | "MarketplaceOrderStatusChangedEvent" | "MarketplacePaymentStatusChangedEvent" | "MarketplaceReceptionPendingSignEvent" | "MarketplaceReturnClaimStatusChangedEvent" | "MarketplaceStockProposalCreatedEvent" | "MarketplaceStockProposalResolvedEvent" | "MarketplaceWriteoffStatusChangedEvent" Marketplace Events Input : { coopname : string ; } Marketplace Express Pickup Candidate : { ...on MarketplaceExpressPickupCandidate : Omit < GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] , "...on MarketplaceExpressPickupCandidate" > ; __typename : "MarketplaceExpressPickupCandidate" ; braname : string ; offerer_account : string ; orders_count : number ; total_amount : string ; total_units : number ; } ...on Marketplace Express Pickup Candidate : Omit < GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] , "...on MarketplaceExpressPickupCandidate" > __typename : "MarketplaceExpressPickupCandidate" braname : string offerer_ account : string orders_ count : number total_ amount : string total_ units : number Marketplace Finalize Stock Issuance Input : { order_lines : GraphQLTypes [ "MarketplaceStockFinalizeLineInput" ] [] ; proposal_id : string ; signed_convert ?: GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] | null ; } order_ lines : GraphQLTypes [ "MarketplaceStockFinalizeLineInput" ] [] proposal_ id : string Optional signed_ convert ?: GraphQLTypes [ "MarketplaceConvertStatementSignedInput" ] | null Marketplace Generate Inventory Label Input : { format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; inventory_id : string ; } Optional format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null inventory_ id : string Marketplace Get Order Input : { order_id : string ; } Marketplace Get Shipment Input : { shipment_id : string ; } Marketplace Inventory Item : { ...on MarketplaceInventoryItem : Omit < GraphQLTypes [ "MarketplaceInventoryItem" ] , "...on MarketplaceInventoryItem" > ; __typename : "MarketplaceInventoryItem" ; arrival_price ?: string | null ; barcode_format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null ; barcode_value ?: string | null ; braname : string ; cell_id ?: string | null ; container_id ?: string | null ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_point_address ?: string | null ; delivery_point_name ?: string | null ; expiry_date ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; labeled_at ?: GraphQLTypes [ "DateTime" ] | null ; labeled_by_operator_account ?: string | null ; order_id : string ; orderer_account_snapshot : string ; orderer_name ?: string | null ; ownership : GraphQLTypes [ "MarketplaceInventoryOwnership" ] ; package_size ?: number | null ; product_name_snapshot : string ; published_offer_id ?: string | null ; quantity_per_label : number ; received_at : GraphQLTypes [ "DateTime" ] ; received_by_operator_account : string ; reserved_order_id ?: string | null ; shipment_id : string ; status : GraphQLTypes [ "MarketplaceInventoryStatus" ] ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Inventory Item : Omit < GraphQLTypes [ "MarketplaceInventoryItem" ] , "...on MarketplaceInventoryItem" > __typename : "MarketplaceInventoryItem" Optional arrival_ price ?: string | null Optional barcode_ format ?: GraphQLTypes [ "MarketplaceBarcodeFormat" ] | null Optional barcode_ value ?: string | null braname : string Optional cell_ id ?: string | null Optional container_ id ?: string | null coopname : string Optional delivery_ point_ address ?: string | null Optional delivery_ point_ name ?: string | null Optional expiry_ date ?: GraphQLTypes [ "DateTime" ] | null id : string Optional labeled_ at ?: GraphQLTypes [ "DateTime" ] | null Optional labeled_ by_ operator_ account ?: string | null order_ id : string orderer_ account_ snapshot : string Optional orderer_ name ?: string | null ownership : GraphQLTypes [ "MarketplaceInventoryOwnership" ] Optional package_ size ?: number | null product_ name_ snapshot : string Optional published_ offer_ id ?: string | null quantity_ per_ label : number received_ at : GraphQLTypes [ "DateTime" ] received_ by_ operator_ account : string Optional reserved_ order_ id ?: string | null shipment_ id : string status : GraphQLTypes [ "MarketplaceInventoryStatus" ] Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Marketplace Inventory Mutation Result : { ...on MarketplaceInventoryMutationResult : Omit < GraphQLTypes [ "MarketplaceInventoryMutationResult" ] , "...on MarketplaceInventoryMutationResult" > ; __typename : "MarketplaceInventoryMutationResult" ; inventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; } ...on Marketplace Inventory Mutation Result : Omit < GraphQLTypes [ "MarketplaceInventoryMutationResult" ] , "...on MarketplaceInventoryMutationResult" > __typename : "MarketplaceInventoryMutationResult" inventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] Marketplace Inventory Split Entry Input : { cell_id ?: string | null ; container_id ?: string | null ; quantity : number ; } Optional cell_ id ?: string | null Optional container_ id ?: string | null quantity : number Marketplace Issue Act Payload Input : { actual_quantity ?: number | null ; actual_unit_price ?: string | null ; order_id : GraphQLTypes [ "ID" ] ; } Optional actual_ quantity ?: number | null Optional actual_ unit_ price ?: string | null Marketplace Issue Act Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceIssueActSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "MarketplaceIssueActSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Marketplace Issue Act Signed Meta Document Input : { accept_braname : string ; act_id : string ; actual_quantity ?: number | null ; block_num : number ; braname ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_quantity : number ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reception_id : string ; registry_id : number ; skip_save : boolean ; sku : string ; supplier_account : string ; timezone : string ; title : string ; total_amount : string ; transmitter : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } accept_ braname : string act_ id : string Optional actual_ quantity ?: number | null block_ num : number Optional braname ?: string | null coopname : string created_ at : string currency : string Optional doc_ data_ hash ?: string | null fact_ quantity : number generator : string lang : string links : string [] order_ hash : string order_ id : string product_ title : string reception_ id : string registry_ id : number skip_ save : boolean sku : string supplier_ account : string timezone : string title : string total_ amount : string transmitter : string unit_ cost : string unit_ of_ measurement : string username : string version : string MarketplaceKUDetails : { ...on MarketplaceKUDetails : Omit < GraphQLTypes [ "MarketplaceKUDetails" ] , "...on MarketplaceKUDetails" > ; __typename : "MarketplaceKUDetails" ; addressFull ?: string | null ; contactEmail ?: string | null ; contactPhone ?: string | null ; coopname : string ; coreBraname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; geocodeErrorMessage ?: string | null ; geocodeStatus : GraphQLTypes [ "MarketplaceGeocodeStatus" ] ; geocodedAt ?: GraphQLTypes [ "DateTime" ] | null ; lat ?: number | null ; lng ?: number | null ; name ?: string | null ; status : GraphQLTypes [ "MarketplaceKUStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workingHours : GraphQLTypes [ "WorkingHours" ] ; } ...on MarketplaceKUDetails : Omit < GraphQLTypes [ "MarketplaceKUDetails" ] , "...on MarketplaceKUDetails" > __typename : "MarketplaceKUDetails" Optional address Full ?: string | null Optional contact Email ?: string | null Optional contact Phone ?: string | null coopname : string core Braname : string Optional description ?: string | null Optional geocode Error Message ?: string | null geocode Status : GraphQLTypes [ "MarketplaceGeocodeStatus" ] Optional geocoded At ?: GraphQLTypes [ "DateTime" ] | null Optional lat ?: number | null Optional lng ?: number | null Optional name ?: string | null status : GraphQLTypes [ "MarketplaceKUStatus" ] working Hours : GraphQLTypes [ "WorkingHours" ] Marketplace List Aids Input : { username ?: string | null ; } Optional username ?: string | null Marketplace List All Offers Input : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; statuses ?: GraphQLTypes [ "MarketplaceOfferStatus" ] [] | null ; supplier_account ?: string | null ; } limit : number page : number Optional sort By ?: string | null sort Order : string Optional statuses ?: GraphQLTypes [ "MarketplaceOfferStatus" ] [] | null Optional supplier_ account ?: string | null Marketplace List Apl Receptions By Braname Input : { braname : string ; } Marketplace List Catalog Input : { category_id ?: number | null ; delivery_braname ?: string | null ; limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } Optional category_ id ?: number | null Optional delivery_ braname ?: string | null limit : number page : number Optional sort By ?: string | null sort Order : string Marketplace List Consolidated Requests Input : { offer_id ?: string | null ; status ?: GraphQLTypes [ "MarketplaceConsolidatedRequestStatus" ] | null ; } Optional offer_ id ?: string | null Optional status ?: GraphQLTypes [ "MarketplaceConsolidatedRequestStatus" ] | null Marketplace List Containers Input : { braname ?: string | null ; container_type_id ?: string | null ; is_active ?: boolean | null ; unplaced_only ?: boolean | null ; } Optional braname ?: string | null Optional container_ type_ id ?: string | null Optional is_ active ?: boolean | null Optional unplaced_ only ?: boolean | null Marketplace List Inventory Input : { braname ?: string | null ; order_id ?: string | null ; shipment_id ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceInventoryStatus" ] [] | null ; } Optional braname ?: string | null Optional order_ id ?: string | null Optional shipment_ id ?: string | null Optional statuses ?: GraphQLTypes [ "MarketplaceInventoryStatus" ] [] | null Marketplace List Issuances By Braname Input : { delivery_braname : string ; } Marketplace List My Offers Input : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } limit : number page : number Optional sort By ?: string | null sort Order : string Marketplace List Orders Input : { offer_id ?: string | null ; orderer_account ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceOrderStatus" ] [] | null ; supplier_account ?: string | null ; } Optional offer_ id ?: string | null Optional orderer_ account ?: string | null Optional statuses ?: GraphQLTypes [ "MarketplaceOrderStatus" ] [] | null Optional supplier_ account ?: string | null Marketplace List Outgoing Payments As Supplier Filter Input : { statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null ; } Optional statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null Marketplace List Outgoing Payments Filter Input : { statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null ; supplier_account ?: string | null ; } Optional statuses ?: GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] [] | null Optional supplier_ account ?: string | null Marketplace List Pending Offers Input : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } limit : number page : number Optional sort By ?: string | null sort Order : string Marketplace List Return Claims By Braname Input : { delivery_braname : string ; } Marketplace List Shipments By Braname Input : { braname : string ; statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null ; } braname : string Optional statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null Marketplace List Shipments Input : { braname ?: string | null ; cycle_id ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null ; } Optional braname ?: string | null Optional cycle_ id ?: string | null Optional statuses ?: GraphQLTypes [ "MarketplaceShipmentStatus" ] [] | null Marketplace List Stock Proposals Input : { braname ?: string | null ; statuses ?: GraphQLTypes [ "MarketplaceStockProposalStatus" ] [] | null ; } Optional braname ?: string | null Optional statuses ?: GraphQLTypes [ "MarketplaceStockProposalStatus" ] [] | null Marketplace List Storage Cells Input : { braname ?: string | null ; is_active ?: boolean | null ; } Optional braname ?: string | null Optional is_ active ?: boolean | null Marketplace List Supplier Pickup Orders Input : { braname : string ; offerer_account : string ; } braname : string offerer_ account : string Marketplace List Writeoff Proposals Input : { statuses ?: GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] [] | null ; } Optional statuses ?: GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] [] | null Marketplace Member Wallet : { ...on MarketplaceMemberWallet : Omit < GraphQLTypes [ "MarketplaceMemberWallet" ] , "...on MarketplaceMemberWallet" > ; __typename : "MarketplaceMemberWallet" ; coopname : string ; username : string ; wallets : GraphQLTypes [ "MarketplaceWalletEntry" ] [] ; } ...on Marketplace Member Wallet : Omit < GraphQLTypes [ "MarketplaceMemberWallet" ] , "...on MarketplaceMemberWallet" > __typename : "MarketplaceMemberWallet" coopname : string username : string wallets : GraphQLTypes [ "MarketplaceWalletEntry" ] [] Marketplace Moderation Log Entry : { ...on MarketplaceModerationLogEntry : Omit < GraphQLTypes [ "MarketplaceModerationLogEntry" ] , "...on MarketplaceModerationLogEntry" > ; __typename : "MarketplaceModerationLogEntry" ; action : string ; by_account : string ; created_at : GraphQLTypes [ "DateTime" ] ; id : string ; offer_id : string ; reason ?: string | null ; } ...on Marketplace Moderation Log Entry : Omit < GraphQLTypes [ "MarketplaceModerationLogEntry" ] , "...on MarketplaceModerationLogEntry" > __typename : "MarketplaceModerationLogEntry" action : string by_ account : string id : string offer_ id : string Optional reason ?: string | null Marketplace Move Container Input : { cell_id ?: string | null ; container_id : string ; } Optional cell_ id ?: string | null container_ id : string Marketplace Offer : { ...on MarketplaceOffer : Omit < GraphQLTypes [ "MarketplaceOffer" ] , "...on MarketplaceOffer" > ; __typename : "MarketplaceOffer" ; approved_at ?: GraphQLTypes [ "DateTime" ] | null ; approved_by ?: string | null ; barcode_strategy : GraphQLTypes [ "MarketplaceBarcodeStrategy" ] ; category_id : number ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_points : GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] [] ; description ?: string | null ; id : string ; images : GraphQLTypes [ "MarketplaceOfferImage" ] [] ; pack_size ?: number | null ; packages : GraphQLTypes [ "MarketplaceOfferPackage" ] [] ; price_per_unit : string ; product_name : string ; quantity_available : number ; quantity_blocked : number ; quantity_consumed : number ; reject_reason ?: string | null ; rejected_at ?: GraphQLTypes [ "DateTime" ] | null ; rejected_by ?: string | null ; sale_form : GraphQLTypes [ "MarketplaceSaleForm" ] ; shelf_life_days : number ; status : GraphQLTypes [ "MarketplaceOfferStatus" ] ; stock_braname ?: string | null ; stock_package_size ?: number | null ; supplier_account : string ; supplier_name ?: string | null ; unit_of_measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] ; unlimited_flag : boolean ; updated_at : GraphQLTypes [ "DateTime" ] ; vitrine_id : string ; warranty_days : number ; } ...on Marketplace Offer : Omit < GraphQLTypes [ "MarketplaceOffer" ] , "...on MarketplaceOffer" > __typename : "MarketplaceOffer" Optional approved_ at ?: GraphQLTypes [ "DateTime" ] | null Optional approved_ by ?: string | null barcode_ strategy : GraphQLTypes [ "MarketplaceBarcodeStrategy" ] category_ id : number coopname : string delivery_ points : GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] [] Optional description ?: string | null id : string images : GraphQLTypes [ "MarketplaceOfferImage" ] [] Optional pack_ size ?: number | null packages : GraphQLTypes [ "MarketplaceOfferPackage" ] [] price_ per_ unit : string product_ name : string quantity_ available : number quantity_ blocked : number quantity_ consumed : number Optional reject_ reason ?: string | null Optional rejected_ at ?: GraphQLTypes [ "DateTime" ] | null Optional rejected_ by ?: string | null sale_ form : GraphQLTypes [ "MarketplaceSaleForm" ] shelf_ life_ days : number status : GraphQLTypes [ "MarketplaceOfferStatus" ] Optional stock_ braname ?: string | null Optional stock_ package_ size ?: number | null supplier_ account : string Optional supplier_ name ?: string | null unit_ of_ measure : GraphQLTypes [ "MarketplaceUnitOfMeasure" ] unlimited_ flag : boolean vitrine_ id : string warranty_ days : number Marketplace Offer Delivery Point : { ...on MarketplaceOfferDeliveryPoint : Omit < GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] , "...on MarketplaceOfferDeliveryPoint" > ; __typename : "MarketplaceOfferDeliveryPoint" ; address ?: string | null ; braname : string ; lat ?: number | null ; lng ?: number | null ; min_supply_volume : number ; name ?: string | null ; } ...on Marketplace Offer Delivery Point : Omit < GraphQLTypes [ "MarketplaceOfferDeliveryPoint" ] , "...on MarketplaceOfferDeliveryPoint" > __typename : "MarketplaceOfferDeliveryPoint" Optional address ?: string | null braname : string Optional lat ?: number | null Optional lng ?: number | null min_ supply_ volume : number Optional name ?: string | null Marketplace Offer Delivery Point Input : { braname : string ; min_supply_volume : number ; } braname : string min_ supply_ volume : number Marketplace Offer Image : { ...on MarketplaceOfferImage : Omit < GraphQLTypes [ "MarketplaceOfferImage" ] , "...on MarketplaceOfferImage" > ; __typename : "MarketplaceOfferImage" ; bucket_key : string ; is_cover : boolean ; mime_type : string ; sort_order : number ; url : string ; } ...on Marketplace Offer Image : Omit < GraphQLTypes [ "MarketplaceOfferImage" ] , "...on MarketplaceOfferImage" > __typename : "MarketplaceOfferImage" bucket_ key : string is_ cover : boolean mime_ type : string sort_ order : number url : string Marketplace Offer Image Upload Input : { base64 ?: string | null ; bucket_key ?: string | null ; mime_type ?: string | null ; } Optional base64 ?: string | null Optional bucket_ key ?: string | null Optional mime_ type ?: string | null Marketplace Offer Moderation Event : { ...on MarketplaceOfferModerationEvent : Omit < GraphQLTypes [ "MarketplaceOfferModerationEvent" ] , "...on MarketplaceOfferModerationEvent" > ; __typename : "MarketplaceOfferModerationEvent" ; offer_id : string ; status : GraphQLTypes [ "MarketplaceOfferStatus" ] ; } ...on Marketplace Offer Moderation Event : Omit < GraphQLTypes [ "MarketplaceOfferModerationEvent" ] , "...on MarketplaceOfferModerationEvent" > __typename : "MarketplaceOfferModerationEvent" offer_ id : string status : GraphQLTypes [ "MarketplaceOfferStatus" ] Marketplace Offer Package : { ...on MarketplaceOfferPackage : Omit < GraphQLTypes [ "MarketplaceOfferPackage" ] , "...on MarketplaceOfferPackage" > ; __typename : "MarketplaceOfferPackage" ; id : string ; is_default : boolean ; label ?: string | null ; package_type ?: string | null ; price : string ; size : number ; sort_order : number ; } ...on Marketplace Offer Package : Omit < GraphQLTypes [ "MarketplaceOfferPackage" ] , "...on MarketplaceOfferPackage" > __typename : "MarketplaceOfferPackage" id : string is_ default : boolean Optional label ?: string | null Optional package_ type ?: string | null price : string size : number sort_ order : number Marketplace Offer Package Input : { id ?: string | null ; is_default ?: boolean | null ; label ?: string | null ; package_type : string ; price : string ; size : number ; } Optional id ?: string | null Optional is_ default ?: boolean | null Optional label ?: string | null package_ type : string price : string size : number Marketplace Offer Pagination Result : { ...on MarketplaceOfferPaginationResult : Omit < GraphQLTypes [ "MarketplaceOfferPaginationResult" ] , "...on MarketplaceOfferPaginationResult" > ; __typename : "MarketplaceOfferPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceOffer" ] [] ; totalCount : number ; totalPages : number ; } ...on Marketplace Offer Pagination Result : Omit < GraphQLTypes [ "MarketplaceOfferPaginationResult" ] , "...on MarketplaceOfferPaginationResult" > __typename : "MarketplaceOfferPaginationResult" current Page : number items : GraphQLTypes [ "MarketplaceOffer" ] [] total Count : number total Pages : number Marketplace Offer Published Event : { ...on MarketplaceOfferPublishedEvent : Omit < GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] , "...on MarketplaceOfferPublishedEvent" > ; __typename : "MarketplaceOfferPublishedEvent" ; category_id : number ; offer_id : string ; } ...on Marketplace Offer Published Event : Omit < GraphQLTypes [ "MarketplaceOfferPublishedEvent" ] , "...on MarketplaceOfferPublishedEvent" > __typename : "MarketplaceOfferPublishedEvent" category_ id : number offer_ id : string Marketplace Offer Stock Changed Event : { ...on MarketplaceOfferStockChangedEvent : Omit < GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] , "...on MarketplaceOfferStockChangedEvent" > ; __typename : "MarketplaceOfferStockChangedEvent" ; offer_id : string ; quantity_available : number ; unlimited_flag : boolean ; } ...on Marketplace Offer Stock Changed Event : Omit < GraphQLTypes [ "MarketplaceOfferStockChangedEvent" ] , "...on MarketplaceOfferStockChangedEvent" > __typename : "MarketplaceOfferStockChangedEvent" offer_ id : string quantity_ available : number unlimited_ flag : boolean Marketplace Onboarding State : { ...on MarketplaceOnboardingState : Omit < GraphQLTypes [ "MarketplaceOnboardingState" ] , "...on MarketplaceOnboardingState" > ; __typename : "MarketplaceOnboardingState" ; agreement_id ?: number | null ; completed_at ?: string | null ; requires_gate : boolean ; source : GraphQLTypes [ "MarketplaceOnboardingSource" ] ; template_registry_id : number ; } ...on Marketplace Onboarding State : Omit < GraphQLTypes [ "MarketplaceOnboardingState" ] , "...on MarketplaceOnboardingState" > __typename : "MarketplaceOnboardingState" Optional agreement_ id ?: number | null Optional completed_ at ?: string | null requires_ gate : boolean source : GraphQLTypes [ "MarketplaceOnboardingSource" ] template_ registry_ id : number Marketplace Order : { ...on MarketplaceOrder : Omit < GraphQLTypes [ "MarketplaceOrder" ] , "...on MarketplaceOrder" > ; __typename : "MarketplaceOrder" ; accepted_at ?: GraphQLTypes [ "DateTime" ] | null ; blocked_at ?: GraphQLTypes [ "DateTime" ] | null ; cancelled_at ?: GraphQLTypes [ "DateTime" ] | null ; chairman_account ?: string | null ; chairman_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; checkout_id ?: string | null ; coopname : string ; create_tx ?: GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] | null ; created_at : GraphQLTypes [ "DateTime" ] ; current_warehouse_braname ?: string | null ; cycle_id ?: string | null ; delivery_braname : string ; delivery_point_address ?: string | null ; delivery_point_lat ?: number | null ; delivery_point_lng ?: number | null ; delivery_point_name ?: string | null ; delivery_signer_account ?: string | null ; group_accumulated_quantity ?: number | null ; group_min_volume ?: number | null ; id : string ; image_url ?: string | null ; is_ready_announced : boolean ; issuance_fact ?: GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] | null ; last_status_reason ?: string | null ; membership_fee ?: string | null ; offer_hash : string ; offer_id : string ; order_hash : string ; orderer_account : string ; orderer_name ?: string | null ; orderer_signed_at ?: GraphQLTypes [ "DateTime" ] | null ; orderer_verification_passed ?: boolean | null ; package_size : number ; price_per_unit : string ; product_name ?: string | null ; quantity : number ; received_at ?: GraphQLTypes [ "DateTime" ] | null ; shipment_id ?: string | null ; signiss1_tx_hash ?: string | null ; signiss2_tx_hash ?: string | null ; status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; supplier_account : string ; supplier_name ?: string | null ; total_cost : string ; total_cost_with_fee : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; warehouse_arrival_price ?: string | null ; warehouse_locations ?: string [] | null ; warehouse_quantity ?: number | null ; warranty_period_secs : number ; warranty_until ?: GraphQLTypes [ "DateTime" ] | null ; } ...on Marketplace Order : Omit < GraphQLTypes [ "MarketplaceOrder" ] , "...on MarketplaceOrder" > __typename : "MarketplaceOrder" Optional accepted_ at ?: GraphQLTypes [ "DateTime" ] | null Optional blocked_ at ?: GraphQLTypes [ "DateTime" ] | null Optional cancelled_ at ?: GraphQLTypes [ "DateTime" ] | null Optional chairman_ account ?: string | null Optional chairman_ signed_ at ?: GraphQLTypes [ "DateTime" ] | null Optional checkout_ id ?: string | null coopname : string Optional create_ tx ?: GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] | null Optional current_ warehouse_ braname ?: string | null Optional cycle_ id ?: string | null delivery_ braname : string Optional delivery_ point_ address ?: string | null Optional delivery_ point_ lat ?: number | null Optional delivery_ point_ lng ?: number | null Optional delivery_ point_ name ?: string | null Optional delivery_ signer_ account ?: string | null Optional group_ accumulated_ quantity ?: number | null Optional group_ min_ volume ?: number | null id : string Optional image_ url ?: string | null is_ ready_ announced : boolean Optional issuance_ fact ?: GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] | null Optional last_ status_ reason ?: string | null Optional membership_ fee ?: string | null offer_ hash : string offer_ id : string order_ hash : string orderer_ account : string Optional orderer_ name ?: string | null Optional orderer_ signed_ at ?: GraphQLTypes [ "DateTime" ] | null Optional orderer_ verification_ passed ?: boolean | null package_ size : number price_ per_ unit : string Optional product_ name ?: string | null quantity : number Optional received_ at ?: GraphQLTypes [ "DateTime" ] | null Optional shipment_ id ?: string | null Optional signiss1_ tx_ hash ?: string | null Optional signiss2_ tx_ hash ?: string | null status : GraphQLTypes [ "MarketplaceOrderStatus" ] supplier_ account : string Optional supplier_ name ?: string | null total_ cost : string total_ cost_ with_ fee : string Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Optional warehouse_ arrival_ price ?: string | null Optional warehouse_ locations ?: string [] | null Optional warehouse_ quantity ?: number | null warranty_ period_ secs : number Optional warranty_ until ?: GraphQLTypes [ "DateTime" ] | null Marketplace Order Create Tx Snapshot : { ...on MarketplaceOrderCreateTxSnapshot : Omit < GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] , "...on MarketplaceOrderCreateTxSnapshot" > ; __typename : "MarketplaceOrderCreateTxSnapshot" ; block_num : number ; locked_amount : string ; signed_at : string ; tx_hash : string ; } ...on Marketplace Order Create Tx Snapshot : Omit < GraphQLTypes [ "MarketplaceOrderCreateTxSnapshot" ] , "...on MarketplaceOrderCreateTxSnapshot" > __typename : "MarketplaceOrderCreateTxSnapshot" block_ num : number locked_ amount : string signed_ at : string tx_ hash : string Marketplace Order Issuance Fact Snapshot : { ...on MarketplaceOrderIssuanceFactSnapshot : Omit < GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] , "...on MarketplaceOrderIssuanceFactSnapshot" > ; __typename : "MarketplaceOrderIssuanceFactSnapshot" ; actual_quantity : number ; diff_state : GraphQLTypes [ "MarketplaceOrderIssuanceFactDiffState" ] ; fact_cost : string ; fact_unit_price : string ; } ...on Marketplace Order Issuance Fact Snapshot : Omit < GraphQLTypes [ "MarketplaceOrderIssuanceFactSnapshot" ] , "...on MarketplaceOrderIssuanceFactSnapshot" > __typename : "MarketplaceOrderIssuanceFactSnapshot" actual_ quantity : number diff_ state : GraphQLTypes [ "MarketplaceOrderIssuanceFactDiffState" ] fact_ cost : string fact_ unit_ price : string Marketplace Order Pagination Result : { ...on MarketplaceOrderPaginationResult : Omit < GraphQLTypes [ "MarketplaceOrderPaginationResult" ] , "...on MarketplaceOrderPaginationResult" > ; __typename : "MarketplaceOrderPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceOrder" ] [] ; totalCount : number ; totalPages : number ; } ...on Marketplace Order Pagination Result : Omit < GraphQLTypes [ "MarketplaceOrderPaginationResult" ] , "...on MarketplaceOrderPaginationResult" > __typename : "MarketplaceOrderPaginationResult" current Page : number items : GraphQLTypes [ "MarketplaceOrder" ] [] total Count : number total Pages : number Marketplace Order Ready To Receive Event : { ...on MarketplaceOrderReadyToReceiveEvent : Omit < GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] , "...on MarketplaceOrderReadyToReceiveEvent" > ; __typename : "MarketplaceOrderReadyToReceiveEvent" ; braname : string ; order_hash : string ; order_id : string ; } ...on Marketplace Order Ready To Receive Event : Omit < GraphQLTypes [ "MarketplaceOrderReadyToReceiveEvent" ] , "...on MarketplaceOrderReadyToReceiveEvent" > __typename : "MarketplaceOrderReadyToReceiveEvent" braname : string order_ hash : string order_ id : string Marketplace Order Status Changed Event : { ...on MarketplaceOrderStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] , "...on MarketplaceOrderStatusChangedEvent" > ; __typename : "MarketplaceOrderStatusChangedEvent" ; order_id : string ; previous_status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; status : GraphQLTypes [ "MarketplaceOrderStatus" ] ; } ...on Marketplace Order Status Changed Event : Omit < GraphQLTypes [ "MarketplaceOrderStatusChangedEvent" ] , "...on MarketplaceOrderStatusChangedEvent" > __typename : "MarketplaceOrderStatusChangedEvent" order_ id : string previous_ status : GraphQLTypes [ "MarketplaceOrderStatus" ] status : GraphQLTypes [ "MarketplaceOrderStatus" ] Marketplace Outgoing Payment Request : { ...on MarketplaceOutgoingPaymentRequest : Omit < GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] , "...on MarketplaceOutgoingPaymentRequest" > ; __typename : "MarketplaceOutgoingPaymentRequest" ; amount : string ; apl_reception_id : string ; completed_at ?: GraphQLTypes [ "DateTime" ] | null ; coopname : string ; core_payment_id ?: string | null ; created_at : GraphQLTypes [ "DateTime" ] ; decline_reason ?: string | null ; id : string ; order_hash : string ; order_id : string ; payee_account : string ; payout_destination ?: string | null ; payout_tx_hash ?: string | null ; purpose : string ; status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] ; symbol : string ; updated_at : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Outgoing Payment Request : Omit < GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] , "...on MarketplaceOutgoingPaymentRequest" > __typename : "MarketplaceOutgoingPaymentRequest" amount : string apl_ reception_ id : string Optional completed_ at ?: GraphQLTypes [ "DateTime" ] | null coopname : string Optional core_ payment_ id ?: string | null Optional decline_ reason ?: string | null id : string order_ hash : string order_ id : string payee_ account : string Optional payout_ destination ?: string | null Optional payout_ tx_ hash ?: string | null purpose : string status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] symbol : string Marketplace Payment Status Changed Event : { ...on MarketplacePaymentStatusChangedEvent : Omit < GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] , "...on MarketplacePaymentStatusChangedEvent" > ; __typename : "MarketplacePaymentStatusChangedEvent" ; payment_request_id : string ; status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] ; } ...on Marketplace Payment Status Changed Event : Omit < GraphQLTypes [ "MarketplacePaymentStatusChangedEvent" ] , "...on MarketplacePaymentStatusChangedEvent" > __typename : "MarketplacePaymentStatusChangedEvent" payment_ request_ id : string status : GraphQLTypes [ "MarketplaceOutgoingPaymentRequestStatus" ] Marketplace Personal Economy : { ...on MarketplacePersonalEconomy : Omit < GraphQLTypes [ "MarketplacePersonalEconomy" ] , "...on MarketplacePersonalEconomy" > ; __typename : "MarketplacePersonalEconomy" ; personal_balance : string ; } ...on Marketplace Personal Economy : Omit < GraphQLTypes [ "MarketplacePersonalEconomy" ] , "...on MarketplacePersonalEconomy" > __typename : "MarketplacePersonalEconomy" personal_ balance : string Marketplace Product Type : { ...on MarketplaceProductType : Omit < GraphQLTypes [ "MarketplaceProductType" ] , "...on MarketplaceProductType" > ; __typename : "MarketplaceProductType" ; descriptionCategoryId : number ; disabled : boolean ; fullName ?: string | null ; isAvailable : boolean ; typeId : number ; typeName : string ; } ...on Marketplace Product Type : Omit < GraphQLTypes [ "MarketplaceProductType" ] , "...on MarketplaceProductType" > __typename : "MarketplaceProductType" description Category Id : number disabled : boolean Optional full Name ?: string | null is Available : boolean type Id : number type Name : string Marketplace Publish Stock Input : { inventory_ids : string [] ; price_per_unit ?: string | null ; warranty_days ?: number | null ; } inventory_ ids : string [] Optional price_ per_ unit ?: string | null Optional warranty_ days ?: number | null Marketplace Reception Pending Sign Event : { ...on MarketplaceReceptionPendingSignEvent : Omit < GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] , "...on MarketplaceReceptionPendingSignEvent" > ; __typename : "MarketplaceReceptionPendingSignEvent" ; ku_name : string ; reception_id : string ; } ...on Marketplace Reception Pending Sign Event : Omit < GraphQLTypes [ "MarketplaceReceptionPendingSignEvent" ] , "...on MarketplaceReceptionPendingSignEvent" > __typename : "MarketplaceReceptionPendingSignEvent" ku_ name : string reception_ id : string Marketplace Registration Offer Status : { ...on MarketplaceRegistrationOfferStatus : Omit < GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] , "...on MarketplaceRegistrationOfferStatus" > ; __typename : "MarketplaceRegistrationOfferStatus" ; agreement_id ?: string | null ; agreement_type ?: string | null ; applicable_account_types : string [] ; registered : boolean ; registry_id ?: number | null ; title ?: string | null ; } ...on Marketplace Registration Offer Status : Omit < GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] , "...on MarketplaceRegistrationOfferStatus" > __typename : "MarketplaceRegistrationOfferStatus" Optional agreement_ id ?: string | null Optional agreement_ type ?: string | null applicable_ account_ types : string [] registered : boolean Optional registry_ id ?: number | null Optional title ?: string | null Marketplace Reject Offer Input : { offer_id : string ; reason : string ; } offer_ id : string reason : string Marketplace Reject Return At Visit Input : { braname : string ; claim_id : string ; inspection_photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null ; inspection_result : string ; } braname : string claim_ id : string Optional inspection_ photos ?: GraphQLTypes [ "MarketplaceReturnClaimPhotoUploadInput" ] [] | null inspection_ result : string Marketplace Reject Return Remote Input : { braname : string ; claim_id : string ; comment : string ; } braname : string claim_ id : string comment : string Marketplace Remove From Cart Input : { offer_id : string ; package_id ?: string | null ; } offer_ id : string Optional package_ id ?: string | null Marketplace Rename Storage Section Input : { braname : string ; new_section : string ; section : string ; } braname : string new_ section : string section : string Marketplace Republish Offer Input : { id : string ; } Marketplace Request : { ...on MarketplaceRequest : Omit < GraphQLTypes [ "MarketplaceRequest" ] , "...on MarketplaceRequest" > ; __typename : "MarketplaceRequest" ; articleNumber : string ; attributes : GraphQLTypes [ "MarketplaceRequestAttributeValue" ] [] ; availableUnits : number ; barcode ?: string | null ; canBeEdited : boolean ; category : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] ; colorImageUrl ?: string | null ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; currencyCode : string ; data ?: string | null ; depth ?: number | null ; descriptionCategoryId : number ; dimensionUnit ?: string | null ; discountPercentage : number ; geoNames : string [] ; hasAllRequiredAttributes : boolean ; hasDiscount : boolean ; hash : string ; height ?: number | null ; id : number ; images : GraphQLTypes [ "MarketplaceRequestImage" ] [] ; isActive : boolean ; isOffer : boolean ; isOrder : boolean ; meta ?: string | null ; name : string ; oldPrice ?: number | null ; oldPriceAsNumber ?: number | null ; parentHash ?: string | null ; price : number ; priceAsNumber : number ; primaryImageUrl ?: string | null ; productLifecycleSecs ?: number | null ; productType : GraphQLTypes [ "MarketplaceProductType" ] ; settledUnits : number ; status : GraphQLTypes [ "RequestStatus" ] ; type : GraphQLTypes [ "RequestType" ] ; typeId : number ; units : number ; updatedAt : GraphQLTypes [ "DateTime" ] ; username : string ; vat : string ; warrantyDays ?: number | null ; weight ?: number | null ; weightUnit ?: string | null ; width ?: number | null ; } ...on Marketplace Request : Omit < GraphQLTypes [ "MarketplaceRequest" ] , "...on MarketplaceRequest" > __typename : "MarketplaceRequest" article Number : string attributes : GraphQLTypes [ "MarketplaceRequestAttributeValue" ] [] available Units : number Optional barcode ?: string | null can Be Edited : boolean category : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] Optional color Image Url ?: string | null coopname : string currency Code : string Optional data ?: string | null Optional depth ?: number | null description Category Id : number Optional dimension Unit ?: string | null discount Percentage : number geo Names : string [] has All Required Attributes : boolean has Discount : boolean hash : string Optional height ?: number | null id : number images : GraphQLTypes [ "MarketplaceRequestImage" ] [] is Active : boolean is Offer : boolean is Order : boolean Optional meta ?: string | null name : string Optional old Price ?: number | null Optional old Price As Number ?: number | null Optional parent Hash ?: string | null price : number price As Number : number Optional primary Image Url ?: string | null Optional product Lifecycle Secs ?: number | null product Type : GraphQLTypes [ "MarketplaceProductType" ] settled Units : number status : GraphQLTypes [ "RequestStatus" ] type Id : number units : number username : string vat : string Optional warranty Days ?: number | null Optional weight ?: number | null Optional weight Unit ?: string | null Optional width ?: number | null Marketplace Request Attribute Value : { ...on MarketplaceRequestAttributeValue : Omit < GraphQLTypes [ "MarketplaceRequestAttributeValue" ] , "...on MarketplaceRequestAttributeValue" > ; __typename : "MarketplaceRequestAttributeValue" ; attribute : GraphQLTypes [ "MarketplaceAttribute" ] ; attributeGroup ?: string | null ; attributeId : number ; attributeType : string ; complexId : number ; createdAt : GraphQLTypes [ "DateTime" ] ; dictionaryValueId ?: number | null ; id : number ; isAspect : boolean ; isRequired : boolean ; value : string ; } ...on Marketplace Request Attribute Value : Omit < GraphQLTypes [ "MarketplaceRequestAttributeValue" ] , "...on MarketplaceRequestAttributeValue" > __typename : "MarketplaceRequestAttributeValue" attribute : GraphQLTypes [ "MarketplaceAttribute" ] Optional attribute Group ?: string | null attribute Id : number attribute Type : string complex Id : number Optional dictionary Value Id ?: number | null id : number is Aspect : boolean is Required : boolean value : string Marketplace Request Image : { ...on MarketplaceRequestImage : Omit < GraphQLTypes [ "MarketplaceRequestImage" ] , "...on MarketplaceRequestImage" > ; __typename : "MarketplaceRequestImage" ; createdAt : GraphQLTypes [ "DateTime" ] ; description ?: string | null ; fileName : string ; id : number ; imageType : GraphQLTypes [ "RequestImageType" ] ; imageUrl : string ; is360Image : boolean ; isColorSample : boolean ; isPrimary : boolean ; sortOrder : number ; typeDescription : string ; } ...on Marketplace Request Image : Omit < GraphQLTypes [ "MarketplaceRequestImage" ] , "...on MarketplaceRequestImage" > __typename : "MarketplaceRequestImage" Optional description ?: string | null file Name : string id : number image Type : GraphQLTypes [ "RequestImageType" ] image Url : string is360 Image : boolean is Color Sample : boolean is Primary : boolean sort Order : number type Description : string Marketplace Request Statistics : { ...on MarketplaceRequestStatistics : Omit < GraphQLTypes [ "MarketplaceRequestStatistics" ] , "...on MarketplaceRequestStatistics" > ; __typename : "MarketplaceRequestStatistics" ; activeOffers : number ; activeOrders : number ; completedDeals : number ; requestsByCategory : GraphQLTypes [ "MarketplaceCategoryRequestCount" ] [] ; totalRequests : number ; } ...on Marketplace Request Statistics : Omit < GraphQLTypes [ "MarketplaceRequestStatistics" ] , "...on MarketplaceRequestStatistics" > __typename : "MarketplaceRequestStatistics" active Offers : number active Orders : number completed Deals : number requests By Category : GraphQLTypes [ "MarketplaceCategoryRequestCount" ] [] total Requests : number Marketplace Request Supplier Input : { contract_date : string ; contract_number : string ; } contract_ date : string contract_ number : string Marketplace Resolve Container By Code Input : { code : string ; } Marketplace Resolve Stock Proposal Input : { proposal_id : string ; } Marketplace Retire Storage Cells Input : { braname : string ; level ?: number | null ; section ?: string | null ; } braname : string Optional level ?: number | null Optional section ?: string | null Marketplace Return Claim : { ...on MarketplaceReturnClaim : Omit < GraphQLTypes [ "MarketplaceReturnClaim" ] , "...on MarketplaceReturnClaim" > ; __typename : "MarketplaceReturnClaim" ; actual_quantity : number ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; decision_log : GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] [] ; defect_category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null ; delivery_braname : string ; expected_resolution : GraphQLTypes [ "MarketplaceReturnClaimExpectedResolution" ] ; fact_cost : string ; fee_refund : string ; id : string ; ledger_snapshot ?: GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] | null ; on_site_inspection ?: GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] | null ; order_hash : string ; order_id : string ; orderer_account : string ; orderer_name ?: string | null ; package_size ?: number | null ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] ; product_name ?: string | null ; reason_text : string ; request_hash : string ; status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] ; submretrn_tx_hash : string ; supplier_account : string ; total_refund : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; updated_at : GraphQLTypes [ "DateTime" ] ; warranty_until ?: GraphQLTypes [ "DateTime" ] | null ; } ...on Marketplace Return Claim : Omit < GraphQLTypes [ "MarketplaceReturnClaim" ] , "...on MarketplaceReturnClaim" > __typename : "MarketplaceReturnClaim" actual_ quantity : number coopname : string decision_ log : GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] [] Optional defect_ category ?: GraphQLTypes [ "MarketplaceReturnClaimDefectCategory" ] | null delivery_ braname : string expected_ resolution : GraphQLTypes [ "MarketplaceReturnClaimExpectedResolution" ] fact_ cost : string fee_ refund : string id : string Optional ledger_ snapshot ?: GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] | null Optional on_ site_ inspection ?: GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] | null order_ hash : string order_ id : string orderer_ account : string Optional orderer_ name ?: string | null Optional package_ size ?: number | null photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] Optional product_ name ?: string | null reason_ text : string request_ hash : string status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] submretrn_ tx_ hash : string supplier_ account : string total_ refund : string Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Optional warranty_ until ?: GraphQLTypes [ "DateTime" ] | null Marketplace Return Claim Decision Entry : { ...on MarketplaceReturnClaimDecisionEntry : Omit < GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] , "...on MarketplaceReturnClaimDecisionEntry" > ; __typename : "MarketplaceReturnClaimDecisionEntry" ; at : GraphQLTypes [ "DateTime" ] ; braname : string ; braname_name ?: string | null ; by_chairman_account : string ; by_chairman_name ?: string | null ; comment : string ; decision : string ; stage : string ; tx_hash : string ; } ...on Marketplace Return Claim Decision Entry : Omit < GraphQLTypes [ "MarketplaceReturnClaimDecisionEntry" ] , "...on MarketplaceReturnClaimDecisionEntry" > __typename : "MarketplaceReturnClaimDecisionEntry" braname : string Optional braname_ name ?: string | null by_ chairman_ account : string Optional by_ chairman_ name ?: string | null comment : string decision : string stage : string tx_ hash : string Marketplace Return Claim Ledger Snapshot : { ...on MarketplaceReturnClaimLedgerSnapshot : Omit < GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] , "...on MarketplaceReturnClaimLedgerSnapshot" > ; __typename : "MarketplaceReturnClaimLedgerSnapshot" ; amount : string ; at : GraphQLTypes [ "DateTime" ] ; returned_quantity : number ; tx_hash : string ; } ...on Marketplace Return Claim Ledger Snapshot : Omit < GraphQLTypes [ "MarketplaceReturnClaimLedgerSnapshot" ] , "...on MarketplaceReturnClaimLedgerSnapshot" > __typename : "MarketplaceReturnClaimLedgerSnapshot" amount : string returned_ quantity : number tx_ hash : string Marketplace Return Claim On Site Inspection : { ...on MarketplaceReturnClaimOnSiteInspection : Omit < GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] , "...on MarketplaceReturnClaimOnSiteInspection" > ; __typename : "MarketplaceReturnClaimOnSiteInspection" ; at : GraphQLTypes [ "DateTime" ] ; by_chairman_account : string ; photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] ; result_text : string ; scanned_barcode ?: string | null ; } ...on Marketplace Return Claim On Site Inspection : Omit < GraphQLTypes [ "MarketplaceReturnClaimOnSiteInspection" ] , "...on MarketplaceReturnClaimOnSiteInspection" > __typename : "MarketplaceReturnClaimOnSiteInspection" by_ chairman_ account : string photos : GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] [] result_ text : string Optional scanned_ barcode ?: string | null Marketplace Return Claim Photo : { ...on MarketplaceReturnClaimPhoto : Omit < GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] , "...on MarketplaceReturnClaimPhoto" > ; __typename : "MarketplaceReturnClaimPhoto" ; content_hash : string ; mime_type : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; url : string ; } ...on Marketplace Return Claim Photo : Omit < GraphQLTypes [ "MarketplaceReturnClaimPhoto" ] , "...on MarketplaceReturnClaimPhoto" > __typename : "MarketplaceReturnClaimPhoto" content_ hash : string mime_ type : string uploaded_ at : GraphQLTypes [ "DateTime" ] url : string Marketplace Return Claim Photo Upload Input : { base64 : string ; mime_type : string ; } base64 : string mime_ type : string Marketplace Return Claim Result : { ...on MarketplaceReturnClaimResult : Omit < GraphQLTypes [ "MarketplaceReturnClaimResult" ] , "...on MarketplaceReturnClaimResult" > ; __typename : "MarketplaceReturnClaimResult" ; claim : GraphQLTypes [ "MarketplaceReturnClaim" ] ; tx_hash : string ; } ...on Marketplace Return Claim Result : Omit < GraphQLTypes [ "MarketplaceReturnClaimResult" ] , "...on MarketplaceReturnClaimResult" > __typename : "MarketplaceReturnClaimResult" claim : GraphQLTypes [ "MarketplaceReturnClaim" ] tx_ hash : string Marketplace Return Claim Signable Payload Input : { actual_quantity ?: number | null ; order_id : string ; reason_text ?: string | null ; } Optional actual_ quantity ?: number | null order_ id : string Optional reason_ text ?: string | null Marketplace Return Claim Status Changed Event : { ...on MarketplaceReturnClaimStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] , "...on MarketplaceReturnClaimStatusChangedEvent" > ; __typename : "MarketplaceReturnClaimStatusChangedEvent" ; braname : string ; claim_id : string ; status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] ; } ...on Marketplace Return Claim Status Changed Event : Omit < GraphQLTypes [ "MarketplaceReturnClaimStatusChangedEvent" ] , "...on MarketplaceReturnClaimStatusChangedEvent" > __typename : "MarketplaceReturnClaimStatusChangedEvent" braname : string claim_ id : string status : GraphQLTypes [ "MarketplaceReturnClaimStatus" ] Marketplace Return Statement Signed Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MarketplaceReturnStatementSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "MarketplaceReturnStatementSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Marketplace Return Statement Signed Meta Document Input : { actual_quantity : number ; block_num : number ; braname ?: string | null ; coopname : string ; created_at : string ; currency : string ; doc_data_hash ?: string | null ; fact_cost : string ; generator : string ; lang : string ; links : string [] ; order_hash : string ; order_id : string ; product_title : string ; reason_text : string ; registry_id : number ; skip_save : boolean ; sku : string ; timezone : string ; title : string ; unit_cost : string ; unit_of_measurement : string ; username : string ; version : string ; } actual_ quantity : number block_ num : number Optional braname ?: string | null coopname : string created_ at : string currency : string Optional doc_ data_ hash ?: string | null fact_ cost : string generator : string lang : string links : string [] order_ hash : string order_ id : string product_ title : string reason_ text : string registry_ id : number skip_ save : boolean sku : string timezone : string title : string unit_ cost : string unit_ of_ measurement : string username : string version : string Marketplace Set Cart Delivery Point Input : { delivery_braname : string ; } Marketplace SetKUStatus Input : { coopname : string ; coreBraname : string ; status : GraphQLTypes [ "MarketplaceKUStatus" ] ; } coopname : string core Braname : string status : GraphQLTypes [ "MarketplaceKUStatus" ] Marketplace Set Membership Fee Input : { membership_fee_percent : number ; } membership_ fee_ percent : number Marketplace Set Offer Warranty Input : { offer_id : string ; warranty_days : number ; } offer_ id : string warranty_ days : number Marketplace Set Supplier Payout Method Input : { method_id : string ; } Marketplace Set Trustee Weight Input : { braname : string ; username : string ; weight : number ; } braname : string username : string weight : number Marketplace Shipment : { ...on MarketplaceShipment : Omit < GraphQLTypes [ "MarketplaceShipment" ] , "...on MarketplaceShipment" > ; __typename : "MarketplaceShipment" ; braname : string ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; cycle_id : string ; delivery_variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] ; id : string ; offerer_account : string ; status : GraphQLTypes [ "MarketplaceShipmentStatus" ] ; total_amount : string ; ttn_data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null ; ttn_document_id ?: string | null ; ttn_number ?: string | null ; updated_at : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Shipment : Omit < GraphQLTypes [ "MarketplaceShipment" ] , "...on MarketplaceShipment" > __typename : "MarketplaceShipment" braname : string coopname : string cycle_ id : string delivery_ variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] id : string offerer_ account : string status : GraphQLTypes [ "MarketplaceShipmentStatus" ] total_ amount : string Optional ttn_ data ?: GraphQLTypes [ "MarketplaceShipmentTTNData" ] | null Optional ttn_ document_ id ?: string | null Optional ttn_ number ?: string | null Marketplace Shipment Group Input : { braname : string ; delivery_variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] ; order_ids ?: string [] | null ; ttn_data ?: GraphQLTypes [ "MarketplaceShipmentTTNDataInput" ] | null ; } braname : string delivery_ variant : GraphQLTypes [ "MarketplaceShipmentDeliveryVariant" ] Optional order_ ids ?: string [] | null Optional ttn_ data ?: GraphQLTypes [ "MarketplaceShipmentTTNDataInput" ] | null Marketplace Shipment Line Packaging : { ...on MarketplaceShipmentLinePackaging : Omit < GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] , "...on MarketplaceShipmentLinePackaging" > ; __typename : "MarketplaceShipmentLinePackaging" ; order_id : string ; units_per_box : number ; } ...on Marketplace Shipment Line Packaging : Omit < GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] , "...on MarketplaceShipmentLinePackaging" > __typename : "MarketplaceShipmentLinePackaging" order_ id : string units_ per_ box : number Marketplace Shipment Line Packaging Input : { order_id : string ; units_per_box : number ; } order_ id : string units_ per_ box : number Marketplace ShipmentTTNData : { ...on MarketplaceShipmentTTNData : Omit < GraphQLTypes [ "MarketplaceShipmentTTNData" ] , "...on MarketplaceShipmentTTNData" > ; __typename : "MarketplaceShipmentTTNData" ; delivery_datetime_estimate ?: string | null ; expeditor_full_name ?: string | null ; expeditor_phone ?: string | null ; loading_address ?: string | null ; loading_datetime ?: string | null ; packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] [] | null ; vehicle_number ?: string | null ; } ...on Marketplace ShipmentTTNData : Omit < GraphQLTypes [ "MarketplaceShipmentTTNData" ] , "...on MarketplaceShipmentTTNData" > __typename : "MarketplaceShipmentTTNData" Optional delivery_ datetime_ estimate ?: string | null Optional expeditor_ full_ name ?: string | null Optional expeditor_ phone ?: string | null Optional loading_ address ?: string | null Optional loading_ datetime ?: string | null Optional packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackaging" ] [] | null Optional vehicle_ number ?: string | null Marketplace ShipmentTTNData Input : { delivery_datetime_estimate ?: string | null ; expeditor_full_name ?: string | null ; expeditor_phone ?: string | null ; loading_address ?: string | null ; loading_datetime ?: string | null ; packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackagingInput" ] [] | null ; vehicle_number ?: string | null ; } Optional delivery_ datetime_ estimate ?: string | null Optional expeditor_ full_ name ?: string | null Optional expeditor_ phone ?: string | null Optional loading_ address ?: string | null Optional loading_ datetime ?: string | null Optional packaging ?: GraphQLTypes [ "MarketplaceShipmentLinePackagingInput" ] [] | null Optional vehicle_ number ?: string | null Marketplace Sign Apl Reception Input : { apl_reception_id : string ; placements ?: GraphQLTypes [ "MarketplaceAplReceptionPlacementInput" ] [] | null ; signed_documents : GraphQLTypes [ "MarketplaceAplReceptionSignedDocumentInput" ] [] ; } apl_ reception_ id : string Optional placements ?: GraphQLTypes [ "MarketplaceAplReceptionPlacementInput" ] [] | null signed_ documents : GraphQLTypes [ "MarketplaceAplReceptionSignedDocumentInput" ] [] Marketplace Sign Onboarding Offer Input : { document : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } Marketplace Split Inventory Input : { inventory_id : string ; splits : GraphQLTypes [ "MarketplaceInventorySplitEntryInput" ] [] ; } inventory_ id : string splits : GraphQLTypes [ "MarketplaceInventorySplitEntryInput" ] [] Marketplace Stock Accept Order Line : { ...on MarketplaceStockAcceptOrderLine : Omit < GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] , "...on MarketplaceStockAcceptOrderLine" > ; __typename : "MarketplaceStockAcceptOrderLine" ; offer_id : string ; order_hash : string ; signiss1_aggregate : GraphQLTypes [ "DocumentAggregate" ] ; } ...on Marketplace Stock Accept Order Line : Omit < GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] , "...on MarketplaceStockAcceptOrderLine" > __typename : "MarketplaceStockAcceptOrderLine" offer_ id : string order_ hash : string signiss1_ aggregate : GraphQLTypes [ "DocumentAggregate" ] Marketplace Stock Accept Payload : { ...on MarketplaceStockAcceptPayload : Omit < GraphQLTypes [ "MarketplaceStockAcceptPayload" ] , "...on MarketplaceStockAcceptPayload" > ; __typename : "MarketplaceStockAcceptPayload" ; convert_amount ?: string | null ; convert_document ?: GraphQLTypes [ "GeneratedDocument" ] | null ; convert_hash ?: string | null ; member_amount : string ; order_lines : GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] [] ; } ...on Marketplace Stock Accept Payload : Omit < GraphQLTypes [ "MarketplaceStockAcceptPayload" ] , "...on MarketplaceStockAcceptPayload" > __typename : "MarketplaceStockAcceptPayload" Optional convert_ amount ?: string | null Optional convert_ document ?: GraphQLTypes [ "GeneratedDocument" ] | null Optional convert_ hash ?: string | null member_ amount : string order_ lines : GraphQLTypes [ "MarketplaceStockAcceptOrderLine" ] [] Marketplace Stock Finalize Line Input : { order_hash : string ; signed_signiss2_act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] ; } order_ hash : string signed_ signiss2_ act : GraphQLTypes [ "MarketplaceIssueActSignedDocumentInput" ] Marketplace Stock Issuance Operator Line : { ...on MarketplaceStockIssuanceOperatorLine : Omit < GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] , "...on MarketplaceStockIssuanceOperatorLine" > ; __typename : "MarketplaceStockIssuanceOperatorLine" ; offer_id : string ; order_hash : string ; package_id ?: string | null ; package_size : number ; product_name : string ; quantity : number ; signiss1_document : GraphQLTypes [ "GeneratedDocument" ] ; unit_price : string ; } ...on Marketplace Stock Issuance Operator Line : Omit < GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] , "...on MarketplaceStockIssuanceOperatorLine" > __typename : "MarketplaceStockIssuanceOperatorLine" offer_ id : string order_ hash : string Optional package_ id ?: string | null package_ size : number product_ name : string quantity : number signiss1_ document : GraphQLTypes [ "GeneratedDocument" ] unit_ price : string Marketplace Stock Issuance Prepare Input : { braname : string ; items : GraphQLTypes [ "MarketplaceStockProposalItemInput" ] [] ; member_account : string ; } braname : string items : GraphQLTypes [ "MarketplaceStockProposalItemInput" ] [] member_ account : string Marketplace Stock Proposal : { ...on MarketplaceStockProposal : Omit < GraphQLTypes [ "MarketplaceStockProposal" ] , "...on MarketplaceStockProposal" > ; __typename : "MarketplaceStockProposal" ; braname : string ; created_at : GraphQLTypes [ "DateTime" ] ; created_order_ids : string [] ; id : string ; items : GraphQLTypes [ "MarketplaceStockProposalItem" ] [] ; member_account : string ; operator_account : string ; resolved_at ?: GraphQLTypes [ "DateTime" ] | null ; status : GraphQLTypes [ "MarketplaceStockProposalStatus" ] ; total_cost : string ; } ...on Marketplace Stock Proposal : Omit < GraphQLTypes [ "MarketplaceStockProposal" ] , "...on MarketplaceStockProposal" > __typename : "MarketplaceStockProposal" braname : string created_ order_ ids : string [] id : string items : GraphQLTypes [ "MarketplaceStockProposalItem" ] [] member_ account : string operator_ account : string Optional resolved_ at ?: GraphQLTypes [ "DateTime" ] | null status : GraphQLTypes [ "MarketplaceStockProposalStatus" ] total_ cost : string Marketplace Stock Proposal Accept Result : { ...on MarketplaceStockProposalAcceptResult : Omit < GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] , "...on MarketplaceStockProposalAcceptResult" > ; __typename : "MarketplaceStockProposalAcceptResult" ; order_ids : string [] ; proposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; } ...on Marketplace Stock Proposal Accept Result : Omit < GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] , "...on MarketplaceStockProposalAcceptResult" > __typename : "MarketplaceStockProposalAcceptResult" order_ ids : string [] proposal : GraphQLTypes [ "MarketplaceStockProposal" ] Marketplace Stock Proposal Created Event : { ...on MarketplaceStockProposalCreatedEvent : Omit < GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] , "...on MarketplaceStockProposalCreatedEvent" > ; __typename : "MarketplaceStockProposalCreatedEvent" ; braname : string ; proposal_id : string ; } ...on Marketplace Stock Proposal Created Event : Omit < GraphQLTypes [ "MarketplaceStockProposalCreatedEvent" ] , "...on MarketplaceStockProposalCreatedEvent" > __typename : "MarketplaceStockProposalCreatedEvent" braname : string proposal_ id : string Marketplace Stock Proposal Item : { ...on MarketplaceStockProposalItem : Omit < GraphQLTypes [ "MarketplaceStockProposalItem" ] , "...on MarketplaceStockProposalItem" > ; __typename : "MarketplaceStockProposalItem" ; offer_id : string ; package_label ?: string | null ; package_size : number ; product_name : string ; quantity : number ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; unit_price : string ; } ...on Marketplace Stock Proposal Item : Omit < GraphQLTypes [ "MarketplaceStockProposalItem" ] , "...on MarketplaceStockProposalItem" > __typename : "MarketplaceStockProposalItem" offer_ id : string Optional package_ label ?: string | null package_ size : number product_ name : string quantity : number Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null unit_ price : string Marketplace Stock Proposal Item Input : { offer_id : string ; package_id ?: string | null ; quantity : number ; } offer_ id : string Optional package_ id ?: string | null quantity : number Marketplace Stock Proposal Resolved Event : { ...on MarketplaceStockProposalResolvedEvent : Omit < GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] , "...on MarketplaceStockProposalResolvedEvent" > ; __typename : "MarketplaceStockProposalResolvedEvent" ; braname : string ; proposal_id : string ; } ...on Marketplace Stock Proposal Resolved Event : Omit < GraphQLTypes [ "MarketplaceStockProposalResolvedEvent" ] , "...on MarketplaceStockProposalResolvedEvent" > __typename : "MarketplaceStockProposalResolvedEvent" braname : string proposal_ id : string Marketplace Storage Cell : { ...on MarketplaceStorageCell : Omit < GraphQLTypes [ "MarketplaceStorageCell" ] , "...on MarketplaceStorageCell" > ; __typename : "MarketplaceStorageCell" ; braname : string ; code : string ; id : string ; is_active : boolean ; label ?: string | null ; level : number ; section : string ; } ...on Marketplace Storage Cell : Omit < GraphQLTypes [ "MarketplaceStorageCell" ] , "...on MarketplaceStorageCell" > __typename : "MarketplaceStorageCell" braname : string code : string id : string is_ active : boolean Optional label ?: string | null level : number section : string Marketplace Submit Writeoff Draft Input : { draft_id : string ; signed_statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; } draft_ id : string signed_ statement : GraphQLTypes [ "SignedDigitalDocumentInput" ] Marketplace Supplier : { ...on MarketplaceSupplier : Omit < GraphQLTypes [ "MarketplaceSupplier" ] , "...on MarketplaceSupplier" > ; __typename : "MarketplaceSupplier" ; contract_date ?: string | null ; contract_document_url ?: string | null ; contract_number ?: string | null ; coopname : string ; id : string ; member_account : string ; model : GraphQLTypes [ "MarketplaceSupplierModel" ] ; requested_at : GraphQLTypes [ "DateTime" ] ; requested_by ?: string | null ; reviewed_at ?: GraphQLTypes [ "DateTime" ] | null ; reviewed_by ?: string | null ; status : GraphQLTypes [ "MarketplaceSupplierStatus" ] ; } ...on Marketplace Supplier : Omit < GraphQLTypes [ "MarketplaceSupplier" ] , "...on MarketplaceSupplier" > __typename : "MarketplaceSupplier" Optional contract_ date ?: string | null Optional contract_ document_ url ?: string | null Optional contract_ number ?: string | null coopname : string id : string member_ account : string model : GraphQLTypes [ "MarketplaceSupplierModel" ] requested_ at : GraphQLTypes [ "DateTime" ] Optional requested_ by ?: string | null Optional reviewed_ at ?: GraphQLTypes [ "DateTime" ] | null Optional reviewed_ by ?: string | null status : GraphQLTypes [ "MarketplaceSupplierStatus" ] Marketplace Supplier Batch Action Result : { ...on MarketplaceSupplierBatchActionResult : Omit < GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] , "...on MarketplaceSupplierBatchActionResult" > ; __typename : "MarketplaceSupplierBatchActionResult" ; cycle_id ?: string | null ; orders : GraphQLTypes [ "MarketplaceOrder" ] [] ; tx_hashes : string [] ; } ...on Marketplace Supplier Batch Action Result : Omit < GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] , "...on MarketplaceSupplierBatchActionResult" > __typename : "MarketplaceSupplierBatchActionResult" Optional cycle_ id ?: string | null orders : GraphQLTypes [ "MarketplaceOrder" ] [] tx_ hashes : string [] Marketplace Supplier Member Input : { member_account : string ; } Marketplace Supplier Payment Settings : { ...on MarketplaceSupplierPaymentSettings : Omit < GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] , "...on MarketplaceSupplierPaymentSettings" > ; __typename : "MarketplaceSupplierPaymentSettings" ; has_payout_method : boolean ; payout_destination ?: string | null ; payout_method_id ?: string | null ; } ...on Marketplace Supplier Payment Settings : Omit < GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] , "...on MarketplaceSupplierPaymentSettings" > __typename : "MarketplaceSupplierPaymentSettings" has_ payout_ method : boolean Optional payout_ destination ?: string | null Optional payout_ method_ id ?: string | null Marketplace Switch Supplier Model Input : { contract_date ?: string | null ; contract_number ?: string | null ; model : GraphQLTypes [ "MarketplaceSupplierModel" ] ; } Optional contract_ date ?: string | null Optional contract_ number ?: string | null model : GraphQLTypes [ "MarketplaceSupplierModel" ] Marketplace Trustee Weight : { ...on MarketplaceTrusteeWeight : Omit < GraphQLTypes [ "MarketplaceTrusteeWeight" ] , "...on MarketplaceTrusteeWeight" > ; __typename : "MarketplaceTrusteeWeight" ; personal_balance : string ; share_percent : number ; username : string ; weight : number ; } ...on Marketplace Trustee Weight : Omit < GraphQLTypes [ "MarketplaceTrusteeWeight" ] , "...on MarketplaceTrusteeWeight" > __typename : "MarketplaceTrusteeWeight" personal_ balance : string share_ percent : number username : string weight : number Marketplace Unpublish Stock Input : { inventory_ids : string [] ; } Marketplace Unpublish Stock Result : { ...on MarketplaceUnpublishStockResult : Omit < GraphQLTypes [ "MarketplaceUnpublishStockResult" ] , "...on MarketplaceUnpublishStockResult" > ; __typename : "MarketplaceUnpublishStockResult" ; affected : number ; } ...on Marketplace Unpublish Stock Result : Omit < GraphQLTypes [ "MarketplaceUnpublishStockResult" ] , "...on MarketplaceUnpublishStockResult" > __typename : "MarketplaceUnpublishStockResult" affected : number Marketplace Update Cart Item Input : { offer_id : string ; package_id ?: string | null ; quantity : number ; } offer_ id : string Optional package_ id ?: string | null quantity : number Marketplace Update Container Input : { container_id : string ; is_active ?: boolean | null ; label ?: string | null ; } container_ id : string Optional is_ active ?: boolean | null Optional label ?: string | null Marketplace Update Offer Input : { barcode_strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null ; category_id ?: number | null ; delivery_points ?: GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] | null ; description ?: string | null ; id : string ; images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null ; pack_size ?: number | null ; packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null ; price_per_unit ?: string | null ; product_name ?: string | null ; quantity_available ?: number | null ; sale_form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null ; shelf_life_days ?: number | null ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; unlimited_flag ?: boolean | null ; } Optional barcode_ strategy ?: GraphQLTypes [ "MarketplaceBarcodeStrategy" ] | null Optional category_ id ?: number | null Optional delivery_ points ?: GraphQLTypes [ "MarketplaceOfferDeliveryPointInput" ] [] | null Optional description ?: string | null id : string Optional images ?: GraphQLTypes [ "MarketplaceOfferImageUploadInput" ] [] | null Optional pack_ size ?: number | null Optional packages ?: GraphQLTypes [ "MarketplaceOfferPackageInput" ] [] | null Optional price_ per_ unit ?: string | null Optional product_ name ?: string | null Optional quantity_ available ?: number | null Optional sale_ form ?: GraphQLTypes [ "MarketplaceSaleForm" ] | null Optional shelf_ life_ days ?: number | null Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Optional unlimited_ flag ?: boolean | null Marketplace Update Storage Cell Input : { cell_id : string ; is_active ?: boolean | null ; label ?: string | null ; } cell_ id : string Optional is_ active ?: boolean | null Optional label ?: string | null Marketplace Update Writeoff Draft Input : { id : string ; items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] ; } id : string items : GraphQLTypes [ "MarketplaceWriteoffItemInput" ] [] Marketplace Vitrine : { ...on MarketplaceVitrine : Omit < GraphQLTypes [ "MarketplaceVitrine" ] , "...on MarketplaceVitrine" > ; __typename : "MarketplaceVitrine" ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; display_name : string ; id : string ; is_default : boolean ; updated_at : GraphQLTypes [ "DateTime" ] ; } ...on Marketplace Vitrine : Omit < GraphQLTypes [ "MarketplaceVitrine" ] , "...on MarketplaceVitrine" > __typename : "MarketplaceVitrine" coopname : string display_ name : string id : string is_ default : boolean Marketplace Wallet Entry : { ...on MarketplaceWalletEntry : Omit < GraphQLTypes [ "MarketplaceWalletEntry" ] , "...on MarketplaceWalletEntry" > ; __typename : "MarketplaceWalletEntry" ; available : string ; blocked : string ; human_name : string ; kind : string ; label : string ; name : string ; program_id : number ; } ...on Marketplace Wallet Entry : Omit < GraphQLTypes [ "MarketplaceWalletEntry" ] , "...on MarketplaceWalletEntry" > __typename : "MarketplaceWalletEntry" available : string blocked : string human_ name : string kind : string label : string name : string program_ id : number Marketplace Warehouse Settings : { ...on MarketplaceWarehouseSettings : Omit < GraphQLTypes [ "MarketplaceWarehouseSettings" ] , "...on MarketplaceWarehouseSettings" > ; __typename : "MarketplaceWarehouseSettings" ; cells_enabled : boolean ; containers_enabled : boolean ; posting_on_reception_required : boolean ; } ...on Marketplace Warehouse Settings : Omit < GraphQLTypes [ "MarketplaceWarehouseSettings" ] , "...on MarketplaceWarehouseSettings" > __typename : "MarketplaceWarehouseSettings" cells_ enabled : boolean containers_ enabled : boolean posting_ on_ reception_ required : boolean Marketplace Withdraw Offer Input : { id : string ; } Marketplace Writeoff Candidate : { ...on MarketplaceWriteoffCandidate : Omit < GraphQLTypes [ "MarketplaceWriteoffCandidate" ] , "...on MarketplaceWriteoffCandidate" > ; __typename : "MarketplaceWriteoffCandidate" ; amount : string ; asset_title : string ; braname : string ; branch_name : string ; expiry_date ?: string | null ; inventory_ids : string [] ; is_expired : boolean ; key : string ; lots_count : number ; package_size ?: number | null ; quantity : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ...on Marketplace Writeoff Candidate : Omit < GraphQLTypes [ "MarketplaceWriteoffCandidate" ] , "...on MarketplaceWriteoffCandidate" > __typename : "MarketplaceWriteoffCandidate" amount : string asset_ title : string braname : string branch_ name : string Optional expiry_ date ?: string | null inventory_ ids : string [] is_ expired : boolean key : string lots_ count : number Optional package_ size ?: number | null quantity : string Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Marketplace Writeoff Confirmation Group : { ...on MarketplaceWriteoffConfirmationGroup : Omit < GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] , "...on MarketplaceWriteoffConfirmationGroup" > ; __typename : "MarketplaceWriteoffConfirmationGroup" ; authorized_at ?: string | null ; braname : string ; branch_name : string ; cycle_started_at : string ; items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] ; proposal_hash : string ; proposal_id : string ; protocol_doc ?: GraphQLTypes [ "JSON" ] | null ; total_amount : string ; } ...on Marketplace Writeoff Confirmation Group : Omit < GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] , "...on MarketplaceWriteoffConfirmationGroup" > __typename : "MarketplaceWriteoffConfirmationGroup" Optional authorized_ at ?: string | null braname : string branch_ name : string cycle_ started_ at : string items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] proposal_ hash : string proposal_ id : string Optional protocol_ doc ?: GraphQLTypes [ "JSON" ] | null total_ amount : string Marketplace Writeoff Decision Entry : { ...on MarketplaceWriteoffDecisionEntry : Omit < GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] , "...on MarketplaceWriteoffDecisionEntry" > ; __typename : "MarketplaceWriteoffDecisionEntry" ; action : string ; actor : string ; at : string ; } ...on Marketplace Writeoff Decision Entry : Omit < GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] , "...on MarketplaceWriteoffDecisionEntry" > __typename : "MarketplaceWriteoffDecisionEntry" action : string actor : string at : string Marketplace Writeoff Item Input : { amount : string ; asset_title : string ; braname : string ; inventory_ids ?: string [] | null ; quantity : string ; reason : string ; } amount : string asset_ title : string braname : string Optional inventory_ ids ?: string [] | null quantity : string reason : string Marketplace Writeoff Proposal : { ...on MarketplaceWriteoffProposal : Omit < GraphQLTypes [ "MarketplaceWriteoffProposal" ] , "...on MarketplaceWriteoffProposal" > ; __typename : "MarketplaceWriteoffProposal" ; authorized_at ?: string | null ; coopname : string ; created_at : string ; cycle_started_at : string ; decided_by_account ?: string | null ; decision_id ?: number | null ; decision_log : GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] [] ; executed_at ?: string | null ; id : string ; items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] ; proposal_hash : string ; proposed_by_account ?: string | null ; reject_reason ?: string | null ; rejected_at ?: string | null ; status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] ; submitted_at ?: string | null ; total_amount : string ; trigger : GraphQLTypes [ "MarketplaceWriteoffProposalTrigger" ] ; updated_at : string ; } ...on Marketplace Writeoff Proposal : Omit < GraphQLTypes [ "MarketplaceWriteoffProposal" ] , "...on MarketplaceWriteoffProposal" > __typename : "MarketplaceWriteoffProposal" Optional authorized_ at ?: string | null coopname : string created_ at : string cycle_ started_ at : string Optional decided_ by_ account ?: string | null Optional decision_ id ?: number | null decision_ log : GraphQLTypes [ "MarketplaceWriteoffDecisionEntry" ] [] Optional executed_ at ?: string | null id : string items : GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] [] proposal_ hash : string Optional proposed_ by_ account ?: string | null Optional reject_ reason ?: string | null Optional rejected_ at ?: string | null status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] Optional submitted_ at ?: string | null total_ amount : string trigger : GraphQLTypes [ "MarketplaceWriteoffProposalTrigger" ] updated_ at : string Marketplace Writeoff Proposal Item : { ...on MarketplaceWriteoffProposalItem : Omit < GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] , "...on MarketplaceWriteoffProposalItem" > ; __typename : "MarketplaceWriteoffProposalItem" ; amount : string ; asset_title : string ; braname : string ; branch_name ?: string | null ; executed : boolean ; inventory_ids : string [] ; package_size ?: number | null ; quantity : string ; reason : string ; unit_of_measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null ; } ...on Marketplace Writeoff Proposal Item : Omit < GraphQLTypes [ "MarketplaceWriteoffProposalItem" ] , "...on MarketplaceWriteoffProposalItem" > __typename : "MarketplaceWriteoffProposalItem" amount : string asset_ title : string braname : string Optional branch_ name ?: string | null executed : boolean inventory_ ids : string [] Optional package_ size ?: number | null quantity : string reason : string Optional unit_ of_ measure ?: GraphQLTypes [ "MarketplaceUnitOfMeasure" ] | null Marketplace Writeoff Protocol Document Input : { proposal_id : string ; } Marketplace Writeoff Service Memo Signable Payload Input : { braname : string ; proposal_id : string ; } braname : string proposal_ id : string Marketplace Writeoff Statement Signable Payload Input : { draft_id : string ; } Marketplace Writeoff Status Changed Event : { ...on MarketplaceWriteoffStatusChangedEvent : Omit < GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] , "...on MarketplaceWriteoffStatusChangedEvent" > ; __typename : "MarketplaceWriteoffStatusChangedEvent" ; proposal_id : string ; status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] ; } ...on Marketplace Writeoff Status Changed Event : Omit < GraphQLTypes [ "MarketplaceWriteoffStatusChangedEvent" ] , "...on MarketplaceWriteoffStatusChangedEvent" > __typename : "MarketplaceWriteoffStatusChangedEvent" proposal_ id : string status : GraphQLTypes [ "MarketplaceWriteoffProposalStatus" ] Matrix Account Status ResponseDTO : { ...on MatrixAccountStatusResponseDTO : Omit < GraphQLTypes [ "MatrixAccountStatusResponseDTO" ] , "...on MatrixAccountStatusResponseDTO" > ; __typename : "MatrixAccountStatusResponseDTO" ; hasAccount : boolean ; iframeUrl ?: string | null ; matrixUsername ?: string | null ; } ...on Matrix Account Status ResponseDTO : Omit < GraphQLTypes [ "MatrixAccountStatusResponseDTO" ] , "...on MatrixAccountStatusResponseDTO" > __typename : "MatrixAccountStatusResponseDTO" has Account : boolean Optional iframe Url ?: string | null Optional matrix Username ?: 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 Meet Aggregate : { ...on MeetAggregate : Omit < GraphQLTypes [ "MeetAggregate" ] , "...on MeetAggregate" > ; __typename : "MeetAggregate" ; hash : string ; pre ?: GraphQLTypes [ "MeetPreProcessing" ] | null ; processed ?: GraphQLTypes [ "MeetProcessed" ] | null ; processing ?: GraphQLTypes [ "MeetProcessing" ] | null ; } ...on Meet Aggregate : Omit < GraphQLTypes [ "MeetAggregate" ] , "...on MeetAggregate" > __typename : "MeetAggregate" hash : string Optional pre ?: GraphQLTypes [ "MeetPreProcessing" ] | null Optional processed ?: GraphQLTypes [ "MeetProcessed" ] | null Optional processing ?: GraphQLTypes [ "MeetProcessing" ] | null Meet Pre Processing : { ...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 Meet Pre Processing : 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 Meet Processed : { ...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 Meet Processed : Omit < GraphQLTypes [ "MeetProcessed" ] , "...on MeetProcessed" > __typename : "MeetProcessed" coopname : string decision : GraphQLTypes [ "SignedDigitalDocument" ] Optional decision Aggregate ?: 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 Meet Processing : { ...on MeetProcessing : Omit < GraphQLTypes [ "MeetProcessing" ] , "...on MeetProcessing" > ; __typename : "MeetProcessing" ; extendedStatus : GraphQLTypes [ "ExtendedMeetStatus" ] ; hash : string ; isVoted : boolean ; meet : GraphQLTypes [ "Meet" ] ; questions : GraphQLTypes [ "Question" ] [] ; } ...on Meet Processing : Omit < GraphQLTypes [ "MeetProcessing" ] , "...on MeetProcessing" > __typename : "MeetProcessing" extended Status : GraphQLTypes [ "ExtendedMeetStatus" ] hash : string is Voted : boolean questions : GraphQLTypes [ "Question" ] [] Meet Question Result : { ...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 Meet Question Result : 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 Membership Exit : { ...on MembershipExit : Omit < GraphQLTypes [ "MembershipExit" ] , "...on MembershipExit" > ; __typename : "MembershipExit" ; created_at : string ; exit_hash : string ; payment_status ?: GraphQLTypes [ "PaymentStatus" ] | null ; quantity : string ; status : GraphQLTypes [ "MembershipExitStatus" ] ; } ...on Membership Exit : Omit < GraphQLTypes [ "MembershipExit" ] , "...on MembershipExit" > __typename : "MembershipExit" created_ at : string exit_ hash : string Optional payment_ status ?: GraphQLTypes [ "PaymentStatus" ] | null quantity : string status : GraphQLTypes [ "MembershipExitStatus" ] Membership Exit Application Generate Document Input : { block_num ?: number | null ; coopname : string ; created_at ?: string | null ; generator ?: string | null ; lang ?: string | null ; links ?: string [] | null ; skip_save : boolean ; 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 skip_ save : boolean Optional timezone ?: string | null Optional title ?: string | null username : string Optional version ?: string | null Membership Exit Application Signed Document Input : { doc_hash : string ; hash : string ; meta : GraphQLTypes [ "MembershipExitApplicationSignedMetaDocumentInput" ] ; meta_hash : string ; signatures : GraphQLTypes [ "SignatureInfoInput" ] [] ; version : string ; } doc_ hash : string hash : string meta : GraphQLTypes [ "MembershipExitApplicationSignedMetaDocumentInput" ] meta_ hash : string signatures : GraphQLTypes [ "SignatureInfoInput" ] [] version : string Membership Exit Application Signed Meta Document Input : { block_num : number ; coopname : string ; created_at : string ; generator : string ; lang : string ; links : string [] ; registry_id : number ; skip_save : boolean ; 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 skip_ save : boolean timezone : string title : string username : string version : string Membership Exit Decision Generate Document Input : { 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 Membership Exit Result : { ...on MembershipExitResult : Omit < GraphQLTypes [ "MembershipExitResult" ] , "...on MembershipExitResult" > ; __typename : "MembershipExitResult" ; exit_hash : string ; status : GraphQLTypes [ "MembershipExitStatus" ] ; } ...on Membership Exit Result : Omit < GraphQLTypes [ "MembershipExitResult" ] , "...on MembershipExitResult" > __typename : "MembershipExitResult" exit_ hash : string status : GraphQLTypes [ "MembershipExitStatus" ] Membership Exit Return Preview : { ...on MembershipExitReturnPreview : Omit < GraphQLTypes [ "MembershipExitReturnPreview" ] , "...on MembershipExitReturnPreview" > ; __typename : "MembershipExitReturnPreview" ; minimum_contribution : string ; share_contribution : string ; total : string ; } ...on Membership Exit Return Preview : Omit < GraphQLTypes [ "MembershipExitReturnPreview" ] , "...on MembershipExitReturnPreview" > __typename : "MembershipExitReturnPreview" minimum_ contribution : string share_ contribution : string total : string Missing Requisite Field : { ...on MissingRequisiteField : Omit < GraphQLTypes [ "MissingRequisiteField" ] , "...on MissingRequisiteField" > ; __typename : "MissingRequisiteField" ; key : string ; label : string ; reason : string ; source : GraphQLTypes [ "RequisiteSource" ] ; } ...on Missing Requisite Field : Omit < GraphQLTypes [ "MissingRequisiteField" ] , "...on MissingRequisiteField" > __typename : "MissingRequisiteField" key : string label : string reason : string source : GraphQLTypes [ "RequisiteSource" ] Mono Account : { ...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 Mono Account : 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 Move Capital Issue To Component Input : { issue_hash : string ; target_project_hash : string ; } issue_ hash : string target_ project_ hash : string Mutation : { ...on Mutation : Omit < GraphQLTypes [ "Mutation" ] , "...on Mutation" > ; __typename : "Mutation" ; activateTwoFactor : boolean ; addBranchWhitelist : GraphQLTypes [ "Branch" ] ; addParticipant : GraphQLTypes [ "Account" ] ; addPaymentMethod : GraphQLTypes [ "PaymentMethod" ] ; addTrustedAccount : GraphQLTypes [ "Branch" ] ; approveVerification : GraphQLTypes [ "VerificationReview" ] ; archiveProductCard : boolean ; assignCapabilitySet : boolean ; authorizeDecision : GraphQLTypes [ "Transaction" ] ; authorizeForceRecovery : GraphQLTypes [ "ForceRecoveryAuthorization" ] ; cancelMembershipExit : boolean ; capitalAddAuthor : GraphQLTypes [ "CapitalProject" ] ; capitalAddFavorite : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalAddWorklog : GraphQLTypes [ "CapitalTimeEntry" ] ; capitalAllocateFunds : GraphQLTypes [ "Transaction" ] ; capitalApproveCommit : GraphQLTypes [ "CapitalCommit" ] ; capitalArchiveComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalCalculateVotes : GraphQLTypes [ "CapitalSegment" ] ; capitalCloseProject : GraphQLTypes [ "CapitalProject" ] ; capitalCompleteProcessStep : GraphQLTypes [ "ProcessInstance" ] ; capitalCompleteRegistration : GraphQLTypes [ "Transaction" ] ; capitalCompleteVoting : GraphQLTypes [ "Transaction" ] ; capitalConvertSegment : GraphQLTypes [ "CapitalSegment" ] ; capitalCreateCommit : GraphQLTypes [ "CapitalCommit" ] ; capitalCreateComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalCreateCycle : GraphQLTypes [ "CapitalCycle" ] ; capitalCreateDebt : GraphQLTypes [ "Transaction" ] ; capitalCreateExpense : GraphQLTypes [ "Transaction" ] ; capitalCreateIssue : GraphQLTypes [ "CapitalIssue" ] ; capitalCreateLocalProject : GraphQLTypes [ "CapitalProject" ] ; capitalCreateMeasure : GraphQLTypes [ "CapitalMeasure" ] ; capitalCreateProcessTemplate : GraphQLTypes [ "ProcessTemplate" ] ; capitalCreateProgramExpense : GraphQLTypes [ "Transaction" ] ; capitalCreateProgramInvest : GraphQLTypes [ "Transaction" ] ; capitalCreateProgramProperty : GraphQLTypes [ "Transaction" ] ; capitalCreateProject : GraphQLTypes [ "Transaction" ] ; capitalCreateProjectInvest : GraphQLTypes [ "Transaction" ] ; capitalCreateProjectProperty : GraphQLTypes [ "Transaction" ] ; capitalCreateStory : GraphQLTypes [ "CapitalStory" ] ; capitalDeallocateFunds : GraphQLTypes [ "Transaction" ] ; 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" ] ; capitalGenerateGenerationConvertStatement : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationMoneyInvestStatement : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestAct : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestDecision : GraphQLTypes [ "GeneratedDocument" ] ; capitalGenerateGenerationPropertyInvestStatement : 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" ] ; capitalLogMetricContribution : GraphQLTypes [ "CapitalMetricContribution" ] ; capitalMakeClearance : GraphQLTypes [ "Transaction" ] ; capitalMoveIssueToComponent : GraphQLTypes [ "CapitalIssue" ] ; capitalOpenProject : GraphQLTypes [ "CapitalProject" ] ; capitalPauseTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalPushResult : GraphQLTypes [ "CapitalSegment" ] ; capitalRefreshProgram : GraphQLTypes [ "Transaction" ] ; capitalRefreshSegment ?: GraphQLTypes [ "CapitalSegment" ] | null ; capitalRegisterContributor : GraphQLTypes [ "Transaction" ] ; capitalRemoveFavorite : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalResumeTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalSetConfig : GraphQLTypes [ "Transaction" ] ; capitalSetIssueMetricBindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] ; capitalSetMaster : GraphQLTypes [ "Transaction" ] ; capitalSetPlan : GraphQLTypes [ "CapitalProject" ] ; capitalSetProjectDevelopmentRepositoryUrl : GraphQLTypes [ "CapitalProject" ] ; capitalSetProjectPriority : GraphQLTypes [ "CapitalProject" ] ; capitalSignActAsChairman : GraphQLTypes [ "CapitalSegment" ] ; capitalSignActAsContributor : GraphQLTypes [ "CapitalSegment" ] ; capitalStartProcess : GraphQLTypes [ "ProcessInstance" ] ; capitalStartProject : GraphQLTypes [ "CapitalProject" ] ; capitalStartTimer : GraphQLTypes [ "CapitalTimerSession" ] ; capitalStartVoting : GraphQLTypes [ "Transaction" ] ; capitalStopProject : GraphQLTypes [ "CapitalProject" ] ; capitalStopTimer ?: GraphQLTypes [ "CapitalTimeEntry" ] | null ; capitalSubmitVote : GraphQLTypes [ "Transaction" ] ; capitalTopupProgramExpensePool : GraphQLTypes [ "Transaction" ] ; capitalUpdateComponentMetric : GraphQLTypes [ "CapitalComponentMetric" ] ; capitalUpdateIssue : GraphQLTypes [ "CapitalIssue" ] ; capitalUpdateMeasure : GraphQLTypes [ "CapitalMeasure" ] ; capitalUpdateProcessTemplate : GraphQLTypes [ "ProcessTemplate" ] ; capitalUpdateStory : GraphQLTypes [ "CapitalStory" ] ; chairmanConfirmApprove : GraphQLTypes [ "Approval" ] ; chairmanDeclineApprove : GraphQLTypes [ "Approval" ] ; chatcoopCreateAccount : boolean ; chatcoopCreateCalendarEvent : GraphQLTypes [ "ChatCoopCalendarEvent" ] ; chatcoopCreateCalendarIcsSubscription : GraphQLTypes [ "ChatCoopCalendarIcsUrlResponse" ] ; chatcoopCreateSecretaryRoom : GraphQLTypes [ "ChatcoopSecretaryRoom" ] ; chatcoopDeleteCalendarEvent : boolean ; chatcoopRemoveSecretaryRoom : string ; chatcoopUpdateCalendarEvent : GraphQLTypes [ "ChatCoopCalendarEvent" ] ; chatcoopUpdateTranscriptionMemo : GraphQLTypes [ "CallTranscription" ] ; completeCapitalOnboardingStep : GraphQLTypes [ "CapitalOnboardingState" ] ; completeChairmanAgendaStep : GraphQLTypes [ "ChairmanOnboardingState" ] ; completeChairmanGeneralMeetStep : GraphQLTypes [ "ChairmanOnboardingState" ] ; completeExtensionOnboardingStep : GraphQLTypes [ "ExtensionOnboardingState" ] ; confirmAgreement : GraphQLTypes [ "Transaction" ] ; confirmCriticalAction : GraphQLTypes [ "PendingCriticalAction" ] ; confirmMembershipExit : GraphQLTypes [ "MembershipExitResult" ] ; createAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; createBranch : GraphQLTypes [ "Branch" ] ; createCategory : GraphQLTypes [ "Category" ] ; createDepositPayment : GraphQLTypes [ "GatewayPayment" ] ; createExpensePlan : GraphQLTypes [ "ExpensePlan" ] ; createExpenseProposal : GraphQLTypes [ "Transaction" ] ; createInitialPayment : GraphQLTypes [ "GatewayPayment" ] ; createMembershipExit : GraphQLTypes [ "MembershipExitResult" ] ; createProductCard : GraphQLTypes [ "ProductCard" ] ; createProjectOfFreeDecision : GraphQLTypes [ "CreatedProjectFreeDecision" ] ; createWebPushSubscription : GraphQLTypes [ "CreateSubscriptionResponse" ] ; createWithdraw : GraphQLTypes [ "CreateWithdrawResponse" ] ; deactivateWebPushSubscriptionById : boolean ; declineAgreement : GraphQLTypes [ "Transaction" ] ; declineDecision : GraphQLTypes [ "Transaction" ] ; deleteAccount : boolean ; deleteBranch : boolean ; deleteBranchWhitelist : GraphQLTypes [ "Branch" ] ; deleteCategory : boolean ; deleteExpensePlan : boolean ; deletePaymentMethod : boolean ; deleteProductCard : boolean ; deleteReportDraft : boolean ; deleteTrustedAccount : GraphQLTypes [ "Branch" ] ; disableTwoFactor : boolean ; editBranch : GraphQLTypes [ "Branch" ] ; enrollTwoFactor : GraphQLTypes [ "TwoFactorEnrollment" ] ; generateAnnualGeneralMeetAgendaDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateAnnualGeneralMeetDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateAnnualGeneralMeetNotificationDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateBallotForAnnualGeneralMeetDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateConvertToAxonStatement : GraphQLTypes [ "GeneratedDocument" ] ; generateDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateExpenseProposalDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateExpenseProposalStatementDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateFreeDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateMembershipExitApplication : GraphQLTypes [ "GeneratedDocument" ] ; generateMembershipExitDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateParticipantApplication : GraphQLTypes [ "GeneratedDocument" ] ; generateParticipantApplicationDecision : GraphQLTypes [ "GeneratedDocument" ] ; generatePrivacyAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateProjectOfFreeDecision : GraphQLTypes [ "GeneratedDocument" ] ; generateRegistrationDocuments : GraphQLTypes [ "GenerateRegistrationDocumentsOutput" ] ; generateReportFromEdits : GraphQLTypes [ "GeneratedReport" ] ; generateReturnByMoneyDecisionDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateReturnByMoneyStatementDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateSelectBranchDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateSignatureAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateSovietDecisionOnAnnualMeetDocument : GraphQLTypes [ "GeneratedDocument" ] ; generateUserAgreement : GraphQLTypes [ "GeneratedDocument" ] ; generateWalletAgreement : GraphQLTypes [ "GeneratedDocument" ] ; initSystem : GraphQLTypes [ "SystemInfo" ] ; initiateCriticalAction : GraphQLTypes [ "PendingCriticalAction" ] ; installExtension : GraphQLTypes [ "Extension" ] ; installSystem : GraphQLTypes [ "SystemInfo" ] ; kuApproveTrusted : GraphQLTypes [ "Transaction" ] ; kuCancelDecision : GraphQLTypes [ "Transaction" ] ; kuCloseDecision : GraphQLTypes [ "Transaction" ] ; kuCreateDecision : GraphQLTypes [ "Transaction" ] ; kuDeclineTrusted : GraphQLTypes [ "Transaction" ] ; kuExecDecision : GraphQLTypes [ "Transaction" ] ; kuGenerateEstablishmentDecision : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateEstablishmentPetition : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingBallot : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingDecision : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateMeetingProposal : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedLiabilityAgreement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedPowerOfAttorney : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrustedStatement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrusteeLiabilityAgreement : GraphQLTypes [ "GeneratedDocument" ] ; kuGenerateTrusteePowerOfAttorney : GraphQLTypes [ "GeneratedDocument" ] ; kuJoinDecision : GraphQLTypes [ "Transaction" ] ; kuRequestTrusted : GraphQLTypes [ "Transaction" ] ; kuStartDecision : GraphQLTypes [ "Transaction" ] ; kuVoteOnDecision : GraphQLTypes [ "Transaction" ] ; login : GraphQLTypes [ "RegisteredAccount" ] ; logout : boolean ; markAllNotificationsRead : GraphQLTypes [ "UnreadNotificationsCount" ] ; markNotificationRead : GraphQLTypes [ "InboxNotification" ] ; markReportPeriod : boolean ; marketplaceAcceptCpp : GraphQLTypes [ "MarketplaceCppStatus" ] ; marketplaceAcceptOrdersBatch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] ; marketplaceAcceptReturnAtVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceAddAvailableCategories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceAddAvailableCategoryTypes : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceAddSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceAddToCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceAnnounceOrderReady : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceApproveOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceApproveReturnVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceApproveSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceAssignInventoryPlacement : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceBindInventoryBarcode : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceCancelAplReception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceCancelOrder : GraphQLTypes [ "MarketplaceCancelOrderResult" ] ; marketplaceCancelStockOrder : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceCancelStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceCancelWriteoffDraft : boolean ; marketplaceCheckoutCart : GraphQLTypes [ "MarketplaceCheckoutResult" ] ; marketplaceClearAvailableCategories : boolean ; marketplaceClearCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceClearInventoryLabel : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceConfirmWriteoff : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceConvertBranchFunds : boolean ; marketplaceCreateAid : boolean ; marketplaceCreateAplReception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceCreateBranchExpense : string ; marketplaceCreateContainerType : GraphQLTypes [ "MarketplaceContainerType" ] ; marketplaceCreateContainers : GraphQLTypes [ "MarketplaceContainer" ] [] ; marketplaceCreateCustomCategory : GraphQLTypes [ "MarketplaceCategory" ] ; marketplaceCreateExpressReception : GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] ; marketplaceCreateOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceCreateRequest : GraphQLTypes [ "MarketplaceRequest" ] ; marketplaceCreateReturnClaim : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceCreateShipment : GraphQLTypes [ "MarketplaceCreateShipmentResult" ] ; marketplaceCreateStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceCreateStorageCell : GraphQLTypes [ "MarketplaceStorageCell" ] ; marketplaceCreateStorageGrid : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceCreateWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceDeclineOrdersBatch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] ; marketplaceDeclineStockProposal : GraphQLTypes [ "MarketplaceStockProposal" ] ; marketplaceDeleteCustomCategory : boolean ; marketplaceDeleteTrusteeWeight : boolean ; marketplaceDetailKU : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceDistributeBranchFunds : boolean ; marketplaceFinalizeStockIssuance : GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] ; marketplaceGenerateInventoryLabel : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceMoveContainer : GraphQLTypes [ "MarketplaceContainer" ] ; marketplacePublishStock : GraphQLTypes [ "MarketplaceOffer" ] [] ; marketplaceRejectOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceRejectReturnAtVisit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceRejectReturnRemote : GraphQLTypes [ "MarketplaceReturnClaimResult" ] ; marketplaceRejectSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceRemoveAvailableCategories : boolean ; marketplaceRemoveAvailableCategoryTypes : boolean ; marketplaceRemoveFromCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceRenameStorageSection : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceReplaceAvailableItems : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceRepublishOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceRequestSupplier : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceRetireStorageCells : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceRetryKUGeocode : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceSetCartDeliveryPoint : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceSetKUStatus : GraphQLTypes [ "MarketplaceKUDetails" ] ; marketplaceSetMembershipFee : GraphQLTypes [ "MarketplaceEconomyConfig" ] ; marketplaceSetOfferWarranty : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceSetSupplierPayoutMethod : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] ; marketplaceSetTrusteeWeight : boolean ; marketplaceSignAplReceptionAsChairman : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceSignAplReceptionAsSupplier : GraphQLTypes [ "MarketplaceAplReceptionResult" ] ; marketplaceSignOnboardingOffer : GraphQLTypes [ "MarketplaceOnboardingState" ] ; marketplaceSplitInventory : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] ; marketplaceSubmitWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceSwitchSupplierModel : GraphQLTypes [ "MarketplaceSupplier" ] ; marketplaceUnpublishStock : GraphQLTypes [ "MarketplaceUnpublishStockResult" ] ; marketplaceUpdateCartItem : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceUpdateContainer : GraphQLTypes [ "MarketplaceContainer" ] ; marketplaceUpdateOffer : GraphQLTypes [ "MarketplaceOffer" ] ; marketplaceUpdateStorageCell : GraphQLTypes [ "MarketplaceStorageCell" ] ; marketplaceUpdateWriteoffDraft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceWithdrawOffer : GraphQLTypes [ "MarketplaceOffer" ] ; notifyOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; overspendExpenseItem : GraphQLTypes [ "Transaction" ] ; payExpenseItem : GraphQLTypes [ "Transaction" ] ; payWithheldTax : string ; processConvertToAxonStatement : boolean ; publishProductCard : boolean ; publishProjectOfFreeDecision ?: GraphQLTypes [ "AgendaWithDocuments" ] | null ; refresh : GraphQLTypes [ "RegisteredAccount" ] ; registerAccount : GraphQLTypes [ "RegisteredAccount" ] ; registerParticipant : GraphQLTypes [ "Account" ] ; rejectVerification : GraphQLTypes [ "VerificationReview" ] ; reportExpenseItem : GraphQLTypes [ "ExpenseReportResult" ] ; reportNotMe : GraphQLTypes [ "RevokedSessionsResult" ] ; requestForceRecoveryConsent : boolean ; resendNotification : GraphQLTypes [ "Notification" ] ; resetKey : boolean ; resetRegistration : GraphQLTypes [ "Account" ] ; restartAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; returnExpenseItem : GraphQLTypes [ "Transaction" ] ; revokeAllSessions : GraphQLTypes [ "RevokedSessionsResult" ] ; revokeCapabilitySet : boolean ; revokeParticipantKey : GraphQLTypes [ "RevokeKeyResult" ] ; revokeSession : boolean ; saveCapitalProgramDocDataHash : GraphQLTypes [ "CapitalOnboardingState" ] ; saveMyPassport : GraphQLTypes [ "Account" ] ; saveReportDraft : GraphQLTypes [ "ReportDraft" ] ; selectBranch : boolean ; sendAgreement : GraphQLTypes [ "Transaction" ] ; setBranchPrivate : GraphQLTypes [ "Branch" ] ; setLoginFactors : GraphQLTypes [ "LoginFactors" ] ; setPaymentStatus : GraphQLTypes [ "GatewayPayment" ] ; setRecoveryStrategy : boolean ; setWif : boolean ; signByPresiderOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; signBySecretaryOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; startInstall : GraphQLTypes [ "StartInstallResult" ] ; startResetKey : boolean ; submitExpenseReport : GraphQLTypes [ "Transaction" ] ; triggerNotificationWorkflow : boolean ; uninstallExtension : boolean ; unverifyParticipant : GraphQLTypes [ "ParticipantVerification" ] [] ; updateAccount : GraphQLTypes [ "Account" ] ; updateBankAccount : GraphQLTypes [ "PaymentMethod" ] ; updateExtension : GraphQLTypes [ "Extension" ] ; updateReportRequisites : GraphQLTypes [ "ReportRequisitesView" ] ; updateSettings : GraphQLTypes [ "Settings" ] ; updateSystem : GraphQLTypes [ "SystemInfo" ] ; uploadExpenseFile : GraphQLTypes [ "ExpenseFile" ] ; uploadPaymentProof : GraphQLTypes [ "PaymentFile" ] ; verifyEmail : boolean ; verifyParticipantOnsite : GraphQLTypes [ "ParticipantVerification" ] [] ; voteOnAnnualGeneralMeet : GraphQLTypes [ "MeetAggregate" ] ; walmoveWallets : GraphQLTypes [ "Ledger2AdjustmentResult" ] ; } ...on Mutation : Omit < GraphQLTypes [ "Mutation" ] , "...on Mutation" > __typename : "Mutation" activate Two Factor : boolean add Branch Whitelist : GraphQLTypes [ "Branch" ] add Participant : GraphQLTypes [ "Account" ] add Payment Method : GraphQLTypes [ "PaymentMethod" ] add Trusted Account : GraphQLTypes [ "Branch" ] approve Verification : GraphQLTypes [ "VerificationReview" ] archive Product Card : boolean assign Capability Set : boolean authorize Decision : GraphQLTypes [ "Transaction" ] authorize Force Recovery : GraphQLTypes [ "ForceRecoveryAuthorization" ] cancel Membership Exit : boolean capital Add Author : GraphQLTypes [ "CapitalProject" ] capital Add Favorite : GraphQLTypes [ "CapitalFavorite" ] [] capital Add Worklog : GraphQLTypes [ "CapitalTimeEntry" ] capital Allocate Funds : GraphQLTypes [ "Transaction" ] capital Approve Commit : GraphQLTypes [ "CapitalCommit" ] capital Archive Component Metric : GraphQLTypes [ "CapitalComponentMetric" ] capital Calculate Votes : GraphQLTypes [ "CapitalSegment" ] capital Close Project : GraphQLTypes [ "CapitalProject" ] capital Complete Process Step : GraphQLTypes [ "ProcessInstance" ] capital Complete Registration : GraphQLTypes [ "Transaction" ] capital Complete Voting : GraphQLTypes [ "Transaction" ] capital Convert Segment : GraphQLTypes [ "CapitalSegment" ] capital Create Commit : GraphQLTypes [ "CapitalCommit" ] capital Create Component Metric : GraphQLTypes [ "CapitalComponentMetric" ] capital Create Cycle : GraphQLTypes [ "CapitalCycle" ] capital Create Debt : GraphQLTypes [ "Transaction" ] capital Create Expense : GraphQLTypes [ "Transaction" ] capital Create Issue : GraphQLTypes [ "CapitalIssue" ] capital Create Local Project : GraphQLTypes [ "CapitalProject" ] capital Create Measure : GraphQLTypes [ "CapitalMeasure" ] capital Create Process Template : GraphQLTypes [ "ProcessTemplate" ] capital Create Program Expense : GraphQLTypes [ "Transaction" ] capital Create Program Invest : GraphQLTypes [ "Transaction" ] capital Create Program Property : GraphQLTypes [ "Transaction" ] capital Create Project : GraphQLTypes [ "Transaction" ] capital Create Project Invest : GraphQLTypes [ "Transaction" ] capital Create Project Property : GraphQLTypes [ "Transaction" ] capital Create Story : GraphQLTypes [ "CapitalStory" ] capital Deallocate Funds : GraphQLTypes [ "Transaction" ] capital Decline Commit : GraphQLTypes [ "CapitalCommit" ] capital Delete Issue : boolean capital Delete Process Template : boolean capital Delete Project : GraphQLTypes [ "Transaction" ] capital Delete Story : boolean capital Edit Contributor : GraphQLTypes [ "CapitalContributor" ] capital Edit Project : GraphQLTypes [ "Transaction" ] capital Finalize Project : GraphQLTypes [ "CapitalProject" ] capital Fund Program : GraphQLTypes [ "Transaction" ] capital Generate Capitalization Agreement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Capitalization Money Invest Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Capitalization Property Invest Act : GraphQLTypes [ "GeneratedDocument" ] capital Generate Capitalization Property Invest Decision : GraphQLTypes [ "GeneratedDocument" ] capital Generate Capitalization Property Invest Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Capitalization To Main Wallet Convert Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Component Generation Contract : GraphQLTypes [ "GeneratedDocument" ] capital Generate Expense Decision : GraphQLTypes [ "GeneratedDocument" ] capital Generate Expense Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Contract : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Convert Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Money Invest Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Property Invest Act : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Property Invest Decision : GraphQLTypes [ "GeneratedDocument" ] capital Generate Generation Property Invest Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Get Loan Decision : GraphQLTypes [ "GeneratedDocument" ] capital Generate Get Loan Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Program Money Invest Statement : GraphQLTypes [ "GeneratedDocument" ] capital Generate Project Generation Contract : GraphQLTypes [ "GeneratedDocument" ] capital Generate Registration Documents : GraphQLTypes [ "GenerateCapitalRegistrationDocumentsOutputDTO" ] capital Generate Result Contribution Act : GraphQLTypes [ "GeneratedDocument" ] capital Generate Result Contribution Decision : GraphQLTypes [ "GeneratedDocument" ] capital Generate Result Contribution Statement : GraphQLTypes [ "GeneratedDocument" ] capital Import Contributor : GraphQLTypes [ "Transaction" ] capital Log Metric Contribution : GraphQLTypes [ "CapitalMetricContribution" ] capital Make Clearance : GraphQLTypes [ "Transaction" ] capital Move Issue To Component : GraphQLTypes [ "CapitalIssue" ] capital Open Project : GraphQLTypes [ "CapitalProject" ] capital Pause Timer : GraphQLTypes [ "CapitalTimerSession" ] capital Push Result : GraphQLTypes [ "CapitalSegment" ] capital Refresh Program : GraphQLTypes [ "Transaction" ] Optional capital Refresh Segment ?: GraphQLTypes [ "CapitalSegment" ] | null capital Register Contributor : GraphQLTypes [ "Transaction" ] capital Remove Favorite : GraphQLTypes [ "CapitalFavorite" ] [] capital Resume Timer : GraphQLTypes [ "CapitalTimerSession" ] capital Set Config : GraphQLTypes [ "Transaction" ] capital Set Issue Metric Bindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] capital Set Master : GraphQLTypes [ "Transaction" ] capital Set Plan : GraphQLTypes [ "CapitalProject" ] capital Set Project Development Repository Url : GraphQLTypes [ "CapitalProject" ] capital Set Project Priority : GraphQLTypes [ "CapitalProject" ] capital Sign Act As Chairman : GraphQLTypes [ "CapitalSegment" ] capital Sign Act As Contributor : GraphQLTypes [ "CapitalSegment" ] capital Start Process : GraphQLTypes [ "ProcessInstance" ] capital Start Project : GraphQLTypes [ "CapitalProject" ] capital Start Timer : GraphQLTypes [ "CapitalTimerSession" ] capital Start Voting : GraphQLTypes [ "Transaction" ] capital Stop Project : GraphQLTypes [ "CapitalProject" ] Optional capital Stop Timer ?: GraphQLTypes [ "CapitalTimeEntry" ] | null capital Submit Vote : GraphQLTypes [ "Transaction" ] capital Topup Program Expense Pool : GraphQLTypes [ "Transaction" ] capital Update Component Metric : GraphQLTypes [ "CapitalComponentMetric" ] capital Update Issue : GraphQLTypes [ "CapitalIssue" ] capital Update Measure : GraphQLTypes [ "CapitalMeasure" ] capital Update Process Template : GraphQLTypes [ "ProcessTemplate" ] capital Update Story : GraphQLTypes [ "CapitalStory" ] chairman Confirm Approve : GraphQLTypes [ "Approval" ] chairman Decline Approve : GraphQLTypes [ "Approval" ] chatcoop Create Account : boolean chatcoop Create Calendar Event : GraphQLTypes [ "ChatCoopCalendarEvent" ] chatcoop Create Calendar Ics Subscription : GraphQLTypes [ "ChatCoopCalendarIcsUrlResponse" ] chatcoop Create Secretary Room : GraphQLTypes [ "ChatcoopSecretaryRoom" ] chatcoop Delete Calendar Event : boolean chatcoop Remove Secretary Room : string chatcoop Update Calendar Event : GraphQLTypes [ "ChatCoopCalendarEvent" ] chatcoop Update Transcription Memo : GraphQLTypes [ "CallTranscription" ] complete Capital Onboarding Step : GraphQLTypes [ "CapitalOnboardingState" ] complete Chairman Agenda Step : GraphQLTypes [ "ChairmanOnboardingState" ] complete Chairman General Meet Step : GraphQLTypes [ "ChairmanOnboardingState" ] complete Extension Onboarding Step : GraphQLTypes [ "ExtensionOnboardingState" ] confirm Agreement : GraphQLTypes [ "Transaction" ] confirm Critical Action : GraphQLTypes [ "PendingCriticalAction" ] confirm Membership Exit : GraphQLTypes [ "MembershipExitResult" ] create Annual General Meet : GraphQLTypes [ "MeetAggregate" ] create Category : GraphQLTypes [ "Category" ] create Deposit Payment : GraphQLTypes [ "GatewayPayment" ] create Expense Plan : GraphQLTypes [ "ExpensePlan" ] create Expense Proposal : GraphQLTypes [ "Transaction" ] create Initial Payment : GraphQLTypes [ "GatewayPayment" ] create Membership Exit : GraphQLTypes [ "MembershipExitResult" ] create Product Card : GraphQLTypes [ "ProductCard" ] create Project Of Free Decision : GraphQLTypes [ "CreatedProjectFreeDecision" ] create Web Push Subscription : GraphQLTypes [ "CreateSubscriptionResponse" ] create Withdraw : GraphQLTypes [ "CreateWithdrawResponse" ] deactivate Web Push Subscription By Id : boolean decline Agreement : GraphQLTypes [ "Transaction" ] decline Decision : GraphQLTypes [ "Transaction" ] delete Account : boolean delete Branch : boolean delete Branch Whitelist : GraphQLTypes [ "Branch" ] delete Category : boolean delete Expense Plan : boolean delete Payment Method : boolean delete Product Card : boolean delete Report Draft : boolean delete Trusted Account : GraphQLTypes [ "Branch" ] disable Two Factor : boolean enroll Two Factor : GraphQLTypes [ "TwoFactorEnrollment" ] generate Annual General Meet Agenda Document : GraphQLTypes [ "GeneratedDocument" ] generate Annual General Meet Decision Document : GraphQLTypes [ "GeneratedDocument" ] generate Annual General Meet Notification Document : GraphQLTypes [ "GeneratedDocument" ] generate Ballot For Annual General Meet Document : GraphQLTypes [ "GeneratedDocument" ] generate Convert To Axon Statement : GraphQLTypes [ "GeneratedDocument" ] generate Document : GraphQLTypes [ "GeneratedDocument" ] generate Expense Proposal Decision Document : GraphQLTypes [ "GeneratedDocument" ] generate Expense Proposal Statement Document : GraphQLTypes [ "GeneratedDocument" ] generate Free Decision : GraphQLTypes [ "GeneratedDocument" ] generate Membership Exit Application : GraphQLTypes [ "GeneratedDocument" ] generate Membership Exit Decision : GraphQLTypes [ "GeneratedDocument" ] generate Participant Application : GraphQLTypes [ "GeneratedDocument" ] generate Participant Application Decision : GraphQLTypes [ "GeneratedDocument" ] generate Privacy Agreement : GraphQLTypes [ "GeneratedDocument" ] generate Project Of Free Decision : GraphQLTypes [ "GeneratedDocument" ] generate Registration Documents : GraphQLTypes [ "GenerateRegistrationDocumentsOutput" ] generate Report From Edits : GraphQLTypes [ "GeneratedReport" ] generate Return By Money Decision Document : GraphQLTypes [ "GeneratedDocument" ] generate Return By Money Statement Document : GraphQLTypes [ "GeneratedDocument" ] generate Select Branch Document : GraphQLTypes [ "GeneratedDocument" ] generate Signature Agreement : GraphQLTypes [ "GeneratedDocument" ] generate Soviet Decision On Annual Meet Document : GraphQLTypes [ "GeneratedDocument" ] generate User Agreement : GraphQLTypes [ "GeneratedDocument" ] generate Wallet Agreement : GraphQLTypes [ "GeneratedDocument" ] init System : GraphQLTypes [ "SystemInfo" ] initiate Critical Action : GraphQLTypes [ "PendingCriticalAction" ] install Extension : GraphQLTypes [ "Extension" ] install System : GraphQLTypes [ "SystemInfo" ] ku Approve Trusted : GraphQLTypes [ "Transaction" ] ku Cancel Decision : GraphQLTypes [ "Transaction" ] ku Close Decision : GraphQLTypes [ "Transaction" ] ku Create Decision : GraphQLTypes [ "Transaction" ] ku Decline Trusted : GraphQLTypes [ "Transaction" ] ku Exec Decision : GraphQLTypes [ "Transaction" ] ku Generate Establishment Decision : GraphQLTypes [ "GeneratedDocument" ] ku Generate Establishment Petition : GraphQLTypes [ "GeneratedDocument" ] ku Generate Meeting Ballot : GraphQLTypes [ "GeneratedDocument" ] ku Generate Meeting Decision : GraphQLTypes [ "GeneratedDocument" ] ku Generate Meeting Proposal : GraphQLTypes [ "GeneratedDocument" ] ku Generate Trusted Liability Agreement : GraphQLTypes [ "GeneratedDocument" ] ku Generate Trusted Power Of Attorney : GraphQLTypes [ "GeneratedDocument" ] ku Generate Trusted Statement : GraphQLTypes [ "GeneratedDocument" ] ku Generate Trustee Liability Agreement : GraphQLTypes [ "GeneratedDocument" ] ku Generate Trustee Power Of Attorney : GraphQLTypes [ "GeneratedDocument" ] ku Join Decision : GraphQLTypes [ "Transaction" ] ku Request Trusted : GraphQLTypes [ "Transaction" ] ku Start Decision : GraphQLTypes [ "Transaction" ] ku Vote On Decision : GraphQLTypes [ "Transaction" ] login : GraphQLTypes [ "RegisteredAccount" ] logout : boolean mark All Notifications Read : GraphQLTypes [ "UnreadNotificationsCount" ] mark Notification Read : GraphQLTypes [ "InboxNotification" ] mark Report Period : boolean marketplace Accept Cpp : GraphQLTypes [ "MarketplaceCppStatus" ] marketplace Accept Orders Batch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] marketplace Accept Return At Visit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] marketplace Add Available Categories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] marketplace Add Available Category Types : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] marketplace Add Supplier : GraphQLTypes [ "MarketplaceSupplier" ] marketplace Add To Cart : GraphQLTypes [ "MarketplaceCart" ] marketplace Announce Order Ready : GraphQLTypes [ "MarketplaceOrder" ] marketplace Approve Offer : GraphQLTypes [ "MarketplaceOffer" ] marketplace Approve Return Visit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] marketplace Approve Supplier : GraphQLTypes [ "MarketplaceSupplier" ] marketplace Assign Inventory Placement : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] marketplace Bind Inventory Barcode : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] marketplace Cancel Apl Reception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] marketplace Cancel Order : GraphQLTypes [ "MarketplaceCancelOrderResult" ] marketplace Cancel Stock Order : GraphQLTypes [ "MarketplaceOrder" ] marketplace Cancel Stock Proposal : GraphQLTypes [ "MarketplaceStockProposal" ] marketplace Cancel Writeoff Draft : boolean marketplace Checkout Cart : GraphQLTypes [ "MarketplaceCheckoutResult" ] marketplace Clear Available Categories : boolean marketplace Clear Cart : GraphQLTypes [ "MarketplaceCart" ] marketplace Clear Inventory Label : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] marketplace Confirm Writeoff : GraphQLTypes [ "MarketplaceWriteoffProposal" ] marketplace Convert Branch Funds : boolean marketplace Create Aid : boolean marketplace Create Apl Reception : GraphQLTypes [ "MarketplaceAplReceptionResult" ] marketplace Create Branch Expense : string marketplace Create Container Type : GraphQLTypes [ "MarketplaceContainerType" ] marketplace Create Containers : GraphQLTypes [ "MarketplaceContainer" ] [] marketplace Create Custom Category : GraphQLTypes [ "MarketplaceCategory" ] marketplace Create Express Reception : GraphQLTypes [ "MarketplaceCreateExpressReceptionResult" ] marketplace Create Offer : GraphQLTypes [ "MarketplaceOffer" ] marketplace Create Request : GraphQLTypes [ "MarketplaceRequest" ] marketplace Create Return Claim : GraphQLTypes [ "MarketplaceReturnClaimResult" ] marketplace Create Shipment : GraphQLTypes [ "MarketplaceCreateShipmentResult" ] marketplace Create Stock Proposal : GraphQLTypes [ "MarketplaceStockProposal" ] marketplace Create Storage Cell : GraphQLTypes [ "MarketplaceStorageCell" ] marketplace Create Storage Grid : GraphQLTypes [ "MarketplaceStorageCell" ] [] marketplace Create Writeoff Draft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] marketplace Decline Orders Batch : GraphQLTypes [ "MarketplaceSupplierBatchActionResult" ] marketplace Decline Stock Proposal : GraphQLTypes [ "MarketplaceStockProposal" ] marketplace Delete Custom Category : boolean marketplace Delete Trustee Weight : boolean marketplace DetailKU : GraphQLTypes [ "MarketplaceKUDetails" ] marketplace Distribute Branch Funds : boolean marketplace Finalize Stock Issuance : GraphQLTypes [ "MarketplaceStockProposalAcceptResult" ] marketplace Generate Inventory Label : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] marketplace Move Container : GraphQLTypes [ "MarketplaceContainer" ] marketplace Publish Stock : GraphQLTypes [ "MarketplaceOffer" ] [] marketplace Reject Offer : GraphQLTypes [ "MarketplaceOffer" ] marketplace Reject Return At Visit : GraphQLTypes [ "MarketplaceReturnClaimResult" ] marketplace Reject Return Remote : GraphQLTypes [ "MarketplaceReturnClaimResult" ] marketplace Reject Supplier : GraphQLTypes [ "MarketplaceSupplier" ] marketplace Remove Available Categories : boolean marketplace Remove Available Category Types : boolean marketplace Remove From Cart : GraphQLTypes [ "MarketplaceCart" ] marketplace Rename Storage Section : GraphQLTypes [ "MarketplaceStorageCell" ] [] marketplace Replace Available Items : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] marketplace Republish Offer : GraphQLTypes [ "MarketplaceOffer" ] marketplace Request Supplier : GraphQLTypes [ "MarketplaceSupplier" ] marketplace Retire Storage Cells : GraphQLTypes [ "MarketplaceStorageCell" ] [] marketplace RetryKUGeocode : GraphQLTypes [ "MarketplaceKUDetails" ] marketplace Set Cart Delivery Point : GraphQLTypes [ "MarketplaceCart" ] marketplace SetKUStatus : GraphQLTypes [ "MarketplaceKUDetails" ] marketplace Set Membership Fee : GraphQLTypes [ "MarketplaceEconomyConfig" ] marketplace Set Offer Warranty : GraphQLTypes [ "MarketplaceOffer" ] marketplace Set Supplier Payout Method : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] marketplace Set Trustee Weight : boolean marketplace Sign Apl Reception As Chairman : GraphQLTypes [ "MarketplaceAplReceptionResult" ] marketplace Sign Apl Reception As Supplier : GraphQLTypes [ "MarketplaceAplReceptionResult" ] marketplace Sign Onboarding Offer : GraphQLTypes [ "MarketplaceOnboardingState" ] marketplace Split Inventory : GraphQLTypes [ "MarketplaceInventoryMutationResult" ] marketplace Submit Writeoff Draft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] marketplace Switch Supplier Model : GraphQLTypes [ "MarketplaceSupplier" ] marketplace Unpublish Stock : GraphQLTypes [ "MarketplaceUnpublishStockResult" ] marketplace Update Cart Item : GraphQLTypes [ "MarketplaceCart" ] marketplace Update Container : GraphQLTypes [ "MarketplaceContainer" ] marketplace Update Offer : GraphQLTypes [ "MarketplaceOffer" ] marketplace Update Storage Cell : GraphQLTypes [ "MarketplaceStorageCell" ] marketplace Update Writeoff Draft : GraphQLTypes [ "MarketplaceWriteoffProposal" ] marketplace Withdraw Offer : GraphQLTypes [ "MarketplaceOffer" ] notify On Annual General Meet : GraphQLTypes [ "MeetAggregate" ] overspend Expense Item : GraphQLTypes [ "Transaction" ] pay Expense Item : GraphQLTypes [ "Transaction" ] pay Withheld Tax : string process Convert To Axon Statement : boolean publish Product Card : boolean Optional publish Project Of Free Decision ?: GraphQLTypes [ "AgendaWithDocuments" ] | null refresh : GraphQLTypes [ "RegisteredAccount" ] register Account : GraphQLTypes [ "RegisteredAccount" ] register Participant : GraphQLTypes [ "Account" ] reject Verification : GraphQLTypes [ "VerificationReview" ] report Expense Item : GraphQLTypes [ "ExpenseReportResult" ] report Not Me : GraphQLTypes [ "RevokedSessionsResult" ] request Force Recovery Consent : boolean resend Notification : GraphQLTypes [ "Notification" ] reset Key : boolean reset Registration : GraphQLTypes [ "Account" ] restart Annual General Meet : GraphQLTypes [ "MeetAggregate" ] return Expense Item : GraphQLTypes [ "Transaction" ] revoke All Sessions : GraphQLTypes [ "RevokedSessionsResult" ] revoke Capability Set : boolean revoke Participant Key : GraphQLTypes [ "RevokeKeyResult" ] revoke Session : boolean save Capital Program Doc Data Hash : GraphQLTypes [ "CapitalOnboardingState" ] save My Passport : GraphQLTypes [ "Account" ] save Report Draft : GraphQLTypes [ "ReportDraft" ] select Branch : boolean send Agreement : GraphQLTypes [ "Transaction" ] set Branch Private : GraphQLTypes [ "Branch" ] set Login Factors : GraphQLTypes [ "LoginFactors" ] set Payment Status : GraphQLTypes [ "GatewayPayment" ] set Recovery Strategy : boolean set Wif : boolean sign By Presider On Annual General Meet : GraphQLTypes [ "MeetAggregate" ] sign By Secretary On Annual General Meet : GraphQLTypes [ "MeetAggregate" ] start Install : GraphQLTypes [ "StartInstallResult" ] start Reset Key : boolean submit Expense Report : GraphQLTypes [ "Transaction" ] trigger Notification Workflow : boolean uninstall Extension : boolean unverify Participant : GraphQLTypes [ "ParticipantVerification" ] [] update Account : GraphQLTypes [ "Account" ] update Bank Account : GraphQLTypes [ "PaymentMethod" ] update Extension : GraphQLTypes [ "Extension" ] update Report Requisites : GraphQLTypes [ "ReportRequisitesView" ] update Settings : GraphQLTypes [ "Settings" ] update System : GraphQLTypes [ "SystemInfo" ] upload Expense File : GraphQLTypes [ "ExpenseFile" ] upload Payment Proof : GraphQLTypes [ "PaymentFile" ] verify Email : boolean verify Participant Onsite : GraphQLTypes [ "ParticipantVerification" ] [] vote On Annual General Meet : GraphQLTypes [ "MeetAggregate" ] walmove Wallets : GraphQLTypes [ "Ledger2AdjustmentResult" ] Node Sync State : { ...on NodeSyncState : Omit < GraphQLTypes [ "NodeSyncState" ] , "...on NodeSyncState" > ; __typename : "NodeSyncState" ; catch_up_blocks_per_second ?: number | null ; current_block_num ?: number | null ; cursor_updated_at ?: string | null ; estimated_seconds_remaining ?: number | null ; head_block_num ?: number | null ; lag_blocks ?: number | null ; outage ?: GraphQLTypes [ "NodeSyncOutage" ] | null ; status : GraphQLTypes [ "NodeSyncStatus" ] ; } ...on Node Sync State : Omit < GraphQLTypes [ "NodeSyncState" ] , "...on NodeSyncState" > __typename : "NodeSyncState" Optional catch_ up_ blocks_ per_ second ?: number | null Optional current_ block_ num ?: number | null Optional cursor_ updated_ at ?: string | null Optional estimated_ seconds_ remaining ?: number | null Optional head_ block_ num ?: number | null Optional lag_ blocks ?: number | null Optional outage ?: GraphQLTypes [ "NodeSyncOutage" ] | null status : GraphQLTypes [ "NodeSyncStatus" ] Notification : { ...on Notification : Omit < GraphQLTypes [ "Notification" ] , "...on Notification" > ; __typename : "Notification" ; attempts : number ; channel : GraphQLTypes [ "NotificationChannel" ] ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; id : string ; lastError ?: string | null ; recipientSubscriberId : string ; recipientUsername ?: string | null ; status : GraphQLTypes [ "NotificationOutboxStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workflowId : string ; } ...on Notification : Omit < GraphQLTypes [ "Notification" ] , "...on Notification" > __typename : "Notification" attempts : number channel : GraphQLTypes [ "NotificationChannel" ] coopname : string id : string Optional last Error ?: string | null recipient Subscriber Id : string Optional recipient Username ?: string | null status : GraphQLTypes [ "NotificationOutboxStatus" ] workflow Id : string Notification Attempt : { ...on NotificationAttempt : Omit < GraphQLTypes [ "NotificationAttempt" ] , "...on NotificationAttempt" > ; __typename : "NotificationAttempt" ; attemptNumber : number ; createdAt : GraphQLTypes [ "DateTime" ] ; error ?: string | null ; id : string ; providerResponse ?: string | null ; status : GraphQLTypes [ "NotificationDeliveryStatus" ] ; } ...on Notification Attempt : Omit < GraphQLTypes [ "NotificationAttempt" ] , "...on NotificationAttempt" > __typename : "NotificationAttempt" attempt Number : number Optional error ?: string | null id : string Optional provider Response ?: string | null status : GraphQLTypes [ "NotificationDeliveryStatus" ] Notification Detail : { ...on NotificationDetail : Omit < GraphQLTypes [ "NotificationDetail" ] , "...on NotificationDetail" > ; __typename : "NotificationDetail" ; attempts : number ; channel : GraphQLTypes [ "NotificationChannel" ] ; coopname : string ; createdAt : GraphQLTypes [ "DateTime" ] ; deliveries : GraphQLTypes [ "NotificationAttempt" ] [] ; id : string ; lastError ?: string | null ; recipientSubscriberId : string ; recipientUsername ?: string | null ; status : GraphQLTypes [ "NotificationOutboxStatus" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; workflowId : string ; } ...on Notification Detail : Omit < GraphQLTypes [ "NotificationDetail" ] , "...on NotificationDetail" > __typename : "NotificationDetail" attempts : number channel : GraphQLTypes [ "NotificationChannel" ] coopname : string deliveries : GraphQLTypes [ "NotificationAttempt" ] [] id : string Optional last Error ?: string | null recipient Subscriber Id : string Optional recipient Username ?: string | null status : GraphQLTypes [ "NotificationOutboxStatus" ] workflow Id : string Notification Pagination Result : { ...on NotificationPaginationResult : Omit < GraphQLTypes [ "NotificationPaginationResult" ] , "...on NotificationPaginationResult" > ; __typename : "NotificationPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Notification" ] [] ; totalCount : number ; totalPages : number ; } ...on Notification Pagination Result : Omit < GraphQLTypes [ "NotificationPaginationResult" ] , "...on NotificationPaginationResult" > __typename : "NotificationPaginationResult" current Page : number items : GraphQLTypes [ "Notification" ] [] total Count : number total Pages : number Notification Workflow Recipient Input : { username : string ; } Notifications Filter Input : { channel ?: GraphQLTypes [ "NotificationChannel" ] | null ; coopname : string ; recipientSubscriberId ?: string | null ; status ?: GraphQLTypes [ "NotificationOutboxStatus" ] | null ; workflowId ?: string | null ; } Optional channel ?: GraphQLTypes [ "NotificationChannel" ] | null coopname : string Optional recipient Subscriber Id ?: string | null Optional status ?: GraphQLTypes [ "NotificationOutboxStatus" ] | null Optional workflow Id ?: string | null Notify On Annual General Meet Input : { coopname : string ; meet_hash : string ; notification : GraphQLTypes [ "AnnualGeneralMeetingNotificationSignedDocumentInput" ] ; username : string ; } coopname : string meet_ hash : string notification : GraphQLTypes [ "AnnualGeneralMeetingNotificationSignedDocumentInput" ] username : string Open Project Input : { 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 Organization Certificate : { ...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 Organization Certificate : Omit < GraphQLTypes [ "OrganizationCertificate" ] , "...on OrganizationCertificate" > __typename : "OrganizationCertificate" inn : string ogrn : string represented_ by : GraphQLTypes [ "RepresentedByCertificate" ] short_ name : string username : string Organization Details : { ...on OrganizationDetails : Omit < GraphQLTypes [ "OrganizationDetails" ] , "...on OrganizationDetails" > ; __typename : "OrganizationDetails" ; inn : string ; kpp : string ; ogrn : string ; } ...on Organization Details : Omit < GraphQLTypes [ "OrganizationDetails" ] , "...on OrganizationDetails" > __typename : "OrganizationDetails" inn : string kpp : string ogrn : string Organization Details Input : { inn : string ; kpp : string ; ogrn : string ; } inn : string kpp : string ogrn : string Organization With Bank Account : { ...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 Organization With Bank Account : 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 Overspend Expense Item Input : { coopname : string ; item_hash : string ; overspend_amount : string ; proposal_hash : string ; } coopname : string item_ hash : string overspend_ amount : string proposal_ hash : string Paginated Actions Pagination Result : { ...on PaginatedActionsPaginationResult : Omit < GraphQLTypes [ "PaginatedActionsPaginationResult" ] , "...on PaginatedActionsPaginationResult" > ; __typename : "PaginatedActionsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "BlockchainAction" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Actions Pagination Result : Omit < GraphQLTypes [ "PaginatedActionsPaginationResult" ] , "...on PaginatedActionsPaginationResult" > __typename : "PaginatedActionsPaginationResult" current Page : number items : GraphQLTypes [ "BlockchainAction" ] [] total Count : number total Pages : number Paginated Agreements Pagination Result : { ...on PaginatedAgreementsPaginationResult : Omit < GraphQLTypes [ "PaginatedAgreementsPaginationResult" ] , "...on PaginatedAgreementsPaginationResult" > ; __typename : "PaginatedAgreementsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Agreement" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Agreements Pagination Result : Omit < GraphQLTypes [ "PaginatedAgreementsPaginationResult" ] , "...on PaginatedAgreementsPaginationResult" > __typename : "PaginatedAgreementsPaginationResult" current Page : number total Count : number total Pages : number Paginated Candidates Pagination Result : { ...on PaginatedCandidatesPaginationResult : Omit < GraphQLTypes [ "PaginatedCandidatesPaginationResult" ] , "...on PaginatedCandidatesPaginationResult" > ; __typename : "PaginatedCandidatesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Candidate" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Candidates Pagination Result : Omit < GraphQLTypes [ "PaginatedCandidatesPaginationResult" ] , "...on PaginatedCandidatesPaginationResult" > __typename : "PaginatedCandidatesPaginationResult" current Page : number total Count : number total Pages : number Paginated Capital Candidates Pagination Result : { ...on PaginatedCapitalCandidatesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalCandidatesPaginationResult" ] , "...on PaginatedCapitalCandidatesPaginationResult" > ; __typename : "PaginatedCapitalCandidatesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalCandidate" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Candidates Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalCandidatesPaginationResult" ] , "...on PaginatedCapitalCandidatesPaginationResult" > __typename : "PaginatedCapitalCandidatesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalCandidate" ] [] total Count : number total Pages : number Paginated Capital Commits Pagination Result : { ...on PaginatedCapitalCommitsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalCommitsPaginationResult" ] , "...on PaginatedCapitalCommitsPaginationResult" > ; __typename : "PaginatedCapitalCommitsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalCommit" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Commits Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalCommitsPaginationResult" ] , "...on PaginatedCapitalCommitsPaginationResult" > __typename : "PaginatedCapitalCommitsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalCommit" ] [] total Count : number total Pages : number Paginated Capital Contributors Pagination Result : { ...on PaginatedCapitalContributorsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalContributorsPaginationResult" ] , "...on PaginatedCapitalContributorsPaginationResult" > ; __typename : "PaginatedCapitalContributorsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalContributor" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Contributors Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalContributorsPaginationResult" ] , "...on PaginatedCapitalContributorsPaginationResult" > __typename : "PaginatedCapitalContributorsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalContributor" ] [] total Count : number total Pages : number Paginated Capital Cycles Pagination Result : { ...on PaginatedCapitalCyclesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalCyclesPaginationResult" ] , "...on PaginatedCapitalCyclesPaginationResult" > ; __typename : "PaginatedCapitalCyclesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalCycle" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Cycles Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalCyclesPaginationResult" ] , "...on PaginatedCapitalCyclesPaginationResult" > __typename : "PaginatedCapitalCyclesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalCycle" ] [] total Count : number total Pages : number Paginated Capital Debts Pagination Result : { ...on PaginatedCapitalDebtsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalDebtsPaginationResult" ] , "...on PaginatedCapitalDebtsPaginationResult" > ; __typename : "PaginatedCapitalDebtsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalDebt" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Debts Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalDebtsPaginationResult" ] , "...on PaginatedCapitalDebtsPaginationResult" > __typename : "PaginatedCapitalDebtsPaginationResult" current Page : number total Count : number total Pages : number Paginated Capital Expenses Pagination Result : { ...on PaginatedCapitalExpensesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalExpensesPaginationResult" ] , "...on PaginatedCapitalExpensesPaginationResult" > ; __typename : "PaginatedCapitalExpensesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalExpense" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Expenses Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalExpensesPaginationResult" ] , "...on PaginatedCapitalExpensesPaginationResult" > __typename : "PaginatedCapitalExpensesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalExpense" ] [] total Count : number total Pages : number Paginated Capital Invests Pagination Result : { ...on PaginatedCapitalInvestsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalInvestsPaginationResult" ] , "...on PaginatedCapitalInvestsPaginationResult" > ; __typename : "PaginatedCapitalInvestsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalInvest" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Invests Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalInvestsPaginationResult" ] , "...on PaginatedCapitalInvestsPaginationResult" > __typename : "PaginatedCapitalInvestsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalInvest" ] [] total Count : number total Pages : number Paginated Capital Issues Pagination Result : { ...on PaginatedCapitalIssuesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalIssuesPaginationResult" ] , "...on PaginatedCapitalIssuesPaginationResult" > ; __typename : "PaginatedCapitalIssuesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalIssue" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Issues Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalIssuesPaginationResult" ] , "...on PaginatedCapitalIssuesPaginationResult" > __typename : "PaginatedCapitalIssuesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalIssue" ] [] total Count : number total Pages : number Paginated Capital Logs Pagination Result : { ...on PaginatedCapitalLogsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] , "...on PaginatedCapitalLogsPaginationResult" > ; __typename : "PaginatedCapitalLogsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalLog" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Logs Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] , "...on PaginatedCapitalLogsPaginationResult" > __typename : "PaginatedCapitalLogsPaginationResult" current Page : number total Count : number total Pages : number Paginated Capital Metric Contributions Pagination Result : { ...on PaginatedCapitalMetricContributionsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] , "...on PaginatedCapitalMetricContributionsPaginationResult" > ; __typename : "PaginatedCapitalMetricContributionsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalMetricContribution" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Metric Contributions Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] , "...on PaginatedCapitalMetricContributionsPaginationResult" > __typename : "PaginatedCapitalMetricContributionsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalMetricContribution" ] [] total Count : number total Pages : number Paginated Capital Program Expenses Pagination Result : { ...on PaginatedCapitalProgramExpensesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] , "...on PaginatedCapitalProgramExpensesPaginationResult" > ; __typename : "PaginatedCapitalProgramExpensesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalProgramExpense" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Program Expenses Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] , "...on PaginatedCapitalProgramExpensesPaginationResult" > __typename : "PaginatedCapitalProgramExpensesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalProgramExpense" ] [] total Count : number total Pages : number Paginated Capital Projects Pagination Result : { ...on PaginatedCapitalProjectsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalProjectsPaginationResult" ] , "...on PaginatedCapitalProjectsPaginationResult" > ; __typename : "PaginatedCapitalProjectsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalProject" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Projects Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalProjectsPaginationResult" ] , "...on PaginatedCapitalProjectsPaginationResult" > __typename : "PaginatedCapitalProjectsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalProject" ] [] total Count : number total Pages : number Paginated Capital Results Pagination Result : { ...on PaginatedCapitalResultsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalResultsPaginationResult" ] , "...on PaginatedCapitalResultsPaginationResult" > ; __typename : "PaginatedCapitalResultsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalResult" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Results Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalResultsPaginationResult" ] , "...on PaginatedCapitalResultsPaginationResult" > __typename : "PaginatedCapitalResultsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalResult" ] [] total Count : number total Pages : number Paginated Capital Segments Pagination Result : { ...on PaginatedCapitalSegmentsPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalSegmentsPaginationResult" ] , "...on PaginatedCapitalSegmentsPaginationResult" > ; __typename : "PaginatedCapitalSegmentsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalSegment" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Segments Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalSegmentsPaginationResult" ] , "...on PaginatedCapitalSegmentsPaginationResult" > __typename : "PaginatedCapitalSegmentsPaginationResult" current Page : number items : GraphQLTypes [ "CapitalSegment" ] [] total Count : number total Pages : number Paginated Capital Stories Pagination Result : { ...on PaginatedCapitalStoriesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalStoriesPaginationResult" ] , "...on PaginatedCapitalStoriesPaginationResult" > ; __typename : "PaginatedCapitalStoriesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalStory" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Stories Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalStoriesPaginationResult" ] , "...on PaginatedCapitalStoriesPaginationResult" > __typename : "PaginatedCapitalStoriesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalStory" ] [] total Count : number total Pages : number Paginated Capital Time Entries By Issues Pagination Result : { ...on PaginatedCapitalTimeEntriesByIssuesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalTimeEntriesByIssuesPaginationResult" ] , "...on PaginatedCapitalTimeEntriesByIssuesPaginationResult" > ; __typename : "PaginatedCapitalTimeEntriesByIssuesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalTimeEntriesByIssues" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Time Entries By Issues Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalTimeEntriesByIssuesPaginationResult" ] , "...on PaginatedCapitalTimeEntriesByIssuesPaginationResult" > __typename : "PaginatedCapitalTimeEntriesByIssuesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalTimeEntriesByIssues" ] [] total Count : number total Pages : number Paginated Capital Time Entries Pagination Result : { ...on PaginatedCapitalTimeEntriesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalTimeEntriesPaginationResult" ] , "...on PaginatedCapitalTimeEntriesPaginationResult" > ; __typename : "PaginatedCapitalTimeEntriesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalTimeEntry" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Time Entries Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalTimeEntriesPaginationResult" ] , "...on PaginatedCapitalTimeEntriesPaginationResult" > __typename : "PaginatedCapitalTimeEntriesPaginationResult" current Page : number items : GraphQLTypes [ "CapitalTimeEntry" ] [] total Count : number total Pages : number Paginated Capital Votes Pagination Result : { ...on PaginatedCapitalVotesPaginationResult : Omit < GraphQLTypes [ "PaginatedCapitalVotesPaginationResult" ] , "...on PaginatedCapitalVotesPaginationResult" > ; __typename : "PaginatedCapitalVotesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CapitalVote" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Capital Votes Pagination Result : Omit < GraphQLTypes [ "PaginatedCapitalVotesPaginationResult" ] , "...on PaginatedCapitalVotesPaginationResult" > __typename : "PaginatedCapitalVotesPaginationResult" current Page : number total Count : number total Pages : number Paginated Chairman Approvals Pagination Result : { ...on PaginatedChairmanApprovalsPaginationResult : Omit < GraphQLTypes [ "PaginatedChairmanApprovalsPaginationResult" ] , "...on PaginatedChairmanApprovalsPaginationResult" > ; __typename : "PaginatedChairmanApprovalsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Approval" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Chairman Approvals Pagination Result : Omit < GraphQLTypes [ "PaginatedChairmanApprovalsPaginationResult" ] , "...on PaginatedChairmanApprovalsPaginationResult" > __typename : "PaginatedChairmanApprovalsPaginationResult" current Page : number total Count : number total Pages : number Paginated Current Table States Pagination Result : { ...on PaginatedCurrentTableStatesPaginationResult : Omit < GraphQLTypes [ "PaginatedCurrentTableStatesPaginationResult" ] , "...on PaginatedCurrentTableStatesPaginationResult" > ; __typename : "PaginatedCurrentTableStatesPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "CurrentTableState" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Current Table States Pagination Result : Omit < GraphQLTypes [ "PaginatedCurrentTableStatesPaginationResult" ] , "...on PaginatedCurrentTableStatesPaginationResult" > __typename : "PaginatedCurrentTableStatesPaginationResult" current Page : number items : GraphQLTypes [ "CurrentTableState" ] [] total Count : number total Pages : number Paginated Deltas Pagination Result : { ...on PaginatedDeltasPaginationResult : Omit < GraphQLTypes [ "PaginatedDeltasPaginationResult" ] , "...on PaginatedDeltasPaginationResult" > ; __typename : "PaginatedDeltasPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "Delta" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Deltas Pagination Result : Omit < GraphQLTypes [ "PaginatedDeltasPaginationResult" ] , "...on PaginatedDeltasPaginationResult" > __typename : "PaginatedDeltasPaginationResult" current Page : number total Count : number total Pages : number Paginated Expense Proposals Pagination Result : { ...on PaginatedExpenseProposalsPaginationResult : Omit < GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] , "...on PaginatedExpenseProposalsPaginationResult" > ; __typename : "PaginatedExpenseProposalsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ExpenseProposal" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Expense Proposals Pagination Result : Omit < GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] , "...on PaginatedExpenseProposalsPaginationResult" > __typename : "PaginatedExpenseProposalsPaginationResult" current Page : number items : GraphQLTypes [ "ExpenseProposal" ] [] total Count : number total Pages : number Paginated Gateway Payments Pagination Result : { ...on PaginatedGatewayPaymentsPaginationResult : Omit < GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] , "...on PaginatedGatewayPaymentsPaginationResult" > ; __typename : "PaginatedGatewayPaymentsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "GatewayPayment" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Gateway Payments Pagination Result : Omit < GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] , "...on PaginatedGatewayPaymentsPaginationResult" > __typename : "PaginatedGatewayPaymentsPaginationResult" current Page : number items : GraphQLTypes [ "GatewayPayment" ] [] total Count : number total Pages : number Paginated Ku Decisions Pagination Result : { ...on PaginatedKuDecisionsPaginationResult : Omit < GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] , "...on PaginatedKuDecisionsPaginationResult" > ; __typename : "PaginatedKuDecisionsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "KuDecision" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Ku Decisions Pagination Result : Omit < GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] , "...on PaginatedKuDecisionsPaginationResult" > __typename : "PaginatedKuDecisionsPaginationResult" current Page : number total Count : number total Pages : number Paginated Ku Trust Requests Pagination Result : { ...on PaginatedKuTrustRequestsPaginationResult : Omit < GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] , "...on PaginatedKuTrustRequestsPaginationResult" > ; __typename : "PaginatedKuTrustRequestsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "KuTrustRequest" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Ku Trust Requests Pagination Result : Omit < GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] , "...on PaginatedKuTrustRequestsPaginationResult" > __typename : "PaginatedKuTrustRequestsPaginationResult" current Page : number items : GraphQLTypes [ "KuTrustRequest" ] [] total Count : number total Pages : number Paginated Marketplace Writeoff Proposals : { ...on PaginatedMarketplaceWriteoffProposals : Omit < GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] , "...on PaginatedMarketplaceWriteoffProposals" > ; __typename : "PaginatedMarketplaceWriteoffProposals" ; currentPage : number ; items : GraphQLTypes [ "MarketplaceWriteoffProposal" ] [] ; totalCount : number ; totalPages : number ; } ...on Paginated Marketplace Writeoff Proposals : Omit < GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] , "...on PaginatedMarketplaceWriteoffProposals" > __typename : "PaginatedMarketplaceWriteoffProposals" current Page : number items : GraphQLTypes [ "MarketplaceWriteoffProposal" ] [] total Count : number total Pages : number Pagination Input : { limit : number ; page : number ; sortBy ?: string | null ; sortOrder : string ; } limit : number page : number Optional sort By ?: string | null sort Order : string Participant Access : { ...on ParticipantAccess : Omit < GraphQLTypes [ "ParticipantAccess" ] , "...on ParticipantAccess" > ; __typename : "ParticipantAccess" ; grants : GraphQLTypes [ "AccessGrant" ] [] ; sets : string [] ; } ...on Participant Access : Omit < GraphQLTypes [ "ParticipantAccess" ] , "...on ParticipantAccess" > __typename : "ParticipantAccess" grants : GraphQLTypes [ "AccessGrant" ] [] sets : string [] Participant Account : { ...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 Participant Account : 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 Participant Application Decision Generate Document Input : { 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 Participant Application Generate Document Input : { 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 Participant Application Signed Document Input : { 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 Participant Application Signed Meta Document Input : { 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 Participant Certificate : { ...on ParticipantCertificate : Omit < GraphQLTypes [ "ParticipantCertificate" ] , "...on ParticipantCertificate" > ; __typename : "ParticipantCertificate" ; participant_certificate : string ; } ...on Participant Certificate : Omit < GraphQLTypes [ "ParticipantCertificate" ] , "...on ParticipantCertificate" > __typename : "ParticipantCertificate" participant_ certificate : string Participant Identity For Verification : { ...on ParticipantIdentityForVerification : Omit < GraphQLTypes [ "ParticipantIdentityForVerification" ] , "...on ParticipantIdentityForVerification" > ; __typename : "ParticipantIdentityForVerification" ; birthdate ?: string | null ; full_address ?: string | null ; full_name : string ; inn ?: string | null ; ogrn ?: string | null ; passport_code ?: string | null ; passport_issued_at ?: string | null ; passport_issued_by ?: string | null ; passport_number ?: string | null ; passport_series ?: string | null ; representative_based_on ?: string | null ; representative_name ?: string | null ; representative_position ?: string | null ; type : GraphQLTypes [ "AccountType" ] ; username : string ; } ...on Participant Identity For Verification : Omit < GraphQLTypes [ "ParticipantIdentityForVerification" ] , "...on ParticipantIdentityForVerification" > __typename : "ParticipantIdentityForVerification" Optional birthdate ?: string | null Optional full_ address ?: string | null full_ name : string Optional inn ?: string | null Optional ogrn ?: string | null Optional passport_ code ?: string | null Optional passport_ issued_ at ?: string | null Optional passport_ issued_ by ?: string | null Optional passport_ number ?: string | null Optional passport_ series ?: string | null Optional representative_ based_ on ?: string | null Optional representative_ name ?: string | null Optional representative_ position ?: string | null username : string Participant Identity For Verification Input : { braname ?: string | null ; username : string ; } Optional braname ?: string | null username : string Participant Verification : { ...on ParticipantVerification : Omit < GraphQLTypes [ "ParticipantVerification" ] , "...on ParticipantVerification" > ; __typename : "ParticipantVerification" ; attested_by ?: string | null ; attested_in ?: string | null ; source : GraphQLTypes [ "ParticipantVerificationSource" ] ; status : GraphQLTypes [ "ParticipantVerificationStatus" ] ; type : GraphQLTypes [ "ParticipantVerificationType" ] ; verified_at : string ; } ...on Participant Verification : Omit < GraphQLTypes [ "ParticipantVerification" ] , "...on ParticipantVerification" > __typename : "ParticipantVerification" Optional attested_ by ?: string | null Optional attested_ in ?: string | null source : GraphQLTypes [ "ParticipantVerificationSource" ] status : GraphQLTypes [ "ParticipantVerificationStatus" ] type : GraphQLTypes [ "ParticipantVerificationType" ] verified_ at : 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 Passport Input : { code : string ; issued_at : string ; issued_by : string ; number : number ; series : number ; } code : string issued_ at : string issued_ by : string number : number series : number Pay Expense Item Input : { actual_amount : string ; coopname : string ; item_hash : string ; proposal_hash : string ; } actual_ amount : string coopname : string item_ hash : string proposal_ hash : string Pay Withheld Tax Input : { amount : number ; } Payment Details : { ...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 Payment Details : 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 Payment File : { ...on PaymentFile : Omit < GraphQLTypes [ "PaymentFile" ] , "...on PaymentFile" > ; __typename : "PaymentFile" ; checksum_sha256 : string ; coopname : string ; id : number ; kind : GraphQLTypes [ "PaymentFileKind" ] ; mime_type : string ; original_filename ?: string | null ; payment_hash : string ; read_url ?: string | null ; size_bytes : number ; storage_key : string ; uploaded_at : GraphQLTypes [ "DateTime" ] ; uploaded_by_username : string ; } ...on Payment File : Omit < GraphQLTypes [ "PaymentFile" ] , "...on PaymentFile" > __typename : "PaymentFile" checksum_ sha256 : string coopname : string id : number kind : GraphQLTypes [ "PaymentFileKind" ] mime_ type : string Optional original_ filename ?: string | null payment_ hash : string Optional read_ url ?: string | null size_ bytes : number storage_ key : string uploaded_ at : GraphQLTypes [ "DateTime" ] uploaded_ by_ username : string Payment Filters Input : { coopname ?: string | null ; direction ?: GraphQLTypes [ "PaymentDirection" ] | null ; hash ?: string | null ; proposal_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 proposal_ hash ?: string | null Optional provider ?: string | null Optional status ?: GraphQLTypes [ "PaymentStatus" ] | null Optional type ?: GraphQLTypes [ "PaymentType" ] | null Optional username ?: string | null Payment Method : { ...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 Payment Method : Omit < GraphQLTypes [ "PaymentMethod" ] , "...on PaymentMethod" > __typename : "PaymentMethod" data : GraphQLTypes [ "PaymentMethodData" ] is_ default : boolean method_ id : string method_ type : string username : string Payment Method Data : { ...on BankAccount : "__union" & GraphQLTypes [ "BankAccount" ] ; ...on SbpAccount : "__union" & GraphQLTypes [ "SbpAccount" ] ; __typename : "BankAccount" | "SbpAccount" ; } ...on Bank Account : "__union" & GraphQLTypes [ "BankAccount" ] ...on Sbp Account : "__union" & GraphQLTypes [ "SbpAccount" ] __typename : "BankAccount" | "SbpAccount" Payment Method Pagination Result : { ...on PaymentMethodPaginationResult : Omit < GraphQLTypes [ "PaymentMethodPaginationResult" ] , "...on PaymentMethodPaginationResult" > ; __typename : "PaymentMethodPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "PaymentMethod" ] [] ; totalCount : number ; totalPages : number ; } ...on Payment Method Pagination Result : Omit < GraphQLTypes [ "PaymentMethodPaginationResult" ] , "...on PaymentMethodPaginationResult" > __typename : "PaymentMethodPaginationResult" current Page : number items : GraphQLTypes [ "PaymentMethod" ] [] total Count : number total Pages : number Pending Critical Action : { ...on PendingCriticalAction : Omit < GraphQLTypes [ "PendingCriticalAction" ] , "...on PendingCriticalAction" > ; __typename : "PendingCriticalAction" ; action_type : GraphQLTypes [ "CriticalActionType" ] ; actor_id : string ; confirmations : GraphQLTypes [ "CriticalActionConfirmation" ] [] ; created_at : string ; expires_at : string ; finalized_at ?: string | null ; id : string ; payload : GraphQLTypes [ "JSON" ] ; status : GraphQLTypes [ "CriticalActionStatus" ] ; target_id : string ; } ...on Pending Critical Action : Omit < GraphQLTypes [ "PendingCriticalAction" ] , "...on PendingCriticalAction" > __typename : "PendingCriticalAction" action_ type : GraphQLTypes [ "CriticalActionType" ] actor_ id : string confirmations : GraphQLTypes [ "CriticalActionConfirmation" ] [] created_ at : string expires_ at : string Optional finalized_ at ?: string | null id : string status : GraphQLTypes [ "CriticalActionStatus" ] target_ id : string 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" ] Permission Level : { ...on PermissionLevel : Omit < GraphQLTypes [ "PermissionLevel" ] , "...on PermissionLevel" > ; __typename : "PermissionLevel" ; actor : string ; permission : string ; } ...on Permission Level : Omit < GraphQLTypes [ "PermissionLevel" ] , "...on PermissionLevel" > __typename : "PermissionLevel" actor : string permission : string Permission Level Weight : { ...on PermissionLevelWeight : Omit < GraphQLTypes [ "PermissionLevelWeight" ] , "...on PermissionLevelWeight" > ; __typename : "PermissionLevelWeight" ; permission : GraphQLTypes [ "PermissionLevel" ] ; weight : number ; } ...on Permission Level Weight : Omit < GraphQLTypes [ "PermissionLevelWeight" ] , "...on PermissionLevelWeight" > __typename : "PermissionLevelWeight" permission : GraphQLTypes [ "PermissionLevel" ] weight : number Private Account : { ...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 Private Account : 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 Private Account Search Data : { ...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" Private Account Search Result : { ...on PrivateAccountSearchResult : Omit < GraphQLTypes [ "PrivateAccountSearchResult" ] , "...on PrivateAccountSearchResult" > ; __typename : "PrivateAccountSearchResult" ; data : GraphQLTypes [ "PrivateAccountSearchData" ] ; highlightedFields ?: string [] | null ; score ?: number | null ; type : string ; } ...on Private Account Search Result : Omit < GraphQLTypes [ "PrivateAccountSearchResult" ] , "...on PrivateAccountSearchResult" > __typename : "PrivateAccountSearchResult" data : GraphQLTypes [ "PrivateAccountSearchData" ] Optional highlighted Fields ?: string [] | null Optional score ?: number | null type : string Process Action : { ...on ProcessAction : Omit < GraphQLTypes [ "ProcessAction" ] , "...on ProcessAction" > ; __typename : "ProcessAction" ; account : string ; block_id : string ; block_num : number ; created_at : GraphQLTypes [ "DateTime" ] ; data ?: GraphQLTypes [ "JSON" ] | null ; global_sequence : string ; id : string ; name : string ; transaction_id : string ; } ...on Process Action : Omit < GraphQLTypes [ "ProcessAction" ] , "...on ProcessAction" > __typename : "ProcessAction" account : string block_ id : string block_ num : number Optional data ?: GraphQLTypes [ "JSON" ] | null global_ sequence : string id : string name : string transaction_ id : string Process Convert To Axon Statement Input : { convertAmount : string ; signedDocument : GraphQLTypes [ "ConvertToAxonStatementSignedDocumentInput" ] ; username : string ; } convert Amount : string signed Document : GraphQLTypes [ "ConvertToAxonStatementSignedDocumentInput" ] username : string Process Delta : { ...on ProcessDelta : Omit < GraphQLTypes [ "ProcessDelta" ] , "...on ProcessDelta" > ; __typename : "ProcessDelta" ; block_num : number ; code : string ; created_at : GraphQLTypes [ "DateTime" ] ; id : string ; present : boolean ; primary_key : string ; scope : string ; table : string ; value ?: GraphQLTypes [ "JSON" ] | null ; } ...on Process Delta : Omit < GraphQLTypes [ "ProcessDelta" ] , "...on ProcessDelta" > __typename : "ProcessDelta" block_ num : number code : string id : string present : boolean primary_ key : string scope : string table : string Optional value ?: GraphQLTypes [ "JSON" ] | null Process Document : { ...on ProcessDocument : Omit < GraphQLTypes [ "ProcessDocument" ] , "...on ProcessDocument" > ; __typename : "ProcessDocument" ; document : GraphQLTypes [ "JSON" ] ; hash : string ; raw ?: GraphQLTypes [ "JSON" ] | null ; source : GraphQLTypes [ "ProcessDocumentSource" ] ; } ...on Process Document : Omit < GraphQLTypes [ "ProcessDocument" ] , "...on ProcessDocument" > __typename : "ProcessDocument" hash : string Optional raw ?: GraphQLTypes [ "JSON" ] | null source : GraphQLTypes [ "ProcessDocumentSource" ] Process Document Source : { ...on ProcessDocumentSource : Omit < GraphQLTypes [ "ProcessDocumentSource" ] , "...on ProcessDocumentSource" > ; __typename : "ProcessDocumentSource" ; code : string ; field : string ; primary_key : string ; table : string ; } ...on Process Document Source : Omit < GraphQLTypes [ "ProcessDocumentSource" ] , "...on ProcessDocumentSource" > __typename : "ProcessDocumentSource" code : string field : string primary_ key : string table : string Process Edge : { ...on ProcessEdge : Omit < GraphQLTypes [ "ProcessEdge" ] , "...on ProcessEdge" > ; __typename : "ProcessEdge" ; id : string ; source : string ; target : string ; } ...on Process Edge : Omit < GraphQLTypes [ "ProcessEdge" ] , "...on ProcessEdge" > __typename : "ProcessEdge" id : string source : string target : string Process Edge Input : { id : string ; source : string ; target : string ; } id : string source : string target : string Process Instance : { ...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 Process Instance : 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 Process Step Position : { ...on ProcessStepPosition : Omit < GraphQLTypes [ "ProcessStepPosition" ] , "...on ProcessStepPosition" > ; __typename : "ProcessStepPosition" ; x : number ; y : number ; } ...on Process Step Position : Omit < GraphQLTypes [ "ProcessStepPosition" ] , "...on ProcessStepPosition" > __typename : "ProcessStepPosition" x : number y : number Process Step Position Input : { x : number ; y : number ; } Process Step State : { ...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 Process Step State : Omit < GraphQLTypes [ "ProcessStepState" ] , "...on ProcessStepState" > __typename : "ProcessStepState" Optional completed_ at ?: GraphQLTypes [ "DateTime" ] | null Optional issue_ hash ?: string | null status : GraphQLTypes [ "ProcessStepStatus" ] step_ id : string Process Step Template : { ...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 Process Step Template : 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 Process Step Template Input : { 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 Process Summary : { ...on ProcessSummary : Omit < GraphQLTypes [ "ProcessSummary" ] , "...on ProcessSummary" > ; __typename : "ProcessSummary" ; coopname : string ; firstSeenAt : GraphQLTypes [ "DateTime" ] ; lastSeenAt : GraphQLTypes [ "DateTime" ] ; processHash : string ; processType : string ; username ?: string | null ; } ...on Process Summary : Omit < GraphQLTypes [ "ProcessSummary" ] , "...on ProcessSummary" > __typename : "ProcessSummary" coopname : string first Seen At : GraphQLTypes [ "DateTime" ] process Hash : string process Type : string Optional username ?: string | null Process Summary Pagination Result : { ...on ProcessSummaryPaginationResult : Omit < GraphQLTypes [ "ProcessSummaryPaginationResult" ] , "...on ProcessSummaryPaginationResult" > ; __typename : "ProcessSummaryPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ProcessSummary" ] [] ; totalCount : number ; totalPages : number ; } ...on Process Summary Pagination Result : Omit < GraphQLTypes [ "ProcessSummaryPaginationResult" ] , "...on ProcessSummaryPaginationResult" > __typename : "ProcessSummaryPaginationResult" current Page : number items : GraphQLTypes [ "ProcessSummary" ] [] total Count : number total Pages : number Process Template : { ...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 Process Template : 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 Process View : { ...on ProcessView : Omit < GraphQLTypes [ "ProcessView" ] , "...on ProcessView" > ; __typename : "ProcessView" ; actions : GraphQLTypes [ "ProcessAction" ] [] ; coopname : string ; delta_history : GraphQLTypes [ "ProcessDelta" ] [] ; documents : GraphQLTypes [ "ProcessDocument" ] [] ; first_seen_at : GraphQLTypes [ "DateTime" ] ; last_seen_at : GraphQLTypes [ "DateTime" ] ; process_hash : string ; process_type : string ; } ...on Process View : Omit < GraphQLTypes [ "ProcessView" ] , "...on ProcessView" > __typename : "ProcessView" actions : GraphQLTypes [ "ProcessAction" ] [] coopname : string delta_ history : GraphQLTypes [ "ProcessDelta" ] [] documents : GraphQLTypes [ "ProcessDocument" ] [] first_ seen_ at : GraphQLTypes [ "DateTime" ] last_ seen_ at : GraphQLTypes [ "DateTime" ] process_ hash : string process_ type : string Processes Filter : { coopname : string ; fromBlock ?: number | null ; processHash ?: string | null ; processType ?: string | null ; toBlock ?: number | null ; username ?: string | null ; } coopname : string Optional from Block ?: number | null Optional process Hash ?: string | null Optional process Type ?: string | null Optional to Block ?: number | null Optional username ?: string | null Product Card : { ...on ProductCard : Omit < GraphQLTypes [ "ProductCard" ] , "...on ProductCard" > ; __typename : "ProductCard" ; braname ?: string | null ; cancellation_fee_amount ?: string | null ; category_id ?: string | null ; contribution_type : GraphQLTypes [ "ContributionType" ] ; coopname : string ; created_at : GraphQLTypes [ "DateTime" ] ; delivery_type : GraphQLTypes [ "DeliveryType" ] ; description : string ; id : string ; images : string [] ; membership_fee_amount ?: string | null ; product_lifecycle_secs : number ; status : GraphQLTypes [ "ProductCardStatus" ] ; title : string ; type : GraphQLTypes [ "ProductCardType" ] ; unit_cost : string ; units : number ; updated_at : GraphQLTypes [ "DateTime" ] ; username : string ; warranty_period_secs : number ; } ...on Product Card : Omit < GraphQLTypes [ "ProductCard" ] , "...on ProductCard" > __typename : "ProductCard" Optional braname ?: string | null Optional cancellation_ fee_ amount ?: string | null Optional category_ id ?: string | null contribution_ type : GraphQLTypes [ "ContributionType" ] coopname : string delivery_ type : GraphQLTypes [ "DeliveryType" ] description : string id : string images : string [] Optional membership_ fee_ amount ?: string | null product_ lifecycle_ secs : number status : GraphQLTypes [ "ProductCardStatus" ] title : string type : GraphQLTypes [ "ProductCardType" ] unit_ cost : string units : number username : string warranty_ period_ secs : number Program Capitalization Money Invest Statement Generate Document Input : { 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 Program Capitalization Money Invest Statement Signed Document Input : { 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 Program Capitalization Money Invest Statement Signed Meta Document Input : { 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 Program Wallet : { ...on ProgramWallet : Omit < GraphQLTypes [ "ProgramWallet" ] , "...on ProgramWallet" > ; __typename : "ProgramWallet" ; agreement_id : GraphQLTypes [ "ID" ] ; available : string ; blockNum ?: number | null ; coopname : string ; id : GraphQLTypes [ "ID" ] ; membership_contribution : string ; program_id : GraphQLTypes [ "ID" ] ; program_type ?: GraphQLTypes [ "ProgramType" ] | null ; username : string ; } ...on Program Wallet : Omit < GraphQLTypes [ "ProgramWallet" ] , "...on ProgramWallet" > __typename : "ProgramWallet" available : string Optional block Num ?: number | null coopname : string membership_ contribution : string Optional program_ type ?: GraphQLTypes [ "ProgramType" ] | null username : string Program Wallet Filter Input : { 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 Program Wallets Pagination Result : { ...on ProgramWalletsPaginationResult : Omit < GraphQLTypes [ "ProgramWalletsPaginationResult" ] , "...on ProgramWalletsPaginationResult" > ; __typename : "ProgramWalletsPaginationResult" ; currentPage : number ; items : GraphQLTypes [ "ProgramWallet" ] [] ; totalCount : number ; totalPages : number ; } ...on Program Wallets Pagination Result : Omit < GraphQLTypes [ "ProgramWalletsPaginationResult" ] , "...on ProgramWalletsPaginationResult" > __typename : "ProgramWalletsPaginationResult" current Page : number items : GraphQLTypes [ "ProgramWallet" ] [] total Count : number total Pages : number Project Free Decision Generate Document Input : { 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 Project Free Decision Signed Document Input : { 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 Project Free Decision Signed Meta Document Input : { 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 Project Generation Contract Generate Document Input : { 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 Provider Subscription : { ...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 Provider Subscription : 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 Public Chairman : { ...on PublicChairman : Omit < GraphQLTypes [ "PublicChairman" ] , "...on PublicChairman" > ; __typename : "PublicChairman" ; first_name : string ; last_name : string ; middle_name : string ; } ...on Public Chairman : Omit < GraphQLTypes [ "PublicChairman" ] , "...on PublicChairman" > __typename : "PublicChairman" first_ name : string last_ name : string middle_ name : string Publish Project Free Decision Input : { coopname : string ; document : GraphQLTypes [ "ProjectFreeDecisionSignedDocumentInput" ] ; meta : string ; username : string ; } coopname : string document : GraphQLTypes [ "ProjectFreeDecisionSignedDocumentInput" ] meta : string username : string Push Result Input : { 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" ; agreementTemplates : GraphQLTypes [ "AgreementTemplate" ] [] ; agreements : GraphQLTypes [ "PaginatedAgreementsPaginationResult" ] ; buildInitialReportEdits : GraphQLTypes [ "BuildInitialReportEdits" ] ; candidates : GraphQLTypes [ "PaginatedCandidatesPaginationResult" ] ; capitalCandidates : GraphQLTypes [ "PaginatedCapitalCandidatesPaginationResult" ] ; capitalCommit ?: GraphQLTypes [ "CapitalCommit" ] | null ; capitalCommits : GraphQLTypes [ "PaginatedCapitalCommitsPaginationResult" ] ; capitalComponentMetrics : GraphQLTypes [ "CapitalComponentMetric" ] [] ; capitalContributor ?: GraphQLTypes [ "CapitalContributor" ] | null ; capitalContributors : GraphQLTypes [ "PaginatedCapitalContributorsPaginationResult" ] ; capitalCycles : GraphQLTypes [ "PaginatedCapitalCyclesPaginationResult" ] ; capitalDeallocationLimit : GraphQLTypes [ "CapitalDeallocationLimit" ] ; capitalDebt ?: GraphQLTypes [ "CapitalDebt" ] | null ; capitalDebts : GraphQLTypes [ "PaginatedCapitalDebtsPaginationResult" ] ; capitalExpense ?: GraphQLTypes [ "CapitalExpense" ] | null ; capitalExpenses : GraphQLTypes [ "PaginatedCapitalExpensesPaginationResult" ] ; capitalFavorites : GraphQLTypes [ "CapitalFavorite" ] [] ; capitalGetOpenTimer ?: GraphQLTypes [ "CapitalTimerSession" ] | null ; 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 ; capitalIssueMetricBindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] ; capitalIssues : GraphQLTypes [ "PaginatedCapitalIssuesPaginationResult" ] ; capitalMeasures : GraphQLTypes [ "CapitalMeasure" ] [] ; capitalMetricContributions : GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] ; capitalMetricSeries : GraphQLTypes [ "CapitalMetricSeries" ] ; capitalMetricSuperposition : GraphQLTypes [ "CapitalMetricSuperposition" ] ; capitalMetricSuperpositionHistory : GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] ; capitalMetricWave : GraphQLTypes [ "CapitalMetricWave" ] ; capitalProgramExpense ?: GraphQLTypes [ "CapitalProgramExpense" ] | null ; capitalProgramExpenses : GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] ; 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" ] [] ; chatcoopListNonProjectCommunicationRooms : GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] [] ; chatcoopListProjectCommunicationRooms : GraphQLTypes [ "ChatcoopProjectCommunicationRoom" ] [] ; chatcoopListSecretaryRooms : GraphQLTypes [ "ChatcoopSecretaryRoom" ] [] ; chatcoopListUtcDatesWithNewRoomMessages : string [] ; checkReportReadiness : GraphQLTypes [ "ReportReadinessView" ] ; cooperativeAgreements : GraphQLTypes [ "CoopAgreement" ] [] ; cooperativePrograms : GraphQLTypes [ "CooperativeProgram" ] [] ; expenseFile : GraphQLTypes [ "ExpenseFile" ] ; expenseFilesByItem : GraphQLTypes [ "ExpenseFile" ] [] ; expenseFilesByProposal : GraphQLTypes [ "ExpenseFile" ] [] ; expenseProposal ?: GraphQLTypes [ "ExpenseProposal" ] | null ; expenseProposalsByCooperative : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] ; expenseProposalsByMember : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] ; expenseRequisitesByProposal : GraphQLTypes [ "ExpenseRequisite" ] [] ; getAccount : GraphQLTypes [ "Account" ] ; getAccounts : GraphQLTypes [ "AccountsPaginationResult" ] ; getActions : GraphQLTypes [ "PaginatedActionsPaginationResult" ] ; getAgenda : GraphQLTypes [ "AgendaWithDocuments" ] [] ; getAvailableReports : GraphQLTypes [ "AvailableReport" ] [] ; getBranches : GraphQLTypes [ "Branch" ] [] ; getCapabilitySets : GraphQLTypes [ "CapabilitySet" ] [] ; getCapitalIssueLogs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] ; getCapitalOnboardingState : GraphQLTypes [ "CapitalOnboardingState" ] ; getCapitalProjectLogs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] ; getCategories : GraphQLTypes [ "Category" ] [] ; getChairmanOnboardingState : GraphQLTypes [ "ChairmanOnboardingState" ] ; getCriticalActionAuditTrail : GraphQLTypes [ "CriticalActionAuditEntry" ] [] ; getCurrentInstance ?: GraphQLTypes [ "CurrentInstanceDTO" ] | null ; getCurrentTableStates : GraphQLTypes [ "PaginatedCurrentTableStatesPaginationResult" ] ; getDeltas : GraphQLTypes [ "PaginatedDeltasPaginationResult" ] ; getDesktop : GraphQLTypes [ "Desktop" ] ; getDocuments : GraphQLTypes [ "DocumentsAggregatePaginationResult" ] ; getExtensionLogs : GraphQLTypes [ "ExtensionLogsPaginationResult" ] ; getExtensionOnboardingState : GraphQLTypes [ "ExtensionOnboardingState" ] ; getExtensions : GraphQLTypes [ "Extension" ] [] ; getInboxNotifications : GraphQLTypes [ "InboxNotificationPaginationResult" ] ; getInstallationStatus : GraphQLTypes [ "InstallationStatus" ] ; getLedger : GraphQLTypes [ "LedgerState" ] ; getLedger2Accounts : GraphQLTypes [ "Ledger2Account" ] [] ; getLedger2History : GraphQLTypes [ "Ledger2HistoryResponse" ] ; getLedger2Postings : GraphQLTypes [ "Ledger2PostingsResponse" ] ; getLedger2Wallets : GraphQLTypes [ "Ledger2Wallet" ] [] ; getLedgerHistory : GraphQLTypes [ "LedgerHistoryResponse" ] ; getLoginFactors : GraphQLTypes [ "LoginFactors" ] ; getMeet : GraphQLTypes [ "MeetAggregate" ] ; getMeets : GraphQLTypes [ "MeetAggregate" ] [] ; getMyAccess : GraphQLTypes [ "ParticipantAccess" ] ; getMyCertificate : GraphQLTypes [ "ParticipantCertificate" ] ; getMyProductCards : GraphQLTypes [ "ProductCard" ] [] ; getNodeSyncState ?: GraphQLTypes [ "NodeSyncState" ] | null ; getNotification : GraphQLTypes [ "NotificationDetail" ] ; getNotifications : GraphQLTypes [ "NotificationPaginationResult" ] ; getParticipantCapabilitySets : GraphQLTypes [ "CapabilitySetAssignment" ] [] ; getPaymentMethods : GraphQLTypes [ "PaymentMethodPaginationResult" ] ; getPayments : GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] ; getProductCard ?: GraphQLTypes [ "ProductCard" ] | null ; getProductCards : GraphQLTypes [ "ProductCard" ] [] ; getProgramWallet ?: GraphQLTypes [ "ProgramWallet" ] | null ; getProgramWallets : GraphQLTypes [ "ProgramWalletsPaginationResult" ] ; getProviderSubscriptionById : GraphQLTypes [ "ProviderSubscription" ] ; getProviderSubscriptions : GraphQLTypes [ "ProviderSubscription" ] [] ; getRecoveryStrategy : GraphQLTypes [ "RecoveryStrategy" ] ; getRegistrationAgreements : GraphQLTypes [ "RegistrationAgreement" ] [] ; getRegistrationConfig : GraphQLTypes [ "RegistrationConfig" ] ; getReport : GraphQLTypes [ "GeneratedReport" ] ; getReportCalendar : GraphQLTypes [ "ReportCalendarRow" ] [] ; getReportDraft ?: GraphQLTypes [ "ReportDraft" ] | null ; getReportHistory : GraphQLTypes [ "ReportHistoryPage" ] ; getReportPreview : GraphQLTypes [ "ReportPreview" ] ; getReportRequisites : GraphQLTypes [ "ReportRequisitesView" ] ; getSessions : GraphQLTypes [ "AccountSession" ] [] ; getSystemInfo : GraphQLTypes [ "SystemInfo" ] ; getUnreadNotificationsCount : GraphQLTypes [ "UnreadNotificationsCount" ] ; getUserWallets : GraphQLTypes [ "UserWallet" ] [] ; getUserWebPushSubscriptions : GraphQLTypes [ "WebPushSubscriptionDto" ] [] ; getWebPushSubscriptionStats : GraphQLTypes [ "SubscriptionStatsDto" ] ; getWithheldTaxPayments : GraphQLTypes [ "WithheldTaxPaymentPage" ] ; getWithheldTaxState : GraphQLTypes [ "WithheldTaxState" ] ; kuDecision : GraphQLTypes [ "KuDecision" ] ; kuDecisions : GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] ; kuTrustRequests : GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] ; listExpensePlans : GraphQLTypes [ "ExpensePlan" ] [] ; listReportDrafts : GraphQLTypes [ "ReportDraft" ] [] ; marketplaceAidStatementSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceAplReceptionChairmanSignablePayloads : GraphQLTypes [ "DocumentAggregate" ] [] ; marketplaceAplReceptionSupplierSignablePayloads : GraphQLTypes [ "GeneratedDocument" ] [] ; marketplaceAspectAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceAttributeStats : GraphQLTypes [ "MarketplaceAttributeStats" ] ; marketplaceCategoryAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceCategoryAttributesGrouped : GraphQLTypes [ "MarketplaceAttributeGroup" ] [] ; marketplaceCategoryOfferCounts : GraphQLTypes [ "MarketplaceCategoryOfferCount" ] [] ; marketplaceCheckoutSignablePayloads : GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] [] ; marketplaceCppStatus : GraphQLTypes [ "MarketplaceCppStatus" ] ; marketplaceDefaultVitrine : GraphQLTypes [ "MarketplaceVitrine" ] ; marketplaceFindPotentialMatches : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceGetAvailabilityStats : GraphQLTypes [ "MarketplaceAvailabilityStats" ] ; marketplaceGetAvailableCategories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceGetAvailableCategoryTree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetBranchEconomy : GraphQLTypes [ "MarketplaceBranchEconomy" ] ; marketplaceGetBranchWalletHistory : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] ; marketplaceGetCart : GraphQLTypes [ "MarketplaceCart" ] ; marketplaceGetCategoryById ?: GraphQLTypes [ "MarketplaceCategoryTreeNode" ] | null ; marketplaceGetCategoryRules : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] ; marketplaceGetCategoryTree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetCategoryTreeStats : GraphQLTypes [ "MarketplaceCategoryTreeStats" ] ; marketplaceGetCoopRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceGetEconomyConfig : GraphQLTypes [ "MarketplaceEconomyConfig" ] ; marketplaceGetOffer ?: GraphQLTypes [ "MarketplaceOffer" ] | null ; marketplaceGetOrder : GraphQLTypes [ "MarketplaceOrder" ] ; marketplaceGetPersonalEconomy : GraphQLTypes [ "MarketplacePersonalEconomy" ] ; marketplaceGetPersonalWalletHistory : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] ; marketplaceGetProductTypeById ?: GraphQLTypes [ "MarketplaceProductType" ] | null ; marketplaceGetRequest ?: GraphQLTypes [ "MarketplaceRequest" ] | null ; marketplaceGetRequestByHash ?: GraphQLTypes [ "MarketplaceRequest" ] | null ; marketplaceGetRequestStatistics : GraphQLTypes [ "MarketplaceRequestStatistics" ] ; marketplaceGetRootCategories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetSearchCategories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] ; marketplaceGetShipment : GraphQLTypes [ "MarketplaceShipment" ] ; marketplaceGetSupplierPaymentSettings : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] ; marketplaceGetUserRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceIssueActChairmanSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceListAids : GraphQLTypes [ "MarketplaceAid" ] [] ; marketplaceListAllOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListAllOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListAplReceptionsAsSupplier : GraphQLTypes [ "MarketplaceAplReception" ] [] ; marketplaceListAplReceptionsByBraname : GraphQLTypes [ "MarketplaceAplReception" ] [] ; marketplaceListAvailableCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListBranchOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListCatalog : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListConsolidatedRequests : GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] ; marketplaceListContainerTypes : GraphQLTypes [ "MarketplaceContainerType" ] [] ; marketplaceListContainers : GraphQLTypes [ "MarketplaceContainer" ] [] ; marketplaceListCoopCategories : GraphQLTypes [ "MarketplaceCategory" ] [] ; marketplaceListExpressPickupsByBraname : GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] [] ; marketplaceListInventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; marketplaceListIssuancesByBraname : GraphQLTypes [ "MarketplaceOrder" ] [] ; marketplaceListKUDetails : GraphQLTypes [ "MarketplaceKUDetails" ] [] ; marketplaceListModerationLog : GraphQLTypes [ "MarketplaceModerationLogEntry" ] [] ; marketplaceListMyOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListMyOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListMyReturnClaims : GraphQLTypes [ "MarketplaceReturnClaim" ] [] ; marketplaceListOutgoingPayments : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] ; marketplaceListOutgoingPaymentsAsSupplier : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] ; marketplaceListPendingOffers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] ; marketplaceListReturnClaimsByBraname : GraphQLTypes [ "MarketplaceReturnClaim" ] [] ; marketplaceListShipments : GraphQLTypes [ "MarketplaceShipment" ] [] ; marketplaceListShipmentsByBraname : GraphQLTypes [ "MarketplaceShipment" ] [] ; marketplaceListStock : GraphQLTypes [ "MarketplaceInventoryItem" ] [] ; marketplaceListStockProposals : GraphQLTypes [ "MarketplaceStockProposal" ] [] ; marketplaceListStorageCells : GraphQLTypes [ "MarketplaceStorageCell" ] [] ; marketplaceListSupplierOrders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] ; marketplaceListSupplierPickupOrders : GraphQLTypes [ "MarketplaceOrder" ] [] ; marketplaceListSuppliers : GraphQLTypes [ "MarketplaceSupplier" ] [] ; marketplaceListWriteoffCandidates : GraphQLTypes [ "MarketplaceWriteoffCandidate" ] [] ; marketplaceListWriteoffProposals : GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] ; marketplaceMemberWallet : GraphQLTypes [ "MarketplaceMemberWallet" ] ; marketplaceMySupplierState ?: GraphQLTypes [ "MarketplaceSupplier" ] | null ; marketplaceOnboardingState : GraphQLTypes [ "MarketplaceOnboardingState" ] ; marketplaceOpenWriteoffDraft ?: GraphQLTypes [ "MarketplaceWriteoffProposal" ] | null ; marketplaceRegistrationOfferStatus : GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] ; marketplaceRequiredAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceResolveContainerByCode : GraphQLTypes [ "MarketplaceContainer" ] ; marketplaceReturnClaim : GraphQLTypes [ "MarketplaceReturnClaim" ] ; marketplaceReturnClaimChairmanSignablePayload : GraphQLTypes [ "DocumentAggregate" ] ; marketplaceReturnClaimSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceSearchAttributes : GraphQLTypes [ "MarketplaceAttribute" ] [] ; marketplaceSearchDictionaryValues : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] ; marketplaceSearchRequests : GraphQLTypes [ "MarketplaceRequest" ] [] ; marketplaceStockIssuancePayloads : GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] [] ; marketplaceStockProposalSignablePayloads : GraphQLTypes [ "MarketplaceStockAcceptPayload" ] ; marketplaceValidateAttributeValues : GraphQLTypes [ "MarketplaceAttributeValidation" ] ; marketplaceWhoAmI : GraphQLTypes [ "MarketplaceCurrentMember" ] ; marketplaceWriteoffPendingConfirmations : GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] [] ; marketplaceWriteoffProposal : GraphQLTypes [ "MarketplaceWriteoffProposal" ] ; marketplaceWriteoffProtocolDocument : GraphQLTypes [ "DocumentAggregate" ] ; marketplaceWriteoffServiceMemoSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; marketplaceWriteoffStatementSignablePayload : GraphQLTypes [ "GeneratedDocument" ] ; membershipExit ?: GraphQLTypes [ "MembershipExit" ] | null ; membershipExitReturnPreview : GraphQLTypes [ "MembershipExitReturnPreview" ] ; participantIdentityForVerification : GraphQLTypes [ "ParticipantIdentityForVerification" ] ; paymentFile : GraphQLTypes [ "PaymentFile" ] ; paymentProofs : GraphQLTypes [ "PaymentFile" ] [] ; process : GraphQLTypes [ "ProcessView" ] ; processes : GraphQLTypes [ "ProcessSummaryPaginationResult" ] ; searchDocuments : GraphQLTypes [ "SearchResult" ] [] ; searchPrivateAccounts : GraphQLTypes [ "PrivateAccountSearchResult" ] [] ; validateReportEdits : GraphQLTypes [ "FieldError" ] [] ; verificationReviewPhotos : GraphQLTypes [ "VerificationReviewPhoto" ] [] ; verificationReviews : GraphQLTypes [ "VerificationReview" ] [] ; } ...on Query : Omit < GraphQLTypes [ "Query" ] , "...on Query" > __typename : "Query" agreement Templates : GraphQLTypes [ "AgreementTemplate" ] [] agreements : GraphQLTypes [ "PaginatedAgreementsPaginationResult" ] build Initial Report Edits : GraphQLTypes [ "BuildInitialReportEdits" ] candidates : GraphQLTypes [ "PaginatedCandidatesPaginationResult" ] capital Candidates : GraphQLTypes [ "PaginatedCapitalCandidatesPaginationResult" ] Optional capital Commit ?: GraphQLTypes [ "CapitalCommit" ] | null capital Commits : GraphQLTypes [ "PaginatedCapitalCommitsPaginationResult" ] capital Component Metrics : GraphQLTypes [ "CapitalComponentMetric" ] [] Optional capital Contributor ?: GraphQLTypes [ "CapitalContributor" ] | null capital Contributors : GraphQLTypes [ "PaginatedCapitalContributorsPaginationResult" ] capital Cycles : GraphQLTypes [ "PaginatedCapitalCyclesPaginationResult" ] capital Deallocation Limit : GraphQLTypes [ "CapitalDeallocationLimit" ] Optional capital Debt ?: GraphQLTypes [ "CapitalDebt" ] | null capital Debts : GraphQLTypes [ "PaginatedCapitalDebtsPaginationResult" ] Optional capital Expense ?: GraphQLTypes [ "CapitalExpense" ] | null capital Expenses : GraphQLTypes [ "PaginatedCapitalExpensesPaginationResult" ] capital Favorites : GraphQLTypes [ "CapitalFavorite" ] [] Optional capital Get Open Timer ?: GraphQLTypes [ "CapitalTimerSession" ] | null Optional capital Get Process Instance ?: GraphQLTypes [ "ProcessInstance" ] | null capital Get Process Instances : GraphQLTypes [ "ProcessInstance" ] [] Optional capital Get Process Template ?: GraphQLTypes [ "ProcessTemplate" ] | null capital Get Process Templates : GraphQLTypes [ "ProcessTemplate" ] [] Optional capital Invest ?: GraphQLTypes [ "CapitalInvest" ] | null capital Invests : GraphQLTypes [ "PaginatedCapitalInvestsPaginationResult" ] Optional capital Issue ?: GraphQLTypes [ "CapitalIssue" ] | null capital Issue Metric Bindings : GraphQLTypes [ "CapitalIssueMetricBinding" ] [] capital Issues : GraphQLTypes [ "PaginatedCapitalIssuesPaginationResult" ] capital Measures : GraphQLTypes [ "CapitalMeasure" ] [] capital Metric Contributions : GraphQLTypes [ "PaginatedCapitalMetricContributionsPaginationResult" ] capital Metric Series : GraphQLTypes [ "CapitalMetricSeries" ] capital Metric Superposition : GraphQLTypes [ "CapitalMetricSuperposition" ] capital Metric Superposition History : GraphQLTypes [ "CapitalMetricSuperpositionHistory" ] capital Metric Wave : GraphQLTypes [ "CapitalMetricWave" ] Optional capital Program Expense ?: GraphQLTypes [ "CapitalProgramExpense" ] | null capital Program Expenses : GraphQLTypes [ "PaginatedCapitalProgramExpensesPaginationResult" ] Optional capital Project ?: GraphQLTypes [ "CapitalProject" ] | null Optional capital Project With Relations ?: GraphQLTypes [ "CapitalProject" ] | null capital Projects : GraphQLTypes [ "PaginatedCapitalProjectsPaginationResult" ] Optional capital Result ?: GraphQLTypes [ "CapitalResult" ] | null capital Results : GraphQLTypes [ "PaginatedCapitalResultsPaginationResult" ] Optional capital Segment ?: GraphQLTypes [ "CapitalSegment" ] | null capital Segments : GraphQLTypes [ "PaginatedCapitalSegmentsPaginationResult" ] Optional capital State ?: GraphQLTypes [ "CapitalState" ] | null capital Stories : GraphQLTypes [ "PaginatedCapitalStoriesPaginationResult" ] Optional capital Story ?: GraphQLTypes [ "CapitalStory" ] | null capital Time Entries : GraphQLTypes [ "PaginatedCapitalTimeEntriesPaginationResult" ] capital Time Entries By Issues : GraphQLTypes [ "PaginatedCapitalTimeEntriesByIssuesPaginationResult" ] capital Time Stats : GraphQLTypes [ "CapitalTimeStats" ] Optional capital Vote ?: GraphQLTypes [ "CapitalVote" ] | null capital Votes : GraphQLTypes [ "PaginatedCapitalVotesPaginationResult" ] Optional chairman Approval ?: GraphQLTypes [ "Approval" ] | null chairman Approvals : GraphQLTypes [ "PaginatedChairmanApprovalsPaginationResult" ] chatcoop Check Username Availability : boolean chatcoop Get Account Status : GraphQLTypes [ "MatrixAccountStatusResponseDTO" ] Optional chatcoop Get Max Origin Server Ts For Room ?: number | null chatcoop Get Room Messages For Utc Date : GraphQLTypes [ "ChatcoopRoomMessageLine" ] [] Optional chatcoop Get Transcription ?: GraphQLTypes [ "CallTranscriptionWithSegments" ] | null chatcoop Get Transcriptions : GraphQLTypes [ "CallTranscription" ] [] chatcoop List Calendar Events : GraphQLTypes [ "ChatCoopCalendarEvent" ] [] chatcoop List Calendar Rooms : GraphQLTypes [ "ChatCoopCalendarRoomOption" ] [] chatcoop List Non Project Communication Rooms : GraphQLTypes [ "ChatcoopNonProjectCommunicationRoom" ] [] chatcoop List Project Communication Rooms : GraphQLTypes [ "ChatcoopProjectCommunicationRoom" ] [] chatcoop List Secretary Rooms : GraphQLTypes [ "ChatcoopSecretaryRoom" ] [] chatcoop List Utc Dates With New Room Messages : string [] check Report Readiness : GraphQLTypes [ "ReportReadinessView" ] cooperative Agreements : GraphQLTypes [ "CoopAgreement" ] [] cooperative Programs : GraphQLTypes [ "CooperativeProgram" ] [] expense File : GraphQLTypes [ "ExpenseFile" ] expense Files By Item : GraphQLTypes [ "ExpenseFile" ] [] expense Files By Proposal : GraphQLTypes [ "ExpenseFile" ] [] Optional expense Proposal ?: GraphQLTypes [ "ExpenseProposal" ] | null expense Proposals By Cooperative : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] expense Proposals By Member : GraphQLTypes [ "PaginatedExpenseProposalsPaginationResult" ] expense Requisites By Proposal : GraphQLTypes [ "ExpenseRequisite" ] [] get Accounts : GraphQLTypes [ "AccountsPaginationResult" ] get Actions : GraphQLTypes [ "PaginatedActionsPaginationResult" ] get Agenda : GraphQLTypes [ "AgendaWithDocuments" ] [] get Available Reports : GraphQLTypes [ "AvailableReport" ] [] get Branches : GraphQLTypes [ "Branch" ] [] get Capability Sets : GraphQLTypes [ "CapabilitySet" ] [] get Capital Issue Logs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] get Capital Onboarding State : GraphQLTypes [ "CapitalOnboardingState" ] get Capital Project Logs : GraphQLTypes [ "PaginatedCapitalLogsPaginationResult" ] get Categories : GraphQLTypes [ "Category" ] [] get Chairman Onboarding State : GraphQLTypes [ "ChairmanOnboardingState" ] get Critical Action Audit Trail : GraphQLTypes [ "CriticalActionAuditEntry" ] [] Optional get Current Instance ?: GraphQLTypes [ "CurrentInstanceDTO" ] | null get Current Table States : GraphQLTypes [ "PaginatedCurrentTableStatesPaginationResult" ] get Deltas : GraphQLTypes [ "PaginatedDeltasPaginationResult" ] get Documents : GraphQLTypes [ "DocumentsAggregatePaginationResult" ] get Extension Logs : GraphQLTypes [ "ExtensionLogsPaginationResult" ] get Extension Onboarding State : GraphQLTypes [ "ExtensionOnboardingState" ] get Extensions : GraphQLTypes [ "Extension" ] [] get Inbox Notifications : GraphQLTypes [ "InboxNotificationPaginationResult" ] get Installation Status : GraphQLTypes [ "InstallationStatus" ] get Ledger : GraphQLTypes [ "LedgerState" ] get Ledger2 Accounts : GraphQLTypes [ "Ledger2Account" ] [] get Ledger2 History : GraphQLTypes [ "Ledger2HistoryResponse" ] get Ledger2 Postings : GraphQLTypes [ "Ledger2PostingsResponse" ] get Ledger2 Wallets : GraphQLTypes [ "Ledger2Wallet" ] [] get Ledger History : GraphQLTypes [ "LedgerHistoryResponse" ] get Login Factors : GraphQLTypes [ "LoginFactors" ] get Meet : GraphQLTypes [ "MeetAggregate" ] get Meets : GraphQLTypes [ "MeetAggregate" ] [] get My Access : GraphQLTypes [ "ParticipantAccess" ] get My Certificate : GraphQLTypes [ "ParticipantCertificate" ] get My Product Cards : GraphQLTypes [ "ProductCard" ] [] Optional get Node Sync State ?: GraphQLTypes [ "NodeSyncState" ] | null get Notification : GraphQLTypes [ "NotificationDetail" ] get Notifications : GraphQLTypes [ "NotificationPaginationResult" ] get Participant Capability Sets : GraphQLTypes [ "CapabilitySetAssignment" ] [] get Payment Methods : GraphQLTypes [ "PaymentMethodPaginationResult" ] get Payments : GraphQLTypes [ "PaginatedGatewayPaymentsPaginationResult" ] Optional get Product Card ?: GraphQLTypes [ "ProductCard" ] | null get Product Cards : GraphQLTypes [ "ProductCard" ] [] Optional get Program Wallet ?: GraphQLTypes [ "ProgramWallet" ] | null get Program Wallets : GraphQLTypes [ "ProgramWalletsPaginationResult" ] get Provider Subscription By Id : GraphQLTypes [ "ProviderSubscription" ] get Provider Subscriptions : GraphQLTypes [ "ProviderSubscription" ] [] get Recovery Strategy : GraphQLTypes [ "RecoveryStrategy" ] get Registration Agreements : GraphQLTypes [ "RegistrationAgreement" ] [] get Registration Config : GraphQLTypes [ "RegistrationConfig" ] get Report : GraphQLTypes [ "GeneratedReport" ] get Report Calendar : GraphQLTypes [ "ReportCalendarRow" ] [] Optional get Report Draft ?: GraphQLTypes [ "ReportDraft" ] | null get Report History : GraphQLTypes [ "ReportHistoryPage" ] get Report Preview : GraphQLTypes [ "ReportPreview" ] get Report Requisites : GraphQLTypes [ "ReportRequisitesView" ] get Sessions : GraphQLTypes [ "AccountSession" ] [] get System Info : GraphQLTypes [ "SystemInfo" ] get Unread Notifications Count : GraphQLTypes [ "UnreadNotificationsCount" ] get User Wallets : GraphQLTypes [ "UserWallet" ] [] get User Web Push Subscriptions : GraphQLTypes [ "WebPushSubscriptionDto" ] [] get Web Push Subscription Stats : GraphQLTypes [ "SubscriptionStatsDto" ] get Withheld Tax Payments : GraphQLTypes [ "WithheldTaxPaymentPage" ] get Withheld Tax State : GraphQLTypes [ "WithheldTaxState" ] ku Decision : GraphQLTypes [ "KuDecision" ] ku Decisions : GraphQLTypes [ "PaginatedKuDecisionsPaginationResult" ] ku Trust Requests : GraphQLTypes [ "PaginatedKuTrustRequestsPaginationResult" ] list Expense Plans : GraphQLTypes [ "ExpensePlan" ] [] list Report Drafts : GraphQLTypes [ "ReportDraft" ] [] marketplace Aid Statement Signable Payload : GraphQLTypes [ "GeneratedDocument" ] marketplace Apl Reception Chairman Signable Payloads : GraphQLTypes [ "DocumentAggregate" ] [] marketplace Apl Reception Supplier Signable Payloads : GraphQLTypes [ "GeneratedDocument" ] [] marketplace Aspect Attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] marketplace Attribute Stats : GraphQLTypes [ "MarketplaceAttributeStats" ] marketplace Category Attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] marketplace Category Attributes Grouped : GraphQLTypes [ "MarketplaceAttributeGroup" ] [] marketplace Category Offer Counts : GraphQLTypes [ "MarketplaceCategoryOfferCount" ] [] marketplace Checkout Signable Payloads : GraphQLTypes [ "MarketplaceCheckoutSignableLine" ] [] marketplace Cpp Status : GraphQLTypes [ "MarketplaceCppStatus" ] marketplace Default Vitrine : GraphQLTypes [ "MarketplaceVitrine" ] marketplace Find Potential Matches : GraphQLTypes [ "MarketplaceRequest" ] [] marketplace Get Availability Stats : GraphQLTypes [ "MarketplaceAvailabilityStats" ] marketplace Get Available Categories : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] marketplace Get Available Category Tree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] marketplace Get Branch Economy : GraphQLTypes [ "MarketplaceBranchEconomy" ] marketplace Get Branch Wallet History : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] marketplace Get Cart : GraphQLTypes [ "MarketplaceCart" ] Optional marketplace Get Category By Id ?: GraphQLTypes [ "MarketplaceCategoryTreeNode" ] | null marketplace Get Category Rules : GraphQLTypes [ "MarketplaceAvailableCategory" ] [] marketplace Get Category Tree : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] marketplace Get Category Tree Stats : GraphQLTypes [ "MarketplaceCategoryTreeStats" ] marketplace Get Coop Requests : GraphQLTypes [ "MarketplaceRequest" ] [] marketplace Get Economy Config : GraphQLTypes [ "MarketplaceEconomyConfig" ] Optional marketplace Get Offer ?: GraphQLTypes [ "MarketplaceOffer" ] | null marketplace Get Order : GraphQLTypes [ "MarketplaceOrder" ] marketplace Get Personal Economy : GraphQLTypes [ "MarketplacePersonalEconomy" ] marketplace Get Personal Wallet History : GraphQLTypes [ "MarketplaceBranchWalletHistoryPaginationResult" ] Optional marketplace Get Product Type By Id ?: GraphQLTypes [ "MarketplaceProductType" ] | null Optional marketplace Get Request ?: GraphQLTypes [ "MarketplaceRequest" ] | null Optional marketplace Get Request By Hash ?: GraphQLTypes [ "MarketplaceRequest" ] | null marketplace Get Request Statistics : GraphQLTypes [ "MarketplaceRequestStatistics" ] marketplace Get Root Categories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] marketplace Get Search Categories : GraphQLTypes [ "MarketplaceCategoryTreeNode" ] [] marketplace Get Shipment : GraphQLTypes [ "MarketplaceShipment" ] marketplace Get Supplier Payment Settings : GraphQLTypes [ "MarketplaceSupplierPaymentSettings" ] marketplace Get User Requests : GraphQLTypes [ "MarketplaceRequest" ] [] marketplace Issue Act Chairman Signable Payload : GraphQLTypes [ "GeneratedDocument" ] marketplace List Aids : GraphQLTypes [ "MarketplaceAid" ] [] marketplace List All Offers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] marketplace List All Orders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] marketplace List Apl Receptions As Supplier : GraphQLTypes [ "MarketplaceAplReception" ] [] marketplace List Apl Receptions By Braname : GraphQLTypes [ "MarketplaceAplReception" ] [] marketplace List Available Categories : GraphQLTypes [ "MarketplaceCategory" ] [] marketplace List Branch Orders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] marketplace List Catalog : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] marketplace List Categories : GraphQLTypes [ "MarketplaceCategory" ] [] marketplace List Consolidated Requests : GraphQLTypes [ "MarketplaceConsolidatedRequestPaginationResult" ] marketplace List Container Types : GraphQLTypes [ "MarketplaceContainerType" ] [] marketplace List Containers : GraphQLTypes [ "MarketplaceContainer" ] [] marketplace List Coop Categories : GraphQLTypes [ "MarketplaceCategory" ] [] marketplace List Express Pickups By Braname : GraphQLTypes [ "MarketplaceExpressPickupCandidate" ] [] marketplace List Inventory : GraphQLTypes [ "MarketplaceInventoryItem" ] [] marketplace List Issuances By Braname : GraphQLTypes [ "MarketplaceOrder" ] [] marketplace ListKUDetails : GraphQLTypes [ "MarketplaceKUDetails" ] [] marketplace List Moderation Log : GraphQLTypes [ "MarketplaceModerationLogEntry" ] [] marketplace List My Offers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] marketplace List My Orders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] marketplace List My Return Claims : GraphQLTypes [ "MarketplaceReturnClaim" ] [] marketplace List Outgoing Payments : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] marketplace List Outgoing Payments As Supplier : GraphQLTypes [ "MarketplaceOutgoingPaymentRequest" ] [] marketplace List Pending Offers : GraphQLTypes [ "MarketplaceOfferPaginationResult" ] marketplace List Return Claims By Braname : GraphQLTypes [ "MarketplaceReturnClaim" ] [] marketplace List Shipments : GraphQLTypes [ "MarketplaceShipment" ] [] marketplace List Shipments By Braname : GraphQLTypes [ "MarketplaceShipment" ] [] marketplace List Stock : GraphQLTypes [ "MarketplaceInventoryItem" ] [] marketplace List Stock Proposals : GraphQLTypes [ "MarketplaceStockProposal" ] [] marketplace List Storage Cells : GraphQLTypes [ "MarketplaceStorageCell" ] [] marketplace List Supplier Orders : GraphQLTypes [ "MarketplaceOrderPaginationResult" ] marketplace List Supplier Pickup Orders : GraphQLTypes [ "MarketplaceOrder" ] [] marketplace List Suppliers : GraphQLTypes [ "MarketplaceSupplier" ] [] marketplace List Writeoff Candidates : GraphQLTypes [ "MarketplaceWriteoffCandidate" ] [] marketplace List Writeoff Proposals : GraphQLTypes [ "PaginatedMarketplaceWriteoffProposals" ] marketplace Member Wallet : GraphQLTypes [ "MarketplaceMemberWallet" ] Optional marketplace My Supplier State ?: GraphQLTypes [ "MarketplaceSupplier" ] | null marketplace Onboarding State : GraphQLTypes [ "MarketplaceOnboardingState" ] Optional marketplace Open Writeoff Draft ?: GraphQLTypes [ "MarketplaceWriteoffProposal" ] | null marketplace Registration Offer Status : GraphQLTypes [ "MarketplaceRegistrationOfferStatus" ] marketplace Required Attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] marketplace Resolve Container By Code : GraphQLTypes [ "MarketplaceContainer" ] marketplace Return Claim : GraphQLTypes [ "MarketplaceReturnClaim" ] marketplace Return Claim Chairman Signable Payload : GraphQLTypes [ "DocumentAggregate" ] marketplace Return Claim Signable Payload : GraphQLTypes [ "GeneratedDocument" ] marketplace Search Attributes : GraphQLTypes [ "MarketplaceAttribute" ] [] marketplace Search Dictionary Values : GraphQLTypes [ "MarketplaceDictionaryValue" ] [] marketplace Search Requests : GraphQLTypes [ "MarketplaceRequest" ] [] marketplace Stock Issuance Payloads : GraphQLTypes [ "MarketplaceStockIssuanceOperatorLine" ] [] marketplace Stock Proposal Signable Payloads : GraphQLTypes [ "MarketplaceStockAcceptPayload" ] marketplace Validate Attribute Values : GraphQLTypes [ "MarketplaceAttributeValidation" ] marketplace Who AmI : GraphQLTypes [ "MarketplaceCurrentMember" ] marketplace Writeoff Pending Confirmations : GraphQLTypes [ "MarketplaceWriteoffConfirmationGroup" ] [] marketplace Writeoff Proposal : GraphQLTypes [ "MarketplaceWriteoffProposal" ] marketplace Writeoff Protocol Document : GraphQLTypes [ "DocumentAggregate" ] marketplace Writeoff Service Memo Signable Payload : GraphQLTypes [ "GeneratedDocument" ] marketplace Writeoff Statement Signable Payload : GraphQLTypes [ "GeneratedDocument" ] Optional membership Exit ?: GraphQLTypes [ "MembershipExit" ] | null membership Exit Return Preview : GraphQLTypes [ "MembershipExitReturnPreview" ] participant Identity For Verification : GraphQLTypes [ "ParticipantIdentityForVerification" ] payment File : GraphQLTypes [ "PaymentFile" ] payment Proofs : GraphQLTypes [ "PaymentFile" ] [] processes : GraphQLTypes [ "ProcessSummaryPaginationResult" ] search Documents : GraphQLTypes [ "SearchResult" ] [] search Private Accounts : GraphQLTypes [ "PrivateAccountSearchResult" ] [] validate Report Edits : GraphQLTypes [ "FieldError" ] [] verification Review Photos : GraphQLTypes [ "VerificationReviewPhoto" ] [] verification Reviews : GraphQLTypes [ "VerificationReview" ] [] 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 [] Refresh Input : { access_token : string ; refresh_token : string ; } access_ token : string refresh_ token : string Refresh Program Input : { coopname : string ; username : string ; } coopname : string username : string Refresh Segment Input : { coopname : string ; project_hash : string ; username : string ; } coopname : string project_ hash : string username : string Refund Request : { ...on RefundRequest : Omit < GraphQLTypes [ "RefundRequest" ] , "...on RefundRequest" > ; __typename : "RefundRequest" ; cpu_amount : string ; net_amount : string ; owner : string ; request_time : string ; } ...on Refund Request : Omit < GraphQLTypes [ "RefundRequest" ] , "...on RefundRequest" > __typename : "RefundRequest" cpu_ amount : string net_ amount : string owner : string request_ time : string Register Account Input : { 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 Register Contributor Input : { 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 Register Participant Input : { blagorost_offer ?: GraphQLTypes [ "SignedDigitalDocumentInput" ] | null ; braname ?: string | null ; generator_offer ?: GraphQLTypes [ "SignedDigitalDocumentInput" ] | null ; marketplace_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 Optional marketplace_ 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" ] Registered Account : { ...on RegisteredAccount : Omit < GraphQLTypes [ "RegisteredAccount" ] , "...on RegisteredAccount" > ; __typename : "RegisteredAccount" ; account : GraphQLTypes [ "Account" ] ; tokens : GraphQLTypes [ "Tokens" ] ; } ...on Registered Account : Omit < GraphQLTypes [ "RegisteredAccount" ] , "...on RegisteredAccount" > __typename : "RegisteredAccount" Registration Agreement : { ...on RegistrationAgreement : Omit < GraphQLTypes [ "RegistrationAgreement" ] , "...on RegistrationAgreement" > ; __typename : "RegistrationAgreement" ; agreement_type : string ; applicable_account_types : GraphQLTypes [ "AccountType" ] [] ; checkbox_text : string ; id : string ; is_blockchain_agreement : boolean ; link_text : string ; link_to_statement : boolean ; order : number ; registry_id : number ; title : string ; } ...on Registration Agreement : Omit < GraphQLTypes [ "RegistrationAgreement" ] , "...on RegistrationAgreement" > __typename : "RegistrationAgreement" agreement_ type : string applicable_ account_ types : GraphQLTypes [ "AccountType" ] [] checkbox_ text : string id : string is_ blockchain_ agreement : boolean link_ text : string link_ to_ statement : boolean order : number registry_ id : number title : string Registration Config : { ...on RegistrationConfig : Omit < GraphQLTypes [ "RegistrationConfig" ] , "...on RegistrationConfig" > ; __typename : "RegistrationConfig" ; programs : GraphQLTypes [ "RegistrationProgram" ] [] ; requires_selection : boolean ; } ...on Registration Config : Omit < GraphQLTypes [ "RegistrationConfig" ] , "...on RegistrationConfig" > __typename : "RegistrationConfig" programs : GraphQLTypes [ "RegistrationProgram" ] [] requires_ selection : boolean Registration Payment : { ...on RegistrationPayment : Omit < GraphQLTypes [ "RegistrationPayment" ] , "...on RegistrationPayment" > ; __typename : "RegistrationPayment" ; hash : string ; message ?: string | null ; quantity : number ; status : GraphQLTypes [ "PaymentStatus" ] ; symbol : string ; } ...on Registration Payment : Omit < GraphQLTypes [ "RegistrationPayment" ] , "...on RegistrationPayment" > __typename : "RegistrationPayment" hash : string Optional message ?: string | null quantity : number status : GraphQLTypes [ "PaymentStatus" ] symbol : string Registration Program : { ...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 Registration Program : 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 Reject Verification Input : { reason : string ; review_id : string ; } reason : string review_ id : string Remove Available Categories Input : { categoryIds : number [] ; } Remove Available Category Types Input : { categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } Remove Secretary Room Input : { id : string ; } Replace Available Items Input : { categoryIds : number [] ; categoryTypes : GraphQLTypes [ "CategoryTypeInput" ] [] ; } category Ids : number [] category Types : GraphQLTypes [ "CategoryTypeInput" ] [] Report Calendar Period Entry : { ...on ReportCalendarPeriodEntry : Omit < GraphQLTypes [ "ReportCalendarPeriodEntry" ] , "...on ReportCalendarPeriodEntry" > ; __typename : "ReportCalendarPeriodEntry" ; dueDate : string ; dueMonth : number ; label : string ; periodCode ?: number | null ; reportYear : number ; status : GraphQLTypes [ "CalendarEntryStatus" ] ; } ...on Report Calendar Period Entry : Omit < GraphQLTypes [ "ReportCalendarPeriodEntry" ] , "...on ReportCalendarPeriodEntry" > __typename : "ReportCalendarPeriodEntry" due Date : string due Month : number label : string Optional period Code ?: number | null report Year : number status : GraphQLTypes [ "CalendarEntryStatus" ] Report Calendar Row : { ...on ReportCalendarRow : Omit < GraphQLTypes [ "ReportCalendarRow" ] , "...on ReportCalendarRow" > ; __typename : "ReportCalendarRow" ; periodKind : string ; periods : GraphQLTypes [ "ReportCalendarPeriodEntry" ] [] ; reportType : GraphQLTypes [ "ReportType" ] ; shortName : string ; } ...on Report Calendar Row : Omit < GraphQLTypes [ "ReportCalendarRow" ] , "...on ReportCalendarRow" > __typename : "ReportCalendarRow" period Kind : string periods : GraphQLTypes [ "ReportCalendarPeriodEntry" ] [] report Type : GraphQLTypes [ "ReportType" ] short Name : string Report Draft : { ...on ReportDraft : Omit < GraphQLTypes [ "ReportDraft" ] , "...on ReportDraft" > ; __typename : "ReportDraft" ; createdAt : GraphQLTypes [ "DateTime" ] ; editedFields : string [] ; editsJson : string ; id : string ; ownerUsername : string ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; updatedAt : GraphQLTypes [ "DateTime" ] ; year : number ; } ...on Report Draft : Omit < GraphQLTypes [ "ReportDraft" ] , "...on ReportDraft" > __typename : "ReportDraft" edited Fields : string [] edits Json : string id : string owner Username : string Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] year : number Report Expense Item Input : { actual_amount ?: string | null ; coopname : string ; item_hash : string ; proposal_hash : string ; } Optional actual_ amount ?: string | null coopname : string item_ hash : string proposal_ hash : string Report History Filter Input : { limit ?: number | null ; offset ?: number | null ; period ?: number | null ; reportType ?: GraphQLTypes [ "ReportType" ] | null ; year ?: number | null ; } Optional limit ?: number | null Optional offset ?: number | null Optional period ?: number | null Optional report Type ?: GraphQLTypes [ "ReportType" ] | null Optional year ?: number | null Report History Page : { ...on ReportHistoryPage : Omit < GraphQLTypes [ "ReportHistoryPage" ] , "...on ReportHistoryPage" > ; __typename : "ReportHistoryPage" ; items : GraphQLTypes [ "GeneratedReportSummary" ] [] ; total : number ; } ...on Report History Page : Omit < GraphQLTypes [ "ReportHistoryPage" ] , "...on ReportHistoryPage" > __typename : "ReportHistoryPage" items : GraphQLTypes [ "GeneratedReportSummary" ] [] total : number Report Not Me Input : { session_id ?: string | null ; } Optional session_ id ?: string | null Report Preview : { ...on ReportPreview : Omit < GraphQLTypes [ "ReportPreview" ] , "...on ReportPreview" > ; __typename : "ReportPreview" ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; sections : GraphQLTypes [ "ReportPreviewSection" ] [] ; year : number ; } ...on Report Preview : Omit < GraphQLTypes [ "ReportPreview" ] , "...on ReportPreview" > __typename : "ReportPreview" Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] sections : GraphQLTypes [ "ReportPreviewSection" ] [] year : number Report Preview Field : { ...on ReportPreviewField : Omit < GraphQLTypes [ "ReportPreviewField" ] , "...on ReportPreviewField" > ; __typename : "ReportPreviewField" ; key : string ; label : string ; unit ?: string | null ; value ?: string | null ; } ...on Report Preview Field : Omit < GraphQLTypes [ "ReportPreviewField" ] , "...on ReportPreviewField" > __typename : "ReportPreviewField" key : string label : string Optional unit ?: string | null Optional value ?: string | null Report Preview Input : { period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] year : number Report Preview Section : { ...on ReportPreviewSection : Omit < GraphQLTypes [ "ReportPreviewSection" ] , "...on ReportPreviewSection" > ; __typename : "ReportPreviewSection" ; fields : GraphQLTypes [ "ReportPreviewField" ] [] ; title : string ; } ...on Report Preview Section : Omit < GraphQLTypes [ "ReportPreviewSection" ] , "...on ReportPreviewSection" > __typename : "ReportPreviewSection" fields : GraphQLTypes [ "ReportPreviewField" ] [] title : string Report Readiness View : { ...on ReportReadinessView : Omit < GraphQLTypes [ "ReportReadinessView" ] , "...on ReportReadinessView" > ; __typename : "ReportReadinessView" ; missingFields : GraphQLTypes [ "MissingRequisiteField" ] [] ; ready : boolean ; reportType : GraphQLTypes [ "ReportType" ] ; } ...on Report Readiness View : Omit < GraphQLTypes [ "ReportReadinessView" ] , "...on ReportReadinessView" > __typename : "ReportReadinessView" missing Fields : GraphQLTypes [ "MissingRequisiteField" ] [] ready : boolean report Type : GraphQLTypes [ "ReportType" ] Report Requisites View : { ...on ReportRequisitesView : Omit < GraphQLTypes [ "ReportRequisitesView" ] , "...on ReportRequisitesView" > ; __typename : "ReportRequisitesView" ; address : GraphQLTypes [ "RequisiteFieldView" ] ; chairmanPosition : GraphQLTypes [ "RequisiteFieldView" ] ; chairmanPositionFromOrg : GraphQLTypes [ "RequisiteFieldView" ] ; coopname : string ; inn : GraphQLTypes [ "RequisiteFieldView" ] ; kpp : GraphQLTypes [ "RequisiteFieldView" ] ; ogrn : GraphQLTypes [ "RequisiteFieldView" ] ; okfs : GraphQLTypes [ "RequisiteFieldView" ] ; okopf : GraphQLTypes [ "RequisiteFieldView" ] ; okpo : GraphQLTypes [ "RequisiteFieldView" ] ; oktmo : GraphQLTypes [ "RequisiteFieldView" ] ; okved : GraphQLTypes [ "RequisiteFieldView" ] ; orgName : GraphQLTypes [ "RequisiteFieldView" ] ; pfrRegNumber : GraphQLTypes [ "RequisiteFieldView" ] ; phone : GraphQLTypes [ "RequisiteFieldView" ] ; sfrRegNumber : GraphQLTypes [ "RequisiteFieldView" ] ; signerFirstName : GraphQLTypes [ "RequisiteFieldView" ] ; signerLastName : GraphQLTypes [ "RequisiteFieldView" ] ; signerMiddleName : GraphQLTypes [ "RequisiteFieldView" ] ; signerRepDoc : GraphQLTypes [ "RequisiteFieldView" ] ; signerSnils : GraphQLTypes [ "RequisiteFieldView" ] ; signerType : string ; } Represented By : { ...on RepresentedBy : Omit < GraphQLTypes [ "RepresentedBy" ] , "...on RepresentedBy" > ; __typename : "RepresentedBy" ; based_on : string ; first_name : string ; last_name : string ; middle_name : string ; position : string ; } ...on Represented By : Omit < GraphQLTypes [ "RepresentedBy" ] , "...on RepresentedBy" > __typename : "RepresentedBy" based_ on : string first_ name : string last_ name : string middle_ name : string position : string Represented By Certificate : { ...on RepresentedByCertificate : Omit < GraphQLTypes [ "RepresentedByCertificate" ] , "...on RepresentedByCertificate" > ; __typename : "RepresentedByCertificate" ; first_name : string ; last_name : string ; middle_name : string ; position : string ; } ...on Represented By Certificate : Omit < GraphQLTypes [ "RepresentedByCertificate" ] , "...on RepresentedByCertificate" > __typename : "RepresentedByCertificate" first_ name : string last_ name : string middle_ name : string position : string Represented By Input : { 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 Request Attribute Input : { attributeId : number ; complexId ?: number | null ; dictionaryValueId ?: number | null ; value : string ; } attribute Id : number Optional complex Id ?: number | null Optional dictionary Value Id ?: number | null value : string Request Force Recovery Consent Input : { target_id : string ; } Request Image Input : { description ?: string | null ; imageType : GraphQLTypes [ "RequestImageTypeInput" ] ; imageUrl : string ; sortOrder : number ; } Optional description ?: string | null image Type : GraphQLTypes [ "RequestImageTypeInput" ] image Url : string sort Order : number Request Ku Trusted Input : { application : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] ; authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] ; braname : string ; coopname : string ; hash : string ; username : string ; } application : GraphQLTypes [ "BranchTrustedLiabilityAgreementSignedDocumentInput" ] authority : GraphQLTypes [ "BranchTrustedPowerOfAttorneySignedDocumentInput" ] braname : string coopname : string hash : string username : string Requisite Field View : { ...on RequisiteFieldView : Omit < GraphQLTypes [ "RequisiteFieldView" ] , "...on RequisiteFieldView" > ; __typename : "RequisiteFieldView" ; source : GraphQLTypes [ "RequisiteSource" ] ; value ?: string | null ; } ...on Requisite Field View : Omit < GraphQLTypes [ "RequisiteFieldView" ] , "...on RequisiteFieldView" > __typename : "RequisiteFieldView" source : GraphQLTypes [ "RequisiteSource" ] Optional value ?: string | null Reset Key Input : { public_key : string ; token : string ; } public_ key : string token : string Resource DelegationDTO : { ...on ResourceDelegationDTO : Omit < GraphQLTypes [ "ResourceDelegationDTO" ] , "...on ResourceDelegationDTO" > ; __typename : "ResourceDelegationDTO" ; cpu_weight : string ; from : string ; net_weight : string ; to : string ; } ...on Resource DelegationDTO : Omit < GraphQLTypes [ "ResourceDelegationDTO" ] , "...on ResourceDelegationDTO" > __typename : "ResourceDelegationDTO" cpu_ weight : string from : string net_ weight : string to : string Resource Overview : { ...on ResourceOverview : Omit < GraphQLTypes [ "ResourceOverview" ] , "...on ResourceOverview" > ; __typename : "ResourceOverview" ; cpu_weight : string ; net_weight : string ; owner : string ; ram_bytes : number ; } ...on Resource Overview : Omit < GraphQLTypes [ "ResourceOverview" ] , "...on ResourceOverview" > __typename : "ResourceOverview" cpu_ weight : string net_ weight : string owner : string ram_ bytes : number Restart Annual General Meet Input : { 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" ] Result Contribution Act Generate Input : { result_hash : string ; username : string ; } result_ hash : string username : string Result Contribution Decision Generate Input : { decision_id : number ; result_hash : string ; username : string ; } decision_ id : number result_ hash : string username : string Result Contribution Statement Generate Input : { project_hash : string ; username : string ; } project_ hash : string username : string Result Filter : { projectHash ?: string | null ; status ?: string | null ; username ?: string | null ; } Optional project Hash ?: string | null Optional status ?: string | null Optional username ?: string | null Return By Money Decision Generate Document Input : { 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 Return By Money Generate Document Input : { 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 Return By Money Signed Document Input : { 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 Return By Money Signed Meta Document Input : { 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 Return Expense Item Input : { coopname : string ; item_hash : string ; proposal_hash : string ; return_amount : string ; } coopname : string item_ hash : string proposal_ hash : string return_ amount : string Revoke Capability Set Input : { set_key : string ; username : string ; } set_ key : string username : string Revoke Key Result : { ...on RevokeKeyResult : Omit < GraphQLTypes [ "RevokeKeyResult" ] , "...on RevokeKeyResult" > ; __typename : "RevokeKeyResult" ; must_recover : boolean ; sessions_revoked : number ; status : string ; target_id : string ; } ...on Revoke Key Result : Omit < GraphQLTypes [ "RevokeKeyResult" ] , "...on RevokeKeyResult" > __typename : "RevokeKeyResult" must_ recover : boolean sessions_ revoked : number status : string target_ id : string Revoke Participant Key Input : { reason : string ; target_id : string ; } reason : string target_ id : string Revoke Session Input : { session_id : string ; } Revoked Sessions Result : { ...on RevokedSessionsResult : Omit < GraphQLTypes [ "RevokedSessionsResult" ] , "...on RevokedSessionsResult" > ; __typename : "RevokedSessionsResult" ; revoked : number ; } ...on Revoked Sessions Result : Omit < GraphQLTypes [ "RevokedSessionsResult" ] , "...on RevokedSessionsResult" > __typename : "RevokedSessionsResult" revoked : number Save Capital Program Doc Data Input : { doc_data_hash : string ; } Save Report Draft Input : { editedFields : string [] ; editsJson : string ; period ?: number | null ; reportType : GraphQLTypes [ "ReportType" ] ; year : number ; } edited Fields : string [] edits Json : string Optional period ?: number | null report Type : GraphQLTypes [ "ReportType" ] year : number Sbp Account : { ...on SbpAccount : Omit < GraphQLTypes [ "SbpAccount" ] , "...on SbpAccount" > ; __typename : "SbpAccount" ; phone : string ; } ...on Sbp Account : Omit < GraphQLTypes [ "SbpAccount" ] , "...on SbpAccount" > __typename : "SbpAccount" phone : string Sbp Data Input : { phone : string ; } Search Attributes Input : { categoryId ?: number | null ; limit ?: number | null ; onlyAspect ?: boolean | null ; onlyRequired ?: boolean | null ; onlyWithDictionary ?: boolean | null ; searchTerm : string ; typeId ?: number | null ; } Optional category Id ?: number | null Optional limit ?: number | null Optional only Aspect ?: boolean | null Optional only Required ?: boolean | null Optional only With Dictionary ?: boolean | null search Term : string Optional type Id ?: number | null Search Categories Input : { searchTerm : string ; } Search Dictionary Values Input : { dictionaryId : number ; limit ?: number | null ; searchTerm : string ; } dictionary Id : number Optional limit ?: number | null search Term : string Search Documents Input : { limit ?: number | null ; query : string ; } Optional limit ?: number | null query : string Search Private Accounts Input : { query : string ; } Search Requests Input : { limit ?: number | null ; searchTerm : string ; } Optional limit ?: number | null search Term : string Search Result : { ...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 ; signer : string ; username : string ; } ...on Search Result : Omit < GraphQLTypes [ "SearchResult" ] , "...on SearchResult" > __typename : "SearchResult" coopname : string Optional created_ at ?: string | null full_ title : string hash : string highlights : string [] registry_ id : number signer : string username : string Select Branch Generate Document Input : { 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 Select Branch Input : { braname : string ; coopname : string ; document : GraphQLTypes [ "SelectBranchSignedDocumentInput" ] ; username : string ; } braname : string coopname : string document : GraphQLTypes [ "SelectBranchSignedDocumentInput" ] username : string Select Branch Signed Document Input : { 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 Select Branch Signed Meta Document Input : { 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 Send Agreement Input : { administrator : string ; agreement_type : string ; coopname : string ; document : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; username : string ; } administrator : string agreement_ type : string coopname : string document : GraphQLTypes [ "SignedDigitalDocumentInput" ] username : string Set Branch Private Input : { braname : string ; coopname : string ; is_private : boolean ; } braname : string coopname : string is_ private : boolean Set Capital Project Development Repository Url Input : { development_repository_url ?: string | null ; project_hash : string ; } Optional development_ repository_ url ?: string | null project_ hash : string Set Capital Project Priority Input : { priority : GraphQLTypes [ "ProjectPriority" ] ; project_hash : string ; } priority : GraphQLTypes [ "ProjectPriority" ] project_ hash : string Set Config Input : { config : GraphQLTypes [ "ConfigInput" ] ; coopname : string ; } Set Issue Metric Bindings Input : { bindings : GraphQLTypes [ "IssueMetricBindingItemInput" ] [] ; issue_hash : string ; } bindings : GraphQLTypes [ "IssueMetricBindingItemInput" ] [] issue_ hash : string Set Login Factors Input : { code ?: string | null ; email_enabled : boolean ; totp_enabled : boolean ; } Optional code ?: string | null email_ enabled : boolean totp_ enabled : boolean Set Master Input : { coopname : string ; master : string ; project_hash : string ; } coopname : string master : string project_ hash : string Set Payment Status Input : { id : string ; message ?: string | null ; status : GraphQLTypes [ "PaymentStatus" ] ; } id : string Optional message ?: string | null status : GraphQLTypes [ "PaymentStatus" ] Set Plan Input : { 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 Set Recovery Strategy Input : { code : string ; strategy : GraphQLTypes [ "RecoveryStrategy" ] ; } Set Vars Input : { 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 Set Wif Input : { 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" ] ; is_registration_open : boolean ; 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 is_ registration_ open : boolean non_ authorized_ default_ route : string non_ authorized_ default_ workspace : string provider_ name : string Sign Act As Chairman Input : { act : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; coopname : string ; result_hash : string ; } act : GraphQLTypes [ "SignedDigitalDocumentInput" ] coopname : string result_ hash : string Sign Act As Contributor Input : { act : GraphQLTypes [ "SignedDigitalDocumentInput" ] ; coopname : string ; result_hash : string ; } act : GraphQLTypes [ "SignedDigitalDocumentInput" ] coopname : string result_ hash : string Sign By Presider On Annual General Meet Input : { coopname : string ; hash : string ; presider_decision : GraphQLTypes [ "AnnualGeneralMeetingDecisionSignedDocumentInput" ] ; username : string ; } coopname : string hash : string presider_ decision : GraphQLTypes [ "AnnualGeneralMeetingDecisionSignedDocumentInput" ] username : string Sign By Secretary On Annual General Meet Input : { coopname : string ; hash : string ; secretary_decision : GraphQLTypes [ "AnnualGeneralMeetingDecisionSignedDocumentInput" ] ; username : string ; } coopname : string hash : string secretary_ decision : GraphQLTypes [ "AnnualGeneralMeetingDecisionSignedDocumentInput" ] username : string Signature Info : { ...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 Signature Info : 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 Signature Info Input : { 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 Signed Blockchain Document : { ...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 Signed Blockchain Document : Omit < GraphQLTypes [ "SignedBlockchainDocument" ] , "...on SignedBlockchainDocument" > __typename : "SignedBlockchainDocument" doc_ hash : string hash : string meta : string meta_ hash : string signatures : GraphQLTypes [ "SignatureInfo" ] [] version : string Signed Digital Document : { ...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 Signed Digital Document : Omit < GraphQLTypes [ "SignedDigitalDocument" ] , "...on SignedDigitalDocument" > __typename : "SignedDigitalDocument" doc_ hash : string hash : string meta_ hash : string signatures : GraphQLTypes [ "SignatureInfo" ] [] version : string Signed Digital Document Input : { 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 Soviet Member Input : { individual_data : GraphQLTypes [ "CreateSovietIndividualDataInput" ] ; role : string ; } individual_ data : GraphQLTypes [ "CreateSovietIndividualDataInput" ] role : string Start Install Input : { wif : string ; } Start Install Result : { ...on StartInstallResult : Omit < GraphQLTypes [ "StartInstallResult" ] , "...on StartInstallResult" > ; __typename : "StartInstallResult" ; coopname : string ; install_code : string ; } ...on Start Install Result : Omit < GraphQLTypes [ "StartInstallResult" ] , "...on StartInstallResult" > __typename : "StartInstallResult" coopname : string install_ code : string Start Ku Decision Input : { address : string ; agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] ; branch_email : string ; branch_name : string ; branch_phone : string ; chairman : string ; coopname : string ; hash : string ; } address : string agenda : GraphQLTypes [ "KuAgendaPointInput" ] [] branch_ email : string branch_ name : string branch_ phone : string chairman : string coopname : string hash : string Start Process Input : { project_hash : string ; template_id : string ; } project_ hash : string template_ id : string Start Project Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Start Reset Key Input : { email : string ; } Start Voting Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Statement Detail Aggregate : { ...on StatementDetailAggregate : Omit < GraphQLTypes [ "StatementDetailAggregate" ] , "...on StatementDetailAggregate" > ; __typename : "StatementDetailAggregate" ; action : GraphQLTypes [ "ExtendedBlockchainAction" ] ; documentAggregate : GraphQLTypes [ "DocumentAggregate" ] ; } ...on Statement Detail Aggregate : Omit < GraphQLTypes [ "StatementDetailAggregate" ] , "...on StatementDetailAggregate" > __typename : "StatementDetailAggregate" action : GraphQLTypes [ "ExtendedBlockchainAction" ] document Aggregate : GraphQLTypes [ "DocumentAggregate" ] Stop Project Input : { coopname : string ; project_hash : string ; } coopname : string project_ hash : string Submit Expense Report Input : { comment ?: string | null ; coopname : string ; proposal_hash : string ; total_actual_amount ?: string | null ; } Optional comment ?: string | null coopname : string proposal_ hash : string Optional total_ actual_ amount ?: string | null Submit Vote Input : { coopname : string ; project_hash : string ; votes : GraphQLTypes [ "VoteDistributionInput" ] [] ; } coopname : string project_ hash : string votes : GraphQLTypes [ "VoteDistributionInput" ] [] Subscription : { ...on Subscription : Omit < GraphQLTypes [ "Subscription" ] , "...on Subscription" > ; __typename : "Subscription" ; marketplaceEvents : GraphQLTypes [ "MarketplaceEvent" ] ; nodeSyncState : GraphQLTypes [ "NodeSyncState" ] ; } ...on Subscription : Omit < GraphQLTypes [ "Subscription" ] , "...on Subscription" > __typename : "Subscription" marketplace Events : GraphQLTypes [ "MarketplaceEvent" ] node Sync State : GraphQLTypes [ "NodeSyncState" ] Subscription Stats Dto : { ...on SubscriptionStatsDto : Omit < GraphQLTypes [ "SubscriptionStatsDto" ] , "...on SubscriptionStatsDto" > ; __typename : "SubscriptionStatsDto" ; active : number ; inactive : number ; total : number ; uniqueUsers : number ; } ...on Subscription Stats Dto : Omit < GraphQLTypes [ "SubscriptionStatsDto" ] , "...on SubscriptionStatsDto" > __typename : "SubscriptionStatsDto" active : number inactive : number total : number unique Users : number 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 System Features : { ...on SystemFeatures : Omit < GraphQLTypes [ "SystemFeatures" ] , "...on SystemFeatures" > ; __typename : "SystemFeatures" ; search : boolean ; } ...on System Features : Omit < GraphQLTypes [ "SystemFeatures" ] , "...on SystemFeatures" > __typename : "SystemFeatures" search : boolean System Info : { ...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 System Info : 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 ; } Transcription Segment : { ...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 Transcription Segment : Omit < GraphQLTypes [ "TranscriptionSegment" ] , "...on TranscriptionSegment" > __typename : "TranscriptionSegment" end Offset : number id : string speaker Identity : string speaker Name : string start Offset : number text : string Trigger Notification Workflow Input : { name : string ; payload ?: GraphQLTypes [ "JSONObject" ] | null ; to : GraphQLTypes [ "NotificationWorkflowRecipientInput" ] [] ; } name : string Optional payload ?: GraphQLTypes [ "JSONObject" ] | null to : GraphQLTypes [ "NotificationWorkflowRecipientInput" ] [] Two Factor Code Input : { code : string ; } Two Factor Enrollment : { ...on TwoFactorEnrollment : Omit < GraphQLTypes [ "TwoFactorEnrollment" ] , "...on TwoFactorEnrollment" > ; __typename : "TwoFactorEnrollment" ; otpauth_uri : string ; secret : string ; } ...on Two Factor Enrollment : Omit < GraphQLTypes [ "TwoFactorEnrollment" ] , "...on TwoFactorEnrollment" > __typename : "TwoFactorEnrollment" otpauth_ uri : string secret : string Uninstall Extension Input : { name : string ; } Unread Notifications Count : { ...on UnreadNotificationsCount : Omit < GraphQLTypes [ "UnreadNotificationsCount" ] , "...on UnreadNotificationsCount" > ; __typename : "UnreadNotificationsCount" ; count : number ; } ...on Unread Notifications Count : Omit < GraphQLTypes [ "UnreadNotificationsCount" ] , "...on UnreadNotificationsCount" > __typename : "UnreadNotificationsCount" count : number Unverify Participant Input : { username : string ; } Update : { organization_data ?: GraphQLTypes [ "UpdateOrganizationDataInput" ] | null ; vars ?: GraphQLTypes [ "VarsInput" ] | null ; } Optional organization_ data ?: GraphQLTypes [ "UpdateOrganizationDataInput" ] | null Optional vars ?: GraphQLTypes [ "VarsInput" ] | null Update Account Input : { 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 Update Bank Account Input : { data : GraphQLTypes [ "BankAccountInput" ] ; is_default : boolean ; method_id : string ; username : string ; } data : GraphQLTypes [ "BankAccountInput" ] is_ default : boolean method_ id : string username : string Update Call Transcription Memo Input : { id : string ; memo : string ; } Update Chat Coop Calendar Event Input : { description ?: string | null ; endsAt ?: GraphQLTypes [ "DateTime" ] | null ; id : string ; matrixRoomId : string ; startsAt : GraphQLTypes [ "DateTime" ] ; title : string ; } Optional description ?: string | null Optional ends At ?: GraphQLTypes [ "DateTime" ] | null id : string matrix Room Id : string title : string Update Component Metric Input : { deadline ?: GraphQLTypes [ "DateTime" ] | null ; measure_hash ?: string | null ; metric_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; target_value ?: number | null ; title ?: string | null ; unit ?: string | null ; } Optional deadline ?: GraphQLTypes [ "DateTime" ] | null Optional measure_ hash ?: string | null metric_ hash : string Optional series_ mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null Optional target_ value ?: number | null Optional title ?: string | null Optional unit ?: string | null Update Entrepreneur Data Input : { 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 Update Individual Data Input : { 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 Update Issue Input : { 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 Update Measure Input : { measure_hash : string ; series_mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null ; status ?: GraphQLTypes [ "MetricStatus" ] | null ; title ?: string | null ; unit ?: string | null ; } measure_ hash : string Optional series_ mode ?: GraphQLTypes [ "MetricSeriesMode" ] | null Optional status ?: GraphQLTypes [ "MetricStatus" ] | null Optional title ?: string | null Optional unit ?: string | null Update Organization Data Input : { 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 Update Process Template Input : { 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 Update Report Requisites Input : { addressOverride ?: string | null ; chairmanPosition ?: string | null ; okfs ?: string | null ; okopf ?: string | null ; okpo ?: string | null ; oktmo ?: string | null ; okved ?: string | null ; pfrRegNumber ?: string | null ; phoneOverride ?: string | null ; sfrRegNumber ?: string | null ; signerRepDoc ?: string | null ; signerSnils ?: string | null ; signerType ?: string | null ; } Optional address Override ?: string | null Optional chairman Position ?: string | null Optional okfs ?: string | null Optional okopf ?: string | null Optional okpo ?: string | null Optional oktmo ?: string | null Optional okved ?: string | null Optional pfr Reg Number ?: string | null Optional phone Override ?: string | null Optional sfr Reg Number ?: string | null Optional signer Rep Doc ?: string | null Optional signer Snils ?: string | null Optional signer Type ?: string | null Update Settings Input : { 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 Update Story Input : { 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 Upload Expense File Input : { checksum_sha256 : string ; content_base64 : string ; coopname : string ; item_hash ?: string | null ; kind : GraphQLTypes [ "ExpenseFileKind" ] ; mime_type : string ; original_filename ?: string | null ; proposal_hash : string ; size_bytes : number ; } checksum_ sha256 : string content_ base64 : string coopname : string Optional item_ hash ?: string | null kind : GraphQLTypes [ "ExpenseFileKind" ] mime_ type : string Optional original_ filename ?: string | null proposal_ hash : string size_ bytes : number Upload Payment Proof Input : { checksum_sha256 : string ; content_base64 : string ; coopname : string ; mime_type : string ; original_filename ?: string | null ; payment_hash : string ; size_bytes : number ; } checksum_ sha256 : string content_ base64 : string coopname : string mime_ type : string Optional original_ filename ?: string | null payment_ hash : string size_ bytes : number User Account : { ...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 User Account : 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" ] [] User Certificate Union : { ...on EntrepreneurCertificate : "__union" & GraphQLTypes [ "EntrepreneurCertificate" ] ; ...on IndividualCertificate : "__union" & GraphQLTypes [ "IndividualCertificate" ] ; ...on OrganizationCertificate : "__union" & GraphQLTypes [ "OrganizationCertificate" ] ; __typename : "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate" ; } ...on Entrepreneur Certificate : "__union" & GraphQLTypes [ "EntrepreneurCertificate" ] ...on Individual Certificate : "__union" & GraphQLTypes [ "IndividualCertificate" ] ...on Organization Certificate : "__union" & GraphQLTypes [ "OrganizationCertificate" ] __typename : "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate" User Wallet : { ...on UserWallet : Omit < GraphQLTypes [ "UserWallet" ] , "...on UserWallet" > ; __typename : "UserWallet" ; available : string ; blocked : string ; coopname : string ; human_name : string ; id : GraphQLTypes [ "ID" ] ; program_id ?: GraphQLTypes [ "ID" ] | null ; username : string ; wallet_name : string ; } ...on User Wallet : Omit < GraphQLTypes [ "UserWallet" ] , "...on UserWallet" > __typename : "UserWallet" available : string blocked : string coopname : string human_ name : string Optional program_ id ?: GraphQLTypes [ "ID" ] | null username : string wallet_ name : string Validate Attribute Values Input : { attributeId : number ; values : string [] ; } attribute Id : number values : string [] 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 Vars Input : { 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 Verification Photo Input : { checksum_sha256 : string ; content_base64 : string ; mime_type : string ; original_filename ?: string | null ; size_bytes : number ; } checksum_ sha256 : string content_ base64 : string mime_ type : string Optional original_ filename ?: string | null size_ bytes : number Verification Review : { ...on VerificationReview : Omit < GraphQLTypes [ "VerificationReview" ] , "...on VerificationReview" > ; __typename : "VerificationReview" ; braname : string ; created_at : string ; decided_at ?: string | null ; decided_by ?: string | null ; decision_reason ?: string | null ; id : string ; photos_count : number ; procedure : string ; status : GraphQLTypes [ "VerificationReviewStatus" ] ; username : string ; verificator : string ; } ...on Verification Review : Omit < GraphQLTypes [ "VerificationReview" ] , "...on VerificationReview" > __typename : "VerificationReview" braname : string created_ at : string Optional decided_ at ?: string | null Optional decided_ by ?: string | null Optional decision_ reason ?: string | null id : string photos_ count : number procedure : string status : GraphQLTypes [ "VerificationReviewStatus" ] username : string verificator : string Verification Review Photo : { ...on VerificationReviewPhoto : Omit < GraphQLTypes [ "VerificationReviewPhoto" ] , "...on VerificationReviewPhoto" > ; __typename : "VerificationReviewPhoto" ; mime_type : string ; read_url : string ; size_bytes : number ; storage_key : string ; } ...on Verification Review Photo : Omit < GraphQLTypes [ "VerificationReviewPhoto" ] , "...on VerificationReviewPhoto" > __typename : "VerificationReviewPhoto" mime_ type : string read_ url : string size_ bytes : number storage_ key : string Verification Review Photos Input : { review_id : string ; } Verification Reviews Input : { braname ?: string | null ; limit ?: number | null ; status ?: GraphQLTypes [ "VerificationReviewStatus" ] | null ; username ?: string | null ; } Optional braname ?: string | null Optional limit ?: number | null Optional status ?: GraphQLTypes [ "VerificationReviewStatus" ] | null Optional username ?: string | null Verify Email InputDTO : { token : string ; } Verify Participant Onsite Input : { braname ?: string | null ; photos ?: GraphQLTypes [ "VerificationPhotoInput" ] [] | null ; username : string ; } Optional braname ?: string | null Optional photos ?: GraphQLTypes [ "VerificationPhotoInput" ] [] | null username : string Vote Distribution Input : { amount : string ; recipient : string ; } amount : string recipient : string Vote Filter : { 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 Vote Item Input : { question_id : number ; vote : string ; } question_ id : number vote : string Vote On Annual General Meet Input : { ballot : GraphQLTypes [ "AnnualGeneralMeetingVotingBallotSignedDocumentInput" ] ; coopname : string ; hash : string ; username : string ; votes : GraphQLTypes [ "VoteItemInput" ] [] ; } ballot : GraphQLTypes [ "AnnualGeneralMeetingVotingBallotSignedDocumentInput" ] coopname : string hash : string username : string votes : GraphQLTypes [ "VoteItemInput" ] [] Vote On Ku Decision Input : { ballot : GraphQLTypes [ "BranchMeetingBallotSignedDocumentInput" ] ; coopname : string ; hash : string ; username : string ; votes : GraphQLTypes [ "KuVoteItemInput" ] [] ; } ballot : GraphQLTypes [ "BranchMeetingBallotSignedDocumentInput" ] coopname : string hash : string username : string votes : GraphQLTypes [ "KuVoteItemInput" ] [] Wait Weight : { ...on WaitWeight : Omit < GraphQLTypes [ "WaitWeight" ] , "...on WaitWeight" > ; __typename : "WaitWeight" ; wait_sec : number ; weight : number ; } ...on Wait Weight : Omit < GraphQLTypes [ "WaitWeight" ] , "...on WaitWeight" > __typename : "WaitWeight" wait_ sec : number weight : number Walmove Input : { coopname : string ; fromWallet : string ; memo : string ; quantity : string ; toWallet : string ; username : string ; } coopname : string from Wallet : string memo : string quantity : string to Wallet : string username : string Web Push Subscription Data Input : { endpoint : string ; keys : GraphQLTypes [ "WebPushSubscriptionKeysInput" ] ; } endpoint : string keys : GraphQLTypes [ "WebPushSubscriptionKeysInput" ] Web Push Subscription Dto : { ...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 Web Push Subscription Dto : Omit < GraphQLTypes [ "WebPushSubscriptionDto" ] , "...on WebPushSubscriptionDto" > __typename : "WebPushSubscriptionDto" auth Key : string endpoint : string id : string is Active : boolean p256dh Key : string Optional user Agent ?: string | null username : string Web Push Subscription Keys Input : { auth : string ; p256dh : string ; } auth : string p256dh : string Withheld Tax Payment : { ...on WithheldTaxPayment : Omit < GraphQLTypes [ "WithheldTaxPayment" ] , "...on WithheldTaxPayment" > ; __typename : "WithheldTaxPayment" ; amount : string ; completed_at ?: GraphQLTypes [ "DateTime" ] | null ; created_at : GraphQLTypes [ "DateTime" ] ; hash : string ; memo : string ; message ?: string | null ; recipient_name ?: string | null ; report_period : number ; report_period_label : string ; report_year : number ; requisite_rows ?: GraphQLTypes [ "WithheldTaxRequisiteRow" ] [] | null ; status : GraphQLTypes [ "PaymentStatus" ] ; symbol : string ; } ...on Withheld Tax Payment : Omit < GraphQLTypes [ "WithheldTaxPayment" ] , "...on WithheldTaxPayment" > __typename : "WithheldTaxPayment" amount : string Optional completed_ at ?: GraphQLTypes [ "DateTime" ] | null hash : string memo : string Optional message ?: string | null Optional recipient_ name ?: string | null report_ period : number report_ period_ label : string report_ year : number Optional requisite_ rows ?: GraphQLTypes [ "WithheldTaxRequisiteRow" ] [] | null status : GraphQLTypes [ "PaymentStatus" ] symbol : string Withheld Tax Payment Page : { ...on WithheldTaxPaymentPage : Omit < GraphQLTypes [ "WithheldTaxPaymentPage" ] , "...on WithheldTaxPaymentPage" > ; __typename : "WithheldTaxPaymentPage" ; currentPage : number ; items : GraphQLTypes [ "WithheldTaxPayment" ] [] ; totalCount : number ; totalPages : number ; } ...on Withheld Tax Payment Page : Omit < GraphQLTypes [ "WithheldTaxPaymentPage" ] , "...on WithheldTaxPaymentPage" > __typename : "WithheldTaxPaymentPage" current Page : number items : GraphQLTypes [ "WithheldTaxPayment" ] [] total Count : number total Pages : number Withheld Tax Requisite Row : { ...on WithheldTaxRequisiteRow : Omit < GraphQLTypes [ "WithheldTaxRequisiteRow" ] , "...on WithheldTaxRequisiteRow" > ; __typename : "WithheldTaxRequisiteRow" ; label : string ; value : string ; } ...on Withheld Tax Requisite Row : Omit < GraphQLTypes [ "WithheldTaxRequisiteRow" ] , "...on WithheldTaxRequisiteRow" > __typename : "WithheldTaxRequisiteRow" label : string value : string Withheld Tax State : { ...on WithheldTaxState : Omit < GraphQLTypes [ "WithheldTaxState" ] , "...on WithheldTaxState" > ; __typename : "WithheldTaxState" ; available : string ; in_payment : string ; withheld : string ; } ...on Withheld Tax State : Omit < GraphQLTypes [ "WithheldTaxState" ] , "...on WithheldTaxState" > __typename : "WithheldTaxState" available : string in_ payment : string withheld : string Working Hours : { ...on WorkingHours : Omit < GraphQLTypes [ "WorkingHours" ] , "...on WorkingHours" > ; __typename : "WorkingHours" ; fri ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; mon ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; sat ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; sun ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; thu ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; tue ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; wed ?: GraphQLTypes [ "WorkingHoursDay" ] | null ; } Working Hours Break : { ...on WorkingHoursBreak : Omit < GraphQLTypes [ "WorkingHoursBreak" ] , "...on WorkingHoursBreak" > ; __typename : "WorkingHoursBreak" ; end : string ; start : string ; } ...on Working Hours Break : Omit < GraphQLTypes [ "WorkingHoursBreak" ] , "...on WorkingHoursBreak" > __typename : "WorkingHoursBreak" end : string start : string Working Hours Break Input : { end : string ; start : string ; } Working Hours Day : { ...on WorkingHoursDay : Omit < GraphQLTypes [ "WorkingHoursDay" ] , "...on WorkingHoursDay" > ; __typename : "WorkingHoursDay" ; breaks : GraphQLTypes [ "WorkingHoursBreak" ] [] ; close : string ; open : string ; } ...on Working Hours Day : Omit < GraphQLTypes [ "WorkingHoursDay" ] , "...on WorkingHoursDay" > __typename : "WorkingHoursDay" breaks : GraphQLTypes [ "WorkingHoursBreak" ] [] close : string open : string Working Hours Day Input : { breaks : GraphQLTypes [ "WorkingHoursBreakInput" ] [] ; close : string ; open : string ; } breaks : GraphQLTypes [ "WorkingHoursBreakInput" ] [] close : string open : string Working Hours Input : { fri ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; mon ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; sat ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; sun ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; thu ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; tue ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; wed ?: GraphQLTypes [ "WorkingHoursDayInput" ] | null ; } Zero Report Header Edits : { ...on ZeroReportHeaderEdits : Omit < GraphQLTypes [ "ZeroReportHeaderEdits" ] , "...on ZeroReportHeaderEdits" > ; __typename : "ZeroReportHeaderEdits" ; correctionNumber : number ; docDate : string ; idFile : string ; period ?: number | null ; reportYear : number ; versProgram : string ; } ...on Zero Report Header Edits : Omit < GraphQLTypes [ "ZeroReportHeaderEdits" ] , "...on ZeroReportHeaderEdits" > __typename : "ZeroReportHeaderEdits" correction Number : number doc Date : string id File : string Optional period ?: number | null report Year : number vers Program : string Zero Report Organization Edits : { ...on ZeroReportOrganizationEdits : Omit < GraphQLTypes [ "ZeroReportOrganizationEdits" ] , "...on ZeroReportOrganizationEdits" > ; __typename : "ZeroReportOrganizationEdits" ; address ?: string | null ; inn : string ; kpp : string ; ogrn ?: string | null ; okfs ?: string | null ; okopf ?: string | null ; okpo ?: string | null ; oktmo ?: string | null ; okved ?: string | null ; orgName : string ; phone ?: string | null ; } ...on Zero Report Organization Edits : Omit < GraphQLTypes [ "ZeroReportOrganizationEdits" ] , "...on ZeroReportOrganizationEdits" > __typename : "ZeroReportOrganizationEdits" Optional address ?: string | null inn : string kpp : string Optional ogrn ?: string | null Optional okfs ?: string | null Optional okopf ?: string | null Optional okpo ?: string | null Optional oktmo ?: string | null Optional okved ?: string | null org Name : string Optional phone ?: string | null Zero Report Signer Edits : { ...on ZeroReportSignerEdits : Omit < GraphQLTypes [ "ZeroReportSignerEdits" ] , "...on ZeroReportSignerEdits" > ; __typename : "ZeroReportSignerEdits" ; chairmanPosition ?: string | null ; firstName : string ; lastName : string ; middleName ?: string | null ; pfrRegNumber ?: string | null ; repDoc ?: string | null ; sfrRegNumber ?: string | null ; snils ?: string | null ; type : GraphQLTypes [ "ZeroReportSignerType" ] ; } ...on Zero Report Signer Edits : Omit < GraphQLTypes [ "ZeroReportSignerEdits" ] , "...on ZeroReportSignerEdits" > __typename : "ZeroReportSignerEdits" Optional chairman Position ?: string | null first Name : string last Name : string Optional middle Name ?: string | null Optional pfr Reg Number ?: string | null Optional rep Doc ?: string | null Optional sfr Reg Number ?: string | null Optional snils ?: string | null type : GraphQLTypes [ "ZeroReportSignerType" ] Defined in components/sdk/src/zeus/index.ts:45617
Действие (например, read / confirm / manage)