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