@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.mjs CHANGED
@@ -855,6 +855,7 @@ const AllTypesProps = {
855
855
  filter: "JSON"
856
856
  },
857
857
  GetExtensionsInput: {},
858
+ GetLedgerInput: {},
858
859
  GetMeetInput: {},
859
860
  GetMeetsInput: {},
860
861
  GetPaymentMethodsInput: {},
@@ -1180,6 +1181,9 @@ const AllTypesProps = {
1180
1181
  getExtensions: {
1181
1182
  data: "GetExtensionsInput"
1182
1183
  },
1184
+ getLedger: {
1185
+ data: "GetLedgerInput"
1186
+ },
1183
1187
  getMeet: {
1184
1188
  data: "GetMeetInput"
1185
1189
  },
@@ -1515,6 +1519,14 @@ const ReturnTypes = {
1515
1519
  trustee: "Individual",
1516
1520
  type: "String"
1517
1521
  },
1522
+ ChartOfAccountsItem: {
1523
+ available: "String",
1524
+ blocked: "String",
1525
+ displayId: "String",
1526
+ id: "Int",
1527
+ name: "String",
1528
+ writeoff: "String"
1529
+ },
1518
1530
  ContactsDTO: {
1519
1531
  chairman: "PublicChairman",
1520
1532
  details: "OrganizationDetails",
@@ -1724,6 +1736,10 @@ const ReturnTypes = {
1724
1736
  key: "String",
1725
1737
  weight: "Int"
1726
1738
  },
1739
+ LedgerState: {
1740
+ chartOfAccounts: "ChartOfAccountsItem",
1741
+ coopname: "String"
1742
+ },
1727
1743
  Meet: {
1728
1744
  authorization: "DocumentAggregate",
1729
1745
  close_at: "DateTime",
@@ -2024,6 +2040,7 @@ const ReturnTypes = {
2024
2040
  getDesktop: "Desktop",
2025
2041
  getDocuments: "DocumentsAggregatePaginationResult",
2026
2042
  getExtensions: "Extension",
2043
+ getLedger: "LedgerState",
2027
2044
  getMeet: "MeetAggregate",
2028
2045
  getMeets: "MeetAggregate",
2029
2046
  getPaymentMethods: "PaymentMethodPaginationResult",
@@ -2801,7 +2818,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
2801
2818
  return UserStatus2;
2802
2819
  })(UserStatus || {});
2803
2820
 
2804
- const index$v = {
2821
+ const index$w = {
2805
2822
  __proto__: null,
2806
2823
  $: $,
2807
2824
  AccountType: AccountType,
@@ -3181,37 +3198,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
3181
3198
  rawRegisteredAccountSelector
3182
3199
  );
3183
3200
 
3184
- const name$1v = "registerAccount";
3201
+ const name$1w = "registerAccount";
3185
3202
  const mutation$1f = Selector("Mutation")({
3186
- [name$1v]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3203
+ [name$1w]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3187
3204
  });
3188
3205
 
3189
3206
  const registerAccount = {
3190
3207
  __proto__: null,
3191
3208
  mutation: mutation$1f,
3192
- name: name$1v
3209
+ name: name$1w
3193
3210
  };
3194
3211
 
3195
- const name$1u = "resetKey";
3212
+ const name$1v = "resetKey";
3196
3213
  const mutation$1e = Selector("Mutation")({
3197
- [name$1u]: [{ data: $("data", "ResetKeyInput!") }, true]
3214
+ [name$1v]: [{ data: $("data", "ResetKeyInput!") }, true]
3198
3215
  });
3199
3216
 
3200
3217
  const resetKey = {
3201
3218
  __proto__: null,
3202
3219
  mutation: mutation$1e,
3203
- name: name$1u
3220
+ name: name$1v
3204
3221
  };
3205
3222
 
3206
- const name$1t = "startResetKey";
3223
+ const name$1u = "startResetKey";
3207
3224
  const mutation$1d = Selector("Mutation")({
3208
- [name$1t]: [{ data: $("data", "StartResetKeyInput!") }, true]
3225
+ [name$1u]: [{ data: $("data", "StartResetKeyInput!") }, true]
3209
3226
  });
3210
3227
 
3211
3228
  const startResetKey = {
3212
3229
  __proto__: null,
3213
3230
  mutation: mutation$1d,
3214
- name: name$1t
3231
+ name: name$1u
3215
3232
  };
3216
3233
 
3217
3234
  const paginationSelector = {
@@ -3369,6 +3386,22 @@ const rawPaymentSelector = {
3369
3386
  };
3370
3387
  const paymentSelector = Selector("GatewayPayment")(rawPaymentSelector);
3371
3388
 
3389
+ const rawChartOfAccountsItemSelector = {
3390
+ id: true,
3391
+ displayId: true,
3392
+ name: true,
3393
+ available: true,
3394
+ blocked: true,
3395
+ writeoff: true
3396
+ };
3397
+ Selector("ChartOfAccountsItem")(rawChartOfAccountsItemSelector);
3398
+
3399
+ const rawLedgerStateSelector = {
3400
+ coopname: true,
3401
+ chartOfAccounts: rawChartOfAccountsItemSelector
3402
+ };
3403
+ const ledgerStateSelector = Selector("LedgerState")(rawLedgerStateSelector);
3404
+
3372
3405
  const rawGeneratedDocumentSelector = {
3373
3406
  hash: true,
3374
3407
  binary: true,
@@ -3694,18 +3727,18 @@ const rawCreateWithdrawResponseSelector = {
3694
3727
  };
3695
3728
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
3696
3729
 
3697
- const name$1s = "updateAccount";
3730
+ const name$1t = "updateAccount";
3698
3731
  const mutation$1c = Selector("Mutation")({
3699
- [name$1s]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3732
+ [name$1t]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3700
3733
  });
3701
3734
 
3702
3735
  const updateAccount = {
3703
3736
  __proto__: null,
3704
3737
  mutation: mutation$1c,
3705
- name: name$1s
3738
+ name: name$1t
3706
3739
  };
3707
3740
 
3708
- const index$u = {
3741
+ const index$v = {
3709
3742
  __proto__: null,
3710
3743
  RegisterAccount: registerAccount,
3711
3744
  ResetKey: resetKey,
@@ -3713,51 +3746,51 @@ const index$u = {
3713
3746
  UpdateAccount: updateAccount
3714
3747
  };
3715
3748
 
3716
- const name$1r = "generatePrivacyAgreement";
3749
+ const name$1s = "generatePrivacyAgreement";
3717
3750
  const mutation$1b = Selector("Mutation")({
3718
- [name$1r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3751
+ [name$1s]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3719
3752
  });
3720
3753
 
3721
3754
  const generatePrivacyAgreement = {
3722
3755
  __proto__: null,
3723
3756
  mutation: mutation$1b,
3724
- name: name$1r
3757
+ name: name$1s
3725
3758
  };
3726
3759
 
3727
- const name$1q = "generateSignatureAgreement";
3760
+ const name$1r = "generateSignatureAgreement";
3728
3761
  const mutation$1a = Selector("Mutation")({
3729
- [name$1q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3762
+ [name$1r]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3730
3763
  });
3731
3764
 
3732
3765
  const generateSignatureAgreement = {
3733
3766
  __proto__: null,
3734
3767
  mutation: mutation$1a,
3735
- name: name$1q
3768
+ name: name$1r
3736
3769
  };
3737
3770
 
3738
- const name$1p = "generateWalletAgreement";
3771
+ const name$1q = "generateWalletAgreement";
3739
3772
  const mutation$19 = Selector("Mutation")({
3740
- [name$1p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3773
+ [name$1q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3741
3774
  });
3742
3775
 
3743
3776
  const generateWalletAgreement = {
3744
3777
  __proto__: null,
3745
3778
  mutation: mutation$19,
3746
- name: name$1p
3779
+ name: name$1q
3747
3780
  };
3748
3781
 
3749
- const name$1o = "generateUserAgreement";
3782
+ const name$1p = "generateUserAgreement";
3750
3783
  const mutation$18 = Selector("Mutation")({
3751
- [name$1o]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3784
+ [name$1p]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3752
3785
  });
3753
3786
 
3754
3787
  const generateUserAgreement = {
3755
3788
  __proto__: null,
3756
3789
  mutation: mutation$18,
3757
- name: name$1o
3790
+ name: name$1p
3758
3791
  };
3759
3792
 
3760
- const index$t = {
3793
+ const index$u = {
3761
3794
  __proto__: null,
3762
3795
  GeneratePrivacyAgreement: generatePrivacyAgreement,
3763
3796
  GenerateSignatureAgreement: generateSignatureAgreement,
@@ -3765,124 +3798,124 @@ const index$t = {
3765
3798
  GenerateWalletAgreement: generateWalletAgreement
3766
3799
  };
3767
3800
 
3768
- const name$1n = "refresh";
3801
+ const name$1o = "refresh";
3769
3802
  const mutation$17 = Selector("Mutation")({
3770
- [name$1n]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3803
+ [name$1o]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3771
3804
  });
3772
3805
 
3773
3806
  const refresh = {
3774
3807
  __proto__: null,
3775
3808
  mutation: mutation$17,
3776
- name: name$1n
3809
+ name: name$1o
3777
3810
  };
3778
3811
 
3779
- const name$1m = "logout";
3812
+ const name$1n = "logout";
3780
3813
  const mutation$16 = Selector("Mutation")({
3781
- [name$1m]: [{ data: $("data", "LogoutInput!") }, true]
3814
+ [name$1n]: [{ data: $("data", "LogoutInput!") }, true]
3782
3815
  });
3783
3816
 
3784
3817
  const logout = {
3785
3818
  __proto__: null,
3786
3819
  mutation: mutation$16,
3787
- name: name$1m
3820
+ name: name$1n
3788
3821
  };
3789
3822
 
3790
- const name$1l = "login";
3823
+ const name$1m = "login";
3791
3824
  const mutation$15 = Selector("Mutation")({
3792
- [name$1l]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3825
+ [name$1m]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3793
3826
  });
3794
3827
 
3795
3828
  const login = {
3796
3829
  __proto__: null,
3797
3830
  mutation: mutation$15,
3798
- name: name$1l
3831
+ name: name$1m
3799
3832
  };
3800
3833
 
3801
- const index$s = {
3834
+ const index$t = {
3802
3835
  __proto__: null,
3803
3836
  Login: login,
3804
3837
  Logout: logout,
3805
3838
  Refresh: refresh
3806
3839
  };
3807
3840
 
3808
- const name$1k = "addTrustedAccount";
3841
+ const name$1l = "addTrustedAccount";
3809
3842
  const mutation$14 = Selector("Mutation")({
3810
- [name$1k]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3843
+ [name$1l]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3811
3844
  });
3812
3845
 
3813
3846
  const addTrustedAccount = {
3814
3847
  __proto__: null,
3815
3848
  mutation: mutation$14,
3816
- name: name$1k
3849
+ name: name$1l
3817
3850
  };
3818
3851
 
3819
- const name$1j = "createBranch";
3852
+ const name$1k = "createBranch";
3820
3853
  const mutation$13 = Selector("Mutation")({
3821
- [name$1j]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3854
+ [name$1k]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3822
3855
  });
3823
3856
 
3824
3857
  const createBranch = {
3825
3858
  __proto__: null,
3826
3859
  mutation: mutation$13,
3827
- name: name$1j
3860
+ name: name$1k
3828
3861
  };
3829
3862
 
3830
- const name$1i = "deleteBranch";
3863
+ const name$1j = "deleteBranch";
3831
3864
  const mutation$12 = Selector("Mutation")({
3832
- [name$1i]: [{ data: $("data", "DeleteBranchInput!") }, true]
3865
+ [name$1j]: [{ data: $("data", "DeleteBranchInput!") }, true]
3833
3866
  });
3834
3867
 
3835
3868
  const deleteBranch = {
3836
3869
  __proto__: null,
3837
3870
  mutation: mutation$12,
3838
- name: name$1i
3871
+ name: name$1j
3839
3872
  };
3840
3873
 
3841
- const name$1h = "deleteTrustedAccount";
3874
+ const name$1i = "deleteTrustedAccount";
3842
3875
  const mutation$11 = Selector("Mutation")({
3843
- [name$1h]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3876
+ [name$1i]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3844
3877
  });
3845
3878
 
3846
3879
  const deleteTrustedAccount = {
3847
3880
  __proto__: null,
3848
3881
  mutation: mutation$11,
3849
- name: name$1h
3882
+ name: name$1i
3850
3883
  };
3851
3884
 
3852
- const name$1g = "editBranch";
3885
+ const name$1h = "editBranch";
3853
3886
  const mutation$10 = Selector("Mutation")({
3854
- [name$1g]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3887
+ [name$1h]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3855
3888
  });
3856
3889
 
3857
3890
  const editBranch = {
3858
3891
  __proto__: null,
3859
3892
  mutation: mutation$10,
3860
- name: name$1g
3893
+ name: name$1h
3861
3894
  };
3862
3895
 
3863
- const name$1f = "generateSelectBranchDocument";
3896
+ const name$1g = "generateSelectBranchDocument";
3864
3897
  const mutation$$ = Selector("Mutation")({
3865
- [name$1f]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3898
+ [name$1g]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3866
3899
  });
3867
3900
 
3868
3901
  const generateSelectBranchDocument = {
3869
3902
  __proto__: null,
3870
3903
  mutation: mutation$$,
3871
- name: name$1f
3904
+ name: name$1g
3872
3905
  };
3873
3906
 
3874
- const name$1e = "selectBranch";
3907
+ const name$1f = "selectBranch";
3875
3908
  const mutation$_ = Selector("Mutation")({
3876
- [name$1e]: [{ data: $("data", "SelectBranchInput!") }, true]
3909
+ [name$1f]: [{ data: $("data", "SelectBranchInput!") }, true]
3877
3910
  });
3878
3911
 
3879
3912
  const selectBranch = {
3880
3913
  __proto__: null,
3881
3914
  mutation: mutation$_,
3882
- name: name$1e
3915
+ name: name$1f
3883
3916
  };
3884
3917
 
3885
- const index$r = {
3918
+ const index$s = {
3886
3919
  __proto__: null,
3887
3920
  AddTrustedAccount: addTrustedAccount,
3888
3921
  CreateBranch: createBranch,
@@ -3893,260 +3926,260 @@ const index$r = {
3893
3926
  SelectBranch: selectBranch
3894
3927
  };
3895
3928
 
3896
- const name$1d = "acceptChildOrder";
3929
+ const name$1e = "acceptChildOrder";
3897
3930
  const mutation$Z = Selector("Mutation")({
3898
- [name$1d]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3931
+ [name$1e]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3899
3932
  });
3900
3933
 
3901
3934
  const acceptChildOrder = {
3902
3935
  __proto__: null,
3903
3936
  mutation: mutation$Z,
3904
- name: name$1d
3937
+ name: name$1e
3905
3938
  };
3906
3939
 
3907
- const name$1c = "cancelRequest";
3940
+ const name$1d = "cancelRequest";
3908
3941
  const mutation$Y = Selector("Mutation")({
3909
- [name$1c]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3942
+ [name$1d]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3910
3943
  });
3911
3944
 
3912
3945
  const cancelRequest = {
3913
3946
  __proto__: null,
3914
3947
  mutation: mutation$Y,
3915
- name: name$1c
3948
+ name: name$1d
3916
3949
  };
3917
3950
 
3918
- const name$1b = "confirmReceiveOnRequest";
3951
+ const name$1c = "confirmReceiveOnRequest";
3919
3952
  const mutation$X = Selector("Mutation")({
3920
- [name$1b]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3953
+ [name$1c]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3921
3954
  });
3922
3955
 
3923
3956
  const completeReceiveOnRequest = {
3924
3957
  __proto__: null,
3925
3958
  mutation: mutation$X,
3926
- name: name$1b
3959
+ name: name$1c
3927
3960
  };
3928
3961
 
3929
- const name$1a = "completeRequest";
3962
+ const name$1b = "completeRequest";
3930
3963
  const mutation$W = Selector("Mutation")({
3931
- [name$1a]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3964
+ [name$1b]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3932
3965
  });
3933
3966
 
3934
3967
  const completeRequest = {
3935
3968
  __proto__: null,
3936
3969
  mutation: mutation$W,
3937
- name: name$1a
3970
+ name: name$1b
3938
3971
  };
3939
3972
 
3940
- const name$19 = "confirmSupplyOnRequest";
3973
+ const name$1a = "confirmSupplyOnRequest";
3941
3974
  const mutation$V = Selector("Mutation")({
3942
- [name$19]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3975
+ [name$1a]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3943
3976
  });
3944
3977
 
3945
3978
  const confirmSupplyOnRequest = {
3946
3979
  __proto__: null,
3947
3980
  mutation: mutation$V,
3948
- name: name$19
3981
+ name: name$1a
3949
3982
  };
3950
3983
 
3951
- const name$18 = "createChildOrder";
3984
+ const name$19 = "createChildOrder";
3952
3985
  const mutation$U = Selector("Mutation")({
3953
- [name$18]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3986
+ [name$19]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3954
3987
  });
3955
3988
 
3956
3989
  const createChildOrder = {
3957
3990
  __proto__: null,
3958
3991
  mutation: mutation$U,
3959
- name: name$18
3992
+ name: name$19
3960
3993
  };
3961
3994
 
3962
- const name$17 = "createParentOffer";
3995
+ const name$18 = "createParentOffer";
3963
3996
  const mutation$T = Selector("Mutation")({
3964
- [name$17]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3997
+ [name$18]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3965
3998
  });
3966
3999
 
3967
4000
  const createParentOffer = {
3968
4001
  __proto__: null,
3969
4002
  mutation: mutation$T,
3970
- name: name$17
4003
+ name: name$18
3971
4004
  };
3972
4005
 
3973
- const name$16 = "declineRequest";
4006
+ const name$17 = "declineRequest";
3974
4007
  const mutation$S = Selector("Mutation")({
3975
- [name$16]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
4008
+ [name$17]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3976
4009
  });
3977
4010
 
3978
4011
  const declineRequest = {
3979
4012
  __proto__: null,
3980
4013
  mutation: mutation$S,
3981
- name: name$16
4014
+ name: name$17
3982
4015
  };
3983
4016
 
3984
- const name$15 = "deliverOnRequest";
4017
+ const name$16 = "deliverOnRequest";
3985
4018
  const mutation$R = Selector("Mutation")({
3986
- [name$15]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
4019
+ [name$16]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3987
4020
  });
3988
4021
 
3989
4022
  const deliverOnRequest = {
3990
4023
  __proto__: null,
3991
4024
  mutation: mutation$R,
3992
- name: name$15
4025
+ name: name$16
3993
4026
  };
3994
4027
 
3995
- const name$14 = "disputeOnRequest";
4028
+ const name$15 = "disputeOnRequest";
3996
4029
  const mutation$Q = Selector("Mutation")({
3997
- [name$14]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
4030
+ [name$15]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3998
4031
  });
3999
4032
 
4000
4033
  const disputeOnRequest = {
4001
4034
  __proto__: null,
4002
4035
  mutation: mutation$Q,
4003
- name: name$14
4036
+ name: name$15
4004
4037
  };
4005
4038
 
4006
- const name$13 = "generateAssetContributionAct";
4039
+ const name$14 = "generateAssetContributionAct";
4007
4040
  const mutation$P = Selector("Mutation")({
4008
- [name$13]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4041
+ [name$14]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4009
4042
  });
4010
4043
 
4011
4044
  const generateAssetContributionAct = {
4012
4045
  __proto__: null,
4013
4046
  mutation: mutation$P,
4014
- name: name$13
4047
+ name: name$14
4015
4048
  };
4016
4049
 
4017
- const name$12 = "generateAssetContributionDecision";
4050
+ const name$13 = "generateAssetContributionDecision";
4018
4051
  const mutation$O = Selector("Mutation")({
4019
- [name$12]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4052
+ [name$13]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4020
4053
  });
4021
4054
 
4022
4055
  const generateAssetContributionDecision = {
4023
4056
  __proto__: null,
4024
4057
  mutation: mutation$O,
4025
- name: name$12
4058
+ name: name$13
4026
4059
  };
4027
4060
 
4028
- const name$11 = "generateAssetContributionStatement";
4061
+ const name$12 = "generateAssetContributionStatement";
4029
4062
  const mutation$N = Selector("Mutation")({
4030
- [name$11]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4063
+ [name$12]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4031
4064
  });
4032
4065
 
4033
4066
  const generateAssetContributionStatement = {
4034
4067
  __proto__: null,
4035
4068
  mutation: mutation$N,
4036
- name: name$11
4069
+ name: name$12
4037
4070
  };
4038
4071
 
4039
- const name$10 = "generateReturnByAssetAct";
4072
+ const name$11 = "generateReturnByAssetAct";
4040
4073
  const mutation$M = Selector("Mutation")({
4041
- [name$10]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4074
+ [name$11]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4042
4075
  });
4043
4076
 
4044
4077
  const generateReturnByAssetAct = {
4045
4078
  __proto__: null,
4046
4079
  mutation: mutation$M,
4047
- name: name$10
4080
+ name: name$11
4048
4081
  };
4049
4082
 
4050
- const name$$ = "generateReturnByAssetDecision";
4083
+ const name$10 = "generateReturnByAssetDecision";
4051
4084
  const mutation$L = Selector("Mutation")({
4052
- [name$$]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4085
+ [name$10]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4053
4086
  });
4054
4087
 
4055
4088
  const generateReturnByAssetDecision = {
4056
4089
  __proto__: null,
4057
4090
  mutation: mutation$L,
4058
- name: name$$
4091
+ name: name$10
4059
4092
  };
4060
4093
 
4061
- const name$_ = "generateReturnByAssetStatement";
4094
+ const name$$ = "generateReturnByAssetStatement";
4062
4095
  const mutation$K = Selector("Mutation")({
4063
- [name$_]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4096
+ [name$$]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4064
4097
  });
4065
4098
 
4066
4099
  const generateReturnByAssetStatement = {
4067
4100
  __proto__: null,
4068
4101
  mutation: mutation$K,
4069
- name: name$_
4102
+ name: name$$
4070
4103
  };
4071
4104
 
4072
- const name$Z = "moderateRequest";
4105
+ const name$_ = "moderateRequest";
4073
4106
  const mutation$J = Selector("Mutation")({
4074
- [name$Z]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4107
+ [name$_]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
4075
4108
  });
4076
4109
 
4077
4110
  const moderateRequest = {
4078
4111
  __proto__: null,
4079
4112
  mutation: mutation$J,
4080
- name: name$Z
4113
+ name: name$_
4081
4114
  };
4082
4115
 
4083
- const name$Y = "prohibitRequest";
4116
+ const name$Z = "prohibitRequest";
4084
4117
  const mutation$I = Selector("Mutation")({
4085
- [name$Y]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4118
+ [name$Z]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
4086
4119
  });
4087
4120
 
4088
4121
  const prohibitRequest = {
4089
4122
  __proto__: null,
4090
4123
  mutation: mutation$I,
4091
- name: name$Y
4124
+ name: name$Z
4092
4125
  };
4093
4126
 
4094
- const name$X = "publishRequest";
4127
+ const name$Y = "publishRequest";
4095
4128
  const mutation$H = Selector("Mutation")({
4096
- [name$X]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
4129
+ [name$Y]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
4097
4130
  });
4098
4131
 
4099
4132
  const publishRequest = {
4100
4133
  __proto__: null,
4101
4134
  mutation: mutation$H,
4102
- name: name$X
4135
+ name: name$Y
4103
4136
  };
4104
4137
 
4105
- const name$W = "receiveOnRequest";
4138
+ const name$X = "receiveOnRequest";
4106
4139
  const mutation$G = Selector("Mutation")({
4107
- [name$W]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
4140
+ [name$X]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
4108
4141
  });
4109
4142
 
4110
4143
  const receiveOnRequest = {
4111
4144
  __proto__: null,
4112
4145
  mutation: mutation$G,
4113
- name: name$W
4146
+ name: name$X
4114
4147
  };
4115
4148
 
4116
- const name$V = "supplyOnRequest";
4149
+ const name$W = "supplyOnRequest";
4117
4150
  const mutation$F = Selector("Mutation")({
4118
- [name$V]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
4151
+ [name$W]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
4119
4152
  });
4120
4153
 
4121
4154
  const supplyOnRequest = {
4122
4155
  __proto__: null,
4123
4156
  mutation: mutation$F,
4124
- name: name$V
4157
+ name: name$W
4125
4158
  };
4126
4159
 
4127
- const name$U = "unpublishRequest";
4160
+ const name$V = "unpublishRequest";
4128
4161
  const mutation$E = Selector("Mutation")({
4129
- [name$U]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
4162
+ [name$V]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
4130
4163
  });
4131
4164
 
4132
4165
  const unpublishRequest = {
4133
4166
  __proto__: null,
4134
4167
  mutation: mutation$E,
4135
- name: name$U
4168
+ name: name$V
4136
4169
  };
4137
4170
 
4138
- const name$T = "updateRequest";
4171
+ const name$U = "updateRequest";
4139
4172
  const mutation$D = Selector("Mutation")({
4140
- [name$T]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
4173
+ [name$U]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
4141
4174
  });
4142
4175
 
4143
4176
  const updateRequest = {
4144
4177
  __proto__: null,
4145
4178
  mutation: mutation$D,
4146
- name: name$T
4179
+ name: name$U
4147
4180
  };
4148
4181
 
4149
- const index$q = {
4182
+ const index$r = {
4150
4183
  __proto__: null,
4151
4184
  AcceptChildOrder: acceptChildOrder,
4152
4185
  CancelRequest: cancelRequest,
@@ -4173,91 +4206,91 @@ const index$q = {
4173
4206
  UpdateRequest: updateRequest
4174
4207
  };
4175
4208
 
4176
- const name$S = "installExtension";
4209
+ const name$T = "installExtension";
4177
4210
  const mutation$C = Selector("Mutation")({
4178
- [name$S]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4211
+ [name$T]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4179
4212
  });
4180
4213
 
4181
4214
  const installExtension = {
4182
4215
  __proto__: null,
4183
4216
  mutation: mutation$C,
4184
- name: name$S
4217
+ name: name$T
4185
4218
  };
4186
4219
 
4187
- const name$R = "uninstallExtension";
4220
+ const name$S = "uninstallExtension";
4188
4221
  const mutation$B = Selector("Mutation")({
4189
- [name$R]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4222
+ [name$S]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4190
4223
  });
4191
4224
 
4192
4225
  const uninstallExtension = {
4193
4226
  __proto__: null,
4194
4227
  mutation: mutation$B,
4195
- name: name$R
4228
+ name: name$S
4196
4229
  };
4197
4230
 
4198
- const name$Q = "updateExtension";
4231
+ const name$R = "updateExtension";
4199
4232
  const mutation$A = Selector("Mutation")({
4200
- [name$Q]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4233
+ [name$R]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4201
4234
  });
4202
4235
 
4203
4236
  const updateExtension = {
4204
4237
  __proto__: null,
4205
4238
  mutation: mutation$A,
4206
- name: name$Q
4239
+ name: name$R
4207
4240
  };
4208
4241
 
4209
- const index$p = {
4242
+ const index$q = {
4210
4243
  __proto__: null,
4211
4244
  InstallExtension: installExtension,
4212
4245
  UninstallExtension: uninstallExtension,
4213
4246
  UpdateExtension: updateExtension
4214
4247
  };
4215
4248
 
4216
- const name$P = "generateProjectOfFreeDecision";
4249
+ const name$Q = "generateProjectOfFreeDecision";
4217
4250
  const mutation$z = Selector("Mutation")({
4218
- [name$P]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4251
+ [name$Q]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4219
4252
  });
4220
4253
 
4221
4254
  const generateProjectOfFreeDecisionDocument = {
4222
4255
  __proto__: null,
4223
4256
  mutation: mutation$z,
4224
- name: name$P
4257
+ name: name$Q
4225
4258
  };
4226
4259
 
4227
- const name$O = "generateFreeDecision";
4260
+ const name$P = "generateFreeDecision";
4228
4261
  const mutation$y = Selector("Mutation")({
4229
- [name$O]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4262
+ [name$P]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4230
4263
  });
4231
4264
 
4232
4265
  const generateFreeDecision = {
4233
4266
  __proto__: null,
4234
4267
  mutation: mutation$y,
4235
- name: name$O
4268
+ name: name$P
4236
4269
  };
4237
4270
 
4238
- const name$N = "publishProjectOfFreeDecision";
4271
+ const name$O = "publishProjectOfFreeDecision";
4239
4272
  const mutation$x = Selector("Mutation")({
4240
- [name$N]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4273
+ [name$O]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4241
4274
  });
4242
4275
 
4243
4276
  const publishProjectOfFreeDecision = {
4244
4277
  __proto__: null,
4245
4278
  mutation: mutation$x,
4246
- name: name$N
4279
+ name: name$O
4247
4280
  };
4248
4281
 
4249
- const name$M = "createProjectOfFreeDecision";
4282
+ const name$N = "createProjectOfFreeDecision";
4250
4283
  const mutation$w = Selector("Mutation")({
4251
- [name$M]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4284
+ [name$N]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4252
4285
  });
4253
4286
 
4254
4287
  const createProjectOfFreeDecision = {
4255
4288
  __proto__: null,
4256
4289
  mutation: mutation$w,
4257
- name: name$M
4290
+ name: name$N
4258
4291
  };
4259
4292
 
4260
- const index$o = {
4293
+ const index$p = {
4261
4294
  __proto__: null,
4262
4295
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
4263
4296
  GenerateFreeDecision: generateFreeDecision,
@@ -4265,60 +4298,60 @@ const index$o = {
4265
4298
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
4266
4299
  };
4267
4300
 
4268
- const name$L = "setPaymentStatus";
4301
+ const name$M = "setPaymentStatus";
4269
4302
  const mutation$v = Selector("Mutation")({
4270
- [name$L]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4303
+ [name$M]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4271
4304
  });
4272
4305
 
4273
4306
  const updatePaymentStatus = {
4274
4307
  __proto__: null,
4275
4308
  mutation: mutation$v,
4276
- name: name$L
4309
+ name: name$M
4277
4310
  };
4278
4311
 
4279
- const name$K = "createInitialPayment";
4312
+ const name$L = "createInitialPayment";
4280
4313
  const mutation$u = Selector("Mutation")({
4281
- [name$K]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4314
+ [name$L]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4282
4315
  });
4283
4316
 
4284
4317
  const createInitialPayment$1 = {
4285
4318
  __proto__: null,
4286
4319
  mutation: mutation$u,
4287
- name: name$K
4320
+ name: name$L
4288
4321
  };
4289
4322
 
4290
- const name$J = "createDepositPayment";
4323
+ const name$K = "createDepositPayment";
4291
4324
  const mutation$t = Selector("Mutation")({
4292
- [name$J]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4325
+ [name$K]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4293
4326
  });
4294
4327
 
4295
4328
  const createDepositPayment$1 = {
4296
4329
  __proto__: null,
4297
4330
  mutation: mutation$t,
4298
- name: name$J
4331
+ name: name$K
4299
4332
  };
4300
4333
 
4301
- const index$n = {
4334
+ const index$o = {
4302
4335
  __proto__: null,
4303
4336
  CreateDepositPayment: createDepositPayment$1,
4304
4337
  CreateInitialPayment: createInitialPayment$1,
4305
4338
  SetPaymentStatus: updatePaymentStatus
4306
4339
  };
4307
4340
 
4308
- const name$I = "createAnnualGeneralMeet";
4341
+ const name$J = "createAnnualGeneralMeet";
4309
4342
  const mutation$s = Selector("Mutation")({
4310
- [name$I]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4343
+ [name$J]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4311
4344
  });
4312
4345
 
4313
4346
  const createAnnualGeneralMeet = {
4314
4347
  __proto__: null,
4315
4348
  mutation: mutation$s,
4316
- name: name$I
4349
+ name: name$J
4317
4350
  };
4318
4351
 
4319
- const name$H = "generateAnnualGeneralMeetAgendaDocument";
4352
+ const name$I = "generateAnnualGeneralMeetAgendaDocument";
4320
4353
  const mutation$r = Selector("Mutation")({
4321
- [name$H]: [
4354
+ [name$I]: [
4322
4355
  {
4323
4356
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
4324
4357
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4330,12 +4363,12 @@ const mutation$r = Selector("Mutation")({
4330
4363
  const generateAnnualGeneralMeetAgendaDocument = {
4331
4364
  __proto__: null,
4332
4365
  mutation: mutation$r,
4333
- name: name$H
4366
+ name: name$I
4334
4367
  };
4335
4368
 
4336
- const name$G = "generateAnnualGeneralMeetDecisionDocument";
4369
+ const name$H = "generateAnnualGeneralMeetDecisionDocument";
4337
4370
  const mutation$q = Selector("Mutation")({
4338
- [name$G]: [
4371
+ [name$H]: [
4339
4372
  {
4340
4373
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
4341
4374
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4347,12 +4380,12 @@ const mutation$q = Selector("Mutation")({
4347
4380
  const generateAnnualGeneralMeetDecisionDocument = {
4348
4381
  __proto__: null,
4349
4382
  mutation: mutation$q,
4350
- name: name$G
4383
+ name: name$H
4351
4384
  };
4352
4385
 
4353
- const name$F = "generateAnnualGeneralMeetNotificationDocument";
4386
+ const name$G = "generateAnnualGeneralMeetNotificationDocument";
4354
4387
  const mutation$p = Selector("Mutation")({
4355
- [name$F]: [
4388
+ [name$G]: [
4356
4389
  {
4357
4390
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
4358
4391
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4364,12 +4397,12 @@ const mutation$p = Selector("Mutation")({
4364
4397
  const generateAnnualGeneralMeetNotificationDocument = {
4365
4398
  __proto__: null,
4366
4399
  mutation: mutation$p,
4367
- name: name$F
4400
+ name: name$G
4368
4401
  };
4369
4402
 
4370
- const name$E = "generateBallotForAnnualGeneralMeetDocument";
4403
+ const name$F = "generateBallotForAnnualGeneralMeetDocument";
4371
4404
  const mutation$o = Selector("Mutation")({
4372
- [name$E]: [
4405
+ [name$F]: [
4373
4406
  {
4374
4407
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
4375
4408
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4381,12 +4414,12 @@ const mutation$o = Selector("Mutation")({
4381
4414
  const generateBallotForAnnualGeneralMeetDocument = {
4382
4415
  __proto__: null,
4383
4416
  mutation: mutation$o,
4384
- name: name$E
4417
+ name: name$F
4385
4418
  };
4386
4419
 
4387
- const name$D = "generateSovietDecisionOnAnnualMeetDocument";
4420
+ const name$E = "generateSovietDecisionOnAnnualMeetDocument";
4388
4421
  const mutation$n = Selector("Mutation")({
4389
- [name$D]: [{
4422
+ [name$E]: [{
4390
4423
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
4391
4424
  options: $("options", "GenerateDocumentOptionsInput")
4392
4425
  }, documentSelector]
@@ -4395,65 +4428,65 @@ const mutation$n = Selector("Mutation")({
4395
4428
  const generateSovietDecisionOnAnnualMeetDocument = {
4396
4429
  __proto__: null,
4397
4430
  mutation: mutation$n,
4398
- name: name$D
4431
+ name: name$E
4399
4432
  };
4400
4433
 
4401
- const name$C = "notifyOnAnnualGeneralMeet";
4434
+ const name$D = "notifyOnAnnualGeneralMeet";
4402
4435
  const mutation$m = Selector("Mutation")({
4403
- [name$C]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4436
+ [name$D]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4404
4437
  });
4405
4438
 
4406
4439
  const notifyOnAnnualGeneralMeet = {
4407
4440
  __proto__: null,
4408
4441
  mutation: mutation$m,
4409
- name: name$C
4442
+ name: name$D
4410
4443
  };
4411
4444
 
4412
- const name$B = "restartAnnualGeneralMeet";
4445
+ const name$C = "restartAnnualGeneralMeet";
4413
4446
  const mutation$l = Selector("Mutation")({
4414
- [name$B]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4447
+ [name$C]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4415
4448
  });
4416
4449
 
4417
4450
  const restartAnnualGeneralMeet = {
4418
4451
  __proto__: null,
4419
4452
  mutation: mutation$l,
4420
- name: name$B
4453
+ name: name$C
4421
4454
  };
4422
4455
 
4423
- const name$A = "signByPresiderOnAnnualGeneralMeet";
4456
+ const name$B = "signByPresiderOnAnnualGeneralMeet";
4424
4457
  const mutation$k = Selector("Mutation")({
4425
- [name$A]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4458
+ [name$B]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4426
4459
  });
4427
4460
 
4428
4461
  const signByPresiderOnAnnualGeneralMeet = {
4429
4462
  __proto__: null,
4430
4463
  mutation: mutation$k,
4431
- name: name$A
4464
+ name: name$B
4432
4465
  };
4433
4466
 
4434
- const name$z = "signBySecretaryOnAnnualGeneralMeet";
4467
+ const name$A = "signBySecretaryOnAnnualGeneralMeet";
4435
4468
  const mutation$j = Selector("Mutation")({
4436
- [name$z]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4469
+ [name$A]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4437
4470
  });
4438
4471
 
4439
4472
  const signBySecretaryOnAnnualGeneralMeet = {
4440
4473
  __proto__: null,
4441
4474
  mutation: mutation$j,
4442
- name: name$z
4475
+ name: name$A
4443
4476
  };
4444
4477
 
4445
- const name$y = "voteOnAnnualGeneralMeet";
4478
+ const name$z = "voteOnAnnualGeneralMeet";
4446
4479
  const mutation$i = Selector("Mutation")({
4447
- [name$y]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4480
+ [name$z]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4448
4481
  });
4449
4482
 
4450
4483
  const voteOnAnnualGeneralMeet = {
4451
4484
  __proto__: null,
4452
4485
  mutation: mutation$i,
4453
- name: name$y
4486
+ name: name$z
4454
4487
  };
4455
4488
 
4456
- const index$m = {
4489
+ const index$n = {
4457
4490
  __proto__: null,
4458
4491
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
4459
4492
  GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
@@ -4468,90 +4501,90 @@ const index$m = {
4468
4501
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
4469
4502
  };
4470
4503
 
4471
- const name$x = "createWebPushSubscription";
4504
+ const name$y = "createWebPushSubscription";
4472
4505
  const mutation$h = Selector("Mutation")({
4473
- [name$x]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
4506
+ [name$y]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
4474
4507
  });
4475
4508
 
4476
4509
  const createWebPushSubscription = {
4477
4510
  __proto__: null,
4478
4511
  mutation: mutation$h,
4479
- name: name$x
4512
+ name: name$y
4480
4513
  };
4481
4514
 
4482
- const name$w = "deactivateWebPushSubscriptionById";
4515
+ const name$x = "deactivateWebPushSubscriptionById";
4483
4516
  const mutation$g = Selector("Mutation")({
4484
- [name$w]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
4517
+ [name$x]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
4485
4518
  });
4486
4519
 
4487
4520
  const deactivateWebPushSubscriptionById = {
4488
4521
  __proto__: null,
4489
4522
  mutation: mutation$g,
4490
- name: name$w
4523
+ name: name$x
4491
4524
  };
4492
4525
 
4493
- const index$l = {
4526
+ const index$m = {
4494
4527
  __proto__: null,
4495
4528
  CreateWebPushSubscription: createWebPushSubscription,
4496
4529
  DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById
4497
4530
  };
4498
4531
 
4499
- const name$v = "addParticipant";
4532
+ const name$w = "addParticipant";
4500
4533
  const mutation$f = Selector("Mutation")({
4501
- [name$v]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4534
+ [name$w]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4502
4535
  });
4503
4536
 
4504
4537
  const addParticipant = {
4505
4538
  __proto__: null,
4506
4539
  mutation: mutation$f,
4507
- name: name$v
4540
+ name: name$w
4508
4541
  };
4509
4542
 
4510
- const name$u = "generateParticipantApplication";
4543
+ const name$v = "generateParticipantApplication";
4511
4544
  const mutation$e = Selector("Mutation")({
4512
- [name$u]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4545
+ [name$v]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4513
4546
  });
4514
4547
 
4515
4548
  const generateParticipantApplication = {
4516
4549
  __proto__: null,
4517
4550
  mutation: mutation$e,
4518
- name: name$u
4551
+ name: name$v
4519
4552
  };
4520
4553
 
4521
- const name$t = "generateParticipantApplicationDecision";
4554
+ const name$u = "generateParticipantApplicationDecision";
4522
4555
  const mutation$d = Selector("Mutation")({
4523
- [name$t]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4556
+ [name$u]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4524
4557
  });
4525
4558
 
4526
4559
  const generateParticipantApplicationDecision = {
4527
4560
  __proto__: null,
4528
4561
  mutation: mutation$d,
4529
- name: name$t
4562
+ name: name$u
4530
4563
  };
4531
4564
 
4532
- const name$s = "registerParticipant";
4565
+ const name$t = "registerParticipant";
4533
4566
  const mutation$c = Selector("Mutation")({
4534
- [name$s]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4567
+ [name$t]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4535
4568
  });
4536
4569
 
4537
4570
  const registerParticipant = {
4538
4571
  __proto__: null,
4539
4572
  mutation: mutation$c,
4540
- name: name$s
4573
+ name: name$t
4541
4574
  };
4542
4575
 
4543
- const name$r = "createInitialPayment";
4576
+ const name$s = "createInitialPayment";
4544
4577
  const mutation$b = Selector("Mutation")({
4545
- [name$r]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4578
+ [name$s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4546
4579
  });
4547
4580
 
4548
4581
  const createInitialPayment = {
4549
4582
  __proto__: null,
4550
4583
  mutation: mutation$b,
4551
- name: name$r
4584
+ name: name$s
4552
4585
  };
4553
4586
 
4554
- const index$k = {
4587
+ const index$l = {
4555
4588
  __proto__: null,
4556
4589
  AddParticipant: addParticipant,
4557
4590
  CreateInitialPayment: createInitialPayment,
@@ -4560,91 +4593,91 @@ const index$k = {
4560
4593
  RegisterParticipant: registerParticipant
4561
4594
  };
4562
4595
 
4563
- const name$q = "createBankAccount";
4596
+ const name$r = "createBankAccount";
4564
4597
  const mutation$a = Selector("Mutation")({
4565
- [name$q]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4598
+ [name$r]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4566
4599
  });
4567
4600
 
4568
4601
  const createBankAccount = {
4569
4602
  __proto__: null,
4570
4603
  mutation: mutation$a,
4571
- name: name$q
4604
+ name: name$r
4572
4605
  };
4573
4606
 
4574
- const name$p = "deletePaymentMethod";
4607
+ const name$q = "deletePaymentMethod";
4575
4608
  const mutation$9 = Selector("Mutation")({
4576
- [name$p]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4609
+ [name$q]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4577
4610
  });
4578
4611
 
4579
4612
  const deletePaymentMethod = {
4580
4613
  __proto__: null,
4581
4614
  mutation: mutation$9,
4582
- name: name$p
4615
+ name: name$q
4583
4616
  };
4584
4617
 
4585
- const name$o = "updateBankAccount";
4618
+ const name$p = "updateBankAccount";
4586
4619
  const mutation$8 = Selector("Mutation")({
4587
- [name$o]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4620
+ [name$p]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4588
4621
  });
4589
4622
 
4590
4623
  const updateBankAccount = {
4591
4624
  __proto__: null,
4592
4625
  mutation: mutation$8,
4593
- name: name$o
4626
+ name: name$p
4594
4627
  };
4595
4628
 
4596
- const index$j = {
4629
+ const index$k = {
4597
4630
  __proto__: null,
4598
4631
  CreateBankAccount: createBankAccount,
4599
4632
  DeletePaymentMethod: deletePaymentMethod,
4600
4633
  UpdateBankAccount: updateBankAccount
4601
4634
  };
4602
4635
 
4603
- const name$n = "initSystem";
4636
+ const name$o = "initSystem";
4604
4637
  const mutation$7 = Selector("Mutation")({
4605
- [name$n]: [{ data: $("data", "Init!") }, systemInfoSelector]
4638
+ [name$o]: [{ data: $("data", "Init!") }, systemInfoSelector]
4606
4639
  });
4607
4640
 
4608
4641
  const initSystem = {
4609
4642
  __proto__: null,
4610
4643
  mutation: mutation$7,
4611
- name: name$n
4644
+ name: name$o
4612
4645
  };
4613
4646
 
4614
- const name$m = "installSystem";
4647
+ const name$n = "installSystem";
4615
4648
  const mutation$6 = Selector("Mutation")({
4616
- [name$m]: [{ data: $("data", "Install!") }, systemInfoSelector]
4649
+ [name$n]: [{ data: $("data", "Install!") }, systemInfoSelector]
4617
4650
  });
4618
4651
 
4619
4652
  const installSystem = {
4620
4653
  __proto__: null,
4621
4654
  mutation: mutation$6,
4622
- name: name$m
4655
+ name: name$n
4623
4656
  };
4624
4657
 
4625
- const name$l = "setWif";
4658
+ const name$m = "setWif";
4626
4659
  const mutation$5 = Selector("Mutation")({
4627
- [name$l]: [{ data: $("data", "SetWifInput!") }, true]
4660
+ [name$m]: [{ data: $("data", "SetWifInput!") }, true]
4628
4661
  });
4629
4662
 
4630
4663
  const saveWif = {
4631
4664
  __proto__: null,
4632
4665
  mutation: mutation$5,
4633
- name: name$l
4666
+ name: name$m
4634
4667
  };
4635
4668
 
4636
- const name$k = "updateSystem";
4669
+ const name$l = "updateSystem";
4637
4670
  const mutation$4 = Selector("Mutation")({
4638
- [name$k]: [{ data: $("data", "Update!") }, systemInfoSelector]
4671
+ [name$l]: [{ data: $("data", "Update!") }, systemInfoSelector]
4639
4672
  });
4640
4673
 
4641
4674
  const updateSystem = {
4642
4675
  __proto__: null,
4643
4676
  mutation: mutation$4,
4644
- name: name$k
4677
+ name: name$l
4645
4678
  };
4646
4679
 
4647
- const index$i = {
4680
+ const index$j = {
4648
4681
  __proto__: null,
4649
4682
  InitSystem: initSystem,
4650
4683
  InstallSystem: installSystem,
@@ -4652,31 +4685,31 @@ const index$i = {
4652
4685
  UpdateSystem: updateSystem
4653
4686
  };
4654
4687
 
4655
- const name$j = "createWithdraw";
4688
+ const name$k = "createWithdraw";
4656
4689
  const mutation$3 = Selector("Mutation")({
4657
- [name$j]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4690
+ [name$k]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
4658
4691
  });
4659
4692
 
4660
4693
  const createWithdraw = {
4661
4694
  __proto__: null,
4662
4695
  mutation: mutation$3,
4663
- name: name$j
4696
+ name: name$k
4664
4697
  };
4665
4698
 
4666
- const name$i = "createDepositPayment";
4699
+ const name$j = "createDepositPayment";
4667
4700
  const mutation$2 = Selector("Mutation")({
4668
- [name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4701
+ [name$j]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4669
4702
  });
4670
4703
 
4671
4704
  const createDepositPayment = {
4672
4705
  __proto__: null,
4673
4706
  mutation: mutation$2,
4674
- name: name$i
4707
+ name: name$j
4675
4708
  };
4676
4709
 
4677
- const name$h = "generateReturnByMoneyStatementDocument";
4710
+ const name$i = "generateReturnByMoneyStatementDocument";
4678
4711
  const mutation$1 = Selector("Mutation")({
4679
- [name$h]: [
4712
+ [name$i]: [
4680
4713
  {
4681
4714
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
4682
4715
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4688,12 +4721,12 @@ const mutation$1 = Selector("Mutation")({
4688
4721
  const generateReturnByMoneyStatementDocument = {
4689
4722
  __proto__: null,
4690
4723
  mutation: mutation$1,
4691
- name: name$h
4724
+ name: name$i
4692
4725
  };
4693
4726
 
4694
- const name$g = "generateReturnByMoneyDecisionDocument";
4727
+ const name$h = "generateReturnByMoneyDecisionDocument";
4695
4728
  const mutation = Selector("Mutation")({
4696
- [name$g]: [
4729
+ [name$h]: [
4697
4730
  {
4698
4731
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
4699
4732
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4705,10 +4738,10 @@ const mutation = Selector("Mutation")({
4705
4738
  const generateReturnByMoneyDecisionDocument = {
4706
4739
  __proto__: null,
4707
4740
  mutation: mutation,
4708
- name: name$g
4741
+ name: name$h
4709
4742
  };
4710
4743
 
4711
- const index$h = {
4744
+ const index$i = {
4712
4745
  __proto__: null,
4713
4746
  CreateDepositPayment: createDepositPayment,
4714
4747
  CreateWithdraw: createWithdraw,
@@ -4718,42 +4751,42 @@ const index$h = {
4718
4751
 
4719
4752
  const Mutations = {
4720
4753
  __proto__: null,
4721
- Accounts: index$u,
4722
- Agreements: index$t,
4723
- Auth: index$s,
4724
- Branches: index$r,
4725
- Cooplace: index$q,
4726
- Extensions: index$p,
4727
- FreeDecisions: index$o,
4728
- Gateway: index$n,
4729
- Meet: index$m,
4730
- Notification: index$l,
4731
- Participants: index$k,
4732
- PaymentMethods: index$j,
4733
- System: index$i,
4734
- Wallet: index$h
4735
- };
4736
-
4737
- const name$f = "getAccount";
4738
- const query$f = Selector("Query")({
4739
- [name$f]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4754
+ Accounts: index$v,
4755
+ Agreements: index$u,
4756
+ Auth: index$t,
4757
+ Branches: index$s,
4758
+ Cooplace: index$r,
4759
+ Extensions: index$q,
4760
+ FreeDecisions: index$p,
4761
+ Gateway: index$o,
4762
+ Meet: index$n,
4763
+ Notification: index$m,
4764
+ Participants: index$l,
4765
+ PaymentMethods: index$k,
4766
+ System: index$j,
4767
+ Wallet: index$i
4768
+ };
4769
+
4770
+ const name$g = "getAccount";
4771
+ const query$g = Selector("Query")({
4772
+ [name$g]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4740
4773
  });
4741
4774
 
4742
4775
  const getAccount = {
4743
4776
  __proto__: null,
4744
- name: name$f,
4745
- query: query$f
4777
+ name: name$g,
4778
+ query: query$g
4746
4779
  };
4747
4780
 
4748
- const name$e = "getAccounts";
4749
- const query$e = Selector("Query")({
4750
- [name$e]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4781
+ const name$f = "getAccounts";
4782
+ const query$f = Selector("Query")({
4783
+ [name$f]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4751
4784
  });
4752
4785
 
4753
4786
  const getAccounts = {
4754
4787
  __proto__: null,
4755
- name: name$e,
4756
- query: query$e
4788
+ name: name$f,
4789
+ query: query$f
4757
4790
  };
4758
4791
 
4759
4792
  const rawSearchPrivateAccountsResultSelector = {
@@ -4770,18 +4803,18 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
4770
4803
  rawSearchPrivateAccountsResultSelector
4771
4804
  );
4772
4805
 
4773
- const name$d = "searchPrivateAccounts";
4774
- const query$d = Selector("Query")({
4775
- [name$d]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4806
+ const name$e = "searchPrivateAccounts";
4807
+ const query$e = Selector("Query")({
4808
+ [name$e]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4776
4809
  });
4777
4810
 
4778
4811
  const searchPrivateAccounts = {
4779
4812
  __proto__: null,
4780
- name: name$d,
4781
- query: query$d
4813
+ name: name$e,
4814
+ query: query$e
4782
4815
  };
4783
4816
 
4784
- const index$g = {
4817
+ const index$h = {
4785
4818
  __proto__: null,
4786
4819
  GetAccount: getAccount,
4787
4820
  GetAccounts: getAccounts,
@@ -4849,45 +4882,45 @@ const rawAgendaSelector = {
4849
4882
  };
4850
4883
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
4851
4884
 
4852
- const name$c = "getAgenda";
4853
- const query$c = Selector("Query")({
4854
- [name$c]: agendaSelector
4885
+ const name$d = "getAgenda";
4886
+ const query$d = Selector("Query")({
4887
+ [name$d]: agendaSelector
4855
4888
  });
4856
4889
 
4857
4890
  const getAgenda = {
4858
4891
  __proto__: null,
4859
- name: name$c,
4860
- query: query$c
4892
+ name: name$d,
4893
+ query: query$d
4861
4894
  };
4862
4895
 
4863
- const index$f = {
4896
+ const index$g = {
4864
4897
  __proto__: null,
4865
4898
  GetAgenda: getAgenda
4866
4899
  };
4867
4900
 
4868
- const name$b = "getBranches";
4869
- const query$b = Selector("Query")({
4870
- [name$b]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
4901
+ const name$c = "getBranches";
4902
+ const query$c = Selector("Query")({
4903
+ [name$c]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
4871
4904
  });
4872
4905
 
4873
4906
  const getBranches = {
4874
4907
  __proto__: null,
4875
- name: name$b,
4876
- query: query$b
4908
+ name: name$c,
4909
+ query: query$c
4877
4910
  };
4878
4911
 
4879
- const name$a = "getBranches";
4880
- const query$a = Selector("Query")({
4881
- [name$a]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
4912
+ const name$b = "getBranches";
4913
+ const query$b = Selector("Query")({
4914
+ [name$b]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
4882
4915
  });
4883
4916
 
4884
4917
  const getPublicBranches = {
4885
4918
  __proto__: null,
4886
- name: name$a,
4887
- query: query$a
4919
+ name: name$b,
4920
+ query: query$b
4888
4921
  };
4889
4922
 
4890
- const index$e = {
4923
+ const index$f = {
4891
4924
  __proto__: null,
4892
4925
  GetBranches: getBranches,
4893
4926
  GetPublicBranches: getPublicBranches
@@ -4908,59 +4941,59 @@ const rawDesktopSelector = {
4908
4941
  };
4909
4942
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
4910
4943
 
4911
- const name$9 = "getDesktop";
4912
- const query$9 = Selector("Query")({
4913
- [name$9]: desktopSelector
4944
+ const name$a = "getDesktop";
4945
+ const query$a = Selector("Query")({
4946
+ [name$a]: desktopSelector
4914
4947
  });
4915
4948
 
4916
4949
  const getDesktop = {
4917
4950
  __proto__: null,
4918
- name: name$9,
4919
- query: query$9
4951
+ name: name$a,
4952
+ query: query$a
4920
4953
  };
4921
4954
 
4922
- const index$d = {
4955
+ const index$e = {
4923
4956
  __proto__: null,
4924
4957
  GetDesktop: getDesktop
4925
4958
  };
4926
4959
 
4927
4960
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
4928
- const name$8 = "getDocuments";
4929
- const query$8 = Selector("Query")({
4930
- [name$8]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
4961
+ const name$9 = "getDocuments";
4962
+ const query$9 = Selector("Query")({
4963
+ [name$9]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
4931
4964
  });
4932
4965
 
4933
4966
  const getDocuments = {
4934
4967
  __proto__: null,
4935
- name: name$8,
4936
- query: query$8
4968
+ name: name$9,
4969
+ query: query$9
4937
4970
  };
4938
4971
 
4939
- const index$c = {
4972
+ const index$d = {
4940
4973
  __proto__: null,
4941
4974
  GetDocuments: getDocuments
4942
4975
  };
4943
4976
 
4944
- const name$7 = "getExtensions";
4945
- const query$7 = Selector("Query")({
4946
- [name$7]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
4977
+ const name$8 = "getExtensions";
4978
+ const query$8 = Selector("Query")({
4979
+ [name$8]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
4947
4980
  });
4948
4981
 
4949
4982
  const getExtensions = {
4950
4983
  __proto__: null,
4951
- name: name$7,
4952
- query: query$7
4984
+ name: name$8,
4985
+ query: query$8
4953
4986
  };
4954
4987
 
4955
- const index$b = {
4988
+ const index$c = {
4956
4989
  __proto__: null,
4957
4990
  GetExtensions: getExtensions
4958
4991
  };
4959
4992
 
4960
4993
  const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
4961
- const name$6 = "getPayments";
4962
- const query$6 = Selector("Query")({
4963
- [name$6]: [
4994
+ const name$7 = "getPayments";
4995
+ const query$7 = Selector("Query")({
4996
+ [name$7]: [
4964
4997
  {
4965
4998
  data: $("data", "PaymentFiltersInput"),
4966
4999
  options: $("options", "PaginationInput")
@@ -4970,6 +5003,22 @@ const query$6 = Selector("Query")({
4970
5003
  });
4971
5004
 
4972
5005
  const getPayments = {
5006
+ __proto__: null,
5007
+ name: name$7,
5008
+ query: query$7
5009
+ };
5010
+
5011
+ const index$b = {
5012
+ __proto__: null,
5013
+ GetPayments: getPayments
5014
+ };
5015
+
5016
+ const name$6 = "getLedger";
5017
+ const query$6 = Selector("Query")({
5018
+ [name$6]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
5019
+ });
5020
+
5021
+ const getLedger = {
4973
5022
  __proto__: null,
4974
5023
  name: name$6,
4975
5024
  query: query$6
@@ -4977,7 +5026,7 @@ const getPayments = {
4977
5026
 
4978
5027
  const index$a = {
4979
5028
  __proto__: null,
4980
- GetPayments: getPayments
5029
+ GetLedger: getLedger
4981
5030
  };
4982
5031
 
4983
5032
  const name$5 = "getMeet";
@@ -5072,13 +5121,14 @@ const index$6 = {
5072
5121
 
5073
5122
  const index$5 = {
5074
5123
  __proto__: null,
5075
- Accounts: index$g,
5076
- Agenda: index$f,
5077
- Branches: index$e,
5078
- Desktop: index$d,
5079
- Documents: index$c,
5080
- Extensions: index$b,
5081
- Gateway: index$a,
5124
+ Accounts: index$h,
5125
+ Agenda: index$g,
5126
+ Branches: index$f,
5127
+ Desktop: index$e,
5128
+ Documents: index$d,
5129
+ Extensions: index$c,
5130
+ Gateway: index$b,
5131
+ Ledger: index$a,
5082
5132
  Meet: index$9,
5083
5133
  Notification: index$8,
5084
5134
  PaymentMethods: index$7,
@@ -5184,7 +5234,7 @@ const _Client = class _Client {
5184
5234
  signature
5185
5235
  }
5186
5236
  };
5187
- const { [name$1l]: result } = await this.thunder("mutation")(
5237
+ const { [name$1m]: result } = await this.thunder("mutation")(
5188
5238
  mutation$15,
5189
5239
  {
5190
5240
  variables
@@ -5307,4 +5357,4 @@ __publicField(_Client, "scalars", ZeusScalars({
5307
5357
  }));
5308
5358
  let Client = _Client;
5309
5359
 
5310
- export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$v as Zeus };
5360
+ export { Classes, Client, Mutations, index$5 as Queries, index as Types, index$w as Zeus };