@coopenomics/sdk 2025.7.23 → 2025.7.28

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
@@ -874,6 +874,7 @@ const AllTypesProps = {
874
874
  filter: "JSON"
875
875
  },
876
876
  GetExtensionsInput: {},
877
+ GetLedgerInput: {},
877
878
  GetMeetInput: {},
878
879
  GetMeetsInput: {},
879
880
  GetPaymentMethodsInput: {},
@@ -1199,6 +1200,9 @@ const AllTypesProps = {
1199
1200
  getExtensions: {
1200
1201
  data: "GetExtensionsInput"
1201
1202
  },
1203
+ getLedger: {
1204
+ data: "GetLedgerInput"
1205
+ },
1202
1206
  getMeet: {
1203
1207
  data: "GetMeetInput"
1204
1208
  },
@@ -1534,6 +1538,14 @@ const ReturnTypes = {
1534
1538
  trustee: "Individual",
1535
1539
  type: "String"
1536
1540
  },
1541
+ ChartOfAccountsItem: {
1542
+ available: "String",
1543
+ blocked: "String",
1544
+ displayId: "String",
1545
+ id: "Int",
1546
+ name: "String",
1547
+ writeoff: "String"
1548
+ },
1537
1549
  ContactsDTO: {
1538
1550
  chairman: "PublicChairman",
1539
1551
  details: "OrganizationDetails",
@@ -1743,6 +1755,10 @@ const ReturnTypes = {
1743
1755
  key: "String",
1744
1756
  weight: "Int"
1745
1757
  },
1758
+ LedgerState: {
1759
+ chartOfAccounts: "ChartOfAccountsItem",
1760
+ coopname: "String"
1761
+ },
1746
1762
  Meet: {
1747
1763
  authorization: "DocumentAggregate",
1748
1764
  close_at: "DateTime",
@@ -2043,6 +2059,7 @@ const ReturnTypes = {
2043
2059
  getDesktop: "Desktop",
2044
2060
  getDocuments: "DocumentsAggregatePaginationResult",
2045
2061
  getExtensions: "Extension",
2062
+ getLedger: "LedgerState",
2046
2063
  getMeet: "MeetAggregate",
2047
2064
  getMeets: "MeetAggregate",
2048
2065
  getPaymentMethods: "PaymentMethodPaginationResult",
@@ -2820,7 +2837,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
2820
2837
  return UserStatus2;
2821
2838
  })(UserStatus || {});
2822
2839
 
2823
- const index$v = {
2840
+ const index$w = {
2824
2841
  __proto__: null,
2825
2842
  $: $,
2826
2843
  AccountType: AccountType,
@@ -3200,37 +3217,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
3200
3217
  rawRegisteredAccountSelector
3201
3218
  );
3202
3219
 
3203
- const name$1v = "registerAccount";
3220
+ const name$1w = "registerAccount";
3204
3221
  const mutation$1f = Selector("Mutation")({
3205
- [name$1v]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3222
+ [name$1w]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3206
3223
  });
3207
3224
 
3208
3225
  const registerAccount = {
3209
3226
  __proto__: null,
3210
3227
  mutation: mutation$1f,
3211
- name: name$1v
3228
+ name: name$1w
3212
3229
  };
3213
3230
 
3214
- const name$1u = "resetKey";
3231
+ const name$1v = "resetKey";
3215
3232
  const mutation$1e = Selector("Mutation")({
3216
- [name$1u]: [{ data: $("data", "ResetKeyInput!") }, true]
3233
+ [name$1v]: [{ data: $("data", "ResetKeyInput!") }, true]
3217
3234
  });
3218
3235
 
3219
3236
  const resetKey = {
3220
3237
  __proto__: null,
3221
3238
  mutation: mutation$1e,
3222
- name: name$1u
3239
+ name: name$1v
3223
3240
  };
3224
3241
 
3225
- const name$1t = "startResetKey";
3242
+ const name$1u = "startResetKey";
3226
3243
  const mutation$1d = Selector("Mutation")({
3227
- [name$1t]: [{ data: $("data", "StartResetKeyInput!") }, true]
3244
+ [name$1u]: [{ data: $("data", "StartResetKeyInput!") }, true]
3228
3245
  });
3229
3246
 
3230
3247
  const startResetKey = {
3231
3248
  __proto__: null,
3232
3249
  mutation: mutation$1d,
3233
- name: name$1t
3250
+ name: name$1u
3234
3251
  };
3235
3252
 
3236
3253
  const paginationSelector = {
@@ -3388,6 +3405,22 @@ const rawPaymentSelector = {
3388
3405
  };
3389
3406
  const paymentSelector = Selector("GatewayPayment")(rawPaymentSelector);
3390
3407
 
3408
+ const rawChartOfAccountsItemSelector = {
3409
+ id: true,
3410
+ displayId: true,
3411
+ name: true,
3412
+ available: true,
3413
+ blocked: true,
3414
+ writeoff: true
3415
+ };
3416
+ Selector("ChartOfAccountsItem")(rawChartOfAccountsItemSelector);
3417
+
3418
+ const rawLedgerStateSelector = {
3419
+ coopname: true,
3420
+ chartOfAccounts: rawChartOfAccountsItemSelector
3421
+ };
3422
+ const ledgerStateSelector = Selector("LedgerState")(rawLedgerStateSelector);
3423
+
3391
3424
  const rawGeneratedDocumentSelector = {
3392
3425
  hash: true,
3393
3426
  binary: true,
@@ -3713,18 +3746,18 @@ const rawCreateWithdrawResponseSelector = {
3713
3746
  };
3714
3747
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
3715
3748
 
3716
- const name$1s = "updateAccount";
3749
+ const name$1t = "updateAccount";
3717
3750
  const mutation$1c = Selector("Mutation")({
3718
- [name$1s]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3751
+ [name$1t]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3719
3752
  });
3720
3753
 
3721
3754
  const updateAccount = {
3722
3755
  __proto__: null,
3723
3756
  mutation: mutation$1c,
3724
- name: name$1s
3757
+ name: name$1t
3725
3758
  };
3726
3759
 
3727
- const index$u = {
3760
+ const index$v = {
3728
3761
  __proto__: null,
3729
3762
  RegisterAccount: registerAccount,
3730
3763
  ResetKey: resetKey,
@@ -3732,51 +3765,51 @@ const index$u = {
3732
3765
  UpdateAccount: updateAccount
3733
3766
  };
3734
3767
 
3735
- const name$1r = "generatePrivacyAgreement";
3768
+ const name$1s = "generatePrivacyAgreement";
3736
3769
  const mutation$1b = Selector("Mutation")({
3737
- [name$1r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3770
+ [name$1s]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3738
3771
  });
3739
3772
 
3740
3773
  const generatePrivacyAgreement = {
3741
3774
  __proto__: null,
3742
3775
  mutation: mutation$1b,
3743
- name: name$1r
3776
+ name: name$1s
3744
3777
  };
3745
3778
 
3746
- const name$1q = "generateSignatureAgreement";
3779
+ const name$1r = "generateSignatureAgreement";
3747
3780
  const mutation$1a = Selector("Mutation")({
3748
- [name$1q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3781
+ [name$1r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3749
3782
  });
3750
3783
 
3751
3784
  const generateSignatureAgreement = {
3752
3785
  __proto__: null,
3753
3786
  mutation: mutation$1a,
3754
- name: name$1q
3787
+ name: name$1r
3755
3788
  };
3756
3789
 
3757
- const name$1p = "generateWalletAgreement";
3790
+ const name$1q = "generateWalletAgreement";
3758
3791
  const mutation$19 = Selector("Mutation")({
3759
- [name$1p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3792
+ [name$1q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3760
3793
  });
3761
3794
 
3762
3795
  const generateWalletAgreement = {
3763
3796
  __proto__: null,
3764
3797
  mutation: mutation$19,
3765
- name: name$1p
3798
+ name: name$1q
3766
3799
  };
3767
3800
 
3768
- const name$1o = "generateUserAgreement";
3801
+ const name$1p = "generateUserAgreement";
3769
3802
  const mutation$18 = Selector("Mutation")({
3770
- [name$1o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3803
+ [name$1p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3771
3804
  });
3772
3805
 
3773
3806
  const generateUserAgreement = {
3774
3807
  __proto__: null,
3775
3808
  mutation: mutation$18,
3776
- name: name$1o
3809
+ name: name$1p
3777
3810
  };
3778
3811
 
3779
- const index$t = {
3812
+ const index$u = {
3780
3813
  __proto__: null,
3781
3814
  GeneratePrivacyAgreement: generatePrivacyAgreement,
3782
3815
  GenerateSignatureAgreement: generateSignatureAgreement,
@@ -3784,124 +3817,124 @@ const index$t = {
3784
3817
  GenerateWalletAgreement: generateWalletAgreement
3785
3818
  };
3786
3819
 
3787
- const name$1n = "refresh";
3820
+ const name$1o = "refresh";
3788
3821
  const mutation$17 = Selector("Mutation")({
3789
- [name$1n]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3822
+ [name$1o]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3790
3823
  });
3791
3824
 
3792
3825
  const refresh = {
3793
3826
  __proto__: null,
3794
3827
  mutation: mutation$17,
3795
- name: name$1n
3828
+ name: name$1o
3796
3829
  };
3797
3830
 
3798
- const name$1m = "logout";
3831
+ const name$1n = "logout";
3799
3832
  const mutation$16 = Selector("Mutation")({
3800
- [name$1m]: [{ data: $("data", "LogoutInput!") }, true]
3833
+ [name$1n]: [{ data: $("data", "LogoutInput!") }, true]
3801
3834
  });
3802
3835
 
3803
3836
  const logout = {
3804
3837
  __proto__: null,
3805
3838
  mutation: mutation$16,
3806
- name: name$1m
3839
+ name: name$1n
3807
3840
  };
3808
3841
 
3809
- const name$1l = "login";
3842
+ const name$1m = "login";
3810
3843
  const mutation$15 = Selector("Mutation")({
3811
- [name$1l]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3844
+ [name$1m]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3812
3845
  });
3813
3846
 
3814
3847
  const login = {
3815
3848
  __proto__: null,
3816
3849
  mutation: mutation$15,
3817
- name: name$1l
3850
+ name: name$1m
3818
3851
  };
3819
3852
 
3820
- const index$s = {
3853
+ const index$t = {
3821
3854
  __proto__: null,
3822
3855
  Login: login,
3823
3856
  Logout: logout,
3824
3857
  Refresh: refresh
3825
3858
  };
3826
3859
 
3827
- const name$1k = "addTrustedAccount";
3860
+ const name$1l = "addTrustedAccount";
3828
3861
  const mutation$14 = Selector("Mutation")({
3829
- [name$1k]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3862
+ [name$1l]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3830
3863
  });
3831
3864
 
3832
3865
  const addTrustedAccount = {
3833
3866
  __proto__: null,
3834
3867
  mutation: mutation$14,
3835
- name: name$1k
3868
+ name: name$1l
3836
3869
  };
3837
3870
 
3838
- const name$1j = "createBranch";
3871
+ const name$1k = "createBranch";
3839
3872
  const mutation$13 = Selector("Mutation")({
3840
- [name$1j]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3873
+ [name$1k]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3841
3874
  });
3842
3875
 
3843
3876
  const createBranch = {
3844
3877
  __proto__: null,
3845
3878
  mutation: mutation$13,
3846
- name: name$1j
3879
+ name: name$1k
3847
3880
  };
3848
3881
 
3849
- const name$1i = "deleteBranch";
3882
+ const name$1j = "deleteBranch";
3850
3883
  const mutation$12 = Selector("Mutation")({
3851
- [name$1i]: [{ data: $("data", "DeleteBranchInput!") }, true]
3884
+ [name$1j]: [{ data: $("data", "DeleteBranchInput!") }, true]
3852
3885
  });
3853
3886
 
3854
3887
  const deleteBranch = {
3855
3888
  __proto__: null,
3856
3889
  mutation: mutation$12,
3857
- name: name$1i
3890
+ name: name$1j
3858
3891
  };
3859
3892
 
3860
- const name$1h = "deleteTrustedAccount";
3893
+ const name$1i = "deleteTrustedAccount";
3861
3894
  const mutation$11 = Selector("Mutation")({
3862
- [name$1h]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3895
+ [name$1i]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3863
3896
  });
3864
3897
 
3865
3898
  const deleteTrustedAccount = {
3866
3899
  __proto__: null,
3867
3900
  mutation: mutation$11,
3868
- name: name$1h
3901
+ name: name$1i
3869
3902
  };
3870
3903
 
3871
- const name$1g = "editBranch";
3904
+ const name$1h = "editBranch";
3872
3905
  const mutation$10 = Selector("Mutation")({
3873
- [name$1g]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3906
+ [name$1h]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3874
3907
  });
3875
3908
 
3876
3909
  const editBranch = {
3877
3910
  __proto__: null,
3878
3911
  mutation: mutation$10,
3879
- name: name$1g
3912
+ name: name$1h
3880
3913
  };
3881
3914
 
3882
- const name$1f = "generateSelectBranchDocument";
3915
+ const name$1g = "generateSelectBranchDocument";
3883
3916
  const mutation$$ = Selector("Mutation")({
3884
- [name$1f]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3917
+ [name$1g]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3885
3918
  });
3886
3919
 
3887
3920
  const generateSelectBranchDocument = {
3888
3921
  __proto__: null,
3889
3922
  mutation: mutation$$,
3890
- name: name$1f
3923
+ name: name$1g
3891
3924
  };
3892
3925
 
3893
- const name$1e = "selectBranch";
3926
+ const name$1f = "selectBranch";
3894
3927
  const mutation$_ = Selector("Mutation")({
3895
- [name$1e]: [{ data: $("data", "SelectBranchInput!") }, true]
3928
+ [name$1f]: [{ data: $("data", "SelectBranchInput!") }, true]
3896
3929
  });
3897
3930
 
3898
3931
  const selectBranch = {
3899
3932
  __proto__: null,
3900
3933
  mutation: mutation$_,
3901
- name: name$1e
3934
+ name: name$1f
3902
3935
  };
3903
3936
 
3904
- const index$r = {
3937
+ const index$s = {
3905
3938
  __proto__: null,
3906
3939
  AddTrustedAccount: addTrustedAccount,
3907
3940
  CreateBranch: createBranch,
@@ -3912,260 +3945,260 @@ const index$r = {
3912
3945
  SelectBranch: selectBranch
3913
3946
  };
3914
3947
 
3915
- const name$1d = "acceptChildOrder";
3948
+ const name$1e = "acceptChildOrder";
3916
3949
  const mutation$Z = Selector("Mutation")({
3917
- [name$1d]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3950
+ [name$1e]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3918
3951
  });
3919
3952
 
3920
3953
  const acceptChildOrder = {
3921
3954
  __proto__: null,
3922
3955
  mutation: mutation$Z,
3923
- name: name$1d
3956
+ name: name$1e
3924
3957
  };
3925
3958
 
3926
- const name$1c = "cancelRequest";
3959
+ const name$1d = "cancelRequest";
3927
3960
  const mutation$Y = Selector("Mutation")({
3928
- [name$1c]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3961
+ [name$1d]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3929
3962
  });
3930
3963
 
3931
3964
  const cancelRequest = {
3932
3965
  __proto__: null,
3933
3966
  mutation: mutation$Y,
3934
- name: name$1c
3967
+ name: name$1d
3935
3968
  };
3936
3969
 
3937
- const name$1b = "confirmReceiveOnRequest";
3970
+ const name$1c = "confirmReceiveOnRequest";
3938
3971
  const mutation$X = Selector("Mutation")({
3939
- [name$1b]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3972
+ [name$1c]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3940
3973
  });
3941
3974
 
3942
3975
  const completeReceiveOnRequest = {
3943
3976
  __proto__: null,
3944
3977
  mutation: mutation$X,
3945
- name: name$1b
3978
+ name: name$1c
3946
3979
  };
3947
3980
 
3948
- const name$1a = "completeRequest";
3981
+ const name$1b = "completeRequest";
3949
3982
  const mutation$W = Selector("Mutation")({
3950
- [name$1a]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3983
+ [name$1b]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3951
3984
  });
3952
3985
 
3953
3986
  const completeRequest = {
3954
3987
  __proto__: null,
3955
3988
  mutation: mutation$W,
3956
- name: name$1a
3989
+ name: name$1b
3957
3990
  };
3958
3991
 
3959
- const name$19 = "confirmSupplyOnRequest";
3992
+ const name$1a = "confirmSupplyOnRequest";
3960
3993
  const mutation$V = Selector("Mutation")({
3961
- [name$19]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3994
+ [name$1a]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3962
3995
  });
3963
3996
 
3964
3997
  const confirmSupplyOnRequest = {
3965
3998
  __proto__: null,
3966
3999
  mutation: mutation$V,
3967
- name: name$19
4000
+ name: name$1a
3968
4001
  };
3969
4002
 
3970
- const name$18 = "createChildOrder";
4003
+ const name$19 = "createChildOrder";
3971
4004
  const mutation$U = Selector("Mutation")({
3972
- [name$18]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
4005
+ [name$19]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3973
4006
  });
3974
4007
 
3975
4008
  const createChildOrder = {
3976
4009
  __proto__: null,
3977
4010
  mutation: mutation$U,
3978
- name: name$18
4011
+ name: name$19
3979
4012
  };
3980
4013
 
3981
- const name$17 = "createParentOffer";
4014
+ const name$18 = "createParentOffer";
3982
4015
  const mutation$T = Selector("Mutation")({
3983
- [name$17]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
4016
+ [name$18]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3984
4017
  });
3985
4018
 
3986
4019
  const createParentOffer = {
3987
4020
  __proto__: null,
3988
4021
  mutation: mutation$T,
3989
- name: name$17
4022
+ name: name$18
3990
4023
  };
3991
4024
 
3992
- const name$16 = "declineRequest";
4025
+ const name$17 = "declineRequest";
3993
4026
  const mutation$S = Selector("Mutation")({
3994
- [name$16]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
4027
+ [name$17]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3995
4028
  });
3996
4029
 
3997
4030
  const declineRequest = {
3998
4031
  __proto__: null,
3999
4032
  mutation: mutation$S,
4000
- name: name$16
4033
+ name: name$17
4001
4034
  };
4002
4035
 
4003
- const name$15 = "deliverOnRequest";
4036
+ const name$16 = "deliverOnRequest";
4004
4037
  const mutation$R = Selector("Mutation")({
4005
- [name$15]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
4038
+ [name$16]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
4006
4039
  });
4007
4040
 
4008
4041
  const deliverOnRequest = {
4009
4042
  __proto__: null,
4010
4043
  mutation: mutation$R,
4011
- name: name$15
4044
+ name: name$16
4012
4045
  };
4013
4046
 
4014
- const name$14 = "disputeOnRequest";
4047
+ const name$15 = "disputeOnRequest";
4015
4048
  const mutation$Q = Selector("Mutation")({
4016
- [name$14]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
4049
+ [name$15]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
4017
4050
  });
4018
4051
 
4019
4052
  const disputeOnRequest = {
4020
4053
  __proto__: null,
4021
4054
  mutation: mutation$Q,
4022
- name: name$14
4055
+ name: name$15
4023
4056
  };
4024
4057
 
4025
- const name$13 = "generateAssetContributionAct";
4058
+ const name$14 = "generateAssetContributionAct";
4026
4059
  const mutation$P = Selector("Mutation")({
4027
- [name$13]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4060
+ [name$14]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4028
4061
  });
4029
4062
 
4030
4063
  const generateAssetContributionAct = {
4031
4064
  __proto__: null,
4032
4065
  mutation: mutation$P,
4033
- name: name$13
4066
+ name: name$14
4034
4067
  };
4035
4068
 
4036
- const name$12 = "generateAssetContributionDecision";
4069
+ const name$13 = "generateAssetContributionDecision";
4037
4070
  const mutation$O = Selector("Mutation")({
4038
- [name$12]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4071
+ [name$13]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4039
4072
  });
4040
4073
 
4041
4074
  const generateAssetContributionDecision = {
4042
4075
  __proto__: null,
4043
4076
  mutation: mutation$O,
4044
- name: name$12
4077
+ name: name$13
4045
4078
  };
4046
4079
 
4047
- const name$11 = "generateAssetContributionStatement";
4080
+ const name$12 = "generateAssetContributionStatement";
4048
4081
  const mutation$N = Selector("Mutation")({
4049
- [name$11]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4082
+ [name$12]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4050
4083
  });
4051
4084
 
4052
4085
  const generateAssetContributionStatement = {
4053
4086
  __proto__: null,
4054
4087
  mutation: mutation$N,
4055
- name: name$11
4088
+ name: name$12
4056
4089
  };
4057
4090
 
4058
- const name$10 = "generateReturnByAssetAct";
4091
+ const name$11 = "generateReturnByAssetAct";
4059
4092
  const mutation$M = Selector("Mutation")({
4060
- [name$10]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4093
+ [name$11]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4061
4094
  });
4062
4095
 
4063
4096
  const generateReturnByAssetAct = {
4064
4097
  __proto__: null,
4065
4098
  mutation: mutation$M,
4066
- name: name$10
4099
+ name: name$11
4067
4100
  };
4068
4101
 
4069
- const name$$ = "generateReturnByAssetDecision";
4102
+ const name$10 = "generateReturnByAssetDecision";
4070
4103
  const mutation$L = Selector("Mutation")({
4071
- [name$$]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4104
+ [name$10]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4072
4105
  });
4073
4106
 
4074
4107
  const generateReturnByAssetDecision = {
4075
4108
  __proto__: null,
4076
4109
  mutation: mutation$L,
4077
- name: name$$
4110
+ name: name$10
4078
4111
  };
4079
4112
 
4080
- const name$_ = "generateReturnByAssetStatement";
4113
+ const name$$ = "generateReturnByAssetStatement";
4081
4114
  const mutation$K = Selector("Mutation")({
4082
- [name$_]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4115
+ [name$$]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4083
4116
  });
4084
4117
 
4085
4118
  const generateReturnByAssetStatement = {
4086
4119
  __proto__: null,
4087
4120
  mutation: mutation$K,
4088
- name: name$_
4121
+ name: name$$
4089
4122
  };
4090
4123
 
4091
- const name$Z = "moderateRequest";
4124
+ const name$_ = "moderateRequest";
4092
4125
  const mutation$J = Selector("Mutation")({
4093
- [name$Z]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4126
+ [name$_]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4094
4127
  });
4095
4128
 
4096
4129
  const moderateRequest = {
4097
4130
  __proto__: null,
4098
4131
  mutation: mutation$J,
4099
- name: name$Z
4132
+ name: name$_
4100
4133
  };
4101
4134
 
4102
- const name$Y = "prohibitRequest";
4135
+ const name$Z = "prohibitRequest";
4103
4136
  const mutation$I = Selector("Mutation")({
4104
- [name$Y]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4137
+ [name$Z]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4105
4138
  });
4106
4139
 
4107
4140
  const prohibitRequest = {
4108
4141
  __proto__: null,
4109
4142
  mutation: mutation$I,
4110
- name: name$Y
4143
+ name: name$Z
4111
4144
  };
4112
4145
 
4113
- const name$X = "publishRequest";
4146
+ const name$Y = "publishRequest";
4114
4147
  const mutation$H = Selector("Mutation")({
4115
- [name$X]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
4148
+ [name$Y]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
4116
4149
  });
4117
4150
 
4118
4151
  const publishRequest = {
4119
4152
  __proto__: null,
4120
4153
  mutation: mutation$H,
4121
- name: name$X
4154
+ name: name$Y
4122
4155
  };
4123
4156
 
4124
- const name$W = "receiveOnRequest";
4157
+ const name$X = "receiveOnRequest";
4125
4158
  const mutation$G = Selector("Mutation")({
4126
- [name$W]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
4159
+ [name$X]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
4127
4160
  });
4128
4161
 
4129
4162
  const receiveOnRequest = {
4130
4163
  __proto__: null,
4131
4164
  mutation: mutation$G,
4132
- name: name$W
4165
+ name: name$X
4133
4166
  };
4134
4167
 
4135
- const name$V = "supplyOnRequest";
4168
+ const name$W = "supplyOnRequest";
4136
4169
  const mutation$F = Selector("Mutation")({
4137
- [name$V]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
4170
+ [name$W]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
4138
4171
  });
4139
4172
 
4140
4173
  const supplyOnRequest = {
4141
4174
  __proto__: null,
4142
4175
  mutation: mutation$F,
4143
- name: name$V
4176
+ name: name$W
4144
4177
  };
4145
4178
 
4146
- const name$U = "unpublishRequest";
4179
+ const name$V = "unpublishRequest";
4147
4180
  const mutation$E = Selector("Mutation")({
4148
- [name$U]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
4181
+ [name$V]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
4149
4182
  });
4150
4183
 
4151
4184
  const unpublishRequest = {
4152
4185
  __proto__: null,
4153
4186
  mutation: mutation$E,
4154
- name: name$U
4187
+ name: name$V
4155
4188
  };
4156
4189
 
4157
- const name$T = "updateRequest";
4190
+ const name$U = "updateRequest";
4158
4191
  const mutation$D = Selector("Mutation")({
4159
- [name$T]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
4192
+ [name$U]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
4160
4193
  });
4161
4194
 
4162
4195
  const updateRequest = {
4163
4196
  __proto__: null,
4164
4197
  mutation: mutation$D,
4165
- name: name$T
4198
+ name: name$U
4166
4199
  };
4167
4200
 
4168
- const index$q = {
4201
+ const index$r = {
4169
4202
  __proto__: null,
4170
4203
  AcceptChildOrder: acceptChildOrder,
4171
4204
  CancelRequest: cancelRequest,
@@ -4192,91 +4225,91 @@ const index$q = {
4192
4225
  UpdateRequest: updateRequest
4193
4226
  };
4194
4227
 
4195
- const name$S = "installExtension";
4228
+ const name$T = "installExtension";
4196
4229
  const mutation$C = Selector("Mutation")({
4197
- [name$S]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4230
+ [name$T]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4198
4231
  });
4199
4232
 
4200
4233
  const installExtension = {
4201
4234
  __proto__: null,
4202
4235
  mutation: mutation$C,
4203
- name: name$S
4236
+ name: name$T
4204
4237
  };
4205
4238
 
4206
- const name$R = "uninstallExtension";
4239
+ const name$S = "uninstallExtension";
4207
4240
  const mutation$B = Selector("Mutation")({
4208
- [name$R]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4241
+ [name$S]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4209
4242
  });
4210
4243
 
4211
4244
  const uninstallExtension = {
4212
4245
  __proto__: null,
4213
4246
  mutation: mutation$B,
4214
- name: name$R
4247
+ name: name$S
4215
4248
  };
4216
4249
 
4217
- const name$Q = "updateExtension";
4250
+ const name$R = "updateExtension";
4218
4251
  const mutation$A = Selector("Mutation")({
4219
- [name$Q]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4252
+ [name$R]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4220
4253
  });
4221
4254
 
4222
4255
  const updateExtension = {
4223
4256
  __proto__: null,
4224
4257
  mutation: mutation$A,
4225
- name: name$Q
4258
+ name: name$R
4226
4259
  };
4227
4260
 
4228
- const index$p = {
4261
+ const index$q = {
4229
4262
  __proto__: null,
4230
4263
  InstallExtension: installExtension,
4231
4264
  UninstallExtension: uninstallExtension,
4232
4265
  UpdateExtension: updateExtension
4233
4266
  };
4234
4267
 
4235
- const name$P = "generateProjectOfFreeDecision";
4268
+ const name$Q = "generateProjectOfFreeDecision";
4236
4269
  const mutation$z = Selector("Mutation")({
4237
- [name$P]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4270
+ [name$Q]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4238
4271
  });
4239
4272
 
4240
4273
  const generateProjectOfFreeDecisionDocument = {
4241
4274
  __proto__: null,
4242
4275
  mutation: mutation$z,
4243
- name: name$P
4276
+ name: name$Q
4244
4277
  };
4245
4278
 
4246
- const name$O = "generateFreeDecision";
4279
+ const name$P = "generateFreeDecision";
4247
4280
  const mutation$y = Selector("Mutation")({
4248
- [name$O]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4281
+ [name$P]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4249
4282
  });
4250
4283
 
4251
4284
  const generateFreeDecision = {
4252
4285
  __proto__: null,
4253
4286
  mutation: mutation$y,
4254
- name: name$O
4287
+ name: name$P
4255
4288
  };
4256
4289
 
4257
- const name$N = "publishProjectOfFreeDecision";
4290
+ const name$O = "publishProjectOfFreeDecision";
4258
4291
  const mutation$x = Selector("Mutation")({
4259
- [name$N]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4292
+ [name$O]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4260
4293
  });
4261
4294
 
4262
4295
  const publishProjectOfFreeDecision = {
4263
4296
  __proto__: null,
4264
4297
  mutation: mutation$x,
4265
- name: name$N
4298
+ name: name$O
4266
4299
  };
4267
4300
 
4268
- const name$M = "createProjectOfFreeDecision";
4301
+ const name$N = "createProjectOfFreeDecision";
4269
4302
  const mutation$w = Selector("Mutation")({
4270
- [name$M]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4303
+ [name$N]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4271
4304
  });
4272
4305
 
4273
4306
  const createProjectOfFreeDecision = {
4274
4307
  __proto__: null,
4275
4308
  mutation: mutation$w,
4276
- name: name$M
4309
+ name: name$N
4277
4310
  };
4278
4311
 
4279
- const index$o = {
4312
+ const index$p = {
4280
4313
  __proto__: null,
4281
4314
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
4282
4315
  GenerateFreeDecision: generateFreeDecision,
@@ -4284,60 +4317,60 @@ const index$o = {
4284
4317
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
4285
4318
  };
4286
4319
 
4287
- const name$L = "setPaymentStatus";
4320
+ const name$M = "setPaymentStatus";
4288
4321
  const mutation$v = Selector("Mutation")({
4289
- [name$L]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4322
+ [name$M]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4290
4323
  });
4291
4324
 
4292
4325
  const updatePaymentStatus = {
4293
4326
  __proto__: null,
4294
4327
  mutation: mutation$v,
4295
- name: name$L
4328
+ name: name$M
4296
4329
  };
4297
4330
 
4298
- const name$K = "createInitialPayment";
4331
+ const name$L = "createInitialPayment";
4299
4332
  const mutation$u = Selector("Mutation")({
4300
- [name$K]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4333
+ [name$L]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4301
4334
  });
4302
4335
 
4303
4336
  const createInitialPayment$1 = {
4304
4337
  __proto__: null,
4305
4338
  mutation: mutation$u,
4306
- name: name$K
4339
+ name: name$L
4307
4340
  };
4308
4341
 
4309
- const name$J = "createDepositPayment";
4342
+ const name$K = "createDepositPayment";
4310
4343
  const mutation$t = Selector("Mutation")({
4311
- [name$J]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4344
+ [name$K]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4312
4345
  });
4313
4346
 
4314
4347
  const createDepositPayment$1 = {
4315
4348
  __proto__: null,
4316
4349
  mutation: mutation$t,
4317
- name: name$J
4350
+ name: name$K
4318
4351
  };
4319
4352
 
4320
- const index$n = {
4353
+ const index$o = {
4321
4354
  __proto__: null,
4322
4355
  CreateDepositPayment: createDepositPayment$1,
4323
4356
  CreateInitialPayment: createInitialPayment$1,
4324
4357
  SetPaymentStatus: updatePaymentStatus
4325
4358
  };
4326
4359
 
4327
- const name$I = "createAnnualGeneralMeet";
4360
+ const name$J = "createAnnualGeneralMeet";
4328
4361
  const mutation$s = Selector("Mutation")({
4329
- [name$I]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4362
+ [name$J]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4330
4363
  });
4331
4364
 
4332
4365
  const createAnnualGeneralMeet = {
4333
4366
  __proto__: null,
4334
4367
  mutation: mutation$s,
4335
- name: name$I
4368
+ name: name$J
4336
4369
  };
4337
4370
 
4338
- const name$H = "generateAnnualGeneralMeetAgendaDocument";
4371
+ const name$I = "generateAnnualGeneralMeetAgendaDocument";
4339
4372
  const mutation$r = Selector("Mutation")({
4340
- [name$H]: [
4373
+ [name$I]: [
4341
4374
  {
4342
4375
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
4343
4376
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4349,12 +4382,12 @@ const mutation$r = Selector("Mutation")({
4349
4382
  const generateAnnualGeneralMeetAgendaDocument = {
4350
4383
  __proto__: null,
4351
4384
  mutation: mutation$r,
4352
- name: name$H
4385
+ name: name$I
4353
4386
  };
4354
4387
 
4355
- const name$G = "generateAnnualGeneralMeetDecisionDocument";
4388
+ const name$H = "generateAnnualGeneralMeetDecisionDocument";
4356
4389
  const mutation$q = Selector("Mutation")({
4357
- [name$G]: [
4390
+ [name$H]: [
4358
4391
  {
4359
4392
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
4360
4393
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4366,12 +4399,12 @@ const mutation$q = Selector("Mutation")({
4366
4399
  const generateAnnualGeneralMeetDecisionDocument = {
4367
4400
  __proto__: null,
4368
4401
  mutation: mutation$q,
4369
- name: name$G
4402
+ name: name$H
4370
4403
  };
4371
4404
 
4372
- const name$F = "generateAnnualGeneralMeetNotificationDocument";
4405
+ const name$G = "generateAnnualGeneralMeetNotificationDocument";
4373
4406
  const mutation$p = Selector("Mutation")({
4374
- [name$F]: [
4407
+ [name$G]: [
4375
4408
  {
4376
4409
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
4377
4410
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4383,12 +4416,12 @@ const mutation$p = Selector("Mutation")({
4383
4416
  const generateAnnualGeneralMeetNotificationDocument = {
4384
4417
  __proto__: null,
4385
4418
  mutation: mutation$p,
4386
- name: name$F
4419
+ name: name$G
4387
4420
  };
4388
4421
 
4389
- const name$E = "generateBallotForAnnualGeneralMeetDocument";
4422
+ const name$F = "generateBallotForAnnualGeneralMeetDocument";
4390
4423
  const mutation$o = Selector("Mutation")({
4391
- [name$E]: [
4424
+ [name$F]: [
4392
4425
  {
4393
4426
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
4394
4427
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4400,12 +4433,12 @@ const mutation$o = Selector("Mutation")({
4400
4433
  const generateBallotForAnnualGeneralMeetDocument = {
4401
4434
  __proto__: null,
4402
4435
  mutation: mutation$o,
4403
- name: name$E
4436
+ name: name$F
4404
4437
  };
4405
4438
 
4406
- const name$D = "generateSovietDecisionOnAnnualMeetDocument";
4439
+ const name$E = "generateSovietDecisionOnAnnualMeetDocument";
4407
4440
  const mutation$n = Selector("Mutation")({
4408
- [name$D]: [{
4441
+ [name$E]: [{
4409
4442
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
4410
4443
  options: $("options", "GenerateDocumentOptionsInput")
4411
4444
  }, documentSelector]
@@ -4414,65 +4447,65 @@ const mutation$n = Selector("Mutation")({
4414
4447
  const generateSovietDecisionOnAnnualMeetDocument = {
4415
4448
  __proto__: null,
4416
4449
  mutation: mutation$n,
4417
- name: name$D
4450
+ name: name$E
4418
4451
  };
4419
4452
 
4420
- const name$C = "notifyOnAnnualGeneralMeet";
4453
+ const name$D = "notifyOnAnnualGeneralMeet";
4421
4454
  const mutation$m = Selector("Mutation")({
4422
- [name$C]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4455
+ [name$D]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4423
4456
  });
4424
4457
 
4425
4458
  const notifyOnAnnualGeneralMeet = {
4426
4459
  __proto__: null,
4427
4460
  mutation: mutation$m,
4428
- name: name$C
4461
+ name: name$D
4429
4462
  };
4430
4463
 
4431
- const name$B = "restartAnnualGeneralMeet";
4464
+ const name$C = "restartAnnualGeneralMeet";
4432
4465
  const mutation$l = Selector("Mutation")({
4433
- [name$B]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4466
+ [name$C]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4434
4467
  });
4435
4468
 
4436
4469
  const restartAnnualGeneralMeet = {
4437
4470
  __proto__: null,
4438
4471
  mutation: mutation$l,
4439
- name: name$B
4472
+ name: name$C
4440
4473
  };
4441
4474
 
4442
- const name$A = "signByPresiderOnAnnualGeneralMeet";
4475
+ const name$B = "signByPresiderOnAnnualGeneralMeet";
4443
4476
  const mutation$k = Selector("Mutation")({
4444
- [name$A]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4477
+ [name$B]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4445
4478
  });
4446
4479
 
4447
4480
  const signByPresiderOnAnnualGeneralMeet = {
4448
4481
  __proto__: null,
4449
4482
  mutation: mutation$k,
4450
- name: name$A
4483
+ name: name$B
4451
4484
  };
4452
4485
 
4453
- const name$z = "signBySecretaryOnAnnualGeneralMeet";
4486
+ const name$A = "signBySecretaryOnAnnualGeneralMeet";
4454
4487
  const mutation$j = Selector("Mutation")({
4455
- [name$z]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4488
+ [name$A]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4456
4489
  });
4457
4490
 
4458
4491
  const signBySecretaryOnAnnualGeneralMeet = {
4459
4492
  __proto__: null,
4460
4493
  mutation: mutation$j,
4461
- name: name$z
4494
+ name: name$A
4462
4495
  };
4463
4496
 
4464
- const name$y = "voteOnAnnualGeneralMeet";
4497
+ const name$z = "voteOnAnnualGeneralMeet";
4465
4498
  const mutation$i = Selector("Mutation")({
4466
- [name$y]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4499
+ [name$z]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4467
4500
  });
4468
4501
 
4469
4502
  const voteOnAnnualGeneralMeet = {
4470
4503
  __proto__: null,
4471
4504
  mutation: mutation$i,
4472
- name: name$y
4505
+ name: name$z
4473
4506
  };
4474
4507
 
4475
- const index$m = {
4508
+ const index$n = {
4476
4509
  __proto__: null,
4477
4510
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
4478
4511
  GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
@@ -4487,90 +4520,90 @@ const index$m = {
4487
4520
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
4488
4521
  };
4489
4522
 
4490
- const name$x = "createWebPushSubscription";
4523
+ const name$y = "createWebPushSubscription";
4491
4524
  const mutation$h = Selector("Mutation")({
4492
- [name$x]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
4525
+ [name$y]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
4493
4526
  });
4494
4527
 
4495
4528
  const createWebPushSubscription = {
4496
4529
  __proto__: null,
4497
4530
  mutation: mutation$h,
4498
- name: name$x
4531
+ name: name$y
4499
4532
  };
4500
4533
 
4501
- const name$w = "deactivateWebPushSubscriptionById";
4534
+ const name$x = "deactivateWebPushSubscriptionById";
4502
4535
  const mutation$g = Selector("Mutation")({
4503
- [name$w]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
4536
+ [name$x]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
4504
4537
  });
4505
4538
 
4506
4539
  const deactivateWebPushSubscriptionById = {
4507
4540
  __proto__: null,
4508
4541
  mutation: mutation$g,
4509
- name: name$w
4542
+ name: name$x
4510
4543
  };
4511
4544
 
4512
- const index$l = {
4545
+ const index$m = {
4513
4546
  __proto__: null,
4514
4547
  CreateWebPushSubscription: createWebPushSubscription,
4515
4548
  DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById
4516
4549
  };
4517
4550
 
4518
- const name$v = "addParticipant";
4551
+ const name$w = "addParticipant";
4519
4552
  const mutation$f = Selector("Mutation")({
4520
- [name$v]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4553
+ [name$w]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4521
4554
  });
4522
4555
 
4523
4556
  const addParticipant = {
4524
4557
  __proto__: null,
4525
4558
  mutation: mutation$f,
4526
- name: name$v
4559
+ name: name$w
4527
4560
  };
4528
4561
 
4529
- const name$u = "generateParticipantApplication";
4562
+ const name$v = "generateParticipantApplication";
4530
4563
  const mutation$e = Selector("Mutation")({
4531
- [name$u]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4564
+ [name$v]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4532
4565
  });
4533
4566
 
4534
4567
  const generateParticipantApplication = {
4535
4568
  __proto__: null,
4536
4569
  mutation: mutation$e,
4537
- name: name$u
4570
+ name: name$v
4538
4571
  };
4539
4572
 
4540
- const name$t = "generateParticipantApplicationDecision";
4573
+ const name$u = "generateParticipantApplicationDecision";
4541
4574
  const mutation$d = Selector("Mutation")({
4542
- [name$t]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4575
+ [name$u]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4543
4576
  });
4544
4577
 
4545
4578
  const generateParticipantApplicationDecision = {
4546
4579
  __proto__: null,
4547
4580
  mutation: mutation$d,
4548
- name: name$t
4581
+ name: name$u
4549
4582
  };
4550
4583
 
4551
- const name$s = "registerParticipant";
4584
+ const name$t = "registerParticipant";
4552
4585
  const mutation$c = Selector("Mutation")({
4553
- [name$s]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4586
+ [name$t]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4554
4587
  });
4555
4588
 
4556
4589
  const registerParticipant = {
4557
4590
  __proto__: null,
4558
4591
  mutation: mutation$c,
4559
- name: name$s
4592
+ name: name$t
4560
4593
  };
4561
4594
 
4562
- const name$r = "createInitialPayment";
4595
+ const name$s = "createInitialPayment";
4563
4596
  const mutation$b = Selector("Mutation")({
4564
- [name$r]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4597
+ [name$s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4565
4598
  });
4566
4599
 
4567
4600
  const createInitialPayment = {
4568
4601
  __proto__: null,
4569
4602
  mutation: mutation$b,
4570
- name: name$r
4603
+ name: name$s
4571
4604
  };
4572
4605
 
4573
- const index$k = {
4606
+ const index$l = {
4574
4607
  __proto__: null,
4575
4608
  AddParticipant: addParticipant,
4576
4609
  CreateInitialPayment: createInitialPayment,
@@ -4579,91 +4612,91 @@ const index$k = {
4579
4612
  RegisterParticipant: registerParticipant
4580
4613
  };
4581
4614
 
4582
- const name$q = "createBankAccount";
4615
+ const name$r = "createBankAccount";
4583
4616
  const mutation$a = Selector("Mutation")({
4584
- [name$q]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4617
+ [name$r]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4585
4618
  });
4586
4619
 
4587
4620
  const createBankAccount = {
4588
4621
  __proto__: null,
4589
4622
  mutation: mutation$a,
4590
- name: name$q
4623
+ name: name$r
4591
4624
  };
4592
4625
 
4593
- const name$p = "deletePaymentMethod";
4626
+ const name$q = "deletePaymentMethod";
4594
4627
  const mutation$9 = Selector("Mutation")({
4595
- [name$p]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4628
+ [name$q]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4596
4629
  });
4597
4630
 
4598
4631
  const deletePaymentMethod = {
4599
4632
  __proto__: null,
4600
4633
  mutation: mutation$9,
4601
- name: name$p
4634
+ name: name$q
4602
4635
  };
4603
4636
 
4604
- const name$o = "updateBankAccount";
4637
+ const name$p = "updateBankAccount";
4605
4638
  const mutation$8 = Selector("Mutation")({
4606
- [name$o]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4639
+ [name$p]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4607
4640
  });
4608
4641
 
4609
4642
  const updateBankAccount = {
4610
4643
  __proto__: null,
4611
4644
  mutation: mutation$8,
4612
- name: name$o
4645
+ name: name$p
4613
4646
  };
4614
4647
 
4615
- const index$j = {
4648
+ const index$k = {
4616
4649
  __proto__: null,
4617
4650
  CreateBankAccount: createBankAccount,
4618
4651
  DeletePaymentMethod: deletePaymentMethod,
4619
4652
  UpdateBankAccount: updateBankAccount
4620
4653
  };
4621
4654
 
4622
- const name$n = "initSystem";
4655
+ const name$o = "initSystem";
4623
4656
  const mutation$7 = Selector("Mutation")({
4624
- [name$n]: [{ data: $("data", "Init!") }, systemInfoSelector]
4657
+ [name$o]: [{ data: $("data", "Init!") }, systemInfoSelector]
4625
4658
  });
4626
4659
 
4627
4660
  const initSystem = {
4628
4661
  __proto__: null,
4629
4662
  mutation: mutation$7,
4630
- name: name$n
4663
+ name: name$o
4631
4664
  };
4632
4665
 
4633
- const name$m = "installSystem";
4666
+ const name$n = "installSystem";
4634
4667
  const mutation$6 = Selector("Mutation")({
4635
- [name$m]: [{ data: $("data", "Install!") }, systemInfoSelector]
4668
+ [name$n]: [{ data: $("data", "Install!") }, systemInfoSelector]
4636
4669
  });
4637
4670
 
4638
4671
  const installSystem = {
4639
4672
  __proto__: null,
4640
4673
  mutation: mutation$6,
4641
- name: name$m
4674
+ name: name$n
4642
4675
  };
4643
4676
 
4644
- const name$l = "setWif";
4677
+ const name$m = "setWif";
4645
4678
  const mutation$5 = Selector("Mutation")({
4646
- [name$l]: [{ data: $("data", "SetWifInput!") }, true]
4679
+ [name$m]: [{ data: $("data", "SetWifInput!") }, true]
4647
4680
  });
4648
4681
 
4649
4682
  const saveWif = {
4650
4683
  __proto__: null,
4651
4684
  mutation: mutation$5,
4652
- name: name$l
4685
+ name: name$m
4653
4686
  };
4654
4687
 
4655
- const name$k = "updateSystem";
4688
+ const name$l = "updateSystem";
4656
4689
  const mutation$4 = Selector("Mutation")({
4657
- [name$k]: [{ data: $("data", "Update!") }, systemInfoSelector]
4690
+ [name$l]: [{ data: $("data", "Update!") }, systemInfoSelector]
4658
4691
  });
4659
4692
 
4660
4693
  const updateSystem = {
4661
4694
  __proto__: null,
4662
4695
  mutation: mutation$4,
4663
- name: name$k
4696
+ name: name$l
4664
4697
  };
4665
4698
 
4666
- const index$i = {
4699
+ const index$j = {
4667
4700
  __proto__: null,
4668
4701
  InitSystem: initSystem,
4669
4702
  InstallSystem: installSystem,
@@ -4671,31 +4704,31 @@ const index$i = {
4671
4704
  UpdateSystem: updateSystem
4672
4705
  };
4673
4706
 
4674
- const name$j = "createWithdraw";
4707
+ const name$k = "createWithdraw";
4675
4708
  const mutation$3 = Selector("Mutation")({
4676
- [name$j]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4709
+ [name$k]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4677
4710
  });
4678
4711
 
4679
4712
  const createWithdraw = {
4680
4713
  __proto__: null,
4681
4714
  mutation: mutation$3,
4682
- name: name$j
4715
+ name: name$k
4683
4716
  };
4684
4717
 
4685
- const name$i = "createDepositPayment";
4718
+ const name$j = "createDepositPayment";
4686
4719
  const mutation$2 = Selector("Mutation")({
4687
- [name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4720
+ [name$j]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4688
4721
  });
4689
4722
 
4690
4723
  const createDepositPayment = {
4691
4724
  __proto__: null,
4692
4725
  mutation: mutation$2,
4693
- name: name$i
4726
+ name: name$j
4694
4727
  };
4695
4728
 
4696
- const name$h = "generateReturnByMoneyStatementDocument";
4729
+ const name$i = "generateReturnByMoneyStatementDocument";
4697
4730
  const mutation$1 = Selector("Mutation")({
4698
- [name$h]: [
4731
+ [name$i]: [
4699
4732
  {
4700
4733
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
4701
4734
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4707,12 +4740,12 @@ const mutation$1 = Selector("Mutation")({
4707
4740
  const generateReturnByMoneyStatementDocument = {
4708
4741
  __proto__: null,
4709
4742
  mutation: mutation$1,
4710
- name: name$h
4743
+ name: name$i
4711
4744
  };
4712
4745
 
4713
- const name$g = "generateReturnByMoneyDecisionDocument";
4746
+ const name$h = "generateReturnByMoneyDecisionDocument";
4714
4747
  const mutation = Selector("Mutation")({
4715
- [name$g]: [
4748
+ [name$h]: [
4716
4749
  {
4717
4750
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
4718
4751
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4724,10 +4757,10 @@ const mutation = Selector("Mutation")({
4724
4757
  const generateReturnByMoneyDecisionDocument = {
4725
4758
  __proto__: null,
4726
4759
  mutation: mutation,
4727
- name: name$g
4760
+ name: name$h
4728
4761
  };
4729
4762
 
4730
- const index$h = {
4763
+ const index$i = {
4731
4764
  __proto__: null,
4732
4765
  CreateDepositPayment: createDepositPayment,
4733
4766
  CreateWithdraw: createWithdraw,
@@ -4737,42 +4770,42 @@ const index$h = {
4737
4770
 
4738
4771
  const Mutations = {
4739
4772
  __proto__: null,
4740
- Accounts: index$u,
4741
- Agreements: index$t,
4742
- Auth: index$s,
4743
- Branches: index$r,
4744
- Cooplace: index$q,
4745
- Extensions: index$p,
4746
- FreeDecisions: index$o,
4747
- Gateway: index$n,
4748
- Meet: index$m,
4749
- Notification: index$l,
4750
- Participants: index$k,
4751
- PaymentMethods: index$j,
4752
- System: index$i,
4753
- Wallet: index$h
4754
- };
4755
-
4756
- const name$f = "getAccount";
4757
- const query$f = Selector("Query")({
4758
- [name$f]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4773
+ Accounts: index$v,
4774
+ Agreements: index$u,
4775
+ Auth: index$t,
4776
+ Branches: index$s,
4777
+ Cooplace: index$r,
4778
+ Extensions: index$q,
4779
+ FreeDecisions: index$p,
4780
+ Gateway: index$o,
4781
+ Meet: index$n,
4782
+ Notification: index$m,
4783
+ Participants: index$l,
4784
+ PaymentMethods: index$k,
4785
+ System: index$j,
4786
+ Wallet: index$i
4787
+ };
4788
+
4789
+ const name$g = "getAccount";
4790
+ const query$g = Selector("Query")({
4791
+ [name$g]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4759
4792
  });
4760
4793
 
4761
4794
  const getAccount = {
4762
4795
  __proto__: null,
4763
- name: name$f,
4764
- query: query$f
4796
+ name: name$g,
4797
+ query: query$g
4765
4798
  };
4766
4799
 
4767
- const name$e = "getAccounts";
4768
- const query$e = Selector("Query")({
4769
- [name$e]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4800
+ const name$f = "getAccounts";
4801
+ const query$f = Selector("Query")({
4802
+ [name$f]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4770
4803
  });
4771
4804
 
4772
4805
  const getAccounts = {
4773
4806
  __proto__: null,
4774
- name: name$e,
4775
- query: query$e
4807
+ name: name$f,
4808
+ query: query$f
4776
4809
  };
4777
4810
 
4778
4811
  const rawSearchPrivateAccountsResultSelector = {
@@ -4789,18 +4822,18 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
4789
4822
  rawSearchPrivateAccountsResultSelector
4790
4823
  );
4791
4824
 
4792
- const name$d = "searchPrivateAccounts";
4793
- const query$d = Selector("Query")({
4794
- [name$d]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4825
+ const name$e = "searchPrivateAccounts";
4826
+ const query$e = Selector("Query")({
4827
+ [name$e]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4795
4828
  });
4796
4829
 
4797
4830
  const searchPrivateAccounts = {
4798
4831
  __proto__: null,
4799
- name: name$d,
4800
- query: query$d
4832
+ name: name$e,
4833
+ query: query$e
4801
4834
  };
4802
4835
 
4803
- const index$g = {
4836
+ const index$h = {
4804
4837
  __proto__: null,
4805
4838
  GetAccount: getAccount,
4806
4839
  GetAccounts: getAccounts,
@@ -4868,45 +4901,45 @@ const rawAgendaSelector = {
4868
4901
  };
4869
4902
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
4870
4903
 
4871
- const name$c = "getAgenda";
4872
- const query$c = Selector("Query")({
4873
- [name$c]: agendaSelector
4904
+ const name$d = "getAgenda";
4905
+ const query$d = Selector("Query")({
4906
+ [name$d]: agendaSelector
4874
4907
  });
4875
4908
 
4876
4909
  const getAgenda = {
4877
4910
  __proto__: null,
4878
- name: name$c,
4879
- query: query$c
4911
+ name: name$d,
4912
+ query: query$d
4880
4913
  };
4881
4914
 
4882
- const index$f = {
4915
+ const index$g = {
4883
4916
  __proto__: null,
4884
4917
  GetAgenda: getAgenda
4885
4918
  };
4886
4919
 
4887
- const name$b = "getBranches";
4888
- const query$b = Selector("Query")({
4889
- [name$b]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
4920
+ const name$c = "getBranches";
4921
+ const query$c = Selector("Query")({
4922
+ [name$c]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
4890
4923
  });
4891
4924
 
4892
4925
  const getBranches = {
4893
4926
  __proto__: null,
4894
- name: name$b,
4895
- query: query$b
4927
+ name: name$c,
4928
+ query: query$c
4896
4929
  };
4897
4930
 
4898
- const name$a = "getBranches";
4899
- const query$a = Selector("Query")({
4900
- [name$a]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
4931
+ const name$b = "getBranches";
4932
+ const query$b = Selector("Query")({
4933
+ [name$b]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
4901
4934
  });
4902
4935
 
4903
4936
  const getPublicBranches = {
4904
4937
  __proto__: null,
4905
- name: name$a,
4906
- query: query$a
4938
+ name: name$b,
4939
+ query: query$b
4907
4940
  };
4908
4941
 
4909
- const index$e = {
4942
+ const index$f = {
4910
4943
  __proto__: null,
4911
4944
  GetBranches: getBranches,
4912
4945
  GetPublicBranches: getPublicBranches
@@ -4927,59 +4960,59 @@ const rawDesktopSelector = {
4927
4960
  };
4928
4961
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
4929
4962
 
4930
- const name$9 = "getDesktop";
4931
- const query$9 = Selector("Query")({
4932
- [name$9]: desktopSelector
4963
+ const name$a = "getDesktop";
4964
+ const query$a = Selector("Query")({
4965
+ [name$a]: desktopSelector
4933
4966
  });
4934
4967
 
4935
4968
  const getDesktop = {
4936
4969
  __proto__: null,
4937
- name: name$9,
4938
- query: query$9
4970
+ name: name$a,
4971
+ query: query$a
4939
4972
  };
4940
4973
 
4941
- const index$d = {
4974
+ const index$e = {
4942
4975
  __proto__: null,
4943
4976
  GetDesktop: getDesktop
4944
4977
  };
4945
4978
 
4946
4979
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
4947
- const name$8 = "getDocuments";
4948
- const query$8 = Selector("Query")({
4949
- [name$8]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
4980
+ const name$9 = "getDocuments";
4981
+ const query$9 = Selector("Query")({
4982
+ [name$9]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
4950
4983
  });
4951
4984
 
4952
4985
  const getDocuments = {
4953
4986
  __proto__: null,
4954
- name: name$8,
4955
- query: query$8
4987
+ name: name$9,
4988
+ query: query$9
4956
4989
  };
4957
4990
 
4958
- const index$c = {
4991
+ const index$d = {
4959
4992
  __proto__: null,
4960
4993
  GetDocuments: getDocuments
4961
4994
  };
4962
4995
 
4963
- const name$7 = "getExtensions";
4964
- const query$7 = Selector("Query")({
4965
- [name$7]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
4996
+ const name$8 = "getExtensions";
4997
+ const query$8 = Selector("Query")({
4998
+ [name$8]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
4966
4999
  });
4967
5000
 
4968
5001
  const getExtensions = {
4969
5002
  __proto__: null,
4970
- name: name$7,
4971
- query: query$7
5003
+ name: name$8,
5004
+ query: query$8
4972
5005
  };
4973
5006
 
4974
- const index$b = {
5007
+ const index$c = {
4975
5008
  __proto__: null,
4976
5009
  GetExtensions: getExtensions
4977
5010
  };
4978
5011
 
4979
5012
  const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
4980
- const name$6 = "getPayments";
4981
- const query$6 = Selector("Query")({
4982
- [name$6]: [
5013
+ const name$7 = "getPayments";
5014
+ const query$7 = Selector("Query")({
5015
+ [name$7]: [
4983
5016
  {
4984
5017
  data: $("data", "PaymentFiltersInput"),
4985
5018
  options: $("options", "PaginationInput")
@@ -4989,6 +5022,22 @@ const query$6 = Selector("Query")({
4989
5022
  });
4990
5023
 
4991
5024
  const getPayments = {
5025
+ __proto__: null,
5026
+ name: name$7,
5027
+ query: query$7
5028
+ };
5029
+
5030
+ const index$b = {
5031
+ __proto__: null,
5032
+ GetPayments: getPayments
5033
+ };
5034
+
5035
+ const name$6 = "getLedger";
5036
+ const query$6 = Selector("Query")({
5037
+ [name$6]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
5038
+ });
5039
+
5040
+ const getLedger = {
4992
5041
  __proto__: null,
4993
5042
  name: name$6,
4994
5043
  query: query$6
@@ -4996,7 +5045,7 @@ const getPayments = {
4996
5045
 
4997
5046
  const index$a = {
4998
5047
  __proto__: null,
4999
- GetPayments: getPayments
5048
+ GetLedger: getLedger
5000
5049
  };
5001
5050
 
5002
5051
  const name$5 = "getMeet";
@@ -5091,13 +5140,14 @@ const index$6 = {
5091
5140
 
5092
5141
  const index$5 = {
5093
5142
  __proto__: null,
5094
- Accounts: index$g,
5095
- Agenda: index$f,
5096
- Branches: index$e,
5097
- Desktop: index$d,
5098
- Documents: index$c,
5099
- Extensions: index$b,
5100
- Gateway: index$a,
5143
+ Accounts: index$h,
5144
+ Agenda: index$g,
5145
+ Branches: index$f,
5146
+ Desktop: index$e,
5147
+ Documents: index$d,
5148
+ Extensions: index$c,
5149
+ Gateway: index$b,
5150
+ Ledger: index$a,
5101
5151
  Meet: index$9,
5102
5152
  Notification: index$8,
5103
5153
  PaymentMethods: index$7,
@@ -5203,7 +5253,7 @@ const _Client = class _Client {
5203
5253
  signature
5204
5254
  }
5205
5255
  };
5206
- const { [name$1l]: result } = await this.thunder("mutation")(
5256
+ const { [name$1m]: result } = await this.thunder("mutation")(
5207
5257
  mutation$15,
5208
5258
  {
5209
5259
  variables
@@ -5331,4 +5381,4 @@ exports.Client = Client;
5331
5381
  exports.Mutations = Mutations;
5332
5382
  exports.Queries = index$5;
5333
5383
  exports.Types = index;
5334
- exports.Zeus = index$v;
5384
+ exports.Zeus = index$w;