@coopenomics/sdk 2025.6.19 → 2025.7.1-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -840,6 +840,9 @@ const AllTypesProps = {
840
840
  },
841
841
  CreateParentOfferInput: {},
842
842
  CreateProjectFreeDecisionInput: {},
843
+ CreateWithdrawInput: {
844
+ statement: "ReturnByMoneySignedDocumentInput"
845
+ },
843
846
  DateTime: `scalar.DateTime`,
844
847
  DeclineRequestInput: {},
845
848
  DeleteBranchInput: {},
@@ -870,9 +873,6 @@ const AllTypesProps = {
870
873
  GetMeetInput: {},
871
874
  GetMeetsInput: {},
872
875
  GetPaymentMethodsInput: {},
873
- GetPaymentsInput: {
874
- status: "PaymentStatus"
875
- },
876
876
  Init: {
877
877
  organization_data: "CreateOrganizationDataInput",
878
878
  vars: "VarsInput"
@@ -932,6 +932,9 @@ const AllTypesProps = {
932
932
  createProjectOfFreeDecision: {
933
933
  data: "CreateProjectFreeDecisionInput"
934
934
  },
935
+ createWithdraw: {
936
+ input: "CreateWithdrawInput"
937
+ },
935
938
  declineRequest: {
936
939
  data: "DeclineRequestInput"
937
940
  },
@@ -1013,6 +1016,14 @@ const AllTypesProps = {
1013
1016
  data: "ReturnByAssetStatementGenerateDocumentInput",
1014
1017
  options: "GenerateDocumentOptionsInput"
1015
1018
  },
1019
+ generateReturnByMoneyDecisionDocument: {
1020
+ data: "ReturnByMoneyDecisionGenerateDocumentInput",
1021
+ options: "GenerateDocumentOptionsInput"
1022
+ },
1023
+ generateReturnByMoneyStatementDocument: {
1024
+ data: "ReturnByMoneyGenerateDocumentInput",
1025
+ options: "GenerateDocumentOptionsInput"
1026
+ },
1016
1027
  generateSelectBranchDocument: {
1017
1028
  data: "SelectBranchGenerateDocumentInput",
1018
1029
  options: "GenerateDocumentOptionsInput"
@@ -1141,7 +1152,14 @@ const AllTypesProps = {
1141
1152
  },
1142
1153
  ParticipantApplicationSignedMetaDocumentInput: {},
1143
1154
  PassportInput: {},
1155
+ PaymentDirection: "enum",
1156
+ PaymentFiltersInput: {
1157
+ direction: "PaymentDirection",
1158
+ status: "PaymentStatus",
1159
+ type: "PaymentType"
1160
+ },
1144
1161
  PaymentStatus: "enum",
1162
+ PaymentType: "enum",
1145
1163
  ProhibitRequestInput: {},
1146
1164
  ProjectFreeDecisionGenerateDocumentInput: {},
1147
1165
  ProjectFreeDecisionSignedDocumentInput: {
@@ -1180,8 +1198,11 @@ const AllTypesProps = {
1180
1198
  data: "GetPaymentMethodsInput"
1181
1199
  },
1182
1200
  getPayments: {
1183
- data: "GetPaymentsInput",
1201
+ data: "PaymentFiltersInput",
1184
1202
  options: "PaginationInput"
1203
+ },
1204
+ searchPrivateAccounts: {
1205
+ data: "SearchPrivateAccountsInput"
1185
1206
  }
1186
1207
  },
1187
1208
  ReceiveOnRequestInput: {
@@ -1225,6 +1246,14 @@ const AllTypesProps = {
1225
1246
  ReturnByAssetStatementSignedMetaDocumentInput: {
1226
1247
  request: "CommonRequestInput"
1227
1248
  },
1249
+ ReturnByMoneyDecisionGenerateDocumentInput: {},
1250
+ ReturnByMoneyGenerateDocumentInput: {},
1251
+ ReturnByMoneySignedDocumentInput: {
1252
+ meta: "ReturnByMoneySignedMetaDocumentInput",
1253
+ signatures: "SignatureInfoInput"
1254
+ },
1255
+ ReturnByMoneySignedMetaDocumentInput: {},
1256
+ SearchPrivateAccountsInput: {},
1228
1257
  SelectBranchGenerateDocumentInput: {},
1229
1258
  SelectBranchInput: {
1230
1259
  document: "SelectBranchSignedDocumentInput"
@@ -1522,6 +1551,9 @@ const ReturnTypes = {
1522
1551
  username: "String",
1523
1552
  verifications: "Verification"
1524
1553
  },
1554
+ CreateWithdrawResponse: {
1555
+ withdraw_hash: "String"
1556
+ },
1525
1557
  CreatedProjectFreeDecision: {
1526
1558
  decision: "String",
1527
1559
  id: "String",
@@ -1627,6 +1659,36 @@ const ReturnTypes = {
1627
1659
  title: "String",
1628
1660
  updated_at: "DateTime"
1629
1661
  },
1662
+ GatewayPayment: {
1663
+ blockchain_data: "JSON",
1664
+ can_change_status: "Boolean",
1665
+ coopname: "String",
1666
+ created_at: "DateTime",
1667
+ direction: "PaymentDirection",
1668
+ direction_label: "String",
1669
+ expired_at: "DateTime",
1670
+ formatted_amount: "String",
1671
+ hash: "String",
1672
+ id: "ID",
1673
+ income_hash: "String",
1674
+ is_final: "Boolean",
1675
+ memo: "String",
1676
+ message: "String",
1677
+ outcome_hash: "String",
1678
+ payment_details: "PaymentDetails",
1679
+ payment_method_id: "String",
1680
+ provider: "String",
1681
+ quantity: "Float",
1682
+ statement: "JSON",
1683
+ status: "PaymentStatus",
1684
+ status_label: "String",
1685
+ symbol: "String",
1686
+ type: "PaymentType",
1687
+ type_label: "String",
1688
+ updated_at: "DateTime",
1689
+ username: "String",
1690
+ username_certificate: "UserCertificateUnion"
1691
+ },
1630
1692
  GeneratedDocument: {
1631
1693
  binary: "String",
1632
1694
  full_title: "String",
@@ -1763,10 +1825,11 @@ const ReturnTypes = {
1763
1825
  createBankAccount: "PaymentMethod",
1764
1826
  createBranch: "Branch",
1765
1827
  createChildOrder: "Transaction",
1766
- createDepositPayment: "Payment",
1767
- createInitialPayment: "Payment",
1828
+ createDepositPayment: "GatewayPayment",
1829
+ createInitialPayment: "GatewayPayment",
1768
1830
  createParentOffer: "Transaction",
1769
1831
  createProjectOfFreeDecision: "CreatedProjectFreeDecision",
1832
+ createWithdraw: "CreateWithdrawResponse",
1770
1833
  declineRequest: "Transaction",
1771
1834
  deleteBranch: "Boolean",
1772
1835
  deletePaymentMethod: "Boolean",
@@ -1789,6 +1852,8 @@ const ReturnTypes = {
1789
1852
  generateReturnByAssetAct: "GeneratedDocument",
1790
1853
  generateReturnByAssetDecision: "GeneratedDocument",
1791
1854
  generateReturnByAssetStatement: "GeneratedDocument",
1855
+ generateReturnByMoneyDecisionDocument: "GeneratedDocument",
1856
+ generateReturnByMoneyStatementDocument: "GeneratedDocument",
1792
1857
  generateSelectBranchDocument: "GeneratedDocument",
1793
1858
  generateSignatureAgreement: "GeneratedDocument",
1794
1859
  generateSovietDecisionOnAnnualMeetDocument: "GeneratedDocument",
@@ -1811,7 +1876,7 @@ const ReturnTypes = {
1811
1876
  resetKey: "Boolean",
1812
1877
  restartAnnualGeneralMeet: "MeetAggregate",
1813
1878
  selectBranch: "Boolean",
1814
- setPaymentStatus: "Payment",
1879
+ setPaymentStatus: "GatewayPayment",
1815
1880
  setWif: "Boolean",
1816
1881
  signByPresiderOnAnnualGeneralMeet: "MeetAggregate",
1817
1882
  signBySecretaryOnAnnualGeneralMeet: "MeetAggregate",
@@ -1853,6 +1918,12 @@ const ReturnTypes = {
1853
1918
  kpp: "String",
1854
1919
  ogrn: "String"
1855
1920
  },
1921
+ PaginatedGatewayPaymentsPaginationResult: {
1922
+ currentPage: "Int",
1923
+ items: "GatewayPayment",
1924
+ totalCount: "Int",
1925
+ totalPages: "Int"
1926
+ },
1856
1927
  ParticipantAccount: {
1857
1928
  braname: "String",
1858
1929
  created_at: "DateTime",
@@ -1874,26 +1945,10 @@ const ReturnTypes = {
1874
1945
  number: "Int",
1875
1946
  series: "Int"
1876
1947
  },
1877
- Payment: {
1878
- account: "Account",
1879
- amount: "Float",
1880
- blockchain_id: "Float",
1881
- created_at: "DateTime",
1882
- details: "PaymentDetails",
1883
- expired_at: "DateTime",
1884
- id: "String",
1885
- message: "String",
1886
- provider: "String",
1887
- status: "PaymentStatus",
1888
- symbol: "String",
1889
- type: "String",
1890
- updated_at: "DateTime",
1891
- username: "String"
1892
- },
1893
1948
  PaymentDetails: {
1894
1949
  amount_plus_fee: "String",
1895
1950
  amount_without_fee: "String",
1896
- data: "String",
1951
+ data: "JSON",
1897
1952
  fact_fee_percent: "Float",
1898
1953
  fee_amount: "String",
1899
1954
  fee_percent: "Float",
@@ -1918,12 +1973,6 @@ const ReturnTypes = {
1918
1973
  totalCount: "Int",
1919
1974
  totalPages: "Int"
1920
1975
  },
1921
- PaymentPaginationResult: {
1922
- currentPage: "Int",
1923
- items: "Payment",
1924
- totalCount: "Int",
1925
- totalPages: "Int"
1926
- },
1927
1976
  Permission: {
1928
1977
  parent: "String",
1929
1978
  perm_name: "String",
@@ -1943,6 +1992,17 @@ const ReturnTypes = {
1943
1992
  organization_data: "Organization",
1944
1993
  type: "AccountType"
1945
1994
  },
1995
+ PrivateAccountSearchData: {
1996
+ "...on Entrepreneur": "Entrepreneur",
1997
+ "...on Individual": "Individual",
1998
+ "...on Organization": "Organization"
1999
+ },
2000
+ PrivateAccountSearchResult: {
2001
+ data: "PrivateAccountSearchData",
2002
+ highlightedFields: "String",
2003
+ score: "Float",
2004
+ type: "String"
2005
+ },
1946
2006
  PublicChairman: {
1947
2007
  first_name: "String",
1948
2008
  last_name: "String",
@@ -1959,8 +2019,9 @@ const ReturnTypes = {
1959
2019
  getMeet: "MeetAggregate",
1960
2020
  getMeets: "MeetAggregate",
1961
2021
  getPaymentMethods: "PaymentMethodPaginationResult",
1962
- getPayments: "PaymentPaginationResult",
1963
- getSystemInfo: "SystemInfo"
2022
+ getPayments: "PaginatedGatewayPaymentsPaginationResult",
2023
+ getSystemInfo: "SystemInfo",
2024
+ searchPrivateAccounts: "PrivateAccountSearchResult"
1964
2025
  },
1965
2026
  Question: {
1966
2027
  context: "String",
@@ -2673,15 +2734,28 @@ var OrganizationType = /* @__PURE__ */ ((OrganizationType2) => {
2673
2734
  OrganizationType2["ZAO"] = "ZAO";
2674
2735
  return OrganizationType2;
2675
2736
  })(OrganizationType || {});
2737
+ var PaymentDirection = /* @__PURE__ */ ((PaymentDirection2) => {
2738
+ PaymentDirection2["INCOMING"] = "INCOMING";
2739
+ PaymentDirection2["OUTGOING"] = "OUTGOING";
2740
+ return PaymentDirection2;
2741
+ })(PaymentDirection || {});
2676
2742
  var PaymentStatus = /* @__PURE__ */ ((PaymentStatus2) => {
2743
+ PaymentStatus2["CANCELLED"] = "CANCELLED";
2677
2744
  PaymentStatus2["COMPLETED"] = "COMPLETED";
2678
2745
  PaymentStatus2["EXPIRED"] = "EXPIRED";
2679
2746
  PaymentStatus2["FAILED"] = "FAILED";
2680
2747
  PaymentStatus2["PAID"] = "PAID";
2681
2748
  PaymentStatus2["PENDING"] = "PENDING";
2749
+ PaymentStatus2["PROCESSING"] = "PROCESSING";
2682
2750
  PaymentStatus2["REFUNDED"] = "REFUNDED";
2683
2751
  return PaymentStatus2;
2684
2752
  })(PaymentStatus || {});
2753
+ var PaymentType = /* @__PURE__ */ ((PaymentType2) => {
2754
+ PaymentType2["DEPOSIT"] = "DEPOSIT";
2755
+ PaymentType2["REGISTRATION"] = "REGISTRATION";
2756
+ PaymentType2["WITHDRAWAL"] = "WITHDRAWAL";
2757
+ return PaymentType2;
2758
+ })(PaymentType || {});
2685
2759
  var SystemStatus = /* @__PURE__ */ ((SystemStatus2) => {
2686
2760
  SystemStatus2["active"] = "active";
2687
2761
  SystemStatus2["install"] = "install";
@@ -2700,7 +2774,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
2700
2774
  return UserStatus2;
2701
2775
  })(UserStatus || {});
2702
2776
 
2703
- const index$s = {
2777
+ const index$t = {
2704
2778
  __proto__: null,
2705
2779
  $: $,
2706
2780
  AccountType: AccountType,
@@ -2715,7 +2789,9 @@ const index$s = {
2715
2789
  InternalArgsBuilt: InternalArgsBuilt,
2716
2790
  InternalsBuildQuery: InternalsBuildQuery,
2717
2791
  OrganizationType: OrganizationType,
2792
+ PaymentDirection: PaymentDirection,
2718
2793
  PaymentStatus: PaymentStatus,
2794
+ PaymentType: PaymentType,
2719
2795
  PrepareScalarPaths: PrepareScalarPaths,
2720
2796
  ResolveFromPath: ResolveFromPath,
2721
2797
  SEPARATOR: SEPARATOR,
@@ -3076,37 +3152,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
3076
3152
  rawRegisteredAccountSelector
3077
3153
  );
3078
3154
 
3079
- const name$1l = "registerAccount";
3080
- const mutation$18 = Selector("Mutation")({
3081
- [name$1l]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3155
+ const name$1r = "registerAccount";
3156
+ const mutation$1d = Selector("Mutation")({
3157
+ [name$1r]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3082
3158
  });
3083
3159
 
3084
3160
  const registerAccount = {
3085
3161
  __proto__: null,
3086
- mutation: mutation$18,
3087
- name: name$1l
3162
+ mutation: mutation$1d,
3163
+ name: name$1r
3088
3164
  };
3089
3165
 
3090
- const name$1k = "resetKey";
3091
- const mutation$17 = Selector("Mutation")({
3092
- [name$1k]: [{ data: $("data", "ResetKeyInput!") }, true]
3166
+ const name$1q = "resetKey";
3167
+ const mutation$1c = Selector("Mutation")({
3168
+ [name$1q]: [{ data: $("data", "ResetKeyInput!") }, true]
3093
3169
  });
3094
3170
 
3095
3171
  const resetKey = {
3096
3172
  __proto__: null,
3097
- mutation: mutation$17,
3098
- name: name$1k
3173
+ mutation: mutation$1c,
3174
+ name: name$1q
3099
3175
  };
3100
3176
 
3101
- const name$1j = "startResetKey";
3102
- const mutation$16 = Selector("Mutation")({
3103
- [name$1j]: [{ data: $("data", "StartResetKeyInput!") }, true]
3177
+ const name$1p = "startResetKey";
3178
+ const mutation$1b = Selector("Mutation")({
3179
+ [name$1p]: [{ data: $("data", "StartResetKeyInput!") }, true]
3104
3180
  });
3105
3181
 
3106
3182
  const startResetKey = {
3107
3183
  __proto__: null,
3108
- mutation: mutation$16,
3109
- name: name$1j
3184
+ mutation: mutation$1b,
3185
+ name: name$1p
3110
3186
  };
3111
3187
 
3112
3188
  const paginationSelector = {
@@ -3221,6 +3297,49 @@ const rawFreeProjectSelector = {
3221
3297
  };
3222
3298
  const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
3223
3299
 
3300
+ const rawPaymentDetailsSelector = {
3301
+ data: true,
3302
+ amount_plus_fee: true,
3303
+ amount_without_fee: true,
3304
+ fee_amount: true,
3305
+ fee_percent: true,
3306
+ fact_fee_percent: true,
3307
+ tolerance_percent: true
3308
+ };
3309
+ const rawPaymentSelector = {
3310
+ id: true,
3311
+ hash: true,
3312
+ coopname: true,
3313
+ username: true,
3314
+ username_certificate: rawUserCertificateUnionSelector,
3315
+ quantity: true,
3316
+ symbol: true,
3317
+ type: true,
3318
+ direction: true,
3319
+ status: true,
3320
+ provider: true,
3321
+ payment_method_id: true,
3322
+ message: true,
3323
+ memo: true,
3324
+ expired_at: true,
3325
+ created_at: true,
3326
+ updated_at: true,
3327
+ payment_details: rawPaymentDetailsSelector,
3328
+ blockchain_data: true,
3329
+ statement: true,
3330
+ // Поля для обратной совместимости
3331
+ outcome_hash: true,
3332
+ income_hash: true,
3333
+ // Вычисляемые поля
3334
+ formatted_amount: true,
3335
+ status_label: true,
3336
+ type_label: true,
3337
+ direction_label: true,
3338
+ can_change_status: true,
3339
+ is_final: true
3340
+ };
3341
+ const paymentSelector = Selector("GatewayPayment")(rawPaymentSelector);
3342
+
3224
3343
  const rawGeneratedDocumentSelector = {
3225
3344
  hash: true,
3226
3345
  binary: true,
@@ -3513,18 +3632,23 @@ const rawSystemInfoSelector = {
3513
3632
  };
3514
3633
  const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
3515
3634
 
3516
- const name$1i = "updateAccount";
3517
- const mutation$15 = Selector("Mutation")({
3518
- [name$1i]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3635
+ const rawCreateWithdrawResponseSelector = {
3636
+ withdraw_hash: true
3637
+ };
3638
+ const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
3639
+
3640
+ const name$1o = "updateAccount";
3641
+ const mutation$1a = Selector("Mutation")({
3642
+ [name$1o]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3519
3643
  });
3520
3644
 
3521
3645
  const updateAccount = {
3522
3646
  __proto__: null,
3523
- mutation: mutation$15,
3524
- name: name$1i
3647
+ mutation: mutation$1a,
3648
+ name: name$1o
3525
3649
  };
3526
3650
 
3527
- const index$r = {
3651
+ const index$s = {
3528
3652
  __proto__: null,
3529
3653
  RegisterAccount: registerAccount,
3530
3654
  ResetKey: resetKey,
@@ -3532,51 +3656,51 @@ const index$r = {
3532
3656
  UpdateAccount: updateAccount
3533
3657
  };
3534
3658
 
3535
- const name$1h = "generatePrivacyAgreement";
3536
- const mutation$14 = Selector("Mutation")({
3537
- [name$1h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3659
+ const name$1n = "generatePrivacyAgreement";
3660
+ const mutation$19 = Selector("Mutation")({
3661
+ [name$1n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3538
3662
  });
3539
3663
 
3540
3664
  const generatePrivacyAgreement = {
3541
3665
  __proto__: null,
3542
- mutation: mutation$14,
3543
- name: name$1h
3666
+ mutation: mutation$19,
3667
+ name: name$1n
3544
3668
  };
3545
3669
 
3546
- const name$1g = "generateSignatureAgreement";
3547
- const mutation$13 = Selector("Mutation")({
3548
- [name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3670
+ const name$1m = "generateSignatureAgreement";
3671
+ const mutation$18 = Selector("Mutation")({
3672
+ [name$1m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3549
3673
  });
3550
3674
 
3551
3675
  const generateSignatureAgreement = {
3552
3676
  __proto__: null,
3553
- mutation: mutation$13,
3554
- name: name$1g
3677
+ mutation: mutation$18,
3678
+ name: name$1m
3555
3679
  };
3556
3680
 
3557
- const name$1f = "generateWalletAgreement";
3558
- const mutation$12 = Selector("Mutation")({
3559
- [name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3681
+ const name$1l = "generateWalletAgreement";
3682
+ const mutation$17 = Selector("Mutation")({
3683
+ [name$1l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3560
3684
  });
3561
3685
 
3562
3686
  const generateWalletAgreement = {
3563
3687
  __proto__: null,
3564
- mutation: mutation$12,
3565
- name: name$1f
3688
+ mutation: mutation$17,
3689
+ name: name$1l
3566
3690
  };
3567
3691
 
3568
- const name$1e = "generateUserAgreement";
3569
- const mutation$11 = Selector("Mutation")({
3570
- [name$1e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3692
+ const name$1k = "generateUserAgreement";
3693
+ const mutation$16 = Selector("Mutation")({
3694
+ [name$1k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3571
3695
  });
3572
3696
 
3573
3697
  const generateUserAgreement = {
3574
3698
  __proto__: null,
3575
- mutation: mutation$11,
3576
- name: name$1e
3699
+ mutation: mutation$16,
3700
+ name: name$1k
3577
3701
  };
3578
3702
 
3579
- const index$q = {
3703
+ const index$r = {
3580
3704
  __proto__: null,
3581
3705
  GeneratePrivacyAgreement: generatePrivacyAgreement,
3582
3706
  GenerateSignatureAgreement: generateSignatureAgreement,
@@ -3584,124 +3708,124 @@ const index$q = {
3584
3708
  GenerateWalletAgreement: generateWalletAgreement
3585
3709
  };
3586
3710
 
3587
- const name$1d = "refresh";
3588
- const mutation$10 = Selector("Mutation")({
3589
- [name$1d]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3711
+ const name$1j = "refresh";
3712
+ const mutation$15 = Selector("Mutation")({
3713
+ [name$1j]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3590
3714
  });
3591
3715
 
3592
3716
  const refresh = {
3593
3717
  __proto__: null,
3594
- mutation: mutation$10,
3595
- name: name$1d
3718
+ mutation: mutation$15,
3719
+ name: name$1j
3596
3720
  };
3597
3721
 
3598
- const name$1c = "logout";
3599
- const mutation$$ = Selector("Mutation")({
3600
- [name$1c]: [{ data: $("data", "LogoutInput!") }, true]
3722
+ const name$1i = "logout";
3723
+ const mutation$14 = Selector("Mutation")({
3724
+ [name$1i]: [{ data: $("data", "LogoutInput!") }, true]
3601
3725
  });
3602
3726
 
3603
3727
  const logout = {
3604
3728
  __proto__: null,
3605
- mutation: mutation$$,
3606
- name: name$1c
3729
+ mutation: mutation$14,
3730
+ name: name$1i
3607
3731
  };
3608
3732
 
3609
- const name$1b = "login";
3610
- const mutation$_ = Selector("Mutation")({
3611
- [name$1b]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3733
+ const name$1h = "login";
3734
+ const mutation$13 = Selector("Mutation")({
3735
+ [name$1h]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3612
3736
  });
3613
3737
 
3614
3738
  const login = {
3615
3739
  __proto__: null,
3616
- mutation: mutation$_,
3617
- name: name$1b
3740
+ mutation: mutation$13,
3741
+ name: name$1h
3618
3742
  };
3619
3743
 
3620
- const index$p = {
3744
+ const index$q = {
3621
3745
  __proto__: null,
3622
3746
  Login: login,
3623
3747
  Logout: logout,
3624
3748
  Refresh: refresh
3625
3749
  };
3626
3750
 
3627
- const name$1a = "addTrustedAccount";
3628
- const mutation$Z = Selector("Mutation")({
3629
- [name$1a]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3751
+ const name$1g = "addTrustedAccount";
3752
+ const mutation$12 = Selector("Mutation")({
3753
+ [name$1g]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3630
3754
  });
3631
3755
 
3632
3756
  const addTrustedAccount = {
3633
3757
  __proto__: null,
3634
- mutation: mutation$Z,
3635
- name: name$1a
3758
+ mutation: mutation$12,
3759
+ name: name$1g
3636
3760
  };
3637
3761
 
3638
- const name$19 = "createBranch";
3639
- const mutation$Y = Selector("Mutation")({
3640
- [name$19]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3762
+ const name$1f = "createBranch";
3763
+ const mutation$11 = Selector("Mutation")({
3764
+ [name$1f]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3641
3765
  });
3642
3766
 
3643
3767
  const createBranch = {
3644
3768
  __proto__: null,
3645
- mutation: mutation$Y,
3646
- name: name$19
3769
+ mutation: mutation$11,
3770
+ name: name$1f
3647
3771
  };
3648
3772
 
3649
- const name$18 = "deleteBranch";
3650
- const mutation$X = Selector("Mutation")({
3651
- [name$18]: [{ data: $("data", "DeleteBranchInput!") }, true]
3773
+ const name$1e = "deleteBranch";
3774
+ const mutation$10 = Selector("Mutation")({
3775
+ [name$1e]: [{ data: $("data", "DeleteBranchInput!") }, true]
3652
3776
  });
3653
3777
 
3654
3778
  const deleteBranch = {
3655
3779
  __proto__: null,
3656
- mutation: mutation$X,
3657
- name: name$18
3780
+ mutation: mutation$10,
3781
+ name: name$1e
3658
3782
  };
3659
3783
 
3660
- const name$17 = "deleteTrustedAccount";
3661
- const mutation$W = Selector("Mutation")({
3662
- [name$17]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3784
+ const name$1d = "deleteTrustedAccount";
3785
+ const mutation$$ = Selector("Mutation")({
3786
+ [name$1d]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3663
3787
  });
3664
3788
 
3665
3789
  const deleteTrustedAccount = {
3666
3790
  __proto__: null,
3667
- mutation: mutation$W,
3668
- name: name$17
3791
+ mutation: mutation$$,
3792
+ name: name$1d
3669
3793
  };
3670
3794
 
3671
- const name$16 = "editBranch";
3672
- const mutation$V = Selector("Mutation")({
3673
- [name$16]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3795
+ const name$1c = "editBranch";
3796
+ const mutation$_ = Selector("Mutation")({
3797
+ [name$1c]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3674
3798
  });
3675
3799
 
3676
3800
  const editBranch = {
3677
3801
  __proto__: null,
3678
- mutation: mutation$V,
3679
- name: name$16
3802
+ mutation: mutation$_,
3803
+ name: name$1c
3680
3804
  };
3681
3805
 
3682
- const name$15 = "generateSelectBranchDocument";
3683
- const mutation$U = Selector("Mutation")({
3684
- [name$15]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3806
+ const name$1b = "generateSelectBranchDocument";
3807
+ const mutation$Z = Selector("Mutation")({
3808
+ [name$1b]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3685
3809
  });
3686
3810
 
3687
3811
  const generateSelectBranchDocument = {
3688
3812
  __proto__: null,
3689
- mutation: mutation$U,
3690
- name: name$15
3813
+ mutation: mutation$Z,
3814
+ name: name$1b
3691
3815
  };
3692
3816
 
3693
- const name$14 = "selectBranch";
3694
- const mutation$T = Selector("Mutation")({
3695
- [name$14]: [{ data: $("data", "SelectBranchInput!") }, true]
3817
+ const name$1a = "selectBranch";
3818
+ const mutation$Y = Selector("Mutation")({
3819
+ [name$1a]: [{ data: $("data", "SelectBranchInput!") }, true]
3696
3820
  });
3697
3821
 
3698
3822
  const selectBranch = {
3699
3823
  __proto__: null,
3700
- mutation: mutation$T,
3701
- name: name$14
3824
+ mutation: mutation$Y,
3825
+ name: name$1a
3702
3826
  };
3703
3827
 
3704
- const index$o = {
3828
+ const index$p = {
3705
3829
  __proto__: null,
3706
3830
  AddTrustedAccount: addTrustedAccount,
3707
3831
  CreateBranch: createBranch,
@@ -3712,260 +3836,260 @@ const index$o = {
3712
3836
  SelectBranch: selectBranch
3713
3837
  };
3714
3838
 
3715
- const name$13 = "acceptChildOrder";
3716
- const mutation$S = Selector("Mutation")({
3717
- [name$13]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3839
+ const name$19 = "acceptChildOrder";
3840
+ const mutation$X = Selector("Mutation")({
3841
+ [name$19]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3718
3842
  });
3719
3843
 
3720
3844
  const acceptChildOrder = {
3721
3845
  __proto__: null,
3722
- mutation: mutation$S,
3723
- name: name$13
3846
+ mutation: mutation$X,
3847
+ name: name$19
3724
3848
  };
3725
3849
 
3726
- const name$12 = "cancelRequest";
3727
- const mutation$R = Selector("Mutation")({
3728
- [name$12]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3850
+ const name$18 = "cancelRequest";
3851
+ const mutation$W = Selector("Mutation")({
3852
+ [name$18]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3729
3853
  });
3730
3854
 
3731
3855
  const cancelRequest = {
3732
3856
  __proto__: null,
3733
- mutation: mutation$R,
3734
- name: name$12
3857
+ mutation: mutation$W,
3858
+ name: name$18
3735
3859
  };
3736
3860
 
3737
- const name$11 = "confirmReceiveOnRequest";
3738
- const mutation$Q = Selector("Mutation")({
3739
- [name$11]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3861
+ const name$17 = "confirmReceiveOnRequest";
3862
+ const mutation$V = Selector("Mutation")({
3863
+ [name$17]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3740
3864
  });
3741
3865
 
3742
3866
  const completeReceiveOnRequest = {
3743
3867
  __proto__: null,
3744
- mutation: mutation$Q,
3745
- name: name$11
3868
+ mutation: mutation$V,
3869
+ name: name$17
3746
3870
  };
3747
3871
 
3748
- const name$10 = "completeRequest";
3749
- const mutation$P = Selector("Mutation")({
3750
- [name$10]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3872
+ const name$16 = "completeRequest";
3873
+ const mutation$U = Selector("Mutation")({
3874
+ [name$16]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3751
3875
  });
3752
3876
 
3753
3877
  const completeRequest = {
3754
3878
  __proto__: null,
3755
- mutation: mutation$P,
3756
- name: name$10
3879
+ mutation: mutation$U,
3880
+ name: name$16
3757
3881
  };
3758
3882
 
3759
- const name$$ = "confirmSupplyOnRequest";
3760
- const mutation$O = Selector("Mutation")({
3761
- [name$$]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3883
+ const name$15 = "confirmSupplyOnRequest";
3884
+ const mutation$T = Selector("Mutation")({
3885
+ [name$15]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3762
3886
  });
3763
3887
 
3764
3888
  const confirmSupplyOnRequest = {
3765
3889
  __proto__: null,
3766
- mutation: mutation$O,
3767
- name: name$$
3890
+ mutation: mutation$T,
3891
+ name: name$15
3768
3892
  };
3769
3893
 
3770
- const name$_ = "createChildOrder";
3771
- const mutation$N = Selector("Mutation")({
3772
- [name$_]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3894
+ const name$14 = "createChildOrder";
3895
+ const mutation$S = Selector("Mutation")({
3896
+ [name$14]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3773
3897
  });
3774
3898
 
3775
3899
  const createChildOrder = {
3776
3900
  __proto__: null,
3777
- mutation: mutation$N,
3778
- name: name$_
3901
+ mutation: mutation$S,
3902
+ name: name$14
3779
3903
  };
3780
3904
 
3781
- const name$Z = "createParentOffer";
3782
- const mutation$M = Selector("Mutation")({
3783
- [name$Z]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3905
+ const name$13 = "createParentOffer";
3906
+ const mutation$R = Selector("Mutation")({
3907
+ [name$13]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3784
3908
  });
3785
3909
 
3786
3910
  const createParentOffer = {
3787
3911
  __proto__: null,
3788
- mutation: mutation$M,
3789
- name: name$Z
3912
+ mutation: mutation$R,
3913
+ name: name$13
3790
3914
  };
3791
3915
 
3792
- const name$Y = "declineRequest";
3793
- const mutation$L = Selector("Mutation")({
3794
- [name$Y]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3916
+ const name$12 = "declineRequest";
3917
+ const mutation$Q = Selector("Mutation")({
3918
+ [name$12]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3795
3919
  });
3796
3920
 
3797
3921
  const declineRequest = {
3798
3922
  __proto__: null,
3799
- mutation: mutation$L,
3800
- name: name$Y
3923
+ mutation: mutation$Q,
3924
+ name: name$12
3801
3925
  };
3802
3926
 
3803
- const name$X = "deliverOnRequest";
3804
- const mutation$K = Selector("Mutation")({
3805
- [name$X]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3927
+ const name$11 = "deliverOnRequest";
3928
+ const mutation$P = Selector("Mutation")({
3929
+ [name$11]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3806
3930
  });
3807
3931
 
3808
3932
  const deliverOnRequest = {
3809
3933
  __proto__: null,
3810
- mutation: mutation$K,
3811
- name: name$X
3934
+ mutation: mutation$P,
3935
+ name: name$11
3812
3936
  };
3813
3937
 
3814
- const name$W = "disputeOnRequest";
3815
- const mutation$J = Selector("Mutation")({
3816
- [name$W]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3938
+ const name$10 = "disputeOnRequest";
3939
+ const mutation$O = Selector("Mutation")({
3940
+ [name$10]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3817
3941
  });
3818
3942
 
3819
3943
  const disputeOnRequest = {
3820
3944
  __proto__: null,
3821
- mutation: mutation$J,
3822
- name: name$W
3945
+ mutation: mutation$O,
3946
+ name: name$10
3823
3947
  };
3824
3948
 
3825
- const name$V = "generateAssetContributionAct";
3826
- const mutation$I = Selector("Mutation")({
3827
- [name$V]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3949
+ const name$$ = "generateAssetContributionAct";
3950
+ const mutation$N = Selector("Mutation")({
3951
+ [name$$]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3828
3952
  });
3829
3953
 
3830
3954
  const generateAssetContributionAct = {
3831
3955
  __proto__: null,
3832
- mutation: mutation$I,
3833
- name: name$V
3956
+ mutation: mutation$N,
3957
+ name: name$$
3834
3958
  };
3835
3959
 
3836
- const name$U = "generateAssetContributionDecision";
3837
- const mutation$H = Selector("Mutation")({
3838
- [name$U]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3960
+ const name$_ = "generateAssetContributionDecision";
3961
+ const mutation$M = Selector("Mutation")({
3962
+ [name$_]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3839
3963
  });
3840
3964
 
3841
3965
  const generateAssetContributionDecision = {
3842
3966
  __proto__: null,
3843
- mutation: mutation$H,
3844
- name: name$U
3967
+ mutation: mutation$M,
3968
+ name: name$_
3845
3969
  };
3846
3970
 
3847
- const name$T = "generateAssetContributionStatement";
3848
- const mutation$G = Selector("Mutation")({
3849
- [name$T]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3971
+ const name$Z = "generateAssetContributionStatement";
3972
+ const mutation$L = Selector("Mutation")({
3973
+ [name$Z]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3850
3974
  });
3851
3975
 
3852
3976
  const generateAssetContributionStatement = {
3853
3977
  __proto__: null,
3854
- mutation: mutation$G,
3855
- name: name$T
3978
+ mutation: mutation$L,
3979
+ name: name$Z
3856
3980
  };
3857
3981
 
3858
- const name$S = "generateReturnByAssetAct";
3859
- const mutation$F = Selector("Mutation")({
3860
- [name$S]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3982
+ const name$Y = "generateReturnByAssetAct";
3983
+ const mutation$K = Selector("Mutation")({
3984
+ [name$Y]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3861
3985
  });
3862
3986
 
3863
3987
  const generateReturnByAssetAct = {
3864
3988
  __proto__: null,
3865
- mutation: mutation$F,
3866
- name: name$S
3989
+ mutation: mutation$K,
3990
+ name: name$Y
3867
3991
  };
3868
3992
 
3869
- const name$R = "generateReturnByAssetDecision";
3870
- const mutation$E = Selector("Mutation")({
3871
- [name$R]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3993
+ const name$X = "generateReturnByAssetDecision";
3994
+ const mutation$J = Selector("Mutation")({
3995
+ [name$X]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3872
3996
  });
3873
3997
 
3874
3998
  const generateReturnByAssetDecision = {
3875
3999
  __proto__: null,
3876
- mutation: mutation$E,
3877
- name: name$R
4000
+ mutation: mutation$J,
4001
+ name: name$X
3878
4002
  };
3879
4003
 
3880
- const name$Q = "generateReturnByAssetStatement";
3881
- const mutation$D = Selector("Mutation")({
3882
- [name$Q]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4004
+ const name$W = "generateReturnByAssetStatement";
4005
+ const mutation$I = Selector("Mutation")({
4006
+ [name$W]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3883
4007
  });
3884
4008
 
3885
4009
  const generateReturnByAssetStatement = {
3886
4010
  __proto__: null,
3887
- mutation: mutation$D,
3888
- name: name$Q
4011
+ mutation: mutation$I,
4012
+ name: name$W
3889
4013
  };
3890
4014
 
3891
- const name$P = "moderateRequest";
3892
- const mutation$C = Selector("Mutation")({
3893
- [name$P]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4015
+ const name$V = "moderateRequest";
4016
+ const mutation$H = Selector("Mutation")({
4017
+ [name$V]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
3894
4018
  });
3895
4019
 
3896
4020
  const moderateRequest = {
3897
4021
  __proto__: null,
3898
- mutation: mutation$C,
3899
- name: name$P
4022
+ mutation: mutation$H,
4023
+ name: name$V
3900
4024
  };
3901
4025
 
3902
- const name$O = "prohibitRequest";
3903
- const mutation$B = Selector("Mutation")({
3904
- [name$O]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4026
+ const name$U = "prohibitRequest";
4027
+ const mutation$G = Selector("Mutation")({
4028
+ [name$U]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
3905
4029
  });
3906
4030
 
3907
4031
  const prohibitRequest = {
3908
4032
  __proto__: null,
3909
- mutation: mutation$B,
3910
- name: name$O
4033
+ mutation: mutation$G,
4034
+ name: name$U
3911
4035
  };
3912
4036
 
3913
- const name$N = "publishRequest";
3914
- const mutation$A = Selector("Mutation")({
3915
- [name$N]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
4037
+ const name$T = "publishRequest";
4038
+ const mutation$F = Selector("Mutation")({
4039
+ [name$T]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
3916
4040
  });
3917
4041
 
3918
4042
  const publishRequest = {
3919
4043
  __proto__: null,
3920
- mutation: mutation$A,
3921
- name: name$N
4044
+ mutation: mutation$F,
4045
+ name: name$T
3922
4046
  };
3923
4047
 
3924
- const name$M = "receiveOnRequest";
3925
- const mutation$z = Selector("Mutation")({
3926
- [name$M]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
4048
+ const name$S = "receiveOnRequest";
4049
+ const mutation$E = Selector("Mutation")({
4050
+ [name$S]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
3927
4051
  });
3928
4052
 
3929
4053
  const receiveOnRequest = {
3930
4054
  __proto__: null,
3931
- mutation: mutation$z,
3932
- name: name$M
4055
+ mutation: mutation$E,
4056
+ name: name$S
3933
4057
  };
3934
4058
 
3935
- const name$L = "supplyOnRequest";
3936
- const mutation$y = Selector("Mutation")({
3937
- [name$L]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
4059
+ const name$R = "supplyOnRequest";
4060
+ const mutation$D = Selector("Mutation")({
4061
+ [name$R]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
3938
4062
  });
3939
4063
 
3940
4064
  const supplyOnRequest = {
3941
4065
  __proto__: null,
3942
- mutation: mutation$y,
3943
- name: name$L
4066
+ mutation: mutation$D,
4067
+ name: name$R
3944
4068
  };
3945
4069
 
3946
- const name$K = "unpublishRequest";
3947
- const mutation$x = Selector("Mutation")({
3948
- [name$K]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
4070
+ const name$Q = "unpublishRequest";
4071
+ const mutation$C = Selector("Mutation")({
4072
+ [name$Q]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
3949
4073
  });
3950
4074
 
3951
4075
  const unpublishRequest = {
3952
4076
  __proto__: null,
3953
- mutation: mutation$x,
3954
- name: name$K
4077
+ mutation: mutation$C,
4078
+ name: name$Q
3955
4079
  };
3956
4080
 
3957
- const name$J = "updateRequest";
3958
- const mutation$w = Selector("Mutation")({
3959
- [name$J]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
4081
+ const name$P = "updateRequest";
4082
+ const mutation$B = Selector("Mutation")({
4083
+ [name$P]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
3960
4084
  });
3961
4085
 
3962
4086
  const updateRequest = {
3963
4087
  __proto__: null,
3964
- mutation: mutation$w,
3965
- name: name$J
4088
+ mutation: mutation$B,
4089
+ name: name$P
3966
4090
  };
3967
4091
 
3968
- const index$n = {
4092
+ const index$o = {
3969
4093
  __proto__: null,
3970
4094
  AcceptChildOrder: acceptChildOrder,
3971
4095
  CancelRequest: cancelRequest,
@@ -3992,91 +4116,91 @@ const index$n = {
3992
4116
  UpdateRequest: updateRequest
3993
4117
  };
3994
4118
 
3995
- const name$I = "installExtension";
3996
- const mutation$v = Selector("Mutation")({
3997
- [name$I]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4119
+ const name$O = "installExtension";
4120
+ const mutation$A = Selector("Mutation")({
4121
+ [name$O]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
3998
4122
  });
3999
4123
 
4000
4124
  const installExtension = {
4001
4125
  __proto__: null,
4002
- mutation: mutation$v,
4003
- name: name$I
4126
+ mutation: mutation$A,
4127
+ name: name$O
4004
4128
  };
4005
4129
 
4006
- const name$H = "uninstallExtension";
4007
- const mutation$u = Selector("Mutation")({
4008
- [name$H]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4130
+ const name$N = "uninstallExtension";
4131
+ const mutation$z = Selector("Mutation")({
4132
+ [name$N]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4009
4133
  });
4010
4134
 
4011
4135
  const uninstallExtension = {
4012
4136
  __proto__: null,
4013
- mutation: mutation$u,
4014
- name: name$H
4137
+ mutation: mutation$z,
4138
+ name: name$N
4015
4139
  };
4016
4140
 
4017
- const name$G = "updateExtension";
4018
- const mutation$t = Selector("Mutation")({
4019
- [name$G]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4141
+ const name$M = "updateExtension";
4142
+ const mutation$y = Selector("Mutation")({
4143
+ [name$M]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4020
4144
  });
4021
4145
 
4022
4146
  const updateExtension = {
4023
4147
  __proto__: null,
4024
- mutation: mutation$t,
4025
- name: name$G
4148
+ mutation: mutation$y,
4149
+ name: name$M
4026
4150
  };
4027
4151
 
4028
- const index$m = {
4152
+ const index$n = {
4029
4153
  __proto__: null,
4030
4154
  InstallExtension: installExtension,
4031
4155
  UninstallExtension: uninstallExtension,
4032
4156
  UpdateExtension: updateExtension
4033
4157
  };
4034
4158
 
4035
- const name$F = "generateProjectOfFreeDecision";
4036
- const mutation$s = Selector("Mutation")({
4037
- [name$F]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4159
+ const name$L = "generateProjectOfFreeDecision";
4160
+ const mutation$x = Selector("Mutation")({
4161
+ [name$L]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4038
4162
  });
4039
4163
 
4040
4164
  const generateProjectOfFreeDecisionDocument = {
4041
4165
  __proto__: null,
4042
- mutation: mutation$s,
4043
- name: name$F
4166
+ mutation: mutation$x,
4167
+ name: name$L
4044
4168
  };
4045
4169
 
4046
- const name$E = "generateFreeDecision";
4047
- const mutation$r = Selector("Mutation")({
4048
- [name$E]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4170
+ const name$K = "generateFreeDecision";
4171
+ const mutation$w = Selector("Mutation")({
4172
+ [name$K]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4049
4173
  });
4050
4174
 
4051
4175
  const generateFreeDecision = {
4052
4176
  __proto__: null,
4053
- mutation: mutation$r,
4054
- name: name$E
4177
+ mutation: mutation$w,
4178
+ name: name$K
4055
4179
  };
4056
4180
 
4057
- const name$D = "publishProjectOfFreeDecision";
4058
- const mutation$q = Selector("Mutation")({
4059
- [name$D]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4181
+ const name$J = "publishProjectOfFreeDecision";
4182
+ const mutation$v = Selector("Mutation")({
4183
+ [name$J]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4060
4184
  });
4061
4185
 
4062
4186
  const publishProjectOfFreeDecision = {
4063
4187
  __proto__: null,
4064
- mutation: mutation$q,
4065
- name: name$D
4188
+ mutation: mutation$v,
4189
+ name: name$J
4066
4190
  };
4067
4191
 
4068
- const name$C = "createProjectOfFreeDecision";
4069
- const mutation$p = Selector("Mutation")({
4070
- [name$C]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4192
+ const name$I = "createProjectOfFreeDecision";
4193
+ const mutation$u = Selector("Mutation")({
4194
+ [name$I]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4071
4195
  });
4072
4196
 
4073
4197
  const createProjectOfFreeDecision = {
4074
4198
  __proto__: null,
4075
- mutation: mutation$p,
4076
- name: name$C
4199
+ mutation: mutation$u,
4200
+ name: name$I
4077
4201
  };
4078
4202
 
4079
- const index$l = {
4203
+ const index$m = {
4080
4204
  __proto__: null,
4081
4205
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
4082
4206
  GenerateFreeDecision: generateFreeDecision,
@@ -4084,20 +4208,60 @@ const index$l = {
4084
4208
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
4085
4209
  };
4086
4210
 
4087
- const name$B = "createAnnualGeneralMeet";
4088
- const mutation$o = Selector("Mutation")({
4089
- [name$B]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4211
+ const name$H = "setPaymentStatus";
4212
+ const mutation$t = Selector("Mutation")({
4213
+ [name$H]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4214
+ });
4215
+
4216
+ const updatePaymentStatus = {
4217
+ __proto__: null,
4218
+ mutation: mutation$t,
4219
+ name: name$H
4220
+ };
4221
+
4222
+ const name$G = "createInitialPayment";
4223
+ const mutation$s = Selector("Mutation")({
4224
+ [name$G]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4225
+ });
4226
+
4227
+ const createInitialPayment$1 = {
4228
+ __proto__: null,
4229
+ mutation: mutation$s,
4230
+ name: name$G
4231
+ };
4232
+
4233
+ const name$F = "createDepositPayment";
4234
+ const mutation$r = Selector("Mutation")({
4235
+ [name$F]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4236
+ });
4237
+
4238
+ const createDepositPayment$1 = {
4239
+ __proto__: null,
4240
+ mutation: mutation$r,
4241
+ name: name$F
4242
+ };
4243
+
4244
+ const index$l = {
4245
+ __proto__: null,
4246
+ CreateDepositPayment: createDepositPayment$1,
4247
+ CreateInitialPayment: createInitialPayment$1,
4248
+ SetPaymentStatus: updatePaymentStatus
4249
+ };
4250
+
4251
+ const name$E = "createAnnualGeneralMeet";
4252
+ const mutation$q = Selector("Mutation")({
4253
+ [name$E]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4090
4254
  });
4091
4255
 
4092
4256
  const createAnnualGeneralMeet = {
4093
4257
  __proto__: null,
4094
- mutation: mutation$o,
4095
- name: name$B
4258
+ mutation: mutation$q,
4259
+ name: name$E
4096
4260
  };
4097
4261
 
4098
- const name$A = "generateAnnualGeneralMeetAgendaDocument";
4099
- const mutation$n = Selector("Mutation")({
4100
- [name$A]: [
4262
+ const name$D = "generateAnnualGeneralMeetAgendaDocument";
4263
+ const mutation$p = Selector("Mutation")({
4264
+ [name$D]: [
4101
4265
  {
4102
4266
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
4103
4267
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4108,13 +4272,13 @@ const mutation$n = Selector("Mutation")({
4108
4272
 
4109
4273
  const generateAnnualGeneralMeetAgendaDocument = {
4110
4274
  __proto__: null,
4111
- mutation: mutation$n,
4112
- name: name$A
4275
+ mutation: mutation$p,
4276
+ name: name$D
4113
4277
  };
4114
4278
 
4115
- const name$z = "generateAnnualGeneralMeetDecisionDocument";
4116
- const mutation$m = Selector("Mutation")({
4117
- [name$z]: [
4279
+ const name$C = "generateAnnualGeneralMeetDecisionDocument";
4280
+ const mutation$o = Selector("Mutation")({
4281
+ [name$C]: [
4118
4282
  {
4119
4283
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
4120
4284
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4125,13 +4289,13 @@ const mutation$m = Selector("Mutation")({
4125
4289
 
4126
4290
  const generateAnnualGeneralMeetDecisionDocument = {
4127
4291
  __proto__: null,
4128
- mutation: mutation$m,
4129
- name: name$z
4292
+ mutation: mutation$o,
4293
+ name: name$C
4130
4294
  };
4131
4295
 
4132
- const name$y = "generateAnnualGeneralMeetNotificationDocument";
4133
- const mutation$l = Selector("Mutation")({
4134
- [name$y]: [
4296
+ const name$B = "generateAnnualGeneralMeetNotificationDocument";
4297
+ const mutation$n = Selector("Mutation")({
4298
+ [name$B]: [
4135
4299
  {
4136
4300
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
4137
4301
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4142,13 +4306,13 @@ const mutation$l = Selector("Mutation")({
4142
4306
 
4143
4307
  const generateAnnualGeneralMeetNotificationDocument = {
4144
4308
  __proto__: null,
4145
- mutation: mutation$l,
4146
- name: name$y
4309
+ mutation: mutation$n,
4310
+ name: name$B
4147
4311
  };
4148
4312
 
4149
- const name$x = "generateBallotForAnnualGeneralMeetDocument";
4150
- const mutation$k = Selector("Mutation")({
4151
- [name$x]: [
4313
+ const name$A = "generateBallotForAnnualGeneralMeetDocument";
4314
+ const mutation$m = Selector("Mutation")({
4315
+ [name$A]: [
4152
4316
  {
4153
4317
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
4154
4318
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4159,13 +4323,13 @@ const mutation$k = Selector("Mutation")({
4159
4323
 
4160
4324
  const generateBallotForAnnualGeneralMeetDocument = {
4161
4325
  __proto__: null,
4162
- mutation: mutation$k,
4163
- name: name$x
4326
+ mutation: mutation$m,
4327
+ name: name$A
4164
4328
  };
4165
4329
 
4166
- const name$w = "generateSovietDecisionOnAnnualMeetDocument";
4167
- const mutation$j = Selector("Mutation")({
4168
- [name$w]: [{
4330
+ const name$z = "generateSovietDecisionOnAnnualMeetDocument";
4331
+ const mutation$l = Selector("Mutation")({
4332
+ [name$z]: [{
4169
4333
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
4170
4334
  options: $("options", "GenerateDocumentOptionsInput")
4171
4335
  }, documentSelector]
@@ -4173,63 +4337,63 @@ const mutation$j = Selector("Mutation")({
4173
4337
 
4174
4338
  const generateSovietDecisionOnAnnualMeetDocument = {
4175
4339
  __proto__: null,
4176
- mutation: mutation$j,
4177
- name: name$w
4340
+ mutation: mutation$l,
4341
+ name: name$z
4178
4342
  };
4179
4343
 
4180
- const name$v = "notifyOnAnnualGeneralMeet";
4181
- const mutation$i = Selector("Mutation")({
4182
- [name$v]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4344
+ const name$y = "notifyOnAnnualGeneralMeet";
4345
+ const mutation$k = Selector("Mutation")({
4346
+ [name$y]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4183
4347
  });
4184
4348
 
4185
4349
  const notifyOnAnnualGeneralMeet = {
4186
4350
  __proto__: null,
4187
- mutation: mutation$i,
4188
- name: name$v
4351
+ mutation: mutation$k,
4352
+ name: name$y
4189
4353
  };
4190
4354
 
4191
- const name$u = "restartAnnualGeneralMeet";
4192
- const mutation$h = Selector("Mutation")({
4193
- [name$u]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4355
+ const name$x = "restartAnnualGeneralMeet";
4356
+ const mutation$j = Selector("Mutation")({
4357
+ [name$x]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4194
4358
  });
4195
4359
 
4196
4360
  const restartAnnualGeneralMeet = {
4197
4361
  __proto__: null,
4198
- mutation: mutation$h,
4199
- name: name$u
4362
+ mutation: mutation$j,
4363
+ name: name$x
4200
4364
  };
4201
4365
 
4202
- const name$t = "signByPresiderOnAnnualGeneralMeet";
4203
- const mutation$g = Selector("Mutation")({
4204
- [name$t]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4366
+ const name$w = "signByPresiderOnAnnualGeneralMeet";
4367
+ const mutation$i = Selector("Mutation")({
4368
+ [name$w]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4205
4369
  });
4206
4370
 
4207
4371
  const signByPresiderOnAnnualGeneralMeet = {
4208
4372
  __proto__: null,
4209
- mutation: mutation$g,
4210
- name: name$t
4373
+ mutation: mutation$i,
4374
+ name: name$w
4211
4375
  };
4212
4376
 
4213
- const name$s = "signBySecretaryOnAnnualGeneralMeet";
4214
- const mutation$f = Selector("Mutation")({
4215
- [name$s]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4377
+ const name$v = "signBySecretaryOnAnnualGeneralMeet";
4378
+ const mutation$h = Selector("Mutation")({
4379
+ [name$v]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4216
4380
  });
4217
4381
 
4218
4382
  const signBySecretaryOnAnnualGeneralMeet = {
4219
4383
  __proto__: null,
4220
- mutation: mutation$f,
4221
- name: name$s
4384
+ mutation: mutation$h,
4385
+ name: name$v
4222
4386
  };
4223
4387
 
4224
- const name$r = "voteOnAnnualGeneralMeet";
4225
- const mutation$e = Selector("Mutation")({
4226
- [name$r]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4388
+ const name$u = "voteOnAnnualGeneralMeet";
4389
+ const mutation$g = Selector("Mutation")({
4390
+ [name$u]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4227
4391
  });
4228
4392
 
4229
4393
  const voteOnAnnualGeneralMeet = {
4230
4394
  __proto__: null,
4231
- mutation: mutation$e,
4232
- name: name$r
4395
+ mutation: mutation$g,
4396
+ name: name$u
4233
4397
  };
4234
4398
 
4235
4399
  const index$k = {
@@ -4247,89 +4411,101 @@ const index$k = {
4247
4411
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
4248
4412
  };
4249
4413
 
4250
- const name$q = "addParticipant";
4251
- const mutation$d = Selector("Mutation")({
4252
- [name$q]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4414
+ const name$t = "addParticipant";
4415
+ const mutation$f = Selector("Mutation")({
4416
+ [name$t]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4253
4417
  });
4254
4418
 
4255
4419
  const addParticipant = {
4256
4420
  __proto__: null,
4257
- mutation: mutation$d,
4258
- name: name$q
4421
+ mutation: mutation$f,
4422
+ name: name$t
4259
4423
  };
4260
4424
 
4261
- const name$p = "generateParticipantApplication";
4262
- const mutation$c = Selector("Mutation")({
4263
- [name$p]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4425
+ const name$s = "generateParticipantApplication";
4426
+ const mutation$e = Selector("Mutation")({
4427
+ [name$s]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4264
4428
  });
4265
4429
 
4266
4430
  const generateParticipantApplication = {
4267
4431
  __proto__: null,
4268
- mutation: mutation$c,
4269
- name: name$p
4432
+ mutation: mutation$e,
4433
+ name: name$s
4270
4434
  };
4271
4435
 
4272
- const name$o = "generateParticipantApplicationDecision";
4273
- const mutation$b = Selector("Mutation")({
4274
- [name$o]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4436
+ const name$r = "generateParticipantApplicationDecision";
4437
+ const mutation$d = Selector("Mutation")({
4438
+ [name$r]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4275
4439
  });
4276
4440
 
4277
4441
  const generateParticipantApplicationDecision = {
4278
4442
  __proto__: null,
4279
- mutation: mutation$b,
4280
- name: name$o
4443
+ mutation: mutation$d,
4444
+ name: name$r
4281
4445
  };
4282
4446
 
4283
- const name$n = "registerParticipant";
4284
- const mutation$a = Selector("Mutation")({
4285
- [name$n]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4447
+ const name$q = "registerParticipant";
4448
+ const mutation$c = Selector("Mutation")({
4449
+ [name$q]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4286
4450
  });
4287
4451
 
4288
4452
  const registerParticipant = {
4289
4453
  __proto__: null,
4290
- mutation: mutation$a,
4291
- name: name$n
4454
+ mutation: mutation$c,
4455
+ name: name$q
4456
+ };
4457
+
4458
+ const name$p = "createInitialPayment";
4459
+ const mutation$b = Selector("Mutation")({
4460
+ [name$p]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4461
+ });
4462
+
4463
+ const createInitialPayment = {
4464
+ __proto__: null,
4465
+ mutation: mutation$b,
4466
+ name: name$p
4292
4467
  };
4293
4468
 
4294
4469
  const index$j = {
4295
4470
  __proto__: null,
4296
4471
  AddParticipant: addParticipant,
4472
+ CreateInitialPayment: createInitialPayment,
4297
4473
  GenerateParticipantApplication: generateParticipantApplication,
4298
4474
  GenerateParticipantApplicationDecision: generateParticipantApplicationDecision,
4299
4475
  RegisterParticipant: registerParticipant
4300
4476
  };
4301
4477
 
4302
- const name$m = "createBankAccount";
4303
- const mutation$9 = Selector("Mutation")({
4304
- [name$m]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4478
+ const name$o = "createBankAccount";
4479
+ const mutation$a = Selector("Mutation")({
4480
+ [name$o]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4305
4481
  });
4306
4482
 
4307
4483
  const createBankAccount = {
4308
4484
  __proto__: null,
4309
- mutation: mutation$9,
4310
- name: name$m
4485
+ mutation: mutation$a,
4486
+ name: name$o
4311
4487
  };
4312
4488
 
4313
- const name$l = "deletePaymentMethod";
4314
- const mutation$8 = Selector("Mutation")({
4315
- [name$l]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4489
+ const name$n = "deletePaymentMethod";
4490
+ const mutation$9 = Selector("Mutation")({
4491
+ [name$n]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4316
4492
  });
4317
4493
 
4318
4494
  const deletePaymentMethod = {
4319
4495
  __proto__: null,
4320
- mutation: mutation$8,
4321
- name: name$l
4496
+ mutation: mutation$9,
4497
+ name: name$n
4322
4498
  };
4323
4499
 
4324
- const name$k = "updateBankAccount";
4325
- const mutation$7 = Selector("Mutation")({
4326
- [name$k]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4500
+ const name$m = "updateBankAccount";
4501
+ const mutation$8 = Selector("Mutation")({
4502
+ [name$m]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4327
4503
  });
4328
4504
 
4329
4505
  const updateBankAccount = {
4330
4506
  __proto__: null,
4331
- mutation: mutation$7,
4332
- name: name$k
4507
+ mutation: mutation$8,
4508
+ name: name$m
4333
4509
  };
4334
4510
 
4335
4511
  const index$i = {
@@ -4339,158 +4515,181 @@ const index$i = {
4339
4515
  UpdateBankAccount: updateBankAccount
4340
4516
  };
4341
4517
 
4342
- const rawPaymentDetailsSelector = {
4343
- amount_plus_fee: true,
4344
- amount_without_fee: true,
4345
- data: true,
4346
- fact_fee_percent: true,
4347
- fee_amount: true,
4348
- fee_percent: true,
4349
- tolerance_percent: true
4350
- };
4351
- const rawPaymentSelector = {
4352
- account: rawAccountSelector,
4353
- amount: true,
4354
- blockchain_id: true,
4355
- created_at: true,
4356
- details: rawPaymentDetailsSelector,
4357
- expired_at: true,
4358
- id: true,
4359
- type: true,
4360
- message: true,
4361
- provider: true,
4362
- status: true,
4363
- symbol: true,
4364
- updated_at: true,
4365
- username: true
4518
+ const name$l = "initSystem";
4519
+ const mutation$7 = Selector("Mutation")({
4520
+ [name$l]: [{ data: $("data", "Init!") }, systemInfoSelector]
4521
+ });
4522
+
4523
+ const initSystem = {
4524
+ __proto__: null,
4525
+ mutation: mutation$7,
4526
+ name: name$l
4366
4527
  };
4367
- const paymentSelector = Selector("Payment")(rawPaymentSelector);
4368
4528
 
4369
- const name$j = "createInitialPayment";
4529
+ const name$k = "installSystem";
4370
4530
  const mutation$6 = Selector("Mutation")({
4371
- [name$j]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4531
+ [name$k]: [{ data: $("data", "Install!") }, systemInfoSelector]
4372
4532
  });
4373
4533
 
4374
- const createInitial = {
4534
+ const installSystem = {
4375
4535
  __proto__: null,
4376
4536
  mutation: mutation$6,
4377
- name: name$j
4537
+ name: name$k
4378
4538
  };
4379
4539
 
4380
- const name$i = "createDepositPayment";
4540
+ const name$j = "setWif";
4381
4541
  const mutation$5 = Selector("Mutation")({
4382
- [name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4542
+ [name$j]: [{ data: $("data", "Update!") }, true]
4383
4543
  });
4384
4544
 
4385
- const createDeposit = {
4545
+ const setWif = {
4386
4546
  __proto__: null,
4387
4547
  mutation: mutation$5,
4388
- name: name$i
4548
+ name: name$j
4389
4549
  };
4390
4550
 
4391
- const name$h = "setPaymentStatus";
4551
+ const name$i = "updateSystem";
4392
4552
  const mutation$4 = Selector("Mutation")({
4393
- [name$h]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4553
+ [name$i]: [{ data: $("data", "Update!") }, systemInfoSelector]
4394
4554
  });
4395
4555
 
4396
- const setPaymentStatus = {
4556
+ const updateSystem = {
4397
4557
  __proto__: null,
4398
4558
  mutation: mutation$4,
4399
- name: name$h
4559
+ name: name$i
4400
4560
  };
4401
4561
 
4402
4562
  const index$h = {
4403
4563
  __proto__: null,
4404
- CreateDepositPayment: createDeposit,
4405
- CreateInitialPayment: createInitial,
4406
- SetPaymentStatus: setPaymentStatus
4564
+ InitSystem: initSystem,
4565
+ InstallSystem: installSystem,
4566
+ SetWif: setWif,
4567
+ UpdateSystem: updateSystem
4407
4568
  };
4408
4569
 
4409
- const name$g = "initSystem";
4570
+ const name$h = "createWithdraw";
4410
4571
  const mutation$3 = Selector("Mutation")({
4411
- [name$g]: [{ data: $("data", "Init!") }, systemInfoSelector]
4572
+ [name$h]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4412
4573
  });
4413
4574
 
4414
- const initSystem = {
4575
+ const createWithdraw = {
4415
4576
  __proto__: null,
4416
4577
  mutation: mutation$3,
4417
- name: name$g
4578
+ name: name$h
4418
4579
  };
4419
4580
 
4420
- const name$f = "installSystem";
4581
+ const name$g = "createDepositPayment";
4421
4582
  const mutation$2 = Selector("Mutation")({
4422
- [name$f]: [{ data: $("data", "Install!") }, systemInfoSelector]
4583
+ [name$g]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4423
4584
  });
4424
4585
 
4425
- const installSystem = {
4586
+ const createDepositPayment = {
4426
4587
  __proto__: null,
4427
4588
  mutation: mutation$2,
4428
- name: name$f
4589
+ name: name$g
4429
4590
  };
4430
4591
 
4431
- const name$e = "setWif";
4592
+ const name$f = "generateReturnByMoneyStatementDocument";
4432
4593
  const mutation$1 = Selector("Mutation")({
4433
- [name$e]: [{ data: $("data", "Update!") }, true]
4594
+ [name$f]: [
4595
+ {
4596
+ data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
4597
+ options: $("options", "GenerateDocumentOptionsInput")
4598
+ },
4599
+ rawGeneratedDocumentSelector
4600
+ ]
4434
4601
  });
4435
4602
 
4436
- const setWif = {
4603
+ const generateReturnByMoneyStatementDocument = {
4437
4604
  __proto__: null,
4438
4605
  mutation: mutation$1,
4439
- name: name$e
4606
+ name: name$f
4440
4607
  };
4441
4608
 
4442
- const name$d = "updateSystem";
4609
+ const name$e = "generateReturnByMoneyDecisionDocument";
4443
4610
  const mutation = Selector("Mutation")({
4444
- [name$d]: [{ data: $("data", "Update!") }, systemInfoSelector]
4611
+ [name$e]: [
4612
+ {
4613
+ data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
4614
+ options: $("options", "GenerateDocumentOptionsInput")
4615
+ },
4616
+ rawGeneratedDocumentSelector
4617
+ ]
4445
4618
  });
4446
4619
 
4447
- const updateSystem = {
4620
+ const generateReturnByMoneyDecisionDocument = {
4448
4621
  __proto__: null,
4449
4622
  mutation: mutation,
4450
- name: name$d
4623
+ name: name$e
4451
4624
  };
4452
4625
 
4453
4626
  const index$g = {
4454
4627
  __proto__: null,
4455
- InitSystem: initSystem,
4456
- InstallSystem: installSystem,
4457
- SetWif: setWif,
4458
- UpdateSystem: updateSystem
4628
+ CreateDepositPayment: createDepositPayment,
4629
+ CreateWithdraw: createWithdraw,
4630
+ GenerateReturnByMoneyDecisionDocument: generateReturnByMoneyDecisionDocument,
4631
+ GenerateReturnByMoneyStatementDocument: generateReturnByMoneyStatementDocument
4459
4632
  };
4460
4633
 
4461
4634
  const Mutations = {
4462
4635
  __proto__: null,
4463
- Accounts: index$r,
4464
- Agreements: index$q,
4465
- Auth: index$p,
4466
- Branches: index$o,
4467
- Cooplace: index$n,
4468
- Extensions: index$m,
4469
- FreeDecisions: index$l,
4636
+ Accounts: index$s,
4637
+ Agreements: index$r,
4638
+ Auth: index$q,
4639
+ Branches: index$p,
4640
+ Cooplace: index$o,
4641
+ Extensions: index$n,
4642
+ FreeDecisions: index$m,
4643
+ Gateway: index$l,
4470
4644
  Meet: index$k,
4471
4645
  Participants: index$j,
4472
4646
  PaymentMethods: index$i,
4473
- Payments: index$h,
4474
- System: index$g
4647
+ System: index$h,
4648
+ Wallet: index$g
4475
4649
  };
4476
4650
 
4477
- const name$c = "getAccount";
4478
- const query$c = Selector("Query")({
4479
- [name$c]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4651
+ const name$d = "getAccount";
4652
+ const query$d = Selector("Query")({
4653
+ [name$d]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4480
4654
  });
4481
4655
 
4482
4656
  const getAccount = {
4657
+ __proto__: null,
4658
+ name: name$d,
4659
+ query: query$d
4660
+ };
4661
+
4662
+ const name$c = "getAccounts";
4663
+ const query$c = Selector("Query")({
4664
+ [name$c]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4665
+ });
4666
+
4667
+ const getAccounts = {
4483
4668
  __proto__: null,
4484
4669
  name: name$c,
4485
4670
  query: query$c
4486
4671
  };
4487
4672
 
4488
- const name$b = "getAccounts";
4673
+ const rawSearchPrivateAccountsResultSelector = {
4674
+ type: true,
4675
+ score: true,
4676
+ highlightedFields: true,
4677
+ data: {
4678
+ "...on Individual": rawIndividualSelector,
4679
+ "...on Entrepreneur": rawEntrepreneurSelector,
4680
+ "...on Organization": rawOrganizationSelector
4681
+ }
4682
+ };
4683
+ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult")(
4684
+ rawSearchPrivateAccountsResultSelector
4685
+ );
4686
+
4687
+ const name$b = "searchPrivateAccounts";
4489
4688
  const query$b = Selector("Query")({
4490
- [name$b]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4689
+ [name$b]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4491
4690
  });
4492
4691
 
4493
- const getAccounts = {
4692
+ const searchPrivateAccounts = {
4494
4693
  __proto__: null,
4495
4694
  name: name$b,
4496
4695
  query: query$b
@@ -4499,7 +4698,8 @@ const getAccounts = {
4499
4698
  const index$f = {
4500
4699
  __proto__: null,
4501
4700
  GetAccount: getAccount,
4502
- GetAccounts: getAccounts
4701
+ GetAccounts: getAccounts,
4702
+ SearchPrivateAccounts: searchPrivateAccounts
4503
4703
  };
4504
4704
 
4505
4705
  const rawBlockchainDecisionSelector = {
@@ -4671,67 +4871,73 @@ const index$a = {
4671
4871
  GetExtensions: getExtensions
4672
4872
  };
4673
4873
 
4674
- const name$4 = "getMeet";
4874
+ const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
4875
+ const name$4 = "getPayments";
4675
4876
  const query$4 = Selector("Query")({
4676
- [name$4]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
4877
+ [name$4]: [
4878
+ {
4879
+ data: $("data", "PaymentFiltersInput"),
4880
+ options: $("options", "PaginationInput")
4881
+ },
4882
+ paginatedPaymentsSelector
4883
+ ]
4677
4884
  });
4678
4885
 
4679
- const getMeet = {
4886
+ const getPayments = {
4680
4887
  __proto__: null,
4681
4888
  name: name$4,
4682
4889
  query: query$4
4683
4890
  };
4684
4891
 
4685
- const name$3 = "getMeets";
4892
+ const index$9 = {
4893
+ __proto__: null,
4894
+ GetPayments: getPayments
4895
+ };
4896
+
4897
+ const name$3 = "getMeet";
4686
4898
  const query$3 = Selector("Query")({
4687
- [name$3]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
4899
+ [name$3]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
4688
4900
  });
4689
4901
 
4690
- const getMeets = {
4902
+ const getMeet = {
4691
4903
  __proto__: null,
4692
4904
  name: name$3,
4693
4905
  query: query$3
4694
4906
  };
4695
4907
 
4696
- const index$9 = {
4697
- __proto__: null,
4698
- GetMeet: getMeet,
4699
- GetMeets: getMeets
4700
- };
4701
-
4702
- const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
4703
- Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
4704
-
4705
- const name$2 = "getPaymentMethods";
4908
+ const name$2 = "getMeets";
4706
4909
  const query$2 = Selector("Query")({
4707
- [name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
4910
+ [name$2]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
4708
4911
  });
4709
4912
 
4710
- const getPaymentMethods = {
4913
+ const getMeets = {
4711
4914
  __proto__: null,
4915
+ name: name$2,
4712
4916
  query: query$2
4713
4917
  };
4714
4918
 
4715
4919
  const index$8 = {
4716
4920
  __proto__: null,
4717
- GetPaymentMethods: getPaymentMethods
4921
+ GetMeet: getMeet,
4922
+ GetMeets: getMeets
4718
4923
  };
4719
4924
 
4720
- const paymentPaginationSelector = { ...paginationSelector, items: rawPaymentSelector };
4721
- const name$1 = "getPayments";
4925
+ const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
4926
+ Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
4927
+
4928
+ const name$1 = "getPaymentMethods";
4722
4929
  const query$1 = Selector("Query")({
4723
- [name$1]: [{ data: $("data", "GetPaymentsInput"), options: $("options", "PaginationInput") }, paymentPaginationSelector]
4930
+ [name$1]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
4724
4931
  });
4725
4932
 
4726
- const getPayments = {
4933
+ const getPaymentMethods = {
4727
4934
  __proto__: null,
4728
- name: name$1,
4729
4935
  query: query$1
4730
4936
  };
4731
4937
 
4732
4938
  const index$7 = {
4733
4939
  __proto__: null,
4734
- GetPayments: getPayments
4940
+ GetPaymentMethods: getPaymentMethods
4735
4941
  };
4736
4942
 
4737
4943
  const name = "getSystemInfo";
@@ -4758,9 +4964,9 @@ const index$5 = {
4758
4964
  Desktop: index$c,
4759
4965
  Documents: index$b,
4760
4966
  Extensions: index$a,
4761
- Meet: index$9,
4762
- PaymentMethods: index$8,
4763
- Payments: index$7,
4967
+ Gateway: index$9,
4968
+ Meet: index$8,
4969
+ PaymentMethods: index$7,
4764
4970
  System: index$6
4765
4971
  };
4766
4972
 
@@ -4863,8 +5069,8 @@ const _Client = class _Client {
4863
5069
  signature
4864
5070
  }
4865
5071
  };
4866
- const { [name$1b]: result } = await this.thunder("mutation")(
4867
- mutation$_,
5072
+ const { [name$1h]: result } = await this.thunder("mutation")(
5073
+ mutation$13,
4868
5074
  {
4869
5075
  variables
4870
5076
  }
@@ -4991,4 +5197,4 @@ exports.Client = Client;
4991
5197
  exports.Mutations = Mutations;
4992
5198
  exports.Queries = index$5;
4993
5199
  exports.Types = index;
4994
- exports.Zeus = index$s;
5200
+ exports.Zeus = index$t;