@coopenomics/sdk 2025.6.24 → 2025.7.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.mjs CHANGED
@@ -821,6 +821,9 @@ const AllTypesProps = {
821
821
  },
822
822
  CreateParentOfferInput: {},
823
823
  CreateProjectFreeDecisionInput: {},
824
+ CreateWithdrawInput: {
825
+ statement: "ReturnByMoneySignedDocumentInput"
826
+ },
824
827
  DateTime: `scalar.DateTime`,
825
828
  DeclineRequestInput: {},
826
829
  DeleteBranchInput: {},
@@ -851,9 +854,6 @@ const AllTypesProps = {
851
854
  GetMeetInput: {},
852
855
  GetMeetsInput: {},
853
856
  GetPaymentMethodsInput: {},
854
- GetPaymentsInput: {
855
- status: "PaymentStatus"
856
- },
857
857
  Init: {
858
858
  organization_data: "CreateOrganizationDataInput",
859
859
  vars: "VarsInput"
@@ -913,6 +913,9 @@ const AllTypesProps = {
913
913
  createProjectOfFreeDecision: {
914
914
  data: "CreateProjectFreeDecisionInput"
915
915
  },
916
+ createWithdraw: {
917
+ input: "CreateWithdrawInput"
918
+ },
916
919
  declineRequest: {
917
920
  data: "DeclineRequestInput"
918
921
  },
@@ -994,6 +997,14 @@ const AllTypesProps = {
994
997
  data: "ReturnByAssetStatementGenerateDocumentInput",
995
998
  options: "GenerateDocumentOptionsInput"
996
999
  },
1000
+ generateReturnByMoneyDecisionDocument: {
1001
+ data: "ReturnByMoneyDecisionGenerateDocumentInput",
1002
+ options: "GenerateDocumentOptionsInput"
1003
+ },
1004
+ generateReturnByMoneyStatementDocument: {
1005
+ data: "ReturnByMoneyGenerateDocumentInput",
1006
+ options: "GenerateDocumentOptionsInput"
1007
+ },
997
1008
  generateSelectBranchDocument: {
998
1009
  data: "SelectBranchGenerateDocumentInput",
999
1010
  options: "GenerateDocumentOptionsInput"
@@ -1122,7 +1133,14 @@ const AllTypesProps = {
1122
1133
  },
1123
1134
  ParticipantApplicationSignedMetaDocumentInput: {},
1124
1135
  PassportInput: {},
1136
+ PaymentDirection: "enum",
1137
+ PaymentFiltersInput: {
1138
+ direction: "PaymentDirection",
1139
+ status: "PaymentStatus",
1140
+ type: "PaymentType"
1141
+ },
1125
1142
  PaymentStatus: "enum",
1143
+ PaymentType: "enum",
1126
1144
  ProhibitRequestInput: {},
1127
1145
  ProjectFreeDecisionGenerateDocumentInput: {},
1128
1146
  ProjectFreeDecisionSignedDocumentInput: {
@@ -1161,7 +1179,7 @@ const AllTypesProps = {
1161
1179
  data: "GetPaymentMethodsInput"
1162
1180
  },
1163
1181
  getPayments: {
1164
- data: "GetPaymentsInput",
1182
+ data: "PaymentFiltersInput",
1165
1183
  options: "PaginationInput"
1166
1184
  },
1167
1185
  searchPrivateAccounts: {
@@ -1209,6 +1227,13 @@ const AllTypesProps = {
1209
1227
  ReturnByAssetStatementSignedMetaDocumentInput: {
1210
1228
  request: "CommonRequestInput"
1211
1229
  },
1230
+ ReturnByMoneyDecisionGenerateDocumentInput: {},
1231
+ ReturnByMoneyGenerateDocumentInput: {},
1232
+ ReturnByMoneySignedDocumentInput: {
1233
+ meta: "ReturnByMoneySignedMetaDocumentInput",
1234
+ signatures: "SignatureInfoInput"
1235
+ },
1236
+ ReturnByMoneySignedMetaDocumentInput: {},
1212
1237
  SearchPrivateAccountsInput: {},
1213
1238
  SelectBranchGenerateDocumentInput: {},
1214
1239
  SelectBranchInput: {
@@ -1507,6 +1532,9 @@ const ReturnTypes = {
1507
1532
  username: "String",
1508
1533
  verifications: "Verification"
1509
1534
  },
1535
+ CreateWithdrawResponse: {
1536
+ withdraw_hash: "String"
1537
+ },
1510
1538
  CreatedProjectFreeDecision: {
1511
1539
  decision: "String",
1512
1540
  id: "String",
@@ -1612,6 +1640,36 @@ const ReturnTypes = {
1612
1640
  title: "String",
1613
1641
  updated_at: "DateTime"
1614
1642
  },
1643
+ GatewayPayment: {
1644
+ blockchain_data: "JSON",
1645
+ can_change_status: "Boolean",
1646
+ coopname: "String",
1647
+ created_at: "DateTime",
1648
+ direction: "PaymentDirection",
1649
+ direction_label: "String",
1650
+ expired_at: "DateTime",
1651
+ formatted_amount: "String",
1652
+ hash: "String",
1653
+ id: "ID",
1654
+ income_hash: "String",
1655
+ is_final: "Boolean",
1656
+ memo: "String",
1657
+ message: "String",
1658
+ outcome_hash: "String",
1659
+ payment_details: "PaymentDetails",
1660
+ payment_method_id: "String",
1661
+ provider: "String",
1662
+ quantity: "Float",
1663
+ statement: "JSON",
1664
+ status: "PaymentStatus",
1665
+ status_label: "String",
1666
+ symbol: "String",
1667
+ type: "PaymentType",
1668
+ type_label: "String",
1669
+ updated_at: "DateTime",
1670
+ username: "String",
1671
+ username_certificate: "UserCertificateUnion"
1672
+ },
1615
1673
  GeneratedDocument: {
1616
1674
  binary: "String",
1617
1675
  full_title: "String",
@@ -1748,10 +1806,11 @@ const ReturnTypes = {
1748
1806
  createBankAccount: "PaymentMethod",
1749
1807
  createBranch: "Branch",
1750
1808
  createChildOrder: "Transaction",
1751
- createDepositPayment: "Payment",
1752
- createInitialPayment: "Payment",
1809
+ createDepositPayment: "GatewayPayment",
1810
+ createInitialPayment: "GatewayPayment",
1753
1811
  createParentOffer: "Transaction",
1754
1812
  createProjectOfFreeDecision: "CreatedProjectFreeDecision",
1813
+ createWithdraw: "CreateWithdrawResponse",
1755
1814
  declineRequest: "Transaction",
1756
1815
  deleteBranch: "Boolean",
1757
1816
  deletePaymentMethod: "Boolean",
@@ -1774,6 +1833,8 @@ const ReturnTypes = {
1774
1833
  generateReturnByAssetAct: "GeneratedDocument",
1775
1834
  generateReturnByAssetDecision: "GeneratedDocument",
1776
1835
  generateReturnByAssetStatement: "GeneratedDocument",
1836
+ generateReturnByMoneyDecisionDocument: "GeneratedDocument",
1837
+ generateReturnByMoneyStatementDocument: "GeneratedDocument",
1777
1838
  generateSelectBranchDocument: "GeneratedDocument",
1778
1839
  generateSignatureAgreement: "GeneratedDocument",
1779
1840
  generateSovietDecisionOnAnnualMeetDocument: "GeneratedDocument",
@@ -1796,7 +1857,7 @@ const ReturnTypes = {
1796
1857
  resetKey: "Boolean",
1797
1858
  restartAnnualGeneralMeet: "MeetAggregate",
1798
1859
  selectBranch: "Boolean",
1799
- setPaymentStatus: "Payment",
1860
+ setPaymentStatus: "GatewayPayment",
1800
1861
  setWif: "Boolean",
1801
1862
  signByPresiderOnAnnualGeneralMeet: "MeetAggregate",
1802
1863
  signBySecretaryOnAnnualGeneralMeet: "MeetAggregate",
@@ -1838,6 +1899,12 @@ const ReturnTypes = {
1838
1899
  kpp: "String",
1839
1900
  ogrn: "String"
1840
1901
  },
1902
+ PaginatedGatewayPaymentsPaginationResult: {
1903
+ currentPage: "Int",
1904
+ items: "GatewayPayment",
1905
+ totalCount: "Int",
1906
+ totalPages: "Int"
1907
+ },
1841
1908
  ParticipantAccount: {
1842
1909
  braname: "String",
1843
1910
  created_at: "DateTime",
@@ -1859,26 +1926,10 @@ const ReturnTypes = {
1859
1926
  number: "Int",
1860
1927
  series: "Int"
1861
1928
  },
1862
- Payment: {
1863
- account: "Account",
1864
- amount: "Float",
1865
- blockchain_id: "Float",
1866
- created_at: "DateTime",
1867
- details: "PaymentDetails",
1868
- expired_at: "DateTime",
1869
- id: "String",
1870
- message: "String",
1871
- provider: "String",
1872
- status: "PaymentStatus",
1873
- symbol: "String",
1874
- type: "String",
1875
- updated_at: "DateTime",
1876
- username: "String"
1877
- },
1878
1929
  PaymentDetails: {
1879
1930
  amount_plus_fee: "String",
1880
1931
  amount_without_fee: "String",
1881
- data: "String",
1932
+ data: "JSON",
1882
1933
  fact_fee_percent: "Float",
1883
1934
  fee_amount: "String",
1884
1935
  fee_percent: "Float",
@@ -1903,12 +1954,6 @@ const ReturnTypes = {
1903
1954
  totalCount: "Int",
1904
1955
  totalPages: "Int"
1905
1956
  },
1906
- PaymentPaginationResult: {
1907
- currentPage: "Int",
1908
- items: "Payment",
1909
- totalCount: "Int",
1910
- totalPages: "Int"
1911
- },
1912
1957
  Permission: {
1913
1958
  parent: "String",
1914
1959
  perm_name: "String",
@@ -1955,7 +2000,7 @@ const ReturnTypes = {
1955
2000
  getMeet: "MeetAggregate",
1956
2001
  getMeets: "MeetAggregate",
1957
2002
  getPaymentMethods: "PaymentMethodPaginationResult",
1958
- getPayments: "PaymentPaginationResult",
2003
+ getPayments: "PaginatedGatewayPaymentsPaginationResult",
1959
2004
  getSystemInfo: "SystemInfo",
1960
2005
  searchPrivateAccounts: "PrivateAccountSearchResult"
1961
2006
  },
@@ -2670,15 +2715,28 @@ var OrganizationType = /* @__PURE__ */ ((OrganizationType2) => {
2670
2715
  OrganizationType2["ZAO"] = "ZAO";
2671
2716
  return OrganizationType2;
2672
2717
  })(OrganizationType || {});
2718
+ var PaymentDirection = /* @__PURE__ */ ((PaymentDirection2) => {
2719
+ PaymentDirection2["INCOMING"] = "INCOMING";
2720
+ PaymentDirection2["OUTGOING"] = "OUTGOING";
2721
+ return PaymentDirection2;
2722
+ })(PaymentDirection || {});
2673
2723
  var PaymentStatus = /* @__PURE__ */ ((PaymentStatus2) => {
2724
+ PaymentStatus2["CANCELLED"] = "CANCELLED";
2674
2725
  PaymentStatus2["COMPLETED"] = "COMPLETED";
2675
2726
  PaymentStatus2["EXPIRED"] = "EXPIRED";
2676
2727
  PaymentStatus2["FAILED"] = "FAILED";
2677
2728
  PaymentStatus2["PAID"] = "PAID";
2678
2729
  PaymentStatus2["PENDING"] = "PENDING";
2730
+ PaymentStatus2["PROCESSING"] = "PROCESSING";
2679
2731
  PaymentStatus2["REFUNDED"] = "REFUNDED";
2680
2732
  return PaymentStatus2;
2681
2733
  })(PaymentStatus || {});
2734
+ var PaymentType = /* @__PURE__ */ ((PaymentType2) => {
2735
+ PaymentType2["DEPOSIT"] = "DEPOSIT";
2736
+ PaymentType2["REGISTRATION"] = "REGISTRATION";
2737
+ PaymentType2["WITHDRAWAL"] = "WITHDRAWAL";
2738
+ return PaymentType2;
2739
+ })(PaymentType || {});
2682
2740
  var SystemStatus = /* @__PURE__ */ ((SystemStatus2) => {
2683
2741
  SystemStatus2["active"] = "active";
2684
2742
  SystemStatus2["install"] = "install";
@@ -2697,7 +2755,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
2697
2755
  return UserStatus2;
2698
2756
  })(UserStatus || {});
2699
2757
 
2700
- const index$s = {
2758
+ const index$t = {
2701
2759
  __proto__: null,
2702
2760
  $: $,
2703
2761
  AccountType: AccountType,
@@ -2712,7 +2770,9 @@ const index$s = {
2712
2770
  InternalArgsBuilt: InternalArgsBuilt,
2713
2771
  InternalsBuildQuery: InternalsBuildQuery,
2714
2772
  OrganizationType: OrganizationType,
2773
+ PaymentDirection: PaymentDirection,
2715
2774
  PaymentStatus: PaymentStatus,
2775
+ PaymentType: PaymentType,
2716
2776
  PrepareScalarPaths: PrepareScalarPaths,
2717
2777
  ResolveFromPath: ResolveFromPath,
2718
2778
  SEPARATOR: SEPARATOR,
@@ -3073,37 +3133,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
3073
3133
  rawRegisteredAccountSelector
3074
3134
  );
3075
3135
 
3076
- const name$1m = "registerAccount";
3077
- const mutation$18 = Selector("Mutation")({
3078
- [name$1m]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3136
+ const name$1r = "registerAccount";
3137
+ const mutation$1d = Selector("Mutation")({
3138
+ [name$1r]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3079
3139
  });
3080
3140
 
3081
3141
  const registerAccount = {
3082
3142
  __proto__: null,
3083
- mutation: mutation$18,
3084
- name: name$1m
3143
+ mutation: mutation$1d,
3144
+ name: name$1r
3085
3145
  };
3086
3146
 
3087
- const name$1l = "resetKey";
3088
- const mutation$17 = Selector("Mutation")({
3089
- [name$1l]: [{ data: $("data", "ResetKeyInput!") }, true]
3147
+ const name$1q = "resetKey";
3148
+ const mutation$1c = Selector("Mutation")({
3149
+ [name$1q]: [{ data: $("data", "ResetKeyInput!") }, true]
3090
3150
  });
3091
3151
 
3092
3152
  const resetKey = {
3093
3153
  __proto__: null,
3094
- mutation: mutation$17,
3095
- name: name$1l
3154
+ mutation: mutation$1c,
3155
+ name: name$1q
3096
3156
  };
3097
3157
 
3098
- const name$1k = "startResetKey";
3099
- const mutation$16 = Selector("Mutation")({
3100
- [name$1k]: [{ data: $("data", "StartResetKeyInput!") }, true]
3158
+ const name$1p = "startResetKey";
3159
+ const mutation$1b = Selector("Mutation")({
3160
+ [name$1p]: [{ data: $("data", "StartResetKeyInput!") }, true]
3101
3161
  });
3102
3162
 
3103
3163
  const startResetKey = {
3104
3164
  __proto__: null,
3105
- mutation: mutation$16,
3106
- name: name$1k
3165
+ mutation: mutation$1b,
3166
+ name: name$1p
3107
3167
  };
3108
3168
 
3109
3169
  const paginationSelector = {
@@ -3218,6 +3278,49 @@ const rawFreeProjectSelector = {
3218
3278
  };
3219
3279
  const createdProjectFreeDecisionSelector = Selector("CreatedProjectFreeDecision")(rawFreeProjectSelector);
3220
3280
 
3281
+ const rawPaymentDetailsSelector = {
3282
+ data: true,
3283
+ amount_plus_fee: true,
3284
+ amount_without_fee: true,
3285
+ fee_amount: true,
3286
+ fee_percent: true,
3287
+ fact_fee_percent: true,
3288
+ tolerance_percent: true
3289
+ };
3290
+ const rawPaymentSelector = {
3291
+ id: true,
3292
+ hash: true,
3293
+ coopname: true,
3294
+ username: true,
3295
+ username_certificate: rawUserCertificateUnionSelector,
3296
+ quantity: true,
3297
+ symbol: true,
3298
+ type: true,
3299
+ direction: true,
3300
+ status: true,
3301
+ provider: true,
3302
+ payment_method_id: true,
3303
+ message: true,
3304
+ memo: true,
3305
+ expired_at: true,
3306
+ created_at: true,
3307
+ updated_at: true,
3308
+ payment_details: rawPaymentDetailsSelector,
3309
+ blockchain_data: true,
3310
+ statement: true,
3311
+ // Поля для обратной совместимости
3312
+ outcome_hash: true,
3313
+ income_hash: true,
3314
+ // Вычисляемые поля
3315
+ formatted_amount: true,
3316
+ status_label: true,
3317
+ type_label: true,
3318
+ direction_label: true,
3319
+ can_change_status: true,
3320
+ is_final: true
3321
+ };
3322
+ const paymentSelector = Selector("GatewayPayment")(rawPaymentSelector);
3323
+
3221
3324
  const rawGeneratedDocumentSelector = {
3222
3325
  hash: true,
3223
3326
  binary: true,
@@ -3510,18 +3613,23 @@ const rawSystemInfoSelector = {
3510
3613
  };
3511
3614
  const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
3512
3615
 
3513
- const name$1j = "updateAccount";
3514
- const mutation$15 = Selector("Mutation")({
3515
- [name$1j]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3616
+ const rawCreateWithdrawResponseSelector = {
3617
+ withdraw_hash: true
3618
+ };
3619
+ const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
3620
+
3621
+ const name$1o = "updateAccount";
3622
+ const mutation$1a = Selector("Mutation")({
3623
+ [name$1o]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3516
3624
  });
3517
3625
 
3518
3626
  const updateAccount = {
3519
3627
  __proto__: null,
3520
- mutation: mutation$15,
3521
- name: name$1j
3628
+ mutation: mutation$1a,
3629
+ name: name$1o
3522
3630
  };
3523
3631
 
3524
- const index$r = {
3632
+ const index$s = {
3525
3633
  __proto__: null,
3526
3634
  RegisterAccount: registerAccount,
3527
3635
  ResetKey: resetKey,
@@ -3529,440 +3637,440 @@ const index$r = {
3529
3637
  UpdateAccount: updateAccount
3530
3638
  };
3531
3639
 
3532
- const name$1i = "generatePrivacyAgreement";
3533
- const mutation$14 = Selector("Mutation")({
3534
- [name$1i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3640
+ const name$1n = "generatePrivacyAgreement";
3641
+ const mutation$19 = Selector("Mutation")({
3642
+ [name$1n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3535
3643
  });
3536
3644
 
3537
3645
  const generatePrivacyAgreement = {
3646
+ __proto__: null,
3647
+ mutation: mutation$19,
3648
+ name: name$1n
3649
+ };
3650
+
3651
+ const name$1m = "generateSignatureAgreement";
3652
+ const mutation$18 = Selector("Mutation")({
3653
+ [name$1m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3654
+ });
3655
+
3656
+ const generateSignatureAgreement = {
3657
+ __proto__: null,
3658
+ mutation: mutation$18,
3659
+ name: name$1m
3660
+ };
3661
+
3662
+ const name$1l = "generateWalletAgreement";
3663
+ const mutation$17 = Selector("Mutation")({
3664
+ [name$1l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3665
+ });
3666
+
3667
+ const generateWalletAgreement = {
3668
+ __proto__: null,
3669
+ mutation: mutation$17,
3670
+ name: name$1l
3671
+ };
3672
+
3673
+ const name$1k = "generateUserAgreement";
3674
+ const mutation$16 = Selector("Mutation")({
3675
+ [name$1k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3676
+ });
3677
+
3678
+ const generateUserAgreement = {
3679
+ __proto__: null,
3680
+ mutation: mutation$16,
3681
+ name: name$1k
3682
+ };
3683
+
3684
+ const index$r = {
3685
+ __proto__: null,
3686
+ GeneratePrivacyAgreement: generatePrivacyAgreement,
3687
+ GenerateSignatureAgreement: generateSignatureAgreement,
3688
+ GenerateUserAgreement: generateUserAgreement,
3689
+ GenerateWalletAgreement: generateWalletAgreement
3690
+ };
3691
+
3692
+ const name$1j = "refresh";
3693
+ const mutation$15 = Selector("Mutation")({
3694
+ [name$1j]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3695
+ });
3696
+
3697
+ const refresh = {
3698
+ __proto__: null,
3699
+ mutation: mutation$15,
3700
+ name: name$1j
3701
+ };
3702
+
3703
+ const name$1i = "logout";
3704
+ const mutation$14 = Selector("Mutation")({
3705
+ [name$1i]: [{ data: $("data", "LogoutInput!") }, true]
3706
+ });
3707
+
3708
+ const logout = {
3538
3709
  __proto__: null,
3539
3710
  mutation: mutation$14,
3540
3711
  name: name$1i
3541
3712
  };
3542
3713
 
3543
- const name$1h = "generateSignatureAgreement";
3714
+ const name$1h = "login";
3544
3715
  const mutation$13 = Selector("Mutation")({
3545
- [name$1h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3716
+ [name$1h]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3546
3717
  });
3547
3718
 
3548
- const generateSignatureAgreement = {
3719
+ const login = {
3549
3720
  __proto__: null,
3550
3721
  mutation: mutation$13,
3551
3722
  name: name$1h
3552
3723
  };
3553
3724
 
3554
- const name$1g = "generateWalletAgreement";
3725
+ const index$q = {
3726
+ __proto__: null,
3727
+ Login: login,
3728
+ Logout: logout,
3729
+ Refresh: refresh
3730
+ };
3731
+
3732
+ const name$1g = "addTrustedAccount";
3555
3733
  const mutation$12 = Selector("Mutation")({
3556
- [name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3734
+ [name$1g]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3557
3735
  });
3558
3736
 
3559
- const generateWalletAgreement = {
3737
+ const addTrustedAccount = {
3560
3738
  __proto__: null,
3561
3739
  mutation: mutation$12,
3562
3740
  name: name$1g
3563
3741
  };
3564
3742
 
3565
- const name$1f = "generateUserAgreement";
3743
+ const name$1f = "createBranch";
3566
3744
  const mutation$11 = Selector("Mutation")({
3567
- [name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3745
+ [name$1f]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3568
3746
  });
3569
3747
 
3570
- const generateUserAgreement = {
3748
+ const createBranch = {
3571
3749
  __proto__: null,
3572
3750
  mutation: mutation$11,
3573
3751
  name: name$1f
3574
3752
  };
3575
3753
 
3576
- const index$q = {
3577
- __proto__: null,
3578
- GeneratePrivacyAgreement: generatePrivacyAgreement,
3579
- GenerateSignatureAgreement: generateSignatureAgreement,
3580
- GenerateUserAgreement: generateUserAgreement,
3581
- GenerateWalletAgreement: generateWalletAgreement
3582
- };
3583
-
3584
- const name$1e = "refresh";
3754
+ const name$1e = "deleteBranch";
3585
3755
  const mutation$10 = Selector("Mutation")({
3586
- [name$1e]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3756
+ [name$1e]: [{ data: $("data", "DeleteBranchInput!") }, true]
3587
3757
  });
3588
3758
 
3589
- const refresh = {
3759
+ const deleteBranch = {
3590
3760
  __proto__: null,
3591
3761
  mutation: mutation$10,
3592
3762
  name: name$1e
3593
3763
  };
3594
3764
 
3595
- const name$1d = "logout";
3765
+ const name$1d = "deleteTrustedAccount";
3596
3766
  const mutation$$ = Selector("Mutation")({
3597
- [name$1d]: [{ data: $("data", "LogoutInput!") }, true]
3767
+ [name$1d]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3598
3768
  });
3599
3769
 
3600
- const logout = {
3770
+ const deleteTrustedAccount = {
3601
3771
  __proto__: null,
3602
3772
  mutation: mutation$$,
3603
3773
  name: name$1d
3604
3774
  };
3605
3775
 
3606
- const name$1c = "login";
3776
+ const name$1c = "editBranch";
3607
3777
  const mutation$_ = Selector("Mutation")({
3608
- [name$1c]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3778
+ [name$1c]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3609
3779
  });
3610
3780
 
3611
- const login = {
3781
+ const editBranch = {
3612
3782
  __proto__: null,
3613
3783
  mutation: mutation$_,
3614
3784
  name: name$1c
3615
3785
  };
3616
3786
 
3617
- const index$p = {
3618
- __proto__: null,
3619
- Login: login,
3620
- Logout: logout,
3621
- Refresh: refresh
3622
- };
3623
-
3624
- const name$1b = "addTrustedAccount";
3787
+ const name$1b = "generateSelectBranchDocument";
3625
3788
  const mutation$Z = Selector("Mutation")({
3626
- [name$1b]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3789
+ [name$1b]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3627
3790
  });
3628
3791
 
3629
- const addTrustedAccount = {
3792
+ const generateSelectBranchDocument = {
3630
3793
  __proto__: null,
3631
3794
  mutation: mutation$Z,
3632
3795
  name: name$1b
3633
3796
  };
3634
3797
 
3635
- const name$1a = "createBranch";
3798
+ const name$1a = "selectBranch";
3636
3799
  const mutation$Y = Selector("Mutation")({
3637
- [name$1a]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3800
+ [name$1a]: [{ data: $("data", "SelectBranchInput!") }, true]
3638
3801
  });
3639
3802
 
3640
- const createBranch = {
3803
+ const selectBranch = {
3641
3804
  __proto__: null,
3642
3805
  mutation: mutation$Y,
3643
3806
  name: name$1a
3644
3807
  };
3645
3808
 
3646
- const name$19 = "deleteBranch";
3809
+ const index$p = {
3810
+ __proto__: null,
3811
+ AddTrustedAccount: addTrustedAccount,
3812
+ CreateBranch: createBranch,
3813
+ DeleteBranch: deleteBranch,
3814
+ DeleteTrustedAccount: deleteTrustedAccount,
3815
+ EditBranch: editBranch,
3816
+ GenerateSelectBranchDocument: generateSelectBranchDocument,
3817
+ SelectBranch: selectBranch
3818
+ };
3819
+
3820
+ const name$19 = "acceptChildOrder";
3647
3821
  const mutation$X = Selector("Mutation")({
3648
- [name$19]: [{ data: $("data", "DeleteBranchInput!") }, true]
3822
+ [name$19]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3649
3823
  });
3650
3824
 
3651
- const deleteBranch = {
3825
+ const acceptChildOrder = {
3652
3826
  __proto__: null,
3653
3827
  mutation: mutation$X,
3654
3828
  name: name$19
3655
3829
  };
3656
3830
 
3657
- const name$18 = "deleteTrustedAccount";
3831
+ const name$18 = "cancelRequest";
3658
3832
  const mutation$W = Selector("Mutation")({
3659
- [name$18]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3833
+ [name$18]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3660
3834
  });
3661
3835
 
3662
- const deleteTrustedAccount = {
3836
+ const cancelRequest = {
3663
3837
  __proto__: null,
3664
3838
  mutation: mutation$W,
3665
3839
  name: name$18
3666
3840
  };
3667
3841
 
3668
- const name$17 = "editBranch";
3842
+ const name$17 = "confirmReceiveOnRequest";
3669
3843
  const mutation$V = Selector("Mutation")({
3670
- [name$17]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3844
+ [name$17]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3671
3845
  });
3672
3846
 
3673
- const editBranch = {
3847
+ const completeReceiveOnRequest = {
3674
3848
  __proto__: null,
3675
3849
  mutation: mutation$V,
3676
3850
  name: name$17
3677
3851
  };
3678
3852
 
3679
- const name$16 = "generateSelectBranchDocument";
3853
+ const name$16 = "completeRequest";
3680
3854
  const mutation$U = Selector("Mutation")({
3681
- [name$16]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3855
+ [name$16]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3682
3856
  });
3683
3857
 
3684
- const generateSelectBranchDocument = {
3858
+ const completeRequest = {
3685
3859
  __proto__: null,
3686
3860
  mutation: mutation$U,
3687
3861
  name: name$16
3688
3862
  };
3689
3863
 
3690
- const name$15 = "selectBranch";
3864
+ const name$15 = "confirmSupplyOnRequest";
3691
3865
  const mutation$T = Selector("Mutation")({
3692
- [name$15]: [{ data: $("data", "SelectBranchInput!") }, true]
3866
+ [name$15]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3693
3867
  });
3694
3868
 
3695
- const selectBranch = {
3869
+ const confirmSupplyOnRequest = {
3696
3870
  __proto__: null,
3697
3871
  mutation: mutation$T,
3698
3872
  name: name$15
3699
3873
  };
3700
3874
 
3701
- const index$o = {
3702
- __proto__: null,
3703
- AddTrustedAccount: addTrustedAccount,
3704
- CreateBranch: createBranch,
3705
- DeleteBranch: deleteBranch,
3706
- DeleteTrustedAccount: deleteTrustedAccount,
3707
- EditBranch: editBranch,
3708
- GenerateSelectBranchDocument: generateSelectBranchDocument,
3709
- SelectBranch: selectBranch
3710
- };
3711
-
3712
- const name$14 = "acceptChildOrder";
3875
+ const name$14 = "createChildOrder";
3713
3876
  const mutation$S = Selector("Mutation")({
3714
- [name$14]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3877
+ [name$14]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3715
3878
  });
3716
3879
 
3717
- const acceptChildOrder = {
3880
+ const createChildOrder = {
3718
3881
  __proto__: null,
3719
3882
  mutation: mutation$S,
3720
3883
  name: name$14
3721
3884
  };
3722
3885
 
3723
- const name$13 = "cancelRequest";
3886
+ const name$13 = "createParentOffer";
3724
3887
  const mutation$R = Selector("Mutation")({
3725
- [name$13]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3888
+ [name$13]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3726
3889
  });
3727
3890
 
3728
- const cancelRequest = {
3891
+ const createParentOffer = {
3729
3892
  __proto__: null,
3730
3893
  mutation: mutation$R,
3731
3894
  name: name$13
3732
3895
  };
3733
3896
 
3734
- const name$12 = "confirmReceiveOnRequest";
3897
+ const name$12 = "declineRequest";
3735
3898
  const mutation$Q = Selector("Mutation")({
3736
- [name$12]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3899
+ [name$12]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3737
3900
  });
3738
3901
 
3739
- const completeReceiveOnRequest = {
3902
+ const declineRequest = {
3740
3903
  __proto__: null,
3741
3904
  mutation: mutation$Q,
3742
3905
  name: name$12
3743
3906
  };
3744
3907
 
3745
- const name$11 = "completeRequest";
3908
+ const name$11 = "deliverOnRequest";
3746
3909
  const mutation$P = Selector("Mutation")({
3747
- [name$11]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3910
+ [name$11]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3748
3911
  });
3749
3912
 
3750
- const completeRequest = {
3913
+ const deliverOnRequest = {
3751
3914
  __proto__: null,
3752
3915
  mutation: mutation$P,
3753
3916
  name: name$11
3754
3917
  };
3755
3918
 
3756
- const name$10 = "confirmSupplyOnRequest";
3919
+ const name$10 = "disputeOnRequest";
3757
3920
  const mutation$O = Selector("Mutation")({
3758
- [name$10]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3921
+ [name$10]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3759
3922
  });
3760
3923
 
3761
- const confirmSupplyOnRequest = {
3924
+ const disputeOnRequest = {
3762
3925
  __proto__: null,
3763
3926
  mutation: mutation$O,
3764
3927
  name: name$10
3765
3928
  };
3766
3929
 
3767
- const name$$ = "createChildOrder";
3930
+ const name$$ = "generateAssetContributionAct";
3768
3931
  const mutation$N = Selector("Mutation")({
3769
- [name$$]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3932
+ [name$$]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3770
3933
  });
3771
3934
 
3772
- const createChildOrder = {
3935
+ const generateAssetContributionAct = {
3773
3936
  __proto__: null,
3774
3937
  mutation: mutation$N,
3775
3938
  name: name$$
3776
3939
  };
3777
3940
 
3778
- const name$_ = "createParentOffer";
3941
+ const name$_ = "generateAssetContributionDecision";
3779
3942
  const mutation$M = Selector("Mutation")({
3780
- [name$_]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3943
+ [name$_]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3781
3944
  });
3782
3945
 
3783
- const createParentOffer = {
3946
+ const generateAssetContributionDecision = {
3784
3947
  __proto__: null,
3785
3948
  mutation: mutation$M,
3786
3949
  name: name$_
3787
3950
  };
3788
3951
 
3789
- const name$Z = "declineRequest";
3952
+ const name$Z = "generateAssetContributionStatement";
3790
3953
  const mutation$L = Selector("Mutation")({
3791
- [name$Z]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3954
+ [name$Z]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3792
3955
  });
3793
3956
 
3794
- const declineRequest = {
3957
+ const generateAssetContributionStatement = {
3795
3958
  __proto__: null,
3796
3959
  mutation: mutation$L,
3797
3960
  name: name$Z
3798
3961
  };
3799
3962
 
3800
- const name$Y = "deliverOnRequest";
3963
+ const name$Y = "generateReturnByAssetAct";
3801
3964
  const mutation$K = Selector("Mutation")({
3802
- [name$Y]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3965
+ [name$Y]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3803
3966
  });
3804
3967
 
3805
- const deliverOnRequest = {
3968
+ const generateReturnByAssetAct = {
3806
3969
  __proto__: null,
3807
3970
  mutation: mutation$K,
3808
3971
  name: name$Y
3809
3972
  };
3810
3973
 
3811
- const name$X = "disputeOnRequest";
3974
+ const name$X = "generateReturnByAssetDecision";
3812
3975
  const mutation$J = Selector("Mutation")({
3813
- [name$X]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3976
+ [name$X]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3814
3977
  });
3815
3978
 
3816
- const disputeOnRequest = {
3979
+ const generateReturnByAssetDecision = {
3817
3980
  __proto__: null,
3818
3981
  mutation: mutation$J,
3819
3982
  name: name$X
3820
3983
  };
3821
3984
 
3822
- const name$W = "generateAssetContributionAct";
3985
+ const name$W = "generateReturnByAssetStatement";
3823
3986
  const mutation$I = Selector("Mutation")({
3824
- [name$W]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3987
+ [name$W]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3825
3988
  });
3826
3989
 
3827
- const generateAssetContributionAct = {
3990
+ const generateReturnByAssetStatement = {
3828
3991
  __proto__: null,
3829
3992
  mutation: mutation$I,
3830
3993
  name: name$W
3831
3994
  };
3832
3995
 
3833
- const name$V = "generateAssetContributionDecision";
3996
+ const name$V = "moderateRequest";
3834
3997
  const mutation$H = Selector("Mutation")({
3835
- [name$V]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3998
+ [name$V]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
3836
3999
  });
3837
4000
 
3838
- const generateAssetContributionDecision = {
4001
+ const moderateRequest = {
3839
4002
  __proto__: null,
3840
4003
  mutation: mutation$H,
3841
4004
  name: name$V
3842
4005
  };
3843
4006
 
3844
- const name$U = "generateAssetContributionStatement";
4007
+ const name$U = "prohibitRequest";
3845
4008
  const mutation$G = Selector("Mutation")({
3846
- [name$U]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4009
+ [name$U]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
3847
4010
  });
3848
4011
 
3849
- const generateAssetContributionStatement = {
4012
+ const prohibitRequest = {
3850
4013
  __proto__: null,
3851
4014
  mutation: mutation$G,
3852
4015
  name: name$U
3853
4016
  };
3854
4017
 
3855
- const name$T = "generateReturnByAssetAct";
4018
+ const name$T = "publishRequest";
3856
4019
  const mutation$F = Selector("Mutation")({
3857
- [name$T]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4020
+ [name$T]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
3858
4021
  });
3859
4022
 
3860
- const generateReturnByAssetAct = {
4023
+ const publishRequest = {
3861
4024
  __proto__: null,
3862
4025
  mutation: mutation$F,
3863
4026
  name: name$T
3864
4027
  };
3865
4028
 
3866
- const name$S = "generateReturnByAssetDecision";
4029
+ const name$S = "receiveOnRequest";
3867
4030
  const mutation$E = Selector("Mutation")({
3868
- [name$S]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4031
+ [name$S]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
3869
4032
  });
3870
4033
 
3871
- const generateReturnByAssetDecision = {
4034
+ const receiveOnRequest = {
3872
4035
  __proto__: null,
3873
4036
  mutation: mutation$E,
3874
4037
  name: name$S
3875
4038
  };
3876
4039
 
3877
- const name$R = "generateReturnByAssetStatement";
4040
+ const name$R = "supplyOnRequest";
3878
4041
  const mutation$D = Selector("Mutation")({
3879
- [name$R]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4042
+ [name$R]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
3880
4043
  });
3881
4044
 
3882
- const generateReturnByAssetStatement = {
4045
+ const supplyOnRequest = {
3883
4046
  __proto__: null,
3884
4047
  mutation: mutation$D,
3885
4048
  name: name$R
3886
4049
  };
3887
4050
 
3888
- const name$Q = "moderateRequest";
4051
+ const name$Q = "unpublishRequest";
3889
4052
  const mutation$C = Selector("Mutation")({
3890
- [name$Q]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4053
+ [name$Q]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
3891
4054
  });
3892
4055
 
3893
- const moderateRequest = {
4056
+ const unpublishRequest = {
3894
4057
  __proto__: null,
3895
4058
  mutation: mutation$C,
3896
4059
  name: name$Q
3897
4060
  };
3898
4061
 
3899
- const name$P = "prohibitRequest";
4062
+ const name$P = "updateRequest";
3900
4063
  const mutation$B = Selector("Mutation")({
3901
- [name$P]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4064
+ [name$P]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
3902
4065
  });
3903
4066
 
3904
- const prohibitRequest = {
4067
+ const updateRequest = {
3905
4068
  __proto__: null,
3906
4069
  mutation: mutation$B,
3907
4070
  name: name$P
3908
4071
  };
3909
4072
 
3910
- const name$O = "publishRequest";
3911
- const mutation$A = Selector("Mutation")({
3912
- [name$O]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
3913
- });
3914
-
3915
- const publishRequest = {
3916
- __proto__: null,
3917
- mutation: mutation$A,
3918
- name: name$O
3919
- };
3920
-
3921
- const name$N = "receiveOnRequest";
3922
- const mutation$z = Selector("Mutation")({
3923
- [name$N]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
3924
- });
3925
-
3926
- const receiveOnRequest = {
3927
- __proto__: null,
3928
- mutation: mutation$z,
3929
- name: name$N
3930
- };
3931
-
3932
- const name$M = "supplyOnRequest";
3933
- const mutation$y = Selector("Mutation")({
3934
- [name$M]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
3935
- });
3936
-
3937
- const supplyOnRequest = {
3938
- __proto__: null,
3939
- mutation: mutation$y,
3940
- name: name$M
3941
- };
3942
-
3943
- const name$L = "unpublishRequest";
3944
- const mutation$x = Selector("Mutation")({
3945
- [name$L]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
3946
- });
3947
-
3948
- const unpublishRequest = {
3949
- __proto__: null,
3950
- mutation: mutation$x,
3951
- name: name$L
3952
- };
3953
-
3954
- const name$K = "updateRequest";
3955
- const mutation$w = Selector("Mutation")({
3956
- [name$K]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
3957
- });
3958
-
3959
- const updateRequest = {
3960
- __proto__: null,
3961
- mutation: mutation$w,
3962
- name: name$K
3963
- };
3964
-
3965
- const index$n = {
4073
+ const index$o = {
3966
4074
  __proto__: null,
3967
4075
  AcceptChildOrder: acceptChildOrder,
3968
4076
  CancelRequest: cancelRequest,
@@ -3989,91 +4097,91 @@ const index$n = {
3989
4097
  UpdateRequest: updateRequest
3990
4098
  };
3991
4099
 
3992
- const name$J = "installExtension";
3993
- const mutation$v = Selector("Mutation")({
3994
- [name$J]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4100
+ const name$O = "installExtension";
4101
+ const mutation$A = Selector("Mutation")({
4102
+ [name$O]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
3995
4103
  });
3996
4104
 
3997
4105
  const installExtension = {
3998
4106
  __proto__: null,
3999
- mutation: mutation$v,
4000
- name: name$J
4107
+ mutation: mutation$A,
4108
+ name: name$O
4001
4109
  };
4002
4110
 
4003
- const name$I = "uninstallExtension";
4004
- const mutation$u = Selector("Mutation")({
4005
- [name$I]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4111
+ const name$N = "uninstallExtension";
4112
+ const mutation$z = Selector("Mutation")({
4113
+ [name$N]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4006
4114
  });
4007
4115
 
4008
4116
  const uninstallExtension = {
4009
4117
  __proto__: null,
4010
- mutation: mutation$u,
4011
- name: name$I
4118
+ mutation: mutation$z,
4119
+ name: name$N
4012
4120
  };
4013
4121
 
4014
- const name$H = "updateExtension";
4015
- const mutation$t = Selector("Mutation")({
4016
- [name$H]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4122
+ const name$M = "updateExtension";
4123
+ const mutation$y = Selector("Mutation")({
4124
+ [name$M]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4017
4125
  });
4018
4126
 
4019
4127
  const updateExtension = {
4020
4128
  __proto__: null,
4021
- mutation: mutation$t,
4022
- name: name$H
4129
+ mutation: mutation$y,
4130
+ name: name$M
4023
4131
  };
4024
4132
 
4025
- const index$m = {
4133
+ const index$n = {
4026
4134
  __proto__: null,
4027
4135
  InstallExtension: installExtension,
4028
4136
  UninstallExtension: uninstallExtension,
4029
4137
  UpdateExtension: updateExtension
4030
4138
  };
4031
4139
 
4032
- const name$G = "generateProjectOfFreeDecision";
4033
- const mutation$s = Selector("Mutation")({
4034
- [name$G]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4140
+ const name$L = "generateProjectOfFreeDecision";
4141
+ const mutation$x = Selector("Mutation")({
4142
+ [name$L]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4035
4143
  });
4036
4144
 
4037
4145
  const generateProjectOfFreeDecisionDocument = {
4038
4146
  __proto__: null,
4039
- mutation: mutation$s,
4040
- name: name$G
4147
+ mutation: mutation$x,
4148
+ name: name$L
4041
4149
  };
4042
4150
 
4043
- const name$F = "generateFreeDecision";
4044
- const mutation$r = Selector("Mutation")({
4045
- [name$F]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4151
+ const name$K = "generateFreeDecision";
4152
+ const mutation$w = Selector("Mutation")({
4153
+ [name$K]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4046
4154
  });
4047
4155
 
4048
4156
  const generateFreeDecision = {
4049
4157
  __proto__: null,
4050
- mutation: mutation$r,
4051
- name: name$F
4158
+ mutation: mutation$w,
4159
+ name: name$K
4052
4160
  };
4053
4161
 
4054
- const name$E = "publishProjectOfFreeDecision";
4055
- const mutation$q = Selector("Mutation")({
4056
- [name$E]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4162
+ const name$J = "publishProjectOfFreeDecision";
4163
+ const mutation$v = Selector("Mutation")({
4164
+ [name$J]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4057
4165
  });
4058
4166
 
4059
4167
  const publishProjectOfFreeDecision = {
4060
4168
  __proto__: null,
4061
- mutation: mutation$q,
4062
- name: name$E
4169
+ mutation: mutation$v,
4170
+ name: name$J
4063
4171
  };
4064
4172
 
4065
- const name$D = "createProjectOfFreeDecision";
4066
- const mutation$p = Selector("Mutation")({
4067
- [name$D]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4173
+ const name$I = "createProjectOfFreeDecision";
4174
+ const mutation$u = Selector("Mutation")({
4175
+ [name$I]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4068
4176
  });
4069
4177
 
4070
4178
  const createProjectOfFreeDecision = {
4071
4179
  __proto__: null,
4072
- mutation: mutation$p,
4073
- name: name$D
4180
+ mutation: mutation$u,
4181
+ name: name$I
4074
4182
  };
4075
4183
 
4076
- const index$l = {
4184
+ const index$m = {
4077
4185
  __proto__: null,
4078
4186
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
4079
4187
  GenerateFreeDecision: generateFreeDecision,
@@ -4081,20 +4189,60 @@ const index$l = {
4081
4189
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
4082
4190
  };
4083
4191
 
4084
- const name$C = "createAnnualGeneralMeet";
4085
- const mutation$o = Selector("Mutation")({
4086
- [name$C]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4192
+ const name$H = "setPaymentStatus";
4193
+ const mutation$t = Selector("Mutation")({
4194
+ [name$H]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4195
+ });
4196
+
4197
+ const updatePaymentStatus = {
4198
+ __proto__: null,
4199
+ mutation: mutation$t,
4200
+ name: name$H
4201
+ };
4202
+
4203
+ const name$G = "createInitialPayment";
4204
+ const mutation$s = Selector("Mutation")({
4205
+ [name$G]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4206
+ });
4207
+
4208
+ const createInitialPayment$1 = {
4209
+ __proto__: null,
4210
+ mutation: mutation$s,
4211
+ name: name$G
4212
+ };
4213
+
4214
+ const name$F = "createDepositPayment";
4215
+ const mutation$r = Selector("Mutation")({
4216
+ [name$F]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4217
+ });
4218
+
4219
+ const createDepositPayment$1 = {
4220
+ __proto__: null,
4221
+ mutation: mutation$r,
4222
+ name: name$F
4223
+ };
4224
+
4225
+ const index$l = {
4226
+ __proto__: null,
4227
+ CreateDepositPayment: createDepositPayment$1,
4228
+ CreateInitialPayment: createInitialPayment$1,
4229
+ SetPaymentStatus: updatePaymentStatus
4230
+ };
4231
+
4232
+ const name$E = "createAnnualGeneralMeet";
4233
+ const mutation$q = Selector("Mutation")({
4234
+ [name$E]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4087
4235
  });
4088
4236
 
4089
4237
  const createAnnualGeneralMeet = {
4090
4238
  __proto__: null,
4091
- mutation: mutation$o,
4092
- name: name$C
4239
+ mutation: mutation$q,
4240
+ name: name$E
4093
4241
  };
4094
4242
 
4095
- const name$B = "generateAnnualGeneralMeetAgendaDocument";
4096
- const mutation$n = Selector("Mutation")({
4097
- [name$B]: [
4243
+ const name$D = "generateAnnualGeneralMeetAgendaDocument";
4244
+ const mutation$p = Selector("Mutation")({
4245
+ [name$D]: [
4098
4246
  {
4099
4247
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
4100
4248
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4105,13 +4253,13 @@ const mutation$n = Selector("Mutation")({
4105
4253
 
4106
4254
  const generateAnnualGeneralMeetAgendaDocument = {
4107
4255
  __proto__: null,
4108
- mutation: mutation$n,
4109
- name: name$B
4256
+ mutation: mutation$p,
4257
+ name: name$D
4110
4258
  };
4111
4259
 
4112
- const name$A = "generateAnnualGeneralMeetDecisionDocument";
4113
- const mutation$m = Selector("Mutation")({
4114
- [name$A]: [
4260
+ const name$C = "generateAnnualGeneralMeetDecisionDocument";
4261
+ const mutation$o = Selector("Mutation")({
4262
+ [name$C]: [
4115
4263
  {
4116
4264
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
4117
4265
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4122,13 +4270,13 @@ const mutation$m = Selector("Mutation")({
4122
4270
 
4123
4271
  const generateAnnualGeneralMeetDecisionDocument = {
4124
4272
  __proto__: null,
4125
- mutation: mutation$m,
4126
- name: name$A
4273
+ mutation: mutation$o,
4274
+ name: name$C
4127
4275
  };
4128
4276
 
4129
- const name$z = "generateAnnualGeneralMeetNotificationDocument";
4130
- const mutation$l = Selector("Mutation")({
4131
- [name$z]: [
4277
+ const name$B = "generateAnnualGeneralMeetNotificationDocument";
4278
+ const mutation$n = Selector("Mutation")({
4279
+ [name$B]: [
4132
4280
  {
4133
4281
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
4134
4282
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4139,13 +4287,13 @@ const mutation$l = Selector("Mutation")({
4139
4287
 
4140
4288
  const generateAnnualGeneralMeetNotificationDocument = {
4141
4289
  __proto__: null,
4142
- mutation: mutation$l,
4143
- name: name$z
4290
+ mutation: mutation$n,
4291
+ name: name$B
4144
4292
  };
4145
4293
 
4146
- const name$y = "generateBallotForAnnualGeneralMeetDocument";
4147
- const mutation$k = Selector("Mutation")({
4148
- [name$y]: [
4294
+ const name$A = "generateBallotForAnnualGeneralMeetDocument";
4295
+ const mutation$m = Selector("Mutation")({
4296
+ [name$A]: [
4149
4297
  {
4150
4298
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
4151
4299
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4156,13 +4304,13 @@ const mutation$k = Selector("Mutation")({
4156
4304
 
4157
4305
  const generateBallotForAnnualGeneralMeetDocument = {
4158
4306
  __proto__: null,
4159
- mutation: mutation$k,
4160
- name: name$y
4307
+ mutation: mutation$m,
4308
+ name: name$A
4161
4309
  };
4162
4310
 
4163
- const name$x = "generateSovietDecisionOnAnnualMeetDocument";
4164
- const mutation$j = Selector("Mutation")({
4165
- [name$x]: [{
4311
+ const name$z = "generateSovietDecisionOnAnnualMeetDocument";
4312
+ const mutation$l = Selector("Mutation")({
4313
+ [name$z]: [{
4166
4314
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
4167
4315
  options: $("options", "GenerateDocumentOptionsInput")
4168
4316
  }, documentSelector]
@@ -4170,63 +4318,63 @@ const mutation$j = Selector("Mutation")({
4170
4318
 
4171
4319
  const generateSovietDecisionOnAnnualMeetDocument = {
4172
4320
  __proto__: null,
4173
- mutation: mutation$j,
4174
- name: name$x
4321
+ mutation: mutation$l,
4322
+ name: name$z
4175
4323
  };
4176
4324
 
4177
- const name$w = "notifyOnAnnualGeneralMeet";
4178
- const mutation$i = Selector("Mutation")({
4179
- [name$w]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4325
+ const name$y = "notifyOnAnnualGeneralMeet";
4326
+ const mutation$k = Selector("Mutation")({
4327
+ [name$y]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4180
4328
  });
4181
4329
 
4182
4330
  const notifyOnAnnualGeneralMeet = {
4183
4331
  __proto__: null,
4184
- mutation: mutation$i,
4185
- name: name$w
4332
+ mutation: mutation$k,
4333
+ name: name$y
4186
4334
  };
4187
4335
 
4188
- const name$v = "restartAnnualGeneralMeet";
4189
- const mutation$h = Selector("Mutation")({
4190
- [name$v]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4336
+ const name$x = "restartAnnualGeneralMeet";
4337
+ const mutation$j = Selector("Mutation")({
4338
+ [name$x]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4191
4339
  });
4192
4340
 
4193
4341
  const restartAnnualGeneralMeet = {
4194
4342
  __proto__: null,
4195
- mutation: mutation$h,
4196
- name: name$v
4343
+ mutation: mutation$j,
4344
+ name: name$x
4197
4345
  };
4198
4346
 
4199
- const name$u = "signByPresiderOnAnnualGeneralMeet";
4200
- const mutation$g = Selector("Mutation")({
4201
- [name$u]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4347
+ const name$w = "signByPresiderOnAnnualGeneralMeet";
4348
+ const mutation$i = Selector("Mutation")({
4349
+ [name$w]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4202
4350
  });
4203
4351
 
4204
4352
  const signByPresiderOnAnnualGeneralMeet = {
4205
4353
  __proto__: null,
4206
- mutation: mutation$g,
4207
- name: name$u
4354
+ mutation: mutation$i,
4355
+ name: name$w
4208
4356
  };
4209
4357
 
4210
- const name$t = "signBySecretaryOnAnnualGeneralMeet";
4211
- const mutation$f = Selector("Mutation")({
4212
- [name$t]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4358
+ const name$v = "signBySecretaryOnAnnualGeneralMeet";
4359
+ const mutation$h = Selector("Mutation")({
4360
+ [name$v]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4213
4361
  });
4214
4362
 
4215
4363
  const signBySecretaryOnAnnualGeneralMeet = {
4216
4364
  __proto__: null,
4217
- mutation: mutation$f,
4218
- name: name$t
4365
+ mutation: mutation$h,
4366
+ name: name$v
4219
4367
  };
4220
4368
 
4221
- const name$s = "voteOnAnnualGeneralMeet";
4222
- const mutation$e = Selector("Mutation")({
4223
- [name$s]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4369
+ const name$u = "voteOnAnnualGeneralMeet";
4370
+ const mutation$g = Selector("Mutation")({
4371
+ [name$u]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4224
4372
  });
4225
4373
 
4226
4374
  const voteOnAnnualGeneralMeet = {
4227
4375
  __proto__: null,
4228
- mutation: mutation$e,
4229
- name: name$s
4376
+ mutation: mutation$g,
4377
+ name: name$u
4230
4378
  };
4231
4379
 
4232
4380
  const index$k = {
@@ -4244,89 +4392,101 @@ const index$k = {
4244
4392
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
4245
4393
  };
4246
4394
 
4247
- const name$r = "addParticipant";
4248
- const mutation$d = Selector("Mutation")({
4249
- [name$r]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4395
+ const name$t = "addParticipant";
4396
+ const mutation$f = Selector("Mutation")({
4397
+ [name$t]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4250
4398
  });
4251
4399
 
4252
4400
  const addParticipant = {
4253
4401
  __proto__: null,
4254
- mutation: mutation$d,
4255
- name: name$r
4402
+ mutation: mutation$f,
4403
+ name: name$t
4256
4404
  };
4257
4405
 
4258
- const name$q = "generateParticipantApplication";
4259
- const mutation$c = Selector("Mutation")({
4260
- [name$q]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4406
+ const name$s = "generateParticipantApplication";
4407
+ const mutation$e = Selector("Mutation")({
4408
+ [name$s]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4261
4409
  });
4262
4410
 
4263
4411
  const generateParticipantApplication = {
4264
4412
  __proto__: null,
4265
- mutation: mutation$c,
4266
- name: name$q
4413
+ mutation: mutation$e,
4414
+ name: name$s
4267
4415
  };
4268
4416
 
4269
- const name$p = "generateParticipantApplicationDecision";
4270
- const mutation$b = Selector("Mutation")({
4271
- [name$p]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4417
+ const name$r = "generateParticipantApplicationDecision";
4418
+ const mutation$d = Selector("Mutation")({
4419
+ [name$r]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4272
4420
  });
4273
4421
 
4274
4422
  const generateParticipantApplicationDecision = {
4275
4423
  __proto__: null,
4276
- mutation: mutation$b,
4277
- name: name$p
4424
+ mutation: mutation$d,
4425
+ name: name$r
4278
4426
  };
4279
4427
 
4280
- const name$o = "registerParticipant";
4281
- const mutation$a = Selector("Mutation")({
4282
- [name$o]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4428
+ const name$q = "registerParticipant";
4429
+ const mutation$c = Selector("Mutation")({
4430
+ [name$q]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4283
4431
  });
4284
4432
 
4285
4433
  const registerParticipant = {
4286
4434
  __proto__: null,
4287
- mutation: mutation$a,
4288
- name: name$o
4435
+ mutation: mutation$c,
4436
+ name: name$q
4437
+ };
4438
+
4439
+ const name$p = "createInitialPayment";
4440
+ const mutation$b = Selector("Mutation")({
4441
+ [name$p]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4442
+ });
4443
+
4444
+ const createInitialPayment = {
4445
+ __proto__: null,
4446
+ mutation: mutation$b,
4447
+ name: name$p
4289
4448
  };
4290
4449
 
4291
4450
  const index$j = {
4292
4451
  __proto__: null,
4293
4452
  AddParticipant: addParticipant,
4453
+ CreateInitialPayment: createInitialPayment,
4294
4454
  GenerateParticipantApplication: generateParticipantApplication,
4295
4455
  GenerateParticipantApplicationDecision: generateParticipantApplicationDecision,
4296
4456
  RegisterParticipant: registerParticipant
4297
4457
  };
4298
4458
 
4299
- const name$n = "createBankAccount";
4300
- const mutation$9 = Selector("Mutation")({
4301
- [name$n]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4459
+ const name$o = "createBankAccount";
4460
+ const mutation$a = Selector("Mutation")({
4461
+ [name$o]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4302
4462
  });
4303
4463
 
4304
4464
  const createBankAccount = {
4305
4465
  __proto__: null,
4306
- mutation: mutation$9,
4307
- name: name$n
4466
+ mutation: mutation$a,
4467
+ name: name$o
4308
4468
  };
4309
4469
 
4310
- const name$m = "deletePaymentMethod";
4311
- const mutation$8 = Selector("Mutation")({
4312
- [name$m]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4470
+ const name$n = "deletePaymentMethod";
4471
+ const mutation$9 = Selector("Mutation")({
4472
+ [name$n]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4313
4473
  });
4314
4474
 
4315
4475
  const deletePaymentMethod = {
4316
4476
  __proto__: null,
4317
- mutation: mutation$8,
4318
- name: name$m
4477
+ mutation: mutation$9,
4478
+ name: name$n
4319
4479
  };
4320
4480
 
4321
- const name$l = "updateBankAccount";
4322
- const mutation$7 = Selector("Mutation")({
4323
- [name$l]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4481
+ const name$m = "updateBankAccount";
4482
+ const mutation$8 = Selector("Mutation")({
4483
+ [name$m]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4324
4484
  });
4325
4485
 
4326
4486
  const updateBankAccount = {
4327
4487
  __proto__: null,
4328
- mutation: mutation$7,
4329
- name: name$l
4488
+ mutation: mutation$8,
4489
+ name: name$m
4330
4490
  };
4331
4491
 
4332
4492
  const index$i = {
@@ -4336,61 +4496,45 @@ const index$i = {
4336
4496
  UpdateBankAccount: updateBankAccount
4337
4497
  };
4338
4498
 
4339
- const rawPaymentDetailsSelector = {
4340
- amount_plus_fee: true,
4341
- amount_without_fee: true,
4342
- data: true,
4343
- fact_fee_percent: true,
4344
- fee_amount: true,
4345
- fee_percent: true,
4346
- tolerance_percent: true
4347
- };
4348
- const rawPaymentSelector = {
4349
- account: rawAccountSelector,
4350
- amount: true,
4351
- blockchain_id: true,
4352
- created_at: true,
4353
- details: rawPaymentDetailsSelector,
4354
- expired_at: true,
4355
- id: true,
4356
- type: true,
4357
- message: true,
4358
- provider: true,
4359
- status: true,
4360
- symbol: true,
4361
- updated_at: true,
4362
- username: true
4499
+ const name$l = "initSystem";
4500
+ const mutation$7 = Selector("Mutation")({
4501
+ [name$l]: [{ data: $("data", "Init!") }, systemInfoSelector]
4502
+ });
4503
+
4504
+ const initSystem = {
4505
+ __proto__: null,
4506
+ mutation: mutation$7,
4507
+ name: name$l
4363
4508
  };
4364
- const paymentSelector = Selector("Payment")(rawPaymentSelector);
4365
4509
 
4366
- const name$k = "createInitialPayment";
4510
+ const name$k = "installSystem";
4367
4511
  const mutation$6 = Selector("Mutation")({
4368
- [name$k]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4512
+ [name$k]: [{ data: $("data", "Install!") }, systemInfoSelector]
4369
4513
  });
4370
4514
 
4371
- const createInitial = {
4515
+ const installSystem = {
4372
4516
  __proto__: null,
4373
4517
  mutation: mutation$6,
4374
4518
  name: name$k
4375
4519
  };
4376
4520
 
4377
- const name$j = "createDepositPayment";
4521
+ const name$j = "setWif";
4378
4522
  const mutation$5 = Selector("Mutation")({
4379
- [name$j]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4523
+ [name$j]: [{ data: $("data", "Update!") }, true]
4380
4524
  });
4381
4525
 
4382
- const createDeposit = {
4526
+ const setWif = {
4383
4527
  __proto__: null,
4384
4528
  mutation: mutation$5,
4385
4529
  name: name$j
4386
4530
  };
4387
4531
 
4388
- const name$i = "setPaymentStatus";
4532
+ const name$i = "updateSystem";
4389
4533
  const mutation$4 = Selector("Mutation")({
4390
- [name$i]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4534
+ [name$i]: [{ data: $("data", "Update!") }, systemInfoSelector]
4391
4535
  });
4392
4536
 
4393
- const setPaymentStatus = {
4537
+ const updateSystem = {
4394
4538
  __proto__: null,
4395
4539
  mutation: mutation$4,
4396
4540
  name: name$i
@@ -4398,50 +4542,63 @@ const setPaymentStatus = {
4398
4542
 
4399
4543
  const index$h = {
4400
4544
  __proto__: null,
4401
- CreateDepositPayment: createDeposit,
4402
- CreateInitialPayment: createInitial,
4403
- SetPaymentStatus: setPaymentStatus
4545
+ InitSystem: initSystem,
4546
+ InstallSystem: installSystem,
4547
+ SetWif: setWif,
4548
+ UpdateSystem: updateSystem
4404
4549
  };
4405
4550
 
4406
- const name$h = "initSystem";
4551
+ const name$h = "createWithdraw";
4407
4552
  const mutation$3 = Selector("Mutation")({
4408
- [name$h]: [{ data: $("data", "Init!") }, systemInfoSelector]
4553
+ [name$h]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4409
4554
  });
4410
4555
 
4411
- const initSystem = {
4556
+ const createWithdraw = {
4412
4557
  __proto__: null,
4413
4558
  mutation: mutation$3,
4414
4559
  name: name$h
4415
4560
  };
4416
4561
 
4417
- const name$g = "installSystem";
4562
+ const name$g = "createDepositPayment";
4418
4563
  const mutation$2 = Selector("Mutation")({
4419
- [name$g]: [{ data: $("data", "Install!") }, systemInfoSelector]
4564
+ [name$g]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4420
4565
  });
4421
4566
 
4422
- const installSystem = {
4567
+ const createDepositPayment = {
4423
4568
  __proto__: null,
4424
4569
  mutation: mutation$2,
4425
4570
  name: name$g
4426
4571
  };
4427
4572
 
4428
- const name$f = "setWif";
4573
+ const name$f = "generateReturnByMoneyStatementDocument";
4429
4574
  const mutation$1 = Selector("Mutation")({
4430
- [name$f]: [{ data: $("data", "Update!") }, true]
4575
+ [name$f]: [
4576
+ {
4577
+ data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
4578
+ options: $("options", "GenerateDocumentOptionsInput")
4579
+ },
4580
+ rawGeneratedDocumentSelector
4581
+ ]
4431
4582
  });
4432
4583
 
4433
- const setWif = {
4584
+ const generateReturnByMoneyStatementDocument = {
4434
4585
  __proto__: null,
4435
4586
  mutation: mutation$1,
4436
4587
  name: name$f
4437
4588
  };
4438
4589
 
4439
- const name$e = "updateSystem";
4590
+ const name$e = "generateReturnByMoneyDecisionDocument";
4440
4591
  const mutation = Selector("Mutation")({
4441
- [name$e]: [{ data: $("data", "Update!") }, systemInfoSelector]
4592
+ [name$e]: [
4593
+ {
4594
+ data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
4595
+ options: $("options", "GenerateDocumentOptionsInput")
4596
+ },
4597
+ rawGeneratedDocumentSelector
4598
+ ]
4442
4599
  });
4443
4600
 
4444
- const updateSystem = {
4601
+ const generateReturnByMoneyDecisionDocument = {
4445
4602
  __proto__: null,
4446
4603
  mutation: mutation,
4447
4604
  name: name$e
@@ -4449,26 +4606,27 @@ const updateSystem = {
4449
4606
 
4450
4607
  const index$g = {
4451
4608
  __proto__: null,
4452
- InitSystem: initSystem,
4453
- InstallSystem: installSystem,
4454
- SetWif: setWif,
4455
- UpdateSystem: updateSystem
4609
+ CreateDepositPayment: createDepositPayment,
4610
+ CreateWithdraw: createWithdraw,
4611
+ GenerateReturnByMoneyDecisionDocument: generateReturnByMoneyDecisionDocument,
4612
+ GenerateReturnByMoneyStatementDocument: generateReturnByMoneyStatementDocument
4456
4613
  };
4457
4614
 
4458
4615
  const Mutations = {
4459
4616
  __proto__: null,
4460
- Accounts: index$r,
4461
- Agreements: index$q,
4462
- Auth: index$p,
4463
- Branches: index$o,
4464
- Cooplace: index$n,
4465
- Extensions: index$m,
4466
- FreeDecisions: index$l,
4617
+ Accounts: index$s,
4618
+ Agreements: index$r,
4619
+ Auth: index$q,
4620
+ Branches: index$p,
4621
+ Cooplace: index$o,
4622
+ Extensions: index$n,
4623
+ FreeDecisions: index$m,
4624
+ Gateway: index$l,
4467
4625
  Meet: index$k,
4468
4626
  Participants: index$j,
4469
4627
  PaymentMethods: index$i,
4470
- Payments: index$h,
4471
- System: index$g
4628
+ System: index$h,
4629
+ Wallet: index$g
4472
4630
  };
4473
4631
 
4474
4632
  const name$d = "getAccount";
@@ -4694,67 +4852,73 @@ const index$a = {
4694
4852
  GetExtensions: getExtensions
4695
4853
  };
4696
4854
 
4697
- const name$4 = "getMeet";
4855
+ const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
4856
+ const name$4 = "getPayments";
4698
4857
  const query$4 = Selector("Query")({
4699
- [name$4]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
4858
+ [name$4]: [
4859
+ {
4860
+ data: $("data", "PaymentFiltersInput"),
4861
+ options: $("options", "PaginationInput")
4862
+ },
4863
+ paginatedPaymentsSelector
4864
+ ]
4700
4865
  });
4701
4866
 
4702
- const getMeet = {
4867
+ const getPayments = {
4703
4868
  __proto__: null,
4704
4869
  name: name$4,
4705
4870
  query: query$4
4706
4871
  };
4707
4872
 
4708
- const name$3 = "getMeets";
4873
+ const index$9 = {
4874
+ __proto__: null,
4875
+ GetPayments: getPayments
4876
+ };
4877
+
4878
+ const name$3 = "getMeet";
4709
4879
  const query$3 = Selector("Query")({
4710
- [name$3]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
4880
+ [name$3]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
4711
4881
  });
4712
4882
 
4713
- const getMeets = {
4883
+ const getMeet = {
4714
4884
  __proto__: null,
4715
4885
  name: name$3,
4716
4886
  query: query$3
4717
4887
  };
4718
4888
 
4719
- const index$9 = {
4720
- __proto__: null,
4721
- GetMeet: getMeet,
4722
- GetMeets: getMeets
4723
- };
4724
-
4725
- const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
4726
- Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
4727
-
4728
- const name$2 = "getPaymentMethods";
4889
+ const name$2 = "getMeets";
4729
4890
  const query$2 = Selector("Query")({
4730
- [name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
4891
+ [name$2]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
4731
4892
  });
4732
4893
 
4733
- const getPaymentMethods = {
4894
+ const getMeets = {
4734
4895
  __proto__: null,
4896
+ name: name$2,
4735
4897
  query: query$2
4736
4898
  };
4737
4899
 
4738
4900
  const index$8 = {
4739
4901
  __proto__: null,
4740
- GetPaymentMethods: getPaymentMethods
4902
+ GetMeet: getMeet,
4903
+ GetMeets: getMeets
4741
4904
  };
4742
4905
 
4743
- const paymentPaginationSelector = { ...paginationSelector, items: rawPaymentSelector };
4744
- const name$1 = "getPayments";
4906
+ const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
4907
+ Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
4908
+
4909
+ const name$1 = "getPaymentMethods";
4745
4910
  const query$1 = Selector("Query")({
4746
- [name$1]: [{ data: $("data", "GetPaymentsInput"), options: $("options", "PaginationInput") }, paymentPaginationSelector]
4911
+ [name$1]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
4747
4912
  });
4748
4913
 
4749
- const getPayments = {
4914
+ const getPaymentMethods = {
4750
4915
  __proto__: null,
4751
- name: name$1,
4752
4916
  query: query$1
4753
4917
  };
4754
4918
 
4755
4919
  const index$7 = {
4756
4920
  __proto__: null,
4757
- GetPayments: getPayments
4921
+ GetPaymentMethods: getPaymentMethods
4758
4922
  };
4759
4923
 
4760
4924
  const name = "getSystemInfo";
@@ -4781,9 +4945,9 @@ const index$5 = {
4781
4945
  Desktop: index$c,
4782
4946
  Documents: index$b,
4783
4947
  Extensions: index$a,
4784
- Meet: index$9,
4785
- PaymentMethods: index$8,
4786
- Payments: index$7,
4948
+ Gateway: index$9,
4949
+ Meet: index$8,
4950
+ PaymentMethods: index$7,
4787
4951
  System: index$6
4788
4952
  };
4789
4953
 
@@ -4886,8 +5050,8 @@ const _Client = class _Client {
4886
5050
  signature
4887
5051
  }
4888
5052
  };
4889
- const { [name$1c]: result } = await this.thunder("mutation")(
4890
- mutation$_,
5053
+ const { [name$1h]: result } = await this.thunder("mutation")(
5054
+ mutation$13,
4891
5055
  {
4892
5056
  variables
4893
5057
  }
@@ -5009,4 +5173,4 @@ __publicField(_Client, "scalars", ZeusScalars({
5009
5173
  }));
5010
5174
  let Client = _Client;
5011
5175
 
5012
- export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$s as Zeus };
5176
+ export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$t as Zeus };