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