cooptypes 0.5.18 → 0.5.19

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.d.mts CHANGED
@@ -198,7 +198,7 @@ declare namespace draft {
198
198
  export type { ICounts$4 as ICounts, ICountsBase$4 as ICountsBase, draft_ICreatedraft as ICreatedraft, draft_ICreatetrans as ICreatetrans, draft_IDeldraft as IDeldraft, draft_IDeltrans as IDeltrans, draft_IEdittrans as IEdittrans, IName$9 as IName, INewid$1 as INewid, draft_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$6 as IUint64 };
199
199
  }
200
200
 
201
- declare const authorizations$2a: readonly [{
201
+ declare const authorizations$2b: readonly [{
202
202
  readonly permissions: readonly ["active"];
203
203
  readonly actor: {
204
204
  readonly production: "eosio";
@@ -208,7 +208,7 @@ declare const authorizations$2a: readonly [{
208
208
  /**
209
209
  * Имя действия
210
210
  */
211
- declare const actionName$2a = "createtrans";
211
+ declare const actionName$2b = "createtrans";
212
212
  /**
213
213
  * @interface
214
214
  */
@@ -216,10 +216,10 @@ type ICreateTranslation = ICreatetrans;
216
216
 
217
217
  type createTranslation_ICreateTranslation = ICreateTranslation;
218
218
  declare namespace createTranslation {
219
- export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$2a as actionName, authorizations$2a as authorizations };
219
+ export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$2b as actionName, authorizations$2b as authorizations };
220
220
  }
221
221
 
222
- declare const authorizations$29: readonly [{
222
+ declare const authorizations$2a: readonly [{
223
223
  readonly permissions: readonly ["active"];
224
224
  readonly actor: {
225
225
  readonly production: "eosio";
@@ -229,7 +229,7 @@ declare const authorizations$29: readonly [{
229
229
  /**
230
230
  * Имя действия
231
231
  */
232
- declare const actionName$29 = "createdraft";
232
+ declare const actionName$2a = "createdraft";
233
233
  /**
234
234
  * @interface
235
235
  */
@@ -237,10 +237,10 @@ type ICreateDraft = ICreatedraft;
237
237
 
238
238
  type createDraft_ICreateDraft = ICreateDraft;
239
239
  declare namespace createDraft {
240
- export { type createDraft_ICreateDraft as ICreateDraft, actionName$29 as actionName, authorizations$29 as authorizations };
240
+ export { type createDraft_ICreateDraft as ICreateDraft, actionName$2a as actionName, authorizations$2a as authorizations };
241
241
  }
242
242
 
243
- declare const authorizations$28: readonly [{
243
+ declare const authorizations$29: readonly [{
244
244
  readonly permissions: readonly ["active"];
245
245
  readonly actor: {
246
246
  readonly production: "eosio";
@@ -250,7 +250,7 @@ declare const authorizations$28: readonly [{
250
250
  /**
251
251
  * Имя действия
252
252
  */
253
- declare const actionName$28 = "deldraft";
253
+ declare const actionName$29 = "deldraft";
254
254
  /**
255
255
  * @interface
256
256
  */
@@ -258,10 +258,10 @@ type IDeleteDraft = IDeldraft;
258
258
 
259
259
  type deleteDraft_IDeleteDraft = IDeleteDraft;
260
260
  declare namespace deleteDraft {
261
- export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$28 as actionName, authorizations$28 as authorizations };
261
+ export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$29 as actionName, authorizations$29 as authorizations };
262
262
  }
263
263
 
264
- declare const authorizations$27: readonly [{
264
+ declare const authorizations$28: readonly [{
265
265
  readonly permissions: readonly ["active"];
266
266
  readonly actor: {
267
267
  readonly production: "eosio";
@@ -271,7 +271,7 @@ declare const authorizations$27: readonly [{
271
271
  /**
272
272
  * Имя действия
273
273
  */
274
- declare const actionName$27 = "edittrans";
274
+ declare const actionName$28 = "edittrans";
275
275
  /**
276
276
  * @interface
277
277
  */
@@ -279,10 +279,10 @@ type IEditTranslation = IEdittrans;
279
279
 
280
280
  type editTranslation_IEditTranslation = IEditTranslation;
281
281
  declare namespace editTranslation {
282
- export { type editTranslation_IEditTranslation as IEditTranslation, actionName$27 as actionName, authorizations$27 as authorizations };
282
+ export { type editTranslation_IEditTranslation as IEditTranslation, actionName$28 as actionName, authorizations$28 as authorizations };
283
283
  }
284
284
 
285
- declare const authorizations$26: readonly [{
285
+ declare const authorizations$27: readonly [{
286
286
  readonly permissions: readonly ["active"];
287
287
  readonly actor: {
288
288
  readonly production: "draft";
@@ -292,7 +292,7 @@ declare const authorizations$26: readonly [{
292
292
  /**
293
293
  * Имя действия
294
294
  */
295
- declare const actionName$26 = "newid";
295
+ declare const actionName$27 = "newid";
296
296
  /**
297
297
  * @interface
298
298
  * Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
@@ -301,7 +301,7 @@ type INewId = INewid$1;
301
301
 
302
302
  type newId_INewId = INewId;
303
303
  declare namespace newId {
304
- export { type newId_INewId as INewId, actionName$26 as actionName, authorizations$26 as authorizations };
304
+ export { type newId_INewId as INewId, actionName$27 as actionName, authorizations$27 as authorizations };
305
305
  }
306
306
 
307
307
  declare const index$y_newId: typeof newId;
@@ -524,7 +524,7 @@ declare namespace fund {
524
524
  export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, IComplete$1 as IComplete, ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$4 as IDocument, fund_IEditfund as IEditfund, fund_IExpfund as IExpfund, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraw as IFwithdraw, IInit$6 as IInit, IName$8 as IName, INewfund$1 as INewfund, fund_INewwithdraw as INewwithdraw, IPublicKey$5 as IPublicKey, ISignature$4 as ISignature, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$7 as ITimePointSec, IUint64$5 as IUint64 };
525
525
  }
526
526
 
527
- declare const authorizations$25: readonly [{
527
+ declare const authorizations$26: readonly [{
528
528
  readonly permissions: readonly ["active"];
529
529
  readonly actor: {
530
530
  readonly production: "fund";
@@ -534,7 +534,7 @@ declare const authorizations$25: readonly [{
534
534
  /**
535
535
  * Имя действия
536
536
  */
537
- declare const actionName$25 = "addaccum";
537
+ declare const actionName$26 = "addaccum";
538
538
  /**
539
539
  * @interface
540
540
  */
@@ -542,10 +542,10 @@ type IAddAccumulation = IAddaccum;
542
542
 
543
543
  type addAccumulation_IAddAccumulation = IAddAccumulation;
544
544
  declare namespace addAccumulation {
545
- export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$25 as actionName, authorizations$25 as authorizations };
545
+ export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$26 as actionName, authorizations$26 as authorizations };
546
546
  }
547
547
 
548
- declare const authorizations$24: readonly [{
548
+ declare const authorizations$25: readonly [{
549
549
  readonly permissions: readonly ["active"];
550
550
  readonly actor: {
551
551
  readonly production: "fund";
@@ -555,7 +555,7 @@ declare const authorizations$24: readonly [{
555
555
  /**
556
556
  * Имя действия
557
557
  */
558
- declare const actionName$24 = "subaccum";
558
+ declare const actionName$25 = "subaccum";
559
559
  /**
560
560
  * @interface
561
561
  */
@@ -563,10 +563,10 @@ type ISubAccumulation = ISubaccum;
563
563
 
564
564
  type subAccumulation_ISubAccumulation = ISubAccumulation;
565
565
  declare namespace subAccumulation {
566
- export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$24 as actionName, authorizations$24 as authorizations };
566
+ export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$25 as actionName, authorizations$25 as authorizations };
567
567
  }
568
568
 
569
- declare const authorizations$23: readonly [{
569
+ declare const authorizations$24: readonly [{
570
570
  readonly permissions: readonly ["active"];
571
571
  readonly actor: {
572
572
  readonly production: "gateway";
@@ -576,7 +576,7 @@ declare const authorizations$23: readonly [{
576
576
  /**
577
577
  * Имя действия
578
578
  */
579
- declare const actionName$23 = "addcirculate";
579
+ declare const actionName$24 = "addcirculate";
580
580
  /**
581
581
  * @interface
582
582
  */
@@ -584,10 +584,10 @@ type IAddCirculation = IAddcirculate;
584
584
 
585
585
  type addCirculation_IAddCirculation = IAddCirculation;
586
586
  declare namespace addCirculation {
587
- export { type addCirculation_IAddCirculation as IAddCirculation, actionName$23 as actionName, authorizations$23 as authorizations };
587
+ export { type addCirculation_IAddCirculation as IAddCirculation, actionName$24 as actionName, authorizations$24 as authorizations };
588
588
  }
589
589
 
590
- declare const authorizations$22: readonly [{
590
+ declare const authorizations$23: readonly [{
591
591
  readonly permissions: readonly ["active"];
592
592
  readonly actor: {
593
593
  readonly production: "fund";
@@ -597,7 +597,7 @@ declare const authorizations$22: readonly [{
597
597
  /**
598
598
  * Имя действия
599
599
  */
600
- declare const actionName$22 = "addexpense";
600
+ declare const actionName$23 = "addexpense";
601
601
  /**
602
602
  * @interface
603
603
  */
@@ -605,10 +605,10 @@ type IAddExpense = IAddexpense;
605
605
 
606
606
  type addExpense_IAddExpense = IAddExpense;
607
607
  declare namespace addExpense {
608
- export { type addExpense_IAddExpense as IAddExpense, actionName$22 as actionName, authorizations$22 as authorizations };
608
+ export { type addExpense_IAddExpense as IAddExpense, actionName$23 as actionName, authorizations$23 as authorizations };
609
609
  }
610
610
 
611
- declare const authorizations$21: readonly [{
611
+ declare const authorizations$22: readonly [{
612
612
  readonly permissions: readonly ["active"];
613
613
  readonly actor: {
614
614
  readonly production: "soviet";
@@ -618,17 +618,17 @@ declare const authorizations$21: readonly [{
618
618
  /**
619
619
  * Имя действия
620
620
  */
621
- declare const actionName$21 = "authorize";
621
+ declare const actionName$22 = "authorize";
622
622
  /**
623
623
  * @interface
624
624
  */
625
625
  type IAuthorize$4 = IAuthorize$5;
626
626
 
627
627
  declare namespace authorizeWithdraw {
628
- export { type IAuthorize$4 as IAuthorize, actionName$21 as actionName, authorizations$21 as authorizations };
628
+ export { type IAuthorize$4 as IAuthorize, actionName$22 as actionName, authorizations$22 as authorizations };
629
629
  }
630
630
 
631
- declare const authorizations$20: readonly [{
631
+ declare const authorizations$21: readonly [{
632
632
  readonly permissions: readonly ["active", {
633
633
  readonly contract: "_contract";
634
634
  readonly action: "actionName";
@@ -638,7 +638,7 @@ declare const authorizations$20: readonly [{
638
638
  /**
639
639
  * Имя действия
640
640
  */
641
- declare const actionName$20 = "complete";
641
+ declare const actionName$21 = "complete";
642
642
  /**
643
643
  * @interface
644
644
  */
@@ -646,10 +646,10 @@ type ICompleteWithdraw = IComplete$1;
646
646
 
647
647
  type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
648
648
  declare namespace completeWithdraw$1 {
649
- export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$20 as actionName, authorizations$20 as authorizations };
649
+ export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$21 as actionName, authorizations$21 as authorizations };
650
650
  }
651
651
 
652
- declare const authorizations$1$: readonly [{
652
+ declare const authorizations$20: readonly [{
653
653
  readonly permissions: readonly ["active"];
654
654
  readonly actor: {
655
655
  readonly production: "fund";
@@ -659,7 +659,7 @@ declare const authorizations$1$: readonly [{
659
659
  /**
660
660
  * Имя действия
661
661
  */
662
- declare const actionName$1$ = "newfund";
662
+ declare const actionName$20 = "newfund";
663
663
  /**
664
664
  * @interface
665
665
  */
@@ -667,17 +667,17 @@ type INewfund = INewfund$1;
667
667
 
668
668
  type newFund_INewfund = INewfund;
669
669
  declare namespace newFund {
670
- export { type newFund_INewfund as INewfund, actionName$1$ as actionName, authorizations$1$ as authorizations };
670
+ export { type newFund_INewfund as INewfund, actionName$20 as actionName, authorizations$20 as authorizations };
671
671
  }
672
672
 
673
- declare const authorizations$1_: readonly [{
673
+ declare const authorizations$1$: readonly [{
674
674
  readonly permissions: readonly ["active"];
675
675
  readonly actor: "_chairman";
676
676
  }];
677
677
  /**
678
678
  * Имя действия
679
679
  */
680
- declare const actionName$1_ = "createfund";
680
+ declare const actionName$1$ = "createfund";
681
681
  /**
682
682
  * @interface
683
683
  */
@@ -685,17 +685,17 @@ type ICreateFund = ICreatefund;
685
685
 
686
686
  type createFund_ICreateFund = ICreateFund;
687
687
  declare namespace createFund {
688
- export { type createFund_ICreateFund as ICreateFund, actionName$1_ as actionName, authorizations$1_ as authorizations };
688
+ export { type createFund_ICreateFund as ICreateFund, actionName$1$ as actionName, authorizations$1$ as authorizations };
689
689
  }
690
690
 
691
- declare const authorizations$1Z: readonly [{
691
+ declare const authorizations$1_: readonly [{
692
692
  readonly permissions: readonly ["active"];
693
693
  readonly actor: "_chairman";
694
694
  }];
695
695
  /**
696
696
  * Имя действия
697
697
  */
698
- declare const actionName$1Z = "delfund";
698
+ declare const actionName$1_ = "delfund";
699
699
  /**
700
700
  * @interface
701
701
  */
@@ -703,17 +703,17 @@ type IDeleteFund = IDelfund;
703
703
 
704
704
  type deleteFund_IDeleteFund = IDeleteFund;
705
705
  declare namespace deleteFund {
706
- export { type deleteFund_IDeleteFund as IDeleteFund, actionName$1Z as actionName, authorizations$1Z as authorizations };
706
+ export { type deleteFund_IDeleteFund as IDeleteFund, actionName$1_ as actionName, authorizations$1_ as authorizations };
707
707
  }
708
708
 
709
- declare const authorizations$1Y: readonly [{
709
+ declare const authorizations$1Z: readonly [{
710
710
  readonly permissions: readonly ["active"];
711
711
  readonly actor: "_chairman";
712
712
  }];
713
713
  /**
714
714
  * Имя действия
715
715
  */
716
- declare const actionName$1Y = "editfund";
716
+ declare const actionName$1Z = "editfund";
717
717
  /**
718
718
  * @interface
719
719
  */
@@ -721,7 +721,7 @@ type IEditFund = IEditfund;
721
721
 
722
722
  type editFund_IEditFund = IEditFund;
723
723
  declare namespace editFund {
724
- export { type editFund_IEditFund as IEditFund, actionName$1Y as actionName, authorizations$1Y as authorizations };
724
+ export { type editFund_IEditFund as IEditFund, actionName$1Z as actionName, authorizations$1Z as authorizations };
725
725
  }
726
726
 
727
727
  /**
@@ -730,7 +730,7 @@ declare namespace editFund {
730
730
  * на совершение действия или авторизация любого {@link Actors._contract | контракта},
731
731
  * которому было передано управление фондом накопления или списания.
732
732
  */
733
- declare const authorizations$1X: readonly [{
733
+ declare const authorizations$1Y: readonly [{
734
734
  readonly permissions: readonly ["active"];
735
735
  readonly actor: "_username";
736
736
  }, {
@@ -746,7 +746,7 @@ declare const authorizations$1X: readonly [{
746
746
  /**
747
747
  * Имя действия
748
748
  */
749
- declare const actionName$1X = "fundwithdraw";
749
+ declare const actionName$1Y = "fundwithdraw";
750
750
  /**
751
751
  * @interface
752
752
  */
@@ -754,10 +754,10 @@ type ICreateWithdraw = IFundwithdraw$1;
754
754
 
755
755
  type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
756
756
  declare namespace createWithdraw$1 {
757
- export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$1X as actionName, authorizations$1X as authorizations };
757
+ export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$1Y as actionName, authorizations$1Y as authorizations };
758
758
  }
759
759
 
760
- declare const authorizations$1W: readonly [{
760
+ declare const authorizations$1X: readonly [{
761
761
  readonly permissions: readonly ["active"];
762
762
  readonly actor: {
763
763
  readonly production: "soviet";
@@ -767,17 +767,17 @@ declare const authorizations$1W: readonly [{
767
767
  /**
768
768
  * Имя действия
769
769
  */
770
- declare const actionName$1W = "init";
770
+ declare const actionName$1X = "init";
771
771
  /**
772
772
  * @interface
773
773
  */
774
774
  type IInit$5 = IInit$6;
775
775
 
776
776
  declare namespace init$2 {
777
- export { type IInit$5 as IInit, actionName$1W as actionName, authorizations$1W as authorizations };
777
+ export { type IInit$5 as IInit, actionName$1X as actionName, authorizations$1X as authorizations };
778
778
  }
779
779
 
780
- declare const authorizations$1V: readonly [{
780
+ declare const authorizations$1W: readonly [{
781
781
  readonly permissions: readonly ["active"];
782
782
  readonly actor: {
783
783
  readonly production: "fund";
@@ -787,7 +787,7 @@ declare const authorizations$1V: readonly [{
787
787
  /**
788
788
  * Имя действия
789
789
  */
790
- declare const actionName$1V = "newwithdraw";
790
+ declare const actionName$1W = "newwithdraw";
791
791
  /**
792
792
  * @interface
793
793
  */
@@ -795,10 +795,10 @@ type INewWithdraw = INewwithdraw;
795
795
 
796
796
  type newWithdraw_INewWithdraw = INewWithdraw;
797
797
  declare namespace newWithdraw {
798
- export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1V as actionName, authorizations$1V as authorizations };
798
+ export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1W as actionName, authorizations$1W as authorizations };
799
799
  }
800
800
 
801
- declare const authorizations$1U: readonly [{
801
+ declare const authorizations$1V: readonly [{
802
802
  readonly permissions: readonly ["active"];
803
803
  readonly actor: {
804
804
  readonly production: "marketplace";
@@ -814,7 +814,7 @@ declare const authorizations$1U: readonly [{
814
814
  /**
815
815
  * Имя действия
816
816
  */
817
- declare const actionName$1U = "spreadamount";
817
+ declare const actionName$1V = "spreadamount";
818
818
  /**
819
819
  * @interface
820
820
  */
@@ -822,10 +822,10 @@ type ISpreadAmount = ISpreadamount;
822
822
 
823
823
  type spreadAmount_ISpreadAmount = ISpreadAmount;
824
824
  declare namespace spreadAmount {
825
- export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$1U as actionName, authorizations$1U as authorizations };
825
+ export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$1V as actionName, authorizations$1V as authorizations };
826
826
  }
827
827
 
828
- declare const authorizations$1T: readonly [{
828
+ declare const authorizations$1U: readonly [{
829
829
  readonly permissions: readonly ["active"];
830
830
  readonly actor: {
831
831
  readonly production: "gateway";
@@ -835,7 +835,7 @@ declare const authorizations$1T: readonly [{
835
835
  /**
836
836
  * Имя действия
837
837
  */
838
- declare const actionName$1T = "subcirculate";
838
+ declare const actionName$1U = "subcirculate";
839
839
  /**
840
840
  * @interface
841
841
  */
@@ -843,7 +843,7 @@ type ISubCirculation = ISubcirculate;
843
843
 
844
844
  type subCirculation_ISubCirculation = ISubCirculation;
845
845
  declare namespace subCirculation {
846
- export { type subCirculation_ISubCirculation as ISubCirculation, actionName$1T as actionName, authorizations$1T as authorizations };
846
+ export { type subCirculation_ISubCirculation as ISubCirculation, actionName$1U as actionName, authorizations$1U as authorizations };
847
847
  }
848
848
 
849
849
  /**
@@ -1088,7 +1088,7 @@ declare namespace gateway {
1088
1088
  * Имя действия
1089
1089
  * Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
1090
1090
  */
1091
- declare const authorizations$1S: readonly [{
1091
+ declare const authorizations$1T: readonly [{
1092
1092
  readonly permissions: readonly ["active", {
1093
1093
  readonly contract: "_contract";
1094
1094
  readonly action: "actionName";
@@ -1098,7 +1098,7 @@ declare const authorizations$1S: readonly [{
1098
1098
  /**
1099
1099
  * Имя действия
1100
1100
  */
1101
- declare const actionName$1S = "deposit";
1101
+ declare const actionName$1T = "deposit";
1102
1102
  /**
1103
1103
  * @interface
1104
1104
  * Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
@@ -1113,14 +1113,14 @@ type ICreateDeposit = IDeposit;
1113
1113
 
1114
1114
  type createDeposit_ICreateDeposit = ICreateDeposit;
1115
1115
  declare namespace createDeposit {
1116
- export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$1S as actionName, authorizations$1S as authorizations };
1116
+ export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$1T as actionName, authorizations$1T as authorizations };
1117
1117
  }
1118
1118
 
1119
1119
  /**
1120
1120
  * Имя действия
1121
1121
  * Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
1122
1122
  */
1123
- declare const authorizations$1R: readonly [{
1123
+ declare const authorizations$1S: readonly [{
1124
1124
  readonly permissions: readonly ["active", {
1125
1125
  readonly contract: "_contract";
1126
1126
  readonly action: "actionName";
@@ -1130,7 +1130,7 @@ declare const authorizations$1R: readonly [{
1130
1130
  /**
1131
1131
  * Имя действия
1132
1132
  */
1133
- declare const actionName$1R = "dpcomplete";
1133
+ declare const actionName$1S = "dpcomplete";
1134
1134
  /**
1135
1135
  * @interface
1136
1136
  */
@@ -1138,14 +1138,14 @@ type ICompleteDeposit = IDpcomplete;
1138
1138
 
1139
1139
  type completeDeposit_ICompleteDeposit = ICompleteDeposit;
1140
1140
  declare namespace completeDeposit {
1141
- export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$1R as actionName, authorizations$1R as authorizations };
1141
+ export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$1S as actionName, authorizations$1S as authorizations };
1142
1142
  }
1143
1143
 
1144
1144
  /**
1145
1145
  * Имя действия
1146
1146
  * Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
1147
1147
  */
1148
- declare const authorizations$1Q: readonly [{
1148
+ declare const authorizations$1R: readonly [{
1149
1149
  readonly permissions: readonly ["active", {
1150
1150
  readonly contract: "_contract";
1151
1151
  readonly action: "actionName";
@@ -1155,21 +1155,21 @@ declare const authorizations$1Q: readonly [{
1155
1155
  /**
1156
1156
  * Имя действия
1157
1157
  */
1158
- declare const actionName$1Q = "dpfail";
1158
+ declare const actionName$1R = "dpfail";
1159
1159
  /**
1160
1160
  * @interface
1161
1161
  */
1162
1162
  type IFailDeposit$2 = IDpfail;
1163
1163
 
1164
1164
  declare namespace failDeposit {
1165
- export { type IFailDeposit$2 as IFailDeposit, actionName$1Q as actionName, authorizations$1Q as authorizations };
1165
+ export { type IFailDeposit$2 as IFailDeposit, actionName$1R as actionName, authorizations$1R as authorizations };
1166
1166
  }
1167
1167
 
1168
1168
  /**
1169
1169
  * Имя действия
1170
1170
  * Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
1171
1171
  */
1172
- declare const authorizations$1P: readonly [{
1172
+ declare const authorizations$1Q: readonly [{
1173
1173
  readonly permissions: readonly ["active"];
1174
1174
  readonly actor: {
1175
1175
  readonly production: "gateway";
@@ -1179,7 +1179,7 @@ declare const authorizations$1P: readonly [{
1179
1179
  /**
1180
1180
  * Имя действия
1181
1181
  */
1182
- declare const actionName$1P = "newdepositid";
1182
+ declare const actionName$1Q = "newdepositid";
1183
1183
  /**
1184
1184
  * @interface
1185
1185
  */
@@ -1187,14 +1187,14 @@ type NewDepositId = INewdepositid;
1187
1187
 
1188
1188
  type newDepositId_NewDepositId = NewDepositId;
1189
1189
  declare namespace newDepositId {
1190
- export { type newDepositId_NewDepositId as NewDepositId, actionName$1P as actionName, authorizations$1P as authorizations };
1190
+ export { type newDepositId_NewDepositId as NewDepositId, actionName$1Q as actionName, authorizations$1Q as authorizations };
1191
1191
  }
1192
1192
 
1193
1193
  /**
1194
1194
  * Имя действия
1195
1195
  * Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
1196
1196
  */
1197
- declare const authorizations$1O: readonly [{
1197
+ declare const authorizations$1P: readonly [{
1198
1198
  readonly permissions: readonly ["active"];
1199
1199
  readonly actor: {
1200
1200
  readonly production: "gateway";
@@ -1204,7 +1204,7 @@ declare const authorizations$1O: readonly [{
1204
1204
  /**
1205
1205
  * Имя действия
1206
1206
  */
1207
- declare const actionName$1O = "newwithdrid";
1207
+ declare const actionName$1P = "newwithdrid";
1208
1208
  /**
1209
1209
  * @interface
1210
1210
  */
@@ -1212,21 +1212,21 @@ type NewWithdrawId = INewwithdrid;
1212
1212
 
1213
1213
  type newWithdrawId_NewWithdrawId = NewWithdrawId;
1214
1214
  declare namespace newWithdrawId {
1215
- export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$1O as actionName, authorizations$1O as authorizations };
1215
+ export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$1P as actionName, authorizations$1P as authorizations };
1216
1216
  }
1217
1217
 
1218
1218
  /**
1219
1219
  * Имя действия
1220
1220
  * Требуется авторизация {@link Actors._username | пользователя}.
1221
1221
  */
1222
- declare const authorizations$1N: readonly [{
1222
+ declare const authorizations$1O: readonly [{
1223
1223
  readonly permissions: readonly ["active"];
1224
1224
  readonly actor: "_username";
1225
1225
  }];
1226
1226
  /**
1227
1227
  * Имя действия
1228
1228
  */
1229
- declare const actionName$1N = "withdraw";
1229
+ declare const actionName$1O = "withdraw";
1230
1230
  /**
1231
1231
  * @interface
1232
1232
  * Действие для создания заявки на возврат паевого взноса из кошелька.
@@ -1234,14 +1234,14 @@ declare const actionName$1N = "withdraw";
1234
1234
  type IFailDeposit$1 = IWithdraw$1;
1235
1235
 
1236
1236
  declare namespace createWithdraw {
1237
- export { type IFailDeposit$1 as IFailDeposit, actionName$1N as actionName, authorizations$1N as authorizations };
1237
+ export { type IFailDeposit$1 as IFailDeposit, actionName$1O as actionName, authorizations$1O as authorizations };
1238
1238
  }
1239
1239
 
1240
1240
  /**
1241
1241
  * Имя действия
1242
1242
  * Требуется авторизация {@link Actors._admin | администратора}.
1243
1243
  */
1244
- declare const authorizations$1M: readonly [{
1244
+ declare const authorizations$1N: readonly [{
1245
1245
  readonly permissions: readonly ["active", {
1246
1246
  readonly contract: "_contract";
1247
1247
  readonly action: "actionName";
@@ -1251,7 +1251,7 @@ declare const authorizations$1M: readonly [{
1251
1251
  /**
1252
1252
  * Имя действия
1253
1253
  */
1254
- declare const actionName$1M = "wthdcomplete";
1254
+ declare const actionName$1N = "wthdcomplete";
1255
1255
  /**
1256
1256
  * @interface
1257
1257
  * Действие для подтверждения платежа по возврату паевого взноса пользователю.
@@ -1260,14 +1260,14 @@ type IFailDeposit = IWthdcomplete;
1260
1260
 
1261
1261
  type completeWithdraw_IFailDeposit = IFailDeposit;
1262
1262
  declare namespace completeWithdraw {
1263
- export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$1M as actionName, authorizations$1M as authorizations };
1263
+ export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$1N as actionName, authorizations$1N as authorizations };
1264
1264
  }
1265
1265
 
1266
1266
  /**
1267
1267
  * Имя действия
1268
1268
  * Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
1269
1269
  */
1270
- declare const authorizations$1L: readonly [{
1270
+ declare const authorizations$1M: readonly [{
1271
1271
  readonly permissions: readonly ["active", {
1272
1272
  readonly contract: "_contract";
1273
1273
  readonly action: "actionName";
@@ -1277,7 +1277,7 @@ declare const authorizations$1L: readonly [{
1277
1277
  /**
1278
1278
  * Имя действия
1279
1279
  */
1280
- declare const actionName$1L = "wthdfail";
1280
+ declare const actionName$1M = "wthdfail";
1281
1281
  /**
1282
1282
  * @interface
1283
1283
  */
@@ -1285,7 +1285,7 @@ type IFailWithdraw = IWthdfail;
1285
1285
 
1286
1286
  type failWithdraw_IFailWithdraw = IFailWithdraw;
1287
1287
  declare namespace failWithdraw {
1288
- export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$1L as actionName, authorizations$1L as authorizations };
1288
+ export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$1M as actionName, authorizations$1M as authorizations };
1289
1289
  }
1290
1290
 
1291
1291
  /**
@@ -1484,7 +1484,7 @@ declare namespace registrator {
1484
1484
  export type { IAccount$2 as IAccount, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IInit$4 as IInit, IJoincoop$1 as IJoincoop, IName$6 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, IOrganization$1 as IOrganization, registrator_IPlotData as IPlotData, IPublicKey$3 as IPublicKey, registrator_IRegdepartmnt as IRegdepartmnt, registrator_IRegorg as IRegorg, registrator_IReguser as IReguser, ISignature$2 as ISignature, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, IUpdate$1 as IUpdate, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
1485
1485
  }
1486
1486
 
1487
- declare const authorizations$1K: readonly [{
1487
+ declare const authorizations$1L: readonly [{
1488
1488
  readonly permissions: readonly ["active"];
1489
1489
  readonly actor: {
1490
1490
  readonly production: "eosio";
@@ -1494,7 +1494,7 @@ declare const authorizations$1K: readonly [{
1494
1494
  /**
1495
1495
  * Имя действия
1496
1496
  */
1497
- declare const actionName$1K = "verificate";
1497
+ declare const actionName$1L = "verificate";
1498
1498
  /**
1499
1499
  * @interface
1500
1500
  */
@@ -1502,17 +1502,17 @@ type IVerificateAccount = IVerificate;
1502
1502
 
1503
1503
  type verificateAccount_IVerificateAccount = IVerificateAccount;
1504
1504
  declare namespace verificateAccount {
1505
- export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$1K as actionName, authorizations$1K as authorizations };
1505
+ export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$1L as actionName, authorizations$1L as authorizations };
1506
1506
  }
1507
1507
 
1508
- declare const authorizations$1J: readonly [{
1508
+ declare const authorizations$1K: readonly [{
1509
1509
  readonly permissions: readonly ["active"];
1510
1510
  readonly actor: "_username";
1511
1511
  }];
1512
1512
  /**
1513
1513
  * Имя действия
1514
1514
  */
1515
- declare const actionName$1J = "update";
1515
+ declare const actionName$1K = "update";
1516
1516
  /**
1517
1517
  * @interface
1518
1518
  */
@@ -1520,13 +1520,13 @@ type IUpdateAccount = IUpdate$1;
1520
1520
 
1521
1521
  type updateAccount_IUpdateAccount = IUpdateAccount;
1522
1522
  declare namespace updateAccount {
1523
- export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$1J as actionName, authorizations$1J as authorizations };
1523
+ export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$1K as actionName, authorizations$1K as authorizations };
1524
1524
  }
1525
1525
 
1526
1526
  /**
1527
1527
  * Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
1528
1528
  */
1529
- declare const authorizations$1I: readonly [{
1529
+ declare const authorizations$1J: readonly [{
1530
1530
  readonly permissions: readonly ["active", {
1531
1531
  readonly contract: "_contract";
1532
1532
  readonly action: "actionName";
@@ -1536,14 +1536,35 @@ declare const authorizations$1I: readonly [{
1536
1536
  /**
1537
1537
  * Имя действия
1538
1538
  */
1539
- declare const actionName$1I = "newaccount";
1539
+ declare const actionName$1J = "newaccount";
1540
1540
  /**
1541
1541
  * @interface
1542
1542
  */
1543
1543
  type ICreateAccount$1 = INewaccount$1;
1544
1544
 
1545
1545
  declare namespace createAccount$1 {
1546
- export { type ICreateAccount$1 as ICreateAccount, actionName$1I as actionName, authorizations$1I as authorizations };
1546
+ export { type ICreateAccount$1 as ICreateAccount, actionName$1J as actionName, authorizations$1J as authorizations };
1547
+ }
1548
+
1549
+ declare const authorizations$1I: readonly [{
1550
+ readonly permissions: readonly ["active", {
1551
+ readonly contract: "_contract";
1552
+ readonly action: "actionName";
1553
+ }];
1554
+ readonly actor: "_admin";
1555
+ }];
1556
+ /**
1557
+ * Имя действия
1558
+ */
1559
+ declare const actionName$1I = "reguser";
1560
+ /**
1561
+ * @interface
1562
+ */
1563
+ type IRegistrerUser = IReguser;
1564
+
1565
+ type registerUser_IRegistrerUser = IRegistrerUser;
1566
+ declare namespace registerUser {
1567
+ export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$1I as actionName, authorizations$1I as authorizations };
1547
1568
  }
1548
1569
 
1549
1570
  declare const authorizations$1H: readonly [{
@@ -1664,7 +1685,7 @@ declare namespace init$1 {
1664
1685
  */
1665
1686
 
1666
1687
  declare namespace index$p {
1667
- export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount$1 as CreateAccount, init$1 as Init, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
1688
+ export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount$1 as CreateAccount, init$1 as Init, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, registerUser as RegisterUser, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
1668
1689
  }
1669
1690
 
1670
1691
  /**