7fdfd8385a
Культура денег: входящие — подтверждением, исходящие — чеком. Единый механизм на уровне ядра (gateway), привязка по payment_hash — один на все исходящие (возврат паевого/withdrawal/registration-refund/аванс расхода), переиспользуется расширениями. Контроль мягкий: статус не трогаем, но зеркалим proof_count → реестр рисует «чек приложен / не приложен». Backend (core gateway): - таблица payment_files + бакет gateway:files (@UseBucket), PaymentFilesService (upload/read-url/list/delete + зеркалирование proof_count в платёж) - enum PaymentFileKind (PAYMENT_PROOF), DTO, резолвер uploadPaymentProof / paymentProofs / paymentFile; провайдеры в typeorm.module + gateway.module SDK: selectors/mutations/queries gateway + zeus regen Desktop: - features/Payment/AttachPaymentProof — панель чека по payment-hash - реестр: панель + индикатор «чек приложен» для ЛЮБОГО исходящего (PAID/COMPLETED) - конвергенция expense: чек ушёл в ядро, AttachExpenseProof оставляет только закрывающие документы (DIRECT) Терминология: «чек об оплате» (не «платёжка»/«первичка»). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5069 lines
116 KiB
TypeScript
5069 lines
116 KiB
TypeScript
/* eslint-disable */
|
|
|
|
export const AllTypesProps: Record<string,any> = {
|
|
AcceptChildOrderInput:{
|
|
document:"AssetContributionStatementSignedDocumentInput"
|
|
},
|
|
AccountType: "enum" as const,
|
|
ActionFiltersInput:{
|
|
|
|
},
|
|
AddAuthorInput:{
|
|
|
|
},
|
|
AddParticipantInput:{
|
|
entrepreneur_data:"CreateEntrepreneurDataInput",
|
|
individual_data:"CreateIndividualDataInput",
|
|
organization_data:"CreateOrganizationDataInput",
|
|
type:"AccountType"
|
|
},
|
|
AddPaymentMethodInput:{
|
|
bank_transfer_data:"BankAccountInput",
|
|
sbp_data:"SbpDataInput"
|
|
},
|
|
AddTrustedAccountInput:{
|
|
|
|
},
|
|
AgendaGeneralMeetPointInput:{
|
|
|
|
},
|
|
AgendaGeneralMeetQuestion:{
|
|
|
|
},
|
|
AgendaMeet:{
|
|
|
|
},
|
|
AgreementFilter:{
|
|
created_from:"DateTime",
|
|
created_to:"DateTime",
|
|
statuses:"AgreementStatus"
|
|
},
|
|
AgreementInput:{
|
|
|
|
},
|
|
AgreementStatus: "enum" as const,
|
|
AgreementVarInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingAgendaGenerateDocumentInput:{
|
|
meet:"AgendaMeet",
|
|
questions:"AgendaGeneralMeetQuestion"
|
|
},
|
|
AnnualGeneralMeetingAgendaSignedDocumentInput:{
|
|
meta:"AnnualGeneralMeetingAgendaSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AnnualGeneralMeetingAgendaSignedMetaDocumentInput:{
|
|
meet:"AgendaMeet",
|
|
questions:"AgendaGeneralMeetQuestion"
|
|
},
|
|
AnnualGeneralMeetingDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingDecisionSignedDocumentInput:{
|
|
meta:"AnnualGeneralMeetingDecisionSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AnnualGeneralMeetingDecisionSignedMetaDocumentInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingNotificationGenerateDocumentInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingNotificationSignedDocumentInput:{
|
|
meta:"AnnualGeneralMeetingNotificationSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AnnualGeneralMeetingNotificationSignedMetaDocumentInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingSovietDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
AnnualGeneralMeetingVotingBallotGenerateDocumentInput:{
|
|
answers:"AnswerInput"
|
|
},
|
|
AnnualGeneralMeetingVotingBallotSignedDocumentInput:{
|
|
meta:"AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput:{
|
|
answers:"AnswerInput"
|
|
},
|
|
AnswerInput:{
|
|
|
|
},
|
|
ApprovalFilter:{
|
|
created_from:"DateTime",
|
|
created_to:"DateTime",
|
|
statuses:"ApprovalStatus"
|
|
},
|
|
ApprovalStatus: "enum" as const,
|
|
AssetContributionActGenerateDocumentInput:{
|
|
|
|
},
|
|
AssetContributionActSignedDocumentInput:{
|
|
meta:"AssetContributionActSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AssetContributionActSignedMetaDocumentInput:{
|
|
|
|
},
|
|
AssetContributionDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
AssetContributionStatementGenerateDocumentInput:{
|
|
request:"CommonRequestInput"
|
|
},
|
|
AssetContributionStatementSignedDocumentInput:{
|
|
meta:"AssetContributionStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
AssetContributionStatementSignedMetaDocumentInput:{
|
|
request:"CommonRequestInput"
|
|
},
|
|
AuthorizeDecisionInput:{
|
|
document:"SignedDigitalDocumentInput"
|
|
},
|
|
BankAccountDetailsInput:{
|
|
|
|
},
|
|
BankAccountInput:{
|
|
details:"BankAccountDetailsInput"
|
|
},
|
|
BuhotchSignerType: "enum" as const,
|
|
CalculateVotesInput:{
|
|
|
|
},
|
|
CalendarEntryStatus: "enum" as const,
|
|
CancelRequestInput:{
|
|
|
|
},
|
|
CandidateFilterInput:{
|
|
|
|
},
|
|
CandidateStatus: "enum" as const,
|
|
CapitalCommitFilter:{
|
|
status:"CommitStatus"
|
|
},
|
|
CapitalContributorFilter:{
|
|
status:"ContributorStatus"
|
|
},
|
|
CapitalCreateProgramExpenseInput:{
|
|
items:"ExpenseItemInput",
|
|
statement:"ExpenseProposalStatementSignedDocumentInput"
|
|
},
|
|
CapitalCycleFilter:{
|
|
status:"CycleStatus"
|
|
},
|
|
CapitalInvestFilter:{
|
|
status:"InvestStatus"
|
|
},
|
|
CapitalIssueFilter:{
|
|
priorities:"IssuePriority",
|
|
statuses:"IssueStatus"
|
|
},
|
|
CapitalLogFilterInput:{
|
|
date_from:"DateTime",
|
|
date_to:"DateTime",
|
|
event_types:"LogEventType"
|
|
},
|
|
CapitalOnboardingStep: "enum" as const,
|
|
CapitalOnboardingStepInput:{
|
|
step:"CapitalOnboardingStep"
|
|
},
|
|
CapitalProjectFilter:{
|
|
has_issues_with_priorities:"IssuePriority",
|
|
has_issues_with_statuses:"IssueStatus",
|
|
statuses:"ProjectStatus"
|
|
},
|
|
CapitalSegmentFilter:{
|
|
status:"SegmentStatus"
|
|
},
|
|
CapitalStoryContentFormat: "enum" as const,
|
|
CapitalStoryFilter:{
|
|
status:"StoryStatus"
|
|
},
|
|
CapitalTimeEntriesFilter:{
|
|
|
|
},
|
|
CapitalTimeStatsInput:{
|
|
|
|
},
|
|
CapitalTopupProgramExpenseInput:{
|
|
|
|
},
|
|
ChairmanOnboardingAgendaInput:{
|
|
step:"ChairmanOnboardingAgendaStep"
|
|
},
|
|
ChairmanOnboardingAgendaStep: "enum" as const,
|
|
ChairmanOnboardingGeneralMeetInput:{
|
|
|
|
},
|
|
CheckMatrixUsernameInput:{
|
|
|
|
},
|
|
CloseProjectInput:{
|
|
|
|
},
|
|
CommitApproveInput:{
|
|
|
|
},
|
|
CommitDeclineInput:{
|
|
|
|
},
|
|
CommitStatus: "enum" as const,
|
|
CommonRequestInput:{
|
|
|
|
},
|
|
CompleteCapitalRegistrationInputDTO:{
|
|
blagorost_agreement:"SignedDigitalDocumentInput",
|
|
generation_contract:"SignedDigitalDocumentInput",
|
|
generator_offer:"SignedDigitalDocumentInput",
|
|
storage_agreement:"SignedDigitalDocumentInput"
|
|
},
|
|
CompleteExtensionOnboardingStepInput:{
|
|
|
|
},
|
|
CompleteProcessStepInput:{
|
|
|
|
},
|
|
CompleteRequestInput:{
|
|
|
|
},
|
|
CompleteVotingInput:{
|
|
|
|
},
|
|
ComponentGenerationContractGenerateDocumentInput:{
|
|
|
|
},
|
|
ConfigInput:{
|
|
|
|
},
|
|
ConfirmAgreementInput:{
|
|
|
|
},
|
|
ConfirmApproveInput:{
|
|
approved_document:"SignedDigitalDocumentInput"
|
|
},
|
|
ConfirmReceiveOnRequestInput:{
|
|
document:"ReturnByAssetActSignedDocumentInput"
|
|
},
|
|
ConfirmSupplyOnRequestInput:{
|
|
document:"AssetContributionActSignedDocumentInput"
|
|
},
|
|
ContributorStatus: "enum" as const,
|
|
ConvertSegmentInput:{
|
|
convert_statement:"SignedDigitalDocumentInput"
|
|
},
|
|
ConvertToAxonStatementGenerateDocumentInput:{
|
|
|
|
},
|
|
ConvertToAxonStatementSignedDocumentInput:{
|
|
meta:"ConvertToAxonStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ConvertToAxonStatementSignedMetaDocumentInput:{
|
|
|
|
},
|
|
Country: "enum" as const,
|
|
CreateAnnualGeneralMeetInput:{
|
|
agenda:"AgendaGeneralMeetPointInput",
|
|
close_at:"DateTime",
|
|
open_at:"DateTime",
|
|
proposal:"AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
},
|
|
CreateBranchInput:{
|
|
|
|
},
|
|
CreateChatCoopCalendarEventInput:{
|
|
endsAt:"DateTime",
|
|
startsAt:"DateTime"
|
|
},
|
|
CreateChildOrderInput:{
|
|
document:"ReturnByAssetStatementSignedDocumentInput"
|
|
},
|
|
CreateCommitInput:{
|
|
data:"JSON"
|
|
},
|
|
CreateCycleInput:{
|
|
status:"CycleStatus"
|
|
},
|
|
CreateDebtInput:{
|
|
statement:"SignedDigitalDocumentInput"
|
|
},
|
|
CreateDepositPaymentInput:{
|
|
|
|
},
|
|
CreateEntrepreneurDataInput:{
|
|
bank_account:"BankAccountInput",
|
|
country:"Country",
|
|
details:"EntrepreneurDetailsInput"
|
|
},
|
|
CreateExpenseInput:{
|
|
statement:"SignedDigitalDocumentInput"
|
|
},
|
|
CreateExpenseProposalInput:{
|
|
callback:"ExpenseCallbackInput",
|
|
items:"ExpenseItemInput",
|
|
statement:"ExpenseProposalStatementSignedDocumentInput"
|
|
},
|
|
CreateIndividualDataInput:{
|
|
passport:"PassportInput"
|
|
},
|
|
CreateInitOrganizationDataInput:{
|
|
bank_account:"BankAccountInput",
|
|
details:"OrganizationDetailsInput",
|
|
represented_by:"RepresentedByInput",
|
|
type:"OrganizationType"
|
|
},
|
|
CreateInitialPaymentInput:{
|
|
|
|
},
|
|
CreateIssueInput:{
|
|
priority:"IssuePriority",
|
|
status:"IssueStatus"
|
|
},
|
|
CreateMatrixAccountInputDTO:{
|
|
|
|
},
|
|
CreateMembershipExitInput:{
|
|
statement:"MembershipExitApplicationSignedDocumentInput"
|
|
},
|
|
CreateOrganizationDataInput:{
|
|
bank_account:"BankAccountInput",
|
|
details:"OrganizationDetailsInput",
|
|
represented_by:"RepresentedByInput",
|
|
type:"OrganizationType"
|
|
},
|
|
CreateParentOfferInput:{
|
|
|
|
},
|
|
CreateProcessTemplateInput:{
|
|
|
|
},
|
|
CreateProgramInvestInput:{
|
|
statement:"ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"
|
|
},
|
|
CreateProgramPropertyInput:{
|
|
statement:"SignedDigitalDocumentInput"
|
|
},
|
|
CreateProjectFreeDecisionInput:{
|
|
|
|
},
|
|
CreateProjectInput:{
|
|
|
|
},
|
|
CreateProjectInvestInput:{
|
|
statement:"GenerationMoneyInvestStatementSignedDocumentInput"
|
|
},
|
|
CreateProjectPropertyInput:{
|
|
|
|
},
|
|
CreateSecretaryRoomInput:{
|
|
|
|
},
|
|
CreateSovietIndividualDataInput:{
|
|
passport:"PassportInput"
|
|
},
|
|
CreateStoryInput:{
|
|
content_format:"CapitalStoryContentFormat",
|
|
status:"StoryStatus"
|
|
},
|
|
CreateSubscriptionInput:{
|
|
subscription:"WebPushSubscriptionDataInput"
|
|
},
|
|
CreateWithdrawInput:{
|
|
statement:"ReturnByMoneySignedDocumentInput"
|
|
},
|
|
CurrentTableStatesFiltersInput:{
|
|
|
|
},
|
|
CycleStatus: "enum" as const,
|
|
DateTime: `scalar.DateTime` as const,
|
|
DeactivateSubscriptionInput:{
|
|
|
|
},
|
|
DebtFilter:{
|
|
|
|
},
|
|
DebtStatus: "enum" as const,
|
|
DeclineAgreementInput:{
|
|
|
|
},
|
|
DeclineApproveInput:{
|
|
|
|
},
|
|
DeclineDecisionInput:{
|
|
|
|
},
|
|
DeclineRequestInput:{
|
|
|
|
},
|
|
DeleteAccountInput:{
|
|
|
|
},
|
|
DeleteBranchInput:{
|
|
|
|
},
|
|
DeleteCapitalIssueByHashInput:{
|
|
|
|
},
|
|
DeleteCapitalStoryByHashInput:{
|
|
|
|
},
|
|
DeletePaymentMethodInput:{
|
|
|
|
},
|
|
DeleteProjectInput:{
|
|
|
|
},
|
|
DeleteTrustedAccountInput:{
|
|
|
|
},
|
|
DeliverOnRequestInput:{
|
|
|
|
},
|
|
DeltaFiltersInput:{
|
|
|
|
},
|
|
DisputeOnRequestInput:{
|
|
document:"JSONObject"
|
|
},
|
|
DocumentAction: "enum" as const,
|
|
EditBranchInput:{
|
|
|
|
},
|
|
EditContributorInput:{
|
|
|
|
},
|
|
EditProjectInput:{
|
|
|
|
},
|
|
EntrepreneurDetailsInput:{
|
|
|
|
},
|
|
ExpenseCallbackInput:{
|
|
|
|
},
|
|
ExpenseFileKind: "enum" as const,
|
|
ExpenseFilter:{
|
|
|
|
},
|
|
ExpenseItemInput:{
|
|
mechanics:"ExpenseMechanics",
|
|
recipient_type:"ExpenseRecipientType"
|
|
},
|
|
ExpenseItemStatus: "enum" as const,
|
|
ExpenseMechanics: "enum" as const,
|
|
ExpenseProposalDecisionBodyInput:{
|
|
|
|
},
|
|
ExpenseProposalDecisionGenerateDocumentInput:{
|
|
items:"ExpenseProposalDecisionItemInput",
|
|
proposal:"ExpenseProposalDecisionHeaderInput",
|
|
resolution:"ExpenseProposalDecisionBodyInput"
|
|
},
|
|
ExpenseProposalDecisionHeaderInput:{
|
|
|
|
},
|
|
ExpenseProposalDecisionItemInput:{
|
|
|
|
},
|
|
ExpenseProposalHeaderInput:{
|
|
|
|
},
|
|
ExpenseProposalItemInput:{
|
|
|
|
},
|
|
ExpenseProposalSignedItemInput:{
|
|
|
|
},
|
|
ExpenseProposalStatementGenerateDocumentInput:{
|
|
items:"ExpenseProposalItemInput",
|
|
proposal:"ExpenseProposalHeaderInput"
|
|
},
|
|
ExpenseProposalStatementSignedDocumentInput:{
|
|
meta:"ExpenseProposalStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ExpenseProposalStatementSignedMetaDocumentInput:{
|
|
items:"ExpenseProposalSignedItemInput",
|
|
proposal:"ExpenseProposalHeaderInput"
|
|
},
|
|
ExpenseProposalStatus: "enum" as const,
|
|
ExpenseRecipientType: "enum" as const,
|
|
ExpenseReportOutcome: "enum" as const,
|
|
ExpenseStatus: "enum" as const,
|
|
ExtendedMeetStatus: "enum" as const,
|
|
ExtensionInput:{
|
|
config:"JSON",
|
|
created_at:"DateTime",
|
|
updated_at:"DateTime"
|
|
},
|
|
FinalizeProjectInput:{
|
|
|
|
},
|
|
FreeDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
FundProgramInput:{
|
|
|
|
},
|
|
GenerateAnyDocumentInput:{
|
|
data:"JSON",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
GenerateCapitalRegistrationDocumentsInputDTO:{
|
|
|
|
},
|
|
GenerateDocumentInput:{
|
|
|
|
},
|
|
GenerateDocumentOptionsInput:{
|
|
|
|
},
|
|
GenerateRegistrationDocumentsInput:{
|
|
account_type:"AccountType"
|
|
},
|
|
GenerationContractGenerateDocumentInput:{
|
|
|
|
},
|
|
GenerationContractSignedDocumentInput:{
|
|
meta:"GenerationContractSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
GenerationContractSignedMetaDocumentInput:{
|
|
|
|
},
|
|
GenerationConvertStatementGenerateDocumentInput:{
|
|
|
|
},
|
|
GenerationMoneyInvestStatementGenerateDocumentInput:{
|
|
|
|
},
|
|
GenerationMoneyInvestStatementSignedDocumentInput:{
|
|
meta:"GenerationMoneyInvestStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
GenerationMoneyInvestStatementSignedMetaDocumentInput:{
|
|
|
|
},
|
|
GetAccountInput:{
|
|
|
|
},
|
|
GetAccountsInput:{
|
|
|
|
},
|
|
GetBranchesInput:{
|
|
|
|
},
|
|
GetCapitalCommitByHashInput:{
|
|
|
|
},
|
|
GetCapitalConfigInput:{
|
|
|
|
},
|
|
GetCapitalIssueByHashInput:{
|
|
|
|
},
|
|
GetCapitalIssueLogsInput:{
|
|
|
|
},
|
|
GetCapitalLogsInput:{
|
|
filter:"CapitalLogFilterInput",
|
|
pagination:"PaginationInput"
|
|
},
|
|
GetCapitalStoryByHashInput:{
|
|
|
|
},
|
|
GetContributorInput:{
|
|
|
|
},
|
|
GetDebtInput:{
|
|
|
|
},
|
|
GetDocumentsInput:{
|
|
actions:"DocumentAction",
|
|
filter:"JSON"
|
|
},
|
|
GetExpenseInput:{
|
|
|
|
},
|
|
GetExtensionLogsInput:{
|
|
createdFrom:"DateTime",
|
|
createdTo:"DateTime"
|
|
},
|
|
GetExtensionsInput:{
|
|
|
|
},
|
|
GetInstallationStatusInput:{
|
|
|
|
},
|
|
GetInvestInput:{
|
|
|
|
},
|
|
GetLedger2HistoryInput:{
|
|
dateFrom:"DateTime",
|
|
dateTo:"DateTime"
|
|
},
|
|
GetLedger2PostingsInput:{
|
|
dateFrom:"DateTime",
|
|
dateTo:"DateTime"
|
|
},
|
|
GetLedgerHistoryInput:{
|
|
|
|
},
|
|
GetLedgerInput:{
|
|
|
|
},
|
|
GetMaxOriginServerTsForRoomInput:{
|
|
|
|
},
|
|
GetMeetInput:{
|
|
|
|
},
|
|
GetMeetsInput:{
|
|
|
|
},
|
|
GetOneCoopDocumentsInput:{
|
|
|
|
},
|
|
GetPaymentMethodsInput:{
|
|
|
|
},
|
|
GetProjectCommunicationRoomsInput:{
|
|
|
|
},
|
|
GetProjectInput:{
|
|
|
|
},
|
|
GetProjectWithRelationsInput:{
|
|
|
|
},
|
|
GetResultInput:{
|
|
|
|
},
|
|
GetRoomMessagesForUtcDateInput:{
|
|
|
|
},
|
|
GetTranscriptionInput:{
|
|
|
|
},
|
|
GetTranscriptionsInput:{
|
|
|
|
},
|
|
GetUserSubscriptionsInput:{
|
|
|
|
},
|
|
GetVoteInput:{
|
|
|
|
},
|
|
ImportContributorInput:{
|
|
|
|
},
|
|
Init:{
|
|
organization_data:"CreateInitOrganizationDataInput"
|
|
},
|
|
Install:{
|
|
soviet:"SovietMemberInput",
|
|
vars:"SetVarsInput"
|
|
},
|
|
InstanceStatus: "enum" as const,
|
|
InvestStatus: "enum" as const,
|
|
IssuePriority: "enum" as const,
|
|
IssueStatus: "enum" as const,
|
|
JSON: `scalar.JSON` as const,
|
|
JSONObject: `scalar.JSONObject` as const,
|
|
ListReportDraftsFilterInput:{
|
|
reportType:"ReportType"
|
|
},
|
|
ListUtcDatesWithNewRoomMessagesInput:{
|
|
|
|
},
|
|
LogEntityType: "enum" as const,
|
|
LogEventType: "enum" as const,
|
|
LoginInput:{
|
|
|
|
},
|
|
LogoutInput:{
|
|
|
|
},
|
|
MakeClearanceInput:{
|
|
document:"SignedDigitalDocumentInput"
|
|
},
|
|
ManagedRoomKind: "enum" as const,
|
|
MarkReportPeriodInput:{
|
|
mark:"ReportSubmissionMark",
|
|
reportType:"ReportType"
|
|
},
|
|
MembershipExitApplicationGenerateDocumentInput:{
|
|
|
|
},
|
|
MembershipExitApplicationSignedDocumentInput:{
|
|
meta:"MembershipExitApplicationSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
MembershipExitApplicationSignedMetaDocumentInput:{
|
|
|
|
},
|
|
MembershipExitDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
MembershipExitStatus: "enum" as const,
|
|
ModerateRequestInput:{
|
|
|
|
},
|
|
MoveCapitalIssueToComponentInput:{
|
|
|
|
},
|
|
Mutation:{
|
|
acceptChildOrder:{
|
|
data:"AcceptChildOrderInput"
|
|
},
|
|
addParticipant:{
|
|
data:"AddParticipantInput"
|
|
},
|
|
addPaymentMethod:{
|
|
data:"AddPaymentMethodInput"
|
|
},
|
|
addTrustedAccount:{
|
|
data:"AddTrustedAccountInput"
|
|
},
|
|
authorizeDecision:{
|
|
data:"AuthorizeDecisionInput"
|
|
},
|
|
cancelMembershipExit:{
|
|
|
|
},
|
|
cancelRequest:{
|
|
data:"CancelRequestInput"
|
|
},
|
|
capitalAddAuthor:{
|
|
data:"AddAuthorInput"
|
|
},
|
|
capitalApproveCommit:{
|
|
data:"CommitApproveInput"
|
|
},
|
|
capitalCalculateVotes:{
|
|
data:"CalculateVotesInput"
|
|
},
|
|
capitalCloseProject:{
|
|
data:"CloseProjectInput"
|
|
},
|
|
capitalCompleteProcessStep:{
|
|
data:"CompleteProcessStepInput"
|
|
},
|
|
capitalCompleteRegistration:{
|
|
data:"CompleteCapitalRegistrationInputDTO"
|
|
},
|
|
capitalCompleteVoting:{
|
|
data:"CompleteVotingInput"
|
|
},
|
|
capitalConvertSegment:{
|
|
data:"ConvertSegmentInput"
|
|
},
|
|
capitalCreateCommit:{
|
|
data:"CreateCommitInput"
|
|
},
|
|
capitalCreateCycle:{
|
|
data:"CreateCycleInput"
|
|
},
|
|
capitalCreateDebt:{
|
|
data:"CreateDebtInput"
|
|
},
|
|
capitalCreateExpense:{
|
|
data:"CreateExpenseInput"
|
|
},
|
|
capitalCreateIssue:{
|
|
data:"CreateIssueInput"
|
|
},
|
|
capitalCreateProcessTemplate:{
|
|
data:"CreateProcessTemplateInput"
|
|
},
|
|
capitalCreateProgramExpense:{
|
|
data:"CapitalCreateProgramExpenseInput"
|
|
},
|
|
capitalCreateProgramInvest:{
|
|
data:"CreateProgramInvestInput"
|
|
},
|
|
capitalCreateProgramProperty:{
|
|
data:"CreateProgramPropertyInput"
|
|
},
|
|
capitalCreateProject:{
|
|
data:"CreateProjectInput"
|
|
},
|
|
capitalCreateProjectInvest:{
|
|
data:"CreateProjectInvestInput"
|
|
},
|
|
capitalCreateProjectProperty:{
|
|
data:"CreateProjectPropertyInput"
|
|
},
|
|
capitalCreateStory:{
|
|
data:"CreateStoryInput"
|
|
},
|
|
capitalDeclineCommit:{
|
|
data:"CommitDeclineInput"
|
|
},
|
|
capitalDeleteIssue:{
|
|
data:"DeleteCapitalIssueByHashInput"
|
|
},
|
|
capitalDeleteProcessTemplate:{
|
|
|
|
},
|
|
capitalDeleteProject:{
|
|
data:"DeleteProjectInput"
|
|
},
|
|
capitalDeleteStory:{
|
|
data:"DeleteCapitalStoryByHashInput"
|
|
},
|
|
capitalEditContributor:{
|
|
data:"EditContributorInput"
|
|
},
|
|
capitalEditProject:{
|
|
data:"EditProjectInput"
|
|
},
|
|
capitalFinalizeProject:{
|
|
data:"FinalizeProjectInput"
|
|
},
|
|
capitalFundProgram:{
|
|
data:"FundProgramInput"
|
|
},
|
|
capitalGenerateCapitalizationAgreement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateCapitalizationMoneyInvestStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateCapitalizationPropertyInvestAct:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateCapitalizationPropertyInvestDecision:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateCapitalizationPropertyInvestStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateCapitalizationToMainWalletConvertStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateComponentGenerationContract:{
|
|
data:"ComponentGenerationContractGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateExpenseDecision:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateExpenseStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationContract:{
|
|
data:"GenerationContractGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationConvertStatement:{
|
|
data:"GenerationConvertStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationMoneyInvestStatement:{
|
|
data:"GenerationMoneyInvestStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationPropertyInvestAct:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationPropertyInvestDecision:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGenerationPropertyInvestStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGetLoanDecision:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateGetLoanStatement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateProgramMoneyInvestStatement:{
|
|
data:"ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateProjectGenerationContract:{
|
|
data:"ProjectGenerationContractGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateRegistrationDocuments:{
|
|
data:"GenerateCapitalRegistrationDocumentsInputDTO"
|
|
},
|
|
capitalGenerateResultContributionAct:{
|
|
data:"ResultContributionActGenerateInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateResultContributionDecision:{
|
|
data:"ResultContributionDecisionGenerateInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalGenerateResultContributionStatement:{
|
|
data:"ResultContributionStatementGenerateInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
capitalImportContributor:{
|
|
data:"ImportContributorInput"
|
|
},
|
|
capitalMakeClearance:{
|
|
data:"MakeClearanceInput"
|
|
},
|
|
capitalMoveIssueToComponent:{
|
|
data:"MoveCapitalIssueToComponentInput"
|
|
},
|
|
capitalOpenProject:{
|
|
data:"OpenProjectInput"
|
|
},
|
|
capitalPushResult:{
|
|
data:"PushResultInput"
|
|
},
|
|
capitalRefreshProgram:{
|
|
data:"RefreshProgramInput"
|
|
},
|
|
capitalRefreshSegment:{
|
|
data:"RefreshSegmentInput"
|
|
},
|
|
capitalRegisterContributor:{
|
|
data:"RegisterContributorInput"
|
|
},
|
|
capitalSetConfig:{
|
|
data:"SetConfigInput"
|
|
},
|
|
capitalSetMaster:{
|
|
data:"SetMasterInput"
|
|
},
|
|
capitalSetPlan:{
|
|
data:"SetPlanInput"
|
|
},
|
|
capitalSetProjectDevelopmentRepositoryUrl:{
|
|
data:"SetCapitalProjectDevelopmentRepositoryUrlInput"
|
|
},
|
|
capitalSignActAsChairman:{
|
|
data:"SignActAsChairmanInput"
|
|
},
|
|
capitalSignActAsContributor:{
|
|
data:"SignActAsContributorInput"
|
|
},
|
|
capitalStartProcess:{
|
|
data:"StartProcessInput"
|
|
},
|
|
capitalStartProject:{
|
|
data:"StartProjectInput"
|
|
},
|
|
capitalStartVoting:{
|
|
data:"StartVotingInput"
|
|
},
|
|
capitalStopProject:{
|
|
data:"StopProjectInput"
|
|
},
|
|
capitalSubmitVote:{
|
|
data:"SubmitVoteInput"
|
|
},
|
|
capitalTopupProgramExpensePool:{
|
|
data:"CapitalTopupProgramExpenseInput"
|
|
},
|
|
capitalUpdateIssue:{
|
|
data:"UpdateIssueInput"
|
|
},
|
|
capitalUpdateProcessTemplate:{
|
|
data:"UpdateProcessTemplateInput"
|
|
},
|
|
capitalUpdateStory:{
|
|
data:"UpdateStoryInput"
|
|
},
|
|
chairmanConfirmApprove:{
|
|
data:"ConfirmApproveInput"
|
|
},
|
|
chairmanDeclineApprove:{
|
|
data:"DeclineApproveInput"
|
|
},
|
|
chatcoopCreateAccount:{
|
|
data:"CreateMatrixAccountInputDTO"
|
|
},
|
|
chatcoopCreateCalendarEvent:{
|
|
data:"CreateChatCoopCalendarEventInput"
|
|
},
|
|
chatcoopCreateSecretaryRoom:{
|
|
data:"CreateSecretaryRoomInput"
|
|
},
|
|
chatcoopDeleteCalendarEvent:{
|
|
|
|
},
|
|
chatcoopRemoveSecretaryRoom:{
|
|
data:"RemoveSecretaryRoomInput"
|
|
},
|
|
chatcoopUpdateCalendarEvent:{
|
|
data:"UpdateChatCoopCalendarEventInput"
|
|
},
|
|
chatcoopUpdateTranscriptionMemo:{
|
|
data:"UpdateCallTranscriptionMemoInput"
|
|
},
|
|
completeCapitalOnboardingStep:{
|
|
data:"CapitalOnboardingStepInput"
|
|
},
|
|
completeChairmanAgendaStep:{
|
|
data:"ChairmanOnboardingAgendaInput"
|
|
},
|
|
completeChairmanGeneralMeetStep:{
|
|
data:"ChairmanOnboardingGeneralMeetInput"
|
|
},
|
|
completeExtensionOnboardingStep:{
|
|
data:"CompleteExtensionOnboardingStepInput"
|
|
},
|
|
completeRequest:{
|
|
data:"CompleteRequestInput"
|
|
},
|
|
confirmAgreement:{
|
|
data:"ConfirmAgreementInput"
|
|
},
|
|
confirmMembershipExit:{
|
|
|
|
},
|
|
confirmReceiveOnRequest:{
|
|
data:"ConfirmReceiveOnRequestInput"
|
|
},
|
|
confirmSupplyOnRequest:{
|
|
data:"ConfirmSupplyOnRequestInput"
|
|
},
|
|
createAnnualGeneralMeet:{
|
|
data:"CreateAnnualGeneralMeetInput"
|
|
},
|
|
createBranch:{
|
|
data:"CreateBranchInput"
|
|
},
|
|
createChildOrder:{
|
|
data:"CreateChildOrderInput"
|
|
},
|
|
createDepositPayment:{
|
|
data:"CreateDepositPaymentInput"
|
|
},
|
|
createExpenseProposal:{
|
|
data:"CreateExpenseProposalInput"
|
|
},
|
|
createInitialPayment:{
|
|
data:"CreateInitialPaymentInput"
|
|
},
|
|
createMembershipExit:{
|
|
data:"CreateMembershipExitInput"
|
|
},
|
|
createParentOffer:{
|
|
data:"CreateParentOfferInput"
|
|
},
|
|
createProjectOfFreeDecision:{
|
|
data:"CreateProjectFreeDecisionInput"
|
|
},
|
|
createWebPushSubscription:{
|
|
data:"CreateSubscriptionInput"
|
|
},
|
|
createWithdraw:{
|
|
data:"CreateWithdrawInput"
|
|
},
|
|
deactivateWebPushSubscriptionById:{
|
|
data:"DeactivateSubscriptionInput"
|
|
},
|
|
declineAgreement:{
|
|
data:"DeclineAgreementInput"
|
|
},
|
|
declineDecision:{
|
|
data:"DeclineDecisionInput"
|
|
},
|
|
declineRequest:{
|
|
data:"DeclineRequestInput"
|
|
},
|
|
deleteAccount:{
|
|
data:"DeleteAccountInput"
|
|
},
|
|
deleteBranch:{
|
|
data:"DeleteBranchInput"
|
|
},
|
|
deletePaymentMethod:{
|
|
data:"DeletePaymentMethodInput"
|
|
},
|
|
deleteReportDraft:{
|
|
|
|
},
|
|
deleteTrustedAccount:{
|
|
data:"DeleteTrustedAccountInput"
|
|
},
|
|
deliverOnRequest:{
|
|
data:"DeliverOnRequestInput"
|
|
},
|
|
disputeOnRequest:{
|
|
data:"DisputeOnRequestInput"
|
|
},
|
|
editBranch:{
|
|
data:"EditBranchInput"
|
|
},
|
|
generateAnnualGeneralMeetAgendaDocument:{
|
|
data:"AnnualGeneralMeetingAgendaGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateAnnualGeneralMeetDecisionDocument:{
|
|
data:"AnnualGeneralMeetingDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateAnnualGeneralMeetNotificationDocument:{
|
|
data:"AnnualGeneralMeetingNotificationGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateAssetContributionAct:{
|
|
data:"AssetContributionActGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateAssetContributionDecision:{
|
|
data:"AssetContributionDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateAssetContributionStatement:{
|
|
data:"AssetContributionStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateBallotForAnnualGeneralMeetDocument:{
|
|
data:"AnnualGeneralMeetingVotingBallotGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateConvertToAxonStatement:{
|
|
data:"ConvertToAxonStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateDocument:{
|
|
input:"GenerateAnyDocumentInput"
|
|
},
|
|
generateExpenseProposalDecisionDocument:{
|
|
data:"ExpenseProposalDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateExpenseProposalStatementDocument:{
|
|
data:"ExpenseProposalStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateFreeDecision:{
|
|
data:"FreeDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateMembershipExitApplication:{
|
|
data:"MembershipExitApplicationGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateMembershipExitDecision:{
|
|
data:"MembershipExitDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateParticipantApplication:{
|
|
data:"ParticipantApplicationGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateParticipantApplicationDecision:{
|
|
data:"ParticipantApplicationDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generatePrivacyAgreement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateProjectOfFreeDecision:{
|
|
data:"ProjectFreeDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateRegistrationDocuments:{
|
|
data:"GenerateRegistrationDocumentsInput"
|
|
},
|
|
generateReportFromEdits:{
|
|
reportType:"ReportType"
|
|
},
|
|
generateReturnByAssetAct:{
|
|
data:"ReturnByAssetActGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateReturnByAssetDecision:{
|
|
data:"ReturnByAssetDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateReturnByAssetStatement:{
|
|
data:"ReturnByAssetStatementGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateReturnByMoneyDecisionDocument:{
|
|
data:"ReturnByMoneyDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateReturnByMoneyStatementDocument:{
|
|
data:"ReturnByMoneyGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateSelectBranchDocument:{
|
|
data:"SelectBranchGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateSignatureAgreement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateSovietDecisionOnAnnualMeetDocument:{
|
|
data:"AnnualGeneralMeetingSovietDecisionGenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateUserAgreement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
generateWalletAgreement:{
|
|
data:"GenerateDocumentInput",
|
|
options:"GenerateDocumentOptionsInput"
|
|
},
|
|
initSystem:{
|
|
data:"Init"
|
|
},
|
|
installExtension:{
|
|
data:"ExtensionInput"
|
|
},
|
|
installSystem:{
|
|
data:"Install"
|
|
},
|
|
login:{
|
|
data:"LoginInput"
|
|
},
|
|
logout:{
|
|
data:"LogoutInput"
|
|
},
|
|
markAllNotificationsRead:{
|
|
|
|
},
|
|
markNotificationRead:{
|
|
|
|
},
|
|
markReportPeriod:{
|
|
data:"MarkReportPeriodInput"
|
|
},
|
|
moderateRequest:{
|
|
data:"ModerateRequestInput"
|
|
},
|
|
notifyOnAnnualGeneralMeet:{
|
|
data:"NotifyOnAnnualGeneralMeetInput"
|
|
},
|
|
overspendExpenseItem:{
|
|
data:"OverspendExpenseItemInput"
|
|
},
|
|
payExpenseItem:{
|
|
data:"PayExpenseItemInput"
|
|
},
|
|
processConvertToAxonStatement:{
|
|
data:"ProcessConvertToAxonStatementInput"
|
|
},
|
|
prohibitRequest:{
|
|
data:"ProhibitRequestInput"
|
|
},
|
|
publishProjectOfFreeDecision:{
|
|
data:"PublishProjectFreeDecisionInput"
|
|
},
|
|
publishRequest:{
|
|
data:"PublishRequestInput"
|
|
},
|
|
receiveOnRequest:{
|
|
data:"ReceiveOnRequestInput"
|
|
},
|
|
refresh:{
|
|
data:"RefreshInput"
|
|
},
|
|
registerAccount:{
|
|
data:"RegisterAccountInput"
|
|
},
|
|
registerParticipant:{
|
|
data:"RegisterParticipantInput"
|
|
},
|
|
reportExpenseItem:{
|
|
data:"ReportExpenseItemInput"
|
|
},
|
|
resendNotification:{
|
|
|
|
},
|
|
resetKey:{
|
|
data:"ResetKeyInput"
|
|
},
|
|
restartAnnualGeneralMeet:{
|
|
data:"RestartAnnualGeneralMeetInput"
|
|
},
|
|
returnExpenseItem:{
|
|
data:"ReturnExpenseItemInput"
|
|
},
|
|
saveReportDraft:{
|
|
input:"SaveReportDraftInput"
|
|
},
|
|
selectBranch:{
|
|
data:"SelectBranchInput"
|
|
},
|
|
sendAgreement:{
|
|
data:"SendAgreementInput"
|
|
},
|
|
setPaymentStatus:{
|
|
data:"SetPaymentStatusInput"
|
|
},
|
|
setWif:{
|
|
data:"SetWifInput"
|
|
},
|
|
signByPresiderOnAnnualGeneralMeet:{
|
|
data:"SignByPresiderOnAnnualGeneralMeetInput"
|
|
},
|
|
signBySecretaryOnAnnualGeneralMeet:{
|
|
data:"SignBySecretaryOnAnnualGeneralMeetInput"
|
|
},
|
|
startInstall:{
|
|
data:"StartInstallInput"
|
|
},
|
|
startResetKey:{
|
|
data:"StartResetKeyInput"
|
|
},
|
|
submitExpenseReport:{
|
|
data:"SubmitExpenseReportInput"
|
|
},
|
|
supplyOnRequest:{
|
|
data:"SupplyOnRequestInput"
|
|
},
|
|
triggerNotificationWorkflow:{
|
|
data:"TriggerNotificationWorkflowInput"
|
|
},
|
|
uninstallExtension:{
|
|
data:"UninstallExtensionInput"
|
|
},
|
|
unpublishRequest:{
|
|
data:"UnpublishRequestInput"
|
|
},
|
|
updateAccount:{
|
|
data:"UpdateAccountInput"
|
|
},
|
|
updateBankAccount:{
|
|
data:"UpdateBankAccountInput"
|
|
},
|
|
updateExtension:{
|
|
data:"ExtensionInput"
|
|
},
|
|
updateReportRequisites:{
|
|
input:"UpdateReportRequisitesInput"
|
|
},
|
|
updateRequest:{
|
|
data:"UpdateRequestInput"
|
|
},
|
|
updateSettings:{
|
|
data:"UpdateSettingsInput"
|
|
},
|
|
updateSystem:{
|
|
data:"Update"
|
|
},
|
|
uploadExpenseFile:{
|
|
data:"UploadExpenseFileInput"
|
|
},
|
|
uploadPaymentProof:{
|
|
data:"UploadPaymentProofInput"
|
|
},
|
|
verifyEmail:{
|
|
data:"VerifyEmailInputDTO"
|
|
},
|
|
voteOnAnnualGeneralMeet:{
|
|
data:"VoteOnAnnualGeneralMeetInput"
|
|
},
|
|
walmoveWallets:{
|
|
input:"WalmoveInput"
|
|
}
|
|
},
|
|
NonProjectRoomKind: "enum" as const,
|
|
NotificationChannel: "enum" as const,
|
|
NotificationDeliveryStatus: "enum" as const,
|
|
NotificationOutboxStatus: "enum" as const,
|
|
NotificationWorkflowRecipientInput:{
|
|
|
|
},
|
|
NotificationsFilterInput:{
|
|
channel:"NotificationChannel",
|
|
status:"NotificationOutboxStatus"
|
|
},
|
|
NotifyOnAnnualGeneralMeetInput:{
|
|
notification:"AnnualGeneralMeetingNotificationSignedDocumentInput"
|
|
},
|
|
OpenProjectInput:{
|
|
|
|
},
|
|
OrganizationDetailsInput:{
|
|
|
|
},
|
|
OrganizationType: "enum" as const,
|
|
OverspendExpenseItemInput:{
|
|
|
|
},
|
|
PaginationInput:{
|
|
|
|
},
|
|
ParticipantApplicationDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
ParticipantApplicationGenerateDocumentInput:{
|
|
|
|
},
|
|
ParticipantApplicationSignedDocumentInput:{
|
|
meta:"ParticipantApplicationSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ParticipantApplicationSignedMetaDocumentInput:{
|
|
|
|
},
|
|
PassportInput:{
|
|
|
|
},
|
|
PayExpenseItemInput:{
|
|
|
|
},
|
|
PaymentDirection: "enum" as const,
|
|
PaymentFileKind: "enum" as const,
|
|
PaymentFiltersInput:{
|
|
direction:"PaymentDirection",
|
|
status:"PaymentStatus",
|
|
type:"PaymentType"
|
|
},
|
|
PaymentStatus: "enum" as const,
|
|
PaymentType: "enum" as const,
|
|
ProcessConvertToAxonStatementInput:{
|
|
signedDocument:"ConvertToAxonStatementSignedDocumentInput"
|
|
},
|
|
ProcessEdgeInput:{
|
|
|
|
},
|
|
ProcessInstanceStatus: "enum" as const,
|
|
ProcessStepPositionInput:{
|
|
|
|
},
|
|
ProcessStepStatus: "enum" as const,
|
|
ProcessStepTemplateInput:{
|
|
position:"ProcessStepPositionInput"
|
|
},
|
|
ProcessTemplateStatus: "enum" as const,
|
|
ProcessesFilter:{
|
|
|
|
},
|
|
ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput:{
|
|
|
|
},
|
|
ProgramCapitalizationMoneyInvestStatementSignedDocumentInput:{
|
|
meta:"ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput:{
|
|
|
|
},
|
|
ProgramKey: "enum" as const,
|
|
ProgramType: "enum" as const,
|
|
ProgramWalletFilterInput:{
|
|
program_type:"ProgramType"
|
|
},
|
|
ProhibitRequestInput:{
|
|
|
|
},
|
|
ProjectFreeDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
ProjectFreeDecisionSignedDocumentInput:{
|
|
meta:"ProjectFreeDecisionSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ProjectFreeDecisionSignedMetaDocumentInput:{
|
|
|
|
},
|
|
ProjectGenerationContractGenerateDocumentInput:{
|
|
|
|
},
|
|
ProjectStatus: "enum" as const,
|
|
PublishProjectFreeDecisionInput:{
|
|
document:"ProjectFreeDecisionSignedDocumentInput"
|
|
},
|
|
PublishRequestInput:{
|
|
|
|
},
|
|
PushResultInput:{
|
|
statement:"SignedDigitalDocumentInput"
|
|
},
|
|
Query:{
|
|
agreementTemplates:{
|
|
|
|
},
|
|
agreements:{
|
|
filter:"AgreementFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
buildInitialReportEdits:{
|
|
reportType:"ReportType"
|
|
},
|
|
candidates:{
|
|
filter:"CandidateFilterInput",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalCandidates:{
|
|
filter:"CandidateFilterInput",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalCommit:{
|
|
data:"GetCapitalCommitByHashInput"
|
|
},
|
|
capitalCommits:{
|
|
filter:"CapitalCommitFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalContributor:{
|
|
data:"GetContributorInput"
|
|
},
|
|
capitalContributors:{
|
|
filter:"CapitalContributorFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalCycles:{
|
|
filter:"CapitalCycleFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalDebt:{
|
|
data:"GetDebtInput"
|
|
},
|
|
capitalDebts:{
|
|
filter:"DebtFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalExpense:{
|
|
data:"GetExpenseInput"
|
|
},
|
|
capitalExpenses:{
|
|
filter:"ExpenseFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalGetProcessInstance:{
|
|
|
|
},
|
|
capitalGetProcessInstances:{
|
|
|
|
},
|
|
capitalGetProcessTemplate:{
|
|
|
|
},
|
|
capitalGetProcessTemplates:{
|
|
|
|
},
|
|
capitalInvest:{
|
|
data:"GetInvestInput"
|
|
},
|
|
capitalInvests:{
|
|
filter:"CapitalInvestFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalIssue:{
|
|
data:"GetCapitalIssueByHashInput"
|
|
},
|
|
capitalIssues:{
|
|
filter:"CapitalIssueFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalProgramExpense:{
|
|
|
|
},
|
|
capitalProgramExpenses:{
|
|
options:"PaginationInput"
|
|
},
|
|
capitalProject:{
|
|
data:"GetProjectInput"
|
|
},
|
|
capitalProjectWithRelations:{
|
|
data:"GetProjectWithRelationsInput"
|
|
},
|
|
capitalProjects:{
|
|
filter:"CapitalProjectFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalResult:{
|
|
data:"GetResultInput"
|
|
},
|
|
capitalResults:{
|
|
filter:"ResultFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalSegment:{
|
|
filter:"CapitalSegmentFilter"
|
|
},
|
|
capitalSegments:{
|
|
filter:"CapitalSegmentFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalState:{
|
|
data:"GetCapitalConfigInput"
|
|
},
|
|
capitalStories:{
|
|
filter:"CapitalStoryFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalStory:{
|
|
data:"GetCapitalStoryByHashInput"
|
|
},
|
|
capitalTimeEntries:{
|
|
filter:"CapitalTimeEntriesFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalTimeEntriesByIssues:{
|
|
filter:"CapitalTimeEntriesFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalTimeStats:{
|
|
data:"CapitalTimeStatsInput",
|
|
options:"PaginationInput"
|
|
},
|
|
capitalVote:{
|
|
data:"GetVoteInput"
|
|
},
|
|
capitalVotes:{
|
|
filter:"VoteFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
chairmanApproval:{
|
|
|
|
},
|
|
chairmanApprovals:{
|
|
filter:"ApprovalFilter",
|
|
options:"PaginationInput"
|
|
},
|
|
chatcoopCheckUsernameAvailability:{
|
|
data:"CheckMatrixUsernameInput"
|
|
},
|
|
chatcoopGetMaxOriginServerTsForRoom:{
|
|
data:"GetMaxOriginServerTsForRoomInput"
|
|
},
|
|
chatcoopGetRoomMessagesForUtcDate:{
|
|
data:"GetRoomMessagesForUtcDateInput"
|
|
},
|
|
chatcoopGetTranscription:{
|
|
data:"GetTranscriptionInput"
|
|
},
|
|
chatcoopGetTranscriptions:{
|
|
data:"GetTranscriptionsInput"
|
|
},
|
|
chatcoopListProjectCommunicationRooms:{
|
|
data:"GetProjectCommunicationRoomsInput"
|
|
},
|
|
chatcoopListUtcDatesWithNewRoomMessages:{
|
|
data:"ListUtcDatesWithNewRoomMessagesInput"
|
|
},
|
|
checkReportReadiness:{
|
|
reportType:"ReportType"
|
|
},
|
|
cooperativeAgreements:{
|
|
|
|
},
|
|
cooperativePrograms:{
|
|
|
|
},
|
|
expenseFile:{
|
|
|
|
},
|
|
expenseFilesByItem:{
|
|
|
|
},
|
|
expenseFilesByProposal:{
|
|
|
|
},
|
|
expenseProposal:{
|
|
|
|
},
|
|
expenseProposalsByCooperative:{
|
|
options:"PaginationInput"
|
|
},
|
|
expenseProposalsByMember:{
|
|
options:"PaginationInput"
|
|
},
|
|
expenseRequisitesByProposal:{
|
|
|
|
},
|
|
getAccount:{
|
|
data:"GetAccountInput"
|
|
},
|
|
getAccounts:{
|
|
data:"GetAccountsInput",
|
|
options:"PaginationInput"
|
|
},
|
|
getActions:{
|
|
filters:"ActionFiltersInput",
|
|
pagination:"PaginationInput"
|
|
},
|
|
getBranches:{
|
|
data:"GetBranchesInput"
|
|
},
|
|
getCapitalIssueLogs:{
|
|
data:"GetCapitalIssueLogsInput",
|
|
options:"PaginationInput"
|
|
},
|
|
getCapitalProjectLogs:{
|
|
data:"GetCapitalLogsInput"
|
|
},
|
|
getCurrentTableStates:{
|
|
filters:"CurrentTableStatesFiltersInput",
|
|
pagination:"PaginationInput"
|
|
},
|
|
getDeltas:{
|
|
filters:"DeltaFiltersInput",
|
|
pagination:"PaginationInput"
|
|
},
|
|
getDocuments:{
|
|
data:"GetDocumentsInput"
|
|
},
|
|
getExtensionLogs:{
|
|
data:"GetExtensionLogsInput",
|
|
options:"PaginationInput"
|
|
},
|
|
getExtensionOnboardingState:{
|
|
|
|
},
|
|
getExtensions:{
|
|
data:"GetExtensionsInput"
|
|
},
|
|
getInboxNotifications:{
|
|
pagination:"PaginationInput"
|
|
},
|
|
getInstallationStatus:{
|
|
data:"GetInstallationStatusInput"
|
|
},
|
|
getLedger:{
|
|
data:"GetLedgerInput"
|
|
},
|
|
getLedger2Accounts:{
|
|
|
|
},
|
|
getLedger2History:{
|
|
input:"GetLedger2HistoryInput"
|
|
},
|
|
getLedger2Postings:{
|
|
input:"GetLedger2PostingsInput"
|
|
},
|
|
getLedger2Wallets:{
|
|
|
|
},
|
|
getLedgerHistory:{
|
|
data:"GetLedgerHistoryInput"
|
|
},
|
|
getMeet:{
|
|
data:"GetMeetInput"
|
|
},
|
|
getMeets:{
|
|
data:"GetMeetsInput"
|
|
},
|
|
getNotification:{
|
|
|
|
},
|
|
getNotifications:{
|
|
filter:"NotificationsFilterInput",
|
|
pagination:"PaginationInput"
|
|
},
|
|
getPaymentMethods:{
|
|
data:"GetPaymentMethodsInput"
|
|
},
|
|
getPayments:{
|
|
data:"PaymentFiltersInput",
|
|
options:"PaginationInput"
|
|
},
|
|
getProgramWallet:{
|
|
filter:"ProgramWalletFilterInput"
|
|
},
|
|
getProgramWallets:{
|
|
filter:"ProgramWalletFilterInput",
|
|
options:"PaginationInput"
|
|
},
|
|
getProviderSubscriptionById:{
|
|
|
|
},
|
|
getRegistrationAgreements:{
|
|
account_type:"AccountType"
|
|
},
|
|
getRegistrationConfig:{
|
|
account_type:"AccountType"
|
|
},
|
|
getReport:{
|
|
|
|
},
|
|
getReportCalendar:{
|
|
|
|
},
|
|
getReportDraft:{
|
|
reportType:"ReportType"
|
|
},
|
|
getReportHistory:{
|
|
filter:"ReportHistoryFilterInput"
|
|
},
|
|
getReportPreview:{
|
|
input:"ReportPreviewInput"
|
|
},
|
|
getUnreadNotificationsCount:{
|
|
|
|
},
|
|
getUserWebPushSubscriptions:{
|
|
data:"GetUserSubscriptionsInput"
|
|
},
|
|
listReportDrafts:{
|
|
filter:"ListReportDraftsFilterInput"
|
|
},
|
|
membershipExit:{
|
|
|
|
},
|
|
membershipExitReturnPreview:{
|
|
|
|
},
|
|
onecoopGetDocuments:{
|
|
data:"GetOneCoopDocumentsInput"
|
|
},
|
|
paymentFile:{
|
|
|
|
},
|
|
paymentProofs:{
|
|
|
|
},
|
|
process:{
|
|
|
|
},
|
|
processes:{
|
|
filter:"ProcessesFilter",
|
|
pagination:"PaginationInput"
|
|
},
|
|
searchDocuments:{
|
|
data:"SearchDocumentsInput"
|
|
},
|
|
searchPrivateAccounts:{
|
|
data:"SearchPrivateAccountsInput"
|
|
},
|
|
validateReportEdits:{
|
|
reportType:"ReportType"
|
|
}
|
|
},
|
|
ReceiveOnRequestInput:{
|
|
document:"ReturnByAssetActSignedDocumentInput"
|
|
},
|
|
RefreshInput:{
|
|
|
|
},
|
|
RefreshProgramInput:{
|
|
|
|
},
|
|
RefreshSegmentInput:{
|
|
|
|
},
|
|
RegisterAccountInput:{
|
|
entrepreneur_data:"CreateEntrepreneurDataInput",
|
|
individual_data:"CreateIndividualDataInput",
|
|
organization_data:"CreateOrganizationDataInput",
|
|
type:"AccountType"
|
|
},
|
|
RegisterContributorInput:{
|
|
contract:"GenerationContractSignedDocumentInput"
|
|
},
|
|
RegisterParticipantInput:{
|
|
blagorost_offer:"SignedDigitalDocumentInput",
|
|
generator_offer:"SignedDigitalDocumentInput",
|
|
privacy_agreement:"SignedDigitalDocumentInput",
|
|
program_key:"ProgramKey",
|
|
signature_agreement:"SignedDigitalDocumentInput",
|
|
statement:"ParticipantApplicationSignedDocumentInput",
|
|
user_agreement:"SignedDigitalDocumentInput",
|
|
wallet_agreement:"SignedDigitalDocumentInput"
|
|
},
|
|
RemoveSecretaryRoomInput:{
|
|
|
|
},
|
|
ReportExpenseItemInput:{
|
|
|
|
},
|
|
ReportHistoryFilterInput:{
|
|
reportType:"ReportType"
|
|
},
|
|
ReportPreviewInput:{
|
|
reportType:"ReportType"
|
|
},
|
|
ReportSubmissionMark: "enum" as const,
|
|
ReportType: "enum" as const,
|
|
RepresentedByInput:{
|
|
|
|
},
|
|
RequisiteSource: "enum" as const,
|
|
ResetKeyInput:{
|
|
|
|
},
|
|
RestartAnnualGeneralMeetInput:{
|
|
new_close_at:"DateTime",
|
|
new_open_at:"DateTime",
|
|
newproposal:"AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
},
|
|
ResultContributionActGenerateInput:{
|
|
|
|
},
|
|
ResultContributionDecisionGenerateInput:{
|
|
|
|
},
|
|
ResultContributionStatementGenerateInput:{
|
|
|
|
},
|
|
ResultFilter:{
|
|
|
|
},
|
|
ResultStatus: "enum" as const,
|
|
ReturnByAssetActGenerateDocumentInput:{
|
|
|
|
},
|
|
ReturnByAssetActSignedDocumentInput:{
|
|
meta:"ReturnByAssetActSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ReturnByAssetActSignedMetaDocumentInput:{
|
|
|
|
},
|
|
ReturnByAssetDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
ReturnByAssetStatementGenerateDocumentInput:{
|
|
request:"CommonRequestInput"
|
|
},
|
|
ReturnByAssetStatementSignedDocumentInput:{
|
|
meta:"ReturnByAssetStatementSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ReturnByAssetStatementSignedMetaDocumentInput:{
|
|
request:"CommonRequestInput"
|
|
},
|
|
ReturnByMoneyDecisionGenerateDocumentInput:{
|
|
|
|
},
|
|
ReturnByMoneyGenerateDocumentInput:{
|
|
|
|
},
|
|
ReturnByMoneySignedDocumentInput:{
|
|
meta:"ReturnByMoneySignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
ReturnByMoneySignedMetaDocumentInput:{
|
|
|
|
},
|
|
ReturnExpenseItemInput:{
|
|
|
|
},
|
|
RoomMessageKind: "enum" as const,
|
|
SaveReportDraftInput:{
|
|
reportType:"ReportType"
|
|
},
|
|
SbpDataInput:{
|
|
|
|
},
|
|
SearchDocumentsInput:{
|
|
|
|
},
|
|
SearchPrivateAccountsInput:{
|
|
|
|
},
|
|
SegmentStatus: "enum" as const,
|
|
SelectBranchGenerateDocumentInput:{
|
|
|
|
},
|
|
SelectBranchInput:{
|
|
document:"SelectBranchSignedDocumentInput"
|
|
},
|
|
SelectBranchSignedDocumentInput:{
|
|
meta:"SelectBranchSignedMetaDocumentInput",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
SelectBranchSignedMetaDocumentInput:{
|
|
|
|
},
|
|
SendAgreementInput:{
|
|
document:"SignedDigitalDocumentInput"
|
|
},
|
|
SetCapitalProjectDevelopmentRepositoryUrlInput:{
|
|
|
|
},
|
|
SetConfigInput:{
|
|
config:"ConfigInput"
|
|
},
|
|
SetMasterInput:{
|
|
|
|
},
|
|
SetPaymentStatusInput:{
|
|
status:"PaymentStatus"
|
|
},
|
|
SetPlanInput:{
|
|
|
|
},
|
|
SetVarsInput:{
|
|
coopenomics_agreement:"AgreementVarInput",
|
|
participant_application:"AgreementVarInput",
|
|
privacy_agreement:"AgreementVarInput",
|
|
signature_agreement:"AgreementVarInput",
|
|
user_agreement:"AgreementVarInput",
|
|
wallet_agreement:"AgreementVarInput"
|
|
},
|
|
SetWifInput:{
|
|
|
|
},
|
|
SignActAsChairmanInput:{
|
|
act:"SignedDigitalDocumentInput"
|
|
},
|
|
SignActAsContributorInput:{
|
|
act:"SignedDigitalDocumentInput"
|
|
},
|
|
SignByPresiderOnAnnualGeneralMeetInput:{
|
|
presider_decision:"AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
},
|
|
SignBySecretaryOnAnnualGeneralMeetInput:{
|
|
secretary_decision:"AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
},
|
|
SignatureInfoInput:{
|
|
|
|
},
|
|
SignedDigitalDocumentInput:{
|
|
meta:"JSON",
|
|
signatures:"SignatureInfoInput"
|
|
},
|
|
SovietMemberInput:{
|
|
individual_data:"CreateSovietIndividualDataInput"
|
|
},
|
|
StartInstallInput:{
|
|
|
|
},
|
|
StartProcessInput:{
|
|
|
|
},
|
|
StartProjectInput:{
|
|
|
|
},
|
|
StartResetKeyInput:{
|
|
|
|
},
|
|
StartVotingInput:{
|
|
|
|
},
|
|
StopProjectInput:{
|
|
|
|
},
|
|
StoryStatus: "enum" as const,
|
|
SubmitExpenseReportInput:{
|
|
|
|
},
|
|
SubmitVoteInput:{
|
|
votes:"VoteDistributionInput"
|
|
},
|
|
SupplyOnRequestInput:{
|
|
document:"AssetContributionActSignedDocumentInput"
|
|
},
|
|
SystemStatus: "enum" as const,
|
|
TranscriptionStatus: "enum" as const,
|
|
TriggerNotificationWorkflowInput:{
|
|
payload:"JSONObject",
|
|
to:"NotificationWorkflowRecipientInput"
|
|
},
|
|
UninstallExtensionInput:{
|
|
|
|
},
|
|
UnpublishRequestInput:{
|
|
|
|
},
|
|
Update:{
|
|
organization_data:"UpdateOrganizationDataInput",
|
|
vars:"VarsInput"
|
|
},
|
|
UpdateAccountInput:{
|
|
entrepreneur_data:"UpdateEntrepreneurDataInput",
|
|
individual_data:"UpdateIndividualDataInput",
|
|
organization_data:"UpdateOrganizationDataInput"
|
|
},
|
|
UpdateBankAccountInput:{
|
|
data:"BankAccountInput"
|
|
},
|
|
UpdateCallTranscriptionMemoInput:{
|
|
|
|
},
|
|
UpdateChatCoopCalendarEventInput:{
|
|
endsAt:"DateTime",
|
|
startsAt:"DateTime"
|
|
},
|
|
UpdateEntrepreneurDataInput:{
|
|
country:"Country",
|
|
details:"EntrepreneurDetailsInput"
|
|
},
|
|
UpdateIndividualDataInput:{
|
|
passport:"PassportInput"
|
|
},
|
|
UpdateIssueInput:{
|
|
priority:"IssuePriority",
|
|
status:"IssueStatus"
|
|
},
|
|
UpdateOrganizationDataInput:{
|
|
details:"OrganizationDetailsInput",
|
|
represented_by:"RepresentedByInput"
|
|
},
|
|
UpdateProcessTemplateInput:{
|
|
edges:"ProcessEdgeInput",
|
|
status:"ProcessTemplateStatus",
|
|
steps:"ProcessStepTemplateInput"
|
|
},
|
|
UpdateReportRequisitesInput:{
|
|
|
|
},
|
|
UpdateRequestInput:{
|
|
|
|
},
|
|
UpdateSettingsInput:{
|
|
|
|
},
|
|
UpdateStoryInput:{
|
|
content_format:"CapitalStoryContentFormat",
|
|
status:"StoryStatus"
|
|
},
|
|
UploadExpenseFileInput:{
|
|
kind:"ExpenseFileKind"
|
|
},
|
|
UploadPaymentProofInput:{
|
|
|
|
},
|
|
UserStatus: "enum" as const,
|
|
VarsInput:{
|
|
coopenomics_agreement:"AgreementInput",
|
|
participant_application:"AgreementInput",
|
|
privacy_agreement:"AgreementInput",
|
|
signature_agreement:"AgreementInput",
|
|
user_agreement:"AgreementInput",
|
|
wallet_agreement:"AgreementInput"
|
|
},
|
|
VerifyEmailInputDTO:{
|
|
|
|
},
|
|
VoteDistributionInput:{
|
|
|
|
},
|
|
VoteFilter:{
|
|
|
|
},
|
|
VoteItemInput:{
|
|
|
|
},
|
|
VoteOnAnnualGeneralMeetInput:{
|
|
ballot:"AnnualGeneralMeetingVotingBallotSignedDocumentInput",
|
|
votes:"VoteItemInput"
|
|
},
|
|
WalmoveInput:{
|
|
|
|
},
|
|
WebPushSubscriptionDataInput:{
|
|
keys:"WebPushSubscriptionKeysInput"
|
|
},
|
|
WebPushSubscriptionKeysInput:{
|
|
|
|
},
|
|
ZeroReportSignerType: "enum" as const,
|
|
ID: `scalar.ID` as const
|
|
}
|
|
|
|
export const ReturnTypes: Record<string,any> = {
|
|
Account:{
|
|
blockchain_account:"BlockchainAccount",
|
|
participant_account:"ParticipantAccount",
|
|
private_account:"PrivateAccount",
|
|
provider_account:"MonoAccount",
|
|
registration_payment:"RegistrationPayment",
|
|
user_account:"UserAccount",
|
|
username:"String"
|
|
},
|
|
AccountRamDelta:{
|
|
account:"String",
|
|
delta:"Int"
|
|
},
|
|
AccountResourceInfo:{
|
|
available:"String",
|
|
current_used:"String",
|
|
last_usage_update_time:"String",
|
|
max:"String",
|
|
used:"String"
|
|
},
|
|
AccountsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Account",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
ActDetailAggregate:{
|
|
action:"ExtendedBlockchainAction",
|
|
documentAggregate:"DocumentAggregate"
|
|
},
|
|
ActionAuthorization:{
|
|
actor:"String",
|
|
permission:"String"
|
|
},
|
|
ActionReceipt:{
|
|
abi_sequence:"Int",
|
|
act_digest:"String",
|
|
auth_sequence:"AuthSequence",
|
|
code_sequence:"Int",
|
|
global_sequence:"String",
|
|
receiver:"String",
|
|
recv_sequence:"String"
|
|
},
|
|
AgendaMeetPoint:{
|
|
context:"String",
|
|
decision:"String",
|
|
title:"String"
|
|
},
|
|
AgendaWithDocuments:{
|
|
action:"BlockchainAction",
|
|
documents:"DocumentPackageAggregate",
|
|
table:"BlockchainDecision"
|
|
},
|
|
Agreement:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
coopname:"String",
|
|
document:"DocumentAggregate",
|
|
draft_id:"Int",
|
|
id:"Int",
|
|
present:"Boolean",
|
|
program_id:"Int",
|
|
status:"AgreementStatus",
|
|
type:"String",
|
|
updated_at:"DateTime",
|
|
username:"String",
|
|
version:"Int"
|
|
},
|
|
AgreementTemplate:{
|
|
context:"String",
|
|
default_translation_id:"Int",
|
|
description:"String",
|
|
model:"String",
|
|
registry_id:"Int",
|
|
title:"String",
|
|
version:"Int"
|
|
},
|
|
AgreementVar:{
|
|
protocol_day_month_year:"String",
|
|
protocol_number:"String"
|
|
},
|
|
Approval:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
approval_hash:"String",
|
|
approved_document:"DocumentAggregate",
|
|
block_num:"Float",
|
|
callback_action_approve:"String",
|
|
callback_action_decline:"String",
|
|
callback_contract:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
document:"DocumentAggregate",
|
|
id:"Float",
|
|
meta:"String",
|
|
present:"Boolean",
|
|
status:"ApprovalStatus",
|
|
username:"String"
|
|
},
|
|
AuthSequence:{
|
|
account:"String",
|
|
sequence:"String"
|
|
},
|
|
Authority:{
|
|
accounts:"PermissionLevelWeight",
|
|
keys:"KeyWeight",
|
|
threshold:"Int",
|
|
waits:"WaitWeight"
|
|
},
|
|
AvailableReport:{
|
|
deadline:"String",
|
|
lastGeneratedAt:"DateTime",
|
|
missingFields:"String",
|
|
name:"String",
|
|
nextDeadlineDate:"DateTime",
|
|
period:"String",
|
|
readyToGenerate:"Boolean",
|
|
type:"ReportType"
|
|
},
|
|
BalanceRowEdits:{
|
|
otch:"Int",
|
|
prePrev:"Int",
|
|
prev:"Int"
|
|
},
|
|
BankAccount:{
|
|
account_number:"String",
|
|
bank_name:"String",
|
|
card_number:"String",
|
|
currency:"String",
|
|
details:"BankAccountDetails"
|
|
},
|
|
BankAccountDetails:{
|
|
bik:"String",
|
|
corr:"String",
|
|
kpp:"String"
|
|
},
|
|
BankPaymentMethod:{
|
|
created_at:"DateTime",
|
|
data:"BankAccount",
|
|
is_default:"Boolean",
|
|
method_id:"String",
|
|
method_type:"String",
|
|
updated_at:"DateTime",
|
|
username:"String"
|
|
},
|
|
BaseCapitalProject:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
counts:"CapitalProjectCountsData",
|
|
created_at:"String",
|
|
crps:"CapitalProjectCrpsData",
|
|
data:"String",
|
|
description:"String",
|
|
development_repository_url:"String",
|
|
fact:"CapitalProjectFactPool",
|
|
id:"Int",
|
|
invite:"String",
|
|
is_opened:"Boolean",
|
|
is_planed:"Boolean",
|
|
issue_counter:"Int",
|
|
master:"String",
|
|
meta:"String",
|
|
parent_hash:"String",
|
|
parent_title:"String",
|
|
permissions:"CapitalProjectPermissions",
|
|
plan:"CapitalProjectPlanPool",
|
|
prefix:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
status:"ProjectStatus",
|
|
title:"String",
|
|
voting:"CapitalProjectVotingData"
|
|
},
|
|
BlockchainAccount:{
|
|
account_name:"String",
|
|
core_liquid_balance:"String",
|
|
cpu_limit:"AccountResourceInfo",
|
|
cpu_weight:"String",
|
|
created:"String",
|
|
head_block_num:"Int",
|
|
head_block_time:"String",
|
|
last_code_update:"String",
|
|
net_limit:"AccountResourceInfo",
|
|
net_weight:"String",
|
|
permissions:"Permission",
|
|
privileged:"Boolean",
|
|
ram_quota:"Int",
|
|
ram_usage:"Int",
|
|
refund_request:"RefundRequest",
|
|
rex_info:"String",
|
|
self_delegated_bandwidth:"ResourceDelegationDTO",
|
|
total_resources:"ResourceOverview",
|
|
voter_info:"String"
|
|
},
|
|
BlockchainAction:{
|
|
account:"String",
|
|
account_ram_deltas:"AccountRamDelta",
|
|
action_ordinal:"Int",
|
|
authorization:"ActionAuthorization",
|
|
block_id:"String",
|
|
block_num:"Int",
|
|
chain_id:"String",
|
|
console:"String",
|
|
context_free:"Boolean",
|
|
creator_action_ordinal:"Int",
|
|
data:"JSON",
|
|
elapsed:"Int",
|
|
global_sequence:"String",
|
|
name:"String",
|
|
receipt:"ActionReceipt",
|
|
receiver:"String",
|
|
transaction_id:"String"
|
|
},
|
|
BlockchainDecision:{
|
|
approved:"Boolean",
|
|
authorization:"SignedBlockchainDocument",
|
|
authorized:"Boolean",
|
|
authorized_by:"String",
|
|
batch_id:"Float",
|
|
callback_contract:"String",
|
|
confirm_callback:"String",
|
|
coopname:"String",
|
|
council_members_count:"Float",
|
|
created_at:"String",
|
|
decline_callback:"String",
|
|
expired_at:"String",
|
|
hash:"String",
|
|
id:"Float",
|
|
meta:"String",
|
|
statement:"SignedBlockchainDocument",
|
|
type:"String",
|
|
username:"String",
|
|
username_certificate:"UserCertificateUnion",
|
|
validated:"Boolean",
|
|
votes_against:"String",
|
|
votes_against_certificates:"UserCertificateUnion",
|
|
votes_for:"String",
|
|
votes_for_certificates:"UserCertificateUnion"
|
|
},
|
|
BlockchainInfoDTO:{
|
|
block_cpu_limit:"Int",
|
|
block_net_limit:"Int",
|
|
chain_id:"String",
|
|
fork_db_head_block_id:"String",
|
|
fork_db_head_block_num:"Int",
|
|
head_block_id:"String",
|
|
head_block_num:"Int",
|
|
head_block_producer:"String",
|
|
head_block_time:"String",
|
|
last_irreversible_block_id:"String",
|
|
last_irreversible_block_num:"Int",
|
|
last_irreversible_block_time:"String",
|
|
server_version:"String",
|
|
server_version_string:"String",
|
|
virtual_block_cpu_limit:"Int",
|
|
virtual_block_net_limit:"Int"
|
|
},
|
|
BoardMember:{
|
|
first_name:"String",
|
|
is_chairman:"Boolean",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
username:"String"
|
|
},
|
|
Branch:{
|
|
bank_account:"BankPaymentMethod",
|
|
braname:"String",
|
|
city:"String",
|
|
coopname:"String",
|
|
country:"String",
|
|
details:"OrganizationDetails",
|
|
email:"String",
|
|
fact_address:"String",
|
|
full_address:"String",
|
|
full_name:"String",
|
|
phone:"String",
|
|
represented_by:"RepresentedBy",
|
|
short_name:"String",
|
|
trusted:"Individual",
|
|
trustee:"Individual",
|
|
type:"String"
|
|
},
|
|
BuhotchBalanceEdits:{
|
|
assetsTotal:"BalanceRowEdits",
|
|
cash:"BalanceRowEdits",
|
|
nonMaterialAndLongFin:"BalanceRowEdits",
|
|
passivesTotal:"BalanceRowEdits",
|
|
shortTermFin:"BalanceRowEdits",
|
|
targetFunds:"BalanceRowEdits"
|
|
},
|
|
BuhotchHeaderEdits:{
|
|
approved:"Boolean",
|
|
audit:"Boolean",
|
|
correctionNumber:"Int",
|
|
docDate:"String",
|
|
idFile:"String",
|
|
programVersion:"String",
|
|
reportYear:"Int"
|
|
},
|
|
BuhotchNotesEdits:{
|
|
explanationFileName:"String"
|
|
},
|
|
BuhotchOrganizationEdits:{
|
|
address:"String",
|
|
inn:"String",
|
|
kpp:"String",
|
|
okfs:"String",
|
|
okopf:"String",
|
|
okpo:"String",
|
|
orgName:"String"
|
|
},
|
|
BuhotchSignerEdits:{
|
|
firstName:"String",
|
|
lastName:"String",
|
|
middleName:"String",
|
|
repDoc:"String",
|
|
type:"BuhotchSignerType"
|
|
},
|
|
BuildInitialReportEdits:{
|
|
editedFields:"String",
|
|
editsJson:"String",
|
|
hasDraft:"Boolean"
|
|
},
|
|
CallTranscription:{
|
|
createdAt:"DateTime",
|
|
endedAt:"DateTime",
|
|
id:"String",
|
|
memo:"String",
|
|
participants:"String",
|
|
roomId:"String",
|
|
roomName:"String",
|
|
startedAt:"DateTime",
|
|
status:"TranscriptionStatus",
|
|
updatedAt:"DateTime"
|
|
},
|
|
CallTranscriptionWithSegments:{
|
|
segments:"TranscriptionSegment",
|
|
transcription:"CallTranscription"
|
|
},
|
|
Candidate:{
|
|
braname:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
program_key:"String",
|
|
public_key:"String",
|
|
referer:"String",
|
|
referer_display_name:"String",
|
|
registered_at:"DateTime",
|
|
status:"CandidateStatus",
|
|
type:"String",
|
|
username:"String",
|
|
username_display_name:"String"
|
|
},
|
|
CapitalCandidate:{
|
|
about:"String",
|
|
braname:"String",
|
|
capital_status:"ContributorStatus",
|
|
contributed_as_author:"String",
|
|
contributed_as_contributor:"String",
|
|
contributed_as_coordinator:"String",
|
|
contributed_as_creator:"String",
|
|
contributed_as_investor:"String",
|
|
contributed_as_propertor:"String",
|
|
contributor_hash:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
hours_per_day:"Float",
|
|
level:"Float",
|
|
memo:"String",
|
|
program_key:"String",
|
|
public_key:"String",
|
|
rate_per_hour:"String",
|
|
referer:"String",
|
|
referer_display_name:"String",
|
|
registered_at:"DateTime",
|
|
status:"CandidateStatus",
|
|
type:"String",
|
|
username:"String",
|
|
username_display_name:"String"
|
|
},
|
|
CapitalCommit:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
amounts:"CapitalCommitAmounts",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
commit_hash:"String",
|
|
coopname:"String",
|
|
created_at:"String",
|
|
data:"JSON",
|
|
description:"String",
|
|
display_name:"String",
|
|
id:"Int",
|
|
meta:"String",
|
|
present:"Boolean",
|
|
project:"BaseCapitalProject",
|
|
project_hash:"String",
|
|
status:"CommitStatus",
|
|
username:"String"
|
|
},
|
|
CapitalCommitAmounts:{
|
|
authors_base_pool:"String",
|
|
authors_bonus_pool:"String",
|
|
contributors_bonus_pool:"String",
|
|
creators_base_pool:"String",
|
|
creators_bonus_pool:"String",
|
|
creators_hours:"String",
|
|
hour_cost:"String",
|
|
total_contribution:"String",
|
|
total_generation_pool:"String"
|
|
},
|
|
CapitalConfigObject:{
|
|
authors_voting_percent:"Float",
|
|
coordinator_bonus_percent:"Float",
|
|
coordinator_invite_validity_days:"Float",
|
|
creators_voting_percent:"Float",
|
|
energy_decay_rate_per_day:"Float",
|
|
energy_gain_coefficient:"Float",
|
|
expense_pool_percent:"Float",
|
|
level_depth_base:"Float",
|
|
level_growth_coefficient:"Float",
|
|
voting_period_in_days:"Float"
|
|
},
|
|
CapitalContributor:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
about:"String",
|
|
appendixes:"String",
|
|
blagorost_agreement_hash:"String",
|
|
blagorost_offer_hash:"String",
|
|
blagorost_wallet:"ProgramWallet",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
contract:"DocumentAggregate",
|
|
contributed_as_author:"String",
|
|
contributed_as_contributor:"String",
|
|
contributed_as_coordinator:"String",
|
|
contributed_as_creator:"String",
|
|
contributed_as_investor:"String",
|
|
contributed_as_propertor:"String",
|
|
contributor_hash:"String",
|
|
coopname:"String",
|
|
created_at:"String",
|
|
debt_amount:"String",
|
|
display_name:"String",
|
|
document_parameters:"ContributorDocumentParameters",
|
|
energy:"Float",
|
|
generation_contract_hash:"String",
|
|
generation_wallet:"ProgramWallet",
|
|
generator_offer_hash:"String",
|
|
hours_per_day:"Float",
|
|
id:"Int",
|
|
is_external_blagorost_agreement:"Boolean",
|
|
is_external_contract:"Boolean",
|
|
last_energy_update:"String",
|
|
level:"Int",
|
|
main_wallet:"ProgramWallet",
|
|
memo:"String",
|
|
present:"Boolean",
|
|
program_key:"String",
|
|
rate_per_hour:"String",
|
|
status:"ContributorStatus",
|
|
storage_agreement_hash:"String",
|
|
username:"String"
|
|
},
|
|
CapitalCycle:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
end_date:"DateTime",
|
|
name:"String",
|
|
present:"Boolean",
|
|
start_date:"DateTime",
|
|
status:"CycleStatus"
|
|
},
|
|
CapitalDebt:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
amount:"Float",
|
|
approved_statement:"DocumentAggregate",
|
|
authorization:"DocumentAggregate",
|
|
block_num:"Int",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
debt_hash:"String",
|
|
id:"Int",
|
|
memo:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
repaid_at:"String",
|
|
statement:"DocumentAggregate",
|
|
status:"DebtStatus",
|
|
username:"String"
|
|
},
|
|
CapitalExpense:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
amount:"String",
|
|
approved_statement:"DocumentAggregate",
|
|
authorization:"DocumentAggregate",
|
|
block_num:"Int",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
description:"String",
|
|
expense_hash:"String",
|
|
expense_statement:"DocumentAggregate",
|
|
fund_id:"Float",
|
|
id:"Int",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
spended_at:"String",
|
|
status:"ExpenseStatus",
|
|
username:"String"
|
|
},
|
|
CapitalInvest:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
amount:"Float",
|
|
block_num:"Int",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
coordinator:"String",
|
|
coordinator_amount:"Float",
|
|
id:"Int",
|
|
invest_hash:"String",
|
|
invested_at:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
statement:"String",
|
|
status:"InvestStatus",
|
|
username:"String"
|
|
},
|
|
CapitalIssue:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
created_by:"String",
|
|
creators:"String",
|
|
cycle_id:"String",
|
|
description:"String",
|
|
estimate:"Float",
|
|
fact:"Float",
|
|
fact_by_contributor:"CapitalIssueContributorFact",
|
|
fact_committed:"Float",
|
|
fact_uncommitted:"Float",
|
|
id:"String",
|
|
issue_hash:"String",
|
|
linked_git_commits:"CapitalIssueLinkedGitCommit",
|
|
metadata:"JSON",
|
|
permissions:"CapitalIssuePermissions",
|
|
present:"Boolean",
|
|
priority:"IssuePriority",
|
|
project_hash:"String",
|
|
sort_order:"Int",
|
|
status:"IssueStatus",
|
|
submaster:"String",
|
|
title:"String"
|
|
},
|
|
CapitalIssueContributorFact:{
|
|
contributor_hash:"String",
|
|
hours:"Float"
|
|
},
|
|
CapitalIssueLinkedGitCommit:{
|
|
commit_message:"String",
|
|
committed_at:"DateTime",
|
|
consumed:"Boolean",
|
|
github_sha:"String",
|
|
html_url:"String",
|
|
username:"String"
|
|
},
|
|
CapitalIssuePermissions:{
|
|
allowed_status_transitions:"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:{
|
|
_id:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
entity_id:"String",
|
|
entity_type:"LogEntityType",
|
|
event_type:"LogEventType",
|
|
initiator:"String",
|
|
message:"String",
|
|
metadata:"JSON",
|
|
project_hash:"String",
|
|
reference_id:"String"
|
|
},
|
|
CapitalOnboardingState:{
|
|
blagorost_offer_template_done:"Boolean",
|
|
blagorost_provision_done:"Boolean",
|
|
generation_contract_template_done:"Boolean",
|
|
generator_offer_template_done:"Boolean",
|
|
generator_program_template_done:"Boolean",
|
|
onboarding_blagorost_offer_template_hash:"String",
|
|
onboarding_blagorost_provision_hash:"String",
|
|
onboarding_expire_at:"String",
|
|
onboarding_generation_contract_template_hash:"String",
|
|
onboarding_generator_offer_template_hash:"String",
|
|
onboarding_generator_program_template_hash:"String",
|
|
onboarding_init_at:"String"
|
|
},
|
|
CapitalProgramExpense:{
|
|
callback:"CapitalProgramExpenseCallback",
|
|
coopname:"String",
|
|
created_at:"String",
|
|
creator:"String",
|
|
creator_name:"String",
|
|
expense_hash:"String",
|
|
items:"CapitalProgramExpenseItem",
|
|
source_wallet:"String",
|
|
status:"ExpenseProposalStatus",
|
|
total_actual:"String",
|
|
total_planned:"String",
|
|
updated_at:"String"
|
|
},
|
|
CapitalProgramExpenseCallback:{
|
|
action:"String",
|
|
contract:"String",
|
|
data:"String"
|
|
},
|
|
CapitalProgramExpenseItem:{
|
|
actual_amount:"String",
|
|
description:"String",
|
|
item_hash:"String",
|
|
mechanics:"ExpenseMechanics",
|
|
planned_amount:"String",
|
|
recipient:"String",
|
|
recipient_name:"String",
|
|
recipient_type:"ExpenseRecipientType",
|
|
status:"ExpenseItemStatus"
|
|
},
|
|
CapitalProject:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
components:"CapitalProjectComponent",
|
|
coopname:"String",
|
|
counts:"CapitalProjectCountsData",
|
|
created_at:"String",
|
|
crps:"CapitalProjectCrpsData",
|
|
data:"String",
|
|
description:"String",
|
|
development_repository_url:"String",
|
|
fact:"CapitalProjectFactPool",
|
|
id:"Int",
|
|
invite:"String",
|
|
is_opened:"Boolean",
|
|
is_planed:"Boolean",
|
|
issue_counter:"Int",
|
|
master:"String",
|
|
meta:"String",
|
|
parent_hash:"String",
|
|
parent_title:"String",
|
|
permissions:"CapitalProjectPermissions",
|
|
plan:"CapitalProjectPlanPool",
|
|
prefix:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
status:"ProjectStatus",
|
|
title:"String",
|
|
voting:"CapitalProjectVotingData"
|
|
},
|
|
CapitalProjectComponent:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
counts:"CapitalProjectCountsData",
|
|
created_at:"String",
|
|
crps:"CapitalProjectCrpsData",
|
|
data:"String",
|
|
description:"String",
|
|
development_repository_url:"String",
|
|
fact:"CapitalProjectFactPool",
|
|
id:"Int",
|
|
invite:"String",
|
|
is_opened:"Boolean",
|
|
is_planed:"Boolean",
|
|
issue_counter:"Int",
|
|
master:"String",
|
|
meta:"String",
|
|
parent_hash:"String",
|
|
parent_title:"String",
|
|
permissions:"CapitalProjectPermissions",
|
|
plan:"CapitalProjectPlanPool",
|
|
prefix:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
status:"ProjectStatus",
|
|
title:"String",
|
|
voting:"CapitalProjectVotingData"
|
|
},
|
|
CapitalProjectCountsData:{
|
|
total_authors:"Int",
|
|
total_commits:"Int",
|
|
total_contributors:"Int",
|
|
total_coordinators:"Int",
|
|
total_creators:"Int",
|
|
total_investors:"Int",
|
|
total_propertors:"Int",
|
|
total_unique_participants:"Int"
|
|
},
|
|
CapitalProjectCrpsData:{
|
|
author_base_cumulative_reward_per_share:"Float",
|
|
author_bonus_cumulative_reward_per_share:"Float",
|
|
contributor_cumulative_reward_per_share:"Float",
|
|
total_capital_contributors_shares:"String"
|
|
},
|
|
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:"Int",
|
|
hour_cost:"String",
|
|
invest_pool:"String",
|
|
program_invest_pool:"String",
|
|
property_base_pool:"String",
|
|
return_base_percent:"Float",
|
|
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:"Float",
|
|
used_expense_pool:"String"
|
|
},
|
|
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_view_artifacts:"Boolean",
|
|
has_clearance:"Boolean",
|
|
has_parent_clearance:"Boolean",
|
|
is_guest:"Boolean",
|
|
pending_clearance:"Boolean"
|
|
},
|
|
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:"Int",
|
|
hour_cost:"String",
|
|
invest_pool:"String",
|
|
program_invest_pool:"String",
|
|
return_base_percent:"Float",
|
|
target_expense_pool:"String",
|
|
total:"String",
|
|
total_generation_pool:"String",
|
|
total_received_investments:"String",
|
|
total_with_investments:"String",
|
|
use_invest_percent:"Float"
|
|
},
|
|
CapitalProjectTimeStats:{
|
|
available_hours:"Float",
|
|
contributor_hash:"String",
|
|
pending_hours:"Float",
|
|
project_hash:"String",
|
|
project_name:"String",
|
|
total_committed_hours:"Float",
|
|
total_uncommitted_hours:"Float"
|
|
},
|
|
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:{
|
|
amounts:"CapitalProjectVotingAmounts",
|
|
authors_voting_percent:"Float",
|
|
creators_voting_percent:"Float",
|
|
total_voters:"Int",
|
|
votes_received:"Int",
|
|
voting_deadline:"String"
|
|
},
|
|
CapitalResult:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
act:"DocumentAggregate",
|
|
authorization:"DocumentAggregate",
|
|
block_num:"Float",
|
|
blockchain_status:"String",
|
|
coopname:"String",
|
|
created_at:"String",
|
|
data:"String",
|
|
debt_amount:"String",
|
|
id:"Int",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
result_hash:"String",
|
|
statement:"DocumentAggregate",
|
|
status:"ResultStatus",
|
|
total_amount:"String",
|
|
username:"String"
|
|
},
|
|
CapitalSegment:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
author_base:"String",
|
|
author_bonus:"String",
|
|
available_for_program:"String",
|
|
available_for_wallet:"String",
|
|
block_num:"Float",
|
|
capital_contributor_shares:"String",
|
|
contributor_bonus:"String",
|
|
coopname:"String",
|
|
coordinator_base:"String",
|
|
coordinator_investments:"String",
|
|
creator_base:"String",
|
|
creator_bonus:"String",
|
|
debt_amount:"String",
|
|
debt_settled:"String",
|
|
direct_creator_bonus:"String",
|
|
display_name:"String",
|
|
equal_author_bonus:"String",
|
|
has_vote:"Boolean",
|
|
id:"Int",
|
|
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:"Float",
|
|
last_author_bonus_reward_per_share:"Float",
|
|
last_contributor_reward_per_share:"Float",
|
|
last_known_coordinators_investment_pool:"String",
|
|
last_known_creators_base_pool:"String",
|
|
last_known_invest_pool:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
property_base:"String",
|
|
provisional_amount:"String",
|
|
share_percent:"Float",
|
|
status:"SegmentStatus",
|
|
total_segment_base_cost:"String",
|
|
total_segment_bonus_cost:"String",
|
|
total_segment_cost:"String",
|
|
username:"String",
|
|
value:"String",
|
|
voting_bonus:"String"
|
|
},
|
|
CapitalState:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
config:"CapitalConfigObject",
|
|
coopname:"String",
|
|
global_available_invest_pool:"String",
|
|
present:"Boolean",
|
|
program_expense_pool:"String",
|
|
program_expense_reserved:"String",
|
|
program_membership_available:"String",
|
|
program_membership_cumulative_reward_per_share:"Float",
|
|
program_membership_distributed:"String",
|
|
program_membership_funded:"String"
|
|
},
|
|
CapitalStory:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
content_format:"CapitalStoryContentFormat",
|
|
coopname:"String",
|
|
created_by:"String",
|
|
description:"String",
|
|
issue_hash:"String",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
sort_order:"Int",
|
|
status:"StoryStatus",
|
|
story_hash:"String",
|
|
title:"String"
|
|
},
|
|
CapitalTimeEntriesByIssues:{
|
|
available_hours:"Float",
|
|
committed_hours:"Float",
|
|
contributor_hash:"String",
|
|
contributor_name:"String",
|
|
coopname:"String",
|
|
issue_hash:"String",
|
|
issue_title:"String",
|
|
pending_hours:"Float",
|
|
project_hash:"String",
|
|
project_name:"String",
|
|
total_hours:"Float",
|
|
uncommitted_hours:"Float"
|
|
},
|
|
CapitalTimeEntry:{
|
|
_created_at:"String",
|
|
_id:"String",
|
|
_updated_at:"String",
|
|
commit_hash:"String",
|
|
contributor_hash:"String",
|
|
coopname:"String",
|
|
date:"String",
|
|
entry_type:"String",
|
|
estimate_snapshot:"Float",
|
|
hours:"Float",
|
|
is_committed:"Boolean",
|
|
issue_hash:"String",
|
|
project_hash:"String"
|
|
},
|
|
CapitalTimeStats:{
|
|
currentPage:"Float",
|
|
items:"CapitalProjectTimeStats",
|
|
totalCount:"Float",
|
|
totalPages:"Float"
|
|
},
|
|
CapitalVote:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
amount:"String",
|
|
block_num:"Float",
|
|
coopname:"String",
|
|
id:"Int",
|
|
present:"Boolean",
|
|
project_hash:"String",
|
|
recipient:"String",
|
|
recipient_display_name:"String",
|
|
voted_at:"String",
|
|
voter:"String",
|
|
voter_display_name:"String"
|
|
},
|
|
ChairmanOnboardingState:{
|
|
general_meet_done:"Boolean",
|
|
onboarding_expire_at:"String",
|
|
onboarding_general_meet_hash:"String",
|
|
onboarding_init_at:"String",
|
|
onboarding_participant_application_hash:"String",
|
|
onboarding_privacy_agreement_hash:"String",
|
|
onboarding_signature_agreement_hash:"String",
|
|
onboarding_user_agreement_hash:"String",
|
|
onboarding_voskhod_membership_hash:"String",
|
|
onboarding_wallet_agreement_hash:"String",
|
|
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:{
|
|
available:"String",
|
|
blocked:"String",
|
|
displayId:"String",
|
|
id:"Int",
|
|
name:"String",
|
|
writeoff:"String"
|
|
},
|
|
ChatCoopCalendarEvent:{
|
|
createdAt:"DateTime",
|
|
createdByUsername:"String",
|
|
description:"String",
|
|
endsAt:"DateTime",
|
|
icsSequence:"Int",
|
|
id:"String",
|
|
matrixRoomId:"String",
|
|
startsAt:"DateTime",
|
|
title:"String",
|
|
updatedAt:"DateTime"
|
|
},
|
|
ChatCoopCalendarIcsUrlResponse:{
|
|
icsUrl:"String"
|
|
},
|
|
ChatCoopCalendarRoomOption:{
|
|
displayLabel:"String",
|
|
matrixRoomId:"String"
|
|
},
|
|
ChatcoopNonProjectCommunicationRoom:{
|
|
displayLabel:"String",
|
|
kind:"NonProjectRoomKind",
|
|
matrixRoomId:"String"
|
|
},
|
|
ChatcoopProjectCommunicationRoom:{
|
|
displayLabel:"String",
|
|
matrixRoomId:"String"
|
|
},
|
|
ChatcoopRoomMessageLine:{
|
|
authorLabel:"String",
|
|
bodyText:"String",
|
|
coopUsername:"String",
|
|
kind:"RoomMessageKind",
|
|
originServerTs:"Float"
|
|
},
|
|
ChatcoopSecretaryRoom:{
|
|
displayLabel:"String",
|
|
editable:"Boolean",
|
|
encrypted:"Boolean",
|
|
id:"String",
|
|
kind:"ManagedRoomKind",
|
|
secretaryInRoom:"Boolean"
|
|
},
|
|
ContactsDTO:{
|
|
chairman:"PublicChairman",
|
|
details:"OrganizationDetails",
|
|
email:"String",
|
|
full_address:"String",
|
|
full_name:"String",
|
|
phone:"String"
|
|
},
|
|
ContributorDocumentParameters:{
|
|
blagorost_agreement_created_at:"String",
|
|
blagorost_agreement_number:"String",
|
|
blagorost_contributor_contract_created_at:"String",
|
|
blagorost_contributor_contract_number:"String",
|
|
blagorost_storage_agreement_created_at:"String",
|
|
blagorost_storage_agreement_number:"String",
|
|
generator_agreement_created_at:"String",
|
|
generator_agreement_number:"String"
|
|
},
|
|
CoopAgreement:{
|
|
coopname:"String",
|
|
draft_id:"Int",
|
|
program_id:"Int",
|
|
type:"String"
|
|
},
|
|
CooperativeOperatorAccount:{
|
|
active_participants_count:"Float",
|
|
announce:"String",
|
|
coop_type:"String",
|
|
created_at:"String",
|
|
description:"String",
|
|
document:"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:"Verification"
|
|
},
|
|
CooperativeProgram:{
|
|
coopname:"String",
|
|
draft_id:"Int",
|
|
id:"Int",
|
|
is_active:"Boolean",
|
|
program_type:"String"
|
|
},
|
|
CreateSubscriptionResponse:{
|
|
message:"String",
|
|
subscription:"WebPushSubscriptionDto",
|
|
success:"Boolean"
|
|
},
|
|
CreateWithdrawResponse:{
|
|
withdraw_hash:"String"
|
|
},
|
|
CreatedProjectFreeDecision:{
|
|
decision:"String",
|
|
id:"String",
|
|
question:"String",
|
|
title:"String"
|
|
},
|
|
CurrentInstanceDTO:{
|
|
blockchain_status:"String",
|
|
description:"String",
|
|
domain:"String",
|
|
image:"String",
|
|
is_delegated:"Boolean",
|
|
is_valid:"Boolean",
|
|
progress:"Float",
|
|
status:"InstanceStatus",
|
|
title:"String"
|
|
},
|
|
CurrentTableState:{
|
|
block_num:"Float",
|
|
code:"String",
|
|
created_at:"DateTime",
|
|
primary_key:"String",
|
|
scope:"String",
|
|
table:"String",
|
|
value:"JSON"
|
|
},
|
|
DateTime: `scalar.DateTime` as const,
|
|
DecisionDetailAggregate:{
|
|
action:"ExtendedBlockchainAction",
|
|
documentAggregate:"DocumentAggregate",
|
|
votes_against:"ExtendedBlockchainAction",
|
|
votes_for:"ExtendedBlockchainAction"
|
|
},
|
|
Delta:{
|
|
block_id:"String",
|
|
block_num:"Float",
|
|
chain_id:"String",
|
|
code:"String",
|
|
created_at:"DateTime",
|
|
id:"String",
|
|
present:"Boolean",
|
|
primary_key:"String",
|
|
scope:"String",
|
|
table:"String",
|
|
value:"JSON"
|
|
},
|
|
Desktop:{
|
|
authorizedHome:"String",
|
|
coopname:"String",
|
|
layout:"String",
|
|
nonAuthorizedHome:"String",
|
|
workspaces:"DesktopWorkspace"
|
|
},
|
|
DesktopConfig:{
|
|
defaultRoute:"String",
|
|
icon:"String",
|
|
name:"String",
|
|
title:"String"
|
|
},
|
|
DesktopWorkspace:{
|
|
defaultRoute:"String",
|
|
extension_name:"String",
|
|
icon:"String",
|
|
name:"String",
|
|
title:"String"
|
|
},
|
|
DocumentAggregate:{
|
|
document:"SignedDigitalDocument",
|
|
hash:"String",
|
|
rawDocument:"GeneratedDocument"
|
|
},
|
|
DocumentPackageAggregate:{
|
|
acts:"ActDetailAggregate",
|
|
decision:"DecisionDetailAggregate",
|
|
links:"DocumentAggregate",
|
|
statement:"StatementDetailAggregate"
|
|
},
|
|
DocumentsAggregatePaginationResult:{
|
|
currentPage:"Int",
|
|
items:"DocumentPackageAggregate",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
Entrepreneur:{
|
|
birthdate:"String",
|
|
city:"String",
|
|
country:"String",
|
|
details:"EntrepreneurDetails",
|
|
email:"String",
|
|
first_name:"String",
|
|
full_address:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
phone:"String",
|
|
username:"String"
|
|
},
|
|
EntrepreneurCertificate:{
|
|
first_name:"String",
|
|
inn:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
type:"AccountType",
|
|
username:"String"
|
|
},
|
|
EntrepreneurDetails:{
|
|
inn:"String",
|
|
ogrn:"String"
|
|
},
|
|
ExpenseFile:{
|
|
checksum_sha256:"String",
|
|
coopname:"String",
|
|
id:"Int",
|
|
item_hash:"String",
|
|
kind:"ExpenseFileKind",
|
|
mime_type:"String",
|
|
original_filename:"String",
|
|
proposal_hash:"String",
|
|
read_url:"String",
|
|
size_bytes:"Int",
|
|
storage_key:"String",
|
|
uploaded_at:"DateTime",
|
|
uploaded_by_username:"String"
|
|
},
|
|
ExpenseItem:{
|
|
actual_amount:"String",
|
|
description:"String",
|
|
item_hash:"String",
|
|
mechanics:"ExpenseMechanics",
|
|
planned_amount:"String",
|
|
recipient:"String",
|
|
recipient_type:"ExpenseRecipientType",
|
|
status:"ExpenseItemStatus"
|
|
},
|
|
ExpenseProposal:{
|
|
_created_at:"DateTime",
|
|
_id:"String",
|
|
_updated_at:"DateTime",
|
|
block_num:"Float",
|
|
blockchain_status:"Int",
|
|
coopname:"String",
|
|
created_at:"String",
|
|
decision_doc:"DocumentAggregate",
|
|
id:"Int",
|
|
items:"ExpenseItem",
|
|
present:"Boolean",
|
|
proposal_hash:"String",
|
|
source_wallet:"String",
|
|
statement_doc:"DocumentAggregate",
|
|
status:"ExpenseProposalStatus",
|
|
total_actual:"String",
|
|
total_planned:"String",
|
|
updated_at:"String",
|
|
username:"String"
|
|
},
|
|
ExpenseReportResult:{
|
|
outcome:"ExpenseReportOutcome",
|
|
settlement_amount:"String",
|
|
settlement_payment_hash:"String",
|
|
transaction:"Transaction"
|
|
},
|
|
ExpenseRequisite:{
|
|
coopname:"String",
|
|
data:"JSON",
|
|
item_hash:"String",
|
|
method_type:"String",
|
|
payment_purpose:"String",
|
|
proposal_hash:"String",
|
|
recipient:"String",
|
|
requisites:"String"
|
|
},
|
|
ExtendedBlockchainAction:{
|
|
account:"String",
|
|
account_ram_deltas:"AccountRamDelta",
|
|
action_ordinal:"Int",
|
|
actor_certificate:"UserCertificateUnion",
|
|
authorization:"ActionAuthorization",
|
|
block_id:"String",
|
|
block_num:"Int",
|
|
chain_id:"String",
|
|
console:"String",
|
|
context_free:"Boolean",
|
|
creator_action_ordinal:"Int",
|
|
data:"JSON",
|
|
elapsed:"Int",
|
|
global_sequence:"String",
|
|
name:"String",
|
|
receipt:"ActionReceipt",
|
|
receiver:"String",
|
|
transaction_id:"String"
|
|
},
|
|
Extension:{
|
|
config:"JSON",
|
|
created_at:"DateTime",
|
|
description:"String",
|
|
desktops:"DesktopConfig",
|
|
enabled:"Boolean",
|
|
external_url:"String",
|
|
image:"String",
|
|
instructions:"String",
|
|
is_available:"Boolean",
|
|
is_builtin:"Boolean",
|
|
is_installed:"Boolean",
|
|
is_internal:"Boolean",
|
|
name:"String",
|
|
readme:"String",
|
|
schema:"JSON",
|
|
tags:"String",
|
|
title:"String",
|
|
updated_at:"DateTime"
|
|
},
|
|
ExtensionLog:{
|
|
created_at:"DateTime",
|
|
data:"String",
|
|
extension_local_id:"Float",
|
|
id:"Float",
|
|
name:"String",
|
|
updated_at:"DateTime"
|
|
},
|
|
ExtensionLogsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"ExtensionLog",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
ExtensionOnboardingState:{
|
|
all_done:"Boolean",
|
|
extension_name:"String",
|
|
onboarding_expire_at:"String",
|
|
onboarding_init_at:"String",
|
|
steps:"ExtensionOnboardingStepState"
|
|
},
|
|
ExtensionOnboardingStepState:{
|
|
default_title:"String",
|
|
done:"Boolean",
|
|
hash:"String",
|
|
order:"Int",
|
|
step_key:"String"
|
|
},
|
|
FieldError:{
|
|
message:"String",
|
|
path:"String"
|
|
},
|
|
GatewayPayment:{
|
|
blockchain_data:"JSON",
|
|
can_change_status:"Boolean",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
direction:"PaymentDirection",
|
|
direction_label:"String",
|
|
expired_at:"DateTime",
|
|
formatted_amount:"String",
|
|
hash:"String",
|
|
id:"ID",
|
|
income_hash:"String",
|
|
is_final:"Boolean",
|
|
memo:"String",
|
|
message:"String",
|
|
outcome_hash:"String",
|
|
payment_details:"PaymentDetails",
|
|
payment_method_id:"String",
|
|
provider:"String",
|
|
quantity:"Float",
|
|
statement:"JSON",
|
|
status:"PaymentStatus",
|
|
status_label:"String",
|
|
symbol:"String",
|
|
type:"PaymentType",
|
|
type_label:"String",
|
|
updated_at:"DateTime",
|
|
username:"String",
|
|
username_certificate:"UserCertificateUnion"
|
|
},
|
|
GenerateCapitalRegistrationDocumentsOutputDTO:{
|
|
blagorost_agreement:"GeneratedDocument",
|
|
generation_contract:"GeneratedDocument",
|
|
generator_offer:"GeneratedDocument",
|
|
storage_agreement:"GeneratedDocument"
|
|
},
|
|
GenerateRegistrationDocumentsOutput:{
|
|
account_type:"AccountType",
|
|
documents:"GeneratedRegistrationDocument",
|
|
username:"String"
|
|
},
|
|
GeneratedDocument:{
|
|
binary:"String",
|
|
full_title:"String",
|
|
hash:"String",
|
|
html:"String",
|
|
meta:"JSON"
|
|
},
|
|
GeneratedRegistrationDocument:{
|
|
agreement_type:"String",
|
|
checkbox_text:"String",
|
|
document:"GeneratedDocument",
|
|
id:"String",
|
|
is_blockchain_agreement:"Boolean",
|
|
link_text:"String",
|
|
link_to_statement:"Boolean",
|
|
order:"Int",
|
|
title:"String"
|
|
},
|
|
GeneratedReport:{
|
|
createdAt:"DateTime",
|
|
errors:"String",
|
|
fileName:"String",
|
|
id:"String",
|
|
isValid:"Boolean",
|
|
period:"Int",
|
|
reportType:"ReportType",
|
|
xml:"String",
|
|
year:"Int"
|
|
},
|
|
GeneratedReportSummary:{
|
|
createdAt:"DateTime",
|
|
fileName:"String",
|
|
generatedBy:"String",
|
|
id:"String",
|
|
isValid:"Boolean",
|
|
period:"Int",
|
|
reportType:"ReportType",
|
|
year:"Int"
|
|
},
|
|
InboxNotification:{
|
|
actorSubscriberId:"String",
|
|
body:"String",
|
|
createdAt:"DateTime",
|
|
id:"String",
|
|
isRead:"Boolean",
|
|
payload:"JSON",
|
|
readAt:"DateTime",
|
|
title:"String",
|
|
workflowId:"String"
|
|
},
|
|
InboxNotificationPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"InboxNotification",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
Individual:{
|
|
birthdate:"String",
|
|
email:"String",
|
|
first_name:"String",
|
|
full_address:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
passport:"Passport",
|
|
phone:"String",
|
|
username:"String"
|
|
},
|
|
IndividualCertificate:{
|
|
first_name:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
type:"AccountType",
|
|
username:"String"
|
|
},
|
|
InstallationStatus:{
|
|
has_private_account:"Boolean",
|
|
init_by_server:"Boolean",
|
|
organization_data:"OrganizationWithBankAccount"
|
|
},
|
|
JSON: `scalar.JSON` as const,
|
|
JSONObject: `scalar.JSONObject` as const,
|
|
KeyWeight:{
|
|
key:"String",
|
|
weight:"Int"
|
|
},
|
|
Ledger2Account:{
|
|
accountType:"Int",
|
|
balance:"String",
|
|
creditBalance:"String",
|
|
debitBalance:"String",
|
|
id:"Int",
|
|
name:"String"
|
|
},
|
|
Ledger2AdjustmentResult:{
|
|
processHash:"String",
|
|
transactionId:"String"
|
|
},
|
|
Ledger2HistoryResponse:{
|
|
currentPage:"Int",
|
|
items:"Ledger2Operation",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
Ledger2Operation:{
|
|
accountId:"Int",
|
|
action:"String",
|
|
blockNum:"Int",
|
|
coopname:"String",
|
|
createdAt:"DateTime",
|
|
globalSequence:"String",
|
|
memo:"String",
|
|
operationCode:"String",
|
|
parentApplyGlobalSequence:"String",
|
|
processHash:"String",
|
|
quantity:"String",
|
|
username:"String",
|
|
walletFrom:"String",
|
|
walletTo:"String"
|
|
},
|
|
Ledger2Posting:{
|
|
blockNum:"Int",
|
|
createdAt:"DateTime",
|
|
creditAccountId:"Int",
|
|
creditGlobalSequence:"String",
|
|
debitAccountId:"Int",
|
|
debitGlobalSequence:"String",
|
|
key:"String",
|
|
memo:"String",
|
|
operationCode:"String",
|
|
parentApplyGlobalSequence:"String",
|
|
processHash:"String",
|
|
quantity:"String",
|
|
username:"String"
|
|
},
|
|
Ledger2PostingsResponse:{
|
|
currentPage:"Int",
|
|
items:"Ledger2Posting",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
Ledger2Wallet:{
|
|
available:"String",
|
|
id:"String",
|
|
name:"String"
|
|
},
|
|
LedgerHistoryResponse:{
|
|
currentPage:"Int",
|
|
items:"LedgerOperation",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
LedgerOperation:{
|
|
account_id:"Int",
|
|
action:"String",
|
|
comment:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
global_sequence:"Int",
|
|
hash:"String",
|
|
quantity:"String",
|
|
username:"String"
|
|
},
|
|
LedgerState:{
|
|
chartOfAccounts:"ChartOfAccountsItem",
|
|
coopname:"String"
|
|
},
|
|
MatrixAccountStatusResponseDTO:{
|
|
hasAccount:"Boolean",
|
|
iframeUrl:"String",
|
|
matrixUsername:"String"
|
|
},
|
|
Meet:{
|
|
authorization:"DocumentAggregate",
|
|
close_at:"DateTime",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
current_quorum_percent:"Float",
|
|
cycle:"Float",
|
|
decision1:"DocumentAggregate",
|
|
decision2:"DocumentAggregate",
|
|
hash:"String",
|
|
id:"Float",
|
|
initiator:"String",
|
|
initiator_certificate:"UserCertificateUnion",
|
|
level:"String",
|
|
notified_users:"String",
|
|
open_at:"DateTime",
|
|
presider:"String",
|
|
presider_certificate:"UserCertificateUnion",
|
|
proposal:"DocumentAggregate",
|
|
quorum_passed:"Boolean",
|
|
quorum_percent:"Float",
|
|
secretary:"String",
|
|
secretary_certificate:"UserCertificateUnion",
|
|
signed_ballots:"Float",
|
|
status:"String",
|
|
type:"String"
|
|
},
|
|
MeetAggregate:{
|
|
hash:"String",
|
|
pre:"MeetPreProcessing",
|
|
processed:"MeetProcessed",
|
|
processing:"MeetProcessing"
|
|
},
|
|
MeetPreProcessing:{
|
|
agenda:"AgendaMeetPoint",
|
|
close_at:"DateTime",
|
|
coopname:"String",
|
|
details:"String",
|
|
hash:"String",
|
|
initiator:"String",
|
|
initiator_certificate:"UserCertificateUnion",
|
|
open_at:"DateTime",
|
|
presider:"String",
|
|
presider_certificate:"UserCertificateUnion",
|
|
proposal:"DocumentAggregate",
|
|
secretary:"String",
|
|
secretary_certificate:"UserCertificateUnion"
|
|
},
|
|
MeetProcessed:{
|
|
coopname:"String",
|
|
decision:"SignedDigitalDocument",
|
|
decisionAggregate:"DocumentAggregate",
|
|
hash:"String",
|
|
presider:"String",
|
|
presider_certificate:"UserCertificateUnion",
|
|
quorum_passed:"Boolean",
|
|
quorum_percent:"Int",
|
|
results:"MeetQuestionResult",
|
|
secretary:"String",
|
|
secretary_certificate:"UserCertificateUnion",
|
|
signed_ballots:"Int"
|
|
},
|
|
MeetProcessing:{
|
|
extendedStatus:"ExtendedMeetStatus",
|
|
hash:"String",
|
|
isVoted:"Boolean",
|
|
meet:"Meet",
|
|
questions:"Question"
|
|
},
|
|
MeetQuestionResult:{
|
|
accepted:"Boolean",
|
|
context:"String",
|
|
decision:"String",
|
|
number:"Int",
|
|
question_id:"Int",
|
|
title:"String",
|
|
votes_abstained:"Int",
|
|
votes_against:"Int",
|
|
votes_for:"Int"
|
|
},
|
|
MembershipExit:{
|
|
created_at:"String",
|
|
exit_hash:"String",
|
|
payment_status:"PaymentStatus",
|
|
quantity:"String",
|
|
status:"MembershipExitStatus"
|
|
},
|
|
MembershipExitResult:{
|
|
exit_hash:"String",
|
|
status:"MembershipExitStatus"
|
|
},
|
|
MembershipExitReturnPreview:{
|
|
minimum_contribution:"String",
|
|
share_contribution:"String",
|
|
total:"String"
|
|
},
|
|
MissingRequisiteField:{
|
|
key:"String",
|
|
label:"String",
|
|
reason:"String",
|
|
source:"RequisiteSource"
|
|
},
|
|
MonoAccount:{
|
|
email:"String",
|
|
has_account:"Boolean",
|
|
initial_order:"String",
|
|
is_email_verified:"Boolean",
|
|
is_registered:"Boolean",
|
|
message:"String",
|
|
public_key:"String",
|
|
referer:"String",
|
|
role:"String",
|
|
status:"UserStatus",
|
|
subscriber_hash:"String",
|
|
subscriber_id:"String",
|
|
type:"String",
|
|
username:"String"
|
|
},
|
|
Mutation:{
|
|
acceptChildOrder:"Transaction",
|
|
addParticipant:"Account",
|
|
addPaymentMethod:"PaymentMethod",
|
|
addTrustedAccount:"Branch",
|
|
authorizeDecision:"Transaction",
|
|
cancelMembershipExit:"Boolean",
|
|
cancelRequest:"Transaction",
|
|
capitalAddAuthor:"CapitalProject",
|
|
capitalApproveCommit:"CapitalCommit",
|
|
capitalCalculateVotes:"CapitalSegment",
|
|
capitalCloseProject:"CapitalProject",
|
|
capitalCompleteProcessStep:"ProcessInstance",
|
|
capitalCompleteRegistration:"Transaction",
|
|
capitalCompleteVoting:"Transaction",
|
|
capitalConvertSegment:"CapitalSegment",
|
|
capitalCreateCommit:"CapitalCommit",
|
|
capitalCreateCycle:"CapitalCycle",
|
|
capitalCreateDebt:"Transaction",
|
|
capitalCreateExpense:"Transaction",
|
|
capitalCreateIssue:"CapitalIssue",
|
|
capitalCreateProcessTemplate:"ProcessTemplate",
|
|
capitalCreateProgramExpense:"Transaction",
|
|
capitalCreateProgramInvest:"Transaction",
|
|
capitalCreateProgramProperty:"Transaction",
|
|
capitalCreateProject:"Transaction",
|
|
capitalCreateProjectInvest:"Transaction",
|
|
capitalCreateProjectProperty:"Transaction",
|
|
capitalCreateStory:"CapitalStory",
|
|
capitalDeclineCommit:"CapitalCommit",
|
|
capitalDeleteIssue:"Boolean",
|
|
capitalDeleteProcessTemplate:"Boolean",
|
|
capitalDeleteProject:"Transaction",
|
|
capitalDeleteStory:"Boolean",
|
|
capitalEditContributor:"CapitalContributor",
|
|
capitalEditProject:"Transaction",
|
|
capitalFinalizeProject:"CapitalProject",
|
|
capitalFundProgram:"Transaction",
|
|
capitalGenerateCapitalizationAgreement:"GeneratedDocument",
|
|
capitalGenerateCapitalizationMoneyInvestStatement:"GeneratedDocument",
|
|
capitalGenerateCapitalizationPropertyInvestAct:"GeneratedDocument",
|
|
capitalGenerateCapitalizationPropertyInvestDecision:"GeneratedDocument",
|
|
capitalGenerateCapitalizationPropertyInvestStatement:"GeneratedDocument",
|
|
capitalGenerateCapitalizationToMainWalletConvertStatement:"GeneratedDocument",
|
|
capitalGenerateComponentGenerationContract:"GeneratedDocument",
|
|
capitalGenerateExpenseDecision:"GeneratedDocument",
|
|
capitalGenerateExpenseStatement:"GeneratedDocument",
|
|
capitalGenerateGenerationContract:"GeneratedDocument",
|
|
capitalGenerateGenerationConvertStatement:"GeneratedDocument",
|
|
capitalGenerateGenerationMoneyInvestStatement:"GeneratedDocument",
|
|
capitalGenerateGenerationPropertyInvestAct:"GeneratedDocument",
|
|
capitalGenerateGenerationPropertyInvestDecision:"GeneratedDocument",
|
|
capitalGenerateGenerationPropertyInvestStatement:"GeneratedDocument",
|
|
capitalGenerateGetLoanDecision:"GeneratedDocument",
|
|
capitalGenerateGetLoanStatement:"GeneratedDocument",
|
|
capitalGenerateProgramMoneyInvestStatement:"GeneratedDocument",
|
|
capitalGenerateProjectGenerationContract:"GeneratedDocument",
|
|
capitalGenerateRegistrationDocuments:"GenerateCapitalRegistrationDocumentsOutputDTO",
|
|
capitalGenerateResultContributionAct:"GeneratedDocument",
|
|
capitalGenerateResultContributionDecision:"GeneratedDocument",
|
|
capitalGenerateResultContributionStatement:"GeneratedDocument",
|
|
capitalImportContributor:"Transaction",
|
|
capitalMakeClearance:"Transaction",
|
|
capitalMoveIssueToComponent:"CapitalIssue",
|
|
capitalOpenProject:"CapitalProject",
|
|
capitalPushResult:"CapitalSegment",
|
|
capitalRefreshProgram:"Transaction",
|
|
capitalRefreshSegment:"CapitalSegment",
|
|
capitalRegisterContributor:"Transaction",
|
|
capitalSetConfig:"Transaction",
|
|
capitalSetMaster:"Transaction",
|
|
capitalSetPlan:"CapitalProject",
|
|
capitalSetProjectDevelopmentRepositoryUrl:"CapitalProject",
|
|
capitalSignActAsChairman:"CapitalSegment",
|
|
capitalSignActAsContributor:"CapitalSegment",
|
|
capitalStartProcess:"ProcessInstance",
|
|
capitalStartProject:"CapitalProject",
|
|
capitalStartVoting:"Transaction",
|
|
capitalStopProject:"CapitalProject",
|
|
capitalSubmitVote:"Transaction",
|
|
capitalTopupProgramExpensePool:"Transaction",
|
|
capitalUpdateIssue:"CapitalIssue",
|
|
capitalUpdateProcessTemplate:"ProcessTemplate",
|
|
capitalUpdateStory:"CapitalStory",
|
|
chairmanConfirmApprove:"Approval",
|
|
chairmanDeclineApprove:"Approval",
|
|
chatcoopCreateAccount:"Boolean",
|
|
chatcoopCreateCalendarEvent:"ChatCoopCalendarEvent",
|
|
chatcoopCreateCalendarIcsSubscription:"ChatCoopCalendarIcsUrlResponse",
|
|
chatcoopCreateSecretaryRoom:"ChatcoopSecretaryRoom",
|
|
chatcoopDeleteCalendarEvent:"Boolean",
|
|
chatcoopRemoveSecretaryRoom:"String",
|
|
chatcoopUpdateCalendarEvent:"ChatCoopCalendarEvent",
|
|
chatcoopUpdateTranscriptionMemo:"CallTranscription",
|
|
completeCapitalOnboardingStep:"CapitalOnboardingState",
|
|
completeChairmanAgendaStep:"ChairmanOnboardingState",
|
|
completeChairmanGeneralMeetStep:"ChairmanOnboardingState",
|
|
completeExtensionOnboardingStep:"ExtensionOnboardingState",
|
|
completeRequest:"Transaction",
|
|
confirmAgreement:"Transaction",
|
|
confirmMembershipExit:"MembershipExitResult",
|
|
confirmReceiveOnRequest:"Transaction",
|
|
confirmSupplyOnRequest:"Transaction",
|
|
createAnnualGeneralMeet:"MeetAggregate",
|
|
createBranch:"Branch",
|
|
createChildOrder:"Transaction",
|
|
createDepositPayment:"GatewayPayment",
|
|
createExpenseProposal:"Transaction",
|
|
createInitialPayment:"GatewayPayment",
|
|
createMembershipExit:"MembershipExitResult",
|
|
createParentOffer:"Transaction",
|
|
createProjectOfFreeDecision:"CreatedProjectFreeDecision",
|
|
createWebPushSubscription:"CreateSubscriptionResponse",
|
|
createWithdraw:"CreateWithdrawResponse",
|
|
deactivateWebPushSubscriptionById:"Boolean",
|
|
declineAgreement:"Transaction",
|
|
declineDecision:"Transaction",
|
|
declineRequest:"Transaction",
|
|
deleteAccount:"Boolean",
|
|
deleteBranch:"Boolean",
|
|
deletePaymentMethod:"Boolean",
|
|
deleteReportDraft:"Boolean",
|
|
deleteTrustedAccount:"Branch",
|
|
deliverOnRequest:"Transaction",
|
|
disputeOnRequest:"Transaction",
|
|
editBranch:"Branch",
|
|
generateAnnualGeneralMeetAgendaDocument:"GeneratedDocument",
|
|
generateAnnualGeneralMeetDecisionDocument:"GeneratedDocument",
|
|
generateAnnualGeneralMeetNotificationDocument:"GeneratedDocument",
|
|
generateAssetContributionAct:"GeneratedDocument",
|
|
generateAssetContributionDecision:"GeneratedDocument",
|
|
generateAssetContributionStatement:"GeneratedDocument",
|
|
generateBallotForAnnualGeneralMeetDocument:"GeneratedDocument",
|
|
generateConvertToAxonStatement:"GeneratedDocument",
|
|
generateDocument:"GeneratedDocument",
|
|
generateExpenseProposalDecisionDocument:"GeneratedDocument",
|
|
generateExpenseProposalStatementDocument:"GeneratedDocument",
|
|
generateFreeDecision:"GeneratedDocument",
|
|
generateMembershipExitApplication:"GeneratedDocument",
|
|
generateMembershipExitDecision:"GeneratedDocument",
|
|
generateParticipantApplication:"GeneratedDocument",
|
|
generateParticipantApplicationDecision:"GeneratedDocument",
|
|
generatePrivacyAgreement:"GeneratedDocument",
|
|
generateProjectOfFreeDecision:"GeneratedDocument",
|
|
generateRegistrationDocuments:"GenerateRegistrationDocumentsOutput",
|
|
generateReportFromEdits:"GeneratedReport",
|
|
generateReturnByAssetAct:"GeneratedDocument",
|
|
generateReturnByAssetDecision:"GeneratedDocument",
|
|
generateReturnByAssetStatement:"GeneratedDocument",
|
|
generateReturnByMoneyDecisionDocument:"GeneratedDocument",
|
|
generateReturnByMoneyStatementDocument:"GeneratedDocument",
|
|
generateSelectBranchDocument:"GeneratedDocument",
|
|
generateSignatureAgreement:"GeneratedDocument",
|
|
generateSovietDecisionOnAnnualMeetDocument:"GeneratedDocument",
|
|
generateUserAgreement:"GeneratedDocument",
|
|
generateWalletAgreement:"GeneratedDocument",
|
|
initSystem:"SystemInfo",
|
|
installExtension:"Extension",
|
|
installSystem:"SystemInfo",
|
|
login:"RegisteredAccount",
|
|
logout:"Boolean",
|
|
markAllNotificationsRead:"UnreadNotificationsCount",
|
|
markNotificationRead:"InboxNotification",
|
|
markReportPeriod:"Boolean",
|
|
moderateRequest:"Transaction",
|
|
notifyOnAnnualGeneralMeet:"MeetAggregate",
|
|
overspendExpenseItem:"Transaction",
|
|
payExpenseItem:"Transaction",
|
|
processConvertToAxonStatement:"Boolean",
|
|
prohibitRequest:"Transaction",
|
|
publishProjectOfFreeDecision:"AgendaWithDocuments",
|
|
publishRequest:"Transaction",
|
|
receiveOnRequest:"Transaction",
|
|
refresh:"RegisteredAccount",
|
|
registerAccount:"RegisteredAccount",
|
|
registerParticipant:"Account",
|
|
reportExpenseItem:"ExpenseReportResult",
|
|
resendNotification:"Notification",
|
|
resetKey:"Boolean",
|
|
resetRegistration:"Account",
|
|
restartAnnualGeneralMeet:"MeetAggregate",
|
|
returnExpenseItem:"Transaction",
|
|
saveReportDraft:"ReportDraft",
|
|
selectBranch:"Boolean",
|
|
sendAgreement:"Transaction",
|
|
setPaymentStatus:"GatewayPayment",
|
|
setWif:"Boolean",
|
|
signByPresiderOnAnnualGeneralMeet:"MeetAggregate",
|
|
signBySecretaryOnAnnualGeneralMeet:"MeetAggregate",
|
|
startInstall:"StartInstallResult",
|
|
startResetKey:"Boolean",
|
|
submitExpenseReport:"Transaction",
|
|
supplyOnRequest:"Transaction",
|
|
triggerNotificationWorkflow:"Boolean",
|
|
uninstallExtension:"Boolean",
|
|
unpublishRequest:"Transaction",
|
|
updateAccount:"Account",
|
|
updateBankAccount:"PaymentMethod",
|
|
updateExtension:"Extension",
|
|
updateReportRequisites:"ReportRequisitesView",
|
|
updateRequest:"Transaction",
|
|
updateSettings:"Settings",
|
|
updateSystem:"SystemInfo",
|
|
uploadExpenseFile:"ExpenseFile",
|
|
uploadPaymentProof:"PaymentFile",
|
|
verifyEmail:"Boolean",
|
|
voteOnAnnualGeneralMeet:"MeetAggregate",
|
|
walmoveWallets:"Ledger2AdjustmentResult"
|
|
},
|
|
Notification:{
|
|
attempts:"Int",
|
|
channel:"NotificationChannel",
|
|
coopname:"String",
|
|
createdAt:"DateTime",
|
|
id:"String",
|
|
lastError:"String",
|
|
recipientSubscriberId:"String",
|
|
recipientUsername:"String",
|
|
status:"NotificationOutboxStatus",
|
|
updatedAt:"DateTime",
|
|
workflowId:"String"
|
|
},
|
|
NotificationAttempt:{
|
|
attemptNumber:"Int",
|
|
createdAt:"DateTime",
|
|
error:"String",
|
|
id:"String",
|
|
providerResponse:"String",
|
|
status:"NotificationDeliveryStatus"
|
|
},
|
|
NotificationDetail:{
|
|
attempts:"Int",
|
|
channel:"NotificationChannel",
|
|
coopname:"String",
|
|
createdAt:"DateTime",
|
|
deliveries:"NotificationAttempt",
|
|
id:"String",
|
|
lastError:"String",
|
|
recipientSubscriberId:"String",
|
|
recipientUsername:"String",
|
|
status:"NotificationOutboxStatus",
|
|
updatedAt:"DateTime",
|
|
workflowId:"String"
|
|
},
|
|
NotificationPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Notification",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
OneCoopDocumentOutput:{
|
|
action:"String",
|
|
block_num:"Int",
|
|
data:"JSON",
|
|
hash:"String",
|
|
package:"String"
|
|
},
|
|
OneCoopDocumentsResponse:{
|
|
current_page:"Int",
|
|
items:"OneCoopDocumentOutput",
|
|
max_block_num:"Int",
|
|
total_count:"Int",
|
|
total_pages:"Int"
|
|
},
|
|
Organization:{
|
|
city:"String",
|
|
country:"String",
|
|
details:"OrganizationDetails",
|
|
email:"String",
|
|
fact_address:"String",
|
|
full_address:"String",
|
|
full_name:"String",
|
|
phone:"String",
|
|
represented_by:"RepresentedBy",
|
|
short_name:"String",
|
|
type:"String",
|
|
username:"String"
|
|
},
|
|
OrganizationCertificate:{
|
|
inn:"String",
|
|
ogrn:"String",
|
|
represented_by:"RepresentedByCertificate",
|
|
short_name:"String",
|
|
type:"AccountType",
|
|
username:"String"
|
|
},
|
|
OrganizationDetails:{
|
|
inn:"String",
|
|
kpp:"String",
|
|
ogrn:"String"
|
|
},
|
|
OrganizationWithBankAccount:{
|
|
bank_account:"BankAccount",
|
|
city:"String",
|
|
country:"String",
|
|
details:"OrganizationDetails",
|
|
email:"String",
|
|
fact_address:"String",
|
|
full_address:"String",
|
|
full_name:"String",
|
|
phone:"String",
|
|
represented_by:"RepresentedBy",
|
|
short_name:"String",
|
|
type:"String",
|
|
username:"String"
|
|
},
|
|
PaginatedActionsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"BlockchainAction",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedAgreementsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Agreement",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCandidatesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Candidate",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalCandidatesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalCandidate",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalCommitsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalCommit",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalContributorsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalContributor",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalCyclesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalCycle",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalDebtsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalDebt",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalExpensesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalExpense",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalInvestsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalInvest",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalIssuesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalIssue",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalLogsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalLog",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalProgramExpensesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalProgramExpense",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalProjectsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalProject",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalResultsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalResult",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalSegmentsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalSegment",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalStoriesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalStory",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalTimeEntriesByIssuesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalTimeEntriesByIssues",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalTimeEntriesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalTimeEntry",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCapitalVotesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CapitalVote",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedChairmanApprovalsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Approval",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedCurrentTableStatesPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"CurrentTableState",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedDeltasPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"Delta",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedExpenseProposalsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"ExpenseProposal",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
PaginatedGatewayPaymentsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"GatewayPayment",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
ParticipantAccount:{
|
|
braname:"String",
|
|
created_at:"DateTime",
|
|
has_vote:"Boolean",
|
|
initial_amount:"String",
|
|
is_initial:"Boolean",
|
|
is_minimum:"Boolean",
|
|
last_min_pay:"DateTime",
|
|
last_update:"DateTime",
|
|
minimum_amount:"String",
|
|
status:"String",
|
|
type:"String",
|
|
username:"String"
|
|
},
|
|
Passport:{
|
|
code:"String",
|
|
issued_at:"String",
|
|
issued_by:"String",
|
|
number:"Int",
|
|
series:"Int"
|
|
},
|
|
PaymentDetails:{
|
|
amount_plus_fee:"String",
|
|
amount_without_fee:"String",
|
|
data:"JSON",
|
|
fact_fee_percent:"Float",
|
|
fee_amount:"String",
|
|
fee_percent:"Float",
|
|
tolerance_percent:"Float"
|
|
},
|
|
PaymentFile:{
|
|
checksum_sha256:"String",
|
|
coopname:"String",
|
|
id:"Int",
|
|
kind:"PaymentFileKind",
|
|
mime_type:"String",
|
|
original_filename:"String",
|
|
payment_hash:"String",
|
|
read_url:"String",
|
|
size_bytes:"Int",
|
|
storage_key:"String",
|
|
uploaded_at:"DateTime",
|
|
uploaded_by_username:"String"
|
|
},
|
|
PaymentMethod:{
|
|
created_at:"DateTime",
|
|
data:"PaymentMethodData",
|
|
is_default:"Boolean",
|
|
method_id:"String",
|
|
method_type:"String",
|
|
updated_at:"DateTime",
|
|
username:"String"
|
|
},
|
|
PaymentMethodData:{
|
|
"...on BankAccount":"BankAccount",
|
|
"...on SbpAccount":"SbpAccount"
|
|
},
|
|
PaymentMethodPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"PaymentMethod",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
Permission:{
|
|
parent:"String",
|
|
perm_name:"String",
|
|
required_auth:"Authority"
|
|
},
|
|
PermissionLevel:{
|
|
actor:"String",
|
|
permission:"String"
|
|
},
|
|
PermissionLevelWeight:{
|
|
permission:"PermissionLevel",
|
|
weight:"Int"
|
|
},
|
|
PrivateAccount:{
|
|
entrepreneur_data:"Entrepreneur",
|
|
individual_data:"Individual",
|
|
organization_data:"Organization",
|
|
type:"AccountType"
|
|
},
|
|
PrivateAccountSearchData:{
|
|
"...on Entrepreneur":"Entrepreneur",
|
|
"...on Individual":"Individual",
|
|
"...on Organization":"Organization"
|
|
},
|
|
PrivateAccountSearchResult:{
|
|
data:"PrivateAccountSearchData",
|
|
highlightedFields:"String",
|
|
score:"Float",
|
|
type:"String"
|
|
},
|
|
ProcessAction:{
|
|
account:"String",
|
|
block_id:"String",
|
|
block_num:"Float",
|
|
created_at:"DateTime",
|
|
data:"JSON",
|
|
global_sequence:"String",
|
|
id:"String",
|
|
name:"String",
|
|
transaction_id:"String"
|
|
},
|
|
ProcessDelta:{
|
|
block_num:"Float",
|
|
code:"String",
|
|
created_at:"DateTime",
|
|
id:"String",
|
|
present:"Boolean",
|
|
primary_key:"String",
|
|
scope:"String",
|
|
table:"String",
|
|
value:"JSON"
|
|
},
|
|
ProcessDocument:{
|
|
document:"JSON",
|
|
hash:"String",
|
|
raw:"JSON",
|
|
source:"ProcessDocumentSource"
|
|
},
|
|
ProcessDocumentSource:{
|
|
code:"String",
|
|
field:"String",
|
|
primary_key:"String",
|
|
table:"String"
|
|
},
|
|
ProcessEdge:{
|
|
id:"String",
|
|
source:"String",
|
|
target:"String"
|
|
},
|
|
ProcessInstance:{
|
|
completed_at:"DateTime",
|
|
coopname:"String",
|
|
cycle:"Int",
|
|
id:"String",
|
|
project_hash:"String",
|
|
started_at:"DateTime",
|
|
started_by:"String",
|
|
status:"ProcessInstanceStatus",
|
|
step_states:"ProcessStepState",
|
|
template_id:"String"
|
|
},
|
|
ProcessStepPosition:{
|
|
x:"Float",
|
|
y:"Float"
|
|
},
|
|
ProcessStepState:{
|
|
completed_at:"DateTime",
|
|
issue_hash:"String",
|
|
status:"ProcessStepStatus",
|
|
step_id:"String"
|
|
},
|
|
ProcessStepTemplate:{
|
|
description:"String",
|
|
estimate:"Float",
|
|
id:"String",
|
|
is_start:"Boolean",
|
|
position:"ProcessStepPosition",
|
|
title:"String"
|
|
},
|
|
ProcessSummary:{
|
|
coopname:"String",
|
|
firstSeenAt:"DateTime",
|
|
lastSeenAt:"DateTime",
|
|
processHash:"String",
|
|
processType:"String",
|
|
username:"String"
|
|
},
|
|
ProcessSummaryPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"ProcessSummary",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
ProcessTemplate:{
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
created_by:"String",
|
|
description:"String",
|
|
edges:"ProcessEdge",
|
|
id:"String",
|
|
project_hash:"String",
|
|
status:"ProcessTemplateStatus",
|
|
steps:"ProcessStepTemplate",
|
|
title:"String",
|
|
updated_at:"DateTime"
|
|
},
|
|
ProcessView:{
|
|
actions:"ProcessAction",
|
|
coopname:"String",
|
|
delta_history:"ProcessDelta",
|
|
documents:"ProcessDocument",
|
|
first_seen_at:"DateTime",
|
|
last_seen_at:"DateTime",
|
|
process_hash:"String",
|
|
process_type:"String"
|
|
},
|
|
ProgramWallet:{
|
|
agreement_id:"ID",
|
|
available:"String",
|
|
blockNum:"Float",
|
|
coopname:"String",
|
|
id:"ID",
|
|
membership_contribution:"String",
|
|
program_id:"ID",
|
|
program_type:"ProgramType",
|
|
username:"String"
|
|
},
|
|
ProgramWalletsPaginationResult:{
|
|
currentPage:"Int",
|
|
items:"ProgramWallet",
|
|
totalCount:"Int",
|
|
totalPages:"Int"
|
|
},
|
|
ProviderSubscription:{
|
|
created_at:"String",
|
|
domain_valid:"Boolean",
|
|
expires_at:"String",
|
|
id:"Float",
|
|
installation_progress:"Float",
|
|
instance_status:"String",
|
|
instance_username:"String",
|
|
is_trial:"Boolean",
|
|
next_payment_due:"String",
|
|
period_days:"Float",
|
|
price:"Float",
|
|
specific_data:"JSON",
|
|
started_at:"String",
|
|
status:"String",
|
|
subscriber_id:"Float",
|
|
subscriber_username:"String",
|
|
subscription_type_description:"String",
|
|
subscription_type_id:"Float",
|
|
subscription_type_name:"String",
|
|
updated_at:"String"
|
|
},
|
|
PublicChairman:{
|
|
first_name:"String",
|
|
last_name:"String",
|
|
middle_name:"String"
|
|
},
|
|
Query:{
|
|
agreementTemplates:"AgreementTemplate",
|
|
agreements:"PaginatedAgreementsPaginationResult",
|
|
buildInitialReportEdits:"BuildInitialReportEdits",
|
|
candidates:"PaginatedCandidatesPaginationResult",
|
|
capitalCandidates:"PaginatedCapitalCandidatesPaginationResult",
|
|
capitalCommit:"CapitalCommit",
|
|
capitalCommits:"PaginatedCapitalCommitsPaginationResult",
|
|
capitalContributor:"CapitalContributor",
|
|
capitalContributors:"PaginatedCapitalContributorsPaginationResult",
|
|
capitalCycles:"PaginatedCapitalCyclesPaginationResult",
|
|
capitalDebt:"CapitalDebt",
|
|
capitalDebts:"PaginatedCapitalDebtsPaginationResult",
|
|
capitalExpense:"CapitalExpense",
|
|
capitalExpenses:"PaginatedCapitalExpensesPaginationResult",
|
|
capitalGetProcessInstance:"ProcessInstance",
|
|
capitalGetProcessInstances:"ProcessInstance",
|
|
capitalGetProcessTemplate:"ProcessTemplate",
|
|
capitalGetProcessTemplates:"ProcessTemplate",
|
|
capitalInvest:"CapitalInvest",
|
|
capitalInvests:"PaginatedCapitalInvestsPaginationResult",
|
|
capitalIssue:"CapitalIssue",
|
|
capitalIssues:"PaginatedCapitalIssuesPaginationResult",
|
|
capitalProgramExpense:"CapitalProgramExpense",
|
|
capitalProgramExpenses:"PaginatedCapitalProgramExpensesPaginationResult",
|
|
capitalProject:"CapitalProject",
|
|
capitalProjectWithRelations:"CapitalProject",
|
|
capitalProjects:"PaginatedCapitalProjectsPaginationResult",
|
|
capitalResult:"CapitalResult",
|
|
capitalResults:"PaginatedCapitalResultsPaginationResult",
|
|
capitalSegment:"CapitalSegment",
|
|
capitalSegments:"PaginatedCapitalSegmentsPaginationResult",
|
|
capitalState:"CapitalState",
|
|
capitalStories:"PaginatedCapitalStoriesPaginationResult",
|
|
capitalStory:"CapitalStory",
|
|
capitalTimeEntries:"PaginatedCapitalTimeEntriesPaginationResult",
|
|
capitalTimeEntriesByIssues:"PaginatedCapitalTimeEntriesByIssuesPaginationResult",
|
|
capitalTimeStats:"CapitalTimeStats",
|
|
capitalVote:"CapitalVote",
|
|
capitalVotes:"PaginatedCapitalVotesPaginationResult",
|
|
chairmanApproval:"Approval",
|
|
chairmanApprovals:"PaginatedChairmanApprovalsPaginationResult",
|
|
chatcoopCheckUsernameAvailability:"Boolean",
|
|
chatcoopGetAccountStatus:"MatrixAccountStatusResponseDTO",
|
|
chatcoopGetMaxOriginServerTsForRoom:"Float",
|
|
chatcoopGetRoomMessagesForUtcDate:"ChatcoopRoomMessageLine",
|
|
chatcoopGetTranscription:"CallTranscriptionWithSegments",
|
|
chatcoopGetTranscriptions:"CallTranscription",
|
|
chatcoopListCalendarEvents:"ChatCoopCalendarEvent",
|
|
chatcoopListCalendarRooms:"ChatCoopCalendarRoomOption",
|
|
chatcoopListNonProjectCommunicationRooms:"ChatcoopNonProjectCommunicationRoom",
|
|
chatcoopListProjectCommunicationRooms:"ChatcoopProjectCommunicationRoom",
|
|
chatcoopListSecretaryRooms:"ChatcoopSecretaryRoom",
|
|
chatcoopListUtcDatesWithNewRoomMessages:"String",
|
|
checkReportReadiness:"ReportReadinessView",
|
|
cooperativeAgreements:"CoopAgreement",
|
|
cooperativePrograms:"CooperativeProgram",
|
|
expenseFile:"ExpenseFile",
|
|
expenseFilesByItem:"ExpenseFile",
|
|
expenseFilesByProposal:"ExpenseFile",
|
|
expenseProposal:"ExpenseProposal",
|
|
expenseProposalsByCooperative:"PaginatedExpenseProposalsPaginationResult",
|
|
expenseProposalsByMember:"PaginatedExpenseProposalsPaginationResult",
|
|
expenseRequisitesByProposal:"ExpenseRequisite",
|
|
getAccount:"Account",
|
|
getAccounts:"AccountsPaginationResult",
|
|
getActions:"PaginatedActionsPaginationResult",
|
|
getAgenda:"AgendaWithDocuments",
|
|
getAvailableReports:"AvailableReport",
|
|
getBranches:"Branch",
|
|
getCapitalIssueLogs:"PaginatedCapitalLogsPaginationResult",
|
|
getCapitalOnboardingState:"CapitalOnboardingState",
|
|
getCapitalProjectLogs:"PaginatedCapitalLogsPaginationResult",
|
|
getChairmanOnboardingState:"ChairmanOnboardingState",
|
|
getCurrentInstance:"CurrentInstanceDTO",
|
|
getCurrentTableStates:"PaginatedCurrentTableStatesPaginationResult",
|
|
getDeltas:"PaginatedDeltasPaginationResult",
|
|
getDesktop:"Desktop",
|
|
getDocuments:"DocumentsAggregatePaginationResult",
|
|
getExtensionLogs:"ExtensionLogsPaginationResult",
|
|
getExtensionOnboardingState:"ExtensionOnboardingState",
|
|
getExtensions:"Extension",
|
|
getInboxNotifications:"InboxNotificationPaginationResult",
|
|
getInstallationStatus:"InstallationStatus",
|
|
getLedger:"LedgerState",
|
|
getLedger2Accounts:"Ledger2Account",
|
|
getLedger2History:"Ledger2HistoryResponse",
|
|
getLedger2Postings:"Ledger2PostingsResponse",
|
|
getLedger2Wallets:"Ledger2Wallet",
|
|
getLedgerHistory:"LedgerHistoryResponse",
|
|
getMeet:"MeetAggregate",
|
|
getMeets:"MeetAggregate",
|
|
getNotification:"NotificationDetail",
|
|
getNotifications:"NotificationPaginationResult",
|
|
getPaymentMethods:"PaymentMethodPaginationResult",
|
|
getPayments:"PaginatedGatewayPaymentsPaginationResult",
|
|
getProgramWallet:"ProgramWallet",
|
|
getProgramWallets:"ProgramWalletsPaginationResult",
|
|
getProviderSubscriptionById:"ProviderSubscription",
|
|
getProviderSubscriptions:"ProviderSubscription",
|
|
getRegistrationAgreements:"RegistrationAgreement",
|
|
getRegistrationConfig:"RegistrationConfig",
|
|
getReport:"GeneratedReport",
|
|
getReportCalendar:"ReportCalendarRow",
|
|
getReportDraft:"ReportDraft",
|
|
getReportHistory:"ReportHistoryPage",
|
|
getReportPreview:"ReportPreview",
|
|
getReportRequisites:"ReportRequisitesView",
|
|
getSystemInfo:"SystemInfo",
|
|
getUnreadNotificationsCount:"UnreadNotificationsCount",
|
|
getUserWebPushSubscriptions:"WebPushSubscriptionDto",
|
|
getWebPushSubscriptionStats:"SubscriptionStatsDto",
|
|
listReportDrafts:"ReportDraft",
|
|
membershipExit:"MembershipExit",
|
|
membershipExitReturnPreview:"MembershipExitReturnPreview",
|
|
onecoopGetDocuments:"OneCoopDocumentsResponse",
|
|
paymentFile:"PaymentFile",
|
|
paymentProofs:"PaymentFile",
|
|
process:"ProcessView",
|
|
processes:"ProcessSummaryPaginationResult",
|
|
searchDocuments:"SearchResult",
|
|
searchPrivateAccounts:"PrivateAccountSearchResult",
|
|
validateReportEdits:"FieldError"
|
|
},
|
|
Question:{
|
|
context:"String",
|
|
coopname:"String",
|
|
counter_votes_abstained:"Float",
|
|
counter_votes_against:"Float",
|
|
counter_votes_for:"Float",
|
|
decision:"String",
|
|
id:"Float",
|
|
meet_id:"Float",
|
|
number:"Float",
|
|
title:"String",
|
|
voters_abstained:"String",
|
|
voters_against:"String",
|
|
voters_for:"String"
|
|
},
|
|
RefundRequest:{
|
|
cpu_amount:"String",
|
|
net_amount:"String",
|
|
owner:"String",
|
|
request_time:"String"
|
|
},
|
|
RegisteredAccount:{
|
|
account:"Account",
|
|
tokens:"Tokens"
|
|
},
|
|
RegistrationAgreement:{
|
|
agreement_type:"String",
|
|
applicable_account_types:"AccountType",
|
|
checkbox_text:"String",
|
|
id:"String",
|
|
is_blockchain_agreement:"Boolean",
|
|
link_text:"String",
|
|
link_to_statement:"Boolean",
|
|
order:"Int",
|
|
registry_id:"Int",
|
|
title:"String"
|
|
},
|
|
RegistrationConfig:{
|
|
programs:"RegistrationProgram",
|
|
requires_selection:"Boolean"
|
|
},
|
|
RegistrationPayment:{
|
|
hash:"String",
|
|
message:"String",
|
|
quantity:"Float",
|
|
status:"PaymentStatus",
|
|
symbol:"String"
|
|
},
|
|
RegistrationProgram:{
|
|
applicable_account_types:"AccountType",
|
|
description:"String",
|
|
image_url:"String",
|
|
key:"String",
|
|
order:"Int",
|
|
requirements:"String",
|
|
title:"String"
|
|
},
|
|
ReportCalendarPeriodEntry:{
|
|
dueDate:"String",
|
|
dueMonth:"Int",
|
|
label:"String",
|
|
periodCode:"Int",
|
|
reportYear:"Int",
|
|
status:"CalendarEntryStatus"
|
|
},
|
|
ReportCalendarRow:{
|
|
periodKind:"String",
|
|
periods:"ReportCalendarPeriodEntry",
|
|
reportType:"ReportType",
|
|
shortName:"String"
|
|
},
|
|
ReportDraft:{
|
|
createdAt:"DateTime",
|
|
editedFields:"String",
|
|
editsJson:"String",
|
|
id:"String",
|
|
ownerUsername:"String",
|
|
period:"Int",
|
|
reportType:"ReportType",
|
|
updatedAt:"DateTime",
|
|
year:"Int"
|
|
},
|
|
ReportHistoryPage:{
|
|
items:"GeneratedReportSummary",
|
|
total:"Int"
|
|
},
|
|
ReportPreview:{
|
|
period:"Int",
|
|
reportType:"ReportType",
|
|
sections:"ReportPreviewSection",
|
|
year:"Int"
|
|
},
|
|
ReportPreviewField:{
|
|
key:"String",
|
|
label:"String",
|
|
unit:"String",
|
|
value:"String"
|
|
},
|
|
ReportPreviewSection:{
|
|
fields:"ReportPreviewField",
|
|
title:"String"
|
|
},
|
|
ReportReadinessView:{
|
|
missingFields:"MissingRequisiteField",
|
|
ready:"Boolean",
|
|
reportType:"ReportType"
|
|
},
|
|
ReportRequisitesView:{
|
|
address:"RequisiteFieldView",
|
|
chairmanPosition:"RequisiteFieldView",
|
|
chairmanPositionFromOrg:"RequisiteFieldView",
|
|
coopname:"String",
|
|
inn:"RequisiteFieldView",
|
|
kpp:"RequisiteFieldView",
|
|
ogrn:"RequisiteFieldView",
|
|
okfs:"RequisiteFieldView",
|
|
okopf:"RequisiteFieldView",
|
|
okpo:"RequisiteFieldView",
|
|
oktmo:"RequisiteFieldView",
|
|
okved:"RequisiteFieldView",
|
|
orgName:"RequisiteFieldView",
|
|
phone:"RequisiteFieldView",
|
|
sfrRegNumber:"RequisiteFieldView",
|
|
signerFirstName:"RequisiteFieldView",
|
|
signerLastName:"RequisiteFieldView",
|
|
signerMiddleName:"RequisiteFieldView",
|
|
signerRepDoc:"RequisiteFieldView",
|
|
signerSnils:"RequisiteFieldView",
|
|
signerType:"String"
|
|
},
|
|
RepresentedBy:{
|
|
based_on:"String",
|
|
first_name:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
position:"String"
|
|
},
|
|
RepresentedByCertificate:{
|
|
first_name:"String",
|
|
last_name:"String",
|
|
middle_name:"String",
|
|
position:"String"
|
|
},
|
|
RequisiteFieldView:{
|
|
source:"RequisiteSource",
|
|
value:"String"
|
|
},
|
|
ResourceDelegationDTO:{
|
|
cpu_weight:"String",
|
|
from:"String",
|
|
net_weight:"String",
|
|
to:"String"
|
|
},
|
|
ResourceOverview:{
|
|
cpu_weight:"String",
|
|
net_weight:"String",
|
|
owner:"String",
|
|
ram_bytes:"Int"
|
|
},
|
|
SbpAccount:{
|
|
phone:"String"
|
|
},
|
|
SearchResult:{
|
|
coopname:"String",
|
|
created_at:"String",
|
|
full_title:"String",
|
|
hash:"String",
|
|
highlights:"String",
|
|
registry_id:"Int",
|
|
signer:"String",
|
|
username:"String"
|
|
},
|
|
Settings:{
|
|
authorized_default_route:"String",
|
|
authorized_default_workspace:"String",
|
|
coopname:"String",
|
|
created_at:"DateTime",
|
|
non_authorized_default_route:"String",
|
|
non_authorized_default_workspace:"String",
|
|
provider_name:"String",
|
|
updated_at:"DateTime"
|
|
},
|
|
SignatureInfo:{
|
|
id:"Float",
|
|
is_valid:"Boolean",
|
|
meta:"JSON",
|
|
public_key:"String",
|
|
signature:"String",
|
|
signed_at:"String",
|
|
signed_hash:"String",
|
|
signer:"String",
|
|
signer_certificate:"UserCertificateUnion"
|
|
},
|
|
SignedBlockchainDocument:{
|
|
doc_hash:"String",
|
|
hash:"String",
|
|
meta:"String",
|
|
meta_hash:"String",
|
|
signatures:"SignatureInfo",
|
|
version:"String"
|
|
},
|
|
SignedDigitalDocument:{
|
|
doc_hash:"String",
|
|
hash:"String",
|
|
meta:"JSON",
|
|
meta_hash:"String",
|
|
signatures:"SignatureInfo",
|
|
version:"String"
|
|
},
|
|
StartInstallResult:{
|
|
coopname:"String",
|
|
install_code:"String"
|
|
},
|
|
StatementDetailAggregate:{
|
|
action:"ExtendedBlockchainAction",
|
|
documentAggregate:"DocumentAggregate"
|
|
},
|
|
SubscriptionStatsDto:{
|
|
active:"Int",
|
|
inactive:"Int",
|
|
total:"Int",
|
|
uniqueUsers:"Int"
|
|
},
|
|
Symbols:{
|
|
root_govern_precision:"Float",
|
|
root_govern_symbol:"String",
|
|
root_precision:"Float",
|
|
root_symbol:"String"
|
|
},
|
|
SystemFeatures:{
|
|
search:"Boolean"
|
|
},
|
|
SystemInfo:{
|
|
blockchain_account:"BlockchainAccount",
|
|
blockchain_info:"BlockchainInfoDTO",
|
|
board_members:"BoardMember",
|
|
contacts:"ContactsDTO",
|
|
cooperator_account:"CooperativeOperatorAccount",
|
|
coopname:"String",
|
|
features:"SystemFeatures",
|
|
is_providered:"Boolean",
|
|
is_unioned:"Boolean",
|
|
settings:"Settings",
|
|
symbols:"Symbols",
|
|
system_status:"SystemStatus",
|
|
union_link:"String",
|
|
vars:"Vars"
|
|
},
|
|
Token:{
|
|
expires:"DateTime",
|
|
token:"String"
|
|
},
|
|
Tokens:{
|
|
access:"Token",
|
|
refresh:"Token"
|
|
},
|
|
Transaction:{
|
|
chain:"JSON",
|
|
request:"JSON",
|
|
resolved:"JSON",
|
|
response:"JSON",
|
|
returns:"JSON",
|
|
revisions:"JSON",
|
|
signatures:"JSON",
|
|
signer:"JSON",
|
|
transaction:"JSON"
|
|
},
|
|
TranscriptionSegment:{
|
|
createdAt:"DateTime",
|
|
endOffset:"Float",
|
|
id:"String",
|
|
speakerIdentity:"String",
|
|
speakerName:"String",
|
|
startOffset:"Float",
|
|
text:"String"
|
|
},
|
|
UnreadNotificationsCount:{
|
|
count:"Int"
|
|
},
|
|
UserAccount:{
|
|
meta:"String",
|
|
referer:"String",
|
|
registered_at:"String",
|
|
registrator:"String",
|
|
status:"String",
|
|
storages:"String",
|
|
type:"String",
|
|
username:"String",
|
|
verifications:"Verification"
|
|
},
|
|
UserCertificateUnion:{
|
|
"...on EntrepreneurCertificate":"EntrepreneurCertificate",
|
|
"...on IndividualCertificate":"IndividualCertificate",
|
|
"...on OrganizationCertificate":"OrganizationCertificate"
|
|
},
|
|
Vars:{
|
|
confidential_email:"String",
|
|
confidential_link:"String",
|
|
contact_email:"String",
|
|
coopenomics_agreement:"AgreementVar",
|
|
coopname:"String",
|
|
full_abbr:"String",
|
|
full_abbr_dative:"String",
|
|
full_abbr_genitive:"String",
|
|
name:"String",
|
|
participant_application:"AgreementVar",
|
|
passport_request:"String",
|
|
privacy_agreement:"AgreementVar",
|
|
short_abbr:"String",
|
|
signature_agreement:"AgreementVar",
|
|
statute_link:"String",
|
|
user_agreement:"AgreementVar",
|
|
wallet_agreement:"AgreementVar",
|
|
website:"String"
|
|
},
|
|
Verification:{
|
|
created_at:"String",
|
|
is_verified:"Boolean",
|
|
last_update:"String",
|
|
notice:"String",
|
|
procedure:"String",
|
|
verificator:"String"
|
|
},
|
|
WaitWeight:{
|
|
wait_sec:"Int",
|
|
weight:"Int"
|
|
},
|
|
WebPushSubscriptionDto:{
|
|
authKey:"String",
|
|
createdAt:"DateTime",
|
|
endpoint:"String",
|
|
id:"String",
|
|
isActive:"Boolean",
|
|
p256dhKey:"String",
|
|
updatedAt:"DateTime",
|
|
userAgent:"String",
|
|
username:"String"
|
|
},
|
|
ZeroReportHeaderEdits:{
|
|
correctionNumber:"Int",
|
|
docDate:"String",
|
|
idFile:"String",
|
|
period:"Int",
|
|
reportYear:"Int",
|
|
versProgram:"String"
|
|
},
|
|
ZeroReportOrganizationEdits:{
|
|
address:"String",
|
|
inn:"String",
|
|
kpp:"String",
|
|
ogrn:"String",
|
|
okfs:"String",
|
|
okopf:"String",
|
|
okpo:"String",
|
|
oktmo:"String",
|
|
okved:"String",
|
|
orgName:"String"
|
|
},
|
|
ZeroReportSignerEdits:{
|
|
chairmanPosition:"String",
|
|
firstName:"String",
|
|
lastName:"String",
|
|
middleName:"String",
|
|
repDoc:"String",
|
|
sfrRegNumber:"String",
|
|
snils:"String",
|
|
type:"ZeroReportSignerType"
|
|
},
|
|
ID: `scalar.ID` as const
|
|
}
|
|
|
|
export const Ops = {
|
|
query: "Query" as const,
|
|
mutation: "Mutation" as const
|
|
} |