@coopenomics/sdk 2.2.9 → 2025.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1203 -1114
- package/dist/index.d.cts +8493 -4993
- package/dist/index.d.mts +8493 -4993
- package/dist/index.d.ts +8493 -4993
- package/dist/index.mjs +1203 -1114
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -397,7 +397,25 @@ const AllTypesProps = {
|
|
|
397
397
|
type: "AccountType"
|
|
398
398
|
},
|
|
399
399
|
AddTrustedAccountInput: {},
|
|
400
|
+
AgendaMeetPointInput: {},
|
|
400
401
|
AgreementInput: {},
|
|
402
|
+
AnnualGeneralMeetingAgendaGenerateDocumentInput: {},
|
|
403
|
+
AnnualGeneralMeetingAgendaSignedDocumentInput: {
|
|
404
|
+
meta: "AnnualGeneralMeetingAgendaSignedMetaDocumentInput"
|
|
405
|
+
},
|
|
406
|
+
AnnualGeneralMeetingAgendaSignedMetaDocumentInput: {},
|
|
407
|
+
AnnualGeneralMeetingDecisionGenerateDocumentInput: {},
|
|
408
|
+
AnnualGeneralMeetingDecisionSignedDocumentInput: {
|
|
409
|
+
meta: "AnnualGeneralMeetingDecisionSignedMetaDocumentInput"
|
|
410
|
+
},
|
|
411
|
+
AnnualGeneralMeetingDecisionSignedMetaDocumentInput: {},
|
|
412
|
+
AnnualGeneralMeetingNotificationGenerateDocumentInput: {},
|
|
413
|
+
AnnualGeneralMeetingSovietDecisionGenerateDocumentInput: {},
|
|
414
|
+
AnnualGeneralMeetingVotingBallotGenerateDocumentInput: {},
|
|
415
|
+
AnnualGeneralMeetingVotingBallotSignedDocumentInput: {
|
|
416
|
+
meta: "AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput"
|
|
417
|
+
},
|
|
418
|
+
AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput: {},
|
|
401
419
|
AssetContributionActGenerateDocumentInput: {},
|
|
402
420
|
AssetContributionActSignedDocumentInput: {
|
|
403
421
|
meta: "AssetContributionActSignedMetaDocumentInput"
|
|
@@ -427,6 +445,12 @@ const AllTypesProps = {
|
|
|
427
445
|
document: "AssetContributionActSignedDocumentInput"
|
|
428
446
|
},
|
|
429
447
|
Country: "enum",
|
|
448
|
+
CreateAnnualGeneralMeetInput: {
|
|
449
|
+
agenda: "AgendaMeetPointInput",
|
|
450
|
+
close_at: "DateTime",
|
|
451
|
+
open_at: "DateTime",
|
|
452
|
+
proposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
453
|
+
},
|
|
430
454
|
CreateBankAccountInput: {
|
|
431
455
|
data: "BankAccountInput"
|
|
432
456
|
},
|
|
@@ -474,13 +498,12 @@ const AllTypesProps = {
|
|
|
474
498
|
GetAccountInput: {},
|
|
475
499
|
GetAccountsInput: {},
|
|
476
500
|
GetBranchesInput: {},
|
|
477
|
-
GetDocumentsFilterInput: {
|
|
478
|
-
additionalFilters: "JSON"
|
|
479
|
-
},
|
|
480
501
|
GetDocumentsInput: {
|
|
481
|
-
filter: "
|
|
502
|
+
filter: "JSON"
|
|
482
503
|
},
|
|
483
504
|
GetExtensionsInput: {},
|
|
505
|
+
GetMeetInput: {},
|
|
506
|
+
GetMeetsInput: {},
|
|
484
507
|
GetPaymentMethodsInput: {},
|
|
485
508
|
GetPaymentsInput: {
|
|
486
509
|
status: "PaymentStatus"
|
|
@@ -520,6 +543,9 @@ const AllTypesProps = {
|
|
|
520
543
|
confirmSupplyOnRequest: {
|
|
521
544
|
data: "ConfirmSupplyOnRequestInput"
|
|
522
545
|
},
|
|
546
|
+
createAnnualGeneralMeet: {
|
|
547
|
+
data: "CreateAnnualGeneralMeetInput"
|
|
548
|
+
},
|
|
523
549
|
createBankAccount: {
|
|
524
550
|
data: "CreateBankAccountInput"
|
|
525
551
|
},
|
|
@@ -562,6 +588,18 @@ const AllTypesProps = {
|
|
|
562
588
|
editBranch: {
|
|
563
589
|
data: "EditBranchInput"
|
|
564
590
|
},
|
|
591
|
+
generateAnnualGeneralMeetAgendaDocument: {
|
|
592
|
+
data: "AnnualGeneralMeetingAgendaGenerateDocumentInput",
|
|
593
|
+
options: "GenerateDocumentOptionsInput"
|
|
594
|
+
},
|
|
595
|
+
generateAnnualGeneralMeetDecisionDocument: {
|
|
596
|
+
data: "AnnualGeneralMeetingDecisionGenerateDocumentInput",
|
|
597
|
+
options: "GenerateDocumentOptionsInput"
|
|
598
|
+
},
|
|
599
|
+
generateAnnualGeneralMeetNotificationDocument: {
|
|
600
|
+
data: "AnnualGeneralMeetingNotificationGenerateDocumentInput",
|
|
601
|
+
options: "GenerateDocumentOptionsInput"
|
|
602
|
+
},
|
|
565
603
|
generateAssetContributionAct: {
|
|
566
604
|
data: "AssetContributionActGenerateDocumentInput",
|
|
567
605
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -574,6 +612,10 @@ const AllTypesProps = {
|
|
|
574
612
|
data: "AssetContributionStatementGenerateDocumentInput",
|
|
575
613
|
options: "GenerateDocumentOptionsInput"
|
|
576
614
|
},
|
|
615
|
+
generateBallotForAnnualGeneralMeetDocument: {
|
|
616
|
+
data: "AnnualGeneralMeetingVotingBallotGenerateDocumentInput",
|
|
617
|
+
options: "GenerateDocumentOptionsInput"
|
|
618
|
+
},
|
|
577
619
|
generateFreeDecision: {
|
|
578
620
|
data: "FreeDecisionGenerateDocumentInput",
|
|
579
621
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -614,6 +656,10 @@ const AllTypesProps = {
|
|
|
614
656
|
data: "GenerateDocumentInput",
|
|
615
657
|
options: "GenerateDocumentOptionsInput"
|
|
616
658
|
},
|
|
659
|
+
generateSovietDecisionOnAnnualMeetDocument: {
|
|
660
|
+
data: "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput",
|
|
661
|
+
options: "GenerateDocumentOptionsInput"
|
|
662
|
+
},
|
|
617
663
|
generateUserAgreement: {
|
|
618
664
|
data: "GenerateDocumentInput",
|
|
619
665
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -664,6 +710,9 @@ const AllTypesProps = {
|
|
|
664
710
|
resetKey: {
|
|
665
711
|
data: "ResetKeyInput"
|
|
666
712
|
},
|
|
713
|
+
restartAnnualGeneralMeet: {
|
|
714
|
+
data: "RestartAnnualGeneralMeetInput"
|
|
715
|
+
},
|
|
667
716
|
selectBranch: {
|
|
668
717
|
data: "SelectBranchInput"
|
|
669
718
|
},
|
|
@@ -673,6 +722,12 @@ const AllTypesProps = {
|
|
|
673
722
|
setWif: {
|
|
674
723
|
data: "SetWifInput"
|
|
675
724
|
},
|
|
725
|
+
signByPresiderOnAnnualGeneralMeet: {
|
|
726
|
+
data: "SignByPresiderOnAnnualGeneralMeetInput"
|
|
727
|
+
},
|
|
728
|
+
signBySecretaryOnAnnualGeneralMeet: {
|
|
729
|
+
data: "SignBySecretaryOnAnnualGeneralMeetInput"
|
|
730
|
+
},
|
|
676
731
|
startResetKey: {
|
|
677
732
|
data: "StartResetKeyInput"
|
|
678
733
|
},
|
|
@@ -699,6 +754,9 @@ const AllTypesProps = {
|
|
|
699
754
|
},
|
|
700
755
|
updateSystem: {
|
|
701
756
|
data: "Update"
|
|
757
|
+
},
|
|
758
|
+
voteOnAnnualGeneralMeet: {
|
|
759
|
+
data: "VoteOnAnnualGeneralMeetInput"
|
|
702
760
|
}
|
|
703
761
|
},
|
|
704
762
|
OrganizationDetailsInput: {},
|
|
@@ -739,6 +797,12 @@ const AllTypesProps = {
|
|
|
739
797
|
getExtensions: {
|
|
740
798
|
data: "GetExtensionsInput"
|
|
741
799
|
},
|
|
800
|
+
getMeet: {
|
|
801
|
+
data: "GetMeetInput"
|
|
802
|
+
},
|
|
803
|
+
getMeets: {
|
|
804
|
+
data: "GetMeetsInput"
|
|
805
|
+
},
|
|
742
806
|
getPaymentMethods: {
|
|
743
807
|
data: "GetPaymentMethodsInput"
|
|
744
808
|
},
|
|
@@ -764,9 +828,13 @@ const AllTypesProps = {
|
|
|
764
828
|
user_agreement: "SignedDigitalDocumentInput",
|
|
765
829
|
wallet_agreement: "SignedDigitalDocumentInput"
|
|
766
830
|
},
|
|
767
|
-
RegisterRole: "enum",
|
|
768
831
|
RepresentedByInput: {},
|
|
769
832
|
ResetKeyInput: {},
|
|
833
|
+
RestartAnnualGeneralMeetInput: {
|
|
834
|
+
new_close_at: "DateTime",
|
|
835
|
+
new_open_at: "DateTime",
|
|
836
|
+
newproposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
837
|
+
},
|
|
770
838
|
ReturnByAssetActGenerateDocumentInput: {},
|
|
771
839
|
ReturnByAssetActSignedDocumentInput: {
|
|
772
840
|
meta: "ReturnByAssetActSignedMetaDocumentInput"
|
|
@@ -794,6 +862,12 @@ const AllTypesProps = {
|
|
|
794
862
|
status: "PaymentStatus"
|
|
795
863
|
},
|
|
796
864
|
SetWifInput: {},
|
|
865
|
+
SignByPresiderOnAnnualGeneralMeetInput: {
|
|
866
|
+
presider_decision: "AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
867
|
+
},
|
|
868
|
+
SignBySecretaryOnAnnualGeneralMeetInput: {
|
|
869
|
+
secretary_decision: "AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
870
|
+
},
|
|
797
871
|
SignedDigitalDocumentInput: {
|
|
798
872
|
meta: "MetaDocumentInput"
|
|
799
873
|
},
|
|
@@ -814,9 +888,7 @@ const AllTypesProps = {
|
|
|
814
888
|
UpdateAccountInput: {
|
|
815
889
|
entrepreneur_data: "UpdateEntrepreneurDataInput",
|
|
816
890
|
individual_data: "UpdateIndividualDataInput",
|
|
817
|
-
organization_data: "UpdateOrganizationDataInput"
|
|
818
|
-
role: "RegisterRole",
|
|
819
|
-
type: "AccountType"
|
|
891
|
+
organization_data: "UpdateOrganizationDataInput"
|
|
820
892
|
},
|
|
821
893
|
UpdateBankAccountInput: {
|
|
822
894
|
data: "BankAccountInput"
|
|
@@ -830,8 +902,7 @@ const AllTypesProps = {
|
|
|
830
902
|
},
|
|
831
903
|
UpdateOrganizationDataInput: {
|
|
832
904
|
details: "OrganizationDetailsInput",
|
|
833
|
-
represented_by: "RepresentedByInput"
|
|
834
|
-
type: "OrganizationType"
|
|
905
|
+
represented_by: "RepresentedByInput"
|
|
835
906
|
},
|
|
836
907
|
UpdateRequestInput: {},
|
|
837
908
|
UserStatus: "enum",
|
|
@@ -842,12 +913,18 @@ const AllTypesProps = {
|
|
|
842
913
|
signature_agreement: "AgreementInput",
|
|
843
914
|
user_agreement: "AgreementInput",
|
|
844
915
|
wallet_agreement: "AgreementInput"
|
|
916
|
+
},
|
|
917
|
+
VoteItemInput: {},
|
|
918
|
+
VoteOnAnnualGeneralMeetInput: {
|
|
919
|
+
ballot: "AnnualGeneralMeetingVotingBallotSignedDocumentInput",
|
|
920
|
+
votes: "VoteItemInput"
|
|
845
921
|
}
|
|
846
922
|
};
|
|
847
923
|
const ReturnTypes = {
|
|
848
924
|
Account: {
|
|
849
925
|
blockchain_account: "BlockchainAccount",
|
|
850
926
|
participant_account: "ParticipantAccount",
|
|
927
|
+
private_account: "PrivateAccount",
|
|
851
928
|
provider_account: "MonoAccount",
|
|
852
929
|
user_account: "UserAccount",
|
|
853
930
|
username: "String"
|
|
@@ -869,9 +946,9 @@ const ReturnTypes = {
|
|
|
869
946
|
totalCount: "Int",
|
|
870
947
|
totalPages: "Int"
|
|
871
948
|
},
|
|
872
|
-
|
|
949
|
+
ActDetailAggregate: {
|
|
873
950
|
action: "ExtendedBlockchainAction",
|
|
874
|
-
|
|
951
|
+
documentAggregate: "DocumentAggregate"
|
|
875
952
|
},
|
|
876
953
|
ActionAuthorization: {
|
|
877
954
|
actor: "String",
|
|
@@ -886,83 +963,20 @@ const ReturnTypes = {
|
|
|
886
963
|
receiver: "String",
|
|
887
964
|
recv_sequence: "String"
|
|
888
965
|
},
|
|
966
|
+
AgendaMeetPoint: {
|
|
967
|
+
context: "String",
|
|
968
|
+
decision: "String",
|
|
969
|
+
title: "String"
|
|
970
|
+
},
|
|
889
971
|
AgendaWithDocuments: {
|
|
890
972
|
action: "BlockchainAction",
|
|
891
|
-
documents: "
|
|
973
|
+
documents: "DocumentPackageAggregate",
|
|
892
974
|
table: "BlockchainDecision"
|
|
893
975
|
},
|
|
894
976
|
AgreementVar: {
|
|
895
977
|
protocol_day_month_year: "String",
|
|
896
978
|
protocol_number: "String"
|
|
897
979
|
},
|
|
898
|
-
AssetContributionActDocument: {
|
|
899
|
-
binary: "String",
|
|
900
|
-
full_title: "String",
|
|
901
|
-
hash: "String",
|
|
902
|
-
html: "String",
|
|
903
|
-
meta: "AssetContributionActMetaDocumentOutput"
|
|
904
|
-
},
|
|
905
|
-
AssetContributionActMetaDocumentOutput: {
|
|
906
|
-
act_id: "String",
|
|
907
|
-
block_num: "Int",
|
|
908
|
-
braname: "String",
|
|
909
|
-
coopname: "String",
|
|
910
|
-
created_at: "String",
|
|
911
|
-
decision_id: "Float",
|
|
912
|
-
generator: "String",
|
|
913
|
-
lang: "String",
|
|
914
|
-
links: "String",
|
|
915
|
-
receiver: "String",
|
|
916
|
-
registry_id: "Int",
|
|
917
|
-
request_id: "Float",
|
|
918
|
-
timezone: "String",
|
|
919
|
-
title: "String",
|
|
920
|
-
username: "String",
|
|
921
|
-
version: "String"
|
|
922
|
-
},
|
|
923
|
-
AssetContributionDecisionDocument: {
|
|
924
|
-
binary: "String",
|
|
925
|
-
full_title: "String",
|
|
926
|
-
hash: "String",
|
|
927
|
-
html: "String",
|
|
928
|
-
meta: "AssetContributionDecisionMetaDocumentOutput"
|
|
929
|
-
},
|
|
930
|
-
AssetContributionDecisionMetaDocumentOutput: {
|
|
931
|
-
block_num: "Int",
|
|
932
|
-
coopname: "String",
|
|
933
|
-
created_at: "String",
|
|
934
|
-
decision_id: "Float",
|
|
935
|
-
generator: "String",
|
|
936
|
-
lang: "String",
|
|
937
|
-
links: "String",
|
|
938
|
-
registry_id: "Int",
|
|
939
|
-
request_id: "Float",
|
|
940
|
-
timezone: "String",
|
|
941
|
-
title: "String",
|
|
942
|
-
username: "String",
|
|
943
|
-
version: "String"
|
|
944
|
-
},
|
|
945
|
-
AssetContributionStatementDocument: {
|
|
946
|
-
binary: "String",
|
|
947
|
-
full_title: "String",
|
|
948
|
-
hash: "String",
|
|
949
|
-
html: "String",
|
|
950
|
-
meta: "AssetContributionStatementMetaDocumentOutput"
|
|
951
|
-
},
|
|
952
|
-
AssetContributionStatementMetaDocumentOutput: {
|
|
953
|
-
block_num: "Int",
|
|
954
|
-
coopname: "String",
|
|
955
|
-
created_at: "String",
|
|
956
|
-
generator: "String",
|
|
957
|
-
lang: "String",
|
|
958
|
-
links: "String",
|
|
959
|
-
registry_id: "Int",
|
|
960
|
-
request: "CommonRequestResponse",
|
|
961
|
-
timezone: "String",
|
|
962
|
-
title: "String",
|
|
963
|
-
username: "String",
|
|
964
|
-
version: "String"
|
|
965
|
-
},
|
|
966
980
|
AuthSequence: {
|
|
967
981
|
account: "String",
|
|
968
982
|
sequence: "String"
|
|
@@ -1040,9 +1054,13 @@ const ReturnTypes = {
|
|
|
1040
1054
|
authorized: "Boolean",
|
|
1041
1055
|
authorized_by: "String",
|
|
1042
1056
|
batch_id: "Float",
|
|
1057
|
+
callback_contract: "String",
|
|
1058
|
+
confirm_callback: "String",
|
|
1043
1059
|
coopname: "String",
|
|
1044
1060
|
created_at: "String",
|
|
1061
|
+
decline_callback: "String",
|
|
1045
1062
|
expired_at: "String",
|
|
1063
|
+
hash: "String",
|
|
1046
1064
|
id: "Float",
|
|
1047
1065
|
meta: "String",
|
|
1048
1066
|
statement: "SignedBlockchainDocument",
|
|
@@ -1088,17 +1106,6 @@ const ReturnTypes = {
|
|
|
1088
1106
|
trustee: "Individual",
|
|
1089
1107
|
type: "String"
|
|
1090
1108
|
},
|
|
1091
|
-
CommonRequestResponse: {
|
|
1092
|
-
currency: "String",
|
|
1093
|
-
hash: "String",
|
|
1094
|
-
program_id: "Int",
|
|
1095
|
-
title: "String",
|
|
1096
|
-
total_cost: "String",
|
|
1097
|
-
type: "String",
|
|
1098
|
-
unit_cost: "String",
|
|
1099
|
-
unit_of_measurement: "String",
|
|
1100
|
-
units: "Int"
|
|
1101
|
-
},
|
|
1102
1109
|
ContactsDTO: {
|
|
1103
1110
|
chairman: "PublicChairman",
|
|
1104
1111
|
details: "OrganizationDetails",
|
|
@@ -1139,25 +1146,37 @@ const ReturnTypes = {
|
|
|
1139
1146
|
question: "String"
|
|
1140
1147
|
},
|
|
1141
1148
|
DateTime: `scalar.DateTime`,
|
|
1142
|
-
|
|
1149
|
+
DecisionDetailAggregate: {
|
|
1143
1150
|
action: "ExtendedBlockchainAction",
|
|
1144
|
-
|
|
1151
|
+
documentAggregate: "DocumentAggregate",
|
|
1145
1152
|
votes_against: "ExtendedBlockchainAction",
|
|
1146
1153
|
votes_for: "ExtendedBlockchainAction"
|
|
1147
1154
|
},
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1155
|
+
Desktop: {
|
|
1156
|
+
authorizedHome: "String",
|
|
1157
|
+
coopname: "String",
|
|
1158
|
+
layout: "String",
|
|
1159
|
+
nonAuthorizedHome: "String",
|
|
1160
|
+
workspaces: "DesktopWorkspace"
|
|
1161
|
+
},
|
|
1162
|
+
DesktopWorkspace: {
|
|
1163
|
+
name: "String",
|
|
1164
|
+
title: "String"
|
|
1165
|
+
},
|
|
1166
|
+
DocumentAggregate: {
|
|
1167
|
+
hash: "String",
|
|
1168
|
+
rawDocument: "GeneratedDocument",
|
|
1169
|
+
signatures: "SignedDigitalDocument"
|
|
1151
1170
|
},
|
|
1152
|
-
|
|
1153
|
-
acts: "
|
|
1154
|
-
decision: "
|
|
1155
|
-
links: "
|
|
1156
|
-
statement: "
|
|
1171
|
+
DocumentPackageAggregate: {
|
|
1172
|
+
acts: "ActDetailAggregate",
|
|
1173
|
+
decision: "DecisionDetailAggregate",
|
|
1174
|
+
links: "DocumentAggregate",
|
|
1175
|
+
statement: "StatementDetailAggregate"
|
|
1157
1176
|
},
|
|
1158
|
-
|
|
1177
|
+
DocumentsAggregatePaginationResult: {
|
|
1159
1178
|
currentPage: "Int",
|
|
1160
|
-
items: "
|
|
1179
|
+
items: "DocumentPackageAggregate",
|
|
1161
1180
|
totalCount: "Int",
|
|
1162
1181
|
totalPages: "Int"
|
|
1163
1182
|
},
|
|
@@ -1199,14 +1218,18 @@ const ReturnTypes = {
|
|
|
1199
1218
|
user: "UserDataUnion"
|
|
1200
1219
|
},
|
|
1201
1220
|
Extension: {
|
|
1202
|
-
available: "Boolean",
|
|
1203
1221
|
config: "JSON",
|
|
1204
1222
|
created_at: "DateTime",
|
|
1205
1223
|
description: "String",
|
|
1206
1224
|
enabled: "Boolean",
|
|
1225
|
+
external_url: "String",
|
|
1207
1226
|
image: "String",
|
|
1208
|
-
installed: "Boolean",
|
|
1209
1227
|
instructions: "String",
|
|
1228
|
+
is_available: "Boolean",
|
|
1229
|
+
is_builtin: "Boolean",
|
|
1230
|
+
is_desktop: "Boolean",
|
|
1231
|
+
is_installed: "Boolean",
|
|
1232
|
+
is_internal: "Boolean",
|
|
1210
1233
|
name: "String",
|
|
1211
1234
|
readme: "String",
|
|
1212
1235
|
schema: "JSON",
|
|
@@ -1214,34 +1237,12 @@ const ReturnTypes = {
|
|
|
1214
1237
|
title: "String",
|
|
1215
1238
|
updated_at: "DateTime"
|
|
1216
1239
|
},
|
|
1217
|
-
FreeDecisionDocument: {
|
|
1218
|
-
binary: "String",
|
|
1219
|
-
full_title: "String",
|
|
1220
|
-
hash: "String",
|
|
1221
|
-
html: "String",
|
|
1222
|
-
meta: "FreeDecisionMetaDocumentOutput"
|
|
1223
|
-
},
|
|
1224
|
-
FreeDecisionMetaDocumentOutput: {
|
|
1225
|
-
block_num: "Int",
|
|
1226
|
-
coopname: "String",
|
|
1227
|
-
created_at: "String",
|
|
1228
|
-
decision_id: "Float",
|
|
1229
|
-
generator: "String",
|
|
1230
|
-
lang: "String",
|
|
1231
|
-
links: "String",
|
|
1232
|
-
project_id: "String",
|
|
1233
|
-
registry_id: "Int",
|
|
1234
|
-
timezone: "String",
|
|
1235
|
-
title: "String",
|
|
1236
|
-
username: "String",
|
|
1237
|
-
version: "String"
|
|
1238
|
-
},
|
|
1239
1240
|
GeneratedDocument: {
|
|
1240
1241
|
binary: "String",
|
|
1241
1242
|
full_title: "String",
|
|
1242
1243
|
hash: "String",
|
|
1243
1244
|
html: "String",
|
|
1244
|
-
meta: "
|
|
1245
|
+
meta: "JSON"
|
|
1245
1246
|
},
|
|
1246
1247
|
Individual: {
|
|
1247
1248
|
birthdate: "String",
|
|
@@ -1260,18 +1261,51 @@ const ReturnTypes = {
|
|
|
1260
1261
|
key: "String",
|
|
1261
1262
|
weight: "Int"
|
|
1262
1263
|
},
|
|
1263
|
-
|
|
1264
|
-
|
|
1264
|
+
Meet: {
|
|
1265
|
+
authorization: "DocumentAggregate",
|
|
1266
|
+
close_at: "DateTime",
|
|
1265
1267
|
coopname: "String",
|
|
1266
|
-
created_at: "
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1268
|
+
created_at: "DateTime",
|
|
1269
|
+
current_quorum_percent: "Float",
|
|
1270
|
+
cycle: "Float",
|
|
1271
|
+
hash: "String",
|
|
1272
|
+
id: "Float",
|
|
1273
|
+
initiator: "String",
|
|
1274
|
+
open_at: "DateTime",
|
|
1275
|
+
presider: "String",
|
|
1276
|
+
proposal: "DocumentAggregate",
|
|
1277
|
+
quorum_passed: "Boolean",
|
|
1278
|
+
quorum_percent: "Float",
|
|
1279
|
+
secretary: "String",
|
|
1280
|
+
signed_ballots: "Float",
|
|
1281
|
+
status: "String",
|
|
1282
|
+
type: "String"
|
|
1283
|
+
},
|
|
1284
|
+
MeetAggregate: {
|
|
1285
|
+
hash: "String",
|
|
1286
|
+
pre: "MeetPreProcessing",
|
|
1287
|
+
processed: "MeetProcessed",
|
|
1288
|
+
processing: "MeetProcessing"
|
|
1289
|
+
},
|
|
1290
|
+
MeetPreProcessing: {
|
|
1291
|
+
agenda: "AgendaMeetPoint",
|
|
1292
|
+
close_at: "DateTime",
|
|
1293
|
+
coopname: "String",
|
|
1294
|
+
hash: "String",
|
|
1295
|
+
initiator: "String",
|
|
1296
|
+
open_at: "DateTime",
|
|
1297
|
+
presider: "String",
|
|
1298
|
+
proposal: "DocumentAggregate",
|
|
1299
|
+
secretary: "String"
|
|
1300
|
+
},
|
|
1301
|
+
MeetProcessed: {
|
|
1302
|
+
decision: "BlockchainAction",
|
|
1303
|
+
hash: "String"
|
|
1304
|
+
},
|
|
1305
|
+
MeetProcessing: {
|
|
1306
|
+
hash: "String",
|
|
1307
|
+
meet: "Meet",
|
|
1308
|
+
questions: "Question"
|
|
1275
1309
|
},
|
|
1276
1310
|
MonoAccount: {
|
|
1277
1311
|
email: "String",
|
|
@@ -1295,6 +1329,7 @@ const ReturnTypes = {
|
|
|
1295
1329
|
completeRequest: "Transaction",
|
|
1296
1330
|
confirmReceiveOnRequest: "Transaction",
|
|
1297
1331
|
confirmSupplyOnRequest: "Transaction",
|
|
1332
|
+
createAnnualGeneralMeet: "MeetAggregate",
|
|
1298
1333
|
createBankAccount: "PaymentMethod",
|
|
1299
1334
|
createBranch: "Branch",
|
|
1300
1335
|
createChildOrder: "Transaction",
|
|
@@ -1309,19 +1344,24 @@ const ReturnTypes = {
|
|
|
1309
1344
|
deliverOnRequest: "Transaction",
|
|
1310
1345
|
disputeOnRequest: "Transaction",
|
|
1311
1346
|
editBranch: "Branch",
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1347
|
+
generateAnnualGeneralMeetAgendaDocument: "GeneratedDocument",
|
|
1348
|
+
generateAnnualGeneralMeetDecisionDocument: "GeneratedDocument",
|
|
1349
|
+
generateAnnualGeneralMeetNotificationDocument: "GeneratedDocument",
|
|
1350
|
+
generateAssetContributionAct: "GeneratedDocument",
|
|
1351
|
+
generateAssetContributionDecision: "GeneratedDocument",
|
|
1352
|
+
generateAssetContributionStatement: "GeneratedDocument",
|
|
1353
|
+
generateBallotForAnnualGeneralMeetDocument: "GeneratedDocument",
|
|
1354
|
+
generateFreeDecision: "GeneratedDocument",
|
|
1355
|
+
generateParticipantApplication: "GeneratedDocument",
|
|
1356
|
+
generateParticipantApplicationDecision: "GeneratedDocument",
|
|
1318
1357
|
generatePrivacyAgreement: "GeneratedDocument",
|
|
1319
|
-
generateProjectOfFreeDecision: "
|
|
1320
|
-
generateReturnByAssetAct: "
|
|
1321
|
-
generateReturnByAssetDecision: "
|
|
1322
|
-
generateReturnByAssetStatement: "
|
|
1323
|
-
generateSelectBranchDocument: "
|
|
1358
|
+
generateProjectOfFreeDecision: "GeneratedDocument",
|
|
1359
|
+
generateReturnByAssetAct: "GeneratedDocument",
|
|
1360
|
+
generateReturnByAssetDecision: "GeneratedDocument",
|
|
1361
|
+
generateReturnByAssetStatement: "GeneratedDocument",
|
|
1362
|
+
generateSelectBranchDocument: "GeneratedDocument",
|
|
1324
1363
|
generateSignatureAgreement: "GeneratedDocument",
|
|
1364
|
+
generateSovietDecisionOnAnnualMeetDocument: "GeneratedDocument",
|
|
1325
1365
|
generateUserAgreement: "GeneratedDocument",
|
|
1326
1366
|
generateWalletAgreement: "GeneratedDocument",
|
|
1327
1367
|
initSystem: "SystemInfo",
|
|
@@ -1338,9 +1378,12 @@ const ReturnTypes = {
|
|
|
1338
1378
|
registerAccount: "RegisteredAccount",
|
|
1339
1379
|
registerParticipant: "Account",
|
|
1340
1380
|
resetKey: "Boolean",
|
|
1381
|
+
restartAnnualGeneralMeet: "MeetAggregate",
|
|
1341
1382
|
selectBranch: "Boolean",
|
|
1342
1383
|
setPaymentStatus: "Payment",
|
|
1343
1384
|
setWif: "Boolean",
|
|
1385
|
+
signByPresiderOnAnnualGeneralMeet: "MeetAggregate",
|
|
1386
|
+
signBySecretaryOnAnnualGeneralMeet: "MeetAggregate",
|
|
1344
1387
|
startResetKey: "Boolean",
|
|
1345
1388
|
supplyOnRequest: "Transaction",
|
|
1346
1389
|
uninstallExtension: "Boolean",
|
|
@@ -1349,7 +1392,8 @@ const ReturnTypes = {
|
|
|
1349
1392
|
updateBankAccount: "PaymentMethod",
|
|
1350
1393
|
updateExtension: "Extension",
|
|
1351
1394
|
updateRequest: "Transaction",
|
|
1352
|
-
updateSystem: "SystemInfo"
|
|
1395
|
+
updateSystem: "SystemInfo",
|
|
1396
|
+
voteOnAnnualGeneralMeet: "MeetAggregate"
|
|
1353
1397
|
},
|
|
1354
1398
|
Organization: {
|
|
1355
1399
|
city: "String",
|
|
@@ -1374,55 +1418,16 @@ const ReturnTypes = {
|
|
|
1374
1418
|
braname: "String",
|
|
1375
1419
|
created_at: "DateTime",
|
|
1376
1420
|
has_vote: "Boolean",
|
|
1421
|
+
initial_amount: "String",
|
|
1377
1422
|
is_initial: "Boolean",
|
|
1378
1423
|
is_minimum: "Boolean",
|
|
1379
1424
|
last_min_pay: "DateTime",
|
|
1380
1425
|
last_update: "DateTime",
|
|
1426
|
+
minimum_amount: "String",
|
|
1381
1427
|
status: "String",
|
|
1382
1428
|
type: "String",
|
|
1383
1429
|
username: "String"
|
|
1384
1430
|
},
|
|
1385
|
-
ParticipantApplicationDecisionDocument: {
|
|
1386
|
-
binary: "String",
|
|
1387
|
-
full_title: "String",
|
|
1388
|
-
hash: "String",
|
|
1389
|
-
html: "String",
|
|
1390
|
-
meta: "ParticipantApplicationDecisionMetaDocumentOutput"
|
|
1391
|
-
},
|
|
1392
|
-
ParticipantApplicationDecisionMetaDocumentOutput: {
|
|
1393
|
-
block_num: "Int",
|
|
1394
|
-
coopname: "String",
|
|
1395
|
-
created_at: "String",
|
|
1396
|
-
decision_id: "Float",
|
|
1397
|
-
generator: "String",
|
|
1398
|
-
lang: "String",
|
|
1399
|
-
links: "String",
|
|
1400
|
-
registry_id: "Int",
|
|
1401
|
-
timezone: "String",
|
|
1402
|
-
title: "String",
|
|
1403
|
-
username: "String",
|
|
1404
|
-
version: "String"
|
|
1405
|
-
},
|
|
1406
|
-
ParticipantApplicationDocument: {
|
|
1407
|
-
binary: "String",
|
|
1408
|
-
full_title: "String",
|
|
1409
|
-
hash: "String",
|
|
1410
|
-
html: "String",
|
|
1411
|
-
meta: "ParticipantApplicationMetaDocumentOutput"
|
|
1412
|
-
},
|
|
1413
|
-
ParticipantApplicationMetaDocumentOutput: {
|
|
1414
|
-
block_num: "Int",
|
|
1415
|
-
coopname: "String",
|
|
1416
|
-
created_at: "String",
|
|
1417
|
-
generator: "String",
|
|
1418
|
-
lang: "String",
|
|
1419
|
-
links: "String",
|
|
1420
|
-
registry_id: "Int",
|
|
1421
|
-
timezone: "String",
|
|
1422
|
-
title: "String",
|
|
1423
|
-
username: "String",
|
|
1424
|
-
version: "String"
|
|
1425
|
-
},
|
|
1426
1431
|
Passport: {
|
|
1427
1432
|
code: "String",
|
|
1428
1433
|
issued_at: "String",
|
|
@@ -1441,6 +1446,7 @@ const ReturnTypes = {
|
|
|
1441
1446
|
provider: "String",
|
|
1442
1447
|
status: "PaymentStatus",
|
|
1443
1448
|
symbol: "String",
|
|
1449
|
+
type: "String",
|
|
1444
1450
|
updated_at: "DateTime",
|
|
1445
1451
|
username: "String"
|
|
1446
1452
|
},
|
|
@@ -1491,26 +1497,11 @@ const ReturnTypes = {
|
|
|
1491
1497
|
permission: "PermissionLevel",
|
|
1492
1498
|
weight: "Int"
|
|
1493
1499
|
},
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
meta: "ProjectFreeDecisionMetaDocumentOutput"
|
|
1500
|
-
},
|
|
1501
|
-
ProjectFreeDecisionMetaDocumentOutput: {
|
|
1502
|
-
block_num: "Int",
|
|
1503
|
-
coopname: "String",
|
|
1504
|
-
created_at: "String",
|
|
1505
|
-
generator: "String",
|
|
1506
|
-
lang: "String",
|
|
1507
|
-
links: "String",
|
|
1508
|
-
project_id: "String",
|
|
1509
|
-
registry_id: "Int",
|
|
1510
|
-
timezone: "String",
|
|
1511
|
-
title: "String",
|
|
1512
|
-
username: "String",
|
|
1513
|
-
version: "String"
|
|
1500
|
+
PrivateAccount: {
|
|
1501
|
+
entrepreneur_data: "Entrepreneur",
|
|
1502
|
+
individual_data: "Individual",
|
|
1503
|
+
organization_data: "Organization",
|
|
1504
|
+
type: "AccountType"
|
|
1514
1505
|
},
|
|
1515
1506
|
PublicChairman: {
|
|
1516
1507
|
first_name: "String",
|
|
@@ -1522,12 +1513,30 @@ const ReturnTypes = {
|
|
|
1522
1513
|
getAccounts: "AccountsPaginationResult",
|
|
1523
1514
|
getAgenda: "AgendaWithDocuments",
|
|
1524
1515
|
getBranches: "Branch",
|
|
1525
|
-
|
|
1516
|
+
getDesktop: "Desktop",
|
|
1517
|
+
getDocuments: "DocumentsAggregatePaginationResult",
|
|
1526
1518
|
getExtensions: "Extension",
|
|
1519
|
+
getMeet: "MeetAggregate",
|
|
1520
|
+
getMeets: "MeetAggregate",
|
|
1527
1521
|
getPaymentMethods: "PaymentMethodPaginationResult",
|
|
1528
1522
|
getPayments: "PaymentPaginationResult",
|
|
1529
1523
|
getSystemInfo: "SystemInfo"
|
|
1530
1524
|
},
|
|
1525
|
+
Question: {
|
|
1526
|
+
context: "String",
|
|
1527
|
+
coopname: "String",
|
|
1528
|
+
counter_votes_abstained: "Float",
|
|
1529
|
+
counter_votes_against: "Float",
|
|
1530
|
+
counter_votes_for: "Float",
|
|
1531
|
+
decision: "String",
|
|
1532
|
+
id: "Float",
|
|
1533
|
+
meet_id: "Float",
|
|
1534
|
+
number: "Float",
|
|
1535
|
+
title: "String",
|
|
1536
|
+
voters_abstained: "String",
|
|
1537
|
+
voters_against: "String",
|
|
1538
|
+
voters_for: "String"
|
|
1539
|
+
},
|
|
1531
1540
|
RefundRequest: {
|
|
1532
1541
|
cpu_amount: "String",
|
|
1533
1542
|
net_amount: "String",
|
|
@@ -1557,111 +1566,26 @@ const ReturnTypes = {
|
|
|
1557
1566
|
owner: "String",
|
|
1558
1567
|
ram_bytes: "Int"
|
|
1559
1568
|
},
|
|
1560
|
-
ReturnByAssetActDocument: {
|
|
1561
|
-
binary: "String",
|
|
1562
|
-
full_title: "String",
|
|
1563
|
-
hash: "String",
|
|
1564
|
-
html: "String",
|
|
1565
|
-
meta: "ReturnByAssetActMetaDocumentOutput"
|
|
1566
|
-
},
|
|
1567
|
-
ReturnByAssetActMetaDocumentOutput: {
|
|
1568
|
-
act_id: "String",
|
|
1569
|
-
block_num: "Int",
|
|
1570
|
-
braname: "String",
|
|
1571
|
-
coopname: "String",
|
|
1572
|
-
created_at: "String",
|
|
1573
|
-
decision_id: "Float",
|
|
1574
|
-
generator: "String",
|
|
1575
|
-
lang: "String",
|
|
1576
|
-
links: "String",
|
|
1577
|
-
registry_id: "Int",
|
|
1578
|
-
request_id: "Float",
|
|
1579
|
-
timezone: "String",
|
|
1580
|
-
title: "String",
|
|
1581
|
-
transmitter: "String",
|
|
1582
|
-
username: "String",
|
|
1583
|
-
version: "String"
|
|
1584
|
-
},
|
|
1585
|
-
ReturnByAssetDecisionDocument: {
|
|
1586
|
-
binary: "String",
|
|
1587
|
-
full_title: "String",
|
|
1588
|
-
hash: "String",
|
|
1589
|
-
html: "String",
|
|
1590
|
-
meta: "ReturnByAssetDecisionMetaDocumentOutput"
|
|
1591
|
-
},
|
|
1592
|
-
ReturnByAssetDecisionMetaDocumentOutput: {
|
|
1593
|
-
block_num: "Int",
|
|
1594
|
-
coopname: "String",
|
|
1595
|
-
created_at: "String",
|
|
1596
|
-
decision_id: "Float",
|
|
1597
|
-
generator: "String",
|
|
1598
|
-
lang: "String",
|
|
1599
|
-
links: "String",
|
|
1600
|
-
registry_id: "Int",
|
|
1601
|
-
request_id: "Float",
|
|
1602
|
-
timezone: "String",
|
|
1603
|
-
title: "String",
|
|
1604
|
-
username: "String",
|
|
1605
|
-
version: "String"
|
|
1606
|
-
},
|
|
1607
|
-
ReturnByAssetStatementDocument: {
|
|
1608
|
-
binary: "String",
|
|
1609
|
-
full_title: "String",
|
|
1610
|
-
hash: "String",
|
|
1611
|
-
html: "String",
|
|
1612
|
-
meta: "ReturnByAssetStatementMetaDocumentOutput"
|
|
1613
|
-
},
|
|
1614
|
-
ReturnByAssetStatementMetaDocumentOutput: {
|
|
1615
|
-
block_num: "Int",
|
|
1616
|
-
coopname: "String",
|
|
1617
|
-
created_at: "String",
|
|
1618
|
-
generator: "String",
|
|
1619
|
-
lang: "String",
|
|
1620
|
-
links: "String",
|
|
1621
|
-
registry_id: "Int",
|
|
1622
|
-
request: "CommonRequestResponse",
|
|
1623
|
-
timezone: "String",
|
|
1624
|
-
title: "String",
|
|
1625
|
-
username: "String",
|
|
1626
|
-
version: "String"
|
|
1627
|
-
},
|
|
1628
1569
|
SbpAccount: {
|
|
1629
1570
|
phone: "String"
|
|
1630
1571
|
},
|
|
1631
|
-
SelectBranchDocument: {
|
|
1632
|
-
binary: "String",
|
|
1633
|
-
full_title: "String",
|
|
1634
|
-
hash: "String",
|
|
1635
|
-
html: "String",
|
|
1636
|
-
meta: "SelectBranchMetaDocumentOutput"
|
|
1637
|
-
},
|
|
1638
|
-
SelectBranchMetaDocumentOutput: {
|
|
1639
|
-
block_num: "Int",
|
|
1640
|
-
braname: "String",
|
|
1641
|
-
coopname: "String",
|
|
1642
|
-
created_at: "String",
|
|
1643
|
-
generator: "String",
|
|
1644
|
-
lang: "String",
|
|
1645
|
-
links: "String",
|
|
1646
|
-
registry_id: "Int",
|
|
1647
|
-
timezone: "String",
|
|
1648
|
-
title: "String",
|
|
1649
|
-
username: "String",
|
|
1650
|
-
version: "String"
|
|
1651
|
-
},
|
|
1652
1572
|
SignedBlockchainDocument: {
|
|
1653
1573
|
hash: "String",
|
|
1654
1574
|
meta: "String",
|
|
1655
1575
|
public_key: "String",
|
|
1656
1576
|
signature: "String"
|
|
1657
1577
|
},
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1578
|
+
SignedDigitalDocument: {
|
|
1579
|
+
hash: "String",
|
|
1580
|
+
is_valid: "Boolean",
|
|
1581
|
+
meta: "JSON",
|
|
1582
|
+
public_key: "String",
|
|
1583
|
+
signature: "String",
|
|
1584
|
+
signer: "UserDataUnion"
|
|
1661
1585
|
},
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1586
|
+
StatementDetailAggregate: {
|
|
1587
|
+
action: "ExtendedBlockchainAction",
|
|
1588
|
+
documentAggregate: "DocumentAggregate"
|
|
1665
1589
|
},
|
|
1666
1590
|
SystemInfo: {
|
|
1667
1591
|
blockchain_account: "BlockchainAccount",
|
|
@@ -2286,10 +2210,6 @@ var PaymentStatus = /* @__PURE__ */ ((PaymentStatus2) => {
|
|
|
2286
2210
|
PaymentStatus2["REFUNDED"] = "REFUNDED";
|
|
2287
2211
|
return PaymentStatus2;
|
|
2288
2212
|
})(PaymentStatus || {});
|
|
2289
|
-
var RegisterRole = /* @__PURE__ */ ((RegisterRole2) => {
|
|
2290
|
-
RegisterRole2["User"] = "User";
|
|
2291
|
-
return RegisterRole2;
|
|
2292
|
-
})(RegisterRole || {});
|
|
2293
2213
|
var SystemStatus = /* @__PURE__ */ ((SystemStatus2) => {
|
|
2294
2214
|
SystemStatus2["active"] = "active";
|
|
2295
2215
|
SystemStatus2["install"] = "install";
|
|
@@ -2308,7 +2228,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
|
|
|
2308
2228
|
return UserStatus2;
|
|
2309
2229
|
})(UserStatus || {});
|
|
2310
2230
|
|
|
2311
|
-
const index$
|
|
2231
|
+
const index$s = {
|
|
2312
2232
|
__proto__: null,
|
|
2313
2233
|
$: $,
|
|
2314
2234
|
AccountType: AccountType,
|
|
@@ -2324,7 +2244,6 @@ const index$p = {
|
|
|
2324
2244
|
OrganizationType: OrganizationType,
|
|
2325
2245
|
PaymentStatus: PaymentStatus,
|
|
2326
2246
|
PrepareScalarPaths: PrepareScalarPaths,
|
|
2327
|
-
RegisterRole: RegisterRole,
|
|
2328
2247
|
ResolveFromPath: ResolveFromPath,
|
|
2329
2248
|
SEPARATOR: SEPARATOR,
|
|
2330
2249
|
START_VAR_NAME: START_VAR_NAME,
|
|
@@ -2448,228 +2367,26 @@ const rawParticipantAccountSelector = {
|
|
|
2448
2367
|
last_update: true,
|
|
2449
2368
|
status: true,
|
|
2450
2369
|
type: true,
|
|
2451
|
-
username: true
|
|
2370
|
+
username: true,
|
|
2371
|
+
initial_amount: true,
|
|
2372
|
+
minimum_amount: true
|
|
2452
2373
|
};
|
|
2453
2374
|
Selector("ParticipantAccount")(
|
|
2454
2375
|
rawParticipantAccountSelector
|
|
2455
2376
|
);
|
|
2456
2377
|
|
|
2457
|
-
const
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
created_at: true,
|
|
2468
|
-
is_verified: true,
|
|
2469
|
-
last_update: true,
|
|
2470
|
-
notice: true,
|
|
2471
|
-
procedure: true,
|
|
2472
|
-
verificator: true
|
|
2473
|
-
}
|
|
2474
|
-
};
|
|
2475
|
-
Selector("UserAccount")(
|
|
2476
|
-
rawUserAccountSelector
|
|
2477
|
-
);
|
|
2478
|
-
|
|
2479
|
-
const rawAccountSelector = {
|
|
2480
|
-
username: true,
|
|
2481
|
-
blockchain_account: rawBlockchainAccountSelector,
|
|
2482
|
-
provider_account: rawMonoAccountSelector,
|
|
2483
|
-
participant_account: rawParticipantAccountSelector,
|
|
2484
|
-
user_account: rawUserAccountSelector
|
|
2485
|
-
};
|
|
2486
|
-
const accountSelector = Selector("Account")(rawAccountSelector);
|
|
2487
|
-
|
|
2488
|
-
const rawTokenSelector = {
|
|
2489
|
-
expires: true,
|
|
2490
|
-
token: true
|
|
2491
|
-
};
|
|
2492
|
-
const rawTokensSelector = {
|
|
2493
|
-
access: rawTokenSelector,
|
|
2494
|
-
refresh: rawTokenSelector
|
|
2495
|
-
};
|
|
2496
|
-
const rawRegisteredAccountSelector = {
|
|
2497
|
-
account: rawAccountSelector,
|
|
2498
|
-
tokens: rawTokensSelector
|
|
2378
|
+
const rawBankAccountSelector = {
|
|
2379
|
+
details: {
|
|
2380
|
+
bik: true,
|
|
2381
|
+
corr: true,
|
|
2382
|
+
kpp: true
|
|
2383
|
+
},
|
|
2384
|
+
account_number: true,
|
|
2385
|
+
bank_name: true,
|
|
2386
|
+
card_number: true,
|
|
2387
|
+
currency: true
|
|
2499
2388
|
};
|
|
2500
|
-
|
|
2501
|
-
rawRegisteredAccountSelector
|
|
2502
|
-
);
|
|
2503
|
-
|
|
2504
|
-
const name$17 = "registerAccount";
|
|
2505
|
-
const mutation$Z = Selector("Mutation")({
|
|
2506
|
-
[name$17]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
2507
|
-
});
|
|
2508
|
-
|
|
2509
|
-
const registerAccount = {
|
|
2510
|
-
__proto__: null,
|
|
2511
|
-
mutation: mutation$Z,
|
|
2512
|
-
name: name$17
|
|
2513
|
-
};
|
|
2514
|
-
|
|
2515
|
-
const name$16 = "resetKey";
|
|
2516
|
-
const mutation$Y = Selector("Mutation")({
|
|
2517
|
-
[name$16]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
2518
|
-
});
|
|
2519
|
-
|
|
2520
|
-
const resetKey = {
|
|
2521
|
-
__proto__: null,
|
|
2522
|
-
mutation: mutation$Y,
|
|
2523
|
-
name: name$16
|
|
2524
|
-
};
|
|
2525
|
-
|
|
2526
|
-
const name$15 = "startResetKey";
|
|
2527
|
-
const mutation$X = Selector("Mutation")({
|
|
2528
|
-
[name$15]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
2529
|
-
});
|
|
2530
|
-
|
|
2531
|
-
const startResetKey = {
|
|
2532
|
-
__proto__: null,
|
|
2533
|
-
mutation: mutation$X,
|
|
2534
|
-
name: name$15
|
|
2535
|
-
};
|
|
2536
|
-
|
|
2537
|
-
const rawIndividualSelector = {
|
|
2538
|
-
email: true,
|
|
2539
|
-
full_address: true,
|
|
2540
|
-
phone: true,
|
|
2541
|
-
first_name: true,
|
|
2542
|
-
last_name: true,
|
|
2543
|
-
middle_name: true,
|
|
2544
|
-
birthdate: true,
|
|
2545
|
-
passport: {
|
|
2546
|
-
number: true,
|
|
2547
|
-
code: true,
|
|
2548
|
-
issued_at: true,
|
|
2549
|
-
issued_by: true,
|
|
2550
|
-
series: true
|
|
2551
|
-
},
|
|
2552
|
-
username: true
|
|
2553
|
-
};
|
|
2554
|
-
|
|
2555
|
-
const rawBankAccountSelector = {
|
|
2556
|
-
details: {
|
|
2557
|
-
bik: true,
|
|
2558
|
-
corr: true,
|
|
2559
|
-
kpp: true
|
|
2560
|
-
},
|
|
2561
|
-
account_number: true,
|
|
2562
|
-
bank_name: true,
|
|
2563
|
-
card_number: true,
|
|
2564
|
-
currency: true
|
|
2565
|
-
};
|
|
2566
|
-
Selector("BankAccount")(rawBankAccountSelector);
|
|
2567
|
-
|
|
2568
|
-
const rawBankPaymentMethodSelector = {
|
|
2569
|
-
data: rawBankAccountSelector,
|
|
2570
|
-
is_default: true,
|
|
2571
|
-
created_at: true,
|
|
2572
|
-
updated_at: true,
|
|
2573
|
-
method_id: true,
|
|
2574
|
-
method_type: true,
|
|
2575
|
-
username: true
|
|
2576
|
-
};
|
|
2577
|
-
|
|
2578
|
-
const rawBranchSelector = {
|
|
2579
|
-
coopname: true,
|
|
2580
|
-
braname: true,
|
|
2581
|
-
city: true,
|
|
2582
|
-
country: true,
|
|
2583
|
-
details: {
|
|
2584
|
-
kpp: true,
|
|
2585
|
-
inn: true,
|
|
2586
|
-
ogrn: true
|
|
2587
|
-
},
|
|
2588
|
-
email: true,
|
|
2589
|
-
fact_address: true,
|
|
2590
|
-
full_address: true,
|
|
2591
|
-
full_name: true,
|
|
2592
|
-
phone: true,
|
|
2593
|
-
represented_by: {
|
|
2594
|
-
based_on: true,
|
|
2595
|
-
first_name: true,
|
|
2596
|
-
last_name: true,
|
|
2597
|
-
middle_name: true,
|
|
2598
|
-
position: true
|
|
2599
|
-
},
|
|
2600
|
-
short_name: true,
|
|
2601
|
-
trusted: rawIndividualSelector,
|
|
2602
|
-
// Передаём "сырой" объект
|
|
2603
|
-
trustee: rawIndividualSelector,
|
|
2604
|
-
// Передаём "сырой" объект
|
|
2605
|
-
bank_account: rawBankPaymentMethodSelector,
|
|
2606
|
-
type: true
|
|
2607
|
-
};
|
|
2608
|
-
const branchSelector = Selector("Branch")(rawBranchSelector);
|
|
2609
|
-
|
|
2610
|
-
const rawBranchSelectorForUsers = {
|
|
2611
|
-
coopname: true,
|
|
2612
|
-
braname: true,
|
|
2613
|
-
city: true,
|
|
2614
|
-
country: true,
|
|
2615
|
-
details: {
|
|
2616
|
-
kpp: true,
|
|
2617
|
-
inn: true,
|
|
2618
|
-
ogrn: true
|
|
2619
|
-
},
|
|
2620
|
-
email: true,
|
|
2621
|
-
fact_address: true,
|
|
2622
|
-
full_address: true,
|
|
2623
|
-
full_name: true,
|
|
2624
|
-
phone: true,
|
|
2625
|
-
represented_by: {
|
|
2626
|
-
based_on: true,
|
|
2627
|
-
first_name: true,
|
|
2628
|
-
last_name: true,
|
|
2629
|
-
middle_name: true,
|
|
2630
|
-
position: true
|
|
2631
|
-
},
|
|
2632
|
-
short_name: true,
|
|
2633
|
-
bank_account: rawBankPaymentMethodSelector,
|
|
2634
|
-
type: true
|
|
2635
|
-
};
|
|
2636
|
-
const branchSelectorForUsers = Selector("Branch")(
|
|
2637
|
-
rawBranchSelectorForUsers
|
|
2638
|
-
);
|
|
2639
|
-
|
|
2640
|
-
const rawDocumentMetaSelector = {
|
|
2641
|
-
block_num: true,
|
|
2642
|
-
coopname: true,
|
|
2643
|
-
created_at: true,
|
|
2644
|
-
generator: true,
|
|
2645
|
-
lang: true,
|
|
2646
|
-
links: true,
|
|
2647
|
-
registry_id: true,
|
|
2648
|
-
timezone: true,
|
|
2649
|
-
title: true,
|
|
2650
|
-
username: true,
|
|
2651
|
-
version: true
|
|
2652
|
-
};
|
|
2653
|
-
const rawDocumentSelector = {
|
|
2654
|
-
binary: true,
|
|
2655
|
-
full_title: true,
|
|
2656
|
-
hash: true,
|
|
2657
|
-
html: true,
|
|
2658
|
-
meta: rawDocumentMetaSelector
|
|
2659
|
-
// Общая часть meta
|
|
2660
|
-
};
|
|
2661
|
-
const documentSelector = Selector("GeneratedDocument")(rawDocumentSelector);
|
|
2662
|
-
|
|
2663
|
-
const rawSelectBranchDocumentSelector = {
|
|
2664
|
-
...rawDocumentSelector,
|
|
2665
|
-
meta: {
|
|
2666
|
-
...rawDocumentMetaSelector,
|
|
2667
|
-
// Общая часть meta
|
|
2668
|
-
braname: true
|
|
2669
|
-
// Уникальное дополнение
|
|
2670
|
-
}
|
|
2671
|
-
};
|
|
2672
|
-
const generateSelectBranchDocumentSelector = Selector("SelectBranchDocument")(rawSelectBranchDocumentSelector);
|
|
2389
|
+
Selector("BankAccount")(rawBankAccountSelector);
|
|
2673
2390
|
|
|
2674
2391
|
const rawBlockchainActionSelector = {
|
|
2675
2392
|
account: true,
|
|
@@ -2711,6 +2428,16 @@ Selector("BlockchainAction")(
|
|
|
2711
2428
|
rawBlockchainActionSelector
|
|
2712
2429
|
);
|
|
2713
2430
|
|
|
2431
|
+
const rawDocumentSelector = {
|
|
2432
|
+
binary: true,
|
|
2433
|
+
full_title: true,
|
|
2434
|
+
hash: true,
|
|
2435
|
+
html: true,
|
|
2436
|
+
meta: true
|
|
2437
|
+
// Общая часть meta
|
|
2438
|
+
};
|
|
2439
|
+
const documentSelector = Selector("GeneratedDocument")(rawDocumentSelector);
|
|
2440
|
+
|
|
2714
2441
|
const rawEntrepreneurSelector = {
|
|
2715
2442
|
birthdate: true,
|
|
2716
2443
|
city: true,
|
|
@@ -2727,6 +2454,26 @@ const rawEntrepreneurSelector = {
|
|
|
2727
2454
|
phone: true,
|
|
2728
2455
|
username: true
|
|
2729
2456
|
};
|
|
2457
|
+
const entrepreneurSelector = rawEntrepreneurSelector;
|
|
2458
|
+
|
|
2459
|
+
const rawIndividualSelector = {
|
|
2460
|
+
email: true,
|
|
2461
|
+
full_address: true,
|
|
2462
|
+
phone: true,
|
|
2463
|
+
first_name: true,
|
|
2464
|
+
last_name: true,
|
|
2465
|
+
middle_name: true,
|
|
2466
|
+
birthdate: true,
|
|
2467
|
+
passport: {
|
|
2468
|
+
number: true,
|
|
2469
|
+
code: true,
|
|
2470
|
+
issued_at: true,
|
|
2471
|
+
issued_by: true,
|
|
2472
|
+
series: true
|
|
2473
|
+
},
|
|
2474
|
+
username: true
|
|
2475
|
+
};
|
|
2476
|
+
const individualSelector = rawIndividualSelector;
|
|
2730
2477
|
|
|
2731
2478
|
const rawOrganizationSelector = {
|
|
2732
2479
|
city: true,
|
|
@@ -2752,6 +2499,7 @@ const rawOrganizationSelector = {
|
|
|
2752
2499
|
type: true,
|
|
2753
2500
|
username: true
|
|
2754
2501
|
};
|
|
2502
|
+
const organizationSelector = rawOrganizationSelector;
|
|
2755
2503
|
|
|
2756
2504
|
const rawTransactionSelector = {
|
|
2757
2505
|
chain: true,
|
|
@@ -2766,92 +2514,194 @@ const rawTransactionSelector = {
|
|
|
2766
2514
|
};
|
|
2767
2515
|
Selector("Transaction")(rawTransactionSelector);
|
|
2768
2516
|
|
|
2769
|
-
const
|
|
2770
|
-
...
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
// Общая часть meta
|
|
2774
|
-
request_id: true,
|
|
2775
|
-
act_id: true,
|
|
2776
|
-
braname: true,
|
|
2777
|
-
decision_id: true,
|
|
2778
|
-
receiver: true
|
|
2779
|
-
}
|
|
2517
|
+
const rawUserUnionSelector = {
|
|
2518
|
+
"...on Entrepreneur": rawEntrepreneurSelector,
|
|
2519
|
+
"...on Individual": rawIndividualSelector,
|
|
2520
|
+
"...on Organization": rawOrganizationSelector
|
|
2780
2521
|
};
|
|
2781
|
-
const assetContributionActDocumentSelector = Selector("AssetContributionActDocument")(rawAssetContributionActDocumentSelector);
|
|
2782
2522
|
|
|
2783
|
-
const
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
decision_id: true,
|
|
2789
|
-
request_id: true
|
|
2790
|
-
}
|
|
2523
|
+
const rawPrivateAccountSelector = {
|
|
2524
|
+
type: true,
|
|
2525
|
+
individual_data: individualSelector,
|
|
2526
|
+
organization_data: organizationSelector,
|
|
2527
|
+
entrepreneur_data: entrepreneurSelector
|
|
2791
2528
|
};
|
|
2792
|
-
|
|
2529
|
+
Selector("PrivateAccount")(
|
|
2530
|
+
rawPrivateAccountSelector
|
|
2531
|
+
);
|
|
2793
2532
|
|
|
2794
|
-
const
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
currency: true,
|
|
2533
|
+
const rawUserAccountSelector = {
|
|
2534
|
+
meta: true,
|
|
2535
|
+
referer: true,
|
|
2536
|
+
registered_at: true,
|
|
2537
|
+
registrator: true,
|
|
2538
|
+
status: true,
|
|
2539
|
+
storages: true,
|
|
2802
2540
|
type: true,
|
|
2803
|
-
|
|
2541
|
+
username: true,
|
|
2542
|
+
verifications: {
|
|
2543
|
+
created_at: true,
|
|
2544
|
+
is_verified: true,
|
|
2545
|
+
last_update: true,
|
|
2546
|
+
notice: true,
|
|
2547
|
+
procedure: true,
|
|
2548
|
+
verificator: true
|
|
2549
|
+
}
|
|
2804
2550
|
};
|
|
2805
|
-
Selector("
|
|
2551
|
+
Selector("UserAccount")(
|
|
2552
|
+
rawUserAccountSelector
|
|
2553
|
+
);
|
|
2806
2554
|
|
|
2807
|
-
const
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2555
|
+
const rawAccountSelector = {
|
|
2556
|
+
username: true,
|
|
2557
|
+
blockchain_account: rawBlockchainAccountSelector,
|
|
2558
|
+
provider_account: rawMonoAccountSelector,
|
|
2559
|
+
participant_account: rawParticipantAccountSelector,
|
|
2560
|
+
user_account: rawUserAccountSelector,
|
|
2561
|
+
private_account: rawPrivateAccountSelector
|
|
2814
2562
|
};
|
|
2815
|
-
const
|
|
2816
|
-
|
|
2817
|
-
const
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
...rawDocumentMetaSelector,
|
|
2821
|
-
// Общая часть meta
|
|
2822
|
-
request_id: true,
|
|
2823
|
-
act_id: true,
|
|
2824
|
-
braname: true,
|
|
2825
|
-
decision_id: true,
|
|
2826
|
-
transmitter: true
|
|
2827
|
-
}
|
|
2563
|
+
const accountSelector = Selector("Account")(rawAccountSelector);
|
|
2564
|
+
|
|
2565
|
+
const rawTokenSelector = {
|
|
2566
|
+
expires: true,
|
|
2567
|
+
token: true
|
|
2828
2568
|
};
|
|
2829
|
-
const
|
|
2569
|
+
const rawTokensSelector = {
|
|
2570
|
+
access: rawTokenSelector,
|
|
2571
|
+
refresh: rawTokenSelector
|
|
2572
|
+
};
|
|
2573
|
+
const rawRegisteredAccountSelector = {
|
|
2574
|
+
account: rawAccountSelector,
|
|
2575
|
+
tokens: rawTokensSelector
|
|
2576
|
+
};
|
|
2577
|
+
const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
2578
|
+
rawRegisteredAccountSelector
|
|
2579
|
+
);
|
|
2830
2580
|
|
|
2831
|
-
const
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2581
|
+
const name$1k = "registerAccount";
|
|
2582
|
+
const mutation$17 = Selector("Mutation")({
|
|
2583
|
+
[name$1k]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
2584
|
+
});
|
|
2585
|
+
|
|
2586
|
+
const registerAccount = {
|
|
2587
|
+
__proto__: null,
|
|
2588
|
+
mutation: mutation$17,
|
|
2589
|
+
name: name$1k
|
|
2839
2590
|
};
|
|
2840
|
-
const returnByAssetDecisionDocumentSelector = Selector("ReturnByAssetDecisionDocument")(rawReturnByAssetDecisionDocumentSelector);
|
|
2841
2591
|
|
|
2842
|
-
const
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2592
|
+
const name$1j = "resetKey";
|
|
2593
|
+
const mutation$16 = Selector("Mutation")({
|
|
2594
|
+
[name$1j]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
2595
|
+
});
|
|
2596
|
+
|
|
2597
|
+
const resetKey = {
|
|
2598
|
+
__proto__: null,
|
|
2599
|
+
mutation: mutation$16,
|
|
2600
|
+
name: name$1j
|
|
2601
|
+
};
|
|
2602
|
+
|
|
2603
|
+
const name$1i = "startResetKey";
|
|
2604
|
+
const mutation$15 = Selector("Mutation")({
|
|
2605
|
+
[name$1i]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
2606
|
+
});
|
|
2607
|
+
|
|
2608
|
+
const startResetKey = {
|
|
2609
|
+
__proto__: null,
|
|
2610
|
+
mutation: mutation$15,
|
|
2611
|
+
name: name$1i
|
|
2849
2612
|
};
|
|
2850
|
-
|
|
2613
|
+
|
|
2614
|
+
const paginationSelector = {
|
|
2615
|
+
items: {},
|
|
2616
|
+
totalCount: true,
|
|
2617
|
+
totalPages: true,
|
|
2618
|
+
currentPage: true
|
|
2619
|
+
};
|
|
2620
|
+
|
|
2621
|
+
const rawAccountsPaginationSelector = { ...paginationSelector, items: rawAccountSelector };
|
|
2622
|
+
const accountsPaginationSelector = Selector("AccountsPaginationResult")(rawAccountsPaginationSelector);
|
|
2623
|
+
|
|
2624
|
+
const rawBankPaymentMethodSelector = {
|
|
2625
|
+
data: rawBankAccountSelector,
|
|
2626
|
+
is_default: true,
|
|
2627
|
+
created_at: true,
|
|
2628
|
+
updated_at: true,
|
|
2629
|
+
method_id: true,
|
|
2630
|
+
method_type: true,
|
|
2631
|
+
username: true
|
|
2632
|
+
};
|
|
2633
|
+
Selector("BankPaymentMethod")(rawBankPaymentMethodSelector);
|
|
2634
|
+
|
|
2635
|
+
const rawBranchSelector = {
|
|
2636
|
+
coopname: true,
|
|
2637
|
+
braname: true,
|
|
2638
|
+
city: true,
|
|
2639
|
+
country: true,
|
|
2640
|
+
details: {
|
|
2641
|
+
kpp: true,
|
|
2642
|
+
inn: true,
|
|
2643
|
+
ogrn: true
|
|
2644
|
+
},
|
|
2645
|
+
email: true,
|
|
2646
|
+
fact_address: true,
|
|
2647
|
+
full_address: true,
|
|
2648
|
+
full_name: true,
|
|
2649
|
+
phone: true,
|
|
2650
|
+
represented_by: {
|
|
2651
|
+
based_on: true,
|
|
2652
|
+
first_name: true,
|
|
2653
|
+
last_name: true,
|
|
2654
|
+
middle_name: true,
|
|
2655
|
+
position: true
|
|
2656
|
+
},
|
|
2657
|
+
short_name: true,
|
|
2658
|
+
trusted: rawIndividualSelector,
|
|
2659
|
+
// Передаём "сырой" объект
|
|
2660
|
+
trustee: rawIndividualSelector,
|
|
2661
|
+
// Передаём "сырой" объект
|
|
2662
|
+
bank_account: rawBankPaymentMethodSelector,
|
|
2663
|
+
type: true
|
|
2664
|
+
};
|
|
2665
|
+
const branchSelector = Selector("Branch")(rawBranchSelector);
|
|
2666
|
+
|
|
2667
|
+
const rawBranchSelectorForUsers = {
|
|
2668
|
+
coopname: true,
|
|
2669
|
+
braname: true,
|
|
2670
|
+
city: true,
|
|
2671
|
+
country: true,
|
|
2672
|
+
details: {
|
|
2673
|
+
kpp: true,
|
|
2674
|
+
inn: true,
|
|
2675
|
+
ogrn: true
|
|
2676
|
+
},
|
|
2677
|
+
email: true,
|
|
2678
|
+
fact_address: true,
|
|
2679
|
+
full_address: true,
|
|
2680
|
+
full_name: true,
|
|
2681
|
+
phone: true,
|
|
2682
|
+
represented_by: {
|
|
2683
|
+
based_on: true,
|
|
2684
|
+
first_name: true,
|
|
2685
|
+
last_name: true,
|
|
2686
|
+
middle_name: true,
|
|
2687
|
+
position: true
|
|
2688
|
+
},
|
|
2689
|
+
short_name: true,
|
|
2690
|
+
bank_account: rawBankPaymentMethodSelector,
|
|
2691
|
+
type: true
|
|
2692
|
+
};
|
|
2693
|
+
const branchSelectorForUsers = Selector("Branch")(
|
|
2694
|
+
rawBranchSelectorForUsers
|
|
2695
|
+
);
|
|
2851
2696
|
|
|
2852
2697
|
const rawExtensionSelector = {
|
|
2853
2698
|
name: true,
|
|
2854
|
-
|
|
2699
|
+
is_available: true,
|
|
2700
|
+
is_installed: true,
|
|
2701
|
+
is_desktop: true,
|
|
2702
|
+
is_builtin: true,
|
|
2703
|
+
external_url: true,
|
|
2704
|
+
is_internal: true,
|
|
2855
2705
|
enabled: true,
|
|
2856
2706
|
updated_at: true,
|
|
2857
2707
|
created_at: true,
|
|
@@ -2862,35 +2712,111 @@ const rawExtensionSelector = {
|
|
|
2862
2712
|
image: true,
|
|
2863
2713
|
tags: true,
|
|
2864
2714
|
readme: true,
|
|
2865
|
-
instructions: true
|
|
2866
|
-
installed: true
|
|
2715
|
+
instructions: true
|
|
2867
2716
|
};
|
|
2868
2717
|
const extensionSelector = Selector("Extension")(rawExtensionSelector);
|
|
2869
2718
|
|
|
2870
|
-
const
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
// Общая часть meta
|
|
2875
|
-
decision_id: true
|
|
2876
|
-
}
|
|
2719
|
+
const rawFreeProjectSelector = {
|
|
2720
|
+
decision: true,
|
|
2721
|
+
id: true,
|
|
2722
|
+
question: true
|
|
2877
2723
|
};
|
|
2878
|
-
const
|
|
2724
|
+
const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
|
|
2879
2725
|
|
|
2880
|
-
const
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2726
|
+
const rawDocumentSignatureSelector = {
|
|
2727
|
+
hash: true,
|
|
2728
|
+
public_key: true,
|
|
2729
|
+
signature: true,
|
|
2730
|
+
meta: true,
|
|
2731
|
+
is_valid: true,
|
|
2732
|
+
signer: rawUserUnionSelector
|
|
2733
|
+
};
|
|
2734
|
+
const rawRawDocumentSelector = {
|
|
2735
|
+
hash: true,
|
|
2736
|
+
binary: true,
|
|
2737
|
+
full_title: true,
|
|
2738
|
+
html: true,
|
|
2739
|
+
meta: true
|
|
2740
|
+
};
|
|
2741
|
+
const rawDocumentAggregateSelector = {
|
|
2742
|
+
hash: true,
|
|
2743
|
+
signatures: rawDocumentSignatureSelector,
|
|
2744
|
+
rawDocument: rawRawDocumentSelector
|
|
2886
2745
|
};
|
|
2887
|
-
|
|
2746
|
+
|
|
2747
|
+
const rawAgendaMeetPointSelector = {
|
|
2748
|
+
context: true,
|
|
2749
|
+
title: true,
|
|
2750
|
+
decision: true
|
|
2751
|
+
};
|
|
2752
|
+
const rawQuestionSelector = {
|
|
2753
|
+
id: true,
|
|
2754
|
+
number: true,
|
|
2755
|
+
coopname: true,
|
|
2756
|
+
meet_id: true,
|
|
2757
|
+
title: true,
|
|
2758
|
+
context: true,
|
|
2759
|
+
decision: true,
|
|
2760
|
+
counter_votes_for: true,
|
|
2761
|
+
counter_votes_against: true,
|
|
2762
|
+
counter_votes_abstained: true,
|
|
2763
|
+
voters_for: true,
|
|
2764
|
+
voters_against: true,
|
|
2765
|
+
voters_abstained: true
|
|
2766
|
+
};
|
|
2767
|
+
const rawMeetSelector = {
|
|
2768
|
+
id: true,
|
|
2769
|
+
hash: true,
|
|
2770
|
+
coopname: true,
|
|
2771
|
+
type: true,
|
|
2772
|
+
initiator: true,
|
|
2773
|
+
presider: true,
|
|
2774
|
+
secretary: true,
|
|
2775
|
+
status: true,
|
|
2776
|
+
created_at: true,
|
|
2777
|
+
open_at: true,
|
|
2778
|
+
close_at: true,
|
|
2779
|
+
quorum_percent: true,
|
|
2780
|
+
signed_ballots: true,
|
|
2781
|
+
current_quorum_percent: true,
|
|
2782
|
+
cycle: true,
|
|
2783
|
+
quorum_passed: true,
|
|
2784
|
+
proposal: rawDocumentAggregateSelector,
|
|
2785
|
+
authorization: rawDocumentAggregateSelector
|
|
2786
|
+
};
|
|
2787
|
+
const rawMeetProcessingSelector = {
|
|
2788
|
+
hash: true,
|
|
2789
|
+
meet: rawMeetSelector,
|
|
2790
|
+
questions: rawQuestionSelector
|
|
2791
|
+
};
|
|
2792
|
+
const rawMeetPreProcessingSelector = {
|
|
2793
|
+
hash: true,
|
|
2794
|
+
coopname: true,
|
|
2795
|
+
initiator: true,
|
|
2796
|
+
presider: true,
|
|
2797
|
+
secretary: true,
|
|
2798
|
+
agenda: rawAgendaMeetPointSelector,
|
|
2799
|
+
open_at: true,
|
|
2800
|
+
close_at: true,
|
|
2801
|
+
proposal: rawDocumentAggregateSelector
|
|
2802
|
+
};
|
|
2803
|
+
const rawMeetProcessedSelector = {
|
|
2804
|
+
hash: true,
|
|
2805
|
+
decision: rawBlockchainActionSelector
|
|
2806
|
+
};
|
|
2807
|
+
const rawMeetAggregateSelector = {
|
|
2808
|
+
hash: true,
|
|
2809
|
+
pre: rawMeetPreProcessingSelector,
|
|
2810
|
+
processing: rawMeetProcessingSelector,
|
|
2811
|
+
processed: rawMeetProcessedSelector
|
|
2812
|
+
};
|
|
2813
|
+
const meetAggregateSelector = Selector("MeetAggregate")(rawMeetAggregateSelector);
|
|
2888
2814
|
|
|
2889
2815
|
const rawPaymentMethodSelector = {
|
|
2890
2816
|
data: {
|
|
2891
|
-
__typename: true,
|
|
2892
|
-
|
|
2893
|
-
|
|
2817
|
+
"__typename": true,
|
|
2818
|
+
"...on BankAccount": rawBankAccountSelector,
|
|
2819
|
+
"...on SbpAccount": {
|
|
2894
2820
|
phone: true
|
|
2895
2821
|
}
|
|
2896
2822
|
},
|
|
@@ -3031,18 +2957,18 @@ const rawSystemInfoSelector = {
|
|
|
3031
2957
|
};
|
|
3032
2958
|
const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
|
|
3033
2959
|
|
|
3034
|
-
const name$
|
|
3035
|
-
const mutation$
|
|
3036
|
-
[name$
|
|
2960
|
+
const name$1h = "updateAccount";
|
|
2961
|
+
const mutation$14 = Selector("Mutation")({
|
|
2962
|
+
[name$1h]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
3037
2963
|
});
|
|
3038
2964
|
|
|
3039
2965
|
const updateAccount = {
|
|
3040
2966
|
__proto__: null,
|
|
3041
|
-
mutation: mutation$
|
|
3042
|
-
name: name$
|
|
2967
|
+
mutation: mutation$14,
|
|
2968
|
+
name: name$1h
|
|
3043
2969
|
};
|
|
3044
2970
|
|
|
3045
|
-
const index$
|
|
2971
|
+
const index$r = {
|
|
3046
2972
|
__proto__: null,
|
|
3047
2973
|
RegisterAccount: registerAccount,
|
|
3048
2974
|
ResetKey: resetKey,
|
|
@@ -3050,51 +2976,51 @@ const index$o = {
|
|
|
3050
2976
|
UpdateAccount: updateAccount
|
|
3051
2977
|
};
|
|
3052
2978
|
|
|
3053
|
-
const name$
|
|
3054
|
-
const mutation$
|
|
3055
|
-
[name$
|
|
2979
|
+
const name$1g = "generatePrivacyAgreement";
|
|
2980
|
+
const mutation$13 = Selector("Mutation")({
|
|
2981
|
+
[name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3056
2982
|
});
|
|
3057
2983
|
|
|
3058
2984
|
const generatePrivacyAgreement = {
|
|
3059
2985
|
__proto__: null,
|
|
3060
|
-
mutation: mutation$
|
|
3061
|
-
name: name$
|
|
2986
|
+
mutation: mutation$13,
|
|
2987
|
+
name: name$1g
|
|
3062
2988
|
};
|
|
3063
2989
|
|
|
3064
|
-
const name$
|
|
3065
|
-
const mutation$
|
|
3066
|
-
[name$
|
|
2990
|
+
const name$1f = "generateSignatureAgreement";
|
|
2991
|
+
const mutation$12 = Selector("Mutation")({
|
|
2992
|
+
[name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3067
2993
|
});
|
|
3068
2994
|
|
|
3069
2995
|
const generateSignatureAgreement = {
|
|
3070
2996
|
__proto__: null,
|
|
3071
|
-
mutation: mutation$
|
|
3072
|
-
name: name$
|
|
2997
|
+
mutation: mutation$12,
|
|
2998
|
+
name: name$1f
|
|
3073
2999
|
};
|
|
3074
3000
|
|
|
3075
|
-
const name$
|
|
3076
|
-
const mutation$
|
|
3077
|
-
[name$
|
|
3001
|
+
const name$1e = "generateWalletAgreement";
|
|
3002
|
+
const mutation$11 = Selector("Mutation")({
|
|
3003
|
+
[name$1e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3078
3004
|
});
|
|
3079
3005
|
|
|
3080
3006
|
const generateWalletAgreement = {
|
|
3081
3007
|
__proto__: null,
|
|
3082
|
-
mutation: mutation$
|
|
3083
|
-
name: name$
|
|
3008
|
+
mutation: mutation$11,
|
|
3009
|
+
name: name$1e
|
|
3084
3010
|
};
|
|
3085
3011
|
|
|
3086
|
-
const name$
|
|
3087
|
-
const mutation$
|
|
3088
|
-
[name$
|
|
3012
|
+
const name$1d = "generateUserAgreement";
|
|
3013
|
+
const mutation$10 = Selector("Mutation")({
|
|
3014
|
+
[name$1d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3089
3015
|
});
|
|
3090
3016
|
|
|
3091
3017
|
const generateUserAgreement = {
|
|
3092
3018
|
__proto__: null,
|
|
3093
|
-
mutation: mutation$
|
|
3094
|
-
name: name$
|
|
3019
|
+
mutation: mutation$10,
|
|
3020
|
+
name: name$1d
|
|
3095
3021
|
};
|
|
3096
3022
|
|
|
3097
|
-
const index$
|
|
3023
|
+
const index$q = {
|
|
3098
3024
|
__proto__: null,
|
|
3099
3025
|
GeneratePrivacyAgreement: generatePrivacyAgreement,
|
|
3100
3026
|
GenerateSignatureAgreement: generateSignatureAgreement,
|
|
@@ -3102,580 +3028,702 @@ const index$n = {
|
|
|
3102
3028
|
GenerateWalletAgreement: generateWalletAgreement
|
|
3103
3029
|
};
|
|
3104
3030
|
|
|
3105
|
-
const name
|
|
3106
|
-
const mutation
|
|
3107
|
-
[name
|
|
3031
|
+
const name$1c = "refresh";
|
|
3032
|
+
const mutation$$ = Selector("Mutation")({
|
|
3033
|
+
[name$1c]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
3108
3034
|
});
|
|
3109
3035
|
|
|
3110
3036
|
const refresh = {
|
|
3037
|
+
__proto__: null,
|
|
3038
|
+
mutation: mutation$$,
|
|
3039
|
+
name: name$1c
|
|
3040
|
+
};
|
|
3041
|
+
|
|
3042
|
+
const name$1b = "logout";
|
|
3043
|
+
const mutation$_ = Selector("Mutation")({
|
|
3044
|
+
[name$1b]: [{ data: $("data", "LogoutInput!") }, true]
|
|
3045
|
+
});
|
|
3046
|
+
|
|
3047
|
+
const logout = {
|
|
3048
|
+
__proto__: null,
|
|
3049
|
+
mutation: mutation$_,
|
|
3050
|
+
name: name$1b
|
|
3051
|
+
};
|
|
3052
|
+
|
|
3053
|
+
const name$1a = "login";
|
|
3054
|
+
const mutation$Z = Selector("Mutation")({
|
|
3055
|
+
[name$1a]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
3056
|
+
});
|
|
3057
|
+
|
|
3058
|
+
const login = {
|
|
3059
|
+
__proto__: null,
|
|
3060
|
+
mutation: mutation$Z,
|
|
3061
|
+
name: name$1a
|
|
3062
|
+
};
|
|
3063
|
+
|
|
3064
|
+
const index$p = {
|
|
3065
|
+
__proto__: null,
|
|
3066
|
+
Login: login,
|
|
3067
|
+
Logout: logout,
|
|
3068
|
+
Refresh: refresh
|
|
3069
|
+
};
|
|
3070
|
+
|
|
3071
|
+
const name$19 = "addTrustedAccount";
|
|
3072
|
+
const mutation$Y = Selector("Mutation")({
|
|
3073
|
+
[name$19]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
3074
|
+
});
|
|
3075
|
+
|
|
3076
|
+
const addTrustedAccount = {
|
|
3077
|
+
__proto__: null,
|
|
3078
|
+
mutation: mutation$Y,
|
|
3079
|
+
name: name$19
|
|
3080
|
+
};
|
|
3081
|
+
|
|
3082
|
+
const name$18 = "createBranch";
|
|
3083
|
+
const mutation$X = Selector("Mutation")({
|
|
3084
|
+
[name$18]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
3085
|
+
});
|
|
3086
|
+
|
|
3087
|
+
const createBranch = {
|
|
3088
|
+
__proto__: null,
|
|
3089
|
+
mutation: mutation$X,
|
|
3090
|
+
name: name$18
|
|
3091
|
+
};
|
|
3092
|
+
|
|
3093
|
+
const name$17 = "deleteBranch";
|
|
3094
|
+
const mutation$W = Selector("Mutation")({
|
|
3095
|
+
[name$17]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
3096
|
+
});
|
|
3097
|
+
|
|
3098
|
+
const deleteBranch = {
|
|
3099
|
+
__proto__: null,
|
|
3100
|
+
mutation: mutation$W,
|
|
3101
|
+
name: name$17
|
|
3102
|
+
};
|
|
3103
|
+
|
|
3104
|
+
const name$16 = "deleteTrustedAccount";
|
|
3105
|
+
const mutation$V = Selector("Mutation")({
|
|
3106
|
+
[name$16]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
3107
|
+
});
|
|
3108
|
+
|
|
3109
|
+
const deleteTrustedAccount = {
|
|
3110
|
+
__proto__: null,
|
|
3111
|
+
mutation: mutation$V,
|
|
3112
|
+
name: name$16
|
|
3113
|
+
};
|
|
3114
|
+
|
|
3115
|
+
const name$15 = "editBranch";
|
|
3116
|
+
const mutation$U = Selector("Mutation")({
|
|
3117
|
+
[name$15]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
3118
|
+
});
|
|
3119
|
+
|
|
3120
|
+
const editBranch = {
|
|
3121
|
+
__proto__: null,
|
|
3122
|
+
mutation: mutation$U,
|
|
3123
|
+
name: name$15
|
|
3124
|
+
};
|
|
3125
|
+
|
|
3126
|
+
const name$14 = "generateSelectBranchDocument";
|
|
3127
|
+
const mutation$T = Selector("Mutation")({
|
|
3128
|
+
[name$14]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3129
|
+
});
|
|
3130
|
+
|
|
3131
|
+
const generateSelectBranchDocument = {
|
|
3132
|
+
__proto__: null,
|
|
3133
|
+
mutation: mutation$T,
|
|
3134
|
+
name: name$14
|
|
3135
|
+
};
|
|
3136
|
+
|
|
3137
|
+
const name$13 = "selectBranch";
|
|
3138
|
+
const mutation$S = Selector("Mutation")({
|
|
3139
|
+
[name$13]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
3140
|
+
});
|
|
3141
|
+
|
|
3142
|
+
const selectBranch = {
|
|
3143
|
+
__proto__: null,
|
|
3144
|
+
mutation: mutation$S,
|
|
3145
|
+
name: name$13
|
|
3146
|
+
};
|
|
3147
|
+
|
|
3148
|
+
const index$o = {
|
|
3149
|
+
__proto__: null,
|
|
3150
|
+
AddTrustedAccount: addTrustedAccount,
|
|
3151
|
+
CreateBranch: createBranch,
|
|
3152
|
+
DeleteBranch: deleteBranch,
|
|
3153
|
+
DeleteTrustedAccount: deleteTrustedAccount,
|
|
3154
|
+
EditBranch: editBranch,
|
|
3155
|
+
GenerateSelectBranchDocument: generateSelectBranchDocument,
|
|
3156
|
+
SelectBranch: selectBranch
|
|
3157
|
+
};
|
|
3158
|
+
|
|
3159
|
+
const name$12 = "acceptChildOrder";
|
|
3160
|
+
const mutation$R = Selector("Mutation")({
|
|
3161
|
+
[name$12]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
|
|
3162
|
+
});
|
|
3163
|
+
|
|
3164
|
+
const acceptChildOrder = {
|
|
3111
3165
|
__proto__: null,
|
|
3112
3166
|
mutation: mutation$R,
|
|
3113
|
-
name: name
|
|
3167
|
+
name: name$12
|
|
3114
3168
|
};
|
|
3115
3169
|
|
|
3116
|
-
const name$
|
|
3170
|
+
const name$11 = "cancelRequest";
|
|
3117
3171
|
const mutation$Q = Selector("Mutation")({
|
|
3118
|
-
[name$
|
|
3172
|
+
[name$11]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
|
|
3119
3173
|
});
|
|
3120
3174
|
|
|
3121
|
-
const
|
|
3175
|
+
const cancelRequest = {
|
|
3122
3176
|
__proto__: null,
|
|
3123
3177
|
mutation: mutation$Q,
|
|
3124
|
-
name: name$
|
|
3178
|
+
name: name$11
|
|
3125
3179
|
};
|
|
3126
3180
|
|
|
3127
|
-
const name$
|
|
3181
|
+
const name$10 = "confirmReceiveOnRequest";
|
|
3128
3182
|
const mutation$P = Selector("Mutation")({
|
|
3129
|
-
[name$
|
|
3183
|
+
[name$10]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
3130
3184
|
});
|
|
3131
3185
|
|
|
3132
|
-
const
|
|
3186
|
+
const completeReceiveOnRequest = {
|
|
3133
3187
|
__proto__: null,
|
|
3134
3188
|
mutation: mutation$P,
|
|
3135
|
-
name: name$
|
|
3136
|
-
};
|
|
3137
|
-
|
|
3138
|
-
const index$m = {
|
|
3139
|
-
__proto__: null,
|
|
3140
|
-
Login: login,
|
|
3141
|
-
Logout: logout,
|
|
3142
|
-
Refresh: refresh
|
|
3189
|
+
name: name$10
|
|
3143
3190
|
};
|
|
3144
3191
|
|
|
3145
|
-
const name
|
|
3192
|
+
const name$$ = "completeRequest";
|
|
3146
3193
|
const mutation$O = Selector("Mutation")({
|
|
3147
|
-
[name
|
|
3194
|
+
[name$$]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
|
|
3148
3195
|
});
|
|
3149
3196
|
|
|
3150
|
-
const
|
|
3197
|
+
const completeRequest = {
|
|
3151
3198
|
__proto__: null,
|
|
3152
3199
|
mutation: mutation$O,
|
|
3153
|
-
name: name
|
|
3200
|
+
name: name$$
|
|
3154
3201
|
};
|
|
3155
3202
|
|
|
3156
|
-
const name$
|
|
3203
|
+
const name$_ = "confirmSupplyOnRequest";
|
|
3157
3204
|
const mutation$N = Selector("Mutation")({
|
|
3158
|
-
[name$
|
|
3205
|
+
[name$_]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
|
|
3159
3206
|
});
|
|
3160
3207
|
|
|
3161
|
-
const
|
|
3208
|
+
const confirmSupplyOnRequest = {
|
|
3162
3209
|
__proto__: null,
|
|
3163
3210
|
mutation: mutation$N,
|
|
3164
|
-
name: name$
|
|
3211
|
+
name: name$_
|
|
3165
3212
|
};
|
|
3166
3213
|
|
|
3167
|
-
const name$
|
|
3214
|
+
const name$Z = "createChildOrder";
|
|
3168
3215
|
const mutation$M = Selector("Mutation")({
|
|
3169
|
-
[name$
|
|
3216
|
+
[name$Z]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
|
|
3170
3217
|
});
|
|
3171
3218
|
|
|
3172
|
-
const
|
|
3219
|
+
const createChildOrder = {
|
|
3173
3220
|
__proto__: null,
|
|
3174
3221
|
mutation: mutation$M,
|
|
3175
|
-
name: name$
|
|
3222
|
+
name: name$Z
|
|
3176
3223
|
};
|
|
3177
3224
|
|
|
3178
|
-
const name$
|
|
3225
|
+
const name$Y = "createParentOffer";
|
|
3179
3226
|
const mutation$L = Selector("Mutation")({
|
|
3180
|
-
[name$
|
|
3227
|
+
[name$Y]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
|
|
3181
3228
|
});
|
|
3182
3229
|
|
|
3183
|
-
const
|
|
3230
|
+
const createParentOffer = {
|
|
3184
3231
|
__proto__: null,
|
|
3185
3232
|
mutation: mutation$L,
|
|
3186
|
-
name: name$
|
|
3233
|
+
name: name$Y
|
|
3187
3234
|
};
|
|
3188
3235
|
|
|
3189
|
-
const name$
|
|
3236
|
+
const name$X = "declineRequest";
|
|
3190
3237
|
const mutation$K = Selector("Mutation")({
|
|
3191
|
-
[name$
|
|
3238
|
+
[name$X]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
|
|
3192
3239
|
});
|
|
3193
3240
|
|
|
3194
|
-
const
|
|
3241
|
+
const declineRequest = {
|
|
3195
3242
|
__proto__: null,
|
|
3196
3243
|
mutation: mutation$K,
|
|
3197
|
-
name: name$
|
|
3244
|
+
name: name$X
|
|
3198
3245
|
};
|
|
3199
3246
|
|
|
3200
|
-
const name$
|
|
3247
|
+
const name$W = "deliverOnRequest";
|
|
3201
3248
|
const mutation$J = Selector("Mutation")({
|
|
3202
|
-
[name$
|
|
3249
|
+
[name$W]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
|
|
3203
3250
|
});
|
|
3204
3251
|
|
|
3205
|
-
const
|
|
3252
|
+
const deliverOnRequest = {
|
|
3206
3253
|
__proto__: null,
|
|
3207
3254
|
mutation: mutation$J,
|
|
3208
|
-
name: name$
|
|
3255
|
+
name: name$W
|
|
3209
3256
|
};
|
|
3210
3257
|
|
|
3211
|
-
const name$
|
|
3258
|
+
const name$V = "disputeOnRequest";
|
|
3212
3259
|
const mutation$I = Selector("Mutation")({
|
|
3213
|
-
[name$
|
|
3260
|
+
[name$V]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
|
|
3214
3261
|
});
|
|
3215
3262
|
|
|
3216
|
-
const
|
|
3263
|
+
const disputeOnRequest = {
|
|
3217
3264
|
__proto__: null,
|
|
3218
3265
|
mutation: mutation$I,
|
|
3219
|
-
name: name$
|
|
3220
|
-
};
|
|
3221
|
-
|
|
3222
|
-
const index$l = {
|
|
3223
|
-
__proto__: null,
|
|
3224
|
-
AddTrustedAccount: addTrustedAccount,
|
|
3225
|
-
CreateBranch: createBranch,
|
|
3226
|
-
DeleteBranch: deleteBranch,
|
|
3227
|
-
DeleteTrustedAccount: deleteTrustedAccount,
|
|
3228
|
-
EditBranch: editBranch,
|
|
3229
|
-
GenerateSelectBranchDocument: generateSelectBranchDocument,
|
|
3230
|
-
SelectBranch: selectBranch
|
|
3266
|
+
name: name$V
|
|
3231
3267
|
};
|
|
3232
3268
|
|
|
3233
|
-
const name$
|
|
3269
|
+
const name$U = "generateAssetContributionAct";
|
|
3234
3270
|
const mutation$H = Selector("Mutation")({
|
|
3235
|
-
[name$
|
|
3271
|
+
[name$U]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3236
3272
|
});
|
|
3237
3273
|
|
|
3238
|
-
const
|
|
3274
|
+
const generateAssetContributionAct = {
|
|
3239
3275
|
__proto__: null,
|
|
3240
3276
|
mutation: mutation$H,
|
|
3241
|
-
name: name$
|
|
3277
|
+
name: name$U
|
|
3242
3278
|
};
|
|
3243
3279
|
|
|
3244
|
-
const name$
|
|
3280
|
+
const name$T = "generateAssetContributionDecision";
|
|
3245
3281
|
const mutation$G = Selector("Mutation")({
|
|
3246
|
-
[name$
|
|
3282
|
+
[name$T]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3247
3283
|
});
|
|
3248
3284
|
|
|
3249
|
-
const
|
|
3285
|
+
const generateAssetContributionDecision = {
|
|
3250
3286
|
__proto__: null,
|
|
3251
3287
|
mutation: mutation$G,
|
|
3252
|
-
name: name$
|
|
3288
|
+
name: name$T
|
|
3253
3289
|
};
|
|
3254
3290
|
|
|
3255
|
-
const name$
|
|
3291
|
+
const name$S = "generateAssetContributionStatement";
|
|
3256
3292
|
const mutation$F = Selector("Mutation")({
|
|
3257
|
-
[name$
|
|
3293
|
+
[name$S]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3258
3294
|
});
|
|
3259
3295
|
|
|
3260
|
-
const
|
|
3296
|
+
const generateAssetContributionStatement = {
|
|
3261
3297
|
__proto__: null,
|
|
3262
3298
|
mutation: mutation$F,
|
|
3263
|
-
name: name$
|
|
3299
|
+
name: name$S
|
|
3264
3300
|
};
|
|
3265
3301
|
|
|
3266
|
-
const name$
|
|
3302
|
+
const name$R = "generateReturnByAssetAct";
|
|
3267
3303
|
const mutation$E = Selector("Mutation")({
|
|
3268
|
-
[name$
|
|
3304
|
+
[name$R]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3269
3305
|
});
|
|
3270
3306
|
|
|
3271
|
-
const
|
|
3307
|
+
const generateReturnByAssetAct = {
|
|
3272
3308
|
__proto__: null,
|
|
3273
3309
|
mutation: mutation$E,
|
|
3274
|
-
name: name$
|
|
3310
|
+
name: name$R
|
|
3275
3311
|
};
|
|
3276
3312
|
|
|
3277
|
-
const name$
|
|
3313
|
+
const name$Q = "generateReturnByAssetDecision";
|
|
3278
3314
|
const mutation$D = Selector("Mutation")({
|
|
3279
|
-
[name$
|
|
3315
|
+
[name$Q]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3280
3316
|
});
|
|
3281
3317
|
|
|
3282
|
-
const
|
|
3318
|
+
const generateReturnByAssetDecision = {
|
|
3283
3319
|
__proto__: null,
|
|
3284
3320
|
mutation: mutation$D,
|
|
3285
|
-
name: name$
|
|
3321
|
+
name: name$Q
|
|
3286
3322
|
};
|
|
3287
3323
|
|
|
3288
|
-
const name$
|
|
3324
|
+
const name$P = "generateReturnByAssetStatement";
|
|
3289
3325
|
const mutation$C = Selector("Mutation")({
|
|
3290
|
-
[name$
|
|
3326
|
+
[name$P]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3291
3327
|
});
|
|
3292
3328
|
|
|
3293
|
-
const
|
|
3329
|
+
const generateReturnByAssetStatement = {
|
|
3294
3330
|
__proto__: null,
|
|
3295
3331
|
mutation: mutation$C,
|
|
3296
|
-
name: name$
|
|
3332
|
+
name: name$P
|
|
3297
3333
|
};
|
|
3298
3334
|
|
|
3299
|
-
const name$
|
|
3335
|
+
const name$O = "moderateRequest";
|
|
3300
3336
|
const mutation$B = Selector("Mutation")({
|
|
3301
|
-
[name$
|
|
3337
|
+
[name$O]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
|
|
3302
3338
|
});
|
|
3303
3339
|
|
|
3304
|
-
const
|
|
3340
|
+
const moderateRequest = {
|
|
3305
3341
|
__proto__: null,
|
|
3306
3342
|
mutation: mutation$B,
|
|
3307
|
-
name: name$
|
|
3343
|
+
name: name$O
|
|
3308
3344
|
};
|
|
3309
3345
|
|
|
3310
|
-
const name$
|
|
3346
|
+
const name$N = "prohibitRequest";
|
|
3311
3347
|
const mutation$A = Selector("Mutation")({
|
|
3312
|
-
[name$
|
|
3348
|
+
[name$N]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
|
|
3313
3349
|
});
|
|
3314
3350
|
|
|
3315
|
-
const
|
|
3351
|
+
const prohibitRequest = {
|
|
3316
3352
|
__proto__: null,
|
|
3317
3353
|
mutation: mutation$A,
|
|
3318
|
-
name: name$
|
|
3354
|
+
name: name$N
|
|
3319
3355
|
};
|
|
3320
3356
|
|
|
3321
|
-
const name$
|
|
3357
|
+
const name$M = "publishRequest";
|
|
3322
3358
|
const mutation$z = Selector("Mutation")({
|
|
3323
|
-
[name$
|
|
3359
|
+
[name$M]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
|
|
3324
3360
|
});
|
|
3325
3361
|
|
|
3326
|
-
const
|
|
3362
|
+
const publishRequest = {
|
|
3327
3363
|
__proto__: null,
|
|
3328
3364
|
mutation: mutation$z,
|
|
3329
|
-
name: name$
|
|
3365
|
+
name: name$M
|
|
3330
3366
|
};
|
|
3331
3367
|
|
|
3332
|
-
const name$
|
|
3368
|
+
const name$L = "receiveOnRequest";
|
|
3333
3369
|
const mutation$y = Selector("Mutation")({
|
|
3334
|
-
[name$
|
|
3370
|
+
[name$L]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
3335
3371
|
});
|
|
3336
3372
|
|
|
3337
|
-
const
|
|
3373
|
+
const receiveOnRequest = {
|
|
3338
3374
|
__proto__: null,
|
|
3339
3375
|
mutation: mutation$y,
|
|
3340
|
-
name: name$
|
|
3376
|
+
name: name$L
|
|
3341
3377
|
};
|
|
3342
3378
|
|
|
3343
|
-
const name$
|
|
3379
|
+
const name$K = "supplyOnRequest";
|
|
3344
3380
|
const mutation$x = Selector("Mutation")({
|
|
3345
|
-
[name$
|
|
3381
|
+
[name$K]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
|
|
3346
3382
|
});
|
|
3347
3383
|
|
|
3348
|
-
const
|
|
3384
|
+
const supplyOnRequest = {
|
|
3349
3385
|
__proto__: null,
|
|
3350
3386
|
mutation: mutation$x,
|
|
3351
|
-
name: name$
|
|
3387
|
+
name: name$K
|
|
3352
3388
|
};
|
|
3353
3389
|
|
|
3354
|
-
const name$
|
|
3390
|
+
const name$J = "unpublishRequest";
|
|
3355
3391
|
const mutation$w = Selector("Mutation")({
|
|
3356
|
-
[name$
|
|
3392
|
+
[name$J]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
|
|
3357
3393
|
});
|
|
3358
3394
|
|
|
3359
|
-
const
|
|
3395
|
+
const unpublishRequest = {
|
|
3360
3396
|
__proto__: null,
|
|
3361
3397
|
mutation: mutation$w,
|
|
3362
|
-
name: name$
|
|
3398
|
+
name: name$J
|
|
3363
3399
|
};
|
|
3364
3400
|
|
|
3365
|
-
const name$
|
|
3401
|
+
const name$I = "updateRequest";
|
|
3366
3402
|
const mutation$v = Selector("Mutation")({
|
|
3367
|
-
[name$
|
|
3403
|
+
[name$I]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
|
|
3368
3404
|
});
|
|
3369
3405
|
|
|
3370
|
-
const
|
|
3406
|
+
const updateRequest = {
|
|
3371
3407
|
__proto__: null,
|
|
3372
3408
|
mutation: mutation$v,
|
|
3373
|
-
name: name$
|
|
3409
|
+
name: name$I
|
|
3410
|
+
};
|
|
3411
|
+
|
|
3412
|
+
const index$n = {
|
|
3413
|
+
__proto__: null,
|
|
3414
|
+
AcceptChildOrder: acceptChildOrder,
|
|
3415
|
+
CancelRequest: cancelRequest,
|
|
3416
|
+
CompleteReceiveOnRequest: completeReceiveOnRequest,
|
|
3417
|
+
CompleteRequest: completeRequest,
|
|
3418
|
+
ConfirmSupplyOnRequest: confirmSupplyOnRequest,
|
|
3419
|
+
CreateChildOrder: createChildOrder,
|
|
3420
|
+
CreateParentOffer: createParentOffer,
|
|
3421
|
+
DeclineRequest: declineRequest,
|
|
3422
|
+
DeliverOnRequest: deliverOnRequest,
|
|
3423
|
+
DisputeOnRequest: disputeOnRequest,
|
|
3424
|
+
GenerateAssetContributionAct: generateAssetContributionAct,
|
|
3425
|
+
GenerateAssetContributionDecision: generateAssetContributionDecision,
|
|
3426
|
+
GenerateAssetContributionStatement: generateAssetContributionStatement,
|
|
3427
|
+
GenerateReturnByAssetAct: generateReturnByAssetAct,
|
|
3428
|
+
GenerateReturnByAssetDecision: generateReturnByAssetDecision,
|
|
3429
|
+
GenerateReturnByAssetStatement: generateReturnByAssetStatement,
|
|
3430
|
+
ModerateRequest: moderateRequest,
|
|
3431
|
+
ProhibitRequest: prohibitRequest,
|
|
3432
|
+
PublishRequest: publishRequest,
|
|
3433
|
+
ReceiveOnRequest: receiveOnRequest,
|
|
3434
|
+
SupplyOnRequest: supplyOnRequest,
|
|
3435
|
+
UnpublishRequest: unpublishRequest,
|
|
3436
|
+
UpdateRequest: updateRequest
|
|
3374
3437
|
};
|
|
3375
3438
|
|
|
3376
|
-
const name$
|
|
3439
|
+
const name$H = "installExtension";
|
|
3377
3440
|
const mutation$u = Selector("Mutation")({
|
|
3378
|
-
[name$
|
|
3441
|
+
[name$H]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
3379
3442
|
});
|
|
3380
3443
|
|
|
3381
|
-
const
|
|
3444
|
+
const installExtension = {
|
|
3382
3445
|
__proto__: null,
|
|
3383
3446
|
mutation: mutation$u,
|
|
3384
|
-
name: name$
|
|
3447
|
+
name: name$H
|
|
3385
3448
|
};
|
|
3386
3449
|
|
|
3387
|
-
const name$
|
|
3450
|
+
const name$G = "uninstallExtension";
|
|
3388
3451
|
const mutation$t = Selector("Mutation")({
|
|
3389
|
-
[name$
|
|
3452
|
+
[name$G]: [{ data: $("data", "UninstallExtensionInput!") }, true]
|
|
3390
3453
|
});
|
|
3391
3454
|
|
|
3392
|
-
const
|
|
3455
|
+
const uninstallExtension = {
|
|
3393
3456
|
__proto__: null,
|
|
3394
3457
|
mutation: mutation$t,
|
|
3395
|
-
name: name$
|
|
3458
|
+
name: name$G
|
|
3396
3459
|
};
|
|
3397
3460
|
|
|
3398
|
-
const name$
|
|
3461
|
+
const name$F = "updateExtension";
|
|
3399
3462
|
const mutation$s = Selector("Mutation")({
|
|
3400
|
-
[name$
|
|
3463
|
+
[name$F]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
3401
3464
|
});
|
|
3402
3465
|
|
|
3403
|
-
const
|
|
3466
|
+
const updateExtension = {
|
|
3404
3467
|
__proto__: null,
|
|
3405
3468
|
mutation: mutation$s,
|
|
3406
|
-
name: name$
|
|
3469
|
+
name: name$F
|
|
3470
|
+
};
|
|
3471
|
+
|
|
3472
|
+
const index$m = {
|
|
3473
|
+
__proto__: null,
|
|
3474
|
+
InstallExtension: installExtension,
|
|
3475
|
+
UninstallExtension: uninstallExtension,
|
|
3476
|
+
UpdateExtension: updateExtension
|
|
3407
3477
|
};
|
|
3408
3478
|
|
|
3409
|
-
const name$
|
|
3479
|
+
const name$E = "generateProjectOfFreeDecision";
|
|
3410
3480
|
const mutation$r = Selector("Mutation")({
|
|
3411
|
-
[name$
|
|
3481
|
+
[name$E]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3412
3482
|
});
|
|
3413
3483
|
|
|
3414
|
-
const
|
|
3484
|
+
const generateProjectOfFreeDecisionDocument = {
|
|
3415
3485
|
__proto__: null,
|
|
3416
3486
|
mutation: mutation$r,
|
|
3417
|
-
name: name$
|
|
3487
|
+
name: name$E
|
|
3418
3488
|
};
|
|
3419
3489
|
|
|
3420
|
-
const name$
|
|
3490
|
+
const name$D = "generateFreeDecision";
|
|
3421
3491
|
const mutation$q = Selector("Mutation")({
|
|
3422
|
-
[name$
|
|
3492
|
+
[name$D]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3423
3493
|
});
|
|
3424
3494
|
|
|
3425
|
-
const
|
|
3495
|
+
const generateFreeDecision = {
|
|
3426
3496
|
__proto__: null,
|
|
3427
3497
|
mutation: mutation$q,
|
|
3428
|
-
name: name$
|
|
3498
|
+
name: name$D
|
|
3429
3499
|
};
|
|
3430
3500
|
|
|
3431
|
-
const name$
|
|
3501
|
+
const name$C = "publishProjectOfFreeDecision";
|
|
3432
3502
|
const mutation$p = Selector("Mutation")({
|
|
3433
|
-
[name$
|
|
3503
|
+
[name$C]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
|
|
3434
3504
|
});
|
|
3435
3505
|
|
|
3436
|
-
const
|
|
3506
|
+
const publishProjectOfFreeDecision = {
|
|
3437
3507
|
__proto__: null,
|
|
3438
3508
|
mutation: mutation$p,
|
|
3439
|
-
name: name$
|
|
3509
|
+
name: name$C
|
|
3440
3510
|
};
|
|
3441
3511
|
|
|
3442
|
-
const name$
|
|
3512
|
+
const name$B = "createProjectOfFreeDecision";
|
|
3443
3513
|
const mutation$o = Selector("Mutation")({
|
|
3444
|
-
[name$
|
|
3514
|
+
[name$B]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
|
|
3445
3515
|
});
|
|
3446
3516
|
|
|
3447
|
-
const
|
|
3517
|
+
const createProjectOfFreeDecision = {
|
|
3448
3518
|
__proto__: null,
|
|
3449
3519
|
mutation: mutation$o,
|
|
3450
|
-
name: name$
|
|
3520
|
+
name: name$B
|
|
3521
|
+
};
|
|
3522
|
+
|
|
3523
|
+
const index$l = {
|
|
3524
|
+
__proto__: null,
|
|
3525
|
+
CreateProjectOfFreeDecision: createProjectOfFreeDecision,
|
|
3526
|
+
GenerateFreeDecision: generateFreeDecision,
|
|
3527
|
+
GenerateProjectOfFreeDecision: generateProjectOfFreeDecisionDocument,
|
|
3528
|
+
PublishProjectOfFreeDecision: publishProjectOfFreeDecision
|
|
3451
3529
|
};
|
|
3452
3530
|
|
|
3453
|
-
const name$
|
|
3531
|
+
const name$A = "createAnnualGeneralMeet";
|
|
3454
3532
|
const mutation$n = Selector("Mutation")({
|
|
3455
|
-
[name$
|
|
3533
|
+
[name$A]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3456
3534
|
});
|
|
3457
3535
|
|
|
3458
|
-
const
|
|
3536
|
+
const createAnnualGeneralMeet = {
|
|
3459
3537
|
__proto__: null,
|
|
3460
3538
|
mutation: mutation$n,
|
|
3461
|
-
name: name$
|
|
3539
|
+
name: name$A
|
|
3462
3540
|
};
|
|
3463
3541
|
|
|
3464
|
-
const name$
|
|
3542
|
+
const name$z = "generateAnnualGeneralMeetAgendaDocument";
|
|
3465
3543
|
const mutation$m = Selector("Mutation")({
|
|
3466
|
-
[name$
|
|
3544
|
+
[name$z]: [
|
|
3545
|
+
{
|
|
3546
|
+
data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
|
|
3547
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3548
|
+
},
|
|
3549
|
+
documentSelector
|
|
3550
|
+
]
|
|
3467
3551
|
});
|
|
3468
3552
|
|
|
3469
|
-
const
|
|
3553
|
+
const generateAnnualGeneralMeetAgendaDocument = {
|
|
3470
3554
|
__proto__: null,
|
|
3471
3555
|
mutation: mutation$m,
|
|
3472
|
-
name: name$
|
|
3556
|
+
name: name$z
|
|
3473
3557
|
};
|
|
3474
3558
|
|
|
3475
|
-
const name$
|
|
3559
|
+
const name$y = "generateAnnualGeneralMeetDecisionDocument";
|
|
3476
3560
|
const mutation$l = Selector("Mutation")({
|
|
3477
|
-
[name$
|
|
3561
|
+
[name$y]: [
|
|
3562
|
+
{
|
|
3563
|
+
data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
|
|
3564
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3565
|
+
},
|
|
3566
|
+
documentSelector
|
|
3567
|
+
]
|
|
3478
3568
|
});
|
|
3479
3569
|
|
|
3480
|
-
const
|
|
3570
|
+
const generateAnnualGeneralMeetDecisionDocument = {
|
|
3481
3571
|
__proto__: null,
|
|
3482
3572
|
mutation: mutation$l,
|
|
3483
|
-
name: name$
|
|
3484
|
-
};
|
|
3485
|
-
|
|
3486
|
-
const index$k = {
|
|
3487
|
-
__proto__: null,
|
|
3488
|
-
AcceptChildOrder: acceptChildOrder,
|
|
3489
|
-
CancelRequest: cancelRequest,
|
|
3490
|
-
CompleteReceiveOnRequest: completeReceiveOnRequest,
|
|
3491
|
-
CompleteRequest: completeRequest,
|
|
3492
|
-
ConfirmSupplyOnRequest: confirmSupplyOnRequest,
|
|
3493
|
-
CreateChildOrder: createChildOrder,
|
|
3494
|
-
CreateParentOffer: createParentOffer,
|
|
3495
|
-
DeclineRequest: declineRequest,
|
|
3496
|
-
DeliverOnRequest: deliverOnRequest,
|
|
3497
|
-
DisputeOnRequest: disputeOnRequest,
|
|
3498
|
-
GenerateAssetContributionAct: generateAssetContributionAct,
|
|
3499
|
-
GenerateAssetContributionDecision: generateAssetContributionDecision,
|
|
3500
|
-
GenerateAssetContributionStatement: generateAssetContributionStatement,
|
|
3501
|
-
GenerateReturnByAssetAct: generateReturnByAssetAct,
|
|
3502
|
-
GenerateReturnByAssetDecision: generateReturnByAssetDecision,
|
|
3503
|
-
GenerateReturnByAssetStatement: generateReturnByAssetStatement,
|
|
3504
|
-
ModerateRequest: moderateRequest,
|
|
3505
|
-
ProhibitRequest: prohibitRequest,
|
|
3506
|
-
PublishRequest: publishRequest,
|
|
3507
|
-
ReceiveOnRequest: receiveOnRequest,
|
|
3508
|
-
SupplyOnRequest: supplyOnRequest,
|
|
3509
|
-
UnpublishRequest: unpublishRequest,
|
|
3510
|
-
UpdateRequest: updateRequest
|
|
3573
|
+
name: name$y
|
|
3511
3574
|
};
|
|
3512
3575
|
|
|
3513
|
-
const name$
|
|
3576
|
+
const name$x = "generateAnnualGeneralMeetNotificationDocument";
|
|
3514
3577
|
const mutation$k = Selector("Mutation")({
|
|
3515
|
-
[name$
|
|
3578
|
+
[name$x]: [
|
|
3579
|
+
{
|
|
3580
|
+
data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
|
|
3581
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3582
|
+
},
|
|
3583
|
+
documentSelector
|
|
3584
|
+
]
|
|
3516
3585
|
});
|
|
3517
3586
|
|
|
3518
|
-
const
|
|
3587
|
+
const generateAnnualGeneralMeetNotificationDocument = {
|
|
3519
3588
|
__proto__: null,
|
|
3520
3589
|
mutation: mutation$k,
|
|
3521
|
-
name: name$
|
|
3590
|
+
name: name$x
|
|
3522
3591
|
};
|
|
3523
3592
|
|
|
3524
|
-
const name$
|
|
3593
|
+
const name$w = "generateBallotForAnnualGeneralMeetDocument";
|
|
3525
3594
|
const mutation$j = Selector("Mutation")({
|
|
3526
|
-
[name$
|
|
3595
|
+
[name$w]: [
|
|
3596
|
+
{
|
|
3597
|
+
data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
|
|
3598
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3599
|
+
},
|
|
3600
|
+
documentSelector
|
|
3601
|
+
]
|
|
3527
3602
|
});
|
|
3528
3603
|
|
|
3529
|
-
const
|
|
3604
|
+
const generateBallotForAnnualGeneralMeetDocument = {
|
|
3530
3605
|
__proto__: null,
|
|
3531
3606
|
mutation: mutation$j,
|
|
3532
|
-
name: name$
|
|
3607
|
+
name: name$w
|
|
3533
3608
|
};
|
|
3534
3609
|
|
|
3535
|
-
const name$
|
|
3610
|
+
const name$v = "generateSovietDecisionOnAnnualMeetDocument";
|
|
3536
3611
|
const mutation$i = Selector("Mutation")({
|
|
3537
|
-
[name$
|
|
3612
|
+
[name$v]: [{
|
|
3613
|
+
data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
|
|
3614
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3615
|
+
}, documentSelector]
|
|
3538
3616
|
});
|
|
3539
3617
|
|
|
3540
|
-
const
|
|
3618
|
+
const generateSovietDecisionOnAnnualMeetDocument = {
|
|
3541
3619
|
__proto__: null,
|
|
3542
3620
|
mutation: mutation$i,
|
|
3543
|
-
name: name$
|
|
3544
|
-
};
|
|
3545
|
-
|
|
3546
|
-
const index$j = {
|
|
3547
|
-
__proto__: null,
|
|
3548
|
-
InstallExtension: installExtension,
|
|
3549
|
-
UninstallExtension: uninstallExtension,
|
|
3550
|
-
UpdateExtension: updateExtension
|
|
3551
|
-
};
|
|
3552
|
-
|
|
3553
|
-
const rawProjectFreeDecisionDocumentSelector = {
|
|
3554
|
-
...rawDocumentSelector,
|
|
3555
|
-
meta: {
|
|
3556
|
-
...rawDocumentMetaSelector,
|
|
3557
|
-
// Общая часть meta
|
|
3558
|
-
project_id: true
|
|
3559
|
-
}
|
|
3621
|
+
name: name$v
|
|
3560
3622
|
};
|
|
3561
|
-
const projectFreeDecisionDocumentSelector = Selector("ProjectFreeDecisionDocument")(rawProjectFreeDecisionDocumentSelector);
|
|
3562
3623
|
|
|
3563
|
-
const name$
|
|
3624
|
+
const name$u = "restartAnnualGeneralMeet";
|
|
3564
3625
|
const mutation$h = Selector("Mutation")({
|
|
3565
|
-
[name$
|
|
3566
|
-
});
|
|
3567
|
-
|
|
3568
|
-
const
|
|
3569
|
-
__proto__: null,
|
|
3570
|
-
mutation: mutation$h,
|
|
3571
|
-
name: name$
|
|
3572
|
-
};
|
|
3573
|
-
|
|
3574
|
-
const rawFreeDecisionDocumentSelector = {
|
|
3575
|
-
...rawDocumentSelector,
|
|
3576
|
-
meta: {
|
|
3577
|
-
...rawDocumentMetaSelector,
|
|
3578
|
-
// Общая часть meta
|
|
3579
|
-
project_id: true,
|
|
3580
|
-
// Уникальное дополнение
|
|
3581
|
-
decision_id: true
|
|
3582
|
-
}
|
|
3583
|
-
};
|
|
3584
|
-
const freeDecisionDocumentSelector = Selector("FreeDecisionDocument")(rawFreeDecisionDocumentSelector);
|
|
3585
|
-
|
|
3586
|
-
const rawFreeProjectSelector = {
|
|
3587
|
-
decision: true,
|
|
3588
|
-
id: true,
|
|
3589
|
-
question: true
|
|
3626
|
+
[name$u]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3627
|
+
});
|
|
3628
|
+
|
|
3629
|
+
const restartAnnualGeneralMeet = {
|
|
3630
|
+
__proto__: null,
|
|
3631
|
+
mutation: mutation$h,
|
|
3632
|
+
name: name$u
|
|
3590
3633
|
};
|
|
3591
|
-
const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
|
|
3592
3634
|
|
|
3593
|
-
const name$
|
|
3635
|
+
const name$t = "signByPresiderOnAnnualGeneralMeet";
|
|
3594
3636
|
const mutation$g = Selector("Mutation")({
|
|
3595
|
-
[name$
|
|
3637
|
+
[name$t]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3596
3638
|
});
|
|
3597
3639
|
|
|
3598
|
-
const
|
|
3640
|
+
const signByPresiderOnAnnualGeneralMeet = {
|
|
3599
3641
|
__proto__: null,
|
|
3600
3642
|
mutation: mutation$g,
|
|
3601
|
-
name: name$
|
|
3643
|
+
name: name$t
|
|
3602
3644
|
};
|
|
3603
3645
|
|
|
3604
|
-
const name$
|
|
3646
|
+
const name$s = "signBySecretaryOnAnnualGeneralMeet";
|
|
3605
3647
|
const mutation$f = Selector("Mutation")({
|
|
3606
|
-
[name$
|
|
3648
|
+
[name$s]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3607
3649
|
});
|
|
3608
3650
|
|
|
3609
|
-
const
|
|
3651
|
+
const signBySecretaryOnAnnualGeneralMeet = {
|
|
3610
3652
|
__proto__: null,
|
|
3611
3653
|
mutation: mutation$f,
|
|
3612
|
-
name: name$
|
|
3654
|
+
name: name$s
|
|
3613
3655
|
};
|
|
3614
3656
|
|
|
3615
|
-
const name$
|
|
3657
|
+
const name$r = "voteOnAnnualGeneralMeet";
|
|
3616
3658
|
const mutation$e = Selector("Mutation")({
|
|
3617
|
-
[name$
|
|
3659
|
+
[name$r]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3618
3660
|
});
|
|
3619
3661
|
|
|
3620
|
-
const
|
|
3662
|
+
const voteOnAnnualGeneralMeet = {
|
|
3621
3663
|
__proto__: null,
|
|
3622
3664
|
mutation: mutation$e,
|
|
3623
|
-
name: name$
|
|
3665
|
+
name: name$r
|
|
3624
3666
|
};
|
|
3625
3667
|
|
|
3626
|
-
const index$
|
|
3668
|
+
const index$k = {
|
|
3627
3669
|
__proto__: null,
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3670
|
+
CreateAnnualGeneralMeet: createAnnualGeneralMeet,
|
|
3671
|
+
GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
|
|
3672
|
+
GenerateAnnualGeneralMeetDecisionDocument: generateAnnualGeneralMeetDecisionDocument,
|
|
3673
|
+
GenerateAnnualGeneralMeetNotificationDocument: generateAnnualGeneralMeetNotificationDocument,
|
|
3674
|
+
GenerateBallotForAnnualGeneralMeetDocument: generateBallotForAnnualGeneralMeetDocument,
|
|
3675
|
+
GenerateSovietDecisionOnAnnualMeetDocument: generateSovietDecisionOnAnnualMeetDocument,
|
|
3676
|
+
RestartAnnualGeneralMeet: restartAnnualGeneralMeet,
|
|
3677
|
+
SignByPresiderOnAnnualGeneralMeet: signByPresiderOnAnnualGeneralMeet,
|
|
3678
|
+
SignBySecretaryOnAnnualGeneralMeet: signBySecretaryOnAnnualGeneralMeet,
|
|
3679
|
+
VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
|
|
3680
|
+
};
|
|
3681
|
+
|
|
3682
|
+
const name$q = "addParticipant";
|
|
3635
3683
|
const mutation$d = Selector("Mutation")({
|
|
3636
|
-
[name$
|
|
3684
|
+
[name$q]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
|
|
3637
3685
|
});
|
|
3638
3686
|
|
|
3639
|
-
const
|
|
3687
|
+
const addParticipant = {
|
|
3640
3688
|
__proto__: null,
|
|
3641
3689
|
mutation: mutation$d,
|
|
3642
|
-
name: name$
|
|
3690
|
+
name: name$q
|
|
3643
3691
|
};
|
|
3644
3692
|
|
|
3645
|
-
const name$
|
|
3693
|
+
const name$p = "generateParticipantApplication";
|
|
3646
3694
|
const mutation$c = Selector("Mutation")({
|
|
3647
|
-
[name$
|
|
3695
|
+
[name$p]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3648
3696
|
});
|
|
3649
3697
|
|
|
3650
|
-
const
|
|
3698
|
+
const generateParticipantApplication = {
|
|
3651
3699
|
__proto__: null,
|
|
3652
3700
|
mutation: mutation$c,
|
|
3653
|
-
name: name$
|
|
3701
|
+
name: name$p
|
|
3654
3702
|
};
|
|
3655
3703
|
|
|
3656
|
-
const name$
|
|
3704
|
+
const name$o = "generateParticipantApplicationDecision";
|
|
3657
3705
|
const mutation$b = Selector("Mutation")({
|
|
3658
|
-
[name$
|
|
3706
|
+
[name$o]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3659
3707
|
});
|
|
3660
3708
|
|
|
3661
|
-
const
|
|
3709
|
+
const generateParticipantApplicationDecision = {
|
|
3662
3710
|
__proto__: null,
|
|
3663
3711
|
mutation: mutation$b,
|
|
3664
|
-
name: name$
|
|
3712
|
+
name: name$o
|
|
3665
3713
|
};
|
|
3666
3714
|
|
|
3667
|
-
const name$
|
|
3715
|
+
const name$n = "registerParticipant";
|
|
3668
3716
|
const mutation$a = Selector("Mutation")({
|
|
3669
|
-
[name$
|
|
3717
|
+
[name$n]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
|
|
3670
3718
|
});
|
|
3671
3719
|
|
|
3672
|
-
const
|
|
3720
|
+
const registerParticipant = {
|
|
3673
3721
|
__proto__: null,
|
|
3674
3722
|
mutation: mutation$a,
|
|
3675
|
-
name: name$
|
|
3723
|
+
name: name$n
|
|
3676
3724
|
};
|
|
3677
3725
|
|
|
3678
|
-
const index$
|
|
3726
|
+
const index$j = {
|
|
3679
3727
|
__proto__: null,
|
|
3680
3728
|
AddParticipant: addParticipant,
|
|
3681
3729
|
GenerateParticipantApplication: generateParticipantApplication,
|
|
@@ -3683,40 +3731,40 @@ const index$h = {
|
|
|
3683
3731
|
RegisterParticipant: registerParticipant
|
|
3684
3732
|
};
|
|
3685
3733
|
|
|
3686
|
-
const name$
|
|
3734
|
+
const name$m = "createBankAccount";
|
|
3687
3735
|
const mutation$9 = Selector("Mutation")({
|
|
3688
|
-
[name$
|
|
3736
|
+
[name$m]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
|
|
3689
3737
|
});
|
|
3690
3738
|
|
|
3691
3739
|
const createBankAccount = {
|
|
3692
3740
|
__proto__: null,
|
|
3693
3741
|
mutation: mutation$9,
|
|
3694
|
-
name: name$
|
|
3742
|
+
name: name$m
|
|
3695
3743
|
};
|
|
3696
3744
|
|
|
3697
|
-
const name$
|
|
3745
|
+
const name$l = "deletePaymentMethod";
|
|
3698
3746
|
const mutation$8 = Selector("Mutation")({
|
|
3699
|
-
[name$
|
|
3747
|
+
[name$l]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
|
|
3700
3748
|
});
|
|
3701
3749
|
|
|
3702
3750
|
const deletePaymentMethod = {
|
|
3703
3751
|
__proto__: null,
|
|
3704
3752
|
mutation: mutation$8,
|
|
3705
|
-
name: name$
|
|
3753
|
+
name: name$l
|
|
3706
3754
|
};
|
|
3707
3755
|
|
|
3708
|
-
const name$
|
|
3756
|
+
const name$k = "updateBankAccount";
|
|
3709
3757
|
const mutation$7 = Selector("Mutation")({
|
|
3710
|
-
[name$
|
|
3758
|
+
[name$k]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
|
|
3711
3759
|
});
|
|
3712
3760
|
|
|
3713
3761
|
const updateBankAccount = {
|
|
3714
3762
|
__proto__: null,
|
|
3715
3763
|
mutation: mutation$7,
|
|
3716
|
-
name: name$
|
|
3764
|
+
name: name$k
|
|
3717
3765
|
};
|
|
3718
3766
|
|
|
3719
|
-
const index$
|
|
3767
|
+
const index$i = {
|
|
3720
3768
|
__proto__: null,
|
|
3721
3769
|
CreateBankAccount: createBankAccount,
|
|
3722
3770
|
DeletePaymentMethod: deletePaymentMethod,
|
|
@@ -3739,6 +3787,7 @@ const rawPaymentSelector = {
|
|
|
3739
3787
|
details: rawPaymentDetailsSelector,
|
|
3740
3788
|
expired_at: true,
|
|
3741
3789
|
id: true,
|
|
3790
|
+
type: true,
|
|
3742
3791
|
message: true,
|
|
3743
3792
|
provider: true,
|
|
3744
3793
|
status: true,
|
|
@@ -3748,91 +3797,91 @@ const rawPaymentSelector = {
|
|
|
3748
3797
|
};
|
|
3749
3798
|
const paymentSelector = Selector("Payment")(rawPaymentSelector);
|
|
3750
3799
|
|
|
3751
|
-
const name$
|
|
3800
|
+
const name$j = "createInitialPayment";
|
|
3752
3801
|
const mutation$6 = Selector("Mutation")({
|
|
3753
|
-
[name$
|
|
3802
|
+
[name$j]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
3754
3803
|
});
|
|
3755
3804
|
|
|
3756
3805
|
const createInitial = {
|
|
3757
3806
|
__proto__: null,
|
|
3758
3807
|
mutation: mutation$6,
|
|
3759
|
-
name: name$
|
|
3808
|
+
name: name$j
|
|
3760
3809
|
};
|
|
3761
3810
|
|
|
3762
|
-
const name$
|
|
3811
|
+
const name$i = "createDepositPayment";
|
|
3763
3812
|
const mutation$5 = Selector("Mutation")({
|
|
3764
|
-
[name$
|
|
3813
|
+
[name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
3765
3814
|
});
|
|
3766
3815
|
|
|
3767
3816
|
const createDeposit = {
|
|
3768
3817
|
__proto__: null,
|
|
3769
3818
|
mutation: mutation$5,
|
|
3770
|
-
name: name$
|
|
3819
|
+
name: name$i
|
|
3771
3820
|
};
|
|
3772
3821
|
|
|
3773
|
-
const name$
|
|
3822
|
+
const name$h = "setPaymentStatus";
|
|
3774
3823
|
const mutation$4 = Selector("Mutation")({
|
|
3775
|
-
[name$
|
|
3824
|
+
[name$h]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
|
|
3776
3825
|
});
|
|
3777
3826
|
|
|
3778
3827
|
const setPaymentStatus = {
|
|
3779
3828
|
__proto__: null,
|
|
3780
3829
|
mutation: mutation$4,
|
|
3781
|
-
name: name$
|
|
3830
|
+
name: name$h
|
|
3782
3831
|
};
|
|
3783
3832
|
|
|
3784
|
-
const index$
|
|
3833
|
+
const index$h = {
|
|
3785
3834
|
__proto__: null,
|
|
3786
3835
|
CreateDepositPayment: createDeposit,
|
|
3787
3836
|
CreateInitialPayment: createInitial,
|
|
3788
3837
|
SetPaymentStatus: setPaymentStatus
|
|
3789
3838
|
};
|
|
3790
3839
|
|
|
3791
|
-
const name$
|
|
3840
|
+
const name$g = "initSystem";
|
|
3792
3841
|
const mutation$3 = Selector("Mutation")({
|
|
3793
|
-
[name$
|
|
3842
|
+
[name$g]: [{ data: $("data", "Init!") }, systemInfoSelector]
|
|
3794
3843
|
});
|
|
3795
3844
|
|
|
3796
3845
|
const initSystem = {
|
|
3797
3846
|
__proto__: null,
|
|
3798
3847
|
mutation: mutation$3,
|
|
3799
|
-
name: name$
|
|
3848
|
+
name: name$g
|
|
3800
3849
|
};
|
|
3801
3850
|
|
|
3802
|
-
const name$
|
|
3851
|
+
const name$f = "installSystem";
|
|
3803
3852
|
const mutation$2 = Selector("Mutation")({
|
|
3804
|
-
[name$
|
|
3853
|
+
[name$f]: [{ data: $("data", "Install!") }, systemInfoSelector]
|
|
3805
3854
|
});
|
|
3806
3855
|
|
|
3807
3856
|
const installSystem = {
|
|
3808
3857
|
__proto__: null,
|
|
3809
3858
|
mutation: mutation$2,
|
|
3810
|
-
name: name$
|
|
3859
|
+
name: name$f
|
|
3811
3860
|
};
|
|
3812
3861
|
|
|
3813
|
-
const name$
|
|
3862
|
+
const name$e = "setWif";
|
|
3814
3863
|
const mutation$1 = Selector("Mutation")({
|
|
3815
|
-
[name$
|
|
3864
|
+
[name$e]: [{ data: $("data", "Update!") }, true]
|
|
3816
3865
|
});
|
|
3817
3866
|
|
|
3818
3867
|
const setWif = {
|
|
3819
3868
|
__proto__: null,
|
|
3820
3869
|
mutation: mutation$1,
|
|
3821
|
-
name: name$
|
|
3870
|
+
name: name$e
|
|
3822
3871
|
};
|
|
3823
3872
|
|
|
3824
|
-
const name$
|
|
3873
|
+
const name$d = "updateSystem";
|
|
3825
3874
|
const mutation = Selector("Mutation")({
|
|
3826
|
-
[name$
|
|
3875
|
+
[name$d]: [{ data: $("data", "Update!") }, systemInfoSelector]
|
|
3827
3876
|
});
|
|
3828
3877
|
|
|
3829
3878
|
const updateSystem = {
|
|
3830
3879
|
__proto__: null,
|
|
3831
3880
|
mutation: mutation,
|
|
3832
|
-
name: name$
|
|
3881
|
+
name: name$d
|
|
3833
3882
|
};
|
|
3834
3883
|
|
|
3835
|
-
const index$
|
|
3884
|
+
const index$g = {
|
|
3836
3885
|
__proto__: null,
|
|
3837
3886
|
InitSystem: initSystem,
|
|
3838
3887
|
InstallSystem: installSystem,
|
|
@@ -3842,96 +3891,215 @@ const index$e = {
|
|
|
3842
3891
|
|
|
3843
3892
|
const Mutations = {
|
|
3844
3893
|
__proto__: null,
|
|
3845
|
-
Accounts: index$
|
|
3846
|
-
Agreements: index$
|
|
3847
|
-
Auth: index$
|
|
3848
|
-
Branches: index$
|
|
3849
|
-
Cooplace: index$
|
|
3850
|
-
Extensions: index$
|
|
3851
|
-
FreeDecisions: index$
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
const
|
|
3860
|
-
|
|
3894
|
+
Accounts: index$r,
|
|
3895
|
+
Agreements: index$q,
|
|
3896
|
+
Auth: index$p,
|
|
3897
|
+
Branches: index$o,
|
|
3898
|
+
Cooplace: index$n,
|
|
3899
|
+
Extensions: index$m,
|
|
3900
|
+
FreeDecisions: index$l,
|
|
3901
|
+
Meet: index$k,
|
|
3902
|
+
Participants: index$j,
|
|
3903
|
+
PaymentMethods: index$i,
|
|
3904
|
+
Payments: index$h,
|
|
3905
|
+
System: index$g
|
|
3906
|
+
};
|
|
3907
|
+
|
|
3908
|
+
const name$c = "getAccount";
|
|
3909
|
+
const query$c = Selector("Query")({
|
|
3910
|
+
[name$c]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
|
|
3861
3911
|
});
|
|
3862
3912
|
|
|
3863
|
-
const
|
|
3913
|
+
const getAccount = {
|
|
3864
3914
|
__proto__: null,
|
|
3865
|
-
name: name$
|
|
3866
|
-
query: query$
|
|
3915
|
+
name: name$c,
|
|
3916
|
+
query: query$c
|
|
3867
3917
|
};
|
|
3868
3918
|
|
|
3869
|
-
const
|
|
3919
|
+
const name$b = "getAccounts";
|
|
3920
|
+
const query$b = Selector("Query")({
|
|
3921
|
+
[name$b]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
|
|
3922
|
+
});
|
|
3923
|
+
|
|
3924
|
+
const getAccounts = {
|
|
3870
3925
|
__proto__: null,
|
|
3871
|
-
|
|
3926
|
+
name: name$b,
|
|
3927
|
+
query: query$b
|
|
3872
3928
|
};
|
|
3873
3929
|
|
|
3874
|
-
const
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
currentPage: true
|
|
3930
|
+
const index$f = {
|
|
3931
|
+
__proto__: null,
|
|
3932
|
+
GetAccount: getAccount,
|
|
3933
|
+
GetAccounts: getAccounts
|
|
3879
3934
|
};
|
|
3880
3935
|
|
|
3881
|
-
const
|
|
3882
|
-
|
|
3936
|
+
const rawSignedBlockchainDocumentSelector = {
|
|
3937
|
+
hash: true,
|
|
3938
|
+
meta: true,
|
|
3939
|
+
public_key: true,
|
|
3940
|
+
signature: true
|
|
3941
|
+
};
|
|
3942
|
+
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
3943
|
+
|
|
3944
|
+
const rawBlockchainDecisionSelector = {
|
|
3945
|
+
approved: true,
|
|
3946
|
+
authorization: rawSignedBlockchainDocumentSelector,
|
|
3947
|
+
authorized: true,
|
|
3948
|
+
authorized_by: true,
|
|
3949
|
+
batch_id: true,
|
|
3950
|
+
coopname: true,
|
|
3951
|
+
created_at: true,
|
|
3952
|
+
expired_at: true,
|
|
3953
|
+
id: true,
|
|
3954
|
+
meta: true,
|
|
3955
|
+
statement: rawSignedBlockchainDocumentSelector,
|
|
3956
|
+
type: true,
|
|
3957
|
+
username: true,
|
|
3958
|
+
validated: true,
|
|
3959
|
+
votes_against: true,
|
|
3960
|
+
votes_for: true,
|
|
3961
|
+
callback_contract: true,
|
|
3962
|
+
confirm_callback: true,
|
|
3963
|
+
decline_callback: true,
|
|
3964
|
+
hash: true
|
|
3965
|
+
};
|
|
3966
|
+
Selector("BlockchainDecision")(rawBlockchainDecisionSelector);
|
|
3967
|
+
|
|
3968
|
+
const rawExtendedBlockchainActionSelector = {
|
|
3969
|
+
...rawBlockchainActionSelector,
|
|
3970
|
+
user: {
|
|
3971
|
+
"...on Entrepreneur": rawEntrepreneurSelector,
|
|
3972
|
+
"...on Individual": rawIndividualSelector,
|
|
3973
|
+
"...on Organization": rawOrganizationSelector
|
|
3974
|
+
}
|
|
3975
|
+
};
|
|
3976
|
+
const rawActDetailAggregateSelector = {
|
|
3977
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3978
|
+
documentAggregate: rawDocumentAggregateSelector
|
|
3979
|
+
};
|
|
3980
|
+
const rawDecisionDetailAggregateSelector = {
|
|
3981
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3982
|
+
documentAggregate: rawDocumentAggregateSelector,
|
|
3983
|
+
votes_against: rawExtendedBlockchainActionSelector,
|
|
3984
|
+
votes_for: rawExtendedBlockchainActionSelector
|
|
3985
|
+
};
|
|
3986
|
+
const rawStatementDetailAggregateSelector = {
|
|
3987
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3988
|
+
documentAggregate: rawDocumentAggregateSelector
|
|
3989
|
+
};
|
|
3990
|
+
const rawDocumentPackageAggregateSelector = {
|
|
3991
|
+
acts: rawActDetailAggregateSelector,
|
|
3992
|
+
decision: rawDecisionDetailAggregateSelector,
|
|
3993
|
+
links: rawDocumentAggregateSelector,
|
|
3994
|
+
statement: rawStatementDetailAggregateSelector
|
|
3995
|
+
};
|
|
3996
|
+
Selector("DocumentPackageAggregate")(rawDocumentPackageAggregateSelector);
|
|
3997
|
+
|
|
3998
|
+
const rawAgendaSelector = {
|
|
3999
|
+
action: rawBlockchainActionSelector,
|
|
4000
|
+
documents: rawDocumentPackageAggregateSelector,
|
|
4001
|
+
table: rawBlockchainDecisionSelector
|
|
4002
|
+
};
|
|
4003
|
+
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
4004
|
+
|
|
4005
|
+
const name$a = "getAgenda";
|
|
4006
|
+
const query$a = Selector("Query")({
|
|
4007
|
+
[name$a]: agendaSelector
|
|
4008
|
+
});
|
|
4009
|
+
|
|
4010
|
+
const getAgenda = {
|
|
4011
|
+
__proto__: null,
|
|
4012
|
+
name: name$a,
|
|
4013
|
+
query: query$a
|
|
4014
|
+
};
|
|
4015
|
+
|
|
4016
|
+
const index$e = {
|
|
4017
|
+
__proto__: null,
|
|
4018
|
+
GetAgenda: getAgenda
|
|
4019
|
+
};
|
|
4020
|
+
|
|
4021
|
+
const name$9 = "getBranches";
|
|
4022
|
+
const query$9 = Selector("Query")({
|
|
4023
|
+
[name$9]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
|
|
4024
|
+
});
|
|
4025
|
+
|
|
4026
|
+
const getBranches = {
|
|
4027
|
+
__proto__: null,
|
|
4028
|
+
name: name$9,
|
|
4029
|
+
query: query$9
|
|
4030
|
+
};
|
|
3883
4031
|
|
|
3884
|
-
const name$8 = "
|
|
4032
|
+
const name$8 = "getBranches";
|
|
3885
4033
|
const query$8 = Selector("Query")({
|
|
3886
|
-
[name$8]: [{ data: $("data", "
|
|
4034
|
+
[name$8]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
|
|
3887
4035
|
});
|
|
3888
4036
|
|
|
3889
|
-
const
|
|
4037
|
+
const getPublicBranches = {
|
|
3890
4038
|
__proto__: null,
|
|
4039
|
+
name: name$8,
|
|
3891
4040
|
query: query$8
|
|
3892
4041
|
};
|
|
3893
4042
|
|
|
3894
|
-
const index$
|
|
4043
|
+
const index$d = {
|
|
3895
4044
|
__proto__: null,
|
|
3896
|
-
|
|
4045
|
+
GetBranches: getBranches,
|
|
4046
|
+
GetPublicBranches: getPublicBranches
|
|
4047
|
+
};
|
|
4048
|
+
|
|
4049
|
+
const rawWorkspaceSelector = {
|
|
4050
|
+
name: true,
|
|
4051
|
+
title: true
|
|
4052
|
+
};
|
|
4053
|
+
Selector("DesktopWorkspace")(rawWorkspaceSelector);
|
|
4054
|
+
|
|
4055
|
+
const rawDesktopSelector = {
|
|
4056
|
+
coopname: true,
|
|
4057
|
+
layout: true,
|
|
4058
|
+
authorizedHome: true,
|
|
4059
|
+
nonAuthorizedHome: true,
|
|
4060
|
+
workspaces: rawWorkspaceSelector
|
|
3897
4061
|
};
|
|
4062
|
+
const desktopSelector = Selector("Desktop")(rawDesktopSelector);
|
|
3898
4063
|
|
|
3899
|
-
const name$7 = "
|
|
4064
|
+
const name$7 = "getDesktop";
|
|
3900
4065
|
const query$7 = Selector("Query")({
|
|
3901
|
-
[name$7]:
|
|
4066
|
+
[name$7]: desktopSelector
|
|
3902
4067
|
});
|
|
3903
4068
|
|
|
3904
|
-
const
|
|
4069
|
+
const getDesktop = {
|
|
3905
4070
|
__proto__: null,
|
|
3906
4071
|
name: name$7,
|
|
3907
4072
|
query: query$7
|
|
3908
4073
|
};
|
|
3909
4074
|
|
|
3910
|
-
const index$
|
|
4075
|
+
const index$c = {
|
|
3911
4076
|
__proto__: null,
|
|
3912
|
-
|
|
4077
|
+
GetDesktop: getDesktop
|
|
3913
4078
|
};
|
|
3914
4079
|
|
|
3915
|
-
const
|
|
4080
|
+
const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
|
|
4081
|
+
const name$6 = "getDocuments";
|
|
3916
4082
|
const query$6 = Selector("Query")({
|
|
3917
|
-
[name$6]: [{ data: $("data", "
|
|
4083
|
+
[name$6]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
|
|
3918
4084
|
});
|
|
3919
4085
|
|
|
3920
|
-
const
|
|
4086
|
+
const getDocuments = {
|
|
3921
4087
|
__proto__: null,
|
|
3922
4088
|
name: name$6,
|
|
3923
4089
|
query: query$6
|
|
3924
4090
|
};
|
|
3925
4091
|
|
|
3926
|
-
const
|
|
3927
|
-
|
|
4092
|
+
const index$b = {
|
|
4093
|
+
__proto__: null,
|
|
4094
|
+
GetDocuments: getDocuments
|
|
4095
|
+
};
|
|
3928
4096
|
|
|
3929
|
-
const name$5 = "
|
|
4097
|
+
const name$5 = "getExtensions";
|
|
3930
4098
|
const query$5 = Selector("Query")({
|
|
3931
|
-
[name$5]: [{ data: $("data", "
|
|
4099
|
+
[name$5]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
|
|
3932
4100
|
});
|
|
3933
4101
|
|
|
3934
|
-
const
|
|
4102
|
+
const getExtensions = {
|
|
3935
4103
|
__proto__: null,
|
|
3936
4104
|
name: name$5,
|
|
3937
4105
|
query: query$5
|
|
@@ -3939,27 +4107,26 @@ const getAccounts = {
|
|
|
3939
4107
|
|
|
3940
4108
|
const index$a = {
|
|
3941
4109
|
__proto__: null,
|
|
3942
|
-
|
|
3943
|
-
GetAccounts: getAccounts
|
|
4110
|
+
GetExtensions: getExtensions
|
|
3944
4111
|
};
|
|
3945
4112
|
|
|
3946
|
-
const name$4 = "
|
|
4113
|
+
const name$4 = "getMeet";
|
|
3947
4114
|
const query$4 = Selector("Query")({
|
|
3948
|
-
[name$4]: [{ data: $("data", "
|
|
4115
|
+
[name$4]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
|
|
3949
4116
|
});
|
|
3950
4117
|
|
|
3951
|
-
const
|
|
4118
|
+
const getMeet = {
|
|
3952
4119
|
__proto__: null,
|
|
3953
4120
|
name: name$4,
|
|
3954
4121
|
query: query$4
|
|
3955
4122
|
};
|
|
3956
4123
|
|
|
3957
|
-
const name$3 = "
|
|
4124
|
+
const name$3 = "getMeets";
|
|
3958
4125
|
const query$3 = Selector("Query")({
|
|
3959
|
-
[name$3]: [{ data: $("data", "
|
|
4126
|
+
[name$3]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
|
|
3960
4127
|
});
|
|
3961
4128
|
|
|
3962
|
-
const
|
|
4129
|
+
const getMeets = {
|
|
3963
4130
|
__proto__: null,
|
|
3964
4131
|
name: name$3,
|
|
3965
4132
|
query: query$3
|
|
@@ -3967,131 +4134,51 @@ const getPublicBranches = {
|
|
|
3967
4134
|
|
|
3968
4135
|
const index$9 = {
|
|
3969
4136
|
__proto__: null,
|
|
3970
|
-
|
|
3971
|
-
|
|
4137
|
+
GetMeet: getMeet,
|
|
4138
|
+
GetMeets: getMeets
|
|
3972
4139
|
};
|
|
3973
4140
|
|
|
3974
|
-
const
|
|
3975
|
-
|
|
4141
|
+
const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
|
|
4142
|
+
Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
|
|
4143
|
+
|
|
4144
|
+
const name$2 = "getPaymentMethods";
|
|
3976
4145
|
const query$2 = Selector("Query")({
|
|
3977
|
-
[name$2]: [{ data: $("data", "
|
|
4146
|
+
[name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
|
|
3978
4147
|
});
|
|
3979
4148
|
|
|
3980
|
-
const
|
|
4149
|
+
const getPaymentMethods = {
|
|
3981
4150
|
__proto__: null,
|
|
3982
4151
|
query: query$2
|
|
3983
4152
|
};
|
|
3984
4153
|
|
|
3985
4154
|
const index$8 = {
|
|
3986
4155
|
__proto__: null,
|
|
3987
|
-
|
|
3988
|
-
};
|
|
3989
|
-
|
|
3990
|
-
const rawParticipantApplicationDocumentSelector = {
|
|
3991
|
-
...rawDocumentSelector,
|
|
3992
|
-
meta: {
|
|
3993
|
-
...rawDocumentMetaSelector
|
|
3994
|
-
// Общая часть meta
|
|
3995
|
-
// ничего уникального
|
|
3996
|
-
}
|
|
3997
|
-
};
|
|
3998
|
-
Selector("ParticipantApplicationDocument")(rawParticipantApplicationDocumentSelector);
|
|
3999
|
-
|
|
4000
|
-
const rawDecisionDocumentSelector = {
|
|
4001
|
-
["...on FreeDecisionDocument"]: rawFreeDecisionDocumentSelector,
|
|
4002
|
-
["...on ParticipantApplicationDecisionDocument"]: rawParticipantApplicationDecisionDocumentSelector
|
|
4003
|
-
};
|
|
4004
|
-
const rawStatementDocumentSelector = {
|
|
4005
|
-
["...on ParticipantApplicationDocument"]: rawParticipantApplicationDocumentSelector,
|
|
4006
|
-
["...on ProjectFreeDecisionDocument"]: projectFreeDecisionDocumentSelector
|
|
4007
|
-
};
|
|
4008
|
-
const rawExtendedBlockchainActionSelector = {
|
|
4009
|
-
...rawBlockchainActionSelector,
|
|
4010
|
-
user: {
|
|
4011
|
-
["...on Entrepreneur"]: rawEntrepreneurSelector,
|
|
4012
|
-
["...on Individual"]: rawIndividualSelector,
|
|
4013
|
-
["...on Organization"]: rawOrganizationSelector
|
|
4014
|
-
}
|
|
4015
|
-
};
|
|
4016
|
-
const rawActDetailSelector = {
|
|
4017
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4018
|
-
document: rawDocumentSelector
|
|
4019
|
-
};
|
|
4020
|
-
const rawDecisionDetailSelector = {
|
|
4021
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4022
|
-
document: rawDecisionDocumentSelector,
|
|
4023
|
-
votes_against: rawExtendedBlockchainActionSelector,
|
|
4024
|
-
votes_for: rawExtendedBlockchainActionSelector
|
|
4025
|
-
};
|
|
4026
|
-
const rawStatementDetailSelector = {
|
|
4027
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4028
|
-
document: rawStatementDocumentSelector
|
|
4029
|
-
};
|
|
4030
|
-
const rawDocumentPackageSelector = {
|
|
4031
|
-
acts: rawActDetailSelector,
|
|
4032
|
-
decision: rawDecisionDetailSelector,
|
|
4033
|
-
links: rawDocumentSelector,
|
|
4034
|
-
statement: rawStatementDetailSelector
|
|
4156
|
+
GetPaymentMethods: getPaymentMethods
|
|
4035
4157
|
};
|
|
4036
|
-
Selector("DocumentPackage")(rawDocumentPackageSelector);
|
|
4037
4158
|
|
|
4038
|
-
const
|
|
4039
|
-
const name$1 = "
|
|
4159
|
+
const paymentPaginationSelector = { ...paginationSelector, items: rawPaymentSelector };
|
|
4160
|
+
const name$1 = "getPayments";
|
|
4040
4161
|
const query$1 = Selector("Query")({
|
|
4041
|
-
[name$1]: [{ data: $("data", "
|
|
4162
|
+
[name$1]: [{ data: $("data", "GetPaymentsInput"), options: $("options", "PaginationInput") }, paymentPaginationSelector]
|
|
4042
4163
|
});
|
|
4043
4164
|
|
|
4044
|
-
const
|
|
4165
|
+
const getPayments = {
|
|
4045
4166
|
__proto__: null,
|
|
4167
|
+
name: name$1,
|
|
4046
4168
|
query: query$1
|
|
4047
4169
|
};
|
|
4048
4170
|
|
|
4049
4171
|
const index$7 = {
|
|
4050
4172
|
__proto__: null,
|
|
4051
|
-
|
|
4052
|
-
};
|
|
4053
|
-
|
|
4054
|
-
const rawSignedBlockchainDocumentSelector = {
|
|
4055
|
-
hash: true,
|
|
4056
|
-
meta: true,
|
|
4057
|
-
public_key: true,
|
|
4058
|
-
signature: true
|
|
4059
|
-
};
|
|
4060
|
-
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
4061
|
-
|
|
4062
|
-
const rawBlockchainDecisionSelector = {
|
|
4063
|
-
approved: true,
|
|
4064
|
-
authorization: rawSignedBlockchainDocumentSelector,
|
|
4065
|
-
authorized: true,
|
|
4066
|
-
authorized_by: true,
|
|
4067
|
-
batch_id: true,
|
|
4068
|
-
coopname: true,
|
|
4069
|
-
created_at: true,
|
|
4070
|
-
expired_at: true,
|
|
4071
|
-
id: true,
|
|
4072
|
-
meta: true,
|
|
4073
|
-
statement: rawSignedBlockchainDocumentSelector,
|
|
4074
|
-
type: true,
|
|
4075
|
-
username: true,
|
|
4076
|
-
validated: true,
|
|
4077
|
-
votes_against: true,
|
|
4078
|
-
votes_for: true
|
|
4079
|
-
};
|
|
4080
|
-
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
4081
|
-
|
|
4082
|
-
const rawAgendaSelector = {
|
|
4083
|
-
action: rawBlockchainActionSelector,
|
|
4084
|
-
documents: rawDocumentPackageSelector,
|
|
4085
|
-
table: rawBlockchainDecisionSelector
|
|
4173
|
+
GetPayments: getPayments
|
|
4086
4174
|
};
|
|
4087
|
-
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
4088
4175
|
|
|
4089
|
-
const name = "
|
|
4176
|
+
const name = "getSystemInfo";
|
|
4090
4177
|
const query = Selector("Query")({
|
|
4091
|
-
[name]:
|
|
4178
|
+
[name]: systemInfoSelector
|
|
4092
4179
|
});
|
|
4093
4180
|
|
|
4094
|
-
const
|
|
4181
|
+
const getSystemInfo = {
|
|
4095
4182
|
__proto__: null,
|
|
4096
4183
|
name: name,
|
|
4097
4184
|
query: query
|
|
@@ -4099,19 +4186,21 @@ const getAgenda = {
|
|
|
4099
4186
|
|
|
4100
4187
|
const index$6 = {
|
|
4101
4188
|
__proto__: null,
|
|
4102
|
-
|
|
4189
|
+
GetSystemInfo: getSystemInfo
|
|
4103
4190
|
};
|
|
4104
4191
|
|
|
4105
4192
|
const index$5 = {
|
|
4106
4193
|
__proto__: null,
|
|
4107
|
-
Accounts: index$
|
|
4108
|
-
Agenda: index$
|
|
4109
|
-
Branches: index$
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4194
|
+
Accounts: index$f,
|
|
4195
|
+
Agenda: index$e,
|
|
4196
|
+
Branches: index$d,
|
|
4197
|
+
Desktop: index$c,
|
|
4198
|
+
Documents: index$b,
|
|
4199
|
+
Extensions: index$a,
|
|
4200
|
+
Meet: index$9,
|
|
4201
|
+
PaymentMethods: index$8,
|
|
4202
|
+
Payments: index$7,
|
|
4203
|
+
System: index$6
|
|
4115
4204
|
};
|
|
4116
4205
|
|
|
4117
4206
|
const index$4 = {
|
|
@@ -4206,8 +4295,8 @@ const _Client = class _Client {
|
|
|
4206
4295
|
signature
|
|
4207
4296
|
}
|
|
4208
4297
|
};
|
|
4209
|
-
const { [name$
|
|
4210
|
-
mutation$
|
|
4298
|
+
const { [name$1a]: result } = await this.thunder("mutation")(
|
|
4299
|
+
mutation$Z,
|
|
4211
4300
|
{
|
|
4212
4301
|
variables
|
|
4213
4302
|
}
|
|
@@ -4301,4 +4390,4 @@ __publicField(_Client, "scalars", ZeusScalars({
|
|
|
4301
4390
|
}));
|
|
4302
4391
|
let Client = _Client;
|
|
4303
4392
|
|
|
4304
|
-
export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$
|
|
4393
|
+
export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$s as Zeus };
|