@coopenomics/sdk 2.2.10 → 2025.5.2

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