cooptypes 2.0.10-alpha.3 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +120 -130
- package/dist/index.d.cts +134 -145
- package/dist/index.d.mts +134 -145
- package/dist/index.d.ts +134 -145
- package/dist/index.mjs +120 -130
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -215,7 +215,7 @@ declare namespace draft {
|
|
|
215
215
|
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_IEditdraft as IEditdraft, draft_IEdittrans as IEdittrans, IMigrate$4 as IMigrate, IName$9 as IName, INewid$1 as INewid, draft_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$6 as IUint64 };
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
declare const authorizations$
|
|
218
|
+
declare const authorizations$2o: readonly [{
|
|
219
219
|
readonly permissions: readonly ["active"];
|
|
220
220
|
readonly actor: {
|
|
221
221
|
readonly production: "eosio";
|
|
@@ -225,7 +225,7 @@ declare const authorizations$2p: readonly [{
|
|
|
225
225
|
/**
|
|
226
226
|
* Имя действия
|
|
227
227
|
*/
|
|
228
|
-
declare const actionName$
|
|
228
|
+
declare const actionName$2o = "createdraft";
|
|
229
229
|
/**
|
|
230
230
|
* @interface
|
|
231
231
|
*/
|
|
@@ -233,10 +233,10 @@ type ICreateDraft = ICreatedraft;
|
|
|
233
233
|
|
|
234
234
|
type createDraft_ICreateDraft = ICreateDraft;
|
|
235
235
|
declare namespace createDraft {
|
|
236
|
-
export { type createDraft_ICreateDraft as ICreateDraft, actionName$
|
|
236
|
+
export { type createDraft_ICreateDraft as ICreateDraft, actionName$2o as actionName, authorizations$2o as authorizations };
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
declare const authorizations$
|
|
239
|
+
declare const authorizations$2n: readonly [{
|
|
240
240
|
readonly permissions: readonly ["active"];
|
|
241
241
|
readonly actor: {
|
|
242
242
|
readonly production: "eosio";
|
|
@@ -246,7 +246,7 @@ declare const authorizations$2o: readonly [{
|
|
|
246
246
|
/**
|
|
247
247
|
* Имя действия
|
|
248
248
|
*/
|
|
249
|
-
declare const actionName$
|
|
249
|
+
declare const actionName$2n = "editdraft";
|
|
250
250
|
/**
|
|
251
251
|
* @interface
|
|
252
252
|
*/
|
|
@@ -254,10 +254,10 @@ type IEditDraft = IEditdraft;
|
|
|
254
254
|
|
|
255
255
|
type editDraft_IEditDraft = IEditDraft;
|
|
256
256
|
declare namespace editDraft {
|
|
257
|
-
export { type editDraft_IEditDraft as IEditDraft, actionName$
|
|
257
|
+
export { type editDraft_IEditDraft as IEditDraft, actionName$2n as actionName, authorizations$2n as authorizations };
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
declare const authorizations$
|
|
260
|
+
declare const authorizations$2m: readonly [{
|
|
261
261
|
readonly permissions: readonly ["active"];
|
|
262
262
|
readonly actor: {
|
|
263
263
|
readonly production: "eosio";
|
|
@@ -267,7 +267,7 @@ declare const authorizations$2n: readonly [{
|
|
|
267
267
|
/**
|
|
268
268
|
* Имя действия
|
|
269
269
|
*/
|
|
270
|
-
declare const actionName$
|
|
270
|
+
declare const actionName$2m = "deldraft";
|
|
271
271
|
/**
|
|
272
272
|
* @interface
|
|
273
273
|
*/
|
|
@@ -275,10 +275,10 @@ type IDeleteDraft = IDeldraft;
|
|
|
275
275
|
|
|
276
276
|
type deleteDraft_IDeleteDraft = IDeleteDraft;
|
|
277
277
|
declare namespace deleteDraft {
|
|
278
|
-
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$
|
|
278
|
+
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$2m as actionName, authorizations$2m as authorizations };
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
declare const authorizations$
|
|
281
|
+
declare const authorizations$2l: readonly [{
|
|
282
282
|
readonly permissions: readonly ["active"];
|
|
283
283
|
readonly actor: {
|
|
284
284
|
readonly production: "eosio";
|
|
@@ -288,7 +288,7 @@ declare const authorizations$2m: readonly [{
|
|
|
288
288
|
/**
|
|
289
289
|
* Имя действия
|
|
290
290
|
*/
|
|
291
|
-
declare const actionName$
|
|
291
|
+
declare const actionName$2l = "createtrans";
|
|
292
292
|
/**
|
|
293
293
|
* @interface
|
|
294
294
|
*/
|
|
@@ -296,10 +296,10 @@ type ICreateTranslation = ICreatetrans;
|
|
|
296
296
|
|
|
297
297
|
type createTranslation_ICreateTranslation = ICreateTranslation;
|
|
298
298
|
declare namespace createTranslation {
|
|
299
|
-
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$
|
|
299
|
+
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$2l as actionName, authorizations$2l as authorizations };
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
declare const authorizations$
|
|
302
|
+
declare const authorizations$2k: readonly [{
|
|
303
303
|
readonly permissions: readonly ["active"];
|
|
304
304
|
readonly actor: {
|
|
305
305
|
readonly production: "eosio";
|
|
@@ -309,7 +309,7 @@ declare const authorizations$2l: readonly [{
|
|
|
309
309
|
/**
|
|
310
310
|
* Имя действия
|
|
311
311
|
*/
|
|
312
|
-
declare const actionName$
|
|
312
|
+
declare const actionName$2k = "edittrans";
|
|
313
313
|
/**
|
|
314
314
|
* @interface
|
|
315
315
|
*/
|
|
@@ -317,10 +317,10 @@ type IEditTranslation = IEdittrans;
|
|
|
317
317
|
|
|
318
318
|
type editTranslation_IEditTranslation = IEditTranslation;
|
|
319
319
|
declare namespace editTranslation {
|
|
320
|
-
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$
|
|
320
|
+
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$2k as actionName, authorizations$2k as authorizations };
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
declare const authorizations$
|
|
323
|
+
declare const authorizations$2j: readonly [{
|
|
324
324
|
readonly permissions: readonly ["active"];
|
|
325
325
|
readonly actor: {
|
|
326
326
|
readonly production: "draft";
|
|
@@ -330,7 +330,7 @@ declare const authorizations$2k: readonly [{
|
|
|
330
330
|
/**
|
|
331
331
|
* Имя действия
|
|
332
332
|
*/
|
|
333
|
-
declare const actionName$
|
|
333
|
+
declare const actionName$2j = "newid";
|
|
334
334
|
/**
|
|
335
335
|
* @interface
|
|
336
336
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
@@ -339,7 +339,7 @@ type INewId = INewid$1;
|
|
|
339
339
|
|
|
340
340
|
type newId_INewId = INewId;
|
|
341
341
|
declare namespace newId {
|
|
342
|
-
export { type newId_INewId as INewId, actionName$
|
|
342
|
+
export { type newId_INewId as INewId, actionName$2j as actionName, authorizations$2j as authorizations };
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
declare const index$O_newId: typeof newId;
|
|
@@ -582,7 +582,7 @@ declare namespace fund {
|
|
|
582
582
|
export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, fund_IAddinitial as IAddinitial, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, IComplete$1 as IComplete, fund_ICoopwallet as ICoopwallet, 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$7 as IInit, IMigrate$3 as IMigrate, IName$8 as IName, INewfund$1 as INewfund, INewwithdraw$1 as INewwithdraw, IPublicKey$5 as IPublicKey, ISignature$4 as ISignature, fund_ISimpleWallet as ISimpleWallet, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$7 as ITimePointSec, IUint64$5 as IUint64 };
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
declare const authorizations$
|
|
585
|
+
declare const authorizations$2i: readonly [{
|
|
586
586
|
readonly permissions: readonly ["active"];
|
|
587
587
|
readonly actor: {
|
|
588
588
|
readonly production: "fund";
|
|
@@ -592,7 +592,7 @@ declare const authorizations$2j: readonly [{
|
|
|
592
592
|
/**
|
|
593
593
|
* Имя действия
|
|
594
594
|
*/
|
|
595
|
-
declare const actionName$
|
|
595
|
+
declare const actionName$2i = "addaccum";
|
|
596
596
|
/**
|
|
597
597
|
* @interface
|
|
598
598
|
*/
|
|
@@ -600,10 +600,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
600
600
|
|
|
601
601
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
602
602
|
declare namespace addAccumulation {
|
|
603
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
603
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$2i as actionName, authorizations$2i as authorizations };
|
|
604
604
|
}
|
|
605
605
|
|
|
606
|
-
declare const authorizations$
|
|
606
|
+
declare const authorizations$2h: readonly [{
|
|
607
607
|
readonly permissions: readonly ["active"];
|
|
608
608
|
readonly actor: {
|
|
609
609
|
readonly production: "fund";
|
|
@@ -613,7 +613,7 @@ declare const authorizations$2i: readonly [{
|
|
|
613
613
|
/**
|
|
614
614
|
* Имя действия
|
|
615
615
|
*/
|
|
616
|
-
declare const actionName$
|
|
616
|
+
declare const actionName$2h = "subaccum";
|
|
617
617
|
/**
|
|
618
618
|
* @interface
|
|
619
619
|
*/
|
|
@@ -621,10 +621,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
621
621
|
|
|
622
622
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
623
623
|
declare namespace subAccumulation {
|
|
624
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
624
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$2h as actionName, authorizations$2h as authorizations };
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
declare const authorizations$
|
|
627
|
+
declare const authorizations$2g: readonly [{
|
|
628
628
|
readonly permissions: readonly ["active"];
|
|
629
629
|
readonly actor: {
|
|
630
630
|
readonly production: "gateway";
|
|
@@ -634,7 +634,7 @@ declare const authorizations$2h: readonly [{
|
|
|
634
634
|
/**
|
|
635
635
|
* Имя действия
|
|
636
636
|
*/
|
|
637
|
-
declare const actionName$
|
|
637
|
+
declare const actionName$2g = "addcirculate";
|
|
638
638
|
/**
|
|
639
639
|
* @interface
|
|
640
640
|
*/
|
|
@@ -642,10 +642,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
642
642
|
|
|
643
643
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
644
644
|
declare namespace addCirculation {
|
|
645
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
645
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$2g as actionName, authorizations$2g as authorizations };
|
|
646
646
|
}
|
|
647
647
|
|
|
648
|
-
declare const authorizations$
|
|
648
|
+
declare const authorizations$2f: readonly [{
|
|
649
649
|
readonly permissions: readonly ["active"];
|
|
650
650
|
readonly actor: {
|
|
651
651
|
readonly production: "fund";
|
|
@@ -655,7 +655,7 @@ declare const authorizations$2g: readonly [{
|
|
|
655
655
|
/**
|
|
656
656
|
* Имя действия
|
|
657
657
|
*/
|
|
658
|
-
declare const actionName$
|
|
658
|
+
declare const actionName$2f = "addexpense";
|
|
659
659
|
/**
|
|
660
660
|
* @interface
|
|
661
661
|
*/
|
|
@@ -663,10 +663,10 @@ type IAddExpense = IAddexpense;
|
|
|
663
663
|
|
|
664
664
|
type addExpense_IAddExpense = IAddExpense;
|
|
665
665
|
declare namespace addExpense {
|
|
666
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
666
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$2f as actionName, authorizations$2f as authorizations };
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
declare const authorizations$
|
|
669
|
+
declare const authorizations$2e: readonly [{
|
|
670
670
|
readonly permissions: readonly ["active"];
|
|
671
671
|
readonly actor: {
|
|
672
672
|
readonly production: "soviet";
|
|
@@ -676,17 +676,17 @@ declare const authorizations$2f: readonly [{
|
|
|
676
676
|
/**
|
|
677
677
|
* Имя действия
|
|
678
678
|
*/
|
|
679
|
-
declare const actionName$
|
|
679
|
+
declare const actionName$2e = "authorize";
|
|
680
680
|
/**
|
|
681
681
|
* @interface
|
|
682
682
|
*/
|
|
683
683
|
type IAuthorize$4 = IAuthorize$5;
|
|
684
684
|
|
|
685
685
|
declare namespace authorizeWithdraw {
|
|
686
|
-
export { type IAuthorize$4 as IAuthorize, actionName$
|
|
686
|
+
export { type IAuthorize$4 as IAuthorize, actionName$2e as actionName, authorizations$2e as authorizations };
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
-
declare const authorizations$
|
|
689
|
+
declare const authorizations$2d: readonly [{
|
|
690
690
|
readonly permissions: readonly ["active", {
|
|
691
691
|
readonly contract: "_contract";
|
|
692
692
|
readonly action: "actionName";
|
|
@@ -696,7 +696,7 @@ declare const authorizations$2e: readonly [{
|
|
|
696
696
|
/**
|
|
697
697
|
* Имя действия
|
|
698
698
|
*/
|
|
699
|
-
declare const actionName$
|
|
699
|
+
declare const actionName$2d = "complete";
|
|
700
700
|
/**
|
|
701
701
|
* @interface
|
|
702
702
|
*/
|
|
@@ -704,10 +704,10 @@ type ICompleteWithdraw = IComplete$1;
|
|
|
704
704
|
|
|
705
705
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
706
706
|
declare namespace completeWithdraw$1 {
|
|
707
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
707
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$2d as actionName, authorizations$2d as authorizations };
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
-
declare const authorizations$
|
|
710
|
+
declare const authorizations$2c: readonly [{
|
|
711
711
|
readonly permissions: readonly ["active"];
|
|
712
712
|
readonly actor: {
|
|
713
713
|
readonly production: "fund";
|
|
@@ -717,7 +717,7 @@ declare const authorizations$2d: readonly [{
|
|
|
717
717
|
/**
|
|
718
718
|
* Имя действия
|
|
719
719
|
*/
|
|
720
|
-
declare const actionName$
|
|
720
|
+
declare const actionName$2c = "newfund";
|
|
721
721
|
/**
|
|
722
722
|
* @interface
|
|
723
723
|
*/
|
|
@@ -725,17 +725,17 @@ type INewfund = INewfund$1;
|
|
|
725
725
|
|
|
726
726
|
type newFund_INewfund = INewfund;
|
|
727
727
|
declare namespace newFund {
|
|
728
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
728
|
+
export { type newFund_INewfund as INewfund, actionName$2c as actionName, authorizations$2c as authorizations };
|
|
729
729
|
}
|
|
730
730
|
|
|
731
|
-
declare const authorizations$
|
|
731
|
+
declare const authorizations$2b: readonly [{
|
|
732
732
|
readonly permissions: readonly ["active"];
|
|
733
733
|
readonly actor: "_chairman";
|
|
734
734
|
}];
|
|
735
735
|
/**
|
|
736
736
|
* Имя действия
|
|
737
737
|
*/
|
|
738
|
-
declare const actionName$
|
|
738
|
+
declare const actionName$2b = "createfund";
|
|
739
739
|
/**
|
|
740
740
|
* @interface
|
|
741
741
|
*/
|
|
@@ -743,17 +743,17 @@ type ICreateFund = ICreatefund;
|
|
|
743
743
|
|
|
744
744
|
type createFund_ICreateFund = ICreateFund;
|
|
745
745
|
declare namespace createFund {
|
|
746
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
746
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$2b as actionName, authorizations$2b as authorizations };
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
declare const authorizations$
|
|
749
|
+
declare const authorizations$2a: readonly [{
|
|
750
750
|
readonly permissions: readonly ["active"];
|
|
751
751
|
readonly actor: "_chairman";
|
|
752
752
|
}];
|
|
753
753
|
/**
|
|
754
754
|
* Имя действия
|
|
755
755
|
*/
|
|
756
|
-
declare const actionName$
|
|
756
|
+
declare const actionName$2a = "delfund";
|
|
757
757
|
/**
|
|
758
758
|
* @interface
|
|
759
759
|
*/
|
|
@@ -761,17 +761,17 @@ type IDeleteFund = IDelfund;
|
|
|
761
761
|
|
|
762
762
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
763
763
|
declare namespace deleteFund {
|
|
764
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
764
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$2a as actionName, authorizations$2a as authorizations };
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
declare const authorizations$
|
|
767
|
+
declare const authorizations$29: readonly [{
|
|
768
768
|
readonly permissions: readonly ["active"];
|
|
769
769
|
readonly actor: "_chairman";
|
|
770
770
|
}];
|
|
771
771
|
/**
|
|
772
772
|
* Имя действия
|
|
773
773
|
*/
|
|
774
|
-
declare const actionName$
|
|
774
|
+
declare const actionName$29 = "editfund";
|
|
775
775
|
/**
|
|
776
776
|
* @interface
|
|
777
777
|
*/
|
|
@@ -779,7 +779,7 @@ type IEditFund = IEditfund;
|
|
|
779
779
|
|
|
780
780
|
type editFund_IEditFund = IEditFund;
|
|
781
781
|
declare namespace editFund {
|
|
782
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
782
|
+
export { type editFund_IEditFund as IEditFund, actionName$29 as actionName, authorizations$29 as authorizations };
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
/**
|
|
@@ -788,7 +788,7 @@ declare namespace editFund {
|
|
|
788
788
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
789
789
|
* которому было передано управление фондом накопления или списания.
|
|
790
790
|
*/
|
|
791
|
-
declare const authorizations$
|
|
791
|
+
declare const authorizations$28: readonly [{
|
|
792
792
|
readonly permissions: readonly ["active"];
|
|
793
793
|
readonly actor: "_username";
|
|
794
794
|
}, {
|
|
@@ -804,7 +804,7 @@ declare const authorizations$29: readonly [{
|
|
|
804
804
|
/**
|
|
805
805
|
* Имя действия
|
|
806
806
|
*/
|
|
807
|
-
declare const actionName$
|
|
807
|
+
declare const actionName$28 = "fundwithdraw";
|
|
808
808
|
/**
|
|
809
809
|
* @interface
|
|
810
810
|
*/
|
|
@@ -812,10 +812,10 @@ type ICreateWithdraw = IFundwithdraw$1;
|
|
|
812
812
|
|
|
813
813
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
814
814
|
declare namespace createWithdraw$1 {
|
|
815
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
815
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$28 as actionName, authorizations$28 as authorizations };
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
-
declare const authorizations$
|
|
818
|
+
declare const authorizations$27: readonly [{
|
|
819
819
|
readonly permissions: readonly ["active"];
|
|
820
820
|
readonly actor: {
|
|
821
821
|
readonly production: "soviet";
|
|
@@ -825,17 +825,17 @@ declare const authorizations$28: readonly [{
|
|
|
825
825
|
/**
|
|
826
826
|
* Имя действия
|
|
827
827
|
*/
|
|
828
|
-
declare const actionName$
|
|
828
|
+
declare const actionName$27 = "init";
|
|
829
829
|
/**
|
|
830
830
|
* @interface
|
|
831
831
|
*/
|
|
832
832
|
type IInit$6 = IInit$7;
|
|
833
833
|
|
|
834
834
|
declare namespace init$3 {
|
|
835
|
-
export { type IInit$6 as IInit, actionName$
|
|
835
|
+
export { type IInit$6 as IInit, actionName$27 as actionName, authorizations$27 as authorizations };
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
declare const authorizations$
|
|
838
|
+
declare const authorizations$26: readonly [{
|
|
839
839
|
readonly permissions: readonly ["active"];
|
|
840
840
|
readonly actor: {
|
|
841
841
|
readonly production: "fund";
|
|
@@ -845,7 +845,7 @@ declare const authorizations$27: readonly [{
|
|
|
845
845
|
/**
|
|
846
846
|
* Имя действия
|
|
847
847
|
*/
|
|
848
|
-
declare const actionName$
|
|
848
|
+
declare const actionName$26 = "newwithdraw";
|
|
849
849
|
/**
|
|
850
850
|
* @interface
|
|
851
851
|
*/
|
|
@@ -853,10 +853,10 @@ type INewWithdraw = INewwithdraw$1;
|
|
|
853
853
|
|
|
854
854
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
855
855
|
declare namespace newWithdraw {
|
|
856
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
856
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$26 as actionName, authorizations$26 as authorizations };
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
declare const authorizations$
|
|
859
|
+
declare const authorizations$25: readonly [{
|
|
860
860
|
readonly permissions: readonly ["active"];
|
|
861
861
|
readonly actor: {
|
|
862
862
|
readonly production: "marketplace";
|
|
@@ -872,7 +872,7 @@ declare const authorizations$26: readonly [{
|
|
|
872
872
|
/**
|
|
873
873
|
* Имя действия
|
|
874
874
|
*/
|
|
875
|
-
declare const actionName$
|
|
875
|
+
declare const actionName$25 = "spreadamount";
|
|
876
876
|
/**
|
|
877
877
|
* @interface
|
|
878
878
|
*/
|
|
@@ -880,10 +880,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
880
880
|
|
|
881
881
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
882
882
|
declare namespace spreadAmount {
|
|
883
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
883
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$25 as actionName, authorizations$25 as authorizations };
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
declare const authorizations$
|
|
886
|
+
declare const authorizations$24: readonly [{
|
|
887
887
|
readonly permissions: readonly ["active"];
|
|
888
888
|
readonly actor: {
|
|
889
889
|
readonly production: "gateway";
|
|
@@ -893,7 +893,7 @@ declare const authorizations$25: readonly [{
|
|
|
893
893
|
/**
|
|
894
894
|
* Имя действия
|
|
895
895
|
*/
|
|
896
|
-
declare const actionName$
|
|
896
|
+
declare const actionName$24 = "subcirculate";
|
|
897
897
|
/**
|
|
898
898
|
* @interface
|
|
899
899
|
*/
|
|
@@ -901,7 +901,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
901
901
|
|
|
902
902
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
903
903
|
declare namespace subCirculation {
|
|
904
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
904
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$24 as actionName, authorizations$24 as authorizations };
|
|
905
905
|
}
|
|
906
906
|
|
|
907
907
|
/**
|
|
@@ -1164,7 +1164,7 @@ declare namespace gateway {
|
|
|
1164
1164
|
* Имя действия
|
|
1165
1165
|
* Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
|
|
1166
1166
|
*/
|
|
1167
|
-
declare const authorizations$
|
|
1167
|
+
declare const authorizations$23: readonly [{
|
|
1168
1168
|
readonly permissions: readonly ["active", {
|
|
1169
1169
|
readonly contract: "_contract";
|
|
1170
1170
|
readonly action: "actionName";
|
|
@@ -1174,7 +1174,7 @@ declare const authorizations$24: readonly [{
|
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Имя действия
|
|
1176
1176
|
*/
|
|
1177
|
-
declare const actionName$
|
|
1177
|
+
declare const actionName$23 = "deposit";
|
|
1178
1178
|
/**
|
|
1179
1179
|
* @interface
|
|
1180
1180
|
* Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
|
|
@@ -1189,14 +1189,14 @@ type ICreateDeposit = IDeposit;
|
|
|
1189
1189
|
|
|
1190
1190
|
type createDeposit_ICreateDeposit = ICreateDeposit;
|
|
1191
1191
|
declare namespace createDeposit {
|
|
1192
|
-
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$
|
|
1192
|
+
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$23 as actionName, authorizations$23 as authorizations };
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Имя действия
|
|
1197
1197
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1198
1198
|
*/
|
|
1199
|
-
declare const authorizations$
|
|
1199
|
+
declare const authorizations$22: readonly [{
|
|
1200
1200
|
readonly permissions: readonly ["active", {
|
|
1201
1201
|
readonly contract: "_contract";
|
|
1202
1202
|
readonly action: "actionName";
|
|
@@ -1206,7 +1206,7 @@ declare const authorizations$23: readonly [{
|
|
|
1206
1206
|
/**
|
|
1207
1207
|
* Имя действия
|
|
1208
1208
|
*/
|
|
1209
|
-
declare const actionName$
|
|
1209
|
+
declare const actionName$22 = "dpcomplete";
|
|
1210
1210
|
/**
|
|
1211
1211
|
* @interface
|
|
1212
1212
|
*/
|
|
@@ -1214,14 +1214,14 @@ type ICompleteDeposit = IDpcomplete;
|
|
|
1214
1214
|
|
|
1215
1215
|
type completeDeposit_ICompleteDeposit = ICompleteDeposit;
|
|
1216
1216
|
declare namespace completeDeposit {
|
|
1217
|
-
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$
|
|
1217
|
+
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$22 as actionName, authorizations$22 as authorizations };
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Имя действия
|
|
1222
1222
|
* Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
|
|
1223
1223
|
*/
|
|
1224
|
-
declare const authorizations$
|
|
1224
|
+
declare const authorizations$21: readonly [{
|
|
1225
1225
|
readonly permissions: readonly ["active", {
|
|
1226
1226
|
readonly contract: "_contract";
|
|
1227
1227
|
readonly action: "actionName";
|
|
@@ -1231,7 +1231,7 @@ declare const authorizations$22: readonly [{
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Имя действия
|
|
1233
1233
|
*/
|
|
1234
|
-
declare const actionName$
|
|
1234
|
+
declare const actionName$21 = "dprefund";
|
|
1235
1235
|
/**
|
|
1236
1236
|
* @interface
|
|
1237
1237
|
*/
|
|
@@ -1239,14 +1239,14 @@ type IRefundDeposit = IDprefund;
|
|
|
1239
1239
|
|
|
1240
1240
|
type refundDeposit_IRefundDeposit = IRefundDeposit;
|
|
1241
1241
|
declare namespace refundDeposit {
|
|
1242
|
-
export { type refundDeposit_IRefundDeposit as IRefundDeposit, actionName$
|
|
1242
|
+
export { type refundDeposit_IRefundDeposit as IRefundDeposit, actionName$21 as actionName, authorizations$21 as authorizations };
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
1245
|
/**
|
|
1246
1246
|
* Имя действия
|
|
1247
1247
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1248
1248
|
*/
|
|
1249
|
-
declare const authorizations$
|
|
1249
|
+
declare const authorizations$20: readonly [{
|
|
1250
1250
|
readonly permissions: readonly ["active"];
|
|
1251
1251
|
readonly actor: {
|
|
1252
1252
|
readonly production: "gateway";
|
|
@@ -1256,7 +1256,7 @@ declare const authorizations$21: readonly [{
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* Имя действия
|
|
1258
1258
|
*/
|
|
1259
|
-
declare const actionName$
|
|
1259
|
+
declare const actionName$20 = "newdepositid";
|
|
1260
1260
|
/**
|
|
1261
1261
|
* @interface
|
|
1262
1262
|
*/
|
|
@@ -1264,14 +1264,14 @@ type NewDepositId = INewdepositid;
|
|
|
1264
1264
|
|
|
1265
1265
|
type newDepositId_NewDepositId = NewDepositId;
|
|
1266
1266
|
declare namespace newDepositId {
|
|
1267
|
-
export { type newDepositId_NewDepositId as NewDepositId, actionName$
|
|
1267
|
+
export { type newDepositId_NewDepositId as NewDepositId, actionName$20 as actionName, authorizations$20 as authorizations };
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Имя действия
|
|
1272
1272
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1273
1273
|
*/
|
|
1274
|
-
declare const authorizations$
|
|
1274
|
+
declare const authorizations$1$: readonly [{
|
|
1275
1275
|
readonly permissions: readonly ["active"];
|
|
1276
1276
|
readonly actor: {
|
|
1277
1277
|
readonly production: "gateway";
|
|
@@ -1281,7 +1281,7 @@ declare const authorizations$20: readonly [{
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Имя действия
|
|
1283
1283
|
*/
|
|
1284
|
-
declare const actionName$
|
|
1284
|
+
declare const actionName$1$ = "newwithdrid";
|
|
1285
1285
|
/**
|
|
1286
1286
|
* @interface
|
|
1287
1287
|
*/
|
|
@@ -1289,21 +1289,21 @@ type NewWithdrawId = INewwithdrid;
|
|
|
1289
1289
|
|
|
1290
1290
|
type newWithdrawId_NewWithdrawId = NewWithdrawId;
|
|
1291
1291
|
declare namespace newWithdrawId {
|
|
1292
|
-
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$
|
|
1292
|
+
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$1$ as actionName, authorizations$1$ as authorizations };
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
1295
|
/**
|
|
1296
1296
|
* Имя действия
|
|
1297
1297
|
* Требуется авторизация {@link Actors._username | пользователя}.
|
|
1298
1298
|
*/
|
|
1299
|
-
declare const authorizations$
|
|
1299
|
+
declare const authorizations$1_: readonly [{
|
|
1300
1300
|
readonly permissions: readonly ["active"];
|
|
1301
1301
|
readonly actor: "_username";
|
|
1302
1302
|
}];
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Имя действия
|
|
1305
1305
|
*/
|
|
1306
|
-
declare const actionName$
|
|
1306
|
+
declare const actionName$1_ = "withdraw";
|
|
1307
1307
|
/**
|
|
1308
1308
|
* @interface
|
|
1309
1309
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
@@ -1311,14 +1311,14 @@ declare const actionName$1$ = "withdraw";
|
|
|
1311
1311
|
type IFailDeposit$1 = IWithdraw$1;
|
|
1312
1312
|
|
|
1313
1313
|
declare namespace createWithdraw {
|
|
1314
|
-
export { type IFailDeposit$1 as IFailDeposit, actionName$
|
|
1314
|
+
export { type IFailDeposit$1 as IFailDeposit, actionName$1_ as actionName, authorizations$1_ as authorizations };
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Имя действия
|
|
1319
1319
|
* Требуется авторизация {@link Actors._admin | администратора}.
|
|
1320
1320
|
*/
|
|
1321
|
-
declare const authorizations$
|
|
1321
|
+
declare const authorizations$1Z: readonly [{
|
|
1322
1322
|
readonly permissions: readonly ["active", {
|
|
1323
1323
|
readonly contract: "_contract";
|
|
1324
1324
|
readonly action: "actionName";
|
|
@@ -1328,7 +1328,7 @@ declare const authorizations$1_: readonly [{
|
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Имя действия
|
|
1330
1330
|
*/
|
|
1331
|
-
declare const actionName$
|
|
1331
|
+
declare const actionName$1Z = "wthdcomplete";
|
|
1332
1332
|
/**
|
|
1333
1333
|
* @interface
|
|
1334
1334
|
* Действие для подтверждения платежа по возврату паевого взноса пользователю.
|
|
@@ -1337,14 +1337,14 @@ type IFailDeposit = IWthdcomplete;
|
|
|
1337
1337
|
|
|
1338
1338
|
type completeWithdraw_IFailDeposit = IFailDeposit;
|
|
1339
1339
|
declare namespace completeWithdraw {
|
|
1340
|
-
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$
|
|
1340
|
+
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$1Z as actionName, authorizations$1Z as authorizations };
|
|
1341
1341
|
}
|
|
1342
1342
|
|
|
1343
1343
|
/**
|
|
1344
1344
|
* Имя действия
|
|
1345
1345
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1346
1346
|
*/
|
|
1347
|
-
declare const authorizations$
|
|
1347
|
+
declare const authorizations$1Y: readonly [{
|
|
1348
1348
|
readonly permissions: readonly ["active", {
|
|
1349
1349
|
readonly contract: "_contract";
|
|
1350
1350
|
readonly action: "actionName";
|
|
@@ -1354,7 +1354,7 @@ declare const authorizations$1Z: readonly [{
|
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Имя действия
|
|
1356
1356
|
*/
|
|
1357
|
-
declare const actionName$
|
|
1357
|
+
declare const actionName$1Y = "wthdfail";
|
|
1358
1358
|
/**
|
|
1359
1359
|
* @interface
|
|
1360
1360
|
*/
|
|
@@ -1362,7 +1362,7 @@ type IFailWithdraw = IWthdfail;
|
|
|
1362
1362
|
|
|
1363
1363
|
type failWithdraw_IFailWithdraw = IFailWithdraw;
|
|
1364
1364
|
declare namespace failWithdraw {
|
|
1365
|
-
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$
|
|
1365
|
+
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$1Y as actionName, authorizations$1Y as authorizations };
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
1368
|
/**
|
|
@@ -1476,10 +1476,6 @@ interface IChangekey {
|
|
|
1476
1476
|
username: IName$6;
|
|
1477
1477
|
public_key: IPublicKey$3;
|
|
1478
1478
|
}
|
|
1479
|
-
interface IConfirmreg {
|
|
1480
|
-
coopname: IName$6;
|
|
1481
|
-
username: IName$6;
|
|
1482
|
-
}
|
|
1483
1479
|
interface ICooperative$1 {
|
|
1484
1480
|
username: IName$6;
|
|
1485
1481
|
parent_username: IName$6;
|
|
@@ -1497,6 +1493,7 @@ interface ICooperative$1 {
|
|
|
1497
1493
|
org_minimum: IAsset$4;
|
|
1498
1494
|
status: IName$6;
|
|
1499
1495
|
created_at: ITimePointSec$5;
|
|
1496
|
+
document: IDocument$2;
|
|
1500
1497
|
}
|
|
1501
1498
|
interface IDelcoop {
|
|
1502
1499
|
registrator: IName$6;
|
|
@@ -1537,9 +1534,10 @@ interface IOrgData {
|
|
|
1537
1534
|
org_minimum: IAsset$4;
|
|
1538
1535
|
}
|
|
1539
1536
|
interface IRegcoop {
|
|
1540
|
-
registrator: IName$6;
|
|
1541
1537
|
coopname: IName$6;
|
|
1538
|
+
username: IName$6;
|
|
1542
1539
|
params: IOrgData;
|
|
1540
|
+
document: IDocument$2;
|
|
1543
1541
|
}
|
|
1544
1542
|
interface IReguser {
|
|
1545
1543
|
registrator: IName$6;
|
|
@@ -1581,7 +1579,6 @@ interface IVerification {
|
|
|
1581
1579
|
}
|
|
1582
1580
|
|
|
1583
1581
|
type registrator_IChangekey = IChangekey;
|
|
1584
|
-
type registrator_IConfirmreg = IConfirmreg;
|
|
1585
1582
|
type registrator_IDelcoop = IDelcoop;
|
|
1586
1583
|
type registrator_IOrgData = IOrgData;
|
|
1587
1584
|
type registrator_IRegcoop = IRegcoop;
|
|
@@ -1592,10 +1589,10 @@ type registrator_IUpdatecoop = IUpdatecoop;
|
|
|
1592
1589
|
type registrator_IVerificate = IVerificate;
|
|
1593
1590
|
type registrator_IVerification = IVerification;
|
|
1594
1591
|
declare namespace registrator {
|
|
1595
|
-
export type { IAccount$2 as IAccount, IAdduser$1 as IAdduser, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256,
|
|
1592
|
+
export type { IAccount$2 as IAccount, IAdduser$1 as IAdduser, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, ICooperative$1 as ICooperative, registrator_IDelcoop as IDelcoop, IDocument$2 as IDocument, IInit$5 as IInit, IJoincoop$1 as IJoincoop, IMigrate$1 as IMigrate, IName$6 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, IPublicKey$3 as IPublicKey, registrator_IRegcoop as IRegcoop, registrator_IReguser as IReguser, ISignature$2 as ISignature, registrator_IStcoopstatus as IStcoopstatus, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, registrator_IUpdateaccnt as IUpdateaccnt, registrator_IUpdatecoop as IUpdatecoop, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
|
|
1596
1593
|
}
|
|
1597
1594
|
|
|
1598
|
-
declare const authorizations$
|
|
1595
|
+
declare const authorizations$1X: readonly [{
|
|
1599
1596
|
readonly permissions: readonly ["active"];
|
|
1600
1597
|
readonly actor: {
|
|
1601
1598
|
readonly production: "eosio";
|
|
@@ -1605,7 +1602,7 @@ declare const authorizations$1Y: readonly [{
|
|
|
1605
1602
|
/**
|
|
1606
1603
|
* Имя действия
|
|
1607
1604
|
*/
|
|
1608
|
-
declare const actionName$
|
|
1605
|
+
declare const actionName$1X = "verificate";
|
|
1609
1606
|
/**
|
|
1610
1607
|
* @interface
|
|
1611
1608
|
*/
|
|
@@ -1613,17 +1610,17 @@ type IVerificateAccount = IVerificate;
|
|
|
1613
1610
|
|
|
1614
1611
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1615
1612
|
declare namespace verificateAccount {
|
|
1616
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$
|
|
1613
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$1X as actionName, authorizations$1X as authorizations };
|
|
1617
1614
|
}
|
|
1618
1615
|
|
|
1619
|
-
declare const authorizations$
|
|
1616
|
+
declare const authorizations$1W: readonly [{
|
|
1620
1617
|
readonly permissions: readonly ["active"];
|
|
1621
1618
|
readonly actor: "_username";
|
|
1622
1619
|
}];
|
|
1623
1620
|
/**
|
|
1624
1621
|
* Имя действия
|
|
1625
1622
|
*/
|
|
1626
|
-
declare const actionName$
|
|
1623
|
+
declare const actionName$1W = "updateaccnt";
|
|
1627
1624
|
/**
|
|
1628
1625
|
* @interface
|
|
1629
1626
|
*/
|
|
@@ -1631,17 +1628,17 @@ type IUpdateAccount = IUpdateaccnt;
|
|
|
1631
1628
|
|
|
1632
1629
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1633
1630
|
declare namespace updateAccount {
|
|
1634
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1631
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$1W as actionName, authorizations$1W as authorizations };
|
|
1635
1632
|
}
|
|
1636
1633
|
|
|
1637
|
-
declare const authorizations$
|
|
1634
|
+
declare const authorizations$1V: readonly [{
|
|
1638
1635
|
readonly permissions: readonly ["active"];
|
|
1639
1636
|
readonly actor: "_username";
|
|
1640
1637
|
}];
|
|
1641
1638
|
/**
|
|
1642
1639
|
* Имя действия
|
|
1643
1640
|
*/
|
|
1644
|
-
declare const actionName$
|
|
1641
|
+
declare const actionName$1V = "updatecoop";
|
|
1645
1642
|
/**
|
|
1646
1643
|
* @interface
|
|
1647
1644
|
*/
|
|
@@ -1649,13 +1646,13 @@ type IUpdateCoop = IUpdatecoop;
|
|
|
1649
1646
|
|
|
1650
1647
|
type updateCoop_IUpdateCoop = IUpdateCoop;
|
|
1651
1648
|
declare namespace updateCoop {
|
|
1652
|
-
export { type updateCoop_IUpdateCoop as IUpdateCoop, actionName$
|
|
1649
|
+
export { type updateCoop_IUpdateCoop as IUpdateCoop, actionName$1V as actionName, authorizations$1V as authorizations };
|
|
1653
1650
|
}
|
|
1654
1651
|
|
|
1655
1652
|
/**
|
|
1656
1653
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1657
1654
|
*/
|
|
1658
|
-
declare const authorizations$
|
|
1655
|
+
declare const authorizations$1U: readonly [{
|
|
1659
1656
|
readonly permissions: readonly ["active", {
|
|
1660
1657
|
readonly contract: "_contract";
|
|
1661
1658
|
readonly action: "actionName";
|
|
@@ -1665,17 +1662,17 @@ declare const authorizations$1V: readonly [{
|
|
|
1665
1662
|
/**
|
|
1666
1663
|
* Имя действия
|
|
1667
1664
|
*/
|
|
1668
|
-
declare const actionName$
|
|
1665
|
+
declare const actionName$1U = "newaccount";
|
|
1669
1666
|
/**
|
|
1670
1667
|
* @interface
|
|
1671
1668
|
*/
|
|
1672
1669
|
type ICreateAccount$1 = INewaccount$1;
|
|
1673
1670
|
|
|
1674
1671
|
declare namespace createAccount$1 {
|
|
1675
|
-
export { type ICreateAccount$1 as ICreateAccount, actionName$
|
|
1672
|
+
export { type ICreateAccount$1 as ICreateAccount, actionName$1U as actionName, authorizations$1U as authorizations };
|
|
1676
1673
|
}
|
|
1677
1674
|
|
|
1678
|
-
declare const authorizations$
|
|
1675
|
+
declare const authorizations$1T: readonly [{
|
|
1679
1676
|
readonly permissions: readonly ["active", {
|
|
1680
1677
|
readonly contract: "_contract";
|
|
1681
1678
|
readonly action: "actionName";
|
|
@@ -1685,7 +1682,7 @@ declare const authorizations$1U: readonly [{
|
|
|
1685
1682
|
/**
|
|
1686
1683
|
* Имя действия
|
|
1687
1684
|
*/
|
|
1688
|
-
declare const actionName$
|
|
1685
|
+
declare const actionName$1T = "reguser";
|
|
1689
1686
|
/**
|
|
1690
1687
|
* @interface
|
|
1691
1688
|
*/
|
|
@@ -1693,10 +1690,10 @@ type IRegistrerUser = IReguser;
|
|
|
1693
1690
|
|
|
1694
1691
|
type registerUser_IRegistrerUser = IRegistrerUser;
|
|
1695
1692
|
declare namespace registerUser {
|
|
1696
|
-
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$
|
|
1693
|
+
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$1T as actionName, authorizations$1T as authorizations };
|
|
1697
1694
|
}
|
|
1698
1695
|
|
|
1699
|
-
declare const authorizations$
|
|
1696
|
+
declare const authorizations$1S: readonly [{
|
|
1700
1697
|
readonly permissions: readonly ["active", {
|
|
1701
1698
|
readonly contract: "_contract";
|
|
1702
1699
|
readonly action: "actionName";
|
|
@@ -1706,7 +1703,7 @@ declare const authorizations$1T: readonly [{
|
|
|
1706
1703
|
/**
|
|
1707
1704
|
* Имя действия
|
|
1708
1705
|
*/
|
|
1709
|
-
declare const actionName$
|
|
1706
|
+
declare const actionName$1S = "regcoop";
|
|
1710
1707
|
/**
|
|
1711
1708
|
* @interface
|
|
1712
1709
|
*/
|
|
@@ -1714,10 +1711,10 @@ type IRegisterCooperative = IRegcoop;
|
|
|
1714
1711
|
|
|
1715
1712
|
type registerCooperative_IRegisterCooperative = IRegisterCooperative;
|
|
1716
1713
|
declare namespace registerCooperative {
|
|
1717
|
-
export { type registerCooperative_IRegisterCooperative as IRegisterCooperative, actionName$
|
|
1714
|
+
export { type registerCooperative_IRegisterCooperative as IRegisterCooperative, actionName$1S as actionName, authorizations$1S as authorizations };
|
|
1718
1715
|
}
|
|
1719
1716
|
|
|
1720
|
-
declare const authorizations$
|
|
1717
|
+
declare const authorizations$1R: readonly [{
|
|
1721
1718
|
readonly permissions: readonly ["active"];
|
|
1722
1719
|
readonly actor: {
|
|
1723
1720
|
readonly production: "eosio";
|
|
@@ -1727,7 +1724,7 @@ declare const authorizations$1S: readonly [{
|
|
|
1727
1724
|
/**
|
|
1728
1725
|
* Имя действия
|
|
1729
1726
|
*/
|
|
1730
|
-
declare const actionName$
|
|
1727
|
+
declare const actionName$1R = "changekey";
|
|
1731
1728
|
/**
|
|
1732
1729
|
* @interface
|
|
1733
1730
|
*/
|
|
@@ -1735,13 +1732,13 @@ type IChangeKey = IChangekey;
|
|
|
1735
1732
|
|
|
1736
1733
|
type changeKey_IChangeKey = IChangeKey;
|
|
1737
1734
|
declare namespace changeKey {
|
|
1738
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1735
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$1R as actionName, authorizations$1R as authorizations };
|
|
1739
1736
|
}
|
|
1740
1737
|
|
|
1741
1738
|
/**
|
|
1742
1739
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1743
1740
|
*/
|
|
1744
|
-
declare const authorizations$
|
|
1741
|
+
declare const authorizations$1Q: readonly [{
|
|
1745
1742
|
readonly permissions: readonly ["active", {
|
|
1746
1743
|
readonly contract: "_contract";
|
|
1747
1744
|
readonly action: "actionName";
|
|
@@ -1754,7 +1751,7 @@ declare const authorizations$1R: readonly [{
|
|
|
1754
1751
|
/**
|
|
1755
1752
|
* Имя действия
|
|
1756
1753
|
*/
|
|
1757
|
-
declare const actionName$
|
|
1754
|
+
declare const actionName$1Q = "joincoop";
|
|
1758
1755
|
/**
|
|
1759
1756
|
* @interface
|
|
1760
1757
|
*/
|
|
@@ -1762,31 +1759,7 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1762
1759
|
|
|
1763
1760
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1764
1761
|
declare namespace joinCooperative {
|
|
1765
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
/**
|
|
1769
|
-
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1770
|
-
*/
|
|
1771
|
-
declare const authorizations$1Q: readonly [{
|
|
1772
|
-
readonly permissions: readonly ["active"];
|
|
1773
|
-
readonly actor: {
|
|
1774
|
-
readonly production: "soviet";
|
|
1775
|
-
readonly testnet: "soviettest22";
|
|
1776
|
-
};
|
|
1777
|
-
}];
|
|
1778
|
-
/**
|
|
1779
|
-
* Имя действия
|
|
1780
|
-
*/
|
|
1781
|
-
declare const actionName$1Q = "confirmreg";
|
|
1782
|
-
/**
|
|
1783
|
-
* @interface
|
|
1784
|
-
*/
|
|
1785
|
-
type IConfirmJoin = IConfirmreg;
|
|
1786
|
-
|
|
1787
|
-
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1788
|
-
declare namespace confirmJoin {
|
|
1789
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$1Q as actionName, authorizations$1Q as authorizations };
|
|
1762
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$1Q as actionName, authorizations$1Q as authorizations };
|
|
1790
1763
|
}
|
|
1791
1764
|
|
|
1792
1765
|
declare const authorizations$1P: readonly [{
|
|
@@ -1877,7 +1850,7 @@ declare namespace deleteCooperative {
|
|
|
1877
1850
|
*/
|
|
1878
1851
|
|
|
1879
1852
|
declare namespace index$F {
|
|
1880
|
-
export { addUser as AddUser, changeKey as ChangeKey,
|
|
1853
|
+
export { addUser as AddUser, changeKey as ChangeKey, createAccount$1 as CreateAccount, deleteCooperative as DeleteCooperative, init$2 as Init, joinCooperative as JoinCooperative, registerCooperative as RegisterCooperative, registerUser as RegisterUser, setCoopStatus as SetCoopStatus, updateAccount as UpdateAccount, updateCoop as UpdateCoop, verificateAccount as VerificateAccount };
|
|
1881
1854
|
}
|
|
1882
1855
|
|
|
1883
1856
|
/**
|
|
@@ -2262,6 +2235,12 @@ interface IAutomator {
|
|
|
2262
2235
|
interface IAutosigner {
|
|
2263
2236
|
decision_id: IUint64$2;
|
|
2264
2237
|
}
|
|
2238
|
+
interface IBlock {
|
|
2239
|
+
coopname: IName$4;
|
|
2240
|
+
admin: IName$4;
|
|
2241
|
+
username: IName$4;
|
|
2242
|
+
message: string;
|
|
2243
|
+
}
|
|
2265
2244
|
interface IBlockbal {
|
|
2266
2245
|
coopname: IName$4;
|
|
2267
2246
|
username: IName$4;
|
|
@@ -2285,6 +2264,7 @@ interface IBoards$1 {
|
|
|
2285
2264
|
interface ICancelreg {
|
|
2286
2265
|
coopname: IName$4;
|
|
2287
2266
|
username: IName$4;
|
|
2267
|
+
message: string;
|
|
2288
2268
|
}
|
|
2289
2269
|
interface ICancelvote {
|
|
2290
2270
|
coopname: IName$4;
|
|
@@ -2604,6 +2584,13 @@ interface ISubprogbal {
|
|
|
2604
2584
|
program_id: IUint64$2;
|
|
2605
2585
|
quantity: IAsset$2;
|
|
2606
2586
|
}
|
|
2587
|
+
interface IUnblock {
|
|
2588
|
+
coopname: IName$4;
|
|
2589
|
+
admin: IName$4;
|
|
2590
|
+
username: IName$4;
|
|
2591
|
+
is_registration: boolean;
|
|
2592
|
+
message: string;
|
|
2593
|
+
}
|
|
2607
2594
|
interface IUnblockbal {
|
|
2608
2595
|
coopname: IName$4;
|
|
2609
2596
|
username: IName$4;
|
|
@@ -2645,6 +2632,7 @@ type soviet_IAddstaff = IAddstaff;
|
|
|
2645
2632
|
type soviet_IAdduser = IAdduser;
|
|
2646
2633
|
type soviet_IAutomator = IAutomator;
|
|
2647
2634
|
type soviet_IAutosigner = IAutosigner;
|
|
2635
|
+
type soviet_IBlock = IBlock;
|
|
2648
2636
|
type soviet_IBlockbal = IBlockbal;
|
|
2649
2637
|
type soviet_IBoardMember = IBoardMember;
|
|
2650
2638
|
type soviet_ICancelreg = ICancelreg;
|
|
@@ -2685,13 +2673,14 @@ type soviet_ISndagreement = ISndagreement;
|
|
|
2685
2673
|
type soviet_IStaff = IStaff;
|
|
2686
2674
|
type soviet_ISubbalance = ISubbalance;
|
|
2687
2675
|
type soviet_ISubprogbal = ISubprogbal;
|
|
2676
|
+
type soviet_IUnblock = IUnblock;
|
|
2688
2677
|
type soviet_IUnblockbal = IUnblockbal;
|
|
2689
2678
|
type soviet_IUpdateboard = IUpdateboard;
|
|
2690
2679
|
type soviet_IVoteagainst = IVoteagainst;
|
|
2691
2680
|
type soviet_IVotefor = IVotefor;
|
|
2692
2681
|
type soviet_IWithdraw = IWithdraw;
|
|
2693
2682
|
declare namespace soviet {
|
|
2694
|
-
export type { soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, soviet_IAdduser as IAdduser, IAgreement$1 as IAgreement, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelreg as ICancelreg, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, soviet_ICoagreement as ICoagreement, soviet_IConfirmagree as IConfirmagree, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreatebranch as ICreatebranch, soviet_ICreateprog as ICreateprog, IDecision$1 as IDecision, soviet_IDeclineagree as IDeclineagree, soviet_IDeladdress as IDeladdress, soviet_IDeletebranch as IDeletebranch, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditbranch as IEditbranch, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$3 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, soviet_IMakecoagreem as IMakecoagreem, soviet_IMigrate as IMigrate, IName$4 as IName, soviet_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, soviet_IParticipant as IParticipant, IProgram$1 as IProgram, soviet_IProgwallet as IProgwallet, IPublicKey$2 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, ISignature$1 as ISignature, soviet_ISndagreement as ISndagreement, soviet_IStaff as IStaff, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$4 as ITimePointSec, IUint64$2 as IUint64, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, soviet_IWithdraw as IWithdraw };
|
|
2683
|
+
export type { soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, soviet_IAdduser as IAdduser, IAgreement$1 as IAgreement, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, soviet_IBlock as IBlock, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelreg as ICancelreg, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, soviet_ICoagreement as ICoagreement, soviet_IConfirmagree as IConfirmagree, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreatebranch as ICreatebranch, soviet_ICreateprog as ICreateprog, IDecision$1 as IDecision, soviet_IDeclineagree as IDeclineagree, soviet_IDeladdress as IDeladdress, soviet_IDeletebranch as IDeletebranch, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditbranch as IEditbranch, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$3 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, soviet_IMakecoagreem as IMakecoagreem, soviet_IMigrate as IMigrate, IName$4 as IName, soviet_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, soviet_IParticipant as IParticipant, IProgram$1 as IProgram, soviet_IProgwallet as IProgwallet, IPublicKey$2 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, ISignature$1 as ISignature, soviet_ISndagreement as ISndagreement, soviet_IStaff as IStaff, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$4 as ITimePointSec, IUint64$2 as IUint64, soviet_IUnblock as IUnblock, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, soviet_IWithdraw as IWithdraw };
|
|
2695
2684
|
}
|
|
2696
2685
|
|
|
2697
2686
|
/**
|
|
@@ -7394,7 +7383,7 @@ interface Model$2 {
|
|
|
7394
7383
|
}
|
|
7395
7384
|
declare const title$2 = "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \"\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\"";
|
|
7396
7385
|
declare const description$2 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \"\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\"";
|
|
7397
|
-
declare const context$2 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.coopenomics_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.full_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.coopenomics_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n<p class=\"subheader\">{% trans 'consumer_program_title' %}</p>\n</div>\n<p>
|
|
7386
|
+
declare const context$2 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.coopenomics_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.full_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.coopenomics_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n<p class=\"subheader\">{% trans 'consumer_program_title' %}</p>\n</div>\n<p>{% trans 'coop_agreement_intro_1' %} {{coop.chairman.last_name}} {{coop.chairman.first_name}} {{coop.chairman.middle_name}}{% trans 'coop_agreement_intro_2' %} {{ partner.short_name}} {% trans 'coop_agreement_intro_3' %}{{partner.represented_by.last_name}} {{partner.represented_by.first_name}} {{partner.represented_by.middle_name}}{% trans 'coop_agreement_intro_4' %} </p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_1' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_1_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_2' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_2_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_3' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_3_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_4' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_4_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_5' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_5_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_6' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_6_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_7' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_7_text', vars.contact_email %}</p>\n<div class=\"signature\">\n{% trans 'acceptance_agreement' %}</div></div>\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {padding-bottom: 20px;}\n</style>\n";
|
|
7398
7387
|
declare const translations$2: {
|
|
7399
7388
|
ru: {
|
|
7400
7389
|
APPROVED: string;
|