@coopenomics/sdk 2.2.9 → 2025.4.29

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