@coopenomics/sdk 2025.6.19 → 2025.6.24

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
@@ -1182,6 +1182,9 @@ const AllTypesProps = {
1182
1182
  getPayments: {
1183
1183
  data: "GetPaymentsInput",
1184
1184
  options: "PaginationInput"
1185
+ },
1186
+ searchPrivateAccounts: {
1187
+ data: "SearchPrivateAccountsInput"
1185
1188
  }
1186
1189
  },
1187
1190
  ReceiveOnRequestInput: {
@@ -1225,6 +1228,7 @@ const AllTypesProps = {
1225
1228
  ReturnByAssetStatementSignedMetaDocumentInput: {
1226
1229
  request: "CommonRequestInput"
1227
1230
  },
1231
+ SearchPrivateAccountsInput: {},
1228
1232
  SelectBranchGenerateDocumentInput: {},
1229
1233
  SelectBranchInput: {
1230
1234
  document: "SelectBranchSignedDocumentInput"
@@ -1943,6 +1947,17 @@ const ReturnTypes = {
1943
1947
  organization_data: "Organization",
1944
1948
  type: "AccountType"
1945
1949
  },
1950
+ PrivateAccountSearchData: {
1951
+ "...on Entrepreneur": "Entrepreneur",
1952
+ "...on Individual": "Individual",
1953
+ "...on Organization": "Organization"
1954
+ },
1955
+ PrivateAccountSearchResult: {
1956
+ data: "PrivateAccountSearchData",
1957
+ highlightedFields: "String",
1958
+ score: "Float",
1959
+ type: "String"
1960
+ },
1946
1961
  PublicChairman: {
1947
1962
  first_name: "String",
1948
1963
  last_name: "String",
@@ -1960,7 +1975,8 @@ const ReturnTypes = {
1960
1975
  getMeets: "MeetAggregate",
1961
1976
  getPaymentMethods: "PaymentMethodPaginationResult",
1962
1977
  getPayments: "PaymentPaginationResult",
1963
- getSystemInfo: "SystemInfo"
1978
+ getSystemInfo: "SystemInfo",
1979
+ searchPrivateAccounts: "PrivateAccountSearchResult"
1964
1980
  },
1965
1981
  Question: {
1966
1982
  context: "String",
@@ -3076,37 +3092,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
3076
3092
  rawRegisteredAccountSelector
3077
3093
  );
3078
3094
 
3079
- const name$1l = "registerAccount";
3095
+ const name$1m = "registerAccount";
3080
3096
  const mutation$18 = Selector("Mutation")({
3081
- [name$1l]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3097
+ [name$1m]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
3082
3098
  });
3083
3099
 
3084
3100
  const registerAccount = {
3085
3101
  __proto__: null,
3086
3102
  mutation: mutation$18,
3087
- name: name$1l
3103
+ name: name$1m
3088
3104
  };
3089
3105
 
3090
- const name$1k = "resetKey";
3106
+ const name$1l = "resetKey";
3091
3107
  const mutation$17 = Selector("Mutation")({
3092
- [name$1k]: [{ data: $("data", "ResetKeyInput!") }, true]
3108
+ [name$1l]: [{ data: $("data", "ResetKeyInput!") }, true]
3093
3109
  });
3094
3110
 
3095
3111
  const resetKey = {
3096
3112
  __proto__: null,
3097
3113
  mutation: mutation$17,
3098
- name: name$1k
3114
+ name: name$1l
3099
3115
  };
3100
3116
 
3101
- const name$1j = "startResetKey";
3117
+ const name$1k = "startResetKey";
3102
3118
  const mutation$16 = Selector("Mutation")({
3103
- [name$1j]: [{ data: $("data", "StartResetKeyInput!") }, true]
3119
+ [name$1k]: [{ data: $("data", "StartResetKeyInput!") }, true]
3104
3120
  });
3105
3121
 
3106
3122
  const startResetKey = {
3107
3123
  __proto__: null,
3108
3124
  mutation: mutation$16,
3109
- name: name$1j
3125
+ name: name$1k
3110
3126
  };
3111
3127
 
3112
3128
  const paginationSelector = {
@@ -3513,15 +3529,15 @@ const rawSystemInfoSelector = {
3513
3529
  };
3514
3530
  const systemInfoSelector = Selector("SystemInfo")(rawSystemInfoSelector);
3515
3531
 
3516
- const name$1i = "updateAccount";
3532
+ const name$1j = "updateAccount";
3517
3533
  const mutation$15 = Selector("Mutation")({
3518
- [name$1i]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3534
+ [name$1j]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
3519
3535
  });
3520
3536
 
3521
3537
  const updateAccount = {
3522
3538
  __proto__: null,
3523
3539
  mutation: mutation$15,
3524
- name: name$1i
3540
+ name: name$1j
3525
3541
  };
3526
3542
 
3527
3543
  const index$r = {
@@ -3532,48 +3548,48 @@ const index$r = {
3532
3548
  UpdateAccount: updateAccount
3533
3549
  };
3534
3550
 
3535
- const name$1h = "generatePrivacyAgreement";
3551
+ const name$1i = "generatePrivacyAgreement";
3536
3552
  const mutation$14 = Selector("Mutation")({
3537
- [name$1h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3553
+ [name$1i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3538
3554
  });
3539
3555
 
3540
3556
  const generatePrivacyAgreement = {
3541
3557
  __proto__: null,
3542
3558
  mutation: mutation$14,
3543
- name: name$1h
3559
+ name: name$1i
3544
3560
  };
3545
3561
 
3546
- const name$1g = "generateSignatureAgreement";
3562
+ const name$1h = "generateSignatureAgreement";
3547
3563
  const mutation$13 = Selector("Mutation")({
3548
- [name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3564
+ [name$1h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3549
3565
  });
3550
3566
 
3551
3567
  const generateSignatureAgreement = {
3552
3568
  __proto__: null,
3553
3569
  mutation: mutation$13,
3554
- name: name$1g
3570
+ name: name$1h
3555
3571
  };
3556
3572
 
3557
- const name$1f = "generateWalletAgreement";
3573
+ const name$1g = "generateWalletAgreement";
3558
3574
  const mutation$12 = Selector("Mutation")({
3559
- [name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3575
+ [name$1g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3560
3576
  });
3561
3577
 
3562
3578
  const generateWalletAgreement = {
3563
3579
  __proto__: null,
3564
3580
  mutation: mutation$12,
3565
- name: name$1f
3581
+ name: name$1g
3566
3582
  };
3567
3583
 
3568
- const name$1e = "generateUserAgreement";
3584
+ const name$1f = "generateUserAgreement";
3569
3585
  const mutation$11 = Selector("Mutation")({
3570
- [name$1e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3586
+ [name$1f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3571
3587
  });
3572
3588
 
3573
3589
  const generateUserAgreement = {
3574
3590
  __proto__: null,
3575
3591
  mutation: mutation$11,
3576
- name: name$1e
3592
+ name: name$1f
3577
3593
  };
3578
3594
 
3579
3595
  const index$q = {
@@ -3584,37 +3600,37 @@ const index$q = {
3584
3600
  GenerateWalletAgreement: generateWalletAgreement
3585
3601
  };
3586
3602
 
3587
- const name$1d = "refresh";
3603
+ const name$1e = "refresh";
3588
3604
  const mutation$10 = Selector("Mutation")({
3589
- [name$1d]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3605
+ [name$1e]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
3590
3606
  });
3591
3607
 
3592
3608
  const refresh = {
3593
3609
  __proto__: null,
3594
3610
  mutation: mutation$10,
3595
- name: name$1d
3611
+ name: name$1e
3596
3612
  };
3597
3613
 
3598
- const name$1c = "logout";
3614
+ const name$1d = "logout";
3599
3615
  const mutation$$ = Selector("Mutation")({
3600
- [name$1c]: [{ data: $("data", "LogoutInput!") }, true]
3616
+ [name$1d]: [{ data: $("data", "LogoutInput!") }, true]
3601
3617
  });
3602
3618
 
3603
3619
  const logout = {
3604
3620
  __proto__: null,
3605
3621
  mutation: mutation$$,
3606
- name: name$1c
3622
+ name: name$1d
3607
3623
  };
3608
3624
 
3609
- const name$1b = "login";
3625
+ const name$1c = "login";
3610
3626
  const mutation$_ = Selector("Mutation")({
3611
- [name$1b]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3627
+ [name$1c]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
3612
3628
  });
3613
3629
 
3614
3630
  const login = {
3615
3631
  __proto__: null,
3616
3632
  mutation: mutation$_,
3617
- name: name$1b
3633
+ name: name$1c
3618
3634
  };
3619
3635
 
3620
3636
  const index$p = {
@@ -3624,81 +3640,81 @@ const index$p = {
3624
3640
  Refresh: refresh
3625
3641
  };
3626
3642
 
3627
- const name$1a = "addTrustedAccount";
3643
+ const name$1b = "addTrustedAccount";
3628
3644
  const mutation$Z = Selector("Mutation")({
3629
- [name$1a]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3645
+ [name$1b]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
3630
3646
  });
3631
3647
 
3632
3648
  const addTrustedAccount = {
3633
3649
  __proto__: null,
3634
3650
  mutation: mutation$Z,
3635
- name: name$1a
3651
+ name: name$1b
3636
3652
  };
3637
3653
 
3638
- const name$19 = "createBranch";
3654
+ const name$1a = "createBranch";
3639
3655
  const mutation$Y = Selector("Mutation")({
3640
- [name$19]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3656
+ [name$1a]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
3641
3657
  });
3642
3658
 
3643
3659
  const createBranch = {
3644
3660
  __proto__: null,
3645
3661
  mutation: mutation$Y,
3646
- name: name$19
3662
+ name: name$1a
3647
3663
  };
3648
3664
 
3649
- const name$18 = "deleteBranch";
3665
+ const name$19 = "deleteBranch";
3650
3666
  const mutation$X = Selector("Mutation")({
3651
- [name$18]: [{ data: $("data", "DeleteBranchInput!") }, true]
3667
+ [name$19]: [{ data: $("data", "DeleteBranchInput!") }, true]
3652
3668
  });
3653
3669
 
3654
3670
  const deleteBranch = {
3655
3671
  __proto__: null,
3656
3672
  mutation: mutation$X,
3657
- name: name$18
3673
+ name: name$19
3658
3674
  };
3659
3675
 
3660
- const name$17 = "deleteTrustedAccount";
3676
+ const name$18 = "deleteTrustedAccount";
3661
3677
  const mutation$W = Selector("Mutation")({
3662
- [name$17]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3678
+ [name$18]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
3663
3679
  });
3664
3680
 
3665
3681
  const deleteTrustedAccount = {
3666
3682
  __proto__: null,
3667
3683
  mutation: mutation$W,
3668
- name: name$17
3684
+ name: name$18
3669
3685
  };
3670
3686
 
3671
- const name$16 = "editBranch";
3687
+ const name$17 = "editBranch";
3672
3688
  const mutation$V = Selector("Mutation")({
3673
- [name$16]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3689
+ [name$17]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
3674
3690
  });
3675
3691
 
3676
3692
  const editBranch = {
3677
3693
  __proto__: null,
3678
3694
  mutation: mutation$V,
3679
- name: name$16
3695
+ name: name$17
3680
3696
  };
3681
3697
 
3682
- const name$15 = "generateSelectBranchDocument";
3698
+ const name$16 = "generateSelectBranchDocument";
3683
3699
  const mutation$U = Selector("Mutation")({
3684
- [name$15]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3700
+ [name$16]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3685
3701
  });
3686
3702
 
3687
3703
  const generateSelectBranchDocument = {
3688
3704
  __proto__: null,
3689
3705
  mutation: mutation$U,
3690
- name: name$15
3706
+ name: name$16
3691
3707
  };
3692
3708
 
3693
- const name$14 = "selectBranch";
3709
+ const name$15 = "selectBranch";
3694
3710
  const mutation$T = Selector("Mutation")({
3695
- [name$14]: [{ data: $("data", "SelectBranchInput!") }, true]
3711
+ [name$15]: [{ data: $("data", "SelectBranchInput!") }, true]
3696
3712
  });
3697
3713
 
3698
3714
  const selectBranch = {
3699
3715
  __proto__: null,
3700
3716
  mutation: mutation$T,
3701
- name: name$14
3717
+ name: name$15
3702
3718
  };
3703
3719
 
3704
3720
  const index$o = {
@@ -3712,257 +3728,257 @@ const index$o = {
3712
3728
  SelectBranch: selectBranch
3713
3729
  };
3714
3730
 
3715
- const name$13 = "acceptChildOrder";
3731
+ const name$14 = "acceptChildOrder";
3716
3732
  const mutation$S = Selector("Mutation")({
3717
- [name$13]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3733
+ [name$14]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
3718
3734
  });
3719
3735
 
3720
3736
  const acceptChildOrder = {
3721
3737
  __proto__: null,
3722
3738
  mutation: mutation$S,
3723
- name: name$13
3739
+ name: name$14
3724
3740
  };
3725
3741
 
3726
- const name$12 = "cancelRequest";
3742
+ const name$13 = "cancelRequest";
3727
3743
  const mutation$R = Selector("Mutation")({
3728
- [name$12]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3744
+ [name$13]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
3729
3745
  });
3730
3746
 
3731
3747
  const cancelRequest = {
3732
3748
  __proto__: null,
3733
3749
  mutation: mutation$R,
3734
- name: name$12
3750
+ name: name$13
3735
3751
  };
3736
3752
 
3737
- const name$11 = "confirmReceiveOnRequest";
3753
+ const name$12 = "confirmReceiveOnRequest";
3738
3754
  const mutation$Q = Selector("Mutation")({
3739
- [name$11]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3755
+ [name$12]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
3740
3756
  });
3741
3757
 
3742
3758
  const completeReceiveOnRequest = {
3743
3759
  __proto__: null,
3744
3760
  mutation: mutation$Q,
3745
- name: name$11
3761
+ name: name$12
3746
3762
  };
3747
3763
 
3748
- const name$10 = "completeRequest";
3764
+ const name$11 = "completeRequest";
3749
3765
  const mutation$P = Selector("Mutation")({
3750
- [name$10]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3766
+ [name$11]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
3751
3767
  });
3752
3768
 
3753
3769
  const completeRequest = {
3754
3770
  __proto__: null,
3755
3771
  mutation: mutation$P,
3756
- name: name$10
3772
+ name: name$11
3757
3773
  };
3758
3774
 
3759
- const name$$ = "confirmSupplyOnRequest";
3775
+ const name$10 = "confirmSupplyOnRequest";
3760
3776
  const mutation$O = Selector("Mutation")({
3761
- [name$$]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3777
+ [name$10]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
3762
3778
  });
3763
3779
 
3764
3780
  const confirmSupplyOnRequest = {
3765
3781
  __proto__: null,
3766
3782
  mutation: mutation$O,
3767
- name: name$$
3783
+ name: name$10
3768
3784
  };
3769
3785
 
3770
- const name$_ = "createChildOrder";
3786
+ const name$$ = "createChildOrder";
3771
3787
  const mutation$N = Selector("Mutation")({
3772
- [name$_]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3788
+ [name$$]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
3773
3789
  });
3774
3790
 
3775
3791
  const createChildOrder = {
3776
3792
  __proto__: null,
3777
3793
  mutation: mutation$N,
3778
- name: name$_
3794
+ name: name$$
3779
3795
  };
3780
3796
 
3781
- const name$Z = "createParentOffer";
3797
+ const name$_ = "createParentOffer";
3782
3798
  const mutation$M = Selector("Mutation")({
3783
- [name$Z]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3799
+ [name$_]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
3784
3800
  });
3785
3801
 
3786
3802
  const createParentOffer = {
3787
3803
  __proto__: null,
3788
3804
  mutation: mutation$M,
3789
- name: name$Z
3805
+ name: name$_
3790
3806
  };
3791
3807
 
3792
- const name$Y = "declineRequest";
3808
+ const name$Z = "declineRequest";
3793
3809
  const mutation$L = Selector("Mutation")({
3794
- [name$Y]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3810
+ [name$Z]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
3795
3811
  });
3796
3812
 
3797
3813
  const declineRequest = {
3798
3814
  __proto__: null,
3799
3815
  mutation: mutation$L,
3800
- name: name$Y
3816
+ name: name$Z
3801
3817
  };
3802
3818
 
3803
- const name$X = "deliverOnRequest";
3819
+ const name$Y = "deliverOnRequest";
3804
3820
  const mutation$K = Selector("Mutation")({
3805
- [name$X]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3821
+ [name$Y]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
3806
3822
  });
3807
3823
 
3808
3824
  const deliverOnRequest = {
3809
3825
  __proto__: null,
3810
3826
  mutation: mutation$K,
3811
- name: name$X
3827
+ name: name$Y
3812
3828
  };
3813
3829
 
3814
- const name$W = "disputeOnRequest";
3830
+ const name$X = "disputeOnRequest";
3815
3831
  const mutation$J = Selector("Mutation")({
3816
- [name$W]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3832
+ [name$X]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
3817
3833
  });
3818
3834
 
3819
3835
  const disputeOnRequest = {
3820
3836
  __proto__: null,
3821
3837
  mutation: mutation$J,
3822
- name: name$W
3838
+ name: name$X
3823
3839
  };
3824
3840
 
3825
- const name$V = "generateAssetContributionAct";
3841
+ const name$W = "generateAssetContributionAct";
3826
3842
  const mutation$I = Selector("Mutation")({
3827
- [name$V]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3843
+ [name$W]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3828
3844
  });
3829
3845
 
3830
3846
  const generateAssetContributionAct = {
3831
3847
  __proto__: null,
3832
3848
  mutation: mutation$I,
3833
- name: name$V
3849
+ name: name$W
3834
3850
  };
3835
3851
 
3836
- const name$U = "generateAssetContributionDecision";
3852
+ const name$V = "generateAssetContributionDecision";
3837
3853
  const mutation$H = Selector("Mutation")({
3838
- [name$U]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3854
+ [name$V]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3839
3855
  });
3840
3856
 
3841
3857
  const generateAssetContributionDecision = {
3842
3858
  __proto__: null,
3843
3859
  mutation: mutation$H,
3844
- name: name$U
3860
+ name: name$V
3845
3861
  };
3846
3862
 
3847
- const name$T = "generateAssetContributionStatement";
3863
+ const name$U = "generateAssetContributionStatement";
3848
3864
  const mutation$G = Selector("Mutation")({
3849
- [name$T]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3865
+ [name$U]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3850
3866
  });
3851
3867
 
3852
3868
  const generateAssetContributionStatement = {
3853
3869
  __proto__: null,
3854
3870
  mutation: mutation$G,
3855
- name: name$T
3871
+ name: name$U
3856
3872
  };
3857
3873
 
3858
- const name$S = "generateReturnByAssetAct";
3874
+ const name$T = "generateReturnByAssetAct";
3859
3875
  const mutation$F = Selector("Mutation")({
3860
- [name$S]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3876
+ [name$T]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3861
3877
  });
3862
3878
 
3863
3879
  const generateReturnByAssetAct = {
3864
3880
  __proto__: null,
3865
3881
  mutation: mutation$F,
3866
- name: name$S
3882
+ name: name$T
3867
3883
  };
3868
3884
 
3869
- const name$R = "generateReturnByAssetDecision";
3885
+ const name$S = "generateReturnByAssetDecision";
3870
3886
  const mutation$E = Selector("Mutation")({
3871
- [name$R]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3887
+ [name$S]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3872
3888
  });
3873
3889
 
3874
3890
  const generateReturnByAssetDecision = {
3875
3891
  __proto__: null,
3876
3892
  mutation: mutation$E,
3877
- name: name$R
3893
+ name: name$S
3878
3894
  };
3879
3895
 
3880
- const name$Q = "generateReturnByAssetStatement";
3896
+ const name$R = "generateReturnByAssetStatement";
3881
3897
  const mutation$D = Selector("Mutation")({
3882
- [name$Q]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3898
+ [name$R]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
3883
3899
  });
3884
3900
 
3885
3901
  const generateReturnByAssetStatement = {
3886
3902
  __proto__: null,
3887
3903
  mutation: mutation$D,
3888
- name: name$Q
3904
+ name: name$R
3889
3905
  };
3890
3906
 
3891
- const name$P = "moderateRequest";
3907
+ const name$Q = "moderateRequest";
3892
3908
  const mutation$C = Selector("Mutation")({
3893
- [name$P]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
3909
+ [name$Q]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
3894
3910
  });
3895
3911
 
3896
3912
  const moderateRequest = {
3897
3913
  __proto__: null,
3898
3914
  mutation: mutation$C,
3899
- name: name$P
3915
+ name: name$Q
3900
3916
  };
3901
3917
 
3902
- const name$O = "prohibitRequest";
3918
+ const name$P = "prohibitRequest";
3903
3919
  const mutation$B = Selector("Mutation")({
3904
- [name$O]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
3920
+ [name$P]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
3905
3921
  });
3906
3922
 
3907
3923
  const prohibitRequest = {
3908
3924
  __proto__: null,
3909
3925
  mutation: mutation$B,
3910
- name: name$O
3926
+ name: name$P
3911
3927
  };
3912
3928
 
3913
- const name$N = "publishRequest";
3929
+ const name$O = "publishRequest";
3914
3930
  const mutation$A = Selector("Mutation")({
3915
- [name$N]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
3931
+ [name$O]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
3916
3932
  });
3917
3933
 
3918
3934
  const publishRequest = {
3919
3935
  __proto__: null,
3920
3936
  mutation: mutation$A,
3921
- name: name$N
3937
+ name: name$O
3922
3938
  };
3923
3939
 
3924
- const name$M = "receiveOnRequest";
3940
+ const name$N = "receiveOnRequest";
3925
3941
  const mutation$z = Selector("Mutation")({
3926
- [name$M]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
3942
+ [name$N]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
3927
3943
  });
3928
3944
 
3929
3945
  const receiveOnRequest = {
3930
3946
  __proto__: null,
3931
3947
  mutation: mutation$z,
3932
- name: name$M
3948
+ name: name$N
3933
3949
  };
3934
3950
 
3935
- const name$L = "supplyOnRequest";
3951
+ const name$M = "supplyOnRequest";
3936
3952
  const mutation$y = Selector("Mutation")({
3937
- [name$L]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
3953
+ [name$M]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
3938
3954
  });
3939
3955
 
3940
3956
  const supplyOnRequest = {
3941
3957
  __proto__: null,
3942
3958
  mutation: mutation$y,
3943
- name: name$L
3959
+ name: name$M
3944
3960
  };
3945
3961
 
3946
- const name$K = "unpublishRequest";
3962
+ const name$L = "unpublishRequest";
3947
3963
  const mutation$x = Selector("Mutation")({
3948
- [name$K]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
3964
+ [name$L]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
3949
3965
  });
3950
3966
 
3951
3967
  const unpublishRequest = {
3952
3968
  __proto__: null,
3953
3969
  mutation: mutation$x,
3954
- name: name$K
3970
+ name: name$L
3955
3971
  };
3956
3972
 
3957
- const name$J = "updateRequest";
3973
+ const name$K = "updateRequest";
3958
3974
  const mutation$w = Selector("Mutation")({
3959
- [name$J]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
3975
+ [name$K]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
3960
3976
  });
3961
3977
 
3962
3978
  const updateRequest = {
3963
3979
  __proto__: null,
3964
3980
  mutation: mutation$w,
3965
- name: name$J
3981
+ name: name$K
3966
3982
  };
3967
3983
 
3968
3984
  const index$n = {
@@ -3992,37 +4008,37 @@ const index$n = {
3992
4008
  UpdateRequest: updateRequest
3993
4009
  };
3994
4010
 
3995
- const name$I = "installExtension";
4011
+ const name$J = "installExtension";
3996
4012
  const mutation$v = Selector("Mutation")({
3997
- [name$I]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4013
+ [name$J]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
3998
4014
  });
3999
4015
 
4000
4016
  const installExtension = {
4001
4017
  __proto__: null,
4002
4018
  mutation: mutation$v,
4003
- name: name$I
4019
+ name: name$J
4004
4020
  };
4005
4021
 
4006
- const name$H = "uninstallExtension";
4022
+ const name$I = "uninstallExtension";
4007
4023
  const mutation$u = Selector("Mutation")({
4008
- [name$H]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4024
+ [name$I]: [{ data: $("data", "UninstallExtensionInput!") }, true]
4009
4025
  });
4010
4026
 
4011
4027
  const uninstallExtension = {
4012
4028
  __proto__: null,
4013
4029
  mutation: mutation$u,
4014
- name: name$H
4030
+ name: name$I
4015
4031
  };
4016
4032
 
4017
- const name$G = "updateExtension";
4033
+ const name$H = "updateExtension";
4018
4034
  const mutation$t = Selector("Mutation")({
4019
- [name$G]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4035
+ [name$H]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
4020
4036
  });
4021
4037
 
4022
4038
  const updateExtension = {
4023
4039
  __proto__: null,
4024
4040
  mutation: mutation$t,
4025
- name: name$G
4041
+ name: name$H
4026
4042
  };
4027
4043
 
4028
4044
  const index$m = {
@@ -4032,48 +4048,48 @@ const index$m = {
4032
4048
  UpdateExtension: updateExtension
4033
4049
  };
4034
4050
 
4035
- const name$F = "generateProjectOfFreeDecision";
4051
+ const name$G = "generateProjectOfFreeDecision";
4036
4052
  const mutation$s = Selector("Mutation")({
4037
- [name$F]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4053
+ [name$G]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4038
4054
  });
4039
4055
 
4040
4056
  const generateProjectOfFreeDecisionDocument = {
4041
4057
  __proto__: null,
4042
4058
  mutation: mutation$s,
4043
- name: name$F
4059
+ name: name$G
4044
4060
  };
4045
4061
 
4046
- const name$E = "generateFreeDecision";
4062
+ const name$F = "generateFreeDecision";
4047
4063
  const mutation$r = Selector("Mutation")({
4048
- [name$E]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4064
+ [name$F]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4049
4065
  });
4050
4066
 
4051
4067
  const generateFreeDecision = {
4052
4068
  __proto__: null,
4053
4069
  mutation: mutation$r,
4054
- name: name$E
4070
+ name: name$F
4055
4071
  };
4056
4072
 
4057
- const name$D = "publishProjectOfFreeDecision";
4073
+ const name$E = "publishProjectOfFreeDecision";
4058
4074
  const mutation$q = Selector("Mutation")({
4059
- [name$D]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4075
+ [name$E]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
4060
4076
  });
4061
4077
 
4062
4078
  const publishProjectOfFreeDecision = {
4063
4079
  __proto__: null,
4064
4080
  mutation: mutation$q,
4065
- name: name$D
4081
+ name: name$E
4066
4082
  };
4067
4083
 
4068
- const name$C = "createProjectOfFreeDecision";
4084
+ const name$D = "createProjectOfFreeDecision";
4069
4085
  const mutation$p = Selector("Mutation")({
4070
- [name$C]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4086
+ [name$D]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
4071
4087
  });
4072
4088
 
4073
4089
  const createProjectOfFreeDecision = {
4074
4090
  __proto__: null,
4075
4091
  mutation: mutation$p,
4076
- name: name$C
4092
+ name: name$D
4077
4093
  };
4078
4094
 
4079
4095
  const index$l = {
@@ -4084,20 +4100,20 @@ const index$l = {
4084
4100
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
4085
4101
  };
4086
4102
 
4087
- const name$B = "createAnnualGeneralMeet";
4103
+ const name$C = "createAnnualGeneralMeet";
4088
4104
  const mutation$o = Selector("Mutation")({
4089
- [name$B]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4105
+ [name$C]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
4090
4106
  });
4091
4107
 
4092
4108
  const createAnnualGeneralMeet = {
4093
4109
  __proto__: null,
4094
4110
  mutation: mutation$o,
4095
- name: name$B
4111
+ name: name$C
4096
4112
  };
4097
4113
 
4098
- const name$A = "generateAnnualGeneralMeetAgendaDocument";
4114
+ const name$B = "generateAnnualGeneralMeetAgendaDocument";
4099
4115
  const mutation$n = Selector("Mutation")({
4100
- [name$A]: [
4116
+ [name$B]: [
4101
4117
  {
4102
4118
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
4103
4119
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4109,12 +4125,12 @@ const mutation$n = Selector("Mutation")({
4109
4125
  const generateAnnualGeneralMeetAgendaDocument = {
4110
4126
  __proto__: null,
4111
4127
  mutation: mutation$n,
4112
- name: name$A
4128
+ name: name$B
4113
4129
  };
4114
4130
 
4115
- const name$z = "generateAnnualGeneralMeetDecisionDocument";
4131
+ const name$A = "generateAnnualGeneralMeetDecisionDocument";
4116
4132
  const mutation$m = Selector("Mutation")({
4117
- [name$z]: [
4133
+ [name$A]: [
4118
4134
  {
4119
4135
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
4120
4136
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4126,12 +4142,12 @@ const mutation$m = Selector("Mutation")({
4126
4142
  const generateAnnualGeneralMeetDecisionDocument = {
4127
4143
  __proto__: null,
4128
4144
  mutation: mutation$m,
4129
- name: name$z
4145
+ name: name$A
4130
4146
  };
4131
4147
 
4132
- const name$y = "generateAnnualGeneralMeetNotificationDocument";
4148
+ const name$z = "generateAnnualGeneralMeetNotificationDocument";
4133
4149
  const mutation$l = Selector("Mutation")({
4134
- [name$y]: [
4150
+ [name$z]: [
4135
4151
  {
4136
4152
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
4137
4153
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4143,12 +4159,12 @@ const mutation$l = Selector("Mutation")({
4143
4159
  const generateAnnualGeneralMeetNotificationDocument = {
4144
4160
  __proto__: null,
4145
4161
  mutation: mutation$l,
4146
- name: name$y
4162
+ name: name$z
4147
4163
  };
4148
4164
 
4149
- const name$x = "generateBallotForAnnualGeneralMeetDocument";
4165
+ const name$y = "generateBallotForAnnualGeneralMeetDocument";
4150
4166
  const mutation$k = Selector("Mutation")({
4151
- [name$x]: [
4167
+ [name$y]: [
4152
4168
  {
4153
4169
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
4154
4170
  options: $("options", "GenerateDocumentOptionsInput")
@@ -4160,12 +4176,12 @@ const mutation$k = Selector("Mutation")({
4160
4176
  const generateBallotForAnnualGeneralMeetDocument = {
4161
4177
  __proto__: null,
4162
4178
  mutation: mutation$k,
4163
- name: name$x
4179
+ name: name$y
4164
4180
  };
4165
4181
 
4166
- const name$w = "generateSovietDecisionOnAnnualMeetDocument";
4182
+ const name$x = "generateSovietDecisionOnAnnualMeetDocument";
4167
4183
  const mutation$j = Selector("Mutation")({
4168
- [name$w]: [{
4184
+ [name$x]: [{
4169
4185
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
4170
4186
  options: $("options", "GenerateDocumentOptionsInput")
4171
4187
  }, documentSelector]
@@ -4174,62 +4190,62 @@ const mutation$j = Selector("Mutation")({
4174
4190
  const generateSovietDecisionOnAnnualMeetDocument = {
4175
4191
  __proto__: null,
4176
4192
  mutation: mutation$j,
4177
- name: name$w
4193
+ name: name$x
4178
4194
  };
4179
4195
 
4180
- const name$v = "notifyOnAnnualGeneralMeet";
4196
+ const name$w = "notifyOnAnnualGeneralMeet";
4181
4197
  const mutation$i = Selector("Mutation")({
4182
- [name$v]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4198
+ [name$w]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4183
4199
  });
4184
4200
 
4185
4201
  const notifyOnAnnualGeneralMeet = {
4186
4202
  __proto__: null,
4187
4203
  mutation: mutation$i,
4188
- name: name$v
4204
+ name: name$w
4189
4205
  };
4190
4206
 
4191
- const name$u = "restartAnnualGeneralMeet";
4207
+ const name$v = "restartAnnualGeneralMeet";
4192
4208
  const mutation$h = Selector("Mutation")({
4193
- [name$u]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4209
+ [name$v]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
4194
4210
  });
4195
4211
 
4196
4212
  const restartAnnualGeneralMeet = {
4197
4213
  __proto__: null,
4198
4214
  mutation: mutation$h,
4199
- name: name$u
4215
+ name: name$v
4200
4216
  };
4201
4217
 
4202
- const name$t = "signByPresiderOnAnnualGeneralMeet";
4218
+ const name$u = "signByPresiderOnAnnualGeneralMeet";
4203
4219
  const mutation$g = Selector("Mutation")({
4204
- [name$t]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4220
+ [name$u]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4205
4221
  });
4206
4222
 
4207
4223
  const signByPresiderOnAnnualGeneralMeet = {
4208
4224
  __proto__: null,
4209
4225
  mutation: mutation$g,
4210
- name: name$t
4226
+ name: name$u
4211
4227
  };
4212
4228
 
4213
- const name$s = "signBySecretaryOnAnnualGeneralMeet";
4229
+ const name$t = "signBySecretaryOnAnnualGeneralMeet";
4214
4230
  const mutation$f = Selector("Mutation")({
4215
- [name$s]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4231
+ [name$t]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4216
4232
  });
4217
4233
 
4218
4234
  const signBySecretaryOnAnnualGeneralMeet = {
4219
4235
  __proto__: null,
4220
4236
  mutation: mutation$f,
4221
- name: name$s
4237
+ name: name$t
4222
4238
  };
4223
4239
 
4224
- const name$r = "voteOnAnnualGeneralMeet";
4240
+ const name$s = "voteOnAnnualGeneralMeet";
4225
4241
  const mutation$e = Selector("Mutation")({
4226
- [name$r]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4242
+ [name$s]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
4227
4243
  });
4228
4244
 
4229
4245
  const voteOnAnnualGeneralMeet = {
4230
4246
  __proto__: null,
4231
4247
  mutation: mutation$e,
4232
- name: name$r
4248
+ name: name$s
4233
4249
  };
4234
4250
 
4235
4251
  const index$k = {
@@ -4247,48 +4263,48 @@ const index$k = {
4247
4263
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
4248
4264
  };
4249
4265
 
4250
- const name$q = "addParticipant";
4266
+ const name$r = "addParticipant";
4251
4267
  const mutation$d = Selector("Mutation")({
4252
- [name$q]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4268
+ [name$r]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
4253
4269
  });
4254
4270
 
4255
4271
  const addParticipant = {
4256
4272
  __proto__: null,
4257
4273
  mutation: mutation$d,
4258
- name: name$q
4274
+ name: name$r
4259
4275
  };
4260
4276
 
4261
- const name$p = "generateParticipantApplication";
4277
+ const name$q = "generateParticipantApplication";
4262
4278
  const mutation$c = Selector("Mutation")({
4263
- [name$p]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4279
+ [name$q]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4264
4280
  });
4265
4281
 
4266
4282
  const generateParticipantApplication = {
4267
4283
  __proto__: null,
4268
4284
  mutation: mutation$c,
4269
- name: name$p
4285
+ name: name$q
4270
4286
  };
4271
4287
 
4272
- const name$o = "generateParticipantApplicationDecision";
4288
+ const name$p = "generateParticipantApplicationDecision";
4273
4289
  const mutation$b = Selector("Mutation")({
4274
- [name$o]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4290
+ [name$p]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
4275
4291
  });
4276
4292
 
4277
4293
  const generateParticipantApplicationDecision = {
4278
4294
  __proto__: null,
4279
4295
  mutation: mutation$b,
4280
- name: name$o
4296
+ name: name$p
4281
4297
  };
4282
4298
 
4283
- const name$n = "registerParticipant";
4299
+ const name$o = "registerParticipant";
4284
4300
  const mutation$a = Selector("Mutation")({
4285
- [name$n]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4301
+ [name$o]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
4286
4302
  });
4287
4303
 
4288
4304
  const registerParticipant = {
4289
4305
  __proto__: null,
4290
4306
  mutation: mutation$a,
4291
- name: name$n
4307
+ name: name$o
4292
4308
  };
4293
4309
 
4294
4310
  const index$j = {
@@ -4299,37 +4315,37 @@ const index$j = {
4299
4315
  RegisterParticipant: registerParticipant
4300
4316
  };
4301
4317
 
4302
- const name$m = "createBankAccount";
4318
+ const name$n = "createBankAccount";
4303
4319
  const mutation$9 = Selector("Mutation")({
4304
- [name$m]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4320
+ [name$n]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
4305
4321
  });
4306
4322
 
4307
4323
  const createBankAccount = {
4308
4324
  __proto__: null,
4309
4325
  mutation: mutation$9,
4310
- name: name$m
4326
+ name: name$n
4311
4327
  };
4312
4328
 
4313
- const name$l = "deletePaymentMethod";
4329
+ const name$m = "deletePaymentMethod";
4314
4330
  const mutation$8 = Selector("Mutation")({
4315
- [name$l]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4331
+ [name$m]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
4316
4332
  });
4317
4333
 
4318
4334
  const deletePaymentMethod = {
4319
4335
  __proto__: null,
4320
4336
  mutation: mutation$8,
4321
- name: name$l
4337
+ name: name$m
4322
4338
  };
4323
4339
 
4324
- const name$k = "updateBankAccount";
4340
+ const name$l = "updateBankAccount";
4325
4341
  const mutation$7 = Selector("Mutation")({
4326
- [name$k]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4342
+ [name$l]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
4327
4343
  });
4328
4344
 
4329
4345
  const updateBankAccount = {
4330
4346
  __proto__: null,
4331
4347
  mutation: mutation$7,
4332
- name: name$k
4348
+ name: name$l
4333
4349
  };
4334
4350
 
4335
4351
  const index$i = {
@@ -4366,37 +4382,37 @@ const rawPaymentSelector = {
4366
4382
  };
4367
4383
  const paymentSelector = Selector("Payment")(rawPaymentSelector);
4368
4384
 
4369
- const name$j = "createInitialPayment";
4385
+ const name$k = "createInitialPayment";
4370
4386
  const mutation$6 = Selector("Mutation")({
4371
- [name$j]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4387
+ [name$k]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
4372
4388
  });
4373
4389
 
4374
4390
  const createInitial = {
4375
4391
  __proto__: null,
4376
4392
  mutation: mutation$6,
4377
- name: name$j
4393
+ name: name$k
4378
4394
  };
4379
4395
 
4380
- const name$i = "createDepositPayment";
4396
+ const name$j = "createDepositPayment";
4381
4397
  const mutation$5 = Selector("Mutation")({
4382
- [name$i]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4398
+ [name$j]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
4383
4399
  });
4384
4400
 
4385
4401
  const createDeposit = {
4386
4402
  __proto__: null,
4387
4403
  mutation: mutation$5,
4388
- name: name$i
4404
+ name: name$j
4389
4405
  };
4390
4406
 
4391
- const name$h = "setPaymentStatus";
4407
+ const name$i = "setPaymentStatus";
4392
4408
  const mutation$4 = Selector("Mutation")({
4393
- [name$h]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4409
+ [name$i]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
4394
4410
  });
4395
4411
 
4396
4412
  const setPaymentStatus = {
4397
4413
  __proto__: null,
4398
4414
  mutation: mutation$4,
4399
- name: name$h
4415
+ name: name$i
4400
4416
  };
4401
4417
 
4402
4418
  const index$h = {
@@ -4406,48 +4422,48 @@ const index$h = {
4406
4422
  SetPaymentStatus: setPaymentStatus
4407
4423
  };
4408
4424
 
4409
- const name$g = "initSystem";
4425
+ const name$h = "initSystem";
4410
4426
  const mutation$3 = Selector("Mutation")({
4411
- [name$g]: [{ data: $("data", "Init!") }, systemInfoSelector]
4427
+ [name$h]: [{ data: $("data", "Init!") }, systemInfoSelector]
4412
4428
  });
4413
4429
 
4414
4430
  const initSystem = {
4415
4431
  __proto__: null,
4416
4432
  mutation: mutation$3,
4417
- name: name$g
4433
+ name: name$h
4418
4434
  };
4419
4435
 
4420
- const name$f = "installSystem";
4436
+ const name$g = "installSystem";
4421
4437
  const mutation$2 = Selector("Mutation")({
4422
- [name$f]: [{ data: $("data", "Install!") }, systemInfoSelector]
4438
+ [name$g]: [{ data: $("data", "Install!") }, systemInfoSelector]
4423
4439
  });
4424
4440
 
4425
4441
  const installSystem = {
4426
4442
  __proto__: null,
4427
4443
  mutation: mutation$2,
4428
- name: name$f
4444
+ name: name$g
4429
4445
  };
4430
4446
 
4431
- const name$e = "setWif";
4447
+ const name$f = "setWif";
4432
4448
  const mutation$1 = Selector("Mutation")({
4433
- [name$e]: [{ data: $("data", "Update!") }, true]
4449
+ [name$f]: [{ data: $("data", "Update!") }, true]
4434
4450
  });
4435
4451
 
4436
4452
  const setWif = {
4437
4453
  __proto__: null,
4438
4454
  mutation: mutation$1,
4439
- name: name$e
4455
+ name: name$f
4440
4456
  };
4441
4457
 
4442
- const name$d = "updateSystem";
4458
+ const name$e = "updateSystem";
4443
4459
  const mutation = Selector("Mutation")({
4444
- [name$d]: [{ data: $("data", "Update!") }, systemInfoSelector]
4460
+ [name$e]: [{ data: $("data", "Update!") }, systemInfoSelector]
4445
4461
  });
4446
4462
 
4447
4463
  const updateSystem = {
4448
4464
  __proto__: null,
4449
4465
  mutation: mutation,
4450
- name: name$d
4466
+ name: name$e
4451
4467
  };
4452
4468
 
4453
4469
  const index$g = {
@@ -4474,23 +4490,48 @@ const Mutations = {
4474
4490
  System: index$g
4475
4491
  };
4476
4492
 
4477
- const name$c = "getAccount";
4478
- const query$c = Selector("Query")({
4479
- [name$c]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4493
+ const name$d = "getAccount";
4494
+ const query$d = Selector("Query")({
4495
+ [name$d]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
4480
4496
  });
4481
4497
 
4482
4498
  const getAccount = {
4499
+ __proto__: null,
4500
+ name: name$d,
4501
+ query: query$d
4502
+ };
4503
+
4504
+ const name$c = "getAccounts";
4505
+ const query$c = Selector("Query")({
4506
+ [name$c]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4507
+ });
4508
+
4509
+ const getAccounts = {
4483
4510
  __proto__: null,
4484
4511
  name: name$c,
4485
4512
  query: query$c
4486
4513
  };
4487
4514
 
4488
- const name$b = "getAccounts";
4515
+ const rawSearchPrivateAccountsResultSelector = {
4516
+ type: true,
4517
+ score: true,
4518
+ highlightedFields: true,
4519
+ data: {
4520
+ "...on Individual": rawIndividualSelector,
4521
+ "...on Entrepreneur": rawEntrepreneurSelector,
4522
+ "...on Organization": rawOrganizationSelector
4523
+ }
4524
+ };
4525
+ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult")(
4526
+ rawSearchPrivateAccountsResultSelector
4527
+ );
4528
+
4529
+ const name$b = "searchPrivateAccounts";
4489
4530
  const query$b = Selector("Query")({
4490
- [name$b]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
4531
+ [name$b]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
4491
4532
  });
4492
4533
 
4493
- const getAccounts = {
4534
+ const searchPrivateAccounts = {
4494
4535
  __proto__: null,
4495
4536
  name: name$b,
4496
4537
  query: query$b
@@ -4499,7 +4540,8 @@ const getAccounts = {
4499
4540
  const index$f = {
4500
4541
  __proto__: null,
4501
4542
  GetAccount: getAccount,
4502
- GetAccounts: getAccounts
4543
+ GetAccounts: getAccounts,
4544
+ SearchPrivateAccounts: searchPrivateAccounts
4503
4545
  };
4504
4546
 
4505
4547
  const rawBlockchainDecisionSelector = {
@@ -4863,7 +4905,7 @@ const _Client = class _Client {
4863
4905
  signature
4864
4906
  }
4865
4907
  };
4866
- const { [name$1b]: result } = await this.thunder("mutation")(
4908
+ const { [name$1c]: result } = await this.thunder("mutation")(
4867
4909
  mutation$_,
4868
4910
  {
4869
4911
  variables