@coopenomics/sdk 2.2.10 → 2025.5.2
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 +1009 -925
- package/dist/index.d.cts +7869 -4922
- package/dist/index.d.mts +7869 -4922
- package/dist/index.d.ts +7869 -4922
- package/dist/index.mjs +1009 -925
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -403,7 +403,25 @@ const AllTypesProps = {
|
|
|
403
403
|
type: "AccountType"
|
|
404
404
|
},
|
|
405
405
|
AddTrustedAccountInput: {},
|
|
406
|
+
AgendaMeetPointInput: {},
|
|
406
407
|
AgreementInput: {},
|
|
408
|
+
AnnualGeneralMeetingAgendaGenerateDocumentInput: {},
|
|
409
|
+
AnnualGeneralMeetingAgendaSignedDocumentInput: {
|
|
410
|
+
meta: "AnnualGeneralMeetingAgendaSignedMetaDocumentInput"
|
|
411
|
+
},
|
|
412
|
+
AnnualGeneralMeetingAgendaSignedMetaDocumentInput: {},
|
|
413
|
+
AnnualGeneralMeetingDecisionGenerateDocumentInput: {},
|
|
414
|
+
AnnualGeneralMeetingDecisionSignedDocumentInput: {
|
|
415
|
+
meta: "AnnualGeneralMeetingDecisionSignedMetaDocumentInput"
|
|
416
|
+
},
|
|
417
|
+
AnnualGeneralMeetingDecisionSignedMetaDocumentInput: {},
|
|
418
|
+
AnnualGeneralMeetingNotificationGenerateDocumentInput: {},
|
|
419
|
+
AnnualGeneralMeetingSovietDecisionGenerateDocumentInput: {},
|
|
420
|
+
AnnualGeneralMeetingVotingBallotGenerateDocumentInput: {},
|
|
421
|
+
AnnualGeneralMeetingVotingBallotSignedDocumentInput: {
|
|
422
|
+
meta: "AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput"
|
|
423
|
+
},
|
|
424
|
+
AnnualGeneralMeetingVotingBallotSignedMetaDocumentInput: {},
|
|
407
425
|
AssetContributionActGenerateDocumentInput: {},
|
|
408
426
|
AssetContributionActSignedDocumentInput: {
|
|
409
427
|
meta: "AssetContributionActSignedMetaDocumentInput"
|
|
@@ -433,6 +451,12 @@ const AllTypesProps = {
|
|
|
433
451
|
document: "AssetContributionActSignedDocumentInput"
|
|
434
452
|
},
|
|
435
453
|
Country: "enum",
|
|
454
|
+
CreateAnnualGeneralMeetInput: {
|
|
455
|
+
agenda: "AgendaMeetPointInput",
|
|
456
|
+
close_at: "DateTime",
|
|
457
|
+
open_at: "DateTime",
|
|
458
|
+
proposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
459
|
+
},
|
|
436
460
|
CreateBankAccountInput: {
|
|
437
461
|
data: "BankAccountInput"
|
|
438
462
|
},
|
|
@@ -480,13 +504,12 @@ const AllTypesProps = {
|
|
|
480
504
|
GetAccountInput: {},
|
|
481
505
|
GetAccountsInput: {},
|
|
482
506
|
GetBranchesInput: {},
|
|
483
|
-
GetDocumentsFilterInput: {
|
|
484
|
-
additionalFilters: "JSON"
|
|
485
|
-
},
|
|
486
507
|
GetDocumentsInput: {
|
|
487
|
-
filter: "
|
|
508
|
+
filter: "JSON"
|
|
488
509
|
},
|
|
489
510
|
GetExtensionsInput: {},
|
|
511
|
+
GetMeetInput: {},
|
|
512
|
+
GetMeetsInput: {},
|
|
490
513
|
GetPaymentMethodsInput: {},
|
|
491
514
|
GetPaymentsInput: {
|
|
492
515
|
status: "PaymentStatus"
|
|
@@ -526,6 +549,9 @@ const AllTypesProps = {
|
|
|
526
549
|
confirmSupplyOnRequest: {
|
|
527
550
|
data: "ConfirmSupplyOnRequestInput"
|
|
528
551
|
},
|
|
552
|
+
createAnnualGeneralMeet: {
|
|
553
|
+
data: "CreateAnnualGeneralMeetInput"
|
|
554
|
+
},
|
|
529
555
|
createBankAccount: {
|
|
530
556
|
data: "CreateBankAccountInput"
|
|
531
557
|
},
|
|
@@ -568,6 +594,18 @@ const AllTypesProps = {
|
|
|
568
594
|
editBranch: {
|
|
569
595
|
data: "EditBranchInput"
|
|
570
596
|
},
|
|
597
|
+
generateAnnualGeneralMeetAgendaDocument: {
|
|
598
|
+
data: "AnnualGeneralMeetingAgendaGenerateDocumentInput",
|
|
599
|
+
options: "GenerateDocumentOptionsInput"
|
|
600
|
+
},
|
|
601
|
+
generateAnnualGeneralMeetDecisionDocument: {
|
|
602
|
+
data: "AnnualGeneralMeetingDecisionGenerateDocumentInput",
|
|
603
|
+
options: "GenerateDocumentOptionsInput"
|
|
604
|
+
},
|
|
605
|
+
generateAnnualGeneralMeetNotificationDocument: {
|
|
606
|
+
data: "AnnualGeneralMeetingNotificationGenerateDocumentInput",
|
|
607
|
+
options: "GenerateDocumentOptionsInput"
|
|
608
|
+
},
|
|
571
609
|
generateAssetContributionAct: {
|
|
572
610
|
data: "AssetContributionActGenerateDocumentInput",
|
|
573
611
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -580,6 +618,10 @@ const AllTypesProps = {
|
|
|
580
618
|
data: "AssetContributionStatementGenerateDocumentInput",
|
|
581
619
|
options: "GenerateDocumentOptionsInput"
|
|
582
620
|
},
|
|
621
|
+
generateBallotForAnnualGeneralMeetDocument: {
|
|
622
|
+
data: "AnnualGeneralMeetingVotingBallotGenerateDocumentInput",
|
|
623
|
+
options: "GenerateDocumentOptionsInput"
|
|
624
|
+
},
|
|
583
625
|
generateFreeDecision: {
|
|
584
626
|
data: "FreeDecisionGenerateDocumentInput",
|
|
585
627
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -620,6 +662,10 @@ const AllTypesProps = {
|
|
|
620
662
|
data: "GenerateDocumentInput",
|
|
621
663
|
options: "GenerateDocumentOptionsInput"
|
|
622
664
|
},
|
|
665
|
+
generateSovietDecisionOnAnnualMeetDocument: {
|
|
666
|
+
data: "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput",
|
|
667
|
+
options: "GenerateDocumentOptionsInput"
|
|
668
|
+
},
|
|
623
669
|
generateUserAgreement: {
|
|
624
670
|
data: "GenerateDocumentInput",
|
|
625
671
|
options: "GenerateDocumentOptionsInput"
|
|
@@ -670,6 +716,9 @@ const AllTypesProps = {
|
|
|
670
716
|
resetKey: {
|
|
671
717
|
data: "ResetKeyInput"
|
|
672
718
|
},
|
|
719
|
+
restartAnnualGeneralMeet: {
|
|
720
|
+
data: "RestartAnnualGeneralMeetInput"
|
|
721
|
+
},
|
|
673
722
|
selectBranch: {
|
|
674
723
|
data: "SelectBranchInput"
|
|
675
724
|
},
|
|
@@ -679,6 +728,12 @@ const AllTypesProps = {
|
|
|
679
728
|
setWif: {
|
|
680
729
|
data: "SetWifInput"
|
|
681
730
|
},
|
|
731
|
+
signByPresiderOnAnnualGeneralMeet: {
|
|
732
|
+
data: "SignByPresiderOnAnnualGeneralMeetInput"
|
|
733
|
+
},
|
|
734
|
+
signBySecretaryOnAnnualGeneralMeet: {
|
|
735
|
+
data: "SignBySecretaryOnAnnualGeneralMeetInput"
|
|
736
|
+
},
|
|
682
737
|
startResetKey: {
|
|
683
738
|
data: "StartResetKeyInput"
|
|
684
739
|
},
|
|
@@ -705,6 +760,9 @@ const AllTypesProps = {
|
|
|
705
760
|
},
|
|
706
761
|
updateSystem: {
|
|
707
762
|
data: "Update"
|
|
763
|
+
},
|
|
764
|
+
voteOnAnnualGeneralMeet: {
|
|
765
|
+
data: "VoteOnAnnualGeneralMeetInput"
|
|
708
766
|
}
|
|
709
767
|
},
|
|
710
768
|
OrganizationDetailsInput: {},
|
|
@@ -745,6 +803,12 @@ const AllTypesProps = {
|
|
|
745
803
|
getExtensions: {
|
|
746
804
|
data: "GetExtensionsInput"
|
|
747
805
|
},
|
|
806
|
+
getMeet: {
|
|
807
|
+
data: "GetMeetInput"
|
|
808
|
+
},
|
|
809
|
+
getMeets: {
|
|
810
|
+
data: "GetMeetsInput"
|
|
811
|
+
},
|
|
748
812
|
getPaymentMethods: {
|
|
749
813
|
data: "GetPaymentMethodsInput"
|
|
750
814
|
},
|
|
@@ -772,6 +836,11 @@ const AllTypesProps = {
|
|
|
772
836
|
},
|
|
773
837
|
RepresentedByInput: {},
|
|
774
838
|
ResetKeyInput: {},
|
|
839
|
+
RestartAnnualGeneralMeetInput: {
|
|
840
|
+
new_close_at: "DateTime",
|
|
841
|
+
new_open_at: "DateTime",
|
|
842
|
+
newproposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
|
|
843
|
+
},
|
|
775
844
|
ReturnByAssetActGenerateDocumentInput: {},
|
|
776
845
|
ReturnByAssetActSignedDocumentInput: {
|
|
777
846
|
meta: "ReturnByAssetActSignedMetaDocumentInput"
|
|
@@ -799,6 +868,12 @@ const AllTypesProps = {
|
|
|
799
868
|
status: "PaymentStatus"
|
|
800
869
|
},
|
|
801
870
|
SetWifInput: {},
|
|
871
|
+
SignByPresiderOnAnnualGeneralMeetInput: {
|
|
872
|
+
presider_decision: "AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
873
|
+
},
|
|
874
|
+
SignBySecretaryOnAnnualGeneralMeetInput: {
|
|
875
|
+
secretary_decision: "AnnualGeneralMeetingDecisionSignedDocumentInput"
|
|
876
|
+
},
|
|
802
877
|
SignedDigitalDocumentInput: {
|
|
803
878
|
meta: "MetaDocumentInput"
|
|
804
879
|
},
|
|
@@ -844,6 +919,11 @@ const AllTypesProps = {
|
|
|
844
919
|
signature_agreement: "AgreementInput",
|
|
845
920
|
user_agreement: "AgreementInput",
|
|
846
921
|
wallet_agreement: "AgreementInput"
|
|
922
|
+
},
|
|
923
|
+
VoteItemInput: {},
|
|
924
|
+
VoteOnAnnualGeneralMeetInput: {
|
|
925
|
+
ballot: "AnnualGeneralMeetingVotingBallotSignedDocumentInput",
|
|
926
|
+
votes: "VoteItemInput"
|
|
847
927
|
}
|
|
848
928
|
};
|
|
849
929
|
const ReturnTypes = {
|
|
@@ -872,9 +952,9 @@ const ReturnTypes = {
|
|
|
872
952
|
totalCount: "Int",
|
|
873
953
|
totalPages: "Int"
|
|
874
954
|
},
|
|
875
|
-
|
|
955
|
+
ActDetailAggregate: {
|
|
876
956
|
action: "ExtendedBlockchainAction",
|
|
877
|
-
|
|
957
|
+
documentAggregate: "DocumentAggregate"
|
|
878
958
|
},
|
|
879
959
|
ActionAuthorization: {
|
|
880
960
|
actor: "String",
|
|
@@ -889,83 +969,20 @@ const ReturnTypes = {
|
|
|
889
969
|
receiver: "String",
|
|
890
970
|
recv_sequence: "String"
|
|
891
971
|
},
|
|
972
|
+
AgendaMeetPoint: {
|
|
973
|
+
context: "String",
|
|
974
|
+
decision: "String",
|
|
975
|
+
title: "String"
|
|
976
|
+
},
|
|
892
977
|
AgendaWithDocuments: {
|
|
893
978
|
action: "BlockchainAction",
|
|
894
|
-
documents: "
|
|
979
|
+
documents: "DocumentPackageAggregate",
|
|
895
980
|
table: "BlockchainDecision"
|
|
896
981
|
},
|
|
897
982
|
AgreementVar: {
|
|
898
983
|
protocol_day_month_year: "String",
|
|
899
984
|
protocol_number: "String"
|
|
900
985
|
},
|
|
901
|
-
AssetContributionActDocument: {
|
|
902
|
-
binary: "String",
|
|
903
|
-
full_title: "String",
|
|
904
|
-
hash: "String",
|
|
905
|
-
html: "String",
|
|
906
|
-
meta: "AssetContributionActMetaDocumentOutput"
|
|
907
|
-
},
|
|
908
|
-
AssetContributionActMetaDocumentOutput: {
|
|
909
|
-
act_id: "String",
|
|
910
|
-
block_num: "Int",
|
|
911
|
-
braname: "String",
|
|
912
|
-
coopname: "String",
|
|
913
|
-
created_at: "String",
|
|
914
|
-
decision_id: "Float",
|
|
915
|
-
generator: "String",
|
|
916
|
-
lang: "String",
|
|
917
|
-
links: "String",
|
|
918
|
-
receiver: "String",
|
|
919
|
-
registry_id: "Int",
|
|
920
|
-
request_id: "Float",
|
|
921
|
-
timezone: "String",
|
|
922
|
-
title: "String",
|
|
923
|
-
username: "String",
|
|
924
|
-
version: "String"
|
|
925
|
-
},
|
|
926
|
-
AssetContributionDecisionDocument: {
|
|
927
|
-
binary: "String",
|
|
928
|
-
full_title: "String",
|
|
929
|
-
hash: "String",
|
|
930
|
-
html: "String",
|
|
931
|
-
meta: "AssetContributionDecisionMetaDocumentOutput"
|
|
932
|
-
},
|
|
933
|
-
AssetContributionDecisionMetaDocumentOutput: {
|
|
934
|
-
block_num: "Int",
|
|
935
|
-
coopname: "String",
|
|
936
|
-
created_at: "String",
|
|
937
|
-
decision_id: "Float",
|
|
938
|
-
generator: "String",
|
|
939
|
-
lang: "String",
|
|
940
|
-
links: "String",
|
|
941
|
-
registry_id: "Int",
|
|
942
|
-
request_id: "Float",
|
|
943
|
-
timezone: "String",
|
|
944
|
-
title: "String",
|
|
945
|
-
username: "String",
|
|
946
|
-
version: "String"
|
|
947
|
-
},
|
|
948
|
-
AssetContributionStatementDocument: {
|
|
949
|
-
binary: "String",
|
|
950
|
-
full_title: "String",
|
|
951
|
-
hash: "String",
|
|
952
|
-
html: "String",
|
|
953
|
-
meta: "AssetContributionStatementMetaDocumentOutput"
|
|
954
|
-
},
|
|
955
|
-
AssetContributionStatementMetaDocumentOutput: {
|
|
956
|
-
block_num: "Int",
|
|
957
|
-
coopname: "String",
|
|
958
|
-
created_at: "String",
|
|
959
|
-
generator: "String",
|
|
960
|
-
lang: "String",
|
|
961
|
-
links: "String",
|
|
962
|
-
registry_id: "Int",
|
|
963
|
-
request: "CommonRequestResponse",
|
|
964
|
-
timezone: "String",
|
|
965
|
-
title: "String",
|
|
966
|
-
username: "String",
|
|
967
|
-
version: "String"
|
|
968
|
-
},
|
|
969
986
|
AuthSequence: {
|
|
970
987
|
account: "String",
|
|
971
988
|
sequence: "String"
|
|
@@ -1044,9 +1061,12 @@ const ReturnTypes = {
|
|
|
1044
1061
|
authorized_by: "String",
|
|
1045
1062
|
batch_id: "Float",
|
|
1046
1063
|
callback_contract: "String",
|
|
1064
|
+
confirm_callback: "String",
|
|
1047
1065
|
coopname: "String",
|
|
1048
1066
|
created_at: "String",
|
|
1067
|
+
decline_callback: "String",
|
|
1049
1068
|
expired_at: "String",
|
|
1069
|
+
hash: "String",
|
|
1050
1070
|
id: "Float",
|
|
1051
1071
|
meta: "String",
|
|
1052
1072
|
statement: "SignedBlockchainDocument",
|
|
@@ -1092,17 +1112,6 @@ const ReturnTypes = {
|
|
|
1092
1112
|
trustee: "Individual",
|
|
1093
1113
|
type: "String"
|
|
1094
1114
|
},
|
|
1095
|
-
CommonRequestResponse: {
|
|
1096
|
-
currency: "String",
|
|
1097
|
-
hash: "String",
|
|
1098
|
-
program_id: "Int",
|
|
1099
|
-
title: "String",
|
|
1100
|
-
total_cost: "String",
|
|
1101
|
-
type: "String",
|
|
1102
|
-
unit_cost: "String",
|
|
1103
|
-
unit_of_measurement: "String",
|
|
1104
|
-
units: "Int"
|
|
1105
|
-
},
|
|
1106
1115
|
ContactsDTO: {
|
|
1107
1116
|
chairman: "PublicChairman",
|
|
1108
1117
|
details: "OrganizationDetails",
|
|
@@ -1143,25 +1152,37 @@ const ReturnTypes = {
|
|
|
1143
1152
|
question: "String"
|
|
1144
1153
|
},
|
|
1145
1154
|
DateTime: `scalar.DateTime`,
|
|
1146
|
-
|
|
1155
|
+
DecisionDetailAggregate: {
|
|
1147
1156
|
action: "ExtendedBlockchainAction",
|
|
1148
|
-
|
|
1157
|
+
documentAggregate: "DocumentAggregate",
|
|
1149
1158
|
votes_against: "ExtendedBlockchainAction",
|
|
1150
1159
|
votes_for: "ExtendedBlockchainAction"
|
|
1151
1160
|
},
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1161
|
+
Desktop: {
|
|
1162
|
+
authorizedHome: "String",
|
|
1163
|
+
coopname: "String",
|
|
1164
|
+
layout: "String",
|
|
1165
|
+
nonAuthorizedHome: "String",
|
|
1166
|
+
workspaces: "DesktopWorkspace"
|
|
1167
|
+
},
|
|
1168
|
+
DesktopWorkspace: {
|
|
1169
|
+
name: "String",
|
|
1170
|
+
title: "String"
|
|
1171
|
+
},
|
|
1172
|
+
DocumentAggregate: {
|
|
1173
|
+
hash: "String",
|
|
1174
|
+
rawDocument: "GeneratedDocument",
|
|
1175
|
+
signatures: "SignedDigitalDocument"
|
|
1155
1176
|
},
|
|
1156
|
-
|
|
1157
|
-
acts: "
|
|
1158
|
-
decision: "
|
|
1159
|
-
links: "
|
|
1160
|
-
statement: "
|
|
1177
|
+
DocumentPackageAggregate: {
|
|
1178
|
+
acts: "ActDetailAggregate",
|
|
1179
|
+
decision: "DecisionDetailAggregate",
|
|
1180
|
+
links: "DocumentAggregate",
|
|
1181
|
+
statement: "StatementDetailAggregate"
|
|
1161
1182
|
},
|
|
1162
|
-
|
|
1183
|
+
DocumentsAggregatePaginationResult: {
|
|
1163
1184
|
currentPage: "Int",
|
|
1164
|
-
items: "
|
|
1185
|
+
items: "DocumentPackageAggregate",
|
|
1165
1186
|
totalCount: "Int",
|
|
1166
1187
|
totalPages: "Int"
|
|
1167
1188
|
},
|
|
@@ -1203,14 +1224,18 @@ const ReturnTypes = {
|
|
|
1203
1224
|
user: "UserDataUnion"
|
|
1204
1225
|
},
|
|
1205
1226
|
Extension: {
|
|
1206
|
-
available: "Boolean",
|
|
1207
1227
|
config: "JSON",
|
|
1208
1228
|
created_at: "DateTime",
|
|
1209
1229
|
description: "String",
|
|
1210
1230
|
enabled: "Boolean",
|
|
1231
|
+
external_url: "String",
|
|
1211
1232
|
image: "String",
|
|
1212
|
-
installed: "Boolean",
|
|
1213
1233
|
instructions: "String",
|
|
1234
|
+
is_available: "Boolean",
|
|
1235
|
+
is_builtin: "Boolean",
|
|
1236
|
+
is_desktop: "Boolean",
|
|
1237
|
+
is_installed: "Boolean",
|
|
1238
|
+
is_internal: "Boolean",
|
|
1214
1239
|
name: "String",
|
|
1215
1240
|
readme: "String",
|
|
1216
1241
|
schema: "JSON",
|
|
@@ -1218,34 +1243,12 @@ const ReturnTypes = {
|
|
|
1218
1243
|
title: "String",
|
|
1219
1244
|
updated_at: "DateTime"
|
|
1220
1245
|
},
|
|
1221
|
-
FreeDecisionDocument: {
|
|
1222
|
-
binary: "String",
|
|
1223
|
-
full_title: "String",
|
|
1224
|
-
hash: "String",
|
|
1225
|
-
html: "String",
|
|
1226
|
-
meta: "FreeDecisionMetaDocumentOutput"
|
|
1227
|
-
},
|
|
1228
|
-
FreeDecisionMetaDocumentOutput: {
|
|
1229
|
-
block_num: "Int",
|
|
1230
|
-
coopname: "String",
|
|
1231
|
-
created_at: "String",
|
|
1232
|
-
decision_id: "Float",
|
|
1233
|
-
generator: "String",
|
|
1234
|
-
lang: "String",
|
|
1235
|
-
links: "String",
|
|
1236
|
-
project_id: "String",
|
|
1237
|
-
registry_id: "Int",
|
|
1238
|
-
timezone: "String",
|
|
1239
|
-
title: "String",
|
|
1240
|
-
username: "String",
|
|
1241
|
-
version: "String"
|
|
1242
|
-
},
|
|
1243
1246
|
GeneratedDocument: {
|
|
1244
1247
|
binary: "String",
|
|
1245
1248
|
full_title: "String",
|
|
1246
1249
|
hash: "String",
|
|
1247
1250
|
html: "String",
|
|
1248
|
-
meta: "
|
|
1251
|
+
meta: "JSON"
|
|
1249
1252
|
},
|
|
1250
1253
|
Individual: {
|
|
1251
1254
|
birthdate: "String",
|
|
@@ -1264,18 +1267,51 @@ const ReturnTypes = {
|
|
|
1264
1267
|
key: "String",
|
|
1265
1268
|
weight: "Int"
|
|
1266
1269
|
},
|
|
1267
|
-
|
|
1268
|
-
|
|
1270
|
+
Meet: {
|
|
1271
|
+
authorization: "DocumentAggregate",
|
|
1272
|
+
close_at: "DateTime",
|
|
1269
1273
|
coopname: "String",
|
|
1270
|
-
created_at: "
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1274
|
+
created_at: "DateTime",
|
|
1275
|
+
current_quorum_percent: "Float",
|
|
1276
|
+
cycle: "Float",
|
|
1277
|
+
hash: "String",
|
|
1278
|
+
id: "Float",
|
|
1279
|
+
initiator: "String",
|
|
1280
|
+
open_at: "DateTime",
|
|
1281
|
+
presider: "String",
|
|
1282
|
+
proposal: "DocumentAggregate",
|
|
1283
|
+
quorum_passed: "Boolean",
|
|
1284
|
+
quorum_percent: "Float",
|
|
1285
|
+
secretary: "String",
|
|
1286
|
+
signed_ballots: "Float",
|
|
1287
|
+
status: "String",
|
|
1288
|
+
type: "String"
|
|
1289
|
+
},
|
|
1290
|
+
MeetAggregate: {
|
|
1291
|
+
hash: "String",
|
|
1292
|
+
pre: "MeetPreProcessing",
|
|
1293
|
+
processed: "MeetProcessed",
|
|
1294
|
+
processing: "MeetProcessing"
|
|
1295
|
+
},
|
|
1296
|
+
MeetPreProcessing: {
|
|
1297
|
+
agenda: "AgendaMeetPoint",
|
|
1298
|
+
close_at: "DateTime",
|
|
1299
|
+
coopname: "String",
|
|
1300
|
+
hash: "String",
|
|
1301
|
+
initiator: "String",
|
|
1302
|
+
open_at: "DateTime",
|
|
1303
|
+
presider: "String",
|
|
1304
|
+
proposal: "DocumentAggregate",
|
|
1305
|
+
secretary: "String"
|
|
1306
|
+
},
|
|
1307
|
+
MeetProcessed: {
|
|
1308
|
+
decision: "BlockchainAction",
|
|
1309
|
+
hash: "String"
|
|
1310
|
+
},
|
|
1311
|
+
MeetProcessing: {
|
|
1312
|
+
hash: "String",
|
|
1313
|
+
meet: "Meet",
|
|
1314
|
+
questions: "Question"
|
|
1279
1315
|
},
|
|
1280
1316
|
MonoAccount: {
|
|
1281
1317
|
email: "String",
|
|
@@ -1299,6 +1335,7 @@ const ReturnTypes = {
|
|
|
1299
1335
|
completeRequest: "Transaction",
|
|
1300
1336
|
confirmReceiveOnRequest: "Transaction",
|
|
1301
1337
|
confirmSupplyOnRequest: "Transaction",
|
|
1338
|
+
createAnnualGeneralMeet: "MeetAggregate",
|
|
1302
1339
|
createBankAccount: "PaymentMethod",
|
|
1303
1340
|
createBranch: "Branch",
|
|
1304
1341
|
createChildOrder: "Transaction",
|
|
@@ -1313,19 +1350,24 @@ const ReturnTypes = {
|
|
|
1313
1350
|
deliverOnRequest: "Transaction",
|
|
1314
1351
|
disputeOnRequest: "Transaction",
|
|
1315
1352
|
editBranch: "Branch",
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1353
|
+
generateAnnualGeneralMeetAgendaDocument: "GeneratedDocument",
|
|
1354
|
+
generateAnnualGeneralMeetDecisionDocument: "GeneratedDocument",
|
|
1355
|
+
generateAnnualGeneralMeetNotificationDocument: "GeneratedDocument",
|
|
1356
|
+
generateAssetContributionAct: "GeneratedDocument",
|
|
1357
|
+
generateAssetContributionDecision: "GeneratedDocument",
|
|
1358
|
+
generateAssetContributionStatement: "GeneratedDocument",
|
|
1359
|
+
generateBallotForAnnualGeneralMeetDocument: "GeneratedDocument",
|
|
1360
|
+
generateFreeDecision: "GeneratedDocument",
|
|
1361
|
+
generateParticipantApplication: "GeneratedDocument",
|
|
1362
|
+
generateParticipantApplicationDecision: "GeneratedDocument",
|
|
1322
1363
|
generatePrivacyAgreement: "GeneratedDocument",
|
|
1323
|
-
generateProjectOfFreeDecision: "
|
|
1324
|
-
generateReturnByAssetAct: "
|
|
1325
|
-
generateReturnByAssetDecision: "
|
|
1326
|
-
generateReturnByAssetStatement: "
|
|
1327
|
-
generateSelectBranchDocument: "
|
|
1364
|
+
generateProjectOfFreeDecision: "GeneratedDocument",
|
|
1365
|
+
generateReturnByAssetAct: "GeneratedDocument",
|
|
1366
|
+
generateReturnByAssetDecision: "GeneratedDocument",
|
|
1367
|
+
generateReturnByAssetStatement: "GeneratedDocument",
|
|
1368
|
+
generateSelectBranchDocument: "GeneratedDocument",
|
|
1328
1369
|
generateSignatureAgreement: "GeneratedDocument",
|
|
1370
|
+
generateSovietDecisionOnAnnualMeetDocument: "GeneratedDocument",
|
|
1329
1371
|
generateUserAgreement: "GeneratedDocument",
|
|
1330
1372
|
generateWalletAgreement: "GeneratedDocument",
|
|
1331
1373
|
initSystem: "SystemInfo",
|
|
@@ -1342,9 +1384,12 @@ const ReturnTypes = {
|
|
|
1342
1384
|
registerAccount: "RegisteredAccount",
|
|
1343
1385
|
registerParticipant: "Account",
|
|
1344
1386
|
resetKey: "Boolean",
|
|
1387
|
+
restartAnnualGeneralMeet: "MeetAggregate",
|
|
1345
1388
|
selectBranch: "Boolean",
|
|
1346
1389
|
setPaymentStatus: "Payment",
|
|
1347
1390
|
setWif: "Boolean",
|
|
1391
|
+
signByPresiderOnAnnualGeneralMeet: "MeetAggregate",
|
|
1392
|
+
signBySecretaryOnAnnualGeneralMeet: "MeetAggregate",
|
|
1348
1393
|
startResetKey: "Boolean",
|
|
1349
1394
|
supplyOnRequest: "Transaction",
|
|
1350
1395
|
uninstallExtension: "Boolean",
|
|
@@ -1353,7 +1398,8 @@ const ReturnTypes = {
|
|
|
1353
1398
|
updateBankAccount: "PaymentMethod",
|
|
1354
1399
|
updateExtension: "Extension",
|
|
1355
1400
|
updateRequest: "Transaction",
|
|
1356
|
-
updateSystem: "SystemInfo"
|
|
1401
|
+
updateSystem: "SystemInfo",
|
|
1402
|
+
voteOnAnnualGeneralMeet: "MeetAggregate"
|
|
1357
1403
|
},
|
|
1358
1404
|
Organization: {
|
|
1359
1405
|
city: "String",
|
|
@@ -1388,47 +1434,6 @@ const ReturnTypes = {
|
|
|
1388
1434
|
type: "String",
|
|
1389
1435
|
username: "String"
|
|
1390
1436
|
},
|
|
1391
|
-
ParticipantApplicationDecisionDocument: {
|
|
1392
|
-
binary: "String",
|
|
1393
|
-
full_title: "String",
|
|
1394
|
-
hash: "String",
|
|
1395
|
-
html: "String",
|
|
1396
|
-
meta: "ParticipantApplicationDecisionMetaDocumentOutput"
|
|
1397
|
-
},
|
|
1398
|
-
ParticipantApplicationDecisionMetaDocumentOutput: {
|
|
1399
|
-
block_num: "Int",
|
|
1400
|
-
coopname: "String",
|
|
1401
|
-
created_at: "String",
|
|
1402
|
-
decision_id: "Float",
|
|
1403
|
-
generator: "String",
|
|
1404
|
-
lang: "String",
|
|
1405
|
-
links: "String",
|
|
1406
|
-
registry_id: "Int",
|
|
1407
|
-
timezone: "String",
|
|
1408
|
-
title: "String",
|
|
1409
|
-
username: "String",
|
|
1410
|
-
version: "String"
|
|
1411
|
-
},
|
|
1412
|
-
ParticipantApplicationDocument: {
|
|
1413
|
-
binary: "String",
|
|
1414
|
-
full_title: "String",
|
|
1415
|
-
hash: "String",
|
|
1416
|
-
html: "String",
|
|
1417
|
-
meta: "ParticipantApplicationMetaDocumentOutput"
|
|
1418
|
-
},
|
|
1419
|
-
ParticipantApplicationMetaDocumentOutput: {
|
|
1420
|
-
block_num: "Int",
|
|
1421
|
-
coopname: "String",
|
|
1422
|
-
created_at: "String",
|
|
1423
|
-
generator: "String",
|
|
1424
|
-
lang: "String",
|
|
1425
|
-
links: "String",
|
|
1426
|
-
registry_id: "Int",
|
|
1427
|
-
timezone: "String",
|
|
1428
|
-
title: "String",
|
|
1429
|
-
username: "String",
|
|
1430
|
-
version: "String"
|
|
1431
|
-
},
|
|
1432
1437
|
Passport: {
|
|
1433
1438
|
code: "String",
|
|
1434
1439
|
issued_at: "String",
|
|
@@ -1447,6 +1452,7 @@ const ReturnTypes = {
|
|
|
1447
1452
|
provider: "String",
|
|
1448
1453
|
status: "PaymentStatus",
|
|
1449
1454
|
symbol: "String",
|
|
1455
|
+
type: "String",
|
|
1450
1456
|
updated_at: "DateTime",
|
|
1451
1457
|
username: "String"
|
|
1452
1458
|
},
|
|
@@ -1503,27 +1509,6 @@ const ReturnTypes = {
|
|
|
1503
1509
|
organization_data: "Organization",
|
|
1504
1510
|
type: "AccountType"
|
|
1505
1511
|
},
|
|
1506
|
-
ProjectFreeDecisionDocument: {
|
|
1507
|
-
binary: "String",
|
|
1508
|
-
full_title: "String",
|
|
1509
|
-
hash: "String",
|
|
1510
|
-
html: "String",
|
|
1511
|
-
meta: "ProjectFreeDecisionMetaDocumentOutput"
|
|
1512
|
-
},
|
|
1513
|
-
ProjectFreeDecisionMetaDocumentOutput: {
|
|
1514
|
-
block_num: "Int",
|
|
1515
|
-
coopname: "String",
|
|
1516
|
-
created_at: "String",
|
|
1517
|
-
generator: "String",
|
|
1518
|
-
lang: "String",
|
|
1519
|
-
links: "String",
|
|
1520
|
-
project_id: "String",
|
|
1521
|
-
registry_id: "Int",
|
|
1522
|
-
timezone: "String",
|
|
1523
|
-
title: "String",
|
|
1524
|
-
username: "String",
|
|
1525
|
-
version: "String"
|
|
1526
|
-
},
|
|
1527
1512
|
PublicChairman: {
|
|
1528
1513
|
first_name: "String",
|
|
1529
1514
|
last_name: "String",
|
|
@@ -1534,12 +1519,30 @@ const ReturnTypes = {
|
|
|
1534
1519
|
getAccounts: "AccountsPaginationResult",
|
|
1535
1520
|
getAgenda: "AgendaWithDocuments",
|
|
1536
1521
|
getBranches: "Branch",
|
|
1537
|
-
|
|
1522
|
+
getDesktop: "Desktop",
|
|
1523
|
+
getDocuments: "DocumentsAggregatePaginationResult",
|
|
1538
1524
|
getExtensions: "Extension",
|
|
1525
|
+
getMeet: "MeetAggregate",
|
|
1526
|
+
getMeets: "MeetAggregate",
|
|
1539
1527
|
getPaymentMethods: "PaymentMethodPaginationResult",
|
|
1540
1528
|
getPayments: "PaymentPaginationResult",
|
|
1541
1529
|
getSystemInfo: "SystemInfo"
|
|
1542
1530
|
},
|
|
1531
|
+
Question: {
|
|
1532
|
+
context: "String",
|
|
1533
|
+
coopname: "String",
|
|
1534
|
+
counter_votes_abstained: "Float",
|
|
1535
|
+
counter_votes_against: "Float",
|
|
1536
|
+
counter_votes_for: "Float",
|
|
1537
|
+
decision: "String",
|
|
1538
|
+
id: "Float",
|
|
1539
|
+
meet_id: "Float",
|
|
1540
|
+
number: "Float",
|
|
1541
|
+
title: "String",
|
|
1542
|
+
voters_abstained: "String",
|
|
1543
|
+
voters_against: "String",
|
|
1544
|
+
voters_for: "String"
|
|
1545
|
+
},
|
|
1543
1546
|
RefundRequest: {
|
|
1544
1547
|
cpu_amount: "String",
|
|
1545
1548
|
net_amount: "String",
|
|
@@ -1569,111 +1572,26 @@ const ReturnTypes = {
|
|
|
1569
1572
|
owner: "String",
|
|
1570
1573
|
ram_bytes: "Int"
|
|
1571
1574
|
},
|
|
1572
|
-
ReturnByAssetActDocument: {
|
|
1573
|
-
binary: "String",
|
|
1574
|
-
full_title: "String",
|
|
1575
|
-
hash: "String",
|
|
1576
|
-
html: "String",
|
|
1577
|
-
meta: "ReturnByAssetActMetaDocumentOutput"
|
|
1578
|
-
},
|
|
1579
|
-
ReturnByAssetActMetaDocumentOutput: {
|
|
1580
|
-
act_id: "String",
|
|
1581
|
-
block_num: "Int",
|
|
1582
|
-
braname: "String",
|
|
1583
|
-
coopname: "String",
|
|
1584
|
-
created_at: "String",
|
|
1585
|
-
decision_id: "Float",
|
|
1586
|
-
generator: "String",
|
|
1587
|
-
lang: "String",
|
|
1588
|
-
links: "String",
|
|
1589
|
-
registry_id: "Int",
|
|
1590
|
-
request_id: "Float",
|
|
1591
|
-
timezone: "String",
|
|
1592
|
-
title: "String",
|
|
1593
|
-
transmitter: "String",
|
|
1594
|
-
username: "String",
|
|
1595
|
-
version: "String"
|
|
1596
|
-
},
|
|
1597
|
-
ReturnByAssetDecisionDocument: {
|
|
1598
|
-
binary: "String",
|
|
1599
|
-
full_title: "String",
|
|
1600
|
-
hash: "String",
|
|
1601
|
-
html: "String",
|
|
1602
|
-
meta: "ReturnByAssetDecisionMetaDocumentOutput"
|
|
1603
|
-
},
|
|
1604
|
-
ReturnByAssetDecisionMetaDocumentOutput: {
|
|
1605
|
-
block_num: "Int",
|
|
1606
|
-
coopname: "String",
|
|
1607
|
-
created_at: "String",
|
|
1608
|
-
decision_id: "Float",
|
|
1609
|
-
generator: "String",
|
|
1610
|
-
lang: "String",
|
|
1611
|
-
links: "String",
|
|
1612
|
-
registry_id: "Int",
|
|
1613
|
-
request_id: "Float",
|
|
1614
|
-
timezone: "String",
|
|
1615
|
-
title: "String",
|
|
1616
|
-
username: "String",
|
|
1617
|
-
version: "String"
|
|
1618
|
-
},
|
|
1619
|
-
ReturnByAssetStatementDocument: {
|
|
1620
|
-
binary: "String",
|
|
1621
|
-
full_title: "String",
|
|
1622
|
-
hash: "String",
|
|
1623
|
-
html: "String",
|
|
1624
|
-
meta: "ReturnByAssetStatementMetaDocumentOutput"
|
|
1625
|
-
},
|
|
1626
|
-
ReturnByAssetStatementMetaDocumentOutput: {
|
|
1627
|
-
block_num: "Int",
|
|
1628
|
-
coopname: "String",
|
|
1629
|
-
created_at: "String",
|
|
1630
|
-
generator: "String",
|
|
1631
|
-
lang: "String",
|
|
1632
|
-
links: "String",
|
|
1633
|
-
registry_id: "Int",
|
|
1634
|
-
request: "CommonRequestResponse",
|
|
1635
|
-
timezone: "String",
|
|
1636
|
-
title: "String",
|
|
1637
|
-
username: "String",
|
|
1638
|
-
version: "String"
|
|
1639
|
-
},
|
|
1640
1575
|
SbpAccount: {
|
|
1641
1576
|
phone: "String"
|
|
1642
1577
|
},
|
|
1643
|
-
SelectBranchDocument: {
|
|
1644
|
-
binary: "String",
|
|
1645
|
-
full_title: "String",
|
|
1646
|
-
hash: "String",
|
|
1647
|
-
html: "String",
|
|
1648
|
-
meta: "SelectBranchMetaDocumentOutput"
|
|
1649
|
-
},
|
|
1650
|
-
SelectBranchMetaDocumentOutput: {
|
|
1651
|
-
block_num: "Int",
|
|
1652
|
-
braname: "String",
|
|
1653
|
-
coopname: "String",
|
|
1654
|
-
created_at: "String",
|
|
1655
|
-
generator: "String",
|
|
1656
|
-
lang: "String",
|
|
1657
|
-
links: "String",
|
|
1658
|
-
registry_id: "Int",
|
|
1659
|
-
timezone: "String",
|
|
1660
|
-
title: "String",
|
|
1661
|
-
username: "String",
|
|
1662
|
-
version: "String"
|
|
1663
|
-
},
|
|
1664
1578
|
SignedBlockchainDocument: {
|
|
1665
1579
|
hash: "String",
|
|
1666
1580
|
meta: "String",
|
|
1667
1581
|
public_key: "String",
|
|
1668
1582
|
signature: "String"
|
|
1669
1583
|
},
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1584
|
+
SignedDigitalDocument: {
|
|
1585
|
+
hash: "String",
|
|
1586
|
+
is_valid: "Boolean",
|
|
1587
|
+
meta: "JSON",
|
|
1588
|
+
public_key: "String",
|
|
1589
|
+
signature: "String",
|
|
1590
|
+
signer: "UserDataUnion"
|
|
1673
1591
|
},
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1592
|
+
StatementDetailAggregate: {
|
|
1593
|
+
action: "ExtendedBlockchainAction",
|
|
1594
|
+
documentAggregate: "DocumentAggregate"
|
|
1677
1595
|
},
|
|
1678
1596
|
SystemInfo: {
|
|
1679
1597
|
blockchain_account: "BlockchainAccount",
|
|
@@ -1977,12 +1895,22 @@ const Gql = Chain(HOST, {
|
|
|
1977
1895
|
const ZeusScalars = ZeusSelect();
|
|
1978
1896
|
const fields = (k) => {
|
|
1979
1897
|
const t = ReturnTypes[k];
|
|
1898
|
+
const fnType = k in AllTypesProps ? AllTypesProps[k] : void 0;
|
|
1899
|
+
const hasFnTypes = typeof fnType === "object" ? fnType : void 0;
|
|
1980
1900
|
const o = Object.fromEntries(
|
|
1981
|
-
Object.entries(t).filter(([, value]) => {
|
|
1901
|
+
Object.entries(t).filter(([k2, value]) => {
|
|
1902
|
+
const isFunctionType = hasFnTypes && k2 in hasFnTypes && !!hasFnTypes[k2];
|
|
1903
|
+
if (isFunctionType)
|
|
1904
|
+
return false;
|
|
1982
1905
|
const isReturnType = ReturnTypes[value];
|
|
1983
|
-
if (!isReturnType
|
|
1906
|
+
if (!isReturnType)
|
|
1907
|
+
return true;
|
|
1908
|
+
if (typeof isReturnType !== "string")
|
|
1909
|
+
return false;
|
|
1910
|
+
if (isReturnType.startsWith("scalar.")) {
|
|
1984
1911
|
return true;
|
|
1985
1912
|
}
|
|
1913
|
+
return false;
|
|
1986
1914
|
}).map(([key]) => [key, true])
|
|
1987
1915
|
);
|
|
1988
1916
|
return o;
|
|
@@ -2306,7 +2234,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
|
|
|
2306
2234
|
return UserStatus2;
|
|
2307
2235
|
})(UserStatus || {});
|
|
2308
2236
|
|
|
2309
|
-
const index$
|
|
2237
|
+
const index$s = {
|
|
2310
2238
|
__proto__: null,
|
|
2311
2239
|
$: $,
|
|
2312
2240
|
AccountType: AccountType,
|
|
@@ -2445,7 +2373,9 @@ const rawParticipantAccountSelector = {
|
|
|
2445
2373
|
last_update: true,
|
|
2446
2374
|
status: true,
|
|
2447
2375
|
type: true,
|
|
2448
|
-
username: true
|
|
2376
|
+
username: true,
|
|
2377
|
+
initial_amount: true,
|
|
2378
|
+
minimum_amount: true
|
|
2449
2379
|
};
|
|
2450
2380
|
Selector("ParticipantAccount")(
|
|
2451
2381
|
rawParticipantAccountSelector
|
|
@@ -2504,25 +2434,12 @@ Selector("BlockchainAction")(
|
|
|
2504
2434
|
rawBlockchainActionSelector
|
|
2505
2435
|
);
|
|
2506
2436
|
|
|
2507
|
-
const rawDocumentMetaSelector = {
|
|
2508
|
-
block_num: true,
|
|
2509
|
-
coopname: true,
|
|
2510
|
-
created_at: true,
|
|
2511
|
-
generator: true,
|
|
2512
|
-
lang: true,
|
|
2513
|
-
links: true,
|
|
2514
|
-
registry_id: true,
|
|
2515
|
-
timezone: true,
|
|
2516
|
-
title: true,
|
|
2517
|
-
username: true,
|
|
2518
|
-
version: true
|
|
2519
|
-
};
|
|
2520
2437
|
const rawDocumentSelector = {
|
|
2521
2438
|
binary: true,
|
|
2522
2439
|
full_title: true,
|
|
2523
2440
|
hash: true,
|
|
2524
2441
|
html: true,
|
|
2525
|
-
meta:
|
|
2442
|
+
meta: true
|
|
2526
2443
|
// Общая часть meta
|
|
2527
2444
|
};
|
|
2528
2445
|
const documentSelector = Selector("GeneratedDocument")(rawDocumentSelector);
|
|
@@ -2603,6 +2520,12 @@ const rawTransactionSelector = {
|
|
|
2603
2520
|
};
|
|
2604
2521
|
Selector("Transaction")(rawTransactionSelector);
|
|
2605
2522
|
|
|
2523
|
+
const rawUserUnionSelector = {
|
|
2524
|
+
"...on Entrepreneur": rawEntrepreneurSelector,
|
|
2525
|
+
"...on Individual": rawIndividualSelector,
|
|
2526
|
+
"...on Organization": rawOrganizationSelector
|
|
2527
|
+
};
|
|
2528
|
+
|
|
2606
2529
|
const rawPrivateAccountSelector = {
|
|
2607
2530
|
type: true,
|
|
2608
2531
|
individual_data: individualSelector,
|
|
@@ -2661,37 +2584,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
|
|
|
2661
2584
|
rawRegisteredAccountSelector
|
|
2662
2585
|
);
|
|
2663
2586
|
|
|
2664
|
-
const name$
|
|
2665
|
-
const mutation$
|
|
2666
|
-
[name$
|
|
2587
|
+
const name$1k = "registerAccount";
|
|
2588
|
+
const mutation$17 = Selector("Mutation")({
|
|
2589
|
+
[name$1k]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
|
|
2667
2590
|
});
|
|
2668
2591
|
|
|
2669
2592
|
const registerAccount = {
|
|
2670
2593
|
__proto__: null,
|
|
2671
|
-
mutation: mutation$
|
|
2672
|
-
name: name$
|
|
2594
|
+
mutation: mutation$17,
|
|
2595
|
+
name: name$1k
|
|
2673
2596
|
};
|
|
2674
2597
|
|
|
2675
|
-
const name$
|
|
2676
|
-
const mutation$
|
|
2677
|
-
[name$
|
|
2598
|
+
const name$1j = "resetKey";
|
|
2599
|
+
const mutation$16 = Selector("Mutation")({
|
|
2600
|
+
[name$1j]: [{ data: $("data", "ResetKeyInput!") }, true]
|
|
2678
2601
|
});
|
|
2679
2602
|
|
|
2680
2603
|
const resetKey = {
|
|
2681
2604
|
__proto__: null,
|
|
2682
|
-
mutation: mutation$
|
|
2683
|
-
name: name$
|
|
2605
|
+
mutation: mutation$16,
|
|
2606
|
+
name: name$1j
|
|
2684
2607
|
};
|
|
2685
2608
|
|
|
2686
|
-
const name$
|
|
2687
|
-
const mutation$
|
|
2688
|
-
[name$
|
|
2609
|
+
const name$1i = "startResetKey";
|
|
2610
|
+
const mutation$15 = Selector("Mutation")({
|
|
2611
|
+
[name$1i]: [{ data: $("data", "StartResetKeyInput!") }, true]
|
|
2689
2612
|
});
|
|
2690
2613
|
|
|
2691
2614
|
const startResetKey = {
|
|
2692
2615
|
__proto__: null,
|
|
2693
|
-
mutation: mutation$
|
|
2694
|
-
name: name$
|
|
2616
|
+
mutation: mutation$15,
|
|
2617
|
+
name: name$1i
|
|
2695
2618
|
};
|
|
2696
2619
|
|
|
2697
2620
|
const paginationSelector = {
|
|
@@ -2713,6 +2636,7 @@ const rawBankPaymentMethodSelector = {
|
|
|
2713
2636
|
method_type: true,
|
|
2714
2637
|
username: true
|
|
2715
2638
|
};
|
|
2639
|
+
Selector("BankPaymentMethod")(rawBankPaymentMethodSelector);
|
|
2716
2640
|
|
|
2717
2641
|
const rawBranchSelector = {
|
|
2718
2642
|
coopname: true,
|
|
@@ -2776,103 +2700,14 @@ const branchSelectorForUsers = Selector("Branch")(
|
|
|
2776
2700
|
rawBranchSelectorForUsers
|
|
2777
2701
|
);
|
|
2778
2702
|
|
|
2779
|
-
const rawSelectBranchDocumentSelector = {
|
|
2780
|
-
...rawDocumentSelector,
|
|
2781
|
-
meta: {
|
|
2782
|
-
...rawDocumentMetaSelector,
|
|
2783
|
-
// Общая часть meta
|
|
2784
|
-
braname: true
|
|
2785
|
-
// Уникальное дополнение
|
|
2786
|
-
}
|
|
2787
|
-
};
|
|
2788
|
-
const generateSelectBranchDocumentSelector = Selector("SelectBranchDocument")(rawSelectBranchDocumentSelector);
|
|
2789
|
-
|
|
2790
|
-
const rawAssetContributionActDocumentSelector = {
|
|
2791
|
-
...rawDocumentSelector,
|
|
2792
|
-
meta: {
|
|
2793
|
-
...rawDocumentMetaSelector,
|
|
2794
|
-
// Общая часть meta
|
|
2795
|
-
request_id: true,
|
|
2796
|
-
act_id: true,
|
|
2797
|
-
braname: true,
|
|
2798
|
-
decision_id: true,
|
|
2799
|
-
receiver: true
|
|
2800
|
-
}
|
|
2801
|
-
};
|
|
2802
|
-
const assetContributionActDocumentSelector = Selector("AssetContributionActDocument")(rawAssetContributionActDocumentSelector);
|
|
2803
|
-
|
|
2804
|
-
const rawAssetContributionDecisionDocumentSelector = {
|
|
2805
|
-
...rawDocumentSelector,
|
|
2806
|
-
meta: {
|
|
2807
|
-
...rawDocumentMetaSelector,
|
|
2808
|
-
// Общая часть meta
|
|
2809
|
-
decision_id: true,
|
|
2810
|
-
request_id: true
|
|
2811
|
-
}
|
|
2812
|
-
};
|
|
2813
|
-
const assetContributionDecisionDocumentSelector = Selector("AssetContributionDecisionDocument")(rawAssetContributionDecisionDocumentSelector);
|
|
2814
|
-
|
|
2815
|
-
const rawCommonRequestSelector = {
|
|
2816
|
-
hash: true,
|
|
2817
|
-
title: true,
|
|
2818
|
-
unit_of_measurement: true,
|
|
2819
|
-
units: true,
|
|
2820
|
-
unit_cost: true,
|
|
2821
|
-
total_cost: true,
|
|
2822
|
-
currency: true,
|
|
2823
|
-
type: true,
|
|
2824
|
-
program_id: true
|
|
2825
|
-
};
|
|
2826
|
-
Selector("CommonRequestResponse")(rawCommonRequestSelector);
|
|
2827
|
-
|
|
2828
|
-
const rawAssetContributionStatementDocumentSelector = {
|
|
2829
|
-
...rawDocumentSelector,
|
|
2830
|
-
meta: {
|
|
2831
|
-
...rawDocumentMetaSelector,
|
|
2832
|
-
// Общая часть meta
|
|
2833
|
-
request: rawCommonRequestSelector
|
|
2834
|
-
}
|
|
2835
|
-
};
|
|
2836
|
-
const assetContributionStatementDocumentSelector = Selector("AssetContributionStatementDocument")(rawAssetContributionStatementDocumentSelector);
|
|
2837
|
-
|
|
2838
|
-
const rawReturnByAssetActDocumentSelector = {
|
|
2839
|
-
...rawDocumentSelector,
|
|
2840
|
-
meta: {
|
|
2841
|
-
...rawDocumentMetaSelector,
|
|
2842
|
-
// Общая часть meta
|
|
2843
|
-
request_id: true,
|
|
2844
|
-
act_id: true,
|
|
2845
|
-
braname: true,
|
|
2846
|
-
decision_id: true,
|
|
2847
|
-
transmitter: true
|
|
2848
|
-
}
|
|
2849
|
-
};
|
|
2850
|
-
const returnByAssetActDocumentSelector = Selector("ReturnByAssetActDocument")(rawReturnByAssetActDocumentSelector);
|
|
2851
|
-
|
|
2852
|
-
const rawReturnByAssetDecisionDocumentSelector = {
|
|
2853
|
-
...rawDocumentSelector,
|
|
2854
|
-
meta: {
|
|
2855
|
-
...rawDocumentMetaSelector,
|
|
2856
|
-
// Общая часть meta
|
|
2857
|
-
decision_id: true,
|
|
2858
|
-
request_id: true
|
|
2859
|
-
}
|
|
2860
|
-
};
|
|
2861
|
-
const returnByAssetDecisionDocumentSelector = Selector("ReturnByAssetDecisionDocument")(rawReturnByAssetDecisionDocumentSelector);
|
|
2862
|
-
|
|
2863
|
-
const rawReturnByAssetStatementDocumentSelector = {
|
|
2864
|
-
...rawDocumentSelector,
|
|
2865
|
-
meta: {
|
|
2866
|
-
...rawDocumentMetaSelector,
|
|
2867
|
-
// Общая часть meta
|
|
2868
|
-
request: rawCommonRequestSelector
|
|
2869
|
-
}
|
|
2870
|
-
};
|
|
2871
|
-
const returnByAssetStatementDocumentSelector = Selector("ReturnByAssetStatementDocument")(rawReturnByAssetStatementDocumentSelector);
|
|
2872
|
-
|
|
2873
2703
|
const rawExtensionSelector = {
|
|
2874
2704
|
name: true,
|
|
2875
|
-
|
|
2705
|
+
is_available: true,
|
|
2706
|
+
is_installed: true,
|
|
2707
|
+
is_desktop: true,
|
|
2708
|
+
is_builtin: true,
|
|
2709
|
+
external_url: true,
|
|
2710
|
+
is_internal: true,
|
|
2876
2711
|
enabled: true,
|
|
2877
2712
|
updated_at: true,
|
|
2878
2713
|
created_at: true,
|
|
@@ -2883,39 +2718,115 @@ const rawExtensionSelector = {
|
|
|
2883
2718
|
image: true,
|
|
2884
2719
|
tags: true,
|
|
2885
2720
|
readme: true,
|
|
2886
|
-
instructions: true
|
|
2887
|
-
installed: true
|
|
2721
|
+
instructions: true
|
|
2888
2722
|
};
|
|
2889
2723
|
const extensionSelector = Selector("Extension")(rawExtensionSelector);
|
|
2890
2724
|
|
|
2891
|
-
const
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
// Общая часть meta
|
|
2896
|
-
decision_id: true
|
|
2897
|
-
}
|
|
2725
|
+
const rawFreeProjectSelector = {
|
|
2726
|
+
decision: true,
|
|
2727
|
+
id: true,
|
|
2728
|
+
question: true
|
|
2898
2729
|
};
|
|
2899
|
-
const
|
|
2730
|
+
const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
|
|
2900
2731
|
|
|
2901
|
-
const
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2732
|
+
const rawDocumentSignatureSelector = {
|
|
2733
|
+
hash: true,
|
|
2734
|
+
public_key: true,
|
|
2735
|
+
signature: true,
|
|
2736
|
+
meta: true,
|
|
2737
|
+
is_valid: true,
|
|
2738
|
+
signer: rawUserUnionSelector
|
|
2739
|
+
};
|
|
2740
|
+
const rawRawDocumentSelector = {
|
|
2741
|
+
hash: true,
|
|
2742
|
+
binary: true,
|
|
2743
|
+
full_title: true,
|
|
2744
|
+
html: true,
|
|
2745
|
+
meta: true
|
|
2746
|
+
};
|
|
2747
|
+
const rawDocumentAggregateSelector = {
|
|
2748
|
+
hash: true,
|
|
2749
|
+
signatures: rawDocumentSignatureSelector,
|
|
2750
|
+
rawDocument: rawRawDocumentSelector
|
|
2907
2751
|
};
|
|
2908
|
-
const participantApplicationDocumentSelector = Selector("ParticipantApplicationDocument")(rawParticipantApplicationDocumentSelector$1);
|
|
2909
2752
|
|
|
2910
|
-
const
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2753
|
+
const rawAgendaMeetPointSelector = {
|
|
2754
|
+
context: true,
|
|
2755
|
+
title: true,
|
|
2756
|
+
decision: true
|
|
2757
|
+
};
|
|
2758
|
+
const rawQuestionSelector = {
|
|
2759
|
+
id: true,
|
|
2760
|
+
number: true,
|
|
2761
|
+
coopname: true,
|
|
2762
|
+
meet_id: true,
|
|
2763
|
+
title: true,
|
|
2764
|
+
context: true,
|
|
2765
|
+
decision: true,
|
|
2766
|
+
counter_votes_for: true,
|
|
2767
|
+
counter_votes_against: true,
|
|
2768
|
+
counter_votes_abstained: true,
|
|
2769
|
+
voters_for: true,
|
|
2770
|
+
voters_against: true,
|
|
2771
|
+
voters_abstained: true
|
|
2772
|
+
};
|
|
2773
|
+
const rawMeetSelector = {
|
|
2774
|
+
id: true,
|
|
2775
|
+
hash: true,
|
|
2776
|
+
coopname: true,
|
|
2777
|
+
type: true,
|
|
2778
|
+
initiator: true,
|
|
2779
|
+
presider: true,
|
|
2780
|
+
secretary: true,
|
|
2781
|
+
status: true,
|
|
2782
|
+
created_at: true,
|
|
2783
|
+
open_at: true,
|
|
2784
|
+
close_at: true,
|
|
2785
|
+
quorum_percent: true,
|
|
2786
|
+
signed_ballots: true,
|
|
2787
|
+
current_quorum_percent: true,
|
|
2788
|
+
cycle: true,
|
|
2789
|
+
quorum_passed: true,
|
|
2790
|
+
proposal: rawDocumentAggregateSelector,
|
|
2791
|
+
authorization: rawDocumentAggregateSelector
|
|
2792
|
+
};
|
|
2793
|
+
const rawMeetProcessingSelector = {
|
|
2794
|
+
hash: true,
|
|
2795
|
+
meet: rawMeetSelector,
|
|
2796
|
+
questions: rawQuestionSelector
|
|
2797
|
+
};
|
|
2798
|
+
const rawMeetPreProcessingSelector = {
|
|
2799
|
+
hash: true,
|
|
2800
|
+
coopname: true,
|
|
2801
|
+
initiator: true,
|
|
2802
|
+
presider: true,
|
|
2803
|
+
secretary: true,
|
|
2804
|
+
agenda: rawAgendaMeetPointSelector,
|
|
2805
|
+
open_at: true,
|
|
2806
|
+
close_at: true,
|
|
2807
|
+
proposal: rawDocumentAggregateSelector
|
|
2808
|
+
};
|
|
2809
|
+
const rawMeetProcessedSelector = {
|
|
2810
|
+
hash: true,
|
|
2811
|
+
decision: rawBlockchainActionSelector
|
|
2812
|
+
};
|
|
2813
|
+
const rawMeetAggregateSelector = {
|
|
2814
|
+
hash: true,
|
|
2815
|
+
pre: rawMeetPreProcessingSelector,
|
|
2816
|
+
processing: rawMeetProcessingSelector,
|
|
2817
|
+
processed: rawMeetProcessedSelector
|
|
2818
|
+
};
|
|
2819
|
+
const meetAggregateSelector = Selector("MeetAggregate")(rawMeetAggregateSelector);
|
|
2820
|
+
|
|
2821
|
+
const rawPaymentMethodSelector = {
|
|
2822
|
+
data: {
|
|
2823
|
+
"__typename": true,
|
|
2824
|
+
"...on BankAccount": rawBankAccountSelector,
|
|
2825
|
+
"...on SbpAccount": {
|
|
2826
|
+
phone: true
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
is_default: true,
|
|
2919
2830
|
created_at: true,
|
|
2920
2831
|
updated_at: true,
|
|
2921
2832
|
method_id: true,
|
|
@@ -3052,18 +2963,18 @@ const rawSystemInfoSelector = {
|
|
|
3052
2963
|
};
|
|
3053
2964
|
const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
|
|
3054
2965
|
|
|
3055
|
-
const name$
|
|
3056
|
-
const mutation$
|
|
3057
|
-
[name$
|
|
2966
|
+
const name$1h = "updateAccount";
|
|
2967
|
+
const mutation$14 = Selector("Mutation")({
|
|
2968
|
+
[name$1h]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
|
|
3058
2969
|
});
|
|
3059
2970
|
|
|
3060
2971
|
const updateAccount = {
|
|
3061
2972
|
__proto__: null,
|
|
3062
|
-
mutation: mutation$
|
|
3063
|
-
name: name$
|
|
2973
|
+
mutation: mutation$14,
|
|
2974
|
+
name: name$1h
|
|
3064
2975
|
};
|
|
3065
2976
|
|
|
3066
|
-
const index$
|
|
2977
|
+
const index$r = {
|
|
3067
2978
|
__proto__: null,
|
|
3068
2979
|
RegisterAccount: registerAccount,
|
|
3069
2980
|
ResetKey: resetKey,
|
|
@@ -3071,51 +2982,51 @@ const index$o = {
|
|
|
3071
2982
|
UpdateAccount: updateAccount
|
|
3072
2983
|
};
|
|
3073
2984
|
|
|
3074
|
-
const name$
|
|
3075
|
-
const mutation$
|
|
3076
|
-
[name$
|
|
2985
|
+
const name$1g = "generatePrivacyAgreement";
|
|
2986
|
+
const mutation$13 = Selector("Mutation")({
|
|
2987
|
+
[name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3077
2988
|
});
|
|
3078
2989
|
|
|
3079
2990
|
const generatePrivacyAgreement = {
|
|
3080
2991
|
__proto__: null,
|
|
3081
|
-
mutation: mutation$
|
|
3082
|
-
name: name$
|
|
2992
|
+
mutation: mutation$13,
|
|
2993
|
+
name: name$1g
|
|
3083
2994
|
};
|
|
3084
2995
|
|
|
3085
|
-
const name$
|
|
3086
|
-
const mutation$
|
|
3087
|
-
[name$
|
|
2996
|
+
const name$1f = "generateSignatureAgreement";
|
|
2997
|
+
const mutation$12 = Selector("Mutation")({
|
|
2998
|
+
[name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3088
2999
|
});
|
|
3089
3000
|
|
|
3090
3001
|
const generateSignatureAgreement = {
|
|
3091
3002
|
__proto__: null,
|
|
3092
|
-
mutation: mutation$
|
|
3093
|
-
name: name$
|
|
3003
|
+
mutation: mutation$12,
|
|
3004
|
+
name: name$1f
|
|
3094
3005
|
};
|
|
3095
3006
|
|
|
3096
|
-
const name$
|
|
3097
|
-
const mutation$
|
|
3098
|
-
[name$
|
|
3007
|
+
const name$1e = "generateWalletAgreement";
|
|
3008
|
+
const mutation$11 = Selector("Mutation")({
|
|
3009
|
+
[name$1e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3099
3010
|
});
|
|
3100
3011
|
|
|
3101
3012
|
const generateWalletAgreement = {
|
|
3102
3013
|
__proto__: null,
|
|
3103
|
-
mutation: mutation$
|
|
3104
|
-
name: name$
|
|
3014
|
+
mutation: mutation$11,
|
|
3015
|
+
name: name$1e
|
|
3105
3016
|
};
|
|
3106
3017
|
|
|
3107
|
-
const name$
|
|
3108
|
-
const mutation$
|
|
3109
|
-
[name$
|
|
3018
|
+
const name$1d = "generateUserAgreement";
|
|
3019
|
+
const mutation$10 = Selector("Mutation")({
|
|
3020
|
+
[name$1d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3110
3021
|
});
|
|
3111
3022
|
|
|
3112
3023
|
const generateUserAgreement = {
|
|
3113
3024
|
__proto__: null,
|
|
3114
|
-
mutation: mutation$
|
|
3115
|
-
name: name$
|
|
3025
|
+
mutation: mutation$10,
|
|
3026
|
+
name: name$1d
|
|
3116
3027
|
};
|
|
3117
3028
|
|
|
3118
|
-
const index$
|
|
3029
|
+
const index$q = {
|
|
3119
3030
|
__proto__: null,
|
|
3120
3031
|
GeneratePrivacyAgreement: generatePrivacyAgreement,
|
|
3121
3032
|
GenerateSignatureAgreement: generateSignatureAgreement,
|
|
@@ -3123,124 +3034,124 @@ const index$n = {
|
|
|
3123
3034
|
GenerateWalletAgreement: generateWalletAgreement
|
|
3124
3035
|
};
|
|
3125
3036
|
|
|
3126
|
-
const name
|
|
3127
|
-
const mutation
|
|
3128
|
-
[name
|
|
3037
|
+
const name$1c = "refresh";
|
|
3038
|
+
const mutation$$ = Selector("Mutation")({
|
|
3039
|
+
[name$1c]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
|
|
3129
3040
|
});
|
|
3130
3041
|
|
|
3131
3042
|
const refresh = {
|
|
3132
3043
|
__proto__: null,
|
|
3133
|
-
mutation: mutation
|
|
3134
|
-
name: name
|
|
3044
|
+
mutation: mutation$$,
|
|
3045
|
+
name: name$1c
|
|
3135
3046
|
};
|
|
3136
3047
|
|
|
3137
|
-
const name$
|
|
3138
|
-
const mutation$
|
|
3139
|
-
[name$
|
|
3048
|
+
const name$1b = "logout";
|
|
3049
|
+
const mutation$_ = Selector("Mutation")({
|
|
3050
|
+
[name$1b]: [{ data: $("data", "LogoutInput!") }, true]
|
|
3140
3051
|
});
|
|
3141
3052
|
|
|
3142
3053
|
const logout = {
|
|
3143
3054
|
__proto__: null,
|
|
3144
|
-
mutation: mutation$
|
|
3145
|
-
name: name$
|
|
3055
|
+
mutation: mutation$_,
|
|
3056
|
+
name: name$1b
|
|
3146
3057
|
};
|
|
3147
3058
|
|
|
3148
|
-
const name$
|
|
3149
|
-
const mutation$
|
|
3150
|
-
[name$
|
|
3059
|
+
const name$1a = "login";
|
|
3060
|
+
const mutation$Z = Selector("Mutation")({
|
|
3061
|
+
[name$1a]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
|
|
3151
3062
|
});
|
|
3152
3063
|
|
|
3153
3064
|
const login = {
|
|
3154
3065
|
__proto__: null,
|
|
3155
|
-
mutation: mutation$
|
|
3156
|
-
name: name$
|
|
3066
|
+
mutation: mutation$Z,
|
|
3067
|
+
name: name$1a
|
|
3157
3068
|
};
|
|
3158
3069
|
|
|
3159
|
-
const index$
|
|
3070
|
+
const index$p = {
|
|
3160
3071
|
__proto__: null,
|
|
3161
3072
|
Login: login,
|
|
3162
3073
|
Logout: logout,
|
|
3163
3074
|
Refresh: refresh
|
|
3164
3075
|
};
|
|
3165
3076
|
|
|
3166
|
-
const name$
|
|
3167
|
-
const mutation$
|
|
3168
|
-
[name$
|
|
3077
|
+
const name$19 = "addTrustedAccount";
|
|
3078
|
+
const mutation$Y = Selector("Mutation")({
|
|
3079
|
+
[name$19]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
|
|
3169
3080
|
});
|
|
3170
3081
|
|
|
3171
3082
|
const addTrustedAccount = {
|
|
3172
3083
|
__proto__: null,
|
|
3173
|
-
mutation: mutation$
|
|
3174
|
-
name: name$
|
|
3084
|
+
mutation: mutation$Y,
|
|
3085
|
+
name: name$19
|
|
3175
3086
|
};
|
|
3176
3087
|
|
|
3177
|
-
const name$
|
|
3178
|
-
const mutation$
|
|
3179
|
-
[name$
|
|
3088
|
+
const name$18 = "createBranch";
|
|
3089
|
+
const mutation$X = Selector("Mutation")({
|
|
3090
|
+
[name$18]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
|
|
3180
3091
|
});
|
|
3181
3092
|
|
|
3182
3093
|
const createBranch = {
|
|
3183
3094
|
__proto__: null,
|
|
3184
|
-
mutation: mutation$
|
|
3185
|
-
name: name$
|
|
3095
|
+
mutation: mutation$X,
|
|
3096
|
+
name: name$18
|
|
3186
3097
|
};
|
|
3187
3098
|
|
|
3188
|
-
const name$
|
|
3189
|
-
const mutation$
|
|
3190
|
-
[name$
|
|
3099
|
+
const name$17 = "deleteBranch";
|
|
3100
|
+
const mutation$W = Selector("Mutation")({
|
|
3101
|
+
[name$17]: [{ data: $("data", "DeleteBranchInput!") }, true]
|
|
3191
3102
|
});
|
|
3192
3103
|
|
|
3193
3104
|
const deleteBranch = {
|
|
3194
3105
|
__proto__: null,
|
|
3195
|
-
mutation: mutation$
|
|
3196
|
-
name: name$
|
|
3106
|
+
mutation: mutation$W,
|
|
3107
|
+
name: name$17
|
|
3197
3108
|
};
|
|
3198
3109
|
|
|
3199
|
-
const name$
|
|
3200
|
-
const mutation$
|
|
3201
|
-
[name$
|
|
3110
|
+
const name$16 = "deleteTrustedAccount";
|
|
3111
|
+
const mutation$V = Selector("Mutation")({
|
|
3112
|
+
[name$16]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
|
|
3202
3113
|
});
|
|
3203
3114
|
|
|
3204
3115
|
const deleteTrustedAccount = {
|
|
3205
3116
|
__proto__: null,
|
|
3206
|
-
mutation: mutation$
|
|
3207
|
-
name: name$
|
|
3117
|
+
mutation: mutation$V,
|
|
3118
|
+
name: name$16
|
|
3208
3119
|
};
|
|
3209
3120
|
|
|
3210
|
-
const name$
|
|
3211
|
-
const mutation$
|
|
3212
|
-
[name$
|
|
3121
|
+
const name$15 = "editBranch";
|
|
3122
|
+
const mutation$U = Selector("Mutation")({
|
|
3123
|
+
[name$15]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
|
|
3213
3124
|
});
|
|
3214
3125
|
|
|
3215
3126
|
const editBranch = {
|
|
3216
3127
|
__proto__: null,
|
|
3217
|
-
mutation: mutation$
|
|
3218
|
-
name: name$
|
|
3128
|
+
mutation: mutation$U,
|
|
3129
|
+
name: name$15
|
|
3219
3130
|
};
|
|
3220
3131
|
|
|
3221
|
-
const name$
|
|
3222
|
-
const mutation$
|
|
3223
|
-
[name$
|
|
3132
|
+
const name$14 = "generateSelectBranchDocument";
|
|
3133
|
+
const mutation$T = Selector("Mutation")({
|
|
3134
|
+
[name$14]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3224
3135
|
});
|
|
3225
3136
|
|
|
3226
3137
|
const generateSelectBranchDocument = {
|
|
3227
3138
|
__proto__: null,
|
|
3228
|
-
mutation: mutation$
|
|
3229
|
-
name: name$
|
|
3139
|
+
mutation: mutation$T,
|
|
3140
|
+
name: name$14
|
|
3230
3141
|
};
|
|
3231
3142
|
|
|
3232
|
-
const name$
|
|
3233
|
-
const mutation$
|
|
3234
|
-
[name$
|
|
3143
|
+
const name$13 = "selectBranch";
|
|
3144
|
+
const mutation$S = Selector("Mutation")({
|
|
3145
|
+
[name$13]: [{ data: $("data", "SelectBranchInput!") }, true]
|
|
3235
3146
|
});
|
|
3236
3147
|
|
|
3237
3148
|
const selectBranch = {
|
|
3238
3149
|
__proto__: null,
|
|
3239
|
-
mutation: mutation$
|
|
3240
|
-
name: name$
|
|
3150
|
+
mutation: mutation$S,
|
|
3151
|
+
name: name$13
|
|
3241
3152
|
};
|
|
3242
3153
|
|
|
3243
|
-
const index$
|
|
3154
|
+
const index$o = {
|
|
3244
3155
|
__proto__: null,
|
|
3245
3156
|
AddTrustedAccount: addTrustedAccount,
|
|
3246
3157
|
CreateBranch: createBranch,
|
|
@@ -3251,260 +3162,260 @@ const index$l = {
|
|
|
3251
3162
|
SelectBranch: selectBranch
|
|
3252
3163
|
};
|
|
3253
3164
|
|
|
3254
|
-
const name$
|
|
3255
|
-
const mutation$
|
|
3256
|
-
[name$
|
|
3165
|
+
const name$12 = "acceptChildOrder";
|
|
3166
|
+
const mutation$R = Selector("Mutation")({
|
|
3167
|
+
[name$12]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
|
|
3257
3168
|
});
|
|
3258
3169
|
|
|
3259
3170
|
const acceptChildOrder = {
|
|
3260
3171
|
__proto__: null,
|
|
3261
|
-
mutation: mutation$
|
|
3262
|
-
name: name$
|
|
3172
|
+
mutation: mutation$R,
|
|
3173
|
+
name: name$12
|
|
3263
3174
|
};
|
|
3264
3175
|
|
|
3265
|
-
const name$
|
|
3266
|
-
const mutation$
|
|
3267
|
-
[name$
|
|
3176
|
+
const name$11 = "cancelRequest";
|
|
3177
|
+
const mutation$Q = Selector("Mutation")({
|
|
3178
|
+
[name$11]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
|
|
3268
3179
|
});
|
|
3269
3180
|
|
|
3270
3181
|
const cancelRequest = {
|
|
3271
3182
|
__proto__: null,
|
|
3272
|
-
mutation: mutation$
|
|
3273
|
-
name: name$
|
|
3183
|
+
mutation: mutation$Q,
|
|
3184
|
+
name: name$11
|
|
3274
3185
|
};
|
|
3275
3186
|
|
|
3276
|
-
const name$
|
|
3277
|
-
const mutation$
|
|
3278
|
-
[name$
|
|
3187
|
+
const name$10 = "confirmReceiveOnRequest";
|
|
3188
|
+
const mutation$P = Selector("Mutation")({
|
|
3189
|
+
[name$10]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
3279
3190
|
});
|
|
3280
3191
|
|
|
3281
3192
|
const completeReceiveOnRequest = {
|
|
3282
3193
|
__proto__: null,
|
|
3283
|
-
mutation: mutation$
|
|
3284
|
-
name: name$
|
|
3194
|
+
mutation: mutation$P,
|
|
3195
|
+
name: name$10
|
|
3285
3196
|
};
|
|
3286
3197
|
|
|
3287
|
-
const name
|
|
3288
|
-
const mutation$
|
|
3289
|
-
[name
|
|
3198
|
+
const name$$ = "completeRequest";
|
|
3199
|
+
const mutation$O = Selector("Mutation")({
|
|
3200
|
+
[name$$]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
|
|
3290
3201
|
});
|
|
3291
3202
|
|
|
3292
3203
|
const completeRequest = {
|
|
3293
3204
|
__proto__: null,
|
|
3294
|
-
mutation: mutation$
|
|
3295
|
-
name: name
|
|
3205
|
+
mutation: mutation$O,
|
|
3206
|
+
name: name$$
|
|
3296
3207
|
};
|
|
3297
3208
|
|
|
3298
|
-
const name$
|
|
3299
|
-
const mutation$
|
|
3300
|
-
[name$
|
|
3209
|
+
const name$_ = "confirmSupplyOnRequest";
|
|
3210
|
+
const mutation$N = Selector("Mutation")({
|
|
3211
|
+
[name$_]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
|
|
3301
3212
|
});
|
|
3302
3213
|
|
|
3303
3214
|
const confirmSupplyOnRequest = {
|
|
3304
3215
|
__proto__: null,
|
|
3305
|
-
mutation: mutation$
|
|
3306
|
-
name: name$
|
|
3216
|
+
mutation: mutation$N,
|
|
3217
|
+
name: name$_
|
|
3307
3218
|
};
|
|
3308
3219
|
|
|
3309
|
-
const name$
|
|
3310
|
-
const mutation$
|
|
3311
|
-
[name$
|
|
3220
|
+
const name$Z = "createChildOrder";
|
|
3221
|
+
const mutation$M = Selector("Mutation")({
|
|
3222
|
+
[name$Z]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
|
|
3312
3223
|
});
|
|
3313
3224
|
|
|
3314
3225
|
const createChildOrder = {
|
|
3315
3226
|
__proto__: null,
|
|
3316
|
-
mutation: mutation$
|
|
3317
|
-
name: name$
|
|
3227
|
+
mutation: mutation$M,
|
|
3228
|
+
name: name$Z
|
|
3318
3229
|
};
|
|
3319
3230
|
|
|
3320
|
-
const name$
|
|
3321
|
-
const mutation$
|
|
3322
|
-
[name$
|
|
3231
|
+
const name$Y = "createParentOffer";
|
|
3232
|
+
const mutation$L = Selector("Mutation")({
|
|
3233
|
+
[name$Y]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
|
|
3323
3234
|
});
|
|
3324
3235
|
|
|
3325
3236
|
const createParentOffer = {
|
|
3326
3237
|
__proto__: null,
|
|
3327
|
-
mutation: mutation$
|
|
3328
|
-
name: name$
|
|
3238
|
+
mutation: mutation$L,
|
|
3239
|
+
name: name$Y
|
|
3329
3240
|
};
|
|
3330
3241
|
|
|
3331
|
-
const name$
|
|
3332
|
-
const mutation$
|
|
3333
|
-
[name$
|
|
3242
|
+
const name$X = "declineRequest";
|
|
3243
|
+
const mutation$K = Selector("Mutation")({
|
|
3244
|
+
[name$X]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
|
|
3334
3245
|
});
|
|
3335
3246
|
|
|
3336
3247
|
const declineRequest = {
|
|
3337
3248
|
__proto__: null,
|
|
3338
|
-
mutation: mutation$
|
|
3339
|
-
name: name$
|
|
3249
|
+
mutation: mutation$K,
|
|
3250
|
+
name: name$X
|
|
3340
3251
|
};
|
|
3341
3252
|
|
|
3342
|
-
const name$
|
|
3343
|
-
const mutation$
|
|
3344
|
-
[name$
|
|
3253
|
+
const name$W = "deliverOnRequest";
|
|
3254
|
+
const mutation$J = Selector("Mutation")({
|
|
3255
|
+
[name$W]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
|
|
3345
3256
|
});
|
|
3346
3257
|
|
|
3347
3258
|
const deliverOnRequest = {
|
|
3348
3259
|
__proto__: null,
|
|
3349
|
-
mutation: mutation$
|
|
3350
|
-
name: name$
|
|
3260
|
+
mutation: mutation$J,
|
|
3261
|
+
name: name$W
|
|
3351
3262
|
};
|
|
3352
3263
|
|
|
3353
|
-
const name$
|
|
3354
|
-
const mutation$
|
|
3355
|
-
[name$
|
|
3264
|
+
const name$V = "disputeOnRequest";
|
|
3265
|
+
const mutation$I = Selector("Mutation")({
|
|
3266
|
+
[name$V]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
|
|
3356
3267
|
});
|
|
3357
3268
|
|
|
3358
3269
|
const disputeOnRequest = {
|
|
3359
3270
|
__proto__: null,
|
|
3360
|
-
mutation: mutation$
|
|
3361
|
-
name: name$
|
|
3271
|
+
mutation: mutation$I,
|
|
3272
|
+
name: name$V
|
|
3362
3273
|
};
|
|
3363
3274
|
|
|
3364
|
-
const name$
|
|
3365
|
-
const mutation$
|
|
3366
|
-
[name$
|
|
3275
|
+
const name$U = "generateAssetContributionAct";
|
|
3276
|
+
const mutation$H = Selector("Mutation")({
|
|
3277
|
+
[name$U]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3367
3278
|
});
|
|
3368
3279
|
|
|
3369
3280
|
const generateAssetContributionAct = {
|
|
3370
3281
|
__proto__: null,
|
|
3371
|
-
mutation: mutation$
|
|
3372
|
-
name: name$
|
|
3282
|
+
mutation: mutation$H,
|
|
3283
|
+
name: name$U
|
|
3373
3284
|
};
|
|
3374
3285
|
|
|
3375
|
-
const name$
|
|
3376
|
-
const mutation$
|
|
3377
|
-
[name$
|
|
3286
|
+
const name$T = "generateAssetContributionDecision";
|
|
3287
|
+
const mutation$G = Selector("Mutation")({
|
|
3288
|
+
[name$T]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3378
3289
|
});
|
|
3379
3290
|
|
|
3380
3291
|
const generateAssetContributionDecision = {
|
|
3381
3292
|
__proto__: null,
|
|
3382
|
-
mutation: mutation$
|
|
3383
|
-
name: name$
|
|
3293
|
+
mutation: mutation$G,
|
|
3294
|
+
name: name$T
|
|
3384
3295
|
};
|
|
3385
3296
|
|
|
3386
|
-
const name$
|
|
3387
|
-
const mutation$
|
|
3388
|
-
[name$
|
|
3297
|
+
const name$S = "generateAssetContributionStatement";
|
|
3298
|
+
const mutation$F = Selector("Mutation")({
|
|
3299
|
+
[name$S]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3389
3300
|
});
|
|
3390
3301
|
|
|
3391
3302
|
const generateAssetContributionStatement = {
|
|
3392
3303
|
__proto__: null,
|
|
3393
|
-
mutation: mutation$
|
|
3394
|
-
name: name$
|
|
3304
|
+
mutation: mutation$F,
|
|
3305
|
+
name: name$S
|
|
3395
3306
|
};
|
|
3396
3307
|
|
|
3397
|
-
const name$
|
|
3398
|
-
const mutation$
|
|
3399
|
-
[name$
|
|
3308
|
+
const name$R = "generateReturnByAssetAct";
|
|
3309
|
+
const mutation$E = Selector("Mutation")({
|
|
3310
|
+
[name$R]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3400
3311
|
});
|
|
3401
3312
|
|
|
3402
3313
|
const generateReturnByAssetAct = {
|
|
3403
3314
|
__proto__: null,
|
|
3404
|
-
mutation: mutation$
|
|
3405
|
-
name: name$
|
|
3315
|
+
mutation: mutation$E,
|
|
3316
|
+
name: name$R
|
|
3406
3317
|
};
|
|
3407
3318
|
|
|
3408
|
-
const name$
|
|
3409
|
-
const mutation$
|
|
3410
|
-
[name$
|
|
3319
|
+
const name$Q = "generateReturnByAssetDecision";
|
|
3320
|
+
const mutation$D = Selector("Mutation")({
|
|
3321
|
+
[name$Q]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3411
3322
|
});
|
|
3412
3323
|
|
|
3413
3324
|
const generateReturnByAssetDecision = {
|
|
3414
3325
|
__proto__: null,
|
|
3415
|
-
mutation: mutation$
|
|
3416
|
-
name: name$
|
|
3326
|
+
mutation: mutation$D,
|
|
3327
|
+
name: name$Q
|
|
3417
3328
|
};
|
|
3418
3329
|
|
|
3419
|
-
const name$
|
|
3420
|
-
const mutation$
|
|
3421
|
-
[name$
|
|
3330
|
+
const name$P = "generateReturnByAssetStatement";
|
|
3331
|
+
const mutation$C = Selector("Mutation")({
|
|
3332
|
+
[name$P]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3422
3333
|
});
|
|
3423
3334
|
|
|
3424
3335
|
const generateReturnByAssetStatement = {
|
|
3425
3336
|
__proto__: null,
|
|
3426
|
-
mutation: mutation$
|
|
3427
|
-
name: name$
|
|
3337
|
+
mutation: mutation$C,
|
|
3338
|
+
name: name$P
|
|
3428
3339
|
};
|
|
3429
3340
|
|
|
3430
|
-
const name$
|
|
3431
|
-
const mutation$
|
|
3432
|
-
[name$
|
|
3341
|
+
const name$O = "moderateRequest";
|
|
3342
|
+
const mutation$B = Selector("Mutation")({
|
|
3343
|
+
[name$O]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
|
|
3433
3344
|
});
|
|
3434
3345
|
|
|
3435
3346
|
const moderateRequest = {
|
|
3436
3347
|
__proto__: null,
|
|
3437
|
-
mutation: mutation$
|
|
3438
|
-
name: name$
|
|
3348
|
+
mutation: mutation$B,
|
|
3349
|
+
name: name$O
|
|
3439
3350
|
};
|
|
3440
3351
|
|
|
3441
|
-
const name$
|
|
3442
|
-
const mutation$
|
|
3443
|
-
[name$
|
|
3352
|
+
const name$N = "prohibitRequest";
|
|
3353
|
+
const mutation$A = Selector("Mutation")({
|
|
3354
|
+
[name$N]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
|
|
3444
3355
|
});
|
|
3445
3356
|
|
|
3446
3357
|
const prohibitRequest = {
|
|
3447
3358
|
__proto__: null,
|
|
3448
|
-
mutation: mutation$
|
|
3449
|
-
name: name$
|
|
3359
|
+
mutation: mutation$A,
|
|
3360
|
+
name: name$N
|
|
3450
3361
|
};
|
|
3451
3362
|
|
|
3452
|
-
const name$
|
|
3453
|
-
const mutation$
|
|
3454
|
-
[name$
|
|
3363
|
+
const name$M = "publishRequest";
|
|
3364
|
+
const mutation$z = Selector("Mutation")({
|
|
3365
|
+
[name$M]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
|
|
3455
3366
|
});
|
|
3456
3367
|
|
|
3457
3368
|
const publishRequest = {
|
|
3458
3369
|
__proto__: null,
|
|
3459
|
-
mutation: mutation$
|
|
3460
|
-
name: name$
|
|
3370
|
+
mutation: mutation$z,
|
|
3371
|
+
name: name$M
|
|
3461
3372
|
};
|
|
3462
3373
|
|
|
3463
|
-
const name$
|
|
3464
|
-
const mutation$
|
|
3465
|
-
[name$
|
|
3374
|
+
const name$L = "receiveOnRequest";
|
|
3375
|
+
const mutation$y = Selector("Mutation")({
|
|
3376
|
+
[name$L]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
|
|
3466
3377
|
});
|
|
3467
3378
|
|
|
3468
3379
|
const receiveOnRequest = {
|
|
3469
3380
|
__proto__: null,
|
|
3470
|
-
mutation: mutation$
|
|
3471
|
-
name: name$
|
|
3381
|
+
mutation: mutation$y,
|
|
3382
|
+
name: name$L
|
|
3472
3383
|
};
|
|
3473
3384
|
|
|
3474
|
-
const name$
|
|
3475
|
-
const mutation$
|
|
3476
|
-
[name$
|
|
3385
|
+
const name$K = "supplyOnRequest";
|
|
3386
|
+
const mutation$x = Selector("Mutation")({
|
|
3387
|
+
[name$K]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
|
|
3477
3388
|
});
|
|
3478
3389
|
|
|
3479
3390
|
const supplyOnRequest = {
|
|
3480
3391
|
__proto__: null,
|
|
3481
|
-
mutation: mutation$
|
|
3482
|
-
name: name$
|
|
3392
|
+
mutation: mutation$x,
|
|
3393
|
+
name: name$K
|
|
3483
3394
|
};
|
|
3484
3395
|
|
|
3485
|
-
const name$
|
|
3486
|
-
const mutation$
|
|
3487
|
-
[name$
|
|
3396
|
+
const name$J = "unpublishRequest";
|
|
3397
|
+
const mutation$w = Selector("Mutation")({
|
|
3398
|
+
[name$J]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
|
|
3488
3399
|
});
|
|
3489
3400
|
|
|
3490
3401
|
const unpublishRequest = {
|
|
3491
3402
|
__proto__: null,
|
|
3492
|
-
mutation: mutation$
|
|
3493
|
-
name: name$
|
|
3403
|
+
mutation: mutation$w,
|
|
3404
|
+
name: name$J
|
|
3494
3405
|
};
|
|
3495
3406
|
|
|
3496
|
-
const name$
|
|
3497
|
-
const mutation$
|
|
3498
|
-
[name$
|
|
3407
|
+
const name$I = "updateRequest";
|
|
3408
|
+
const mutation$v = Selector("Mutation")({
|
|
3409
|
+
[name$I]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
|
|
3499
3410
|
});
|
|
3500
3411
|
|
|
3501
3412
|
const updateRequest = {
|
|
3502
3413
|
__proto__: null,
|
|
3503
|
-
mutation: mutation$
|
|
3504
|
-
name: name$
|
|
3414
|
+
mutation: mutation$v,
|
|
3415
|
+
name: name$I
|
|
3505
3416
|
};
|
|
3506
3417
|
|
|
3507
|
-
const index$
|
|
3418
|
+
const index$n = {
|
|
3508
3419
|
__proto__: null,
|
|
3509
3420
|
AcceptChildOrder: acceptChildOrder,
|
|
3510
3421
|
CancelRequest: cancelRequest,
|
|
@@ -3531,172 +3442,294 @@ const index$k = {
|
|
|
3531
3442
|
UpdateRequest: updateRequest
|
|
3532
3443
|
};
|
|
3533
3444
|
|
|
3534
|
-
const name$
|
|
3535
|
-
const mutation$
|
|
3536
|
-
[name$
|
|
3445
|
+
const name$H = "installExtension";
|
|
3446
|
+
const mutation$u = Selector("Mutation")({
|
|
3447
|
+
[name$H]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
3537
3448
|
});
|
|
3538
3449
|
|
|
3539
3450
|
const installExtension = {
|
|
3540
3451
|
__proto__: null,
|
|
3541
|
-
mutation: mutation$
|
|
3542
|
-
name: name$
|
|
3452
|
+
mutation: mutation$u,
|
|
3453
|
+
name: name$H
|
|
3543
3454
|
};
|
|
3544
3455
|
|
|
3545
|
-
const name$
|
|
3546
|
-
const mutation$
|
|
3547
|
-
[name$
|
|
3456
|
+
const name$G = "uninstallExtension";
|
|
3457
|
+
const mutation$t = Selector("Mutation")({
|
|
3458
|
+
[name$G]: [{ data: $("data", "UninstallExtensionInput!") }, true]
|
|
3548
3459
|
});
|
|
3549
3460
|
|
|
3550
3461
|
const uninstallExtension = {
|
|
3551
3462
|
__proto__: null,
|
|
3552
|
-
mutation: mutation$
|
|
3553
|
-
name: name$
|
|
3463
|
+
mutation: mutation$t,
|
|
3464
|
+
name: name$G
|
|
3554
3465
|
};
|
|
3555
3466
|
|
|
3556
|
-
const name$
|
|
3557
|
-
const mutation$
|
|
3558
|
-
[name$
|
|
3467
|
+
const name$F = "updateExtension";
|
|
3468
|
+
const mutation$s = Selector("Mutation")({
|
|
3469
|
+
[name$F]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
|
|
3559
3470
|
});
|
|
3560
3471
|
|
|
3561
3472
|
const updateExtension = {
|
|
3562
3473
|
__proto__: null,
|
|
3563
|
-
mutation: mutation$
|
|
3564
|
-
name: name$
|
|
3565
|
-
};
|
|
3474
|
+
mutation: mutation$s,
|
|
3475
|
+
name: name$F
|
|
3476
|
+
};
|
|
3566
3477
|
|
|
3567
|
-
const index$
|
|
3478
|
+
const index$m = {
|
|
3568
3479
|
__proto__: null,
|
|
3569
3480
|
InstallExtension: installExtension,
|
|
3570
3481
|
UninstallExtension: uninstallExtension,
|
|
3571
3482
|
UpdateExtension: updateExtension
|
|
3572
3483
|
};
|
|
3573
3484
|
|
|
3574
|
-
const
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3485
|
+
const name$E = "generateProjectOfFreeDecision";
|
|
3486
|
+
const mutation$r = Selector("Mutation")({
|
|
3487
|
+
[name$E]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3488
|
+
});
|
|
3489
|
+
|
|
3490
|
+
const generateProjectOfFreeDecisionDocument = {
|
|
3491
|
+
__proto__: null,
|
|
3492
|
+
mutation: mutation$r,
|
|
3493
|
+
name: name$E
|
|
3581
3494
|
};
|
|
3582
|
-
const projectFreeDecisionDocumentSelector = Selector("ProjectFreeDecisionDocument")(rawProjectFreeDecisionDocumentSelector);
|
|
3583
3495
|
|
|
3584
|
-
const name$
|
|
3585
|
-
const mutation$
|
|
3586
|
-
[name$
|
|
3496
|
+
const name$D = "generateFreeDecision";
|
|
3497
|
+
const mutation$q = Selector("Mutation")({
|
|
3498
|
+
[name$D]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3587
3499
|
});
|
|
3588
3500
|
|
|
3589
|
-
const
|
|
3501
|
+
const generateFreeDecision = {
|
|
3590
3502
|
__proto__: null,
|
|
3591
|
-
mutation: mutation$
|
|
3592
|
-
name: name$
|
|
3503
|
+
mutation: mutation$q,
|
|
3504
|
+
name: name$D
|
|
3593
3505
|
};
|
|
3594
3506
|
|
|
3595
|
-
const
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3507
|
+
const name$C = "publishProjectOfFreeDecision";
|
|
3508
|
+
const mutation$p = Selector("Mutation")({
|
|
3509
|
+
[name$C]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
|
|
3510
|
+
});
|
|
3511
|
+
|
|
3512
|
+
const publishProjectOfFreeDecision = {
|
|
3513
|
+
__proto__: null,
|
|
3514
|
+
mutation: mutation$p,
|
|
3515
|
+
name: name$C
|
|
3604
3516
|
};
|
|
3605
|
-
const freeDecisionDocumentSelector = Selector("FreeDecisionDocument")(rawFreeDecisionDocumentSelector);
|
|
3606
3517
|
|
|
3607
|
-
const
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3518
|
+
const name$B = "createProjectOfFreeDecision";
|
|
3519
|
+
const mutation$o = Selector("Mutation")({
|
|
3520
|
+
[name$B]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
|
|
3521
|
+
});
|
|
3522
|
+
|
|
3523
|
+
const createProjectOfFreeDecision = {
|
|
3524
|
+
__proto__: null,
|
|
3525
|
+
mutation: mutation$o,
|
|
3526
|
+
name: name$B
|
|
3527
|
+
};
|
|
3528
|
+
|
|
3529
|
+
const index$l = {
|
|
3530
|
+
__proto__: null,
|
|
3531
|
+
CreateProjectOfFreeDecision: createProjectOfFreeDecision,
|
|
3532
|
+
GenerateFreeDecision: generateFreeDecision,
|
|
3533
|
+
GenerateProjectOfFreeDecision: generateProjectOfFreeDecisionDocument,
|
|
3534
|
+
PublishProjectOfFreeDecision: publishProjectOfFreeDecision
|
|
3535
|
+
};
|
|
3536
|
+
|
|
3537
|
+
const name$A = "createAnnualGeneralMeet";
|
|
3538
|
+
const mutation$n = Selector("Mutation")({
|
|
3539
|
+
[name$A]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3540
|
+
});
|
|
3541
|
+
|
|
3542
|
+
const createAnnualGeneralMeet = {
|
|
3543
|
+
__proto__: null,
|
|
3544
|
+
mutation: mutation$n,
|
|
3545
|
+
name: name$A
|
|
3546
|
+
};
|
|
3547
|
+
|
|
3548
|
+
const name$z = "generateAnnualGeneralMeetAgendaDocument";
|
|
3549
|
+
const mutation$m = Selector("Mutation")({
|
|
3550
|
+
[name$z]: [
|
|
3551
|
+
{
|
|
3552
|
+
data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
|
|
3553
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3554
|
+
},
|
|
3555
|
+
documentSelector
|
|
3556
|
+
]
|
|
3557
|
+
});
|
|
3558
|
+
|
|
3559
|
+
const generateAnnualGeneralMeetAgendaDocument = {
|
|
3560
|
+
__proto__: null,
|
|
3561
|
+
mutation: mutation$m,
|
|
3562
|
+
name: name$z
|
|
3563
|
+
};
|
|
3564
|
+
|
|
3565
|
+
const name$y = "generateAnnualGeneralMeetDecisionDocument";
|
|
3566
|
+
const mutation$l = Selector("Mutation")({
|
|
3567
|
+
[name$y]: [
|
|
3568
|
+
{
|
|
3569
|
+
data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
|
|
3570
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3571
|
+
},
|
|
3572
|
+
documentSelector
|
|
3573
|
+
]
|
|
3574
|
+
});
|
|
3575
|
+
|
|
3576
|
+
const generateAnnualGeneralMeetDecisionDocument = {
|
|
3577
|
+
__proto__: null,
|
|
3578
|
+
mutation: mutation$l,
|
|
3579
|
+
name: name$y
|
|
3580
|
+
};
|
|
3581
|
+
|
|
3582
|
+
const name$x = "generateAnnualGeneralMeetNotificationDocument";
|
|
3583
|
+
const mutation$k = Selector("Mutation")({
|
|
3584
|
+
[name$x]: [
|
|
3585
|
+
{
|
|
3586
|
+
data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
|
|
3587
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3588
|
+
},
|
|
3589
|
+
documentSelector
|
|
3590
|
+
]
|
|
3591
|
+
});
|
|
3592
|
+
|
|
3593
|
+
const generateAnnualGeneralMeetNotificationDocument = {
|
|
3594
|
+
__proto__: null,
|
|
3595
|
+
mutation: mutation$k,
|
|
3596
|
+
name: name$x
|
|
3597
|
+
};
|
|
3598
|
+
|
|
3599
|
+
const name$w = "generateBallotForAnnualGeneralMeetDocument";
|
|
3600
|
+
const mutation$j = Selector("Mutation")({
|
|
3601
|
+
[name$w]: [
|
|
3602
|
+
{
|
|
3603
|
+
data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
|
|
3604
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3605
|
+
},
|
|
3606
|
+
documentSelector
|
|
3607
|
+
]
|
|
3608
|
+
});
|
|
3609
|
+
|
|
3610
|
+
const generateBallotForAnnualGeneralMeetDocument = {
|
|
3611
|
+
__proto__: null,
|
|
3612
|
+
mutation: mutation$j,
|
|
3613
|
+
name: name$w
|
|
3614
|
+
};
|
|
3615
|
+
|
|
3616
|
+
const name$v = "generateSovietDecisionOnAnnualMeetDocument";
|
|
3617
|
+
const mutation$i = Selector("Mutation")({
|
|
3618
|
+
[name$v]: [{
|
|
3619
|
+
data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
|
|
3620
|
+
options: $("options", "GenerateDocumentOptionsInput")
|
|
3621
|
+
}, documentSelector]
|
|
3622
|
+
});
|
|
3623
|
+
|
|
3624
|
+
const generateSovietDecisionOnAnnualMeetDocument = {
|
|
3625
|
+
__proto__: null,
|
|
3626
|
+
mutation: mutation$i,
|
|
3627
|
+
name: name$v
|
|
3628
|
+
};
|
|
3629
|
+
|
|
3630
|
+
const name$u = "restartAnnualGeneralMeet";
|
|
3631
|
+
const mutation$h = Selector("Mutation")({
|
|
3632
|
+
[name$u]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3633
|
+
});
|
|
3634
|
+
|
|
3635
|
+
const restartAnnualGeneralMeet = {
|
|
3636
|
+
__proto__: null,
|
|
3637
|
+
mutation: mutation$h,
|
|
3638
|
+
name: name$u
|
|
3611
3639
|
};
|
|
3612
|
-
const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
|
|
3613
3640
|
|
|
3614
|
-
const name$
|
|
3641
|
+
const name$t = "signByPresiderOnAnnualGeneralMeet";
|
|
3615
3642
|
const mutation$g = Selector("Mutation")({
|
|
3616
|
-
[name$
|
|
3643
|
+
[name$t]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3617
3644
|
});
|
|
3618
3645
|
|
|
3619
|
-
const
|
|
3646
|
+
const signByPresiderOnAnnualGeneralMeet = {
|
|
3620
3647
|
__proto__: null,
|
|
3621
3648
|
mutation: mutation$g,
|
|
3622
|
-
name: name$
|
|
3649
|
+
name: name$t
|
|
3623
3650
|
};
|
|
3624
3651
|
|
|
3625
|
-
const name$
|
|
3652
|
+
const name$s = "signBySecretaryOnAnnualGeneralMeet";
|
|
3626
3653
|
const mutation$f = Selector("Mutation")({
|
|
3627
|
-
[name$
|
|
3654
|
+
[name$s]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3628
3655
|
});
|
|
3629
3656
|
|
|
3630
|
-
const
|
|
3657
|
+
const signBySecretaryOnAnnualGeneralMeet = {
|
|
3631
3658
|
__proto__: null,
|
|
3632
3659
|
mutation: mutation$f,
|
|
3633
|
-
name: name$
|
|
3660
|
+
name: name$s
|
|
3634
3661
|
};
|
|
3635
3662
|
|
|
3636
|
-
const name$
|
|
3663
|
+
const name$r = "voteOnAnnualGeneralMeet";
|
|
3637
3664
|
const mutation$e = Selector("Mutation")({
|
|
3638
|
-
[name$
|
|
3665
|
+
[name$r]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
|
|
3639
3666
|
});
|
|
3640
3667
|
|
|
3641
|
-
const
|
|
3668
|
+
const voteOnAnnualGeneralMeet = {
|
|
3642
3669
|
__proto__: null,
|
|
3643
3670
|
mutation: mutation$e,
|
|
3644
|
-
name: name$
|
|
3671
|
+
name: name$r
|
|
3645
3672
|
};
|
|
3646
3673
|
|
|
3647
|
-
const index$
|
|
3674
|
+
const index$k = {
|
|
3648
3675
|
__proto__: null,
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3676
|
+
CreateAnnualGeneralMeet: createAnnualGeneralMeet,
|
|
3677
|
+
GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
|
|
3678
|
+
GenerateAnnualGeneralMeetDecisionDocument: generateAnnualGeneralMeetDecisionDocument,
|
|
3679
|
+
GenerateAnnualGeneralMeetNotificationDocument: generateAnnualGeneralMeetNotificationDocument,
|
|
3680
|
+
GenerateBallotForAnnualGeneralMeetDocument: generateBallotForAnnualGeneralMeetDocument,
|
|
3681
|
+
GenerateSovietDecisionOnAnnualMeetDocument: generateSovietDecisionOnAnnualMeetDocument,
|
|
3682
|
+
RestartAnnualGeneralMeet: restartAnnualGeneralMeet,
|
|
3683
|
+
SignByPresiderOnAnnualGeneralMeet: signByPresiderOnAnnualGeneralMeet,
|
|
3684
|
+
SignBySecretaryOnAnnualGeneralMeet: signBySecretaryOnAnnualGeneralMeet,
|
|
3685
|
+
VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
|
|
3686
|
+
};
|
|
3687
|
+
|
|
3688
|
+
const name$q = "addParticipant";
|
|
3656
3689
|
const mutation$d = Selector("Mutation")({
|
|
3657
|
-
[name$
|
|
3690
|
+
[name$q]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
|
|
3658
3691
|
});
|
|
3659
3692
|
|
|
3660
|
-
const
|
|
3693
|
+
const addParticipant = {
|
|
3661
3694
|
__proto__: null,
|
|
3662
3695
|
mutation: mutation$d,
|
|
3663
|
-
name: name$
|
|
3696
|
+
name: name$q
|
|
3664
3697
|
};
|
|
3665
3698
|
|
|
3666
|
-
const name$
|
|
3699
|
+
const name$p = "generateParticipantApplication";
|
|
3667
3700
|
const mutation$c = Selector("Mutation")({
|
|
3668
|
-
[name$
|
|
3701
|
+
[name$p]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3669
3702
|
});
|
|
3670
3703
|
|
|
3671
|
-
const
|
|
3704
|
+
const generateParticipantApplication = {
|
|
3672
3705
|
__proto__: null,
|
|
3673
3706
|
mutation: mutation$c,
|
|
3674
|
-
name: name$
|
|
3707
|
+
name: name$p
|
|
3675
3708
|
};
|
|
3676
3709
|
|
|
3677
|
-
const name$
|
|
3710
|
+
const name$o = "generateParticipantApplicationDecision";
|
|
3678
3711
|
const mutation$b = Selector("Mutation")({
|
|
3679
|
-
[name$
|
|
3712
|
+
[name$o]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
|
|
3680
3713
|
});
|
|
3681
3714
|
|
|
3682
|
-
const
|
|
3715
|
+
const generateParticipantApplicationDecision = {
|
|
3683
3716
|
__proto__: null,
|
|
3684
3717
|
mutation: mutation$b,
|
|
3685
|
-
name: name$
|
|
3718
|
+
name: name$o
|
|
3686
3719
|
};
|
|
3687
3720
|
|
|
3688
|
-
const name$
|
|
3721
|
+
const name$n = "registerParticipant";
|
|
3689
3722
|
const mutation$a = Selector("Mutation")({
|
|
3690
|
-
[name$
|
|
3723
|
+
[name$n]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
|
|
3691
3724
|
});
|
|
3692
3725
|
|
|
3693
|
-
const
|
|
3726
|
+
const registerParticipant = {
|
|
3694
3727
|
__proto__: null,
|
|
3695
3728
|
mutation: mutation$a,
|
|
3696
|
-
name: name$
|
|
3729
|
+
name: name$n
|
|
3697
3730
|
};
|
|
3698
3731
|
|
|
3699
|
-
const index$
|
|
3732
|
+
const index$j = {
|
|
3700
3733
|
__proto__: null,
|
|
3701
3734
|
AddParticipant: addParticipant,
|
|
3702
3735
|
GenerateParticipantApplication: generateParticipantApplication,
|
|
@@ -3704,40 +3737,40 @@ const index$h = {
|
|
|
3704
3737
|
RegisterParticipant: registerParticipant
|
|
3705
3738
|
};
|
|
3706
3739
|
|
|
3707
|
-
const name$
|
|
3740
|
+
const name$m = "createBankAccount";
|
|
3708
3741
|
const mutation$9 = Selector("Mutation")({
|
|
3709
|
-
[name$
|
|
3742
|
+
[name$m]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
|
|
3710
3743
|
});
|
|
3711
3744
|
|
|
3712
3745
|
const createBankAccount = {
|
|
3713
3746
|
__proto__: null,
|
|
3714
3747
|
mutation: mutation$9,
|
|
3715
|
-
name: name$
|
|
3748
|
+
name: name$m
|
|
3716
3749
|
};
|
|
3717
3750
|
|
|
3718
|
-
const name$
|
|
3751
|
+
const name$l = "deletePaymentMethod";
|
|
3719
3752
|
const mutation$8 = Selector("Mutation")({
|
|
3720
|
-
[name$
|
|
3753
|
+
[name$l]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
|
|
3721
3754
|
});
|
|
3722
3755
|
|
|
3723
3756
|
const deletePaymentMethod = {
|
|
3724
3757
|
__proto__: null,
|
|
3725
3758
|
mutation: mutation$8,
|
|
3726
|
-
name: name$
|
|
3759
|
+
name: name$l
|
|
3727
3760
|
};
|
|
3728
3761
|
|
|
3729
|
-
const name$
|
|
3762
|
+
const name$k = "updateBankAccount";
|
|
3730
3763
|
const mutation$7 = Selector("Mutation")({
|
|
3731
|
-
[name$
|
|
3764
|
+
[name$k]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
|
|
3732
3765
|
});
|
|
3733
3766
|
|
|
3734
3767
|
const updateBankAccount = {
|
|
3735
3768
|
__proto__: null,
|
|
3736
3769
|
mutation: mutation$7,
|
|
3737
|
-
name: name$
|
|
3770
|
+
name: name$k
|
|
3738
3771
|
};
|
|
3739
3772
|
|
|
3740
|
-
const index$
|
|
3773
|
+
const index$i = {
|
|
3741
3774
|
__proto__: null,
|
|
3742
3775
|
CreateBankAccount: createBankAccount,
|
|
3743
3776
|
DeletePaymentMethod: deletePaymentMethod,
|
|
@@ -3760,6 +3793,7 @@ const rawPaymentSelector = {
|
|
|
3760
3793
|
details: rawPaymentDetailsSelector,
|
|
3761
3794
|
expired_at: true,
|
|
3762
3795
|
id: true,
|
|
3796
|
+
type: true,
|
|
3763
3797
|
message: true,
|
|
3764
3798
|
provider: true,
|
|
3765
3799
|
status: true,
|
|
@@ -3769,91 +3803,91 @@ const rawPaymentSelector = {
|
|
|
3769
3803
|
};
|
|
3770
3804
|
const paymentSelector = Selector("Payment")(rawPaymentSelector);
|
|
3771
3805
|
|
|
3772
|
-
const name$
|
|
3806
|
+
const name$j = "createInitialPayment";
|
|
3773
3807
|
const mutation$6 = Selector("Mutation")({
|
|
3774
|
-
[name$
|
|
3808
|
+
[name$j]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
|
|
3775
3809
|
});
|
|
3776
3810
|
|
|
3777
3811
|
const createInitial = {
|
|
3778
3812
|
__proto__: null,
|
|
3779
3813
|
mutation: mutation$6,
|
|
3780
|
-
name: name$
|
|
3814
|
+
name: name$j
|
|
3781
3815
|
};
|
|
3782
3816
|
|
|
3783
|
-
const name$
|
|
3817
|
+
const name$i = "createDepositPayment";
|
|
3784
3818
|
const mutation$5 = Selector("Mutation")({
|
|
3785
|
-
[name$
|
|
3819
|
+
[name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
|
|
3786
3820
|
});
|
|
3787
3821
|
|
|
3788
3822
|
const createDeposit = {
|
|
3789
3823
|
__proto__: null,
|
|
3790
3824
|
mutation: mutation$5,
|
|
3791
|
-
name: name$
|
|
3825
|
+
name: name$i
|
|
3792
3826
|
};
|
|
3793
3827
|
|
|
3794
|
-
const name$
|
|
3828
|
+
const name$h = "setPaymentStatus";
|
|
3795
3829
|
const mutation$4 = Selector("Mutation")({
|
|
3796
|
-
[name$
|
|
3830
|
+
[name$h]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
|
|
3797
3831
|
});
|
|
3798
3832
|
|
|
3799
3833
|
const setPaymentStatus = {
|
|
3800
3834
|
__proto__: null,
|
|
3801
3835
|
mutation: mutation$4,
|
|
3802
|
-
name: name$
|
|
3836
|
+
name: name$h
|
|
3803
3837
|
};
|
|
3804
3838
|
|
|
3805
|
-
const index$
|
|
3839
|
+
const index$h = {
|
|
3806
3840
|
__proto__: null,
|
|
3807
3841
|
CreateDepositPayment: createDeposit,
|
|
3808
3842
|
CreateInitialPayment: createInitial,
|
|
3809
3843
|
SetPaymentStatus: setPaymentStatus
|
|
3810
3844
|
};
|
|
3811
3845
|
|
|
3812
|
-
const name$
|
|
3846
|
+
const name$g = "initSystem";
|
|
3813
3847
|
const mutation$3 = Selector("Mutation")({
|
|
3814
|
-
[name$
|
|
3848
|
+
[name$g]: [{ data: $("data", "Init!") }, systemInfoSelector]
|
|
3815
3849
|
});
|
|
3816
3850
|
|
|
3817
3851
|
const initSystem = {
|
|
3818
3852
|
__proto__: null,
|
|
3819
3853
|
mutation: mutation$3,
|
|
3820
|
-
name: name$
|
|
3854
|
+
name: name$g
|
|
3821
3855
|
};
|
|
3822
3856
|
|
|
3823
|
-
const name$
|
|
3857
|
+
const name$f = "installSystem";
|
|
3824
3858
|
const mutation$2 = Selector("Mutation")({
|
|
3825
|
-
[name$
|
|
3859
|
+
[name$f]: [{ data: $("data", "Install!") }, systemInfoSelector]
|
|
3826
3860
|
});
|
|
3827
3861
|
|
|
3828
3862
|
const installSystem = {
|
|
3829
3863
|
__proto__: null,
|
|
3830
3864
|
mutation: mutation$2,
|
|
3831
|
-
name: name$
|
|
3865
|
+
name: name$f
|
|
3832
3866
|
};
|
|
3833
3867
|
|
|
3834
|
-
const name$
|
|
3868
|
+
const name$e = "setWif";
|
|
3835
3869
|
const mutation$1 = Selector("Mutation")({
|
|
3836
|
-
[name$
|
|
3870
|
+
[name$e]: [{ data: $("data", "Update!") }, true]
|
|
3837
3871
|
});
|
|
3838
3872
|
|
|
3839
3873
|
const setWif = {
|
|
3840
3874
|
__proto__: null,
|
|
3841
3875
|
mutation: mutation$1,
|
|
3842
|
-
name: name$
|
|
3876
|
+
name: name$e
|
|
3843
3877
|
};
|
|
3844
3878
|
|
|
3845
|
-
const name$
|
|
3879
|
+
const name$d = "updateSystem";
|
|
3846
3880
|
const mutation = Selector("Mutation")({
|
|
3847
|
-
[name$
|
|
3881
|
+
[name$d]: [{ data: $("data", "Update!") }, systemInfoSelector]
|
|
3848
3882
|
});
|
|
3849
3883
|
|
|
3850
3884
|
const updateSystem = {
|
|
3851
3885
|
__proto__: null,
|
|
3852
3886
|
mutation: mutation,
|
|
3853
|
-
name: name$
|
|
3887
|
+
name: name$d
|
|
3854
3888
|
};
|
|
3855
3889
|
|
|
3856
|
-
const index$
|
|
3890
|
+
const index$g = {
|
|
3857
3891
|
__proto__: null,
|
|
3858
3892
|
InitSystem: initSystem,
|
|
3859
3893
|
InstallSystem: installSystem,
|
|
@@ -3863,86 +3897,215 @@ const index$e = {
|
|
|
3863
3897
|
|
|
3864
3898
|
const Mutations = {
|
|
3865
3899
|
__proto__: null,
|
|
3866
|
-
Accounts: index$
|
|
3867
|
-
Agreements: index$
|
|
3868
|
-
Auth: index$
|
|
3869
|
-
Branches: index$
|
|
3870
|
-
Cooplace: index$
|
|
3871
|
-
Extensions: index$
|
|
3872
|
-
FreeDecisions: index$
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
const
|
|
3881
|
-
|
|
3900
|
+
Accounts: index$r,
|
|
3901
|
+
Agreements: index$q,
|
|
3902
|
+
Auth: index$p,
|
|
3903
|
+
Branches: index$o,
|
|
3904
|
+
Cooplace: index$n,
|
|
3905
|
+
Extensions: index$m,
|
|
3906
|
+
FreeDecisions: index$l,
|
|
3907
|
+
Meet: index$k,
|
|
3908
|
+
Participants: index$j,
|
|
3909
|
+
PaymentMethods: index$i,
|
|
3910
|
+
Payments: index$h,
|
|
3911
|
+
System: index$g
|
|
3912
|
+
};
|
|
3913
|
+
|
|
3914
|
+
const name$c = "getAccount";
|
|
3915
|
+
const query$c = Selector("Query")({
|
|
3916
|
+
[name$c]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
|
|
3882
3917
|
});
|
|
3883
3918
|
|
|
3884
|
-
const
|
|
3919
|
+
const getAccount = {
|
|
3885
3920
|
__proto__: null,
|
|
3886
|
-
name: name$
|
|
3887
|
-
query: query$
|
|
3921
|
+
name: name$c,
|
|
3922
|
+
query: query$c
|
|
3888
3923
|
};
|
|
3889
3924
|
|
|
3890
|
-
const
|
|
3925
|
+
const name$b = "getAccounts";
|
|
3926
|
+
const query$b = Selector("Query")({
|
|
3927
|
+
[name$b]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
|
|
3928
|
+
});
|
|
3929
|
+
|
|
3930
|
+
const getAccounts = {
|
|
3891
3931
|
__proto__: null,
|
|
3892
|
-
|
|
3932
|
+
name: name$b,
|
|
3933
|
+
query: query$b
|
|
3893
3934
|
};
|
|
3894
3935
|
|
|
3895
|
-
const
|
|
3896
|
-
|
|
3936
|
+
const index$f = {
|
|
3937
|
+
__proto__: null,
|
|
3938
|
+
GetAccount: getAccount,
|
|
3939
|
+
GetAccounts: getAccounts
|
|
3940
|
+
};
|
|
3941
|
+
|
|
3942
|
+
const rawSignedBlockchainDocumentSelector = {
|
|
3943
|
+
hash: true,
|
|
3944
|
+
meta: true,
|
|
3945
|
+
public_key: true,
|
|
3946
|
+
signature: true
|
|
3947
|
+
};
|
|
3948
|
+
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
3949
|
+
|
|
3950
|
+
const rawBlockchainDecisionSelector = {
|
|
3951
|
+
approved: true,
|
|
3952
|
+
authorization: rawSignedBlockchainDocumentSelector,
|
|
3953
|
+
authorized: true,
|
|
3954
|
+
authorized_by: true,
|
|
3955
|
+
batch_id: true,
|
|
3956
|
+
coopname: true,
|
|
3957
|
+
created_at: true,
|
|
3958
|
+
expired_at: true,
|
|
3959
|
+
id: true,
|
|
3960
|
+
meta: true,
|
|
3961
|
+
statement: rawSignedBlockchainDocumentSelector,
|
|
3962
|
+
type: true,
|
|
3963
|
+
username: true,
|
|
3964
|
+
validated: true,
|
|
3965
|
+
votes_against: true,
|
|
3966
|
+
votes_for: true,
|
|
3967
|
+
callback_contract: true,
|
|
3968
|
+
confirm_callback: true,
|
|
3969
|
+
decline_callback: true,
|
|
3970
|
+
hash: true
|
|
3971
|
+
};
|
|
3972
|
+
Selector("BlockchainDecision")(rawBlockchainDecisionSelector);
|
|
3973
|
+
|
|
3974
|
+
const rawExtendedBlockchainActionSelector = {
|
|
3975
|
+
...rawBlockchainActionSelector,
|
|
3976
|
+
user: {
|
|
3977
|
+
"...on Entrepreneur": rawEntrepreneurSelector,
|
|
3978
|
+
"...on Individual": rawIndividualSelector,
|
|
3979
|
+
"...on Organization": rawOrganizationSelector
|
|
3980
|
+
}
|
|
3981
|
+
};
|
|
3982
|
+
const rawActDetailAggregateSelector = {
|
|
3983
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3984
|
+
documentAggregate: rawDocumentAggregateSelector
|
|
3985
|
+
};
|
|
3986
|
+
const rawDecisionDetailAggregateSelector = {
|
|
3987
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3988
|
+
documentAggregate: rawDocumentAggregateSelector,
|
|
3989
|
+
votes_against: rawExtendedBlockchainActionSelector,
|
|
3990
|
+
votes_for: rawExtendedBlockchainActionSelector
|
|
3991
|
+
};
|
|
3992
|
+
const rawStatementDetailAggregateSelector = {
|
|
3993
|
+
action: rawExtendedBlockchainActionSelector,
|
|
3994
|
+
documentAggregate: rawDocumentAggregateSelector
|
|
3995
|
+
};
|
|
3996
|
+
const rawDocumentPackageAggregateSelector = {
|
|
3997
|
+
acts: rawActDetailAggregateSelector,
|
|
3998
|
+
decision: rawDecisionDetailAggregateSelector,
|
|
3999
|
+
links: rawDocumentAggregateSelector,
|
|
4000
|
+
statement: rawStatementDetailAggregateSelector
|
|
4001
|
+
};
|
|
4002
|
+
Selector("DocumentPackageAggregate")(rawDocumentPackageAggregateSelector);
|
|
4003
|
+
|
|
4004
|
+
const rawAgendaSelector = {
|
|
4005
|
+
action: rawBlockchainActionSelector,
|
|
4006
|
+
documents: rawDocumentPackageAggregateSelector,
|
|
4007
|
+
table: rawBlockchainDecisionSelector
|
|
4008
|
+
};
|
|
4009
|
+
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
3897
4010
|
|
|
3898
|
-
const name$
|
|
4011
|
+
const name$a = "getAgenda";
|
|
4012
|
+
const query$a = Selector("Query")({
|
|
4013
|
+
[name$a]: agendaSelector
|
|
4014
|
+
});
|
|
4015
|
+
|
|
4016
|
+
const getAgenda = {
|
|
4017
|
+
__proto__: null,
|
|
4018
|
+
name: name$a,
|
|
4019
|
+
query: query$a
|
|
4020
|
+
};
|
|
4021
|
+
|
|
4022
|
+
const index$e = {
|
|
4023
|
+
__proto__: null,
|
|
4024
|
+
GetAgenda: getAgenda
|
|
4025
|
+
};
|
|
4026
|
+
|
|
4027
|
+
const name$9 = "getBranches";
|
|
4028
|
+
const query$9 = Selector("Query")({
|
|
4029
|
+
[name$9]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
|
|
4030
|
+
});
|
|
4031
|
+
|
|
4032
|
+
const getBranches = {
|
|
4033
|
+
__proto__: null,
|
|
4034
|
+
name: name$9,
|
|
4035
|
+
query: query$9
|
|
4036
|
+
};
|
|
4037
|
+
|
|
4038
|
+
const name$8 = "getBranches";
|
|
3899
4039
|
const query$8 = Selector("Query")({
|
|
3900
|
-
[name$8]: [{ data: $("data", "
|
|
4040
|
+
[name$8]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
|
|
3901
4041
|
});
|
|
3902
4042
|
|
|
3903
|
-
const
|
|
4043
|
+
const getPublicBranches = {
|
|
3904
4044
|
__proto__: null,
|
|
4045
|
+
name: name$8,
|
|
3905
4046
|
query: query$8
|
|
3906
4047
|
};
|
|
3907
4048
|
|
|
3908
|
-
const index$
|
|
4049
|
+
const index$d = {
|
|
3909
4050
|
__proto__: null,
|
|
3910
|
-
|
|
4051
|
+
GetBranches: getBranches,
|
|
4052
|
+
GetPublicBranches: getPublicBranches
|
|
3911
4053
|
};
|
|
3912
4054
|
|
|
3913
|
-
const
|
|
4055
|
+
const rawWorkspaceSelector = {
|
|
4056
|
+
name: true,
|
|
4057
|
+
title: true
|
|
4058
|
+
};
|
|
4059
|
+
Selector("DesktopWorkspace")(rawWorkspaceSelector);
|
|
4060
|
+
|
|
4061
|
+
const rawDesktopSelector = {
|
|
4062
|
+
coopname: true,
|
|
4063
|
+
layout: true,
|
|
4064
|
+
authorizedHome: true,
|
|
4065
|
+
nonAuthorizedHome: true,
|
|
4066
|
+
workspaces: rawWorkspaceSelector
|
|
4067
|
+
};
|
|
4068
|
+
const desktopSelector = Selector("Desktop")(rawDesktopSelector);
|
|
4069
|
+
|
|
4070
|
+
const name$7 = "getDesktop";
|
|
3914
4071
|
const query$7 = Selector("Query")({
|
|
3915
|
-
[name$7]:
|
|
4072
|
+
[name$7]: desktopSelector
|
|
3916
4073
|
});
|
|
3917
4074
|
|
|
3918
|
-
const
|
|
4075
|
+
const getDesktop = {
|
|
3919
4076
|
__proto__: null,
|
|
3920
4077
|
name: name$7,
|
|
3921
4078
|
query: query$7
|
|
3922
4079
|
};
|
|
3923
4080
|
|
|
3924
|
-
const index$
|
|
4081
|
+
const index$c = {
|
|
3925
4082
|
__proto__: null,
|
|
3926
|
-
|
|
4083
|
+
GetDesktop: getDesktop
|
|
3927
4084
|
};
|
|
3928
4085
|
|
|
3929
|
-
const
|
|
4086
|
+
const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
|
|
4087
|
+
const name$6 = "getDocuments";
|
|
3930
4088
|
const query$6 = Selector("Query")({
|
|
3931
|
-
[name$6]: [{ data: $("data", "
|
|
4089
|
+
[name$6]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
|
|
3932
4090
|
});
|
|
3933
4091
|
|
|
3934
|
-
const
|
|
4092
|
+
const getDocuments = {
|
|
3935
4093
|
__proto__: null,
|
|
3936
4094
|
name: name$6,
|
|
3937
4095
|
query: query$6
|
|
3938
4096
|
};
|
|
3939
4097
|
|
|
3940
|
-
const
|
|
4098
|
+
const index$b = {
|
|
4099
|
+
__proto__: null,
|
|
4100
|
+
GetDocuments: getDocuments
|
|
4101
|
+
};
|
|
4102
|
+
|
|
4103
|
+
const name$5 = "getExtensions";
|
|
3941
4104
|
const query$5 = Selector("Query")({
|
|
3942
|
-
[name$5]: [{ data: $("data", "
|
|
4105
|
+
[name$5]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
|
|
3943
4106
|
});
|
|
3944
4107
|
|
|
3945
|
-
const
|
|
4108
|
+
const getExtensions = {
|
|
3946
4109
|
__proto__: null,
|
|
3947
4110
|
name: name$5,
|
|
3948
4111
|
query: query$5
|
|
@@ -3950,27 +4113,26 @@ const getAccounts = {
|
|
|
3950
4113
|
|
|
3951
4114
|
const index$a = {
|
|
3952
4115
|
__proto__: null,
|
|
3953
|
-
|
|
3954
|
-
GetAccounts: getAccounts
|
|
4116
|
+
GetExtensions: getExtensions
|
|
3955
4117
|
};
|
|
3956
4118
|
|
|
3957
|
-
const name$4 = "
|
|
4119
|
+
const name$4 = "getMeet";
|
|
3958
4120
|
const query$4 = Selector("Query")({
|
|
3959
|
-
[name$4]: [{ data: $("data", "
|
|
4121
|
+
[name$4]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
|
|
3960
4122
|
});
|
|
3961
4123
|
|
|
3962
|
-
const
|
|
4124
|
+
const getMeet = {
|
|
3963
4125
|
__proto__: null,
|
|
3964
4126
|
name: name$4,
|
|
3965
4127
|
query: query$4
|
|
3966
4128
|
};
|
|
3967
4129
|
|
|
3968
|
-
const name$3 = "
|
|
4130
|
+
const name$3 = "getMeets";
|
|
3969
4131
|
const query$3 = Selector("Query")({
|
|
3970
|
-
[name$3]: [{ data: $("data", "
|
|
4132
|
+
[name$3]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
|
|
3971
4133
|
});
|
|
3972
4134
|
|
|
3973
|
-
const
|
|
4135
|
+
const getMeets = {
|
|
3974
4136
|
__proto__: null,
|
|
3975
4137
|
name: name$3,
|
|
3976
4138
|
query: query$3
|
|
@@ -3978,131 +4140,51 @@ const getPublicBranches = {
|
|
|
3978
4140
|
|
|
3979
4141
|
const index$9 = {
|
|
3980
4142
|
__proto__: null,
|
|
3981
|
-
|
|
3982
|
-
|
|
4143
|
+
GetMeet: getMeet,
|
|
4144
|
+
GetMeets: getMeets
|
|
3983
4145
|
};
|
|
3984
4146
|
|
|
3985
|
-
const
|
|
3986
|
-
|
|
4147
|
+
const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
|
|
4148
|
+
Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
|
|
4149
|
+
|
|
4150
|
+
const name$2 = "getPaymentMethods";
|
|
3987
4151
|
const query$2 = Selector("Query")({
|
|
3988
|
-
[name$2]: [{ data: $("data", "
|
|
4152
|
+
[name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
|
|
3989
4153
|
});
|
|
3990
4154
|
|
|
3991
|
-
const
|
|
4155
|
+
const getPaymentMethods = {
|
|
3992
4156
|
__proto__: null,
|
|
3993
4157
|
query: query$2
|
|
3994
4158
|
};
|
|
3995
4159
|
|
|
3996
4160
|
const index$8 = {
|
|
3997
4161
|
__proto__: null,
|
|
3998
|
-
|
|
3999
|
-
};
|
|
4000
|
-
|
|
4001
|
-
const rawParticipantApplicationDocumentSelector = {
|
|
4002
|
-
...rawDocumentSelector,
|
|
4003
|
-
meta: {
|
|
4004
|
-
...rawDocumentMetaSelector
|
|
4005
|
-
// Общая часть meta
|
|
4006
|
-
// ничего уникального
|
|
4007
|
-
}
|
|
4008
|
-
};
|
|
4009
|
-
Selector("ParticipantApplicationDocument")(rawParticipantApplicationDocumentSelector);
|
|
4010
|
-
|
|
4011
|
-
const rawDecisionDocumentSelector = {
|
|
4012
|
-
["...on FreeDecisionDocument"]: rawFreeDecisionDocumentSelector,
|
|
4013
|
-
["...on ParticipantApplicationDecisionDocument"]: rawParticipantApplicationDecisionDocumentSelector
|
|
4014
|
-
};
|
|
4015
|
-
const rawStatementDocumentSelector = {
|
|
4016
|
-
["...on ParticipantApplicationDocument"]: rawParticipantApplicationDocumentSelector,
|
|
4017
|
-
["...on ProjectFreeDecisionDocument"]: projectFreeDecisionDocumentSelector
|
|
4018
|
-
};
|
|
4019
|
-
const rawExtendedBlockchainActionSelector = {
|
|
4020
|
-
...rawBlockchainActionSelector,
|
|
4021
|
-
user: {
|
|
4022
|
-
["...on Entrepreneur"]: rawEntrepreneurSelector,
|
|
4023
|
-
["...on Individual"]: rawIndividualSelector,
|
|
4024
|
-
["...on Organization"]: rawOrganizationSelector
|
|
4025
|
-
}
|
|
4026
|
-
};
|
|
4027
|
-
const rawActDetailSelector = {
|
|
4028
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4029
|
-
document: rawDocumentSelector
|
|
4030
|
-
};
|
|
4031
|
-
const rawDecisionDetailSelector = {
|
|
4032
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4033
|
-
document: rawDecisionDocumentSelector,
|
|
4034
|
-
votes_against: rawExtendedBlockchainActionSelector,
|
|
4035
|
-
votes_for: rawExtendedBlockchainActionSelector
|
|
4036
|
-
};
|
|
4037
|
-
const rawStatementDetailSelector = {
|
|
4038
|
-
action: rawExtendedBlockchainActionSelector,
|
|
4039
|
-
document: rawStatementDocumentSelector
|
|
4040
|
-
};
|
|
4041
|
-
const rawDocumentPackageSelector = {
|
|
4042
|
-
acts: rawActDetailSelector,
|
|
4043
|
-
decision: rawDecisionDetailSelector,
|
|
4044
|
-
links: rawDocumentSelector,
|
|
4045
|
-
statement: rawStatementDetailSelector
|
|
4162
|
+
GetPaymentMethods: getPaymentMethods
|
|
4046
4163
|
};
|
|
4047
|
-
Selector("DocumentPackage")(rawDocumentPackageSelector);
|
|
4048
4164
|
|
|
4049
|
-
const
|
|
4050
|
-
const name$1 = "
|
|
4165
|
+
const paymentPaginationSelector = { ...paginationSelector, items: rawPaymentSelector };
|
|
4166
|
+
const name$1 = "getPayments";
|
|
4051
4167
|
const query$1 = Selector("Query")({
|
|
4052
|
-
[name$1]: [{ data: $("data", "
|
|
4168
|
+
[name$1]: [{ data: $("data", "GetPaymentsInput"), options: $("options", "PaginationInput") }, paymentPaginationSelector]
|
|
4053
4169
|
});
|
|
4054
4170
|
|
|
4055
|
-
const
|
|
4171
|
+
const getPayments = {
|
|
4056
4172
|
__proto__: null,
|
|
4173
|
+
name: name$1,
|
|
4057
4174
|
query: query$1
|
|
4058
4175
|
};
|
|
4059
4176
|
|
|
4060
4177
|
const index$7 = {
|
|
4061
4178
|
__proto__: null,
|
|
4062
|
-
|
|
4063
|
-
};
|
|
4064
|
-
|
|
4065
|
-
const rawSignedBlockchainDocumentSelector = {
|
|
4066
|
-
hash: true,
|
|
4067
|
-
meta: true,
|
|
4068
|
-
public_key: true,
|
|
4069
|
-
signature: true
|
|
4070
|
-
};
|
|
4071
|
-
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
4072
|
-
|
|
4073
|
-
const rawBlockchainDecisionSelector = {
|
|
4074
|
-
approved: true,
|
|
4075
|
-
authorization: rawSignedBlockchainDocumentSelector,
|
|
4076
|
-
authorized: true,
|
|
4077
|
-
authorized_by: true,
|
|
4078
|
-
batch_id: true,
|
|
4079
|
-
coopname: true,
|
|
4080
|
-
created_at: true,
|
|
4081
|
-
expired_at: true,
|
|
4082
|
-
id: true,
|
|
4083
|
-
meta: true,
|
|
4084
|
-
statement: rawSignedBlockchainDocumentSelector,
|
|
4085
|
-
type: true,
|
|
4086
|
-
username: true,
|
|
4087
|
-
validated: true,
|
|
4088
|
-
votes_against: true,
|
|
4089
|
-
votes_for: true
|
|
4090
|
-
};
|
|
4091
|
-
Selector("SignedBlockchainDocument")(rawSignedBlockchainDocumentSelector);
|
|
4092
|
-
|
|
4093
|
-
const rawAgendaSelector = {
|
|
4094
|
-
action: rawBlockchainActionSelector,
|
|
4095
|
-
documents: rawDocumentPackageSelector,
|
|
4096
|
-
table: rawBlockchainDecisionSelector
|
|
4179
|
+
GetPayments: getPayments
|
|
4097
4180
|
};
|
|
4098
|
-
const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
|
|
4099
4181
|
|
|
4100
|
-
const name = "
|
|
4182
|
+
const name = "getSystemInfo";
|
|
4101
4183
|
const query = Selector("Query")({
|
|
4102
|
-
[name]:
|
|
4184
|
+
[name]: systemInfoSelector
|
|
4103
4185
|
});
|
|
4104
4186
|
|
|
4105
|
-
const
|
|
4187
|
+
const getSystemInfo = {
|
|
4106
4188
|
__proto__: null,
|
|
4107
4189
|
name: name,
|
|
4108
4190
|
query: query
|
|
@@ -4110,19 +4192,21 @@ const getAgenda = {
|
|
|
4110
4192
|
|
|
4111
4193
|
const index$6 = {
|
|
4112
4194
|
__proto__: null,
|
|
4113
|
-
|
|
4195
|
+
GetSystemInfo: getSystemInfo
|
|
4114
4196
|
};
|
|
4115
4197
|
|
|
4116
4198
|
const index$5 = {
|
|
4117
4199
|
__proto__: null,
|
|
4118
|
-
Accounts: index$
|
|
4119
|
-
Agenda: index$
|
|
4120
|
-
Branches: index$
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4200
|
+
Accounts: index$f,
|
|
4201
|
+
Agenda: index$e,
|
|
4202
|
+
Branches: index$d,
|
|
4203
|
+
Desktop: index$c,
|
|
4204
|
+
Documents: index$b,
|
|
4205
|
+
Extensions: index$a,
|
|
4206
|
+
Meet: index$9,
|
|
4207
|
+
PaymentMethods: index$8,
|
|
4208
|
+
Payments: index$7,
|
|
4209
|
+
System: index$6
|
|
4126
4210
|
};
|
|
4127
4211
|
|
|
4128
4212
|
const index$4 = {
|
|
@@ -4217,8 +4301,8 @@ const _Client = class _Client {
|
|
|
4217
4301
|
signature
|
|
4218
4302
|
}
|
|
4219
4303
|
};
|
|
4220
|
-
const { [name$
|
|
4221
|
-
mutation$
|
|
4304
|
+
const { [name$1a]: result } = await this.thunder("mutation")(
|
|
4305
|
+
mutation$Z,
|
|
4222
4306
|
{
|
|
4223
4307
|
variables
|
|
4224
4308
|
}
|
|
@@ -4317,4 +4401,4 @@ exports.Client = Client;
|
|
|
4317
4401
|
exports.Mutations = Mutations;
|
|
4318
4402
|
exports.Queries = index$5;
|
|
4319
4403
|
exports.Types = index;
|
|
4320
|
-
exports.Zeus = index$
|
|
4404
|
+
exports.Zeus = index$s;
|