Files
mono/components/controller/zeus.config.json
T
2026-01-23 13:00:24 +05:00

3873 lines
108 KiB
JSON

{
"inputs": {
"AcceptChildOrderInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/AssetContributionStatementSignedDocumentInput"
},
"exchange_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"AddParticipantInput": {
"type": "object",
"required": [
"created_at",
"email",
"initial",
"minimum",
"spread_initial",
"type"
],
"properties": {
"created_at": {
"type": "string"
},
"email": {
"type": "string"
},
"entrepreneur_data": {
"$ref": "#/inputs/CreateEntrepreneurDataInput"
},
"individual_data": {
"$ref": "#/inputs/CreateIndividualDataInput"
},
"initial": {
"type": "string"
},
"minimum": {
"type": "string"
},
"organization_data": {
"$ref": "#/inputs/CreateOrganizationDataInput"
},
"referer": {
"type": "string"
},
"spread_initial": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"Entrepreneur",
"Individual",
"Organization"
]
}
}
},
"AddTrustedAccountInput": {
"type": "object",
"required": [
"braname",
"coopname",
"trusted"
],
"properties": {
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"trusted": {
"type": "string"
}
}
},
"AgreementInput": {
"type": "object",
"required": [
"protocol_day_month_year",
"protocol_number"
],
"properties": {
"protocol_day_month_year": {
"type": "string"
},
"protocol_number": {
"type": "string"
}
}
},
"AssetContributionActGenerateDocumentInput": {
"type": "object",
"required": [
"act_id",
"coopname",
"decision_id",
"receiver",
"request_id",
"username"
],
"properties": {
"act_id": {
"type": "string"
},
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"receiver": {
"type": "string"
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"AssetContributionActSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/AssetContributionActSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"AssetContributionActSignedMetaDocumentInput": {
"type": "object",
"required": [
"act_id",
"block_num",
"coopname",
"created_at",
"decision_id",
"generator",
"lang",
"links",
"receiver",
"registry_id",
"request_id",
"timezone",
"title",
"username",
"version"
],
"properties": {
"act_id": {
"type": "string"
},
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"receiver": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"AssetContributionDecisionGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"decision_id",
"request_id",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"AssetContributionStatementGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"request",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"request": {
"$ref": "#/inputs/CommonRequestInput"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"AssetContributionStatementSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/AssetContributionStatementSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"AssetContributionStatementSignedMetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"coopname",
"created_at",
"generator",
"lang",
"links",
"registry_id",
"request",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"request": {
"$ref": "#/inputs/CommonRequestInput"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"BankAccountDetailsInput": {
"type": "object",
"required": [
"bik",
"corr",
"kpp"
],
"properties": {
"bik": {
"type": "string"
},
"corr": {
"type": "string"
},
"kpp": {
"type": "string"
}
}
},
"BankAccountInput": {
"type": "object",
"required": [
"account_number",
"bank_name",
"currency",
"details"
],
"properties": {
"account_number": {
"type": "string"
},
"bank_name": {
"type": "string"
},
"card_number": {
"type": "string"
},
"currency": {
"type": "string"
},
"details": {
"$ref": "#/inputs/BankAccountDetailsInput"
}
}
},
"CancelRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"CommonRequestInput": {
"type": "object",
"required": [
"currency",
"hash",
"program_id",
"title",
"total_cost",
"type",
"unit_cost",
"unit_of_measurement",
"units"
],
"properties": {
"currency": {
"type": "string"
},
"hash": {
"type": "string"
},
"program_id": {
"type": "integer"
},
"title": {
"type": "string"
},
"total_cost": {
"type": "string"
},
"type": {
"type": "string"
},
"unit_cost": {
"type": "string"
},
"unit_of_measurement": {
"type": "string"
},
"units": {
"type": "integer"
}
}
},
"CompleteRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"ConfirmReceiveOnRequestInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/ReturnByAssetActSignedDocumentInput"
},
"exchange_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"ConfirmSupplyOnRequestInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/AssetContributionActSignedDocumentInput"
},
"exchange_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"CreateBankAccountInput": {
"type": "object",
"required": [
"data",
"is_default",
"username"
],
"properties": {
"data": {
"$ref": "#/inputs/BankAccountInput"
},
"is_default": {
"type": "boolean"
},
"username": {
"type": "string"
}
}
},
"CreateBranchInput": {
"type": "object",
"required": [
"based_on",
"braname",
"coopname",
"email",
"fact_address",
"full_name",
"phone",
"short_name",
"trustee"
],
"properties": {
"based_on": {
"type": "string"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"email": {
"type": "string"
},
"fact_address": {
"type": "string"
},
"full_name": {
"type": "string"
},
"phone": {
"type": "string"
},
"short_name": {
"type": "string"
},
"trustee": {
"type": "string"
}
}
},
"CreateChildOrderInput": {
"type": "object",
"required": [
"coopname",
"data",
"document",
"meta",
"parent_id",
"product_lifecycle_secs",
"program_id",
"unit_cost",
"units",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"data": {
"type": "string"
},
"document": {
"$ref": "#/inputs/ReturnByAssetStatementSignedDocumentInput"
},
"meta": {
"type": "string"
},
"parent_id": {
"type": "number"
},
"product_lifecycle_secs": {
"type": "number"
},
"program_id": {
"type": "number"
},
"unit_cost": {
"type": "string"
},
"units": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"CreateDepositPaymentInput": {
"type": "object",
"required": [
"quantity",
"username"
],
"properties": {
"quantity": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"CreateEntrepreneurDataInput": {
"type": "object",
"required": [
"bank_account",
"birthdate",
"city",
"country",
"details",
"first_name",
"full_address",
"last_name",
"middle_name",
"phone"
],
"properties": {
"bank_account": {
"$ref": "#/inputs/BankAccountInput"
},
"birthdate": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string",
"enum": [
"Russia"
]
},
"details": {
"$ref": "#/inputs/EntrepreneurDetailsInput"
},
"first_name": {
"type": "string"
},
"full_address": {
"type": "string"
},
"last_name": {
"type": "string"
},
"middle_name": {
"type": "string"
},
"phone": {
"type": "string"
}
}
},
"CreateIndividualDataInput": {
"type": "object",
"required": [
"birthdate",
"first_name",
"full_address",
"last_name",
"middle_name",
"phone"
],
"properties": {
"birthdate": {
"type": "string"
},
"first_name": {
"type": "string"
},
"full_address": {
"type": "string"
},
"last_name": {
"type": "string"
},
"middle_name": {
"type": "string"
},
"passport": {
"$ref": "#/inputs/PassportInput"
},
"phone": {
"type": "string"
}
}
},
"CreateInitialPaymentInput": {
"type": "object",
"required": [
"username"
],
"properties": {
"username": {
"type": "string"
}
}
},
"CreateOrganizationDataInput": {
"type": "object",
"required": [
"bank_account",
"city",
"country",
"details",
"fact_address",
"full_address",
"full_name",
"phone",
"represented_by",
"short_name",
"type"
],
"properties": {
"bank_account": {
"$ref": "#/inputs/BankAccountInput"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"details": {
"$ref": "#/inputs/OrganizationDetailsInput"
},
"fact_address": {
"type": "string"
},
"full_address": {
"type": "string"
},
"full_name": {
"type": "string"
},
"phone": {
"type": "string"
},
"represented_by": {
"$ref": "#/inputs/RepresentedByInput"
},
"short_name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"AO",
"COOP",
"OAO",
"OOO",
"PAO",
"PRODCOOP",
"ZAO"
]
}
}
},
"CreateParentOfferInput": {
"type": "object",
"required": [
"coopname",
"data",
"meta",
"parent_id",
"product_lifecycle_secs",
"program_id",
"unit_cost",
"units",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"data": {
"type": "string"
},
"meta": {
"type": "string"
},
"parent_id": {
"type": "number"
},
"product_lifecycle_secs": {
"type": "number"
},
"program_id": {
"type": "number"
},
"unit_cost": {
"type": "string"
},
"units": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"CreateProjectFreeDecisionInput": {
"type": "object",
"required": [
"decision",
"question"
],
"properties": {
"decision": {
"type": "string"
},
"question": {
"type": "string"
}
}
},
"DeclineRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"meta",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"meta": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"DeleteBranchInput": {
"type": "object",
"required": [
"braname",
"coopname"
],
"properties": {
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
}
}
},
"DeletePaymentMethodInput": {
"type": "object",
"required": [
"method_id",
"username"
],
"properties": {
"method_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"DeleteTrustedAccountInput": {
"type": "object",
"required": [
"braname",
"coopname",
"trusted"
],
"properties": {
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"trusted": {
"type": "string"
}
}
},
"DeliverOnRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"DisputeOnRequestInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"EditBranchInput": {
"type": "object",
"required": [
"based_on",
"braname",
"coopname",
"email",
"fact_address",
"full_name",
"phone",
"short_name",
"trustee"
],
"properties": {
"based_on": {
"type": "string"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"email": {
"type": "string"
},
"fact_address": {
"type": "string"
},
"full_name": {
"type": "string"
},
"phone": {
"type": "string"
},
"short_name": {
"type": "string"
},
"trustee": {
"type": "string"
}
}
},
"EntrepreneurDetailsInput": {
"type": "object",
"required": [
"inn",
"ogrn"
],
"properties": {
"inn": {
"type": "string"
},
"ogrn": {
"type": "string"
}
}
},
"ExtensionInput": {
"type": "object",
"required": [
"config",
"enabled",
"name"
],
"properties": {
"config": {
"type": "string"
},
"created_at": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"updated_at": {
"type": "string"
}
}
},
"FreeDecisionGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"decision_id",
"project_hash",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"project_hash": {
"type": "string"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"GenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"GenerateDocumentOptionsInput": {
"type": "object",
"required": [],
"properties": {
"skip_save": {
"type": "boolean"
}
}
},
"GetAccountInput": {
"type": "object",
"required": [
"username"
],
"properties": {
"username": {
"type": "string"
}
}
},
"GetAccountsInput": {
"type": "object",
"required": [],
"properties": {
"role": {
"type": "string"
}
}
},
"GetBranchesInput": {
"type": "object",
"required": [
"coopname"
],
"properties": {
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
}
}
},
"GetDocumentsFilterInput": {
"type": "object",
"required": [
"receiver"
],
"properties": {
"additionalFilters": {
"type": "string"
},
"receiver": {
"type": "string"
}
}
},
"GetDocumentsInput": {
"type": "object",
"required": [
"filter"
],
"properties": {
"filter": {
"$ref": "#/inputs/GetDocumentsFilterInput"
},
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"type": {
"type": "string"
}
}
},
"GetExtensionsInput": {
"type": "object",
"required": [],
"properties": {
"enabled": {
"type": "boolean"
},
"installed": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
},
"GetPaymentMethodsInput": {
"type": "object",
"required": [
"limit",
"page",
"sortOrder"
],
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"sortBy": {
"type": "string"
},
"sortOrder": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"GetPaymentsInput": {
"type": "object",
"required": [],
"properties": {
"blockchain_id": {
"type": "string"
},
"id": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"COMPLETED",
"EXPIRED",
"FAILED",
"PAID",
"PENDING",
"REFUNDED"
]
},
"username": {
"type": "string"
}
}
},
"Init": {
"type": "object",
"required": [
"organization_data",
"vars"
],
"properties": {
"organization_data": {
"$ref": "#/inputs/CreateOrganizationDataInput"
},
"vars": {
"$ref": "#/inputs/VarsInput"
}
}
},
"Install": {
"type": "object",
"required": [
"soviet",
"wif"
],
"properties": {
"soviet": {
"$ref": "#/inputs/SovietMemberInput"
},
"wif": {
"type": "string"
}
}
},
"LoginInput": {
"type": "object",
"required": [
"email",
"now",
"signature"
],
"properties": {
"email": {
"type": "string"
},
"now": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"LogoutInput": {
"type": "object",
"required": [
"access_token",
"refresh_token"
],
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
}
}
},
"MetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"coopname",
"created_at",
"generator",
"lang",
"links",
"registry_id",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ModerateRequestInput": {
"type": "object",
"required": [
"cancellation_fee",
"coopname",
"exchange_id",
"username"
],
"properties": {
"cancellation_fee": {
"type": "string"
},
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"OrganizationDetailsInput": {
"type": "object",
"required": [
"inn",
"kpp",
"ogrn"
],
"properties": {
"inn": {
"type": "string"
},
"kpp": {
"type": "string"
},
"ogrn": {
"type": "string"
}
}
},
"PaginationInput": {
"type": "object",
"required": [
"limit",
"page",
"sortOrder"
],
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"sortBy": {
"type": "string"
},
"sortOrder": {
"type": "string"
}
}
},
"ParticipantApplicationDecisionGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"decision_id",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ParticipantApplicationGenerateDocumentInput": {
"type": "object",
"required": [
"braname",
"coopname",
"signature",
"skip_save",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"signature": {
"type": "string"
},
"skip_save": {
"type": "boolean"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ParticipantApplicationSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/ParticipantApplicationSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"ParticipantApplicationSignedMetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"braname",
"coopname",
"created_at",
"generator",
"lang",
"links",
"registry_id",
"signature",
"skip_save",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"signature": {
"type": "string"
},
"skip_save": {
"type": "boolean"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"PassportInput": {
"type": "object",
"required": [
"code",
"issued_at",
"issued_by",
"number",
"series"
],
"properties": {
"code": {
"type": "string"
},
"issued_at": {
"type": "string"
},
"issued_by": {
"type": "string"
},
"number": {
"type": "number"
},
"series": {
"type": "number"
}
}
},
"ProhibitRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"meta",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"meta": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"ProjectFreeDecisionGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"project_hash",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"project_hash": {
"type": "string"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ProjectFreeDecisionSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/ProjectFreeDecisionSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"ProjectFreeDecisionSignedMetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"coopname",
"created_at",
"generator",
"lang",
"links",
"project_hash",
"registry_id",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"project_hash": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"PublishProjectFreeDecisionInput": {
"type": "object",
"required": [
"coopname",
"document",
"meta",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/ProjectFreeDecisionSignedDocumentInput"
},
"meta": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"PublishRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"ReceiveOnRequestInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/ReturnByAssetActSignedDocumentInput"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"RefreshInput": {
"type": "object",
"required": [
"access_token",
"refresh_token"
],
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
}
}
},
"RegisterAccountInput": {
"type": "object",
"required": [
"email",
"type",
"username"
],
"properties": {
"email": {
"type": "string"
},
"entrepreneur_data": {
"$ref": "#/inputs/CreateEntrepreneurDataInput"
},
"individual_data": {
"$ref": "#/inputs/CreateIndividualDataInput"
},
"organization_data": {
"$ref": "#/inputs/CreateOrganizationDataInput"
},
"public_key": {
"type": "string"
},
"referer": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"Entrepreneur",
"Individual",
"Organization"
]
},
"username": {
"type": "string"
}
}
},
"RegisterParticipantInput": {
"type": "object",
"required": [
"privacy_agreement",
"signature_agreement",
"statement",
"user_agreement",
"username",
"wallet_agreement"
],
"properties": {
"privacy_agreement": {
"$ref": "#/inputs/SignedDigitalDocumentInput"
},
"signature_agreement": {
"$ref": "#/inputs/SignedDigitalDocumentInput"
},
"statement": {
"$ref": "#/inputs/ParticipantApplicationSignedDocumentInput"
},
"user_agreement": {
"$ref": "#/inputs/SignedDigitalDocumentInput"
},
"username": {
"type": "string"
},
"wallet_agreement": {
"$ref": "#/inputs/SignedDigitalDocumentInput"
}
}
},
"RepresentedByInput": {
"type": "object",
"required": [
"based_on",
"first_name",
"last_name",
"middle_name",
"position"
],
"properties": {
"based_on": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"middle_name": {
"type": "string"
},
"position": {
"type": "string"
}
}
},
"ResetKeyInput": {
"type": "object",
"required": [
"public_key",
"token"
],
"properties": {
"public_key": {
"type": "string"
},
"token": {
"type": "string"
}
}
},
"ReturnByAssetActGenerateDocumentInput": {
"type": "object",
"required": [
"act_id",
"coopname",
"decision_id",
"request_id",
"transmitter",
"username"
],
"properties": {
"act_id": {
"type": "string"
},
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"transmitter": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ReturnByAssetActSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/ReturnByAssetActSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"ReturnByAssetActSignedMetaDocumentInput": {
"type": "object",
"required": [
"act_id",
"block_num",
"coopname",
"created_at",
"decision_id",
"generator",
"lang",
"links",
"registry_id",
"request_id",
"timezone",
"title",
"transmitter",
"username",
"version"
],
"properties": {
"act_id": {
"type": "string"
},
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"transmitter": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ReturnByAssetDecisionGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"decision_id",
"request_id",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"decision_id": {
"type": "number"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"request_id": {
"type": "number"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ReturnByAssetStatementGenerateDocumentInput": {
"type": "object",
"required": [
"coopname",
"request",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"request": {
"$ref": "#/inputs/CommonRequestInput"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"ReturnByAssetStatementSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/ReturnByAssetStatementSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"ReturnByAssetStatementSignedMetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"coopname",
"created_at",
"generator",
"lang",
"links",
"registry_id",
"request",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"request": {
"$ref": "#/inputs/CommonRequestInput"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"SelectBranchGenerateDocumentInput": {
"type": "object",
"required": [
"braname",
"coopname",
"username"
],
"properties": {
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "string"
}
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"SelectBranchInput": {
"type": "object",
"required": [
"braname",
"coopname",
"document",
"username"
],
"properties": {
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/SelectBranchSignedDocumentInput"
},
"username": {
"type": "string"
}
}
},
"SelectBranchSignedDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/SelectBranchSignedMetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"SelectBranchSignedMetaDocumentInput": {
"type": "object",
"required": [
"block_num",
"braname",
"coopname",
"created_at",
"generator",
"lang",
"links",
"registry_id",
"timezone",
"title",
"username",
"version"
],
"properties": {
"block_num": {
"type": "integer"
},
"braname": {
"type": "string"
},
"coopname": {
"type": "string"
},
"created_at": {
"type": "string"
},
"generator": {
"type": "string"
},
"lang": {
"type": "string"
},
"links": {
"type": "string"
},
"registry_id": {
"type": "integer"
},
"timezone": {
"type": "string"
},
"title": {
"type": "string"
},
"username": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"SetPaymentStatusInput": {
"type": "object",
"required": [
"id",
"status"
],
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"COMPLETED",
"EXPIRED",
"FAILED",
"PAID",
"PENDING",
"REFUNDED"
]
}
}
},
"SetWifInput": {
"type": "object",
"required": [
"permission",
"username",
"wif"
],
"properties": {
"permission": {
"type": "string"
},
"username": {
"type": "string"
},
"wif": {
"type": "string"
}
}
},
"SignedDigitalDocumentInput": {
"type": "object",
"required": [
"hash",
"meta",
"public_key",
"signature"
],
"properties": {
"hash": {
"type": "string"
},
"meta": {
"$ref": "#/inputs/MetaDocumentInput"
},
"public_key": {
"type": "string"
},
"signature": {
"type": "string"
}
}
},
"SovietMemberInput": {
"type": "object",
"required": [
"individual_data",
"role"
],
"properties": {
"individual_data": {
"$ref": "#/inputs/CreateIndividualDataInput"
},
"role": {
"type": "string"
}
}
},
"StartResetKeyInput": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string"
}
}
},
"SupplyOnRequestInput": {
"type": "object",
"required": [
"coopname",
"document",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"document": {
"$ref": "#/inputs/AssetContributionActSignedDocumentInput"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"UninstallExtensionInput": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
},
"UnpublishRequestInput": {
"type": "object",
"required": [
"coopname",
"exchange_id",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"username": {
"type": "string"
}
}
},
"Update": {
"type": "object",
"required": [],
"properties": {
"organization_data": {
"$ref": "#/inputs/UpdateOrganizationDataInput"
},
"vars": {
"$ref": "#/inputs/VarsInput"
}
}
},
"UpdateAccountInput": {
"type": "object",
"required": [
"email",
"role",
"type",
"username"
],
"properties": {
"email": {
"type": "string"
},
"entrepreneur_data": {
"$ref": "#/inputs/UpdateEntrepreneurDataInput"
},
"individual_data": {
"$ref": "#/inputs/UpdateIndividualDataInput"
},
"organization_data": {
"$ref": "#/inputs/UpdateOrganizationDataInput"
},
"public_key": {
"type": "string"
},
"referer": {
"type": "string"
},
"role": {
"type": "string",
"enum": [
"User"
]
},
"type": {
"type": "string",
"enum": [
"Entrepreneur",
"Individual",
"Organization"
]
},
"username": {
"type": "string"
}
}
},
"UpdateBankAccountInput": {
"type": "object",
"required": [
"data",
"is_default",
"method_id",
"username"
],
"properties": {
"data": {
"$ref": "#/inputs/BankAccountInput"
},
"is_default": {
"type": "boolean"
},
"method_id": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"UpdateEntrepreneurDataInput": {
"type": "object",
"required": [
"birthdate",
"city",
"country",
"details",
"first_name",
"full_address",
"last_name",
"middle_name",
"phone"
],
"properties": {
"birthdate": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string",
"enum": [
"Russia"
]
},
"details": {
"$ref": "#/inputs/EntrepreneurDetailsInput"
},
"first_name": {
"type": "string"
},
"full_address": {
"type": "string"
},
"last_name": {
"type": "string"
},
"middle_name": {
"type": "string"
},
"phone": {
"type": "string"
}
}
},
"UpdateIndividualDataInput": {
"type": "object",
"required": [
"birthdate",
"first_name",
"full_address",
"last_name",
"middle_name",
"phone"
],
"properties": {
"birthdate": {
"type": "string"
},
"first_name": {
"type": "string"
},
"full_address": {
"type": "string"
},
"last_name": {
"type": "string"
},
"middle_name": {
"type": "string"
},
"passport": {
"$ref": "#/inputs/PassportInput"
},
"phone": {
"type": "string"
}
}
},
"UpdateOrganizationDataInput": {
"type": "object",
"required": [
"city",
"country",
"details",
"fact_address",
"full_address",
"full_name",
"phone",
"represented_by",
"short_name",
"type"
],
"properties": {
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"details": {
"$ref": "#/inputs/OrganizationDetailsInput"
},
"fact_address": {
"type": "string"
},
"full_address": {
"type": "string"
},
"full_name": {
"type": "string"
},
"phone": {
"type": "string"
},
"represented_by": {
"$ref": "#/inputs/RepresentedByInput"
},
"short_name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"AO",
"COOP",
"OAO",
"OOO",
"PAO",
"PRODCOOP",
"ZAO"
]
}
}
},
"UpdateRequestInput": {
"type": "object",
"required": [
"coopname",
"data",
"exchange_id",
"meta",
"remain_units",
"unit_cost",
"username"
],
"properties": {
"coopname": {
"type": "string"
},
"data": {
"type": "string"
},
"exchange_id": {
"type": "number"
},
"meta": {
"type": "string"
},
"remain_units": {
"type": "string"
},
"unit_cost": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"VarsInput": {
"type": "object",
"required": [
"confidential_email",
"confidential_link",
"contact_email",
"coopname",
"full_abbr",
"full_abbr_dative",
"full_abbr_genitive",
"name",
"participant_application",
"passport_request",
"privacy_agreement",
"short_abbr",
"signature_agreement",
"user_agreement",
"wallet_agreement",
"website"
],
"properties": {
"confidential_email": {
"type": "string"
},
"confidential_link": {
"type": "string"
},
"contact_email": {
"type": "string"
},
"coopenomics_agreement": {
"$ref": "#/inputs/AgreementInput"
},
"coopname": {
"type": "string"
},
"full_abbr": {
"type": "string"
},
"full_abbr_dative": {
"type": "string"
},
"full_abbr_genitive": {
"type": "string"
},
"name": {
"type": "string"
},
"participant_application": {
"$ref": "#/inputs/AgreementInput"
},
"passport_request": {
"type": "string"
},
"privacy_agreement": {
"$ref": "#/inputs/AgreementInput"
},
"short_abbr": {
"type": "string"
},
"signature_agreement": {
"$ref": "#/inputs/AgreementInput"
},
"user_agreement": {
"$ref": "#/inputs/AgreementInput"
},
"wallet_agreement": {
"$ref": "#/inputs/AgreementInput"
},
"website": {
"type": "string"
}
}
}
},
"types": {
"Mutation": {
"acceptChildOrder": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AcceptChildOrderInput"
}
}
},
"addParticipant": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AddParticipantInput"
}
}
},
"addTrustedAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AddTrustedAccountInput"
}
}
},
"cancelRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CancelRequestInput"
}
}
},
"completeRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CompleteRequestInput"
}
}
},
"confirmReceiveOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ConfirmReceiveOnRequestInput"
}
}
},
"confirmSupplyOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ConfirmSupplyOnRequestInput"
}
}
},
"createBankAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateBankAccountInput"
}
}
},
"createBranch": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateBranchInput"
}
}
},
"createChildOrder": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateChildOrderInput"
}
}
},
"createDepositPayment": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateDepositPaymentInput"
}
}
},
"createInitialPayment": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateInitialPaymentInput"
}
}
},
"createParentOffer": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateParentOfferInput"
}
}
},
"createProjectOfFreeDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/CreateProjectFreeDecisionInput"
}
}
},
"declineRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DeclineRequestInput"
}
}
},
"deleteBranch": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DeleteBranchInput"
}
}
},
"deletePaymentMethod": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DeletePaymentMethodInput"
}
}
},
"deleteTrustedAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DeleteTrustedAccountInput"
}
}
},
"deliverOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DeliverOnRequestInput"
}
}
},
"disputeOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/DisputeOnRequestInput"
}
}
},
"editBranch": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/EditBranchInput"
}
}
},
"generateAssetContributionAct": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AssetContributionActGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateAssetContributionDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AssetContributionDecisionGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateAssetContributionStatement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/AssetContributionStatementGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateFreeDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/FreeDecisionGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateParticipantApplication": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ParticipantApplicationGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateParticipantApplicationDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ParticipantApplicationDecisionGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generatePrivacyAgreement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateProjectOfFreeDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ProjectFreeDecisionGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateReturnByAssetAct": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ReturnByAssetActGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateReturnByAssetDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ReturnByAssetDecisionGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateReturnByAssetStatement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ReturnByAssetStatementGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateSelectBranchDocument": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/SelectBranchGenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateSignatureAgreement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateUserAgreement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"generateWalletAgreement": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GenerateDocumentInput"
},
"options": {
"$ref": "#/inputs/GenerateDocumentOptionsInput"
}
}
},
"initSystem": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/Init"
}
}
},
"installExtension": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ExtensionInput"
}
}
},
"installSystem": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/Install"
}
}
},
"login": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/LoginInput"
}
}
},
"logout": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/LogoutInput"
}
}
},
"moderateRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ModerateRequestInput"
}
}
},
"prohibitRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ProhibitRequestInput"
}
}
},
"publishProjectOfFreeDecision": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/PublishProjectFreeDecisionInput"
}
}
},
"publishRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/PublishRequestInput"
}
}
},
"receiveOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ReceiveOnRequestInput"
}
}
},
"refresh": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/RefreshInput"
}
}
},
"registerAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/RegisterAccountInput"
}
}
},
"registerParticipant": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/RegisterParticipantInput"
}
}
},
"resetKey": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ResetKeyInput"
}
}
},
"selectBranch": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/SelectBranchInput"
}
}
},
"setPaymentStatus": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/SetPaymentStatusInput"
}
}
},
"setWif": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/SetWifInput"
}
}
},
"startResetKey": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/StartResetKeyInput"
}
}
},
"supplyOnRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/SupplyOnRequestInput"
}
}
},
"uninstallExtension": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/UninstallExtensionInput"
}
}
},
"unpublishRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/UnpublishRequestInput"
}
}
},
"updateAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/UpdateAccountInput"
}
}
},
"updateBankAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/UpdateBankAccountInput"
}
}
},
"updateExtension": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/ExtensionInput"
}
}
},
"updateRequest": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/UpdateRequestInput"
}
}
},
"updateSystem": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/Update"
}
}
}
},
"Query": {
"getAccount": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GetAccountInput"
}
}
},
"getAccounts": {
"type": "object",
"required": [],
"properties": {
"data": {
"$ref": "#/inputs/GetAccountsInput"
},
"options": {
"$ref": "#/inputs/PaginationInput"
}
}
},
"getAgenda": {
"type": "object",
"required": [],
"properties": {}
},
"getBranches": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GetBranchesInput"
}
}
},
"getDocuments": {
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/inputs/GetDocumentsInput"
}
}
},
"getExtensions": {
"type": "object",
"required": [],
"properties": {
"data": {
"$ref": "#/inputs/GetExtensionsInput"
}
}
},
"getPaymentMethods": {
"type": "object",
"required": [],
"properties": {
"data": {
"$ref": "#/inputs/GetPaymentMethodsInput"
}
}
},
"getPayments": {
"type": "object",
"required": [],
"properties": {
"data": {
"$ref": "#/inputs/GetPaymentsInput"
},
"options": {
"$ref": "#/inputs/PaginationInput"
}
}
},
"getSystemInfo": {
"type": "object",
"required": [],
"properties": {}
}
}
}
}