cooptypes 0.5.18 → 0.5.20

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.ts CHANGED
@@ -27,14 +27,14 @@ declare const _contract = "_contract";
27
27
  */
28
28
  declare const _system$1 = "_system";
29
29
 
30
- declare const index$C__admin: typeof _admin;
31
- declare const index$C__chairman: typeof _chairman;
32
- declare const index$C__contract: typeof _contract;
33
- declare const index$C__coopname: typeof _coopname;
34
- declare const index$C__member: typeof _member;
35
- declare const index$C__username: typeof _username;
36
- declare namespace index$C {
37
- export { index$C__admin as _admin, index$C__chairman as _chairman, index$C__contract as _contract, index$C__coopname as _coopname, index$C__member as _member, _system$1 as _system, index$C__username as _username };
30
+ declare const index$G__admin: typeof _admin;
31
+ declare const index$G__chairman: typeof _chairman;
32
+ declare const index$G__contract: typeof _contract;
33
+ declare const index$G__coopname: typeof _coopname;
34
+ declare const index$G__member: typeof _member;
35
+ declare const index$G__username: typeof _username;
36
+ declare namespace index$G {
37
+ export { index$G__admin as _admin, index$G__chairman as _chairman, index$G__contract as _contract, index$G__coopname as _coopname, index$G__member as _member, _system$1 as _system, index$G__username as _username };
38
38
  }
39
39
 
40
40
  declare const _draft: {
@@ -78,18 +78,18 @@ declare const _wrap: {
78
78
  readonly testnet: "eosio.wrap";
79
79
  };
80
80
 
81
- declare const index$B__draft: typeof _draft;
82
- declare const index$B__fund: typeof _fund;
83
- declare const index$B__gateway: typeof _gateway;
84
- declare const index$B__marketplace: typeof _marketplace;
85
- declare const index$B__msig: typeof _msig;
86
- declare const index$B__registrator: typeof _registrator;
87
- declare const index$B__soviet: typeof _soviet;
88
- declare const index$B__system: typeof _system;
89
- declare const index$B__token: typeof _token;
90
- declare const index$B__wrap: typeof _wrap;
91
- declare namespace index$B {
92
- export { index$B__draft as _draft, index$B__fund as _fund, index$B__gateway as _gateway, index$B__marketplace as _marketplace, index$B__msig as _msig, index$B__registrator as _registrator, index$B__soviet as _soviet, index$B__system as _system, index$B__token as _token, index$B__wrap as _wrap };
81
+ declare const index$F__draft: typeof _draft;
82
+ declare const index$F__fund: typeof _fund;
83
+ declare const index$F__gateway: typeof _gateway;
84
+ declare const index$F__marketplace: typeof _marketplace;
85
+ declare const index$F__msig: typeof _msig;
86
+ declare const index$F__registrator: typeof _registrator;
87
+ declare const index$F__soviet: typeof _soviet;
88
+ declare const index$F__system: typeof _system;
89
+ declare const index$F__token: typeof _token;
90
+ declare const index$F__wrap: typeof _wrap;
91
+ declare namespace index$F {
92
+ export { index$F__draft as _draft, index$F__fund as _fund, index$F__gateway as _gateway, index$F__marketplace as _marketplace, index$F__msig as _msig, index$F__registrator as _registrator, index$F__soviet as _soviet, index$F__system as _system, index$F__token as _token, index$F__wrap as _wrap };
93
93
  }
94
94
 
95
95
  /**
@@ -118,16 +118,16 @@ interface Authorization {
118
118
  actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
119
119
  }
120
120
 
121
- type index$A_Authorization = Authorization;
122
- declare const index$A_active: typeof active;
123
- declare const index$A_owner: typeof owner;
124
- declare const index$A_special: typeof special;
125
- declare namespace index$A {
126
- export { type index$A_Authorization as Authorization, index$A_active as active, index$A_owner as owner, index$A_special as special };
121
+ type index$E_Authorization = Authorization;
122
+ declare const index$E_active: typeof active;
123
+ declare const index$E_owner: typeof owner;
124
+ declare const index$E_special: typeof special;
125
+ declare namespace index$E {
126
+ export { type index$E_Authorization as Authorization, index$E_active as active, index$E_owner as owner, index$E_special as special };
127
127
  }
128
128
 
129
- declare namespace index$z {
130
- export { index$C as Actors, index$B as ContractNames, index$A as Permissions };
129
+ declare namespace index$D {
130
+ export { index$G as Actors, index$F as ContractNames, index$E as Permissions };
131
131
  }
132
132
 
133
133
  type IName$9 = string;
@@ -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,12 +301,12 @@ 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
- declare const index$y_newId: typeof newId;
308
- declare namespace index$y {
309
- export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$y_newId as newId };
307
+ declare const index$C_newId: typeof newId;
308
+ declare namespace index$C {
309
+ export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$C_newId as newId };
310
310
  }
311
311
 
312
312
  /**
@@ -347,7 +347,7 @@ declare namespace translations {
347
347
  export { type translations_ITranslation as ITranslation, scope$D as scope, tableName$D as tableName };
348
348
  }
349
349
 
350
- declare namespace index$x {
350
+ declare namespace index$B {
351
351
  export { drafts as Drafts, translations as Translations };
352
352
  }
353
353
 
@@ -356,8 +356,8 @@ declare const contractName$9: {
356
356
  readonly testnet: "drafttest222";
357
357
  };
358
358
 
359
- declare namespace index$w {
360
- export { index$y as Actions, draft as Interfaces, index$x as Tables, contractName$9 as contractName };
359
+ declare namespace index$A {
360
+ export { index$C as Actions, draft as Interfaces, index$B as Tables, contractName$9 as contractName };
361
361
  }
362
362
 
363
363
  type IAsset$6 = string;
@@ -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
  /**
@@ -851,7 +851,7 @@ declare namespace subCirculation {
851
851
  * Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
852
852
  */
853
853
 
854
- declare namespace index$v {
854
+ declare namespace index$z {
855
855
  export { addAccumulation as AddAccumulation, addCirculation as AddCirculation, addExpense as AddExpense, authorizeWithdraw as AuthorizeWithdraw, completeWithdraw$1 as CompleteWithdraw, createFund as CreateFund, createWithdraw$1 as CreateWithdraw, deleteFund as DeleteFund, editFund as EditFund, init$2 as Init, newFund as NewFund, newWithdraw as NewWithdraw, spreadAmount as SpreadAmount, subAccumulation as SubAccumulation, subCirculation as SubCirculation };
856
856
  }
857
857
 
@@ -957,7 +957,7 @@ declare namespace fundWithdraws {
957
957
  *
958
958
  */
959
959
 
960
- declare namespace index$u {
960
+ declare namespace index$y {
961
961
  export { accumulationFunds as AccumulatedFunds, expenseFunds as ExpensedFunds, fundWallet as FundWallet, fundWithdraws as FundWithdraws };
962
962
  }
963
963
 
@@ -966,8 +966,8 @@ declare const contractName$8: {
966
966
  readonly testnet: "fundtest2222";
967
967
  };
968
968
 
969
- declare namespace index$t {
970
- export { index$v as Actions, fund as Interfaces, index$u as Tables, contractName$8 as contractName };
969
+ declare namespace index$x {
970
+ export { index$z as Actions, fund as Interfaces, index$y as Tables, contractName$8 as contractName };
971
971
  }
972
972
 
973
973
  type IAsset$5 = string;
@@ -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,14 +1285,14 @@ 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
  /**
1292
1292
  * Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
1293
1293
  */
1294
1294
 
1295
- declare namespace index$s {
1295
+ declare namespace index$w {
1296
1296
  export { completeDeposit as CompleteDeposit, completeWithdraw as CompleteWithdraw, createDeposit as CreateDeposit, createWithdraw as CreateWithdraw, failDeposit as FailDeposit, failWithdraw as FailWithdraw, newDepositId as NewDepositId, newWithdrawId as NewWithdrawId };
1297
1297
  }
1298
1298
 
@@ -1343,7 +1343,7 @@ declare namespace withdraws {
1343
1343
  export { type withdraws_IWithdraws as IWithdraws, scope$x as scope, tableName$x as tableName };
1344
1344
  }
1345
1345
 
1346
- declare namespace index$r {
1346
+ declare namespace index$v {
1347
1347
  export { deposits as Deposits, withdraws as Withdrws };
1348
1348
  }
1349
1349
 
@@ -1352,8 +1352,8 @@ declare const contractName$7: {
1352
1352
  readonly testnet: "gateway2222";
1353
1353
  };
1354
1354
 
1355
- declare namespace index$q {
1356
- export { index$s as Actions, gateway as Interfaces, index$r as Tables, contractName$7 as contractName };
1355
+ declare namespace index$u {
1356
+ export { index$w as Actions, gateway as Interfaces, index$v as Tables, contractName$7 as contractName };
1357
1357
  }
1358
1358
 
1359
1359
  type IAsset$4 = string;
@@ -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 [{
@@ -1663,8 +1684,8 @@ declare namespace init$1 {
1663
1684
  * Действие верификации аккаунта
1664
1685
  */
1665
1686
 
1666
- 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 };
1687
+ declare namespace index$t {
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
  /**
@@ -1715,7 +1736,7 @@ declare namespace organizations {
1715
1736
  *
1716
1737
  */
1717
1738
 
1718
- declare namespace index$o {
1739
+ declare namespace index$s {
1719
1740
  export { accounts as Accounts, organizations as Organizations };
1720
1741
  }
1721
1742
 
@@ -1724,8 +1745,8 @@ declare const contractName$6: {
1724
1745
  readonly testnet: "regtest22222";
1725
1746
  };
1726
1747
 
1727
- declare namespace index$n {
1728
- export { index$p as Actions, registrator as Interfaces, index$o as Tables, contractName$6 as contractName };
1748
+ declare namespace index$r {
1749
+ export { index$t as Actions, registrator as Interfaces, index$s as Tables, contractName$6 as contractName };
1729
1750
  }
1730
1751
 
1731
1752
  type IAsset$3 = string;
@@ -1894,7 +1915,7 @@ declare namespace retire {
1894
1915
  * Действие совершения перевода токенов AXON между аккаунтами.
1895
1916
  */
1896
1917
 
1897
- declare namespace index$m {
1918
+ declare namespace index$q {
1898
1919
  export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
1899
1920
  }
1900
1921
 
@@ -1940,7 +1961,7 @@ declare namespace currencyStats {
1940
1961
  * Таблица содержит информацию о балансе токенов пользователей
1941
1962
  */
1942
1963
 
1943
- declare namespace index$l {
1964
+ declare namespace index$p {
1944
1965
  export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
1945
1966
  }
1946
1967
 
@@ -1949,8 +1970,8 @@ declare const contractName$5: {
1949
1970
  readonly testnet: "eosio.token";
1950
1971
  };
1951
1972
 
1952
- declare namespace index$k {
1953
- export { index$m as Actions, token as Interfaces, index$l as Tables, contractName$5 as contractName };
1973
+ declare namespace index$o {
1974
+ export { index$q as Actions, token as Interfaces, index$p as Tables, contractName$5 as contractName };
1954
1975
  }
1955
1976
 
1956
1977
  type IAsset$2 = string;
@@ -2105,6 +2126,7 @@ interface IDecision$1 {
2105
2126
  username: IName$4;
2106
2127
  type: IName$4;
2107
2128
  batch_id: IUint64$2;
2129
+ statement: IDocument$1;
2108
2130
  votes_for: IName$4[];
2109
2131
  votes_against: IName$4[];
2110
2132
  validated: boolean;
@@ -2530,7 +2552,7 @@ declare namespace newprogram {
2530
2552
  * @private
2531
2553
  */
2532
2554
 
2533
- declare namespace index$j {
2555
+ declare namespace index$n {
2534
2556
  export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
2535
2557
  }
2536
2558
 
@@ -2604,7 +2626,7 @@ declare namespace editAddress {
2604
2626
  * Действие создаёт новый адрес.
2605
2627
  */
2606
2628
 
2607
- declare namespace index$i {
2629
+ declare namespace index$m {
2608
2630
  export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
2609
2631
  }
2610
2632
 
@@ -2829,7 +2851,7 @@ declare namespace subProgramBalance {
2829
2851
  * @private
2830
2852
  */
2831
2853
 
2832
- declare namespace index$h {
2854
+ declare namespace index$l {
2833
2855
  export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
2834
2856
  }
2835
2857
 
@@ -2903,7 +2925,7 @@ declare namespace disableMarketProgram {
2903
2925
  * Действие создаёт целевую потребительскую программу маркетплейса.
2904
2926
  */
2905
2927
 
2906
- declare namespace index$g {
2928
+ declare namespace index$k {
2907
2929
  export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
2908
2930
  }
2909
2931
 
@@ -3221,7 +3243,7 @@ declare namespace disautomate {
3221
3243
  * Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
3222
3244
  */
3223
3245
 
3224
- declare namespace index$f {
3246
+ declare namespace index$j {
3225
3247
  export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, disautomate as Disautomate, exec$1 as Exec, fundWithdrawDecision as FundWithdrawDecision, joinCoopDecision as JoinCoopDecision, marketDecision as MarketDecision, productRecieved as ProductRecieved, validate as Validate, voteAgainst as VoteAgainst, voteFor as VoteFor, withdrawDecision as WithdrawDecision };
3226
3248
  }
3227
3249
 
@@ -3262,7 +3284,7 @@ declare namespace updateBoard {
3262
3284
  export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$10 as actionName, authorizations$10 as authorizations };
3263
3285
  }
3264
3286
 
3265
- declare namespace index$e {
3287
+ declare namespace index$i {
3266
3288
  export { createBoard as CreateBoard, updateBoard as UpdateBoard };
3267
3289
  }
3268
3290
 
@@ -3271,8 +3293,8 @@ declare namespace index$e {
3271
3293
  * @private
3272
3294
  */
3273
3295
 
3274
- declare namespace index$d {
3275
- export { index$i as Addresses, index$e as Boards, index$f as Decisions, index$g as Programs, index$j as Registry, index$h as Wallet };
3296
+ declare namespace index$h {
3297
+ export { index$m as Addresses, index$i as Boards, index$j as Decisions, index$k as Programs, index$n as Registry, index$l as Wallet };
3276
3298
  }
3277
3299
 
3278
3300
  /**
@@ -3506,7 +3528,7 @@ declare namespace wallets {
3506
3528
  * Таблица хранит информацию о адресах кооператива.
3507
3529
  */
3508
3530
 
3509
- declare namespace index$c {
3531
+ declare namespace index$g {
3510
3532
  export { addresses as Addresses, admins as Admins, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, decisions as Decisions, joinCoops as JoinCoops, marketPrograms as MarketPrograms, participants as Participants, programWallets as ProgramWallets, wallets as Wallets };
3511
3533
  }
3512
3534
 
@@ -3515,8 +3537,8 @@ declare const contractName$4: {
3515
3537
  readonly testnet: "soviettest22";
3516
3538
  };
3517
3539
 
3518
- declare namespace index$b {
3519
- export { index$d as Actions, soviet as Interfaces, index$c as Tables, contractName$4 as contractName };
3540
+ declare namespace index$f {
3541
+ export { index$h as Actions, soviet as Interfaces, index$g as Tables, contractName$4 as contractName };
3520
3542
  }
3521
3543
 
3522
3544
  type IAsset$1 = string;
@@ -4183,7 +4205,7 @@ declare namespace updateRequest {
4183
4205
  * Действие для подтверждения готовности выполнить поставку по входящей заявке.
4184
4206
  */
4185
4207
 
4186
- declare namespace index$a {
4208
+ declare namespace index$e {
4187
4209
  export { acceptRequest as AcceptRequest, authorize as Authorize, cancelRequest as CancelRequest, completeRequest as CompleteRequest, confirmRecieve as ConfirmRecieve, confirmSupply as ConfirmSupply, createOffer as CreateOffer, createOrder as CreateOrder, declineRequest as DeclineRequest, deliverOnRequest as DeliverOnRequest, moderateRequest as ModerateRequest, newRequestId as NewRequestId, openDispute as OpenDispute, prohibitRequest as ProhibitRequest, publishRequest as PublishRequest, recieveOnRequest as RecieveOnRequest, supplyOnRequest as SupplyOnRequest, unpublishRequest as UnpublishRequest, updateRequest as UpdateRequests };
4188
4210
  }
4189
4211
 
@@ -4213,7 +4235,7 @@ declare namespace requests {
4213
4235
  * Таблица с заявками на поставки
4214
4236
  */
4215
4237
 
4216
- declare namespace index$9 {
4238
+ declare namespace index$d {
4217
4239
  export { requests as Requests };
4218
4240
  }
4219
4241
 
@@ -4222,8 +4244,8 @@ declare const contractName$3: {
4222
4244
  readonly testnet: "markettest22";
4223
4245
  };
4224
4246
 
4225
- declare namespace index$8 {
4226
- export { index$a as Actions, marketplace as Interfaces, index$9 as Tables, contractName$3 as contractName };
4247
+ declare namespace index$c {
4248
+ export { index$e as Actions, marketplace as Interfaces, index$d as Tables, contractName$3 as contractName };
4227
4249
  }
4228
4250
 
4229
4251
  type IName$2 = string;
@@ -4234,7 +4256,7 @@ type IUint8$2 = number;
4234
4256
  type IUint16$2 = number;
4235
4257
  type IUint32$2 = number;
4236
4258
  type IChecksum256$1 = string;
4237
- interface IAction$1 {
4259
+ interface IAction$2 {
4238
4260
  account: IName$2;
4239
4261
  name: IName$2;
4240
4262
  authorization: IPermissionLevel$2[];
@@ -4298,8 +4320,8 @@ interface IPropose {
4298
4320
  trx: ITransaction$1;
4299
4321
  }
4300
4322
  interface ITransaction$1 extends ITransactionHeader$1 {
4301
- context_free_actions: IAction$1[];
4302
- actions: IAction$1[];
4323
+ context_free_actions: IAction$2[];
4324
+ actions: IAction$2[];
4303
4325
  transaction_extensions: IExtension$1[];
4304
4326
  }
4305
4327
  interface ITransactionHeader$1 {
@@ -4324,7 +4346,7 @@ type msig_IOldApprovalsInfo = IOldApprovalsInfo;
4324
4346
  type msig_IPropose = IPropose;
4325
4347
  type msig_IUnapprove = IUnapprove;
4326
4348
  declare namespace msig {
4327
- export type { IAction$1 as IAction, IApproval$2 as IApproval, msig_IApprovalsInfo as IApprovalsInfo, msig_IApprove as IApprove, IBytes$2 as IBytes, msig_ICancel as ICancel, IChecksum256$1 as IChecksum256, IExec$2 as IExec, IExtension$1 as IExtension, msig_IInvalidate as IInvalidate, IInvalidation$1 as IInvalidation, IName$2 as IName, msig_IOldApprovalsInfo as IOldApprovalsInfo, IPermissionLevel$2 as IPermissionLevel, IProposal$1 as IProposal, msig_IPropose as IPropose, ITimePoint$1 as ITimePoint, ITimePointSec$2 as ITimePointSec, ITransaction$1 as ITransaction, ITransactionHeader$1 as ITransactionHeader, IUint16$2 as IUint16, IUint32$2 as IUint32, IUint8$2 as IUint8, msig_IUnapprove as IUnapprove };
4349
+ export type { IAction$2 as IAction, IApproval$2 as IApproval, msig_IApprovalsInfo as IApprovalsInfo, msig_IApprove as IApprove, IBytes$2 as IBytes, msig_ICancel as ICancel, IChecksum256$1 as IChecksum256, IExec$2 as IExec, IExtension$1 as IExtension, msig_IInvalidate as IInvalidate, IInvalidation$1 as IInvalidation, IName$2 as IName, msig_IOldApprovalsInfo as IOldApprovalsInfo, IPermissionLevel$2 as IPermissionLevel, IProposal$1 as IProposal, msig_IPropose as IPropose, ITimePoint$1 as ITimePoint, ITimePointSec$2 as ITimePointSec, ITransaction$1 as ITransaction, ITransactionHeader$1 as ITransactionHeader, IUint16$2 as IUint16, IUint32$2 as IUint32, IUint8$2 as IUint8, msig_IUnapprove as IUnapprove };
4328
4350
  }
4329
4351
 
4330
4352
  /**
@@ -4482,7 +4504,7 @@ declare namespace invalidateAccount {
4482
4504
  * Если такое предложение уже существует, оно будет заменено новым.
4483
4505
  */
4484
4506
 
4485
- declare namespace index$7 {
4507
+ declare namespace index$b {
4486
4508
  export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
4487
4509
  }
4488
4510
 
@@ -4574,7 +4596,7 @@ declare namespace proposals {
4574
4596
  * @deprecated
4575
4597
  */
4576
4598
 
4577
- declare namespace index$6 {
4599
+ declare namespace index$a {
4578
4600
  export { approvals as Approvals, approvals2 as Approvals2, invalidations as Invalidations, proposals as Proposals };
4579
4601
  }
4580
4602
 
@@ -4583,8 +4605,8 @@ declare const contractName$2: {
4583
4605
  readonly testnet: "eosio.msig";
4584
4606
  };
4585
4607
 
4586
- declare namespace index$5 {
4587
- export { index$7 as Actions, msig as Interfaces, index$6 as Tables, contractName$2 as contractName };
4608
+ declare namespace index$9 {
4609
+ export { index$b as Actions, msig as Interfaces, index$a as Tables, contractName$2 as contractName };
4588
4610
  }
4589
4611
 
4590
4612
  type IName$1 = string;
@@ -4593,7 +4615,7 @@ type ITimePointSec$1 = string;
4593
4615
  type IUint8$1 = number;
4594
4616
  type IUint16$1 = number;
4595
4617
  type IUint32$1 = number;
4596
- interface IAction {
4618
+ interface IAction$1 {
4597
4619
  account: IName$1;
4598
4620
  name: IName$1;
4599
4621
  authorization: IPermissionLevel$1[];
@@ -4612,8 +4634,8 @@ interface IPermissionLevel$1 {
4612
4634
  permission: IName$1;
4613
4635
  }
4614
4636
  interface ITransaction extends ITransactionHeader {
4615
- context_free_actions: IAction[];
4616
- actions: IAction[];
4637
+ context_free_actions: IAction$1[];
4638
+ actions: IAction$1[];
4617
4639
  transaction_extensions: IExtension[];
4618
4640
  }
4619
4641
  interface ITransactionHeader {
@@ -4625,12 +4647,11 @@ interface ITransactionHeader {
4625
4647
  delay_sec: IUint32$1;
4626
4648
  }
4627
4649
 
4628
- type wrap_IAction = IAction;
4629
4650
  type wrap_IExtension = IExtension;
4630
4651
  type wrap_ITransaction = ITransaction;
4631
4652
  type wrap_ITransactionHeader = ITransactionHeader;
4632
4653
  declare namespace wrap {
4633
- export type { wrap_IAction as IAction, IBytes$1 as IBytes, IExec$1 as IExec, wrap_IExtension as IExtension, IName$1 as IName, IPermissionLevel$1 as IPermissionLevel, ITimePointSec$1 as ITimePointSec, wrap_ITransaction as ITransaction, wrap_ITransactionHeader as ITransactionHeader, IUint16$1 as IUint16, IUint32$1 as IUint32, IUint8$1 as IUint8 };
4654
+ export type { IAction$1 as IAction, IBytes$1 as IBytes, IExec$1 as IExec, wrap_IExtension as IExtension, IName$1 as IName, IPermissionLevel$1 as IPermissionLevel, ITimePointSec$1 as ITimePointSec, wrap_ITransaction as ITransaction, wrap_ITransactionHeader as ITransactionHeader, IUint16$1 as IUint16, IUint32$1 as IUint32, IUint8$1 as IUint8 };
4634
4655
  }
4635
4656
 
4636
4657
  /**
@@ -4666,7 +4687,7 @@ declare namespace exec {
4666
4687
  * Использование RAM отложенной транзакции выставляется аккаунту 'executer'.
4667
4688
  */
4668
4689
 
4669
- declare namespace index$4 {
4690
+ declare namespace index$8 {
4670
4691
  export { exec as Exec };
4671
4692
  }
4672
4693
 
@@ -4675,8 +4696,8 @@ declare const contractName$1: {
4675
4696
  readonly testnet: "eosio.wrap";
4676
4697
  };
4677
4698
 
4678
- declare namespace index$3 {
4679
- export { index$4 as Actions, wrap as Interfaces, contractName$1 as contractName };
4699
+ declare namespace index$7 {
4700
+ export { index$8 as Actions, wrap as Interfaces, contractName$1 as contractName };
4680
4701
  }
4681
4702
 
4682
4703
  type IAsset = string;
@@ -5924,7 +5945,7 @@ declare namespace cancelDelay {
5924
5945
  * Действие инициализирует системный контракт после установки.
5925
5946
  */
5926
5947
 
5927
- declare namespace index$2 {
5948
+ declare namespace index$6 {
5928
5949
  export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, createAccount as CreateAccount, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
5929
5950
  }
5930
5951
 
@@ -6192,18 +6213,18 @@ declare namespace voters {
6192
6213
  * Таблица предоставляет информацию о ходе возврата токенов из аукциона имен.
6193
6214
  */
6194
6215
 
6195
- declare const index$1_delegatedBandwith: typeof delegatedBandwith;
6196
- declare const index$1_emissionState: typeof emissionState;
6197
- declare const index$1_globalState: typeof globalState;
6198
- declare const index$1_powerState: typeof powerState;
6199
- declare const index$1_powerupOrders: typeof powerupOrders;
6200
- declare const index$1_producers: typeof producers;
6201
- declare const index$1_ramDebts: typeof ramDebts;
6202
- declare const index$1_refunds: typeof refunds;
6203
- declare const index$1_userResources: typeof userResources;
6204
- declare const index$1_voters: typeof voters;
6205
- declare namespace index$1 {
6206
- export { bidRefunds as BidRefunds, nameBids as NameBids, index$1_delegatedBandwith as delegatedBandwith, index$1_emissionState as emissionState, index$1_globalState as globalState, index$1_powerState as powerState, index$1_powerupOrders as powerupOrders, index$1_producers as producers, index$1_ramDebts as ramDebts, index$1_refunds as refunds, index$1_userResources as userResources, index$1_voters as voters };
6216
+ declare const index$5_delegatedBandwith: typeof delegatedBandwith;
6217
+ declare const index$5_emissionState: typeof emissionState;
6218
+ declare const index$5_globalState: typeof globalState;
6219
+ declare const index$5_powerState: typeof powerState;
6220
+ declare const index$5_powerupOrders: typeof powerupOrders;
6221
+ declare const index$5_producers: typeof producers;
6222
+ declare const index$5_ramDebts: typeof ramDebts;
6223
+ declare const index$5_refunds: typeof refunds;
6224
+ declare const index$5_userResources: typeof userResources;
6225
+ declare const index$5_voters: typeof voters;
6226
+ declare namespace index$5 {
6227
+ export { bidRefunds as BidRefunds, nameBids as NameBids, index$5_delegatedBandwith as delegatedBandwith, index$5_emissionState as emissionState, index$5_globalState as globalState, index$5_powerState as powerState, index$5_powerupOrders as powerupOrders, index$5_producers as producers, index$5_ramDebts as ramDebts, index$5_refunds as refunds, index$5_userResources as userResources, index$5_voters as voters };
6207
6228
  }
6208
6229
 
6209
6230
  declare const contractName: {
@@ -6211,9 +6232,233 @@ declare const contractName: {
6211
6232
  readonly testnet: "eosio";
6212
6233
  };
6213
6234
 
6214
- declare const index_contractName: typeof contractName;
6235
+ declare const index$4_contractName: typeof contractName;
6236
+ declare namespace index$4 {
6237
+ export { index$6 as Actions, system as Interfaces, index$5 as Tables, index$4_contractName as contractName };
6238
+ }
6239
+
6240
+ type Country = 'Russia' | 'Other';
6241
+ interface Details {
6242
+ inn: string;
6243
+ ogrn: string;
6244
+ }
6245
+ type Currency = 'RUB' | 'Other';
6246
+ interface IBankAccount {
6247
+ currency: Currency;
6248
+ card_number?: string;
6249
+ bank_name: string;
6250
+ account_number: string;
6251
+ details: {
6252
+ bik: string;
6253
+ corr: string;
6254
+ kpp: string;
6255
+ };
6256
+ }
6257
+ interface IIndividualData {
6258
+ first_name: string;
6259
+ last_name: string;
6260
+ middle_name: string;
6261
+ birthdate: string;
6262
+ full_address: string;
6263
+ phone: string;
6264
+ email: string;
6265
+ }
6266
+ interface IOrganizationData {
6267
+ is_cooperative: boolean;
6268
+ short_name: string;
6269
+ full_name: string;
6270
+ represented_by: {
6271
+ first_name: string;
6272
+ last_name: string;
6273
+ middle_name: string;
6274
+ position: string;
6275
+ based_on: string;
6276
+ };
6277
+ country: Country;
6278
+ city: string;
6279
+ full_address: string;
6280
+ phone: string;
6281
+ email: string;
6282
+ details: Details;
6283
+ bank_account: IBankAccount;
6284
+ }
6285
+ interface IEntrepreneurData {
6286
+ first_name: string;
6287
+ last_name: string;
6288
+ middle_name: string;
6289
+ birthdate: string;
6290
+ phone: string;
6291
+ email: string;
6292
+ country: Country;
6293
+ city: string;
6294
+ full_address: string;
6295
+ details: Details;
6296
+ bank_account: IBankAccount;
6297
+ }
6298
+ type IUserData = IIndividualData | IOrganizationData | IEntrepreneurData;
6299
+
6300
+ type index$3_Country = Country;
6301
+ type index$3_Currency = Currency;
6302
+ type index$3_Details = Details;
6303
+ type index$3_IBankAccount = IBankAccount;
6304
+ type index$3_IEntrepreneurData = IEntrepreneurData;
6305
+ type index$3_IIndividualData = IIndividualData;
6306
+ type index$3_IOrganizationData = IOrganizationData;
6307
+ type index$3_IUserData = IUserData;
6308
+ declare namespace index$3 {
6309
+ export type { index$3_Country as Country, index$3_Currency as Currency, index$3_Details as Details, index$3_IBankAccount as IBankAccount, index$3_IEntrepreneurData as IEntrepreneurData, index$3_IIndividualData as IIndividualData, index$3_IOrganizationData as IOrganizationData, index$3_IUserData as IUserData };
6310
+ }
6311
+
6312
+ interface ITable {
6313
+ chain_id: string;
6314
+ block_num: number;
6315
+ block_id: string;
6316
+ present: string;
6317
+ code: string;
6318
+ scope: string;
6319
+ table: string;
6320
+ primary_key: string;
6321
+ value?: any;
6322
+ }
6323
+ interface IAction {
6324
+ transaction_id: string;
6325
+ account: string;
6326
+ block_num: number;
6327
+ block_id: string;
6328
+ chain_id: string;
6329
+ name: string;
6330
+ receiver: string;
6331
+ authorization: Array<{
6332
+ actor: string;
6333
+ permission: string;
6334
+ }>;
6335
+ data: any;
6336
+ action_ordinal: number;
6337
+ global_sequence: string;
6338
+ account_ram_deltas: Array<{
6339
+ account: string;
6340
+ delta: number;
6341
+ }>;
6342
+ console: string;
6343
+ receipt: {
6344
+ receiver: string;
6345
+ act_digest: string;
6346
+ global_sequence: string;
6347
+ recv_sequence: string;
6348
+ auth_sequence: Array<{
6349
+ account: string;
6350
+ sequence: string;
6351
+ }>;
6352
+ code_sequence: number;
6353
+ abi_sequence: number;
6354
+ };
6355
+ creator_action_ordinal: number;
6356
+ context_free: boolean;
6357
+ elapsed: number;
6358
+ }
6359
+ interface IExtendedTable extends ITable {
6360
+ }
6361
+ interface IExtendedAction extends IAction {
6362
+ user: IIndividualData | IEntrepreneurData | IOrganizationData | null;
6363
+ }
6364
+ interface IGetActions {
6365
+ results: IAction[];
6366
+ page: number;
6367
+ limit: number;
6368
+ }
6369
+ interface IGetTables {
6370
+ results: ITable[];
6371
+ page: number;
6372
+ limit: number;
6373
+ }
6374
+
6375
+ type index$2_IAction = IAction;
6376
+ type index$2_IExtendedAction = IExtendedAction;
6377
+ type index$2_IExtendedTable = IExtendedTable;
6378
+ type index$2_IGetActions = IGetActions;
6379
+ type index$2_IGetTables = IGetTables;
6380
+ type index$2_ITable = ITable;
6381
+ declare namespace index$2 {
6382
+ export type { index$2_IAction as IAction, index$2_IExtendedAction as IExtendedAction, index$2_IExtendedTable as IExtendedTable, index$2_IGetActions as IGetActions, index$2_IGetTables as IGetTables, index$2_ITable as ITable };
6383
+ }
6384
+
6385
+ type LangType = 'ru';
6386
+ interface IChainDocument {
6387
+ hash: string;
6388
+ public_key: string;
6389
+ signature: string;
6390
+ meta: string;
6391
+ }
6392
+ interface IMetaDocument {
6393
+ code: string;
6394
+ action: string;
6395
+ title: string;
6396
+ registry_id: number;
6397
+ lang: LangType;
6398
+ generator: string;
6399
+ version: string;
6400
+ coopname: string;
6401
+ username: string;
6402
+ created_at: string;
6403
+ block_num: number;
6404
+ timezone: string;
6405
+ }
6406
+ interface IGeneratedDocument {
6407
+ full_title?: string;
6408
+ html: string;
6409
+ hash: string;
6410
+ meta: IMetaDocument;
6411
+ binary: Uint8Array;
6412
+ }
6413
+ interface IComplexStatement {
6414
+ action: IExtendedAction;
6415
+ document: IGeneratedDocument;
6416
+ }
6417
+ interface IComplexDecision {
6418
+ action: IExtendedAction;
6419
+ document: IGeneratedDocument;
6420
+ votes_for: IExtendedAction[];
6421
+ votes_against: IExtendedAction[];
6422
+ }
6423
+ interface IComplexAct {
6424
+ action?: IExtendedAction;
6425
+ document?: IGeneratedDocument;
6426
+ }
6427
+ interface IComplexDocument {
6428
+ statement: IComplexStatement;
6429
+ decision: IComplexDecision;
6430
+ acts: IComplexAct[];
6431
+ }
6432
+ interface IGetComplexDocuments {
6433
+ results: IComplexDocument[];
6434
+ page: number;
6435
+ limit: number;
6436
+ }
6437
+ interface IAgenda {
6438
+ table: IDecision;
6439
+ action: IAction;
6440
+ }
6441
+ interface IComplexAgenda extends IAgenda {
6442
+ documents: IComplexDocument;
6443
+ }
6444
+
6445
+ type index$1_IAgenda = IAgenda;
6446
+ type index$1_IChainDocument = IChainDocument;
6447
+ type index$1_IComplexAct = IComplexAct;
6448
+ type index$1_IComplexAgenda = IComplexAgenda;
6449
+ type index$1_IComplexDecision = IComplexDecision;
6450
+ type index$1_IComplexDocument = IComplexDocument;
6451
+ type index$1_IComplexStatement = IComplexStatement;
6452
+ type index$1_IGeneratedDocument = IGeneratedDocument;
6453
+ type index$1_IGetComplexDocuments = IGetComplexDocuments;
6454
+ type index$1_IMetaDocument = IMetaDocument;
6455
+ type index$1_LangType = LangType;
6456
+ declare namespace index$1 {
6457
+ export type { index$1_IAgenda as IAgenda, index$1_IChainDocument as IChainDocument, index$1_IComplexAct as IComplexAct, index$1_IComplexAgenda as IComplexAgenda, index$1_IComplexDecision as IComplexDecision, index$1_IComplexDocument as IComplexDocument, index$1_IComplexStatement as IComplexStatement, index$1_IGeneratedDocument as IGeneratedDocument, index$1_IGetComplexDocuments as IGetComplexDocuments, index$1_IMetaDocument as IMetaDocument, index$1_LangType as LangType };
6458
+ }
6459
+
6215
6460
  declare namespace index {
6216
- export { index$2 as Actions, system as Interfaces, index$1 as Tables, index_contractName as contractName };
6461
+ export { index$2 as Blockchain, index$1 as Documents, index$3 as Users };
6217
6462
  }
6218
6463
 
6219
- export { index$w as DraftContract, index$t as FundContract, index$q as GatewayContract, index$8 as MarketContract, index$5 as MsigContract, index$n as RegistratorContract, index$b as SovietContract, index as SystemContract, index$k as TokenContract, index$3 as WrapContract, index$z as _Common };
6464
+ export { index as Cooperative, index$A as DraftContract, index$x as FundContract, index$u as GatewayContract, index$c as MarketContract, index$9 as MsigContract, index$r as RegistratorContract, index$f as SovietContract, index$4 as SystemContract, index$o as TokenContract, index$7 as WrapContract, index$D as _Common };